  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --body-font-family: Montserrat, sans-serif;
  --heading-font-family: Roboto Serif, serif;
  --heading-secondary-font-family: Montserrat, sans-serif;
  --body-text-color: #000;
  --link-color: #000;
  --black: #000;
  --white: #ffffff;
  --red: #D50032;
  --dark-red: #BC0829;
  --gold: #FDC25A;
  --light-gray: #F4F4F4;
  --grey-700: #CDCDCD;
  --grey-800: #E5E5E5;
  --dark-grey: #313536;
  --purple: #7A236A;
  --teal: #00A0AD;
  --danger: #D50032;
  --success: #16A34A;
  --maroon: #4E080C;
  --size-0: 0;
  --size-8: 0.5rem;
  --size-16: 1rem;
  --size-24: 1.5rem;
  --size-32: 2rem;
  --size-40: 2.5rem;
  --size-48: 3rem;
  --size-56: 3.5rem;
  --size-64: 4rem;
  --size-72: 4.5rem;
  --size-80: 5rem;
  --size-88: 5.5rem;
  --size-96: 6rem;
  --size-104: 6.5rem;
  --size-112: 7rem;
  --size-120: 7.5rem;
  --size-128: 8rem;
  --size-136: 8.5rem;
  --size-144: 9rem;
  --size-152: 9.5rem;
  --size-160: 10rem;
  --fz-0: 0;
  --fz-12: rem-calc(12px);
  --fz-14: rem-calc(14px);
  --fz-16: 1rem;
  --fz-18: rem-calc(18px);
  --fz-20: rem-calc(20px);
  --fz-22: rem-calc(22px);
  --fz-24: 1.5rem;
  --fz-32: 2rem;
  --fz-40: 2.5rem;
  --fz-48: 3rem;
  --fz-56: 3.5rem;
  --fz-64: 4rem;
  --fz-72: 4.5rem;
  --fz-80: 5rem;
  --fz-88: 5.5rem;
  --fz-96: 6rem;
  --fz-104: 6.5rem;
  --fz-110: rem-calc(110px);
  --fz-112: 7rem;
  --animate-duration: 1.2s;
  --animate-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-distance: 100px;
}

p:has(.asset) {
  margin-bottom: 0 !important;
}
p:last-of-type {
  margin-bottom: 0;
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-optical-sizing: auto;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font-family);
}

h1, .h1 {
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 6rem */
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}

h2, .h2 {
  font-family: var(--heading-font-family);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 3.3rem */
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.125rem;
    line-height: 1.2; /* 2.55rem */
  }
}

h3, .h3 {
  font-family: var(--body-font-family);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 2.25rem */
  letter-spacing: -0.05625rem;
}
@media (max-width: 1199.98px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.4; /* 1.575rem */
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.2; /* 2.55rem */
    letter-spacing: normal;
  }
}

h4, .h4 {
  font-family: var(--body-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 1.8rem */
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4; /* 1.575rem */
  }
}

h5, .h5 {
  font-family: var(--body-font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 1.575rem */
}

.big-heading {
  font-family: var(--heading-font-family);
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 4.4rem */
  letter-spacing: -0.12rem;
}
@media (max-width: 991.98px) {
  .big-heading {
    font-size: 3rem;
    letter-spacing: -0.09rem;
  }
}

.h3-headng {
  font-family: var(--body-font-family);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 2.25rem */
  letter-spacing: -0.05625rem;
}
@media (max-width: 1199.98px) {
  .h3-headng {
    font-size: 1.5rem;
    line-height: 1.4; /* 1.575rem */
  }
}
@media (max-width: 991.98px) {
  .h3-headng {
    font-size: 1.125rem;
    line-height: 1.4; /* 1.575rem */
  }
}

.h4-headng {
  font-family: var(--body-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 1.8rem */
}
@media (max-width: 991.98px) {
  .h4-headng {
    font-size: 1.125rem;
    line-height: 1.4; /* 1.575rem */
  }
}

.h5-headng {
  font-family: var(--body-font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 1.575rem */
}

.text-smaller {
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; /* 1.3125rem */
}

.subtext,
.text-small {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75; /* 1.53125rem */
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .subtext,
  .text-small {
    font-size: 0.875rem;
  }
}

.text-medium {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 500;
}

.text-medium-ver2 {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .text-medium-ver2 {
    font-size: 0.875rem;
  }
}

.text-16-bold {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .text-16-bold {
    font-size: 0.875rem;
  }
}

.text-regular {
  font-family: var(--body-font-family);
  font-size: 1.125rem;
  line-height: 1.51875;
  font-weight: 400;
}

.text-large {
  font-family: var(--body-font-family);
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .text-large {
    font-size: 1rem;
    line-height: 1.75; /* 1.75 */
  }
}

body {
  margin: 0;
  color: var(--black);
}

a {
  transition: all 0.3s ease-in-out;
  color: var(--black);
}

ul {
  list-style: none;
  padding-left: 0;
}

.container {
  max-width: 1440px;
  padding-inline: 4rem;
}
@media (max-width: 1199.98px) {
  .container {
    padding-inline: 1.25rem;
  }
}

.custom-container {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.container-smaller {
  max-width: 1268px;
  margin: 0 auto;
  padding-inline: 4rem;
}
@media (max-width: 1199.98px) {
  .container-smaller {
    padding-inline: 1.25rem;
  }
}

.section {
  padding: 6rem 0rem;
}
@media (max-width: 767.98px) {
  .section {
    padding: 4.5rem 0rem;
  }
}

@media (max-width: 1199.98px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-inline: 1.25rem;
  }
}

.section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-heading .title-wrap {
    margin-bottom: 3rem;
  }
}
.section-heading .title-wrap .section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .section-heading .title-wrap .section-title {
    margin-bottom: 0.75rem;
  }
}
.section-heading .title-wrap .star-icon {
  color: var(--red);
}
.section-heading .title-wrap .star-icon * {
  color: var(--red);
}
.section-heading.heading-gray-icon .star-icon {
  color: var(--grey-700);
}
.section-heading.heading-gray-icon .star-icon * {
  color: var(--grey-700);
}
.section-heading.section-heading-dark .star-icon {
  color: rgba(0, 0, 0, 0.4);
}
.section-heading.section-heading-dark .star-icon * {
  color: rgba(0, 0, 0, 0.4);
}

.button-listing {
  margin-top: 2rem;
}

section.bg-white + section.bg-white {
  padding-top: 0;
}

section.bg-black + section.bg-black {
  padding-top: 0;
}

section.bg-white.section-with-padding + section.bg-white {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  section.bg-white.section-with-padding + section.bg-white {
    padding-top: 4.5rem;
  }
}

.actions {
  margin-bottom: 0;
}

.gy-32 {
  --bs-gutter-y: 2rem;
}

.gy-64 {
  --bs-gutter-y: 4rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.my-32 {
  margin-block: 2rem;
}

.py-32 {
  padding-block: 2rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-32 {
  gap: 2rem;
}

.gx-2px {
  --bs-gutter-x: 2px;
}

.gy-2px {
  --bs-gutter-y: 2px;
}

.gx-4px {
  --bs-gutter-x: 4px;
}

.gy-4px {
  --bs-gutter-y: 4px;
}
@media (max-width: 767.98px) {
  .gy-4px {
    --bs-gutter-y: 2px;
  }
}

.gx-10 {
  --bs-gutter-x: 20px;
}

.gy-10 {
  --bs-gutter-y: 20px;
}

.star-links-black {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.star-links-black li a {
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  background-color: transparent;
  color: var(--black);
  transition: color 0.3s ease;
  position: relative;
  padding-left: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
}
.star-links-black li a::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23D50032"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0.25rem;
  top: 0.625rem;
  transition: all 0.3s ease-in-out;
}
.star-links-black li a:hover {
  background: rgba(213, 0, 50, 0.1);
  color: var(--black);
}

.pt-72 {
  padding-top: 4.5rem;
}
@media (max-width: 767.98px) {
  .pt-72 {
    padding-top: 3.25rem;
  }
}

.card-gaping {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  .card-gaping {
    padding-top: 4.5rem;
  }
}

@media (max-width: 767.98px) {
  .container-slider {
    padding-right: 0;
  }
}

.breadcrumb {
  padding-top: 1.25rem;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding-block: 1rem;
  }
}
.breadcrumb .breadcrumb-item {
  color: #747474;
}
.breadcrumb .breadcrumb-item a {
  color: rgba(0, 0, 0, 0.61);
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration-color: transparent;
  color: var(--red);
}
.breadcrumb .breadcrumb-item::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M8.33301 5.44141L7.08301 6.69141L10.8916 10.5L7.08301 14.3086L8.33301 15.5586L13.3916 10.5L8.33301 5.44141Z" fill="black" fill-opacity="0.2"/></svg>');
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--black);
}
@media (max-width: 991.98px) {
  .breadcrumb .breadcrumb-item:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 500px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb .breadcrumb-item:last-child {
    width: 450px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb .breadcrumb-item:last-child {
    width: 190px;
  }
}
@media (max-width: 374px) {
  .breadcrumb .breadcrumb-item:last-child {
    width: 130px;
  }
}

.star-ul {
  padding-left: 1rem;
}
.star-ul li {
  padding-left: 1.3rem;
  position: relative;
}
.star-ul li::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23CDCDCD"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  transition: all 0.4s ease-in-out;
}

/* Smooth dropdown with relative positioning */
.custom-dropdown .dropdown-menu {
  position: relative !important;
  opacity: 0;
  transform: translateY(10px);
  display: block;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.custom-dropdown.show .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

/* Left Nav Container */
.main-dropdown {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.leftnav > ul {
  padding: 0;
  margin: 0;
}
.leftnav > ul li {
  list-style: none;
  list-style-image: none;
}
.leftnav > ul li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.leftnav > ul li a:hover {
  color: var(--red);
}
.leftnav > ul ul {
  margin: 0 0 12px 0;
}

.sidenav {
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-expander {
  background: none;
  box-shadow: none;
  position: relative;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}

.btn-expander .plus-minus-btn:before {
  content: "";
  font-size: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8333 2.5V9.16667H17.5V10.8333H10.8333V14.1667V17.5H9.16667V14.1667V10.8333H2.5V9.16667H9.16667V2.5H10.8333Z" fill="%23D50032"/></svg>');
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  background-size: 16px;
  top: 0;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.btn-expander .plus-minus-btn.minus-btn:before {
  background-image: url('data:image/svg+xml,<svg width="20" height="2" viewBox="0 0 20 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8986 -0.00275935L8.89884 -0.00220568L-0.000757456 0.000257611L-0.00020379 2.00004L8.8994 1.99758L10.8989 1.99744L19.7988 1.99456L19.7982 -0.00522399L10.8986 -0.00275935Z" fill="%23D50032"/></svg>');
  width: 0.875rem;
  height: 0.875rem;
  top: 6px;
}

.sidenav-sub {
  padding-left: 1.25rem;
}
.sidenav-sub .drop {
  margin-bottom: 0.75rem;
}

.singe-menu {
  margin-bottom: 0.375rem;
}

.sidenav-sub-menu > li {
  font-size: 0.9em;
  width: 100%;
  line-height: 1.1em;
  padding-left: 20px;
}
.sidenav-sub-menu .btn.btn-secondary {
  width: 100%;
}

.screen-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.2s;
  text-decoration: none;
  font-weight: bold;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid #000;
}

.padding-top-48 {
  padding-top: 3rem !important;
}

.padding-bottom-48 {
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .padding-bottom-48 {
    padding-bottom: 2rem;
  }
}

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  border: 0px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 1.75rem */
  text-transform: uppercase;
  font-family: var(--body-font-family);
}
@media (max-width: 767.98px) {
  .btn {
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    font-size: 0.875rem;
  }
}
.btn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.btn span {
  font-weight: 700;
}
.btn.btn-primary {
  background-color: transparent;
  position: relative;
  padding: 0;
  padding-left: 0.865rem;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.875rem;
  height: 100%;
  top: 0;
  z-index: 9;
  background: var(--red);
  clip-path: polygon(20% 0%, 108% 0, 120% 20%, 100% 100%, 100% 100%, 0% 60%, 0 0);
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary span {
  display: block;
  background-color: var(--red);
  color: var(--white);
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}
@media (max-width: 767.98px) {
  .btn.btn-primary span {
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}
.btn.btn-primary:hover {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.btn.btn-primary:hover span {
  background-color: var(--black);
}
.btn.btn-primary:hover::before {
  background-color: var(--black);
}
.btn.btn-primary.disabled {
  opacity: 0.4;
}
.btn.btn-primary.btn-hover-yellow svg {
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.btn.btn-primary.btn-hover-yellow svg * {
  color: var(--white);
}
.btn.btn-primary.btn-hover-yellow:hover {
  color: var(--black);
}
.btn.btn-primary.btn-hover-yellow:hover span {
  background-color: var(--gold);
  color: var(--black);
}
.btn.btn-primary.btn-hover-yellow:hover span svg {
  color: var(--black);
}
.btn.btn-primary.btn-hover-yellow:hover span svg * {
  color: var(--black);
}
.btn.btn-primary.btn-hover-yellow:hover::before {
  background-color: var(--gold);
}
.btn.btn-primary.btn-dark svg {
  color: var(--white);
}
.btn.btn-primary.btn-dark svg * {
  color: var(--white);
}
.btn.btn-primary.btn-dark::before {
  content: "";
  background: var(--dark-grey);
}
.btn.btn-primary.btn-dark span {
  background: var(--dark-grey);
}
.btn.btn-primary.btn-dark:hover span {
  background-color: #5C5C5C;
}
.btn.btn-primary.btn-dark:hover::before {
  background-color: #5C5C5C;
}
.btn.btn-primary-gray {
  background-color: transparent;
  position: relative;
  padding: 0;
  padding-left: 0.865rem;
}
.btn.btn-primary-gray::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.875rem;
  height: 100%;
  top: 0;
  z-index: 9;
  background: var(--light-gray);
  clip-path: polygon(20% 0%, 108% 0, 120% 20%, 100% 100%, 100% 100%, 0% 60%, 0 0);
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary-gray span {
  display: block;
  background-color: var(--light-gray);
  color: var(--black);
  transition: all 0.3s ease-in-out;
  padding: 0.75rem 0.75rem 0.75rem 0.5rem;
}
@media (max-width: 767.98px) {
  .btn.btn-primary-gray span {
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}
.btn.btn-primary-gray span .icon {
  margin-left: 0.5rem;
}
.btn.btn-primary-gray:hover {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: var(--black);
}
.btn.btn-primary-gray:hover span {
  background-color: var(--grey-800);
}
.btn.btn-primary-gray:hover::before {
  background-color: var(--grey-800);
}
.btn.btn-primary-gray.disabled {
  opacity: 0.4;
}
.btn.btn-primary-yellow {
  background-color: transparent;
  position: relative;
  padding: 0;
  padding-left: 0.865rem;
}
.btn.btn-primary-yellow::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.875rem;
  height: 100%;
  top: 0;
  z-index: 9;
  background: var(--gold);
  clip-path: polygon(20% 0%, 108% 0, 120% 20%, 100% 100%, 100% 100%, 0% 60%, 0 0);
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary-yellow span {
  display: block;
  background-color: var(--gold);
  color: var(--black);
  transition: all 0.3s ease-in-out;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}
@media (max-width: 767.98px) {
  .btn.btn-primary-yellow span {
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}
.btn.btn-primary-yellow:hover {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.btn.btn-primary-yellow:hover span {
  background-color: var(--black);
  color: var(--white);
}
.btn.btn-primary-yellow:hover::before {
  background-color: var(--black);
}
.btn.btn-primary-yellow.disabled {
  opacity: 0.4;
}
.btn.btn-primary-yellow.btn-hover-red svg {
  transition: all 0.3s ease-in-out;
  color: var(--black);
}
.btn.btn-primary-yellow.btn-hover-red svg * {
  color: var(--black);
}
.btn.btn-primary-yellow.btn-hover-red:hover {
  color: var(--white);
}
.btn.btn-primary-yellow.btn-hover-red:hover span {
  background-color: var(--red);
  color: var(--white);
}
.btn.btn-primary-yellow.btn-hover-red:hover span svg {
  color: var(--white);
}
.btn.btn-primary-yellow.btn-hover-red:hover span svg * {
  color: var(--white);
}
.btn.btn-primary-yellow.btn-hover-red:hover::before {
  background-color: var(--red);
}
.btn.btn-primary-default {
  background-color: var(--pink);
  color: var(--maroon);
  font-size: 0.875rem;
}
.btn.btn-primary-default::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 0 50% 50% 0%;
  background-color: var(--dark-green);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, transform 0.8s ease-in-out;
  transform: translate(-100%, -50%);
  top: 50%;
  left: 0;
  z-index: -1;
}
.btn.btn-primary-default:hover {
  color: var(--sage);
  transition: all 0.8s ease-in-out;
}
.btn.btn-primary-default:hover::after {
  width: 200%;
  height: 500px;
  transform: translate(0%, -50%);
}
.btn.btn-secondary {
  background-color: transparent;
  display: inline-flex;
  text-align: left;
  font-weight: 700;
  color: var(--black);
  gap: 0.75rem;
}
.btn.btn-secondary .arrow {
  transition: all 0.3s ease-in-out;
  color: var(--red);
}
.btn.btn-secondary span {
  flex: 1;
}
.btn.btn-secondary:hover {
  background: rgba(213, 0, 50, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--pink);
}
.btn.btn-secondary:hover .arrow {
  transform: rotate(-45deg);
}
.btn.btn-secondary.btn-secondary-icon-yellow {
  background: transparent;
}
.btn.btn-secondary.btn-secondary-icon-yellow .arrow {
  color: var(--gold);
}
.btn.btn-secondary.btn-secondary-small {
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.btn.btn-secondary-white {
  background-color: transparent;
  display: inline-flex;
  text-align: left;
  gap: 0.75rem;
}
.btn.btn-secondary-white span {
  flex: 1;
}
.btn.btn-secondary-white .arrow {
  transition: all 0.3s ease-in-out;
  color: var(--red);
}
.btn.btn-secondary-white:hover {
  background: rgba(213, 0, 50, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--pink);
}
.btn.btn-secondary-white:hover .arrow {
  transform: rotate(-45deg);
}

.link-btn {
  font-family: var(--body-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 1.3125rem */
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.link-btn::after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0.125rem;
  transition: all 0.3s ease-in-out;
}
.link-btn:hover {
  color: var(--white) !important;
}
.link-btn:hover::after {
  content: "";
  border-color: transparent;
}

.link--hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.link--hover:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}

.link--hover-white {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  color: var(--white) !important;
  transition: all 0.3s ease-in-out;
}
.link--hover-white:hover {
  color: var(--red) !important;
  background-color: transparent;
  text-decoration-color: var(--red);
}

.star-btn-link {
  color: var(--black);
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 0.27rem;
  padding-left: 1.5rem;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
.star-btn-link::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.23684 10.6579L6 12L5.76316 10.6579C5.28947 8.44737 3.55264 6.71053 1.34211 6.23684L0 6L1.34211 5.76316C3.55264 5.28947 5.28947 3.55263 5.76316 1.34211L6 0L6.23684 1.34211C6.71053 3.55263 8.44736 5.28947 10.6579 5.76316L12 6L10.6579 6.23684C8.44736 6.71053 6.71053 8.44737 6.23684 10.6579Z" fill="%23D50032"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0.4rem;
  top: 0.625rem;
  transition: all 0.4s ease-in-out;
  filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(94%);
  background-repeat: no-repeat;
}
.star-btn-link:hover {
  color: var(--black);
  background: rgba(213, 0, 50, 0.1);
}
.star-btn-link:hover::before {
  content: "";
  filter: inherit;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  .w-btn-full {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .row-button-sec .btn {
    width: 100%;
  }
}

.row-btn-width .btn {
  width: auto;
}

.main-header {
  color: #fff;
  z-index: 1050;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, top 0.3s ease-in-out;
  padding-top: 0.375rem;
  padding-inline: 0.375rem;
}
.main-header.upwards {
  top: -142px;
  transition: top 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .main-header {
    padding-top: 1rem;
    padding-inline: 1rem;
  }
}
@media (min-width: 1400px) {
  .main-header {
    padding-inline: 2rem;
  }
}
.main-header .container {
  background-color: var(--black);
  padding-block: 1.5rem;
}
@media (min-width: 1200px) {
  .main-header .container {
    padding-inline: 2rem;
  }
}
@media (min-width: 1600px) {
  .main-header .container {
    max-width: 95%;
  }
}
@media (max-width: 1199.98px) {
  .main-header .container {
    padding-inline: 1rem;
  }
}
@media (max-width: 991.98px) {
  .main-header .container {
    padding-inline: 0.625rem;
    padding-block: 0.875rem;
  }
}
.main-header .logo {
  width: auto;
  height: 64px;
}
@media (min-width: 1400px) {
  .main-header .logo {
    height: 77px;
  }
}
@media screen and (max-width: 374px) {
  .main-header .logo {
    height: 50px;
  }
}
.main-header .logo img {
  width: 100%;
  height: 100%;
  transition: width 0.3s ease;
}
.main-header .menu-btn {
  font-weight: bold;
}
.main-header .dropdown-toggle.btn-primary::after {
  display: none;
}
.main-header .dropdown-toggle.btn-primary span {
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}
.main-header .btn-hover-yellow span {
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}
.main-header .mobile-menu-btn span {
  padding-left: 0.25rem;
}
.main-header .header-links .menu-list-link {
  gap: 2.5rem;
  align-items: center;
  margin-right: 1.5rem;
}
.main-header .header-links .menu-list-link .menu-link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 0.4rem 0rem;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.main-header .header-links .menu-list-link .menu-link:hover {
  border-color: var(--red);
}

.main-header.header-color .container {
  background-color: var(--black);
}
.main-header.header-color .logo img {
  width: 80%;
  transition: width 0.3s ease;
}

.sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 95%;
  background-color: var(--white);
  color: var(--black);
  z-index: 1051;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  right: -100%;
  transform: none;
}
@media (min-width: 1200px) {
  .sidebar {
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .sidebar {
    width: 89%;
  }
}
@media (max-width: 767.98px) {
  .sidebar {
    width: 100%;
    height: 100%;
  }
}
.sidebar.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .sidebar {
    left: auto;
    right: 0;
    transform: scale(0.98);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .sidebar.active {
    transform: scale(1);
    left: auto;
    right: 0;
  }
}
.sidebar .sidebar-header {
  padding: 3.5rem 4rem 3rem 4rem;
}
@media (max-width: 1399.98px) {
  .sidebar .sidebar-header {
    padding-bottom: 2.5rem;
    padding-top: 4rem;
    padding-inline: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-header {
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .sidebar .sidebar-header {
    padding-right: 8rem;
  }
}
.sidebar .btn-primary-gray span {
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}
.sidebar .menu-search-accodian {
  padding-inline: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .sidebar .menu-search-accodian {
    padding-inline: 8%;
    padding-bottom: 2rem;
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .sidebar .menu-search-accodian {
    padding-inline: 8.25rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  .sidebar .menu-search-accodian {
    padding-inline: 11rem;
  }
}
.sidebar .mega-menu-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .sidebar .mega-menu-wrapper {
    flex-direction: row;
  }
}
.sidebar .mega-menu-wrapper .left-red-sec {
  width: 100%;
  padding-top: 1.875rem;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .sidebar .mega-menu-wrapper .left-red-sec {
    width: 300px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="211" height="310" viewBox="0 0 211 310" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M-447.499 0L-143.885 433.847L-148.386 437L-452 3.15335L-447.499 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-412.003 0L-108.399 433.847L-112.9 437L-416.503 3.15328L-412.003 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-376.516 0L-72.9123 433.847L-77.4131 437L-381.017 3.15328L-376.516 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-341.03 0L-37.426 433.847L-41.9268 437L-345.53 3.15328L-341.03 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-305.543 0L-1.92894 433.847L-6.42964 437L-310.044 3.15336L-305.543 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-270.057 0L33.5576 433.847L29.0569 437L-274.557 3.15336L-270.057 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-234.57 0L69.0438 433.847L64.5431 437L-239.071 3.15335L-234.57 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-199.073 0L104.53 433.847L100.03 437L-203.574 3.15328L-199.073 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-163.587 0L140.017 433.847L135.516 437L-168.088 3.15328L-163.587 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-128.1 0L175.514 433.847L171.013 437L-132.601 3.15335L-128.1 0Z" fill="%23FDC25A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-92.6142 0L211 433.847L206.499 437L-97.115 3.15336L-92.6142 0Z" fill="%23FDC25A"/></svg>');
    background-position: left bottom;
    background-size: 40%;
    background-repeat: no-repeat;
    padding-top: 2.5rem;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .sidebar .mega-menu-wrapper .left-red-sec {
    padding-top: 3.5rem;
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .sidebar .mega-menu-wrapper .left-red-sec {
    background-size: 55%;
  }
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap {
  margin-top: 1.25rem;
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap li {
  margin-bottom: 4px;
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap li:last-child {
  margin-bottom: 0;
}
.sidebar .mega-menu-wrapper .left-red-sec .sidebar-link-wrap .sidebar-link {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .left-red-sec .btn.btn-primary-yellow span {
    padding-right: 0.75rem;
    padding-left: 0.25rem;
  }
}
.sidebar .mega-menu-wrapper .sidebar-body {
  flex: 1;
  overflow-y: auto;
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  margin-bottom: 2rem;
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control {
  border: 2px solid var(--grey-800);
  background: var(--light-gray);
  display: flex;
  height: 3.25rem;
  padding: 0.75rem;
  align-items: center;
  flex: 1 0 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control {
    height: 2.75rem;
  }
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control::placeholder {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; /* 1.75rem */
  color: #929292;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .sidebar-body .search-wrap .form-control::placeholder {
    font-size: 0.875rem;
  }
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .search__btn {
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  background: var(--red);
  border: 1px solid var(--red);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .sidebar .mega-menu-wrapper .sidebar-body .search-wrap .search__btn {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.sidebar .mega-menu-wrapper .sidebar-body .search-wrap .search__btn:hover {
  background: #BC0829;
}
.sidebar .info-accordion-sec .accordion-item {
  border: none;
}
@media (min-width: 768px) {
  .sidebar .info-accordion-sec .accordion-item .accordion-collapse {
    display: block !important;
  }
}
.sidebar .info-accordion-sec .accordion-item .accordion-button {
  border: none;
  box-shadow: none;
  color: var(--white) !important;
  font-family: var(--body-font-family);
}
@media (min-width: 768px) {
  .sidebar .info-accordion-sec .accordion-item .accordion-button {
    pointer-events: none;
    cursor: pointer;
  }
}
.sidebar .info-accordion-sec .accordion-item .accordion-button::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.90625 0.666687L0.90625 2.66669L9 10.7604L17.0938 2.66669L15.0938 0.666687L9 6.76044L2.90625 0.666687Z" fill="white"/></svg>');
}
@media (min-width: 768px) {
  .sidebar .info-accordion-sec .accordion-item .accordion-button::after {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.overlay-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: none;
}
.overlay-header.show {
  display: block;
}

.menu-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
@media (max-width: 767.98px) {
  .menu-link-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.quick-links {
  margin-top: 3rem;
}
.quick-links .star-links-black {
  flex-direction: row;
}

/* Accordion Items */
.accordion-menu .accordion-item {
  border-bottom: 1px solid var(--grey-800);
}
.accordion-menu .accordion-item .accordion-button {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: transparent;
  padding: 1.5rem 0;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  .accordion-menu .accordion-item .accordion-button {
    padding-block: 1rem;
  }
}
@media (max-width: 991.98px) {
  .accordion-menu .accordion-item .accordion-button.h3-headng {
    font-size: 1.5rem;
    line-height: 120%; /* 1.8rem */
  }
}
.accordion-menu .accordion-item .accordion-button .accordion-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 26px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .accordion-menu .accordion-item .accordion-button .accordion-icon {
    top: 14px;
  }
}
.accordion-menu .accordion-item .accordion-button.collapsed .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--light-gray);
}
.accordion-menu .accordion-item .accordion-button.collapsed .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  color: var(--black);
}
.accordion-menu .accordion-item .accordion-button.collapsed .accordion-icon:hover {
  background-color: #E5E5E5;
}
.accordion-menu .accordion-item .accordion-button:not(.collapsed) .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--red);
}
.accordion-menu .accordion-item .accordion-button:not(.collapsed) .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(45deg);
  color: var(--white);
}
.accordion-menu .accordion-item .accordion-button:not(.collapsed) .accordion-icon:hover {
  background-color: var(--dark-red);
}
.accordion-menu .accordion-collapse .accordion-body {
  padding-bottom: 1.5rem;
}

.btn.btn-primary-close::before {
  background-color: #BC0829 !important;
  content: "";
}
.btn.btn-primary-close span {
  padding-left: 0.25rem;
  padding-right: 0.75rem;
  display: block;
  background-color: #BC0829 !important;
}
@media (min-width: 992px) {
  .btn.btn-primary-close {
    display: none;
  }
}

.secondary-nav-sec {
  padding-top: 1rem;
}
@media (max-width: 767.98px) {
  .secondary-nav-sec {
    padding-top: 1.5rem;
  }
}
.secondary-nav-sec .secondary-nav {
  row-gap: 1.25rem;
  column-gap: 1.5rem;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .secondary-nav-sec .secondary-nav {
    row-gap: 0.625rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .secondary-nav-sec .secondary-nav {
    padding-inline: 1rem;
  }
}
@media (min-width: 1400px) {
  .secondary-nav-sec .secondary-nav {
    column-gap: 1.75rem;
    padding-inline: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .secondary-nav-sec .secondary-nav {
    padding-block: 0;
  }
}
@media (max-width: 1199.98px) {
  .secondary-nav-sec .secondary-nav {
    padding-block: 1rem;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav-sec .secondary-nav {
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.secondary-nav-sec .secondary-nav .menu-link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 0rem 1rem;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease-in-out;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    font-size: 0.8125rem;
    padding: 0.3rem 0rem 0.3rem;
  }
}
@media (min-width: 1200px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    padding: 1.22rem 0rem 1rem;
  }
}
@media (min-width: 1400px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav-sec .secondary-nav .menu-link {
    padding-block: 0;
  }
}
.secondary-nav-sec .secondary-nav .menu-link:hover {
  border-color: var(--red);
}

.menu-search .btn-search .search__btn {
  background: rgba(0, 0, 0, 0.0392156863);
  transition: all 0.3s ease-in-out;
}
.menu-search .btn-search .search__btn:hover {
  background: rgba(253, 194, 90, 0.1019607843);
}

.header-search-dropdown {
  position: absolute;
  top: 3.8rem;
  right: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0;
  padding: 1.25rem 1.5rem;
  min-width: 520px;
  max-width: 90vw;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .header-search-dropdown {
    top: 4.4rem;
  }
}
@media (min-width: 1400px) {
  .header-search-dropdown {
    top: 4.6rem;
  }
}
@media (max-width: 767.98px) {
  .header-search-dropdown {
    min-width: 320px;
  }
}
@media (max-width: 575.98px) {
  .header-search-dropdown {
    padding: 1rem;
  }
}
.header-search-dropdown .search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-search-dropdown .search-form .search-input {
  flex: 1;
  border: 2px solid var(--grey-800);
  background: var(--light-gray);
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #929292;
  transition: border 0.2s;
}
.header-search-dropdown .search-form .search-input:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: none;
}
.header-search-dropdown .search-form .btn-search-submit {
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  height: 44px;
}
.header-search-dropdown .search-form .btn-search-submit svg {
  display: block;
}
.header-search-dropdown .search-form .btn-search-submit:hover, .header-search-dropdown .search-form .btn-search-submit:focus {
  background: var(--dark-red);
}

.language-dropdown .dropdown-toggle {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-inline: 5px;
}
.language-dropdown .dropdown-toggle::after {
  display: none;
}
.language-dropdown .dropdown-menu {
  max-height: 230px;
  overflow-y: auto;
}
.language-dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--red) !important;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown.dropdown-custom .dropdown-menu {
  max-height: 230px;
  overflow-y: auto;
}
.dropdown.dropdown-custom .dropdown-menu .dropdown-item:active {
  background-color: var(--red) !important;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer .address-sec {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer .address-sec {
    margin-bottom: 0;
  }
}
.footer .footer-lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer .footer-lists {
    gap: 3rem;
  }
}
.footer .social-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .footer .social-icons {
    justify-content: flex-end;
  }
}
.footer .social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
}
.footer .social-icons a svg path {
  transition: all 0.4s ease-in-out;
  color: var(--gold);
}
.footer .social-icons a:hover svg path {
  color: var(--red);
}
.footer .footer-links {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .footer-links li a {
  color: var(--white);
  transition: color 0.3s ease;
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  padding-left: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
.footer .footer-links li a::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23D50032"/></svg>');
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 0.625rem;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.footer .footer-links li a:hover {
  color: var(--white);
  background-color: rgba(253, 194, 90, 0.1019607843);
}
.footer .footer-links li a:hover::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23684 11.0124L6 12.3545L5.76316 11.0124C5.28947 8.80186 3.55264 7.06502 1.34211 6.59134L0 6.35449L1.34211 6.11765C3.55264 5.64397 5.28947 3.90712 5.76316 1.6966L6 0.354492L6.23684 1.6966C6.71053 3.90712 8.44736 5.64397 10.6579 6.11765L12 6.35449L10.6579 6.59134C8.44736 7.06502 6.71053 8.80186 6.23684 11.0124Z" fill="%23FDC25A"/></svg>');
  background-repeat: no-repeat;
}
.footer .social-icons {
  margin: 0;
}
.footer .social-icons a {
  color: var(--white);
  transition: color 0.3s ease;
}
.footer .hr {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.875rem;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.phone-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bright-future-swiper .swiper-slide {
  width: 300px;
}
.bright-future-swiper .slide-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.bright-future-swiper .slide-card img {
  width: 100%;
  height: auto;
  display: block;
}
.bright-future-swiper .slide-card.slide-card {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0);
}
.bright-future-swiper .slide-card.slide-card .slide-text {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 20%;
  background: rgba(0, 0, 0, 0.0392156863);
}
@media (max-width: 767.98px) {
  .bright-future-swiper .slide-card.slide-card .slide-text {
    opacity: 1;
  }
}
.bright-future-swiper .slide-card.slide-card .slide-text .h3 {
  font-family: var(--body-font-family);
}
.bright-future-swiper .slide-card.slide-card .slide-text p {
  max-width: 9.375rem;
}
.bright-future-swiper .slide-card.slide-card .overlay {
  border: 12px solid transparent;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn {
  background: rgba(0, 0, 0, 0.6980392157);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #000;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn svg * {
  color: var(--white);
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn:hover {
  background: var(--white);
}
.bright-future-swiper .slide-card.slide-card .overlay .play-btn:hover svg * {
  color: var(--black);
}
.bright-future-swiper .slide-card.slide-card:hover {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}
.bright-future-swiper .slide-card.slide-card:hover .slide-text {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .bright-future-swiper .slide-card.purple-hover:hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(357deg, var(--purple-80, rgba(122, 35, 106, 0.8)) 0%, var(--purple-80, rgba(122, 35, 106, 0.8)) 100%);
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .bright-future-swiper .slide-card.purple-hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(357deg, var(--purple-80, rgba(122, 35, 106, 0.8)) 0%, var(--purple-80, rgba(122, 35, 106, 0.8)) 100%);
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .bright-future-swiper .slide-card.teal-hover:hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, rgba(0, 160, 173, 0.8), rgba(0, 160, 173, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .bright-future-swiper .slide-card.teal-hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, rgba(0, 160, 173, 0.8), rgba(0, 160, 173, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .bright-future-swiper .slide-card.gold-hover:hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, rgba(246, 144, 30, 0.8), rgba(246, 144, 30, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .bright-future-swiper .slide-card.gold-hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(0deg, rgba(246, 144, 30, 0.8), rgba(246, 144, 30, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}

@media (max-width: 991.98px) {
  .bright-future-section .container {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .bright-future-section .section-heading .title-wrap {
    padding-right: 1.25rem;
  }
}

.bright-future-section .stars {
  font-size: 1.2rem;
}

.main-single-slider .swiper-button-group {
  width: 5.75rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .main-single-slider .swiper-button-group {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.main-single-slider .swiper-button-group .swiper-btn {
  display: flex;
  padding: 0.5rem;
  align-items: flex-start;
  gap: 0.25rem;
  background-color: var(--gold);
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.main-single-slider .swiper-button-group .swiper-btn::after {
  display: none;
}
.main-single-slider .swiper-button-group .swiper-btn svg {
  width: 0.5625rem;
}
.main-single-slider .swiper-button-group .swiper-btn:hover {
  background-color: var(--white);
}

.swiper-btn {
  display: flex;
  padding: 0.5rem;
  align-items: flex-start;
  gap: 0.25rem;
  background-color: var(--gold);
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
}
.swiper-btn::after {
  display: none;
}
.swiper-btn svg {
  width: 0.5625rem;
}

.button-with-pagination-sec {
  min-width: 181px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}
.button-with-pagination-sec .swiper-btn {
  position: relative;
  inset: 0;
}
.button-with-pagination-sec .swiper-btn.swiper-button-lock {
  display: none !important;
}
.button-with-pagination-sec .swiper-pagination {
  position: relative;
  inset: 0 !important;
  align-self: center;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
}
.button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  clip-path: polygon(0 0, 33% 0, 100% 100%, 68% 100%);
  width: 1.135rem;
  height: 1rem;
  border-radius: 0;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gold);
}

.pagination-container {
  position: absolute !important;
  z-index: 8;
  bottom: 3rem;
  right: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .pagination-container {
    padding-inline: 4rem;
  }
}
@media (min-width: 1600px) {
  .pagination-container {
    max-width: 95%;
  }
}
@media (max-width: 1199.98px) {
  .pagination-container {
    padding-inline: 1rem;
  }
}
.pagination-container .button-with-pagination-sec {
  min-width: 220px;
  margin-left: auto;
  margin-right: 0;
}
.pagination-container .button-with-pagination-sec .swiper-btn {
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s ease-in-out;
}
.pagination-container .button-with-pagination-sec .swiper-btn svg path {
  fill: var(--white);
}
.pagination-container .button-with-pagination-sec .swiper-btn:hover {
  background-color: var(--white);
}
.pagination-container .button-with-pagination-sec .swiper-btn:hover svg path {
  fill: var(--black);
}
.pagination-container .button-with-pagination-sec .swiper-btn.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.2509803922);
  opacity: 1;
}
.pagination-container .button-with-pagination-sec .swiper-btn.swiper-button-disabled svg path {
  fill: var(--white);
}
.pagination-container .button-with-pagination-sec .swiper-btn.swiper-button-lock {
  display: none !important;
}
.pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gold);
}
.pagination-container .button-with-pagination-sec .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--white);
}

.image-gallery-sec .swiper-slide {
  height: auto;
}
.image-gallery-sec .swiper-slide .img-card {
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.image-gallery-sec .swiper-slide .img-card::before {
  content: "";
  position: absolute;
  top: 1.4375rem;
  right: 1.6875rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="24" viewBox="0 0 116 24" fill="none"><path d="M21.3158 11.9411L24 12.399L21.3158 12.857C16.8947 13.7728 13.4211 17.131 12.4737 21.405L12 24L11.5263 21.405C10.5789 17.131 7.10526 13.7728 2.68421 12.857L-5.24537e-07 12.399L2.68421 11.9411C7.10526 11.0252 10.5789 7.66704 11.5263 3.393L12 0.798038L12.4737 3.393C13.4211 7.66704 16.8947 11.0252 21.3158 11.9411Z" fill="white"/><path d="M66.5521 11.9411L69.2363 12.399L66.5521 12.857C62.1311 13.7728 58.6574 17.131 57.71 21.405L57.2363 24L56.7626 21.405C55.8153 17.131 52.3416 13.7728 47.9205 12.857L45.2363 12.399L47.9205 11.9411C52.3416 11.0252 55.8153 7.66704 56.7626 3.393L57.2363 0.798038L57.71 3.393C58.6574 7.66704 62.1311 11.0252 66.5521 11.9411Z" fill="white"/><path d="M112.57 11.9411L115.254 12.399L112.57 12.857C108.149 13.7728 104.675 17.131 103.728 21.405L103.254 24L102.78 21.405C101.833 17.131 98.3592 13.7728 93.9381 12.857L91.2539 12.399L93.9381 11.9411C98.3592 11.0252 101.833 7.66704 102.78 3.393L103.254 0.798038L103.728 3.393C104.675 7.66704 108.149 11.0252 112.57 11.9411Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 7.20338rem;
  height: 1.45013rem;
  z-index: 9;
}
.image-gallery-sec .swiper-slide .img-card::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 8;
}
.image-gallery-sec .swiper-slide .img-card:hover::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.image-gallery-sec .swiper-slide .img-card:hover::before {
  content: "";
  opacity: 1;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}

.carousel-indicators {
  z-index: 1;
}

.bg-red {
  background: var(--red);
  color: var(--white);
}
.bg-red * {
  color: var(--white);
}
.bg-red .btn-secondary.btn-secondary-icon-yellow svg * {
  color: var(--gold);
}
.bg-red .bg-white {
  background: var(--white);
  color: var(--black);
}
.bg-red .bg-white * {
  color: var(--black);
}
.bg-red .bg-white .btn-secondary svg * {
  color: var(--red);
}
.bg-red .section-heading .star-icon * {
  color: rgba(0, 0, 0, 0.4);
}
.bg-red .btn-primary {
  background-color: transparent;
}
.bg-red .btn-primary::before {
  content: "";
  background: var(--gold);
}
.bg-red .btn-primary span {
  background-color: var(--gold);
  color: var(--black);
}
.bg-red .btn-primary:hover {
  background-color: transparent;
  color: var(--white);
}
.bg-red .btn-primary:hover span {
  background-color: var(--black);
  color: var(--white);
}
.bg-red .btn-primary:hover::before {
  background-color: var(--black);
}

.bg-white {
  background: var(--white);
  color: var(--black);
}

.bg-black {
  background: var(--black);
  color: var(--white);
}
.bg-black * {
  color: var(--white);
}
.bg-black .btn-secondary {
  background-color: transparent;
  color: var(--black);
}
.bg-black .btn-secondary .arrow {
  color: var(--red);
}
.bg-black .btn-secondary .arrow * {
  color: var(--red);
}
.bg-black .btn-secondary span {
  flex: 1;
}
.bg-black .btn-secondary:hover {
  background: rgba(253, 194, 90, 0.1019607843);
  border: 1px solid var(--pink);
}
.bg-black .btn-secondary:hover .arrow {
  color: var(--gold);
}
.bg-black .btn-secondary:hover .arrow * {
  color: var(--gold);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow {
  background: transparent;
}
.bg-black .btn-secondary.btn-secondary-icon-yellow .arrow {
  color: var(--gold);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow:hover {
  background: rgba(253, 194, 90, 0.1019607843);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow:hover .arrow {
  color: var(--gold);
}
.bg-black .btn-secondary.btn-secondary-icon-yellow:hover .arrow * {
  color: var(--gold);
}
.bg-black .btn.btn-secondary-white:hover {
  background: rgba(253, 194, 90, 0.1);
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--pink);
}
.bg-black .btn.btn-secondary-white:hover .arrow {
  transform: rotate(-45deg);
  color: var(--gold) !important;
}
.bg-black .btn.btn-secondary-white:hover .arrow path {
  color: var(--gold);
}
.bg-black .btn-primary:hover {
  color: var(--black);
}
.bg-black .btn-primary:hover span {
  background-color: var(--gold);
  color: var(--black);
}
.bg-black .btn-primary:hover span svg {
  color: var(--black);
}
.bg-black .btn-primary:hover span svg * {
  color: var(--black);
}
.bg-black .btn-primary:hover::before {
  background-color: var(--gold);
}

.bg-gold {
  background: var(--gold);
}

.bg-light-gray {
  background: var(--light-gray);
}

.bg-grey-700 {
  background: var(--grey-700);
}

.bg-danger {
  background: var(--danger);
}

.bg-success {
  background: var(--success);
}

.text-red {
  color: var(--red);
}

.text-white {
  color: var(--white);
}

.text-black {
  color: var(--black);
}
.text-black * {
  color: var(--black);
}

.text-gold {
  color: var(--gold);
}
.text-gold * {
  color: var(--gold);
}

.text-purple {
  color: var(--purple);
}
.text-purple * {
  color: var(--purple);
}

.text-light-purple {
  color: #DAA4D0;
}
.text-light-purple * {
  color: #DAA4D0;
}

.text-light-pink {
  color: #FF85A3;
}
.text-light-pink * {
  color: #FF85A3;
}

.text-light-teal {
  color: #8BF2F9;
}
.text-light-teal * {
  color: #8BF2F9;
}

.text-teal {
  color: var(--teal);
}
.text-teal * {
  color: var(--teal);
}

.text-red {
  color: var(--red);
}
.text-red * {
  color: var(--red);
}

.text-success {
  color: var(--success);
}

.text-danger {
  color: var(--danger);
}

.full-content-button-sec {
  position: relative;
}
.full-content-button-sec::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="358" height="106" viewBox="0 0 358 106" fill="none"><path d="M198.353 0H194.329L353.076 226.709H357.1L198.353 0Z" fill="black" fill-opacity="0.05"/><path d="M-111.229 226.709H-115.253L-274 0H-269.976L-111.229 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-89.9422 226.709H-93.9657L-252.707 0H-248.684L-89.9422 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-68.6558 226.709H-72.6793L-231.421 0H-227.397L-68.6558 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-47.3692 226.709H-51.3927L-210.134 0H-206.111L-47.3692 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-26.0827 226.709H-30.1061L-188.848 0H-184.824L-26.0827 226.709Z" fill="black" fill-opacity="0.05"/><path d="M-4.79044 226.709H-8.81396L-167.561 0H-163.537L-4.79044 226.709Z" fill="black" fill-opacity="0.05"/><path d="M16.4962 226.709H12.4727L-146.274 0H-142.251L16.4962 226.709Z" fill="black" fill-opacity="0.05"/><path d="M37.7834 226.709H33.7599L-124.982 0H-120.958L37.7834 226.709Z" fill="black" fill-opacity="0.05"/><path d="M59.0699 226.709H55.0464L-103.695 0H-99.6716L59.0699 226.709Z" fill="black" fill-opacity="0.05"/><path d="M80.3564 226.709H76.333L-82.4085 0H-78.385L80.3564 226.709Z" fill="black" fill-opacity="0.05"/><path d="M101.649 226.709H97.6253L-61.1216 0H-57.0981L101.649 226.709Z" fill="black" fill-opacity="0.05"/><path d="M122.935 226.709H118.912L-39.8351 0H-35.8116L122.935 226.709Z" fill="black" fill-opacity="0.05"/><path d="M144.222 226.709H140.198L-18.5485 0H-14.525L144.222 226.709Z" fill="black" fill-opacity="0.05"/><path d="M165.509 226.709H161.485L2.74396 0H6.76746L165.509 226.709Z" fill="black" fill-opacity="0.05"/><path d="M186.796 226.709H182.772L24.0306 0H28.0541L186.796 226.709Z" fill="black" fill-opacity="0.05"/><path d="M208.082 226.709H204.059L45.3171 0H49.3406L208.082 226.709Z" fill="black" fill-opacity="0.05"/><path d="M229.374 226.709H225.351L66.6038 0H70.6273L229.374 226.709Z" fill="black" fill-opacity="0.05"/><path d="M250.661 226.709H246.637L87.8904 0H91.914L250.661 226.709Z" fill="black" fill-opacity="0.05"/><path d="M271.947 226.709H267.924L109.177 0H113.201L271.947 226.709Z" fill="black" fill-opacity="0.05"/><path d="M293.235 226.709H289.211L130.47 0H134.493L293.235 226.709Z" fill="black" fill-opacity="0.05"/><path d="M314.521 226.709H310.498L151.756 0H155.78L314.521 226.709Z" fill="black" fill-opacity="0.05"/><path d="M335.813 226.709H331.79L173.043 0H177.067L335.813 226.709Z" fill="black" fill-opacity="0.05"/></svg>');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 107px;
  width: 282px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .full-content-button-sec::before {
    position: relative;
  }
}

.button-listing {
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .button-listing {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .button-listing {
    display: flex;
    flex-direction: column;
  }
}

.text-button-sec.text-center .button-listing {
  justify-content: center;
}
.text-button-sec.text-center.text-left {
  text-align: left;
}
@media (max-width: 767.98px) {
  .text-button-sec.text-center.text-left {
    text-align: center;
  }
}

.key-feature-sec {
  position: relative;
}
.key-feature-sec .key-feature-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.key-feature-sec::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.key-feature-sec .container {
  position: relative;
  z-index: 3;
}
.key-feature-sec .oasis-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .key-feature-sec .oasis-list {
    gap: 1.25rem;
  }
}
.key-feature-sec .oasis-list li {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.key-feature-sec .oasis-list li .content-big {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .key-feature-sec .oasis-list li .content-big {
    gap: 1rem;
  }
}
.key-feature-sec .oasis-list li .content-big h1 {
  margin-bottom: 0;
}
.key-feature-sec .oasis-list li .content-big .icon {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 767.98px) {
  .key-feature-sec .oasis-list li .content-big .icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.key-feature-sec .oasis-list li .content-big .icon svg {
  vertical-align: top;
}
.key-feature-sec .oasis-description {
  font-size: 1rem;
  line-height: 1.6;
}
.key-feature-sec .content-section {
  display: inline-flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .key-feature-sec .content-section {
    gap: 1.5rem;
  }
}
.key-feature-sec .content-section .actions li {
  margin-top: 0.9375rem;
}
.key-feature-sec .content-section .actions li:first-child {
  margin-top: 0;
}

.whats-next-section {
  position: relative;
  overflow: hidden;
}
.whats-next-section::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.whats-next-section .yellow-stars {
  position: absolute;
  z-index: 4;
  right: 0.9375rem;
  height: 100%;
  width: 100%;
  max-width: 25.875rem;
  max-height: 12.125rem;
  top: 3.1875rem;
}
@media (max-width: 1199.98px) {
  .whats-next-section .yellow-stars {
    top: 1.5rem;
    right: -3.6875rem;
    max-width: 19.75rem;
    max-height: 8.75rem;
  }
}
@media (max-width: 767.98px) {
  .whats-next-section .yellow-stars {
    top: 1.5rem;
    right: -3.6875rem;
    max-width: 12.8125rem;
    max-height: 6rem;
  }
}
.whats-next-section .whats-next-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.whats-next-section .container-smaller {
  z-index: 3;
  position: relative;
}
.whats-next-section .next-card {
  position: relative;
  z-index: 2;
  border-radius: 0;
  padding: 4rem;
}
@media (max-width: 1199.98px) {
  .whats-next-section .next-card {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .whats-next-section .next-card {
    padding: 4.5rem 1.25rem;
  }
}
.whats-next-section .stars {
  font-size: 1rem;
}
.whats-next-section .stars span {
  margin-right: 0.5rem;
}
.whats-next-section .btn-warning {
  background-color: #ffc107;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.whats-next-section .btn-warning:hover {
  background-color: rgb(211, 158.25, 0);
  color: #000;
}
.whats-next-section .star-pattern {
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.whats-next-section .star-pattern .pattern-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8px;
  color: #ffc107;
  font-size: 1.2rem;
}
.whats-next-section .star-pattern .pattern-grid::before {
  content: "";
  display: block;
}
.whats-next-section .pattern-grid::before {
  content: repeat(30, "★ ");
  white-space: pre-wrap;
  font-size: 1.2rem;
}

.text-icon-sec .icon-text-card .icon-div img {
  margin-inline: auto;
}
.text-icon-sec .icon-text-card .icon-text-content {
  padding: 2rem;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .text-icon-sec .icon-text-card .icon-text-content {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1200px) {
  .text-icon-sec .icon-text-card .icon-text-content {
    padding: 3rem 2rem;
  }
}
.text-icon-sec.text-icon-with-bg-sec {
  position: relative;
}
.text-icon-sec.text-icon-with-bg-sec::after {
  content: "";
  background-color: var(--red);
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.7) 0%, rgba(213, 0, 50, 0.7) 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.text-icon-sec.text-icon-with-bg-sec .container-slider {
  position: relative;
  z-index: 3;
}
.text-icon-sec.text-icon-with-bg-sec .section-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.text-icon-slider .swiper-slide {
  background-color: transparent;
}
.text-icon-slider .swiper-slide .icon-div i {
  font-size: 4rem;
}

.testimonial-sec {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g opacity="0.07"><path d="M17.6299 10.722L18 8.625L18.3701 10.722C19.1102 14.176 21.824 16.8898 25.278 17.6299L27.375 18L25.278 18.3701C21.824 19.1102 19.1102 21.824 18.3701 25.278L18 27.375L17.6299 25.278C16.8898 21.824 14.176 19.1102 10.722 18.3701L8.625 18L10.722 17.6299C14.176 16.8898 16.8898 14.176 17.6299 10.722Z" fill="black"/></g></svg>'), var(--red);
  background-position: top center;
  background-repeat: repeat;
  background-size: 28px;
}
.testimonial-sec::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="474" height="227" viewBox="0 0 474 227" fill="none"><path d="M162.771 226.71H158.747L0 0H4.02441L162.771 226.71ZM184.058 226.71H180.035L21.293 0H25.3164L184.058 226.71ZM205.345 226.71H201.321L42.5791 0H46.6025L205.345 226.71ZM226.631 226.71H222.607L63.8662 0H67.8887L226.631 226.71ZM247.918 226.71H243.895L85.1523 0H89.1758L247.918 226.71ZM269.21 226.71H265.187L106.439 0H110.463L269.21 226.71ZM290.497 226.71H286.473L127.726 0H131.75L290.497 226.71ZM311.783 226.71H307.761L149.019 0H153.042L311.783 226.71ZM333.07 226.71H329.047L170.305 0H174.328L333.07 226.71ZM354.356 226.71H350.334L191.592 0H195.615L354.356 226.71ZM375.649 226.71H371.626L212.878 0H216.902L375.649 226.71ZM396.936 226.71H392.912L234.165 0H238.188L396.936 226.71ZM418.223 226.71H414.198L255.451 0H259.476L418.223 226.71ZM439.509 226.71H435.486L276.744 0H280.768L439.509 226.71ZM460.796 226.71H456.772L298.031 0H302.054L460.796 226.71ZM482.082 226.71H478.06L319.317 0H323.341L482.082 226.71ZM503.375 226.71H499.351L340.604 0H344.628L503.375 226.71ZM524.661 226.71H520.638L361.891 0H365.914L524.661 226.71ZM545.948 226.71H541.924L383.177 0H387.201L545.948 226.71ZM567.235 226.71H563.212L404.47 0H408.493L567.235 226.71ZM588.521 226.71H584.498L425.757 0H429.779L588.521 226.71ZM609.814 226.71H605.79L447.043 0H451.067L609.814 226.71ZM631.101 226.71H627.077L468.329 0H472.354L631.101 226.71Z" fill="%23FEC35A"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 39.44381rem;
  height: 14.16938rem;
  position: absolute;
  right: 0;
  top: 2.1875rem;
}
@media (min-width: 1920px) {
  .testimonial-sec::after {
    width: 41vw;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-sec::after {
    width: 24.25rem;
    height: 10.91513rem;
  }
}
@media (max-width: 767.98px) {
  .testimonial-sec::after {
    width: 14.25rem;
    height: 6.91513rem;
  }
}
.testimonial-sec .next-card {
  max-width: 50rem;
  padding: 4.5rem 6rem 4rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .testimonial-sec .next-card {
    padding: 4rem 2rem 3rem 2rem;
  }
}
.testimonial-sec .next-card .section-heading .star-icon * {
  color: var(--grey-700);
}
.testimonial-sec .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-sec .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.testimonial-sec .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-sec .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 1.5rem;
  }
}

.testimonial-with-paralax {
  position: relative;
}
.testimonial-with-paralax::after {
  content: "";
  background-color: var(--red);
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.7) 0%, rgba(213, 0, 50, 0.7) 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.testimonial-with-paralax .testimonial-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.testimonial-with-paralax .next-card {
  max-width: 50rem;
  padding: 4.5rem 6rem 4rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card {
    padding: 4rem 2rem 3rem 2rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .star-icon * {
  color: var(--grey-700);
}
.testimonial-with-paralax .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 1.5rem;
  }
}

.important-announcement-sec::after {
  content: "";
  background-color: var(--red);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g opacity="0.07"><path d="M17.6299 10.722L18 8.625L18.3701 10.722C19.1102 14.176 21.824 16.8898 25.278 17.6299L27.375 18L25.278 18.3701C21.824 19.1102 19.1102 21.824 18.3701 25.278L18 27.375L17.6299 25.278C16.8898 21.824 14.176 19.1102 10.722 18.3701L8.625 18L10.722 17.6299C14.176 16.8898 16.8898 14.176 17.6299 10.722Z" fill="black"/></g></svg>'), var(--gold);
  background-position: top center;
  background-repeat: repeat;
  background-size: 28px;
  width: 63%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 8% 100%, 0 88%, 0 0);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .important-announcement-sec::after {
    clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 10% 100%, 0 96%, 0 0);
  }
}
@media (max-width: 767.98px) {
  .important-announcement-sec::after {
    width: 74%;
    clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 18% 100%, 0 96%, 0 0);
  }
}
.important-announcement-sec .next-card {
  border: 12px solid var(--black);
  padding: 4.5rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .important-announcement-sec .next-card {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .important-announcement-sec .next-card {
    padding: 2rem 1.75rem 3rem 1.75rem;
    border-width: 8px;
  }
}
.important-announcement-sec .next-card .section-heading .star-icon * {
  color: var(--grey-700);
}
.important-announcement-sec .next-card .section-heading .title-wrap {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .important-announcement-sec .next-card .section-heading .title-wrap {
    margin-bottom: 2rem;
  }
}
.important-announcement-sec .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .important-announcement-sec .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 0.75rem;
  }
}

.testimonial-with-paralax {
  position: relative;
}
.testimonial-with-paralax::after {
  content: "";
  background-color: var(--red);
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.7) 0%, rgba(213, 0, 50, 0.7) 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.testimonial-with-paralax .testimonial-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.testimonial-with-paralax .next-card {
  max-width: 50rem;
  padding: 4.5rem 6rem 4rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card {
    padding: 4rem 2rem 3rem 2rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .star-icon * {
  color: var(--grey-700);
}
.testimonial-with-paralax .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .testimonial-with-paralax .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 1.5rem;
  }
}

.contact-us-sec {
  position: relative;
  padding-top: 6rem !important;
}
@media (max-width: 767.98px) {
  .contact-us-sec {
    padding-top: 4.5rem !important;
  }
}
.contact-us-sec::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="494" height="121" viewBox="0 0 494 121" fill="none"><path d="M87.8469 120.065H83.8225L-0.00170898 0.353516H4.02173L87.8469 120.065ZM109.133 120.065H105.111L21.2883 0.353516H25.3118L109.133 120.065ZM130.42 120.065H126.397L42.5745 0.353516H46.5979L130.42 120.065ZM151.706 120.065H147.683L63.8616 0.353516H67.884L151.706 120.065ZM172.993 120.065H168.97L85.1477 0.353516H89.1711L172.993 120.065ZM194.285 120.065H190.262L106.438 0.353516H110.46L194.285 120.065ZM215.573 120.065H211.548L127.724 0.353516H131.747L215.573 120.065ZM236.859 120.065H232.836L149.014 0.353516H153.037L236.859 120.065ZM258.146 120.065H254.122L170.3 0.353516H174.323L258.146 120.065ZM279.432 120.065H275.409L191.587 0.353516H195.611L279.432 120.065ZM300.725 120.065H296.701L212.876 0.353516H216.9L300.725 120.065ZM322.012 120.065H317.988L234.163 0.353516H238.187L322.012 120.065ZM343.298 120.065H339.274L255.449 0.353516H259.473L343.298 120.065ZM364.584 120.065H360.562L276.74 0.353516H280.763L364.584 120.065ZM385.871 120.065H381.848L298.027 0.353516H302.049L385.871 120.065ZM407.157 120.065H403.135L319.313 0.353516H323.336L407.157 120.065ZM428.45 120.065H424.426L340.602 0.353516H344.625L428.45 120.065ZM449.738 120.065H445.713L361.889 0.353516H365.912L449.738 120.065ZM471.024 120.065H466.999L383.175 0.353516H387.198L471.024 120.065ZM492.311 120.065H488.287L404.465 0.353516H408.489L492.311 120.065ZM513.597 120.065H509.573L425.752 0.353516H429.775L513.597 120.065ZM534.89 120.065H530.865L447.041 0.353516H451.065L534.89 120.065ZM556.176 120.065H552.153L468.327 0.353516H472.351L556.176 120.065Z" fill="%23D50032"/></svg>');
  background-position: right;
  background-repeat: no-repeat !important;
  background-size: 100%;
  width: 30.5rem;
  left: auto;
  height: 7.482rem;
  position: absolute;
  right: 0;
  top: 3rem;
  z-index: 4;
  width: 34.5rem;
}
@media (max-width: 767.98px) {
  .contact-us-sec::after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="248" height="112" viewBox="0 0 248 112" fill="none"><path d="M79.4365 111.141H77.4736L0 0.5H1.96289L79.4365 111.141ZM89.8262 111.141H87.8633L10.3926 0.5H12.3555L89.8262 111.141ZM100.215 111.141H98.252L20.7812 0.5H22.7441L100.215 111.141ZM110.604 111.141H108.641L31.1699 0.5H33.1328L110.604 111.141ZM120.992 111.141H119.029L41.5586 0.5H43.5215L120.992 111.141ZM131.383 111.141H129.42L51.9473 0.5H53.9102L131.383 111.141ZM141.771 111.141H139.809L62.3359 0.5H64.2988L141.771 111.141ZM152.161 111.141H150.198L72.7275 0.5H74.6904L152.161 111.141ZM162.55 111.141H160.587L83.1162 0.5H85.0791L162.55 111.141ZM172.938 111.141H170.976L93.5049 0.5H95.4678L172.938 111.141ZM183.329 111.141H181.366L103.894 0.5H105.856L183.329 111.141ZM193.718 111.141H191.755L114.282 0.5H116.245L193.718 111.141ZM204.106 111.141H202.144L124.671 0.5H126.634L204.106 111.141ZM214.496 111.141H212.533L135.062 0.5H137.025L214.496 111.141ZM224.885 111.141H222.922L145.451 0.5H147.414L224.885 111.141ZM235.273 111.141H233.311L155.84 0.5H157.803L235.273 111.141ZM245.664 111.141H243.701L166.229 0.5H168.191L245.664 111.141ZM256.053 111.141H254.09L176.617 0.5H178.58L256.053 111.141ZM266.441 111.141H264.479L187.006 0.5H188.969L266.441 111.141ZM276.831 111.141H274.867L197.396 0.5H199.36L276.831 111.141ZM287.22 111.141H285.256L207.785 0.5H209.749L287.22 111.141ZM297.61 111.141H295.647L218.175 0.5H220.138L297.61 111.141ZM307.999 111.141H306.036L228.563 0.5H230.526L307.999 111.141Z" fill="%23D50032"/></svg>');
    background-position: right;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 15.5rem;
    height: 6.91506rem;
  }
}
.contact-us-sec .next-card {
  border: 12px solid var(--gold);
  padding: 4.5rem 6rem;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1399.98px) {
  .contact-us-sec .next-card {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-us-sec .next-card {
    padding: 4rem 1.25rem 3rem 1.25rem;
    border-width: 8px;
  }
}
.contact-us-sec .next-card .section-heading .star-icon * {
  color: var(--grey-800);
}
.contact-us-sec .next-card .section-heading .title-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .contact-us-sec .next-card .section-heading .title-wrap {
    margin-bottom: 1.5rem;
  }
}
.contact-us-sec .next-card .section-heading .title-wrap .section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .contact-us-sec .next-card .section-heading .title-wrap .section-title {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .contact-us-sec .full-sec-content {
    background: var(--light-gray);
    padding: 2rem;
  }
}
@media (min-width: 1400px) {
  .contact-us-sec .full-sec-content {
    padding: 3rem;
  }
}
.contact-us-sec .full-sec-content .heading-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-us-sec .full-sec-content .heading-content {
    gap: 2rem;
  }
}
.contact-us-sec .full-sec-content .heading-content .contact-heading .heading-box h3 {
  margin: 0;
}
.contact-us-sec .full-sec-content .heading-content .contact-listing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.contact-us-sec .full-sec-content .heading-content .contact-details {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
  align-self: stretch;
}
.contact-us-sec .full-sec-content .heading-content .contact-details .info-icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767.98px) {
  .contact-us-sec .full-sec-content .heading-content .contact-details .info-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.contact-us-sec .full-sec-content .heading-content .contact-details .info-text {
  flex: 1;
}
@media (max-width: 991.98px) {
  .contact-us-sec .full-sec-content .heading-content .contact-details .info-text {
    font-size: 0.875rem;
  }
}
.contact-us-sec .section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-us-sec .section-heading {
    gap: 3rem;
  }
}
.contact-us-sec .section-heading .title-wrap {
  margin-bottom: 0 !important;
}
.contact-us-sec .contact-address-list {
  row-gap: 1.5rem;
}
@media (min-width: 768px) {
  .contact-us-sec .contact-address-list {
    row-gap: 2rem;
  }
}
.contact-us-sec .contact-address-list .adress-details {
  padding-top: 1.5rem;
  border-top: 2px solid var(--grey-800);
}
@media (min-width: 768px) {
  .contact-us-sec .contact-address-list .adress-details {
    padding-left: 1.25rem;
    padding-top: 0;
    border-top: none;
    border-left: 2px solid var(--grey-800);
  }
}
.contact-us-sec .contact-address-list .adress-details p {
  margin-bottom: 0;
}
.contact-us-sec .social-icon {
  display: none;
}
@media (min-width: 768px) {
  .contact-us-sec .social-icon {
    display: block;
  }
}
.contact-us-sec .social-icon .social-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-us-sec .social-icon .social-icons {
    justify-content: flex-end;
  }
}
.contact-us-sec .social-icon .social-icons a {
  transition: all 0.4s ease-in-out;
}
.contact-us-sec .social-icon .social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.contact-us-sec .social-icon .social-icons a svg path {
  transition: all 0.4s ease-in-out;
  color: #999494;
}
.contact-us-sec .social-icon .social-icons a:hover svg path {
  color: var(--red);
}
.contact-us-sec .mobile-social-icon {
  display: none;
}
@media (max-width: 767.98px) {
  .contact-us-sec .mobile-social-icon {
    display: block;
  }
}

.program-finder-first-row {
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .program-finder-first-row {
    padding-bottom: 2rem;
  }
}

.program-link-sec {
  padding-top: 3rem;
  border-block: 1px solid #000;
}
@media (max-width: 767.98px) {
  .program-link-sec {
    border-block: none;
    padding-top: 2rem;
  }
}
.program-link-sec .container-smaller {
  max-width: 840px;
  padding-inline: 1.25rem;
}
.program-link-sec .program-filter .form-control {
  border: 2px solid var(--grey-800);
  background: var(--white);
  height: 3.25rem;
  padding: 0.75rem;
  border-radius: 0;
}
.program-link-sec .program-filter .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid var(--gold);
}
.program-link-sec .program-filter .form-control:hover {
  border: 2px solid var(--gold);
}
.program-link-sec .program-filter .form-control::placeholder {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; /* 1.75rem */
  color: #929292;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-filter .form-control::placeholder {
    font-size: 0.875rem;
  }
}
.program-link-sec .program-filter .input-first {
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-filter .input-first {
    margin-bottom: 0.75rem;
  }
}
.program-link-sec .program-filter .input-last {
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-filter .input-last {
    margin-bottom: 1.25rem;
  }
}
.program-link-sec .program-filter .form-select {
  border: 2px solid var(--grey-800);
  background: var(--white);
  height: 3.25rem;
  padding: 0.75rem;
  border-radius: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><g id="chevron-down"><path id="Vector" d="M7.42969 9.85449L5.92969 11.3545L12 17.4248L18.0703 11.3545L16.5703 9.85449L12 14.4248L7.42969 9.85449Z" fill="black"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 11px top 11px;
  background-size: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
}
@media (max-width: 767.98px) {
  .program-link-sec .program-filter .form-select {
    font-size: 0.875rem;
  }
}
.program-link-sec .program-filter .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid var(--gold);
}
.program-link-sec .program-filter .form-select:hover {
  border: 2px solid var(--gold);
}
.program-link-sec .program-filter .form-select::placeholder {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; /* 1.75rem */
  color: #000;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-filter .form-select::placeholder {
    font-size: 0.875rem;
  }
}
.program-link-sec .program-filter .form-check {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.program-link-sec .program-filter .form-check .form-check-input {
  border-radius: 0.25em;
  border: 2px solid var(--grey-800);
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.75rem;
  border-radius: 0;
}
.program-link-sec .program-filter .form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.program-link-sec .program-filter .form-check .form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><path d="M18.6019 5.20638L8.25 15.5583L4.31478 11.623L3.01855 12.9193L8.25 18.1507L19.8981 6.5026L18.6019 5.20638Z" fill="black"/></svg>');
}
.program-link-sec .program-filter .form-check label.form-check-label {
  margin-top: 4px;
}
.program-link-sec .program-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.program-link-sec .program-card .program-link {
  padding: 1.5rem;
  background-color: var(--gold);
  align-items: center;
  color: var(--black);
  min-height: 106px;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-card .program-link {
    padding: 1rem;
    min-height: 86px;
  }
}
.program-link-sec .program-card .program-link .btn.btn-secondary {
  background-color: transparent !important;
  align-items: center;
  text-align: right;
  gap: 1rem;
  text-transform: capitalize;
}
.program-link-sec .program-card .program-link .left-program-link {
  align-self: center;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-card .program-link .left-program-link {
    margin-bottom: 8px !important;
  }
}
.program-link-sec .program-card .program-link .left-program-link h4 {
  margin: 0;
}
.program-link-sec .program-card .program-link .left-program-link p {
  max-width: 346px;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75; /* 1.53125rem */
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-card .program-link .left-program-link p {
    font-size: 0.75rem-;
  }
}
.program-link-sec .program-card .program-link .right-program-link {
  align-self: center;
  text-align: right;
}
@media (max-width: 575.98px) {
  .program-link-sec .program-card .program-link .right-program-link {
    text-align: left;
  }
}
.program-link-sec .program-card .program-link .right-program-link p {
  max-width: 346px;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75; /* 1.53125rem */
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .program-link-sec .program-card .program-link .right-program-link p {
    font-size: 0.75rem;
  }
}
.program-link-sec .program-card .program-link .right-arrow-sec {
  width: 2.5rem;
  align-self: center;
  text-align: right;
}
.program-link-sec .program-card .program-link .flex-1 {
  flex: 1;
}
.program-link-sec .program-card .program-link:hover {
  background-color: var(--black);
  color: var(--white);
}
.program-link-sec .program-card .program-link:hover * {
  color: var(--white);
}
.program-link-sec .program-card .program-link:hover .btn.btn-secondary .arrow {
  transform: rotate(-45deg);
}
.program-link-sec .program-card .program-link:hover .btn.btn-secondary .arrow * {
  color: var(--red);
}

.gapping-btm-custom {
  padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .gapping-btm-custom {
    padding-bottom: 3.25rem;
  }
}

.faculty-experts-form {
  border-block: none;
}

.img-clip-path {
  position: relative;
}
.img-clip-path .img-wrapper {
  position: relative;
  overflow: hidden;
  padding-left: 1.81rem;
  height: 100%;
}
@media (min-width: 1400px) {
  .img-clip-path .img-wrapper {
    padding-left: 2.81rem;
  }
}
@media (max-width: 767.98px) {
  .img-clip-path .img-wrapper {
    padding-left: 1rem;
    width: 85%;
    margin-left: auto;
  }
}
.img-clip-path .img-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  clip-path: polygon(0 0, 80% 0%, 100% 0, 100% 100%, 63% 100%, 25% 100%, 1% 68%, 0% 20%);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .img-clip-path .img-wrapper img {
    clip-path: polygon(0 0, 80% 0%, 100% 0, 100% 100%, 63% 100%, 43% 100%, 1% 68%, 0% 20%);
  }
}
@media (min-width: 992px) {
  .img-clip-path .img-wrapper img {
    clip-path: polygon(0 0, 80% 0%, 100% 0, 100% 100%, 63% 100%, 23% 100%, 1% 68%, 0% 20%);
  }
}
@media (max-width: 767.98px) {
  .img-clip-path .img-wrapper img {
    min-height: 18.5625rem;
  }
}
.img-clip-path .img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 2.5rem;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg width="940" height="732" viewBox="0 0 940 732" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M191.859 732H939.822V0H0L0.00011756 466L191.859 732ZM12 462.124V12H469.911H927.822V720H198L12 462.124Z" fill="%23FDC25A"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 767.98px) {
  .img-clip-path .img-wrapper::before {
    top: 1rem;
  }
}

.img-clip-path-box {
  position: relative;
}
.img-clip-path-box .img-wrapper {
  position: relative;
  height: 100%;
  padding-top: 2.25rem;
  padding-left: 2.25rem;
}
@media (max-width: 991.98px) {
  .img-clip-path-box .img-wrapper {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
}
.img-clip-path-box .img-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .img-clip-path-box .img-wrapper img {
    min-height: 18.5625rem;
  }
}
.img-clip-path-box .img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 94%;
  width: 94%;
  background-position: top left;
  border: 12px solid #fdc25a;
}
@media (max-width: 991.98px) {
  .img-clip-path-box .img-wrapper::before {
    border-width: 0.375rem;
  }
}
.img-clip-path-box .img-wrapper::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 100%;
  width: 1.81644rem;
  max-height: 15.44531rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="248" viewBox="0 0 30 248" fill="none"><path d="M15.1049 24.9794L14.5312 28.125L13.9576 24.9794C12.8104 19.7985 8.60403 15.7278 3.25041 14.6176L0 14.0625L3.25041 13.5074C8.60403 12.3972 12.8104 8.32648 13.9576 3.14555L14.5312 0L15.1049 3.14555C16.2521 8.32648 20.4585 12.3972 25.8121 13.5074L29.0625 14.0625L25.8121 14.6176C20.4585 15.7278 16.2521 19.7985 15.1049 24.9794Z" fill="white"/><path d="M15.1049 79.8433L14.5312 83.0938L13.9576 79.8433C12.8104 74.4897 8.60403 70.2833 3.25041 69.1361L0 68.5625L3.25041 67.9889C8.60403 66.8417 12.8104 62.6353 13.9576 57.2817L14.5312 54.0312L15.1049 57.2817C16.2521 62.6353 20.4585 66.8417 25.8121 67.9889L29.0625 68.5625L25.8121 69.1361C20.4585 70.2833 16.2521 74.4897 15.1049 79.8433Z" fill="white"/><path d="M15.1049 134.843L14.5312 138.094L13.9576 134.843C12.8104 129.49 8.60403 125.283 3.25041 124.136L0 123.562L3.25041 122.989C8.60403 121.842 12.8104 117.635 13.9576 112.282L14.5312 109.031L15.1049 112.282C16.2521 117.635 20.4585 121.842 25.8121 122.989L29.0625 123.562L25.8121 124.136C20.4585 125.283 16.2521 129.49 15.1049 134.843Z" fill="white"/><path d="M15.1049 189.843L14.5312 193.094L13.9576 189.843C12.8104 184.49 8.60403 180.283 3.25041 179.136L0 178.562L3.25041 177.989C8.60403 176.842 12.8104 172.635 13.9576 167.282L14.5312 164.031L15.1049 167.282C16.2521 172.635 20.4585 176.842 25.8121 177.989L29.0625 178.562L25.8121 179.136C20.4585 180.283 16.2521 184.49 15.1049 189.843Z" fill="white"/><path d="M15.1049 243.979L14.5312 247.125L13.9576 243.979C12.8104 238.799 8.60403 234.728 3.25041 233.618L0 233.062L3.25041 232.507C8.60403 231.397 12.8104 227.326 13.9576 222.146L14.5312 219L15.1049 222.146C16.2521 227.326 20.4585 231.397 25.8121 232.507L29.0625 233.062L25.8121 233.618C20.4585 234.728 16.2521 238.799 15.1049 243.979Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 991.98px) {
  .img-clip-path-box .img-wrapper::after {
    max-height: 12rem;
  }
}
@media (max-width: 767.98px) {
  .img-clip-path-box .img-wrapper::after {
    max-height: 8.49619rem;
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

@media (min-width: 768px) {
  .img-text-sec .row-section {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .img-text-sec .row-section {
    --bs-gutter-x: 4rem;
  }
}
.img-text-sec .content-section {
  display: inline-flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .img-text-sec .content-section {
    width: 52%;
    padding-right: 2rem;
    padding-block: 2rem;
  }
}
@media (min-width: 1400px) {
  .img-text-sec .content-section {
    padding-block: 5rem;
  }
}
@media (max-width: 767.98px) {
  .img-text-sec .content-section {
    padding-top: 0;
    gap: 1.5rem;
  }
}
.img-text-sec .content-section h1 .highlight {
  color: #e30046;
}
.img-text-sec .content-section ul {
  margin-bottom: 0;
}
.img-text-sec .image-section {
  position: relative;
}
@media (min-width: 768px) {
  .img-text-sec .image-section {
    width: 48%;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .img-text-sec.left-img-text-sec .content-section {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .img-text-sec.left-img-text-sec .row-section {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .img-text-sec.left-img-text-sec .image-section {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
.img-text-sec.left-img-text-sec .image-section .img-wrapper::after {
  content: "";
  left: 3.5rem;
  background-position: left;
}
@media (max-width: 767.98px) {
  .img-text-sec.left-img-text-sec .image-section .img-wrapper::after {
    left: 2rem;
  }
}

.img-text-full-width-sec .row-section {
  margin: 0;
}
@media (min-width: 768px) {
  .img-text-full-width-sec .row-section {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .img-text-full-width-sec .row-section {
    --bs-gutter-x: 4rem;
  }
}
.img-text-full-width-sec .content-section {
  display: inline-flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .img-text-full-width-sec .content-section {
    width: 46%;
    padding-block: 4rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .img-text-full-width-sec .content-section {
    padding-left: 3rem;
  }
}
@media (min-width: 1400px) {
  .img-text-full-width-sec .content-section {
    padding-block: 9rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .img-text-full-width-sec .content-section {
    padding-inline: 1.25rem;
    gap: 1.5rem;
  }
}
.img-text-full-width-sec .content-section h1 .highlight {
  color: #e30046;
}
.img-text-full-width-sec .content-section .actions li {
  margin-top: 1rem;
}
.img-text-full-width-sec .content-section .actions li:first-child {
  margin-top: 0;
}
.img-text-full-width-sec .image-section {
  position: relative;
  padding-right: 0;
}
@media (min-width: 768px) {
  .img-text-full-width-sec .image-section {
    width: 54%;
  }
}
.img-text-full-width-sec .image-section.img-clip-path .img-wrapper::after {
  display: none;
}

.text-img-main-card .video-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-top: 63.7%;
}
.text-img-main-card .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-img-main-card .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-img-main-card .img-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-top: 66.7%;
}
.text-img-main-card .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-img-main-card .heading-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .text-img-main-card .heading-row {
    gap: 0.5rem;
  }
}
.text-img-main-card .bottom-content-sec {
  display: flex;
  padding: 2rem 1.5rem;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .text-img-main-card .bottom-content-sec {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.text-img-main-card .bottom-content-sec .heading-row a {
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
  text-underline-offset: 0.3125rem;
  text-decoration-color: transparent;
  color: var(--black) !important;
  transition: all 0.3s ease-in-out;
}
.text-img-main-card .bottom-content-sec .heading-row a:hover {
  color: var(--red) !important;
  background-color: transparent;
  text-decoration-color: var(--red);
}
@media (max-width: 575.98px) {
  .text-img-main-card .bottom-content-sec .btn-primary {
    width: 100%;
  }
}
.text-img-main-card .img-wrap.with-star {
  position: relative;
}
.text-img-main-card .img-wrap.with-star::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: 1.0625rem;
  transition: all 0.4s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="116" viewBox="0 0 24 116" fill="none"><g id="Group 14"><path id="Vector" d="M11.143 94.2926L11.6009 91.6084L12.0589 94.2926C12.9747 98.7137 16.3329 102.187 20.6069 103.135L23.2019 103.608L20.6069 104.082C16.3329 105.029 12.9747 108.503 12.0589 112.924L11.6009 115.608L11.143 112.924C10.2271 108.503 6.86894 105.029 2.5949 104.082L-5.82695e-05 103.608L2.5949 103.135C6.86894 102.187 10.2271 98.7137 11.143 94.2926Z" fill="white"/><path id="Vector_2" d="M11.143 49.0563L11.6009 46.3721L12.0589 49.0563C12.9747 53.4773 16.3329 56.951 20.6069 57.8984L23.2019 58.3721L20.6069 58.8458C16.3329 59.7931 12.9747 63.2668 12.0589 67.6879L11.6009 70.3721L11.143 67.6879C10.2271 63.2668 6.86894 59.7931 2.5949 58.8458L-5.82695e-05 58.3721L2.5949 57.8984C6.86894 56.951 10.2271 53.4773 11.143 49.0563Z" fill="white"/><path id="Vector_3" d="M11.143 3.0387L11.6009 0.354493L12.0589 3.0387C12.9747 7.45975 16.3329 10.9334 20.6069 11.8808L23.2019 12.3545L20.6069 12.8282C16.3329 13.7756 12.9747 17.2492 12.0589 21.6703L11.6009 24.3545L11.143 21.6703C10.2271 17.2492 6.86894 13.7756 2.5949 12.8282L-5.82521e-05 12.3545L2.5949 11.8808C6.86894 10.9334 10.2271 7.45975 11.143 3.0387Z" fill="white"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 1.45013rem;
  height: 7.20338rem;
  z-index: 8;
}

.img-verlap-link-sec .img-verlap-link-card {
  overflow: hidden;
  border-radius: 0;
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
}
.img-verlap-link-sec .img-verlap-link-card img {
  transition: transform 0.4s ease;
  height: 100%;
}
.img-verlap-link-sec .img-verlap-link-card::before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 1.4375rem;
  right: 1.4375rem;
  transition: all 0.4s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="24" viewBox="0 0 116 24" fill="none"><path d="M21.3158 11.9411L24 12.399L21.3158 12.857C16.8947 13.7728 13.4211 17.131 12.4737 21.405L12 24L11.5263 21.405C10.5789 17.131 7.10526 13.7728 2.68421 12.857L-5.24537e-07 12.399L2.68421 11.9411C7.10526 11.0252 10.5789 7.66704 11.5263 3.393L12 0.798038L12.4737 3.393C13.4211 7.66704 16.8947 11.0252 21.3158 11.9411Z" fill="white"/><path d="M66.5521 11.9411L69.2363 12.399L66.5521 12.857C62.1311 13.7728 58.6574 17.131 57.71 21.405L57.2363 24L56.7626 21.405C55.8153 17.131 52.3416 13.7728 47.9205 12.857L45.2363 12.399L47.9205 11.9411C52.3416 11.0252 55.8153 7.66704 56.7626 3.393L57.2363 0.798038L57.71 3.393C58.6574 7.66704 62.1311 11.0252 66.5521 11.9411Z" fill="white"/><path d="M112.57 11.9411L115.254 12.399L112.57 12.857C108.149 13.7728 104.675 17.131 103.728 21.405L103.254 24L102.78 21.405C101.833 17.131 98.3592 13.7728 93.9381 12.857L91.2539 12.399L93.9381 11.9411C98.3592 11.0252 101.833 7.66704 102.78 3.393L103.254 0.798038L103.728 3.393C104.675 7.66704 108.149 11.0252 112.57 11.9411Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 7.20338rem;
  height: 1.45013rem;
  z-index: 8;
}
.img-verlap-link-sec .img-verlap-link-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.9) 73.29% 71.29%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.img-verlap-link-sec .img-verlap-link-card .overlay {
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .img-verlap-link-sec .img-verlap-link-card .overlay {
    background: transparent;
    padding: 0.5rem !important;
  }
}
.img-verlap-link-sec .img-verlap-link-card .overlay .news-content {
  position: relative;
  z-index: 4;
}
.img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp {
  background: rgba(0, 0, 0, 0.0392156863);
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card .overlay .news-content .button-grp {
    margin-top: 1.5rem;
  }
}
.img-verlap-link-sec .img-verlap-link-card .btn {
  color: var(--white);
  width: 100%;
  padding: 0.25rem;
  align-items: end;
  text-transform: capitalize;
}
.img-verlap-link-sec .img-verlap-link-card .btn span {
  font-weight: 600;
}
.img-verlap-link-sec .img-verlap-link-card .btn:hover .arrow {
  color: var(--white);
}
.img-verlap-link-sec .img-verlap-link-card .btn:hover .arrow * {
  color: var(--white);
}
.img-verlap-link-sec .img-verlap-link-card:hover {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}
.img-verlap-link-sec .img-verlap-link-card:hover .button-grp {
  background: rgba(0, 0, 0, 0) !important;
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 54.29%);
  }
  .img-verlap-link-sec .img-verlap-link-card:hover .overlay {
    transition: all 0.4s ease-in-out;
    border-color: #00b5ad;
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--teal-80, rgba(0, 160, 173, 0.8));
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.purple-hover:hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--purple-80, rgba(122, 35, 106, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.teal-hover:hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--teal-80, rgba(0, 160, 173, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.gold-hover:hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--orange-80, rgba(246, 144, 30, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .img-verlap-link-sec .img-verlap-link-card:hover.red-hover:hover .overlay {
    border-color: var(--red);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--orange-80, rgba(213, 0, 50, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}
.img-verlap-link-sec .img-verlap-link-card:hover img {
  transform: scale(1.05);
}
.img-verlap-link-sec .img-verlap-link-card:hover .btn-secondary {
  background: transparent;
  transition: all 0.5s ease-in-out;
}
.img-verlap-link-sec .img-verlap-link-card:hover .btn-secondary .arrow {
  transform: rotate(-45deg);
}
.img-verlap-link-sec .img-verlap-link-card:hover .btn-secondary .arrow * {
  color: var(--white);
}
.img-verlap-link-sec.img-verlap-academics-sec .img-verlap-link-card .btn .h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.full-img-text-sec .content-section {
  margin-top: 1.3125rem;
}
@media (max-width: 767.98px) {
  .full-img-text-sec .content-section {
    margin-top: 1rem;
  }
}
.full-img-text-sec .content-section .full-sec-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .full-img-text-sec .content-section .full-sec-content {
    gap: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .full-img-text-sec .content-section .full-mobile-cta {
    width: 100%;
  }
  .full-img-text-sec .content-section .full-mobile-cta .btn {
    width: 100%;
  }
}
.full-img-text-sec .img-full-sec {
  position: relative;
}
.full-img-text-sec .img-full-sec::after {
  content: "";
  background-color: var(--red);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g opacity="0.07"><path d="M17.6299 10.722L18 8.625L18.3701 10.722C19.1102 14.176 21.824 16.8898 25.278 17.6299L27.375 18L25.278 18.3701C21.824 19.1102 19.1102 21.824 18.3701 25.278L18 27.375L17.6299 25.278C16.8898 21.824 14.176 19.1102 10.722 18.3701L8.625 18L10.722 17.6299C14.176 16.8898 16.8898 14.176 17.6299 10.722Z" fill="black"/></g></svg>'), var(--red);
  background-position: top center;
  background-repeat: repeat;
  background-size: 1.75rem;
  width: 36%;
  height: 97%;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 52% 100%, 0% 50%, 0 0);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .full-img-text-sec .img-full-sec::after {
    height: 92%;
  }
}
.full-img-text-sec .img-full-sec .img-wrapper {
  padding-right: 4.375rem;
  padding-bottom: 2.9375rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .full-img-text-sec .img-full-sec .img-wrapper {
    padding-bottom: 2rem;
    padding-right: 2.4375rem;
  }
}
@media (max-width: 767.98px) {
  .full-img-text-sec .img-full-sec .img-wrapper {
    padding-bottom: 1.6875rem;
  }
}
@media (max-width: 767.98px) {
  .full-img-text-sec .img-full-sec .img-wrapper img {
    min-height: 12.5625rem;
    object-fit: cover;
  }
}
.full-img-text-sec.overlaping-top-sec .img-full-sec::before {
  content: "";
  background-color: var(--light-gray);
  width: 100%;
  height: 12.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.event-sec {
  position: relative;
}
.event-sec::after {
  background: linear-gradient(0deg, rgba(213, 0, 50, 0.9) 0%, rgba(213, 0, 50, 0.9) 100%);
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.event-sec .event-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event-sec .container {
  z-index: 3;
  position: relative;
}
.event-sec .text-img-main-card {
  position: relative;
  padding-left: 3.7rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card {
    padding-left: 3.5rem;
  }
}
.event-sec .text-img-main-card .bottom-content-sec {
  padding: 1.5rem 2rem;
  height: 100%;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card .bottom-content-sec {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card .bottom-content-sec .heading-row a {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.event-sec .text-img-main-card .date-tag {
  min-width: 4.5rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media (max-width: 767.98px) {
  .event-sec .text-img-main-card .date-tag {
    min-width: 4rem;
    padding: 0.25rem 0.75rem;
  }
}
.event-sec .text-img-main-card .date-tag .date-text {
  font-weight: 700;
  text-transform: uppercase;
}
.event-sec .big-date-box .text-img-main-card {
  padding-left: 4.7rem;
}
@media (min-width: 1200px) {
  .event-sec .big-date-box .text-img-main-card {
    padding-left: 6.7rem;
  }
}
@media (max-width: 767.98px) {
  .event-sec .big-date-box .text-img-main-card {
    padding-left: 3.7rem;
  }
}
@media (max-width: 1199.98px) {
  .event-sec .big-date-box .text-img-main-card .date-tag .h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .event-sec .big-date-box .text-img-main-card .date-tag .h2 {
    font-size: 1.5rem;
  }
}

.review-text-img .image-section {
  padding-top: 1.25rem;
  position: relative;
  z-index: 5;
}
.review-text-img .content-section {
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .review-text-img .content-section {
    background: var(--light-gray);
    padding: 3rem 3rem 3rem 2rem;
  }
  .review-text-img .content-section::after {
    content: "";
    background: var(--light-gray);
    position: absolute;
    left: -7rem;
    top: 0;
    width: 90%;
    height: 100%;
    /* z-index: -1; */
  }
}
@media (min-width: 1200px) {
  .review-text-img .content-section {
    padding: 3rem 3rem 3rem 2.75rem;
  }
}
.review-text-img .content-section .content-wrap {
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .review-text-img .content-section .content-wrap {
    background: var(--light-gray);
    padding: 2rem;
  }
}
.review-text-img .content-section .content-wrap p {
  text-decoration: underline;
}

.side-nav-with-content .side-nav-wrap {
  display: flex;
  align-items: flex-start;
  gap: 4.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .side-nav-with-content .side-nav-wrap {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .side-nav-with-content .side-nav-wrap {
    gap: 3.75rem;
  }
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap {
    width: 18.75rem;
  }
}
@media (min-width: 992px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap {
    width: 21.5rem;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap {
    padding-right: 1.25rem;
  }
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav {
  padding: 1rem 1.5rem;
  background-color: var(--light-gray);
  border-top: 8px solid var(--red);
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav {
    padding-block: 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .sub-menu-links {
  padding-left: 2rem;
}
.side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75; /* 1.53125rem */
  font-weight: 500;
}
@media (min-width: 768px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7.42969 10L5.92969 11.5L12 17.5703L18.0703 11.5L16.5703 10L12 14.5703L7.42969 10Z" fill="black"/></svg>');
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .side-nav-with-content .side-nav-wrap .left-nav-wrap .left-nav .accordion-item .accordion-button[aria-expanded=false]::after {
    content: "";
    transform: rotate(-180deg);
  }
}
@media (min-width: 768px) {
  .side-nav-with-content .side-nav-wrap .right-content {
    flex: 1;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .text-button-sec {
  padding-right: 4rem;
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .text-button-sec {
    padding-right: 1.25rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec ol {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec a:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
.side-nav-with-content .side-nav-wrap .right-content .message-content-sec p {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 500;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec ol {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec a:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
.side-nav-with-content .side-nav-wrap .right-content .image-content-sec p {
  font-size: 1rem;
  line-height: 1.75; /* 1.75rem */
  font-weight: 500;
}
.side-nav-with-content .side-nav-wrap .right-content .big-main-row {
  margin-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .big-main-row {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .big-main-row {
    margin-top: -1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description p {
  margin-bottom: 2.5rem;
}
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description p {
    margin-bottom: 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h1,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h2,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h3,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h4,
.side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h5 {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h1,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h2,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h3,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h4,
  .side-nav-with-content .side-nav-wrap .right-content .section-heading .heading-description h5 {
    margin-bottom: 1.5rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec::after {
  content: "";
  width: 46%;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec::after {
    height: 92%;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper {
  padding-bottom: 1.8125rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .img-full-sec .img-wrapper {
    padding-bottom: 1.6875rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec {
  margin-top: 3.5rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec {
    margin-top: 2rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec .img-wrapper {
  height: 37.5rem;
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .video-full-sec .img-wrapper {
    height: 18.75rem;
  }
}
@media (max-width: 767.98px) {
  .side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section {
    padding-right: 1.25rem;
  }
}
.side-nav-with-content .side-nav-wrap .right-content .full-img-text-sec .content-section .full-sec-content .heading-content .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.side-nav-with-content .container {
  padding-right: 0;
}
.side-nav-with-content .navbar-hidden {
  display: none;
}

.card-color-hover {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.card-color-hover img {
  width: 100%;
  height: auto;
  display: block;
}
.card-color-hover .slide-text {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.0392156863);
}
@media (max-width: 767.98px) {
  .card-color-hover .slide-text {
    opacity: 1;
  }
}
.card-color-hover .slide-text .title {
  font-family: var(--body-font-family);
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.0392156863);
}
.card-color-hover .slide-text p {
  max-width: 17.5rem;
  background-color: rgba(0, 0, 0, 0.0392156863);
}
.card-color-hover::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.8) 54.29%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.card-color-hover .overlay {
  border: 12px solid transparent;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
.card-color-hover .overlay .play-btn {
  background: rgba(0, 0, 0, 0.6980392157);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #000;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
}
.card-color-hover .overlay .play-btn svg * {
  color: var(--white);
}
.card-color-hover .overlay .play-btn:hover {
  background: var(--white);
}
.card-color-hover .overlay .play-btn:hover svg * {
  color: var(--black);
}
.card-color-hover:hover .slide-text {
  opacity: 1;
}
@media (min-width: 768px) {
  .card-color-hover:hover::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 68.29%);
  }
  .card-color-hover:hover .overlay {
    box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .card-color-hover.purple-hover:hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--purple-80, rgba(122, 35, 106, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .card-color-hover.teal-hover:hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--teal-80, rgba(0, 160, 173, 0.8));
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .card-color-hover.gold-hover:hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), var(--orange-80, rgba(246, 144, 30, 0.8));
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}

.full-video-sec {
  background-image: url(/redesign/exemplifi/_global/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" width="13" height="19" viewBox="0 0 13 19" fill="none"><rect opacity="0.05" width="13" height="18.5" fill="url(%23pattern0_397_9715)"/><defs><pattern id="pattern0_397_9715" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_397_9715" transform="scale(0.0384615 0.027027)"/></pattern><image id="image0_397_9715" width="26" height="37" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAlCAYAAABcZvm2AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADzSURBVHgB7ZcxDoIwFIb/xAvo5tjR0dGxoyNH8SZyBG/gEVjdOAJdndDRSd9rIKmlRgzv6WC/5COEJjz6aH4oIEtF3gNb0kAB0908LFbzwAyyXMgzWQTXluScT3aQ54DnWbEqfeQZNHEhPlSQx6YKsRotLFOF2DVk4RbWqUJNNygJP3wbF2L3kMe/ljJRzEKB1FLUaKHHYjirIwTpI8iRC3ITjK3IK3mCAv1S/En6iqRGnN6cvjdyGxVXa2H8AdNIDY/BsIVqS77Ad1LDk1PjJWN+ThxyaiT45L8up4YIOTUmYzEyNaZuWxz+NjWkdnxvU+MBctuqgpGt+DwAAAAASUVORK5CYII="/></defs></svg>');
  background-size: 0.8125rem;
  background-repeat: repeat;
  background-position: center;
}
.full-video-sec .video-wrap {
  position: relative;
  max-width: 58rem;
  margin: 0 auto;
}
.full-video-sec .video-wrap .play-btn {
  background: rgba(0, 0, 0, 0.6980392157);
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #000;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: background 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.full-video-sec .video-wrap .play-btn svg * {
  color: var(--white);
}
.full-video-sec .video-wrap .play-btn:hover {
  background: var(--white);
}
.full-video-sec .video-wrap .play-btn:hover svg * {
  color: var(--black);
}
.full-video-sec .news-details-img-wrap {
  max-width: 58rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media (min-width: 1200px) {
  .full-video-sec .news-details-img-wrap {
    padding-inline: 0;
  }
}
.full-video-sec .news-details-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767.98px) {
  .img-video-text-sec .gy-10 {
    --bs-gutter-y: rem.convert(32px);
  }
}

@media (max-width: 767.98px) {
  .left-gapping {
    padding-left: 3.125rem;
  }
}

.faculty-experts-litsing-sec .text-img-main-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.faculty-experts-litsing-sec .text-img-main-card .img-wrap {
  padding-top: 98.7%;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec {
  padding-right: 0;
  height: 100%;
  justify-content: space-between;
  gap: 1rem;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-name-sec {
  display: flex;
  padding-right: 1.5rem;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-name-sec {
    padding-right: 1.5rem;
    gap: 1.5rem;
  }
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .expert-tags-wrap {
  position: relative;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .expert-tags-wrap::after {
  content: "";
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4.6875rem;
  left: auto;
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 0.3125rem;
  position: relative;
}
@media (min-width: 768px) {
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
    background-color: rgba(245, 245, 245, 0);
  }
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.25rem;
    background-color: rgba(245, 245, 245, 0);
  }
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #464646;
  }
}
@media (max-width: 767.98px) {
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item::-webkit-scrollbar {
    display: none;
  }
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item li {
  border: 1px solid var(--gold);
  background: transparent;
  display: flex;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.faculty-experts-litsing-sec .text-img-main-card .bottom-content-sec .expert-tags-sec .tag-item li:last-child {
  margin-right: 2.5rem;
}

.right-nav-grid {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .right-nav-grid {
    flex-direction: column;
  }
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap {
  background: var(--white);
}
@media (min-width: 768px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap {
    width: 18.75rem;
  }
}
@media (min-width: 992px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap {
    width: 21.5rem;
  }
}
@media (max-width: 767.98px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap {
    padding-right: 1.25rem;
  }
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav {
  padding: 1rem 1.5rem;
  border-top: 8px solid var(--red);
}
@media (max-width: 767.98px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav {
    padding-block: 1.5rem;
  }
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .sub-menu-links {
  padding-left: 2rem;
}
.right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75; /* 1.53125rem */
  font-weight: 500;
}
@media (min-width: 768px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7.42969 10L5.92969 11.5L12 17.5703L18.0703 11.5L16.5703 10L12 14.5703L7.42969 10Z" fill="black"/></svg>');
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .right-nav-grid .right-nav-sidebar .left-nav-wrap .left-nav .accordion-item .accordion-button[aria-expanded=false]::after {
    content: "";
    transform: rotate(-180deg);
  }
}

.home-hero-sec {
  position: relative;
  padding-top: 0.6rem;
}
.home-hero-sec::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.home-hero-sec .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-hero-sec .custom-container {
  position: relative;
  z-index: 3;
}
.home-hero-sec .content-section {
  padding-block: 5rem;
  padding-left: 4rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-left: 3rem;
}
@media (min-width: 768px) {
  .home-hero-sec .content-section {
    width: 46%;
  }
}
@media (min-width: 1400px) {
  .home-hero-sec .content-section {
    padding-block: 9rem;
  }
}
@media (max-width: 767.98px) {
  .home-hero-sec .content-section {
    padding-top: 0;
    padding-bottom: 3rem;
    padding-inline: 1.25rem;
    gap: 1.5rem;
  }
}
.home-hero-sec .content-section h1 .highlight {
  color: var(--red);
}
.home-hero-sec .content-section .actions li {
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .home-hero-sec .content-section .actions li {
    margin-top: 0.75rem;
  }
}
.home-hero-sec .content-section .actions li:first-child {
  margin-top: 0;
}
.home-hero-sec .content-section .actions li .btn-secondary {
  font-size: 1rem;
  line-height: 1.75;
}
.home-hero-sec .image-section {
  position: relative;
}
@media (min-width: 768px) {
  .home-hero-sec .image-section {
    width: 54%;
  }
}
.home-hero-sec .image-section.img-clip-path .star-svg {
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 100%;
  width: 100%;
  max-height: 10.16338rem;
}
@media (min-width: 768px) {
  .home-hero-sec .image-section.img-clip-path .star-svg {
    max-height: 18rem;
  }
}
@media (min-width: 1400px) {
  .home-hero-sec .image-section.img-clip-path .star-svg {
    max-height: 25.63088rem;
  }
}
.home-hero-sec .image-section.img-clip-path .img-wrapper {
  position: relative;
}

.section-hero {
  padding-top: 9.4375rem;
}

.inner-hero-full-slider {
  position: relative;
  height: 70vh;
}
@media (min-width: 768px) {
  .inner-hero-full-slider {
    height: 90vh;
  }
}
@media (min-width: 1440px) {
  .inner-hero-full-slider {
    height: 78vh;
  }
}
@media (min-width: 1920px) {
  .inner-hero-full-slider {
    height: 77vh;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-slider {
    min-height: 536px;
    height: auto;
  }
}
.inner-hero-full-slider::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="186" height="227" viewBox="0 0 186 227" fill="none"><path d="M-283.229 226.71H-287.253L-446.001 0H-441.977L-283.229 226.71ZM-261.942 226.71H-265.965L-424.707 0H-420.684L-261.942 226.71ZM-240.655 226.71H-244.679L-403.421 0H-399.397L-240.655 226.71ZM-219.369 226.71H-223.393L-382.134 0H-378.111L-219.369 226.71ZM-198.082 226.71H-202.105L-360.848 0H-356.824L-198.082 226.71ZM-176.79 226.71H-180.813L-339.561 0H-335.537L-176.79 226.71ZM-155.503 226.71H-159.527L-318.274 0H-314.25L-155.503 226.71ZM-134.217 226.71H-138.239L-296.981 0H-292.958L-134.217 226.71ZM-112.93 226.71H-116.953L-275.695 0H-271.672L-112.93 226.71ZM-91.6436 226.71H-95.666L-254.408 0H-250.385L-91.6436 226.71ZM-70.3506 226.71H-74.374L-233.122 0H-229.098L-70.3506 226.71ZM-49.0645 226.71H-53.0879L-211.835 0H-207.812L-49.0645 226.71ZM-27.7773 226.71H-31.8018L-190.549 0H-186.524L-27.7773 226.71ZM-6.49121 226.71H-10.5137L-169.256 0H-165.232L-6.49121 226.71ZM14.7959 226.71H10.7725L-147.969 0H-143.946L14.7959 226.71ZM36.082 226.71H32.0596L-126.683 0H-122.659L36.082 226.71ZM57.375 226.71H53.3506L-105.396 0H-101.372L57.375 226.71ZM78.6611 226.71H74.6377L-84.1094 0H-80.0859L78.6611 226.71ZM99.9482 226.71H95.9238L-62.8232 0H-58.7988L99.9482 226.71ZM121.235 226.71H117.212L-41.5303 0H-37.5068L121.235 226.71ZM142.521 226.71H138.498L-20.2432 0H-16.2207L142.521 226.71ZM163.814 226.71H159.79L1.04297 0H5.06738L163.814 226.71ZM185.101 226.71H181.077L22.3291 0H26.3535L185.101 226.71Z" fill="%23FEC35A"/></svg>');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 39.44388rem;
  height: 14.16938rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 7;
}
@media (max-width: 1399.98px) {
  .inner-hero-full-slider::before {
    width: 11.55144rem;
    height: 9.16938rem;
  }
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="183" height="32" viewBox="0 0 183 32" fill="none"><path d="M-125.022 149H-127.667L-232 0H-229.355L-125.022 149ZM-111.031 149H-113.676L-218.005 0H-215.36L-111.031 149ZM-97.041 149H-99.6855L-204.015 0H-201.37L-97.041 149ZM-83.0508 149H-85.6953L-190.024 0H-187.38L-83.0508 149ZM-69.0605 149H-71.7051L-176.034 0H-173.39L-69.0605 149ZM-55.0664 149H-57.7109L-162.044 0H-159.399L-55.0664 149ZM-41.0762 149H-43.7207L-148.054 0H-145.409L-41.0762 149ZM-27.0869 149H-29.7314L-134.061 0H-131.416L-27.0869 149ZM-13.0967 149H-15.7412L-120.07 0H-117.426L-13.0967 149ZM0.893555 149H-1.75098L-106.08 0H-103.436L0.893555 149ZM14.8887 149H12.2432L-92.0898 0H-89.4453L14.8887 149ZM28.8789 149H26.2334L-78.0996 0H-75.4551L28.8789 149ZM42.8691 149H40.2236L-64.1094 0H-61.4648L42.8691 149ZM56.8584 149H54.2139L-50.1152 0H-47.4707L56.8584 149ZM70.8486 149H68.2041L-36.125 0H-33.4805L70.8486 149ZM84.8389 149H82.1943L-22.1348 0H-19.4902L84.8389 149ZM98.833 149H96.1885L-8.14453 0H-5.5L98.833 149ZM112.823 149H110.179L5.8457 0H8.49023L112.823 149ZM126.813 149H124.169L19.8359 0H22.4805L126.813 149ZM140.804 149H138.159L33.8301 0H36.4746L140.804 149ZM154.794 149H152.149L47.8203 0H50.4648L154.794 149ZM168.788 149H166.144L61.8105 0H64.4551L168.788 149ZM182.778 149H180.134L75.8008 0H78.4453L182.778 149Z" fill="%23FEC35A"/></svg>');
    width: 11.4375rem;
    height: 2rem;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper {
  position: relative;
  height: 100%;
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.9%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .img-wrapper::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 57.09%);
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  padding-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section {
    padding-bottom: 7.75rem;
  }
}
.inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .slider-heading {
  max-width: 1070px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .slider-heading {
    padding-left: 8.1rem;
  }
}
@media (min-width: 1920px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .slider-heading {
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .inner-hero-full-slider .inner-hero-slider .swiper-slide .content-section .container {
    padding-inline: 2rem;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-slider .inner-hero-slider .pagination-container {
    bottom: 3.75rem;
  }
  .inner-hero-full-slider .inner-hero-slider .pagination-container .button-with-pagination-sec {
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-slider.inner-normal-hero {
    min-height: 430px;
    height: auto;
  }
  .inner-hero-full-slider.inner-normal-hero .inner-hero-slider .swiper-slide .content-section {
    padding-bottom: 3.75rem;
  }
}
.inner-hero-full-slider.program-finder-hero .inner-hero-slider .swiper-slide .content-section .slider-heading {
  max-width: 1200px;
}

.inner-hero-full-image {
  position: relative;
  height: 17.75rem;
}
@media (min-width: 768px) {
  .inner-hero-full-image {
    height: 69vh;
  }
}
@media (min-width: 1400px) {
  .inner-hero-full-image {
    height: 70vh;
  }
}
.inner-hero-full-image::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 1rem;
  height: 154px;
  width: 317px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55" viewBox="0 0 55 55" fill="none"><path d="M14.8034 25.2525L14.1609 28.3772L13.5185 25.2525C12.4477 20.0088 8.35201 15.9052 3.11862 14.8323L0 14.1886L3.11862 13.5449C8.35201 12.472 12.4477 8.36831 13.5185 3.12471L14.1609 0L14.8034 3.12471C15.8742 8.36831 19.9699 12.472 25.2033 13.5449L28.3219 14.1886L25.2033 14.8323C19.9699 15.9052 15.8742 20.0088 14.8034 25.2525Z" fill="white"/></svg>');
  background-size: 44px;
  background-repeat: repeat;
  background-position: right top;
}
@media (min-width: 1400px) {
  .inner-hero-full-image::after {
    height: 201px;
    width: 414px;
    background-size: 57px;
  }
}
@media (max-width: 767.98px) {
  .inner-hero-full-image::after {
    height: 96px;
    width: 205px;
    background-size: 27px;
    bottom: 0.625rem;
  }
}
.inner-hero-full-image .full-img-hero-wrap img {
  object-fit: cover;
}

.hero-parallax .img-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero-parallax .img-wrapper {
    background-position: top;
    background-attachment: fixed;
  }
}

.no-image {
  height: auto;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .no-image {
    padding-top: 7rem;
  }
}
@media (min-width: 992px) {
  .no-image {
    padding-top: 10rem;
  }
}

.campus-news .news-card {
  overflow: hidden;
  border-radius: 0;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  height: 100%;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0);
}
.campus-news .news-card img {
  transition: transform 0.4s ease;
  height: 100%;
  object-fit: cover;
  min-height: 283px;
}
.campus-news .news-card.main-first-card img {
  max-height: 591px;
}
.campus-news .news-card::before {
  content: "";
  position: absolute;
  top: 1.4375rem;
  right: 1.6875rem;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="24" viewBox="0 0 116 24" fill="none"><path d="M21.3158 11.9411L24 12.399L21.3158 12.857C16.8947 13.7728 13.4211 17.131 12.4737 21.405L12 24L11.5263 21.405C10.5789 17.131 7.10526 13.7728 2.68421 12.857L-5.24537e-07 12.399L2.68421 11.9411C7.10526 11.0252 10.5789 7.66704 11.5263 3.393L12 0.798038L12.4737 3.393C13.4211 7.66704 16.8947 11.0252 21.3158 11.9411Z" fill="white"/><path d="M66.5521 11.9411L69.2363 12.399L66.5521 12.857C62.1311 13.7728 58.6574 17.131 57.71 21.405L57.2363 24L56.7626 21.405C55.8153 17.131 52.3416 13.7728 47.9205 12.857L45.2363 12.399L47.9205 11.9411C52.3416 11.0252 55.8153 7.66704 56.7626 3.393L57.2363 0.798038L57.71 3.393C58.6574 7.66704 62.1311 11.0252 66.5521 11.9411Z" fill="white"/><path d="M112.57 11.9411L115.254 12.399L112.57 12.857C108.149 13.7728 104.675 17.131 103.728 21.405L103.254 24L102.78 21.405C101.833 17.131 98.3592 13.7728 93.9381 12.857L91.2539 12.399L93.9381 11.9411C98.3592 11.0252 101.833 7.66704 102.78 3.393L103.254 0.798038L103.728 3.393C104.675 7.66704 108.149 11.0252 112.57 11.9411Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 7.20338rem;
  height: 1.45013rem;
}
.campus-news .news-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.67%, #000 67.5%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .campus-news .news-card::after {
    background: rgba(0, 0, 0, 0.6980392157);
  }
}
.campus-news .news-card .overlay {
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .campus-news .news-card .overlay {
    background: transparent;
    padding: 0.75rem !important;
  }
}
.campus-news .news-card .overlay .news-content {
  position: relative;
  z-index: 4;
  background: rgba(0, 0, 0, 0.0392156863);
}
@media (min-width: 1400px) {
  .campus-news .news-card .overlay .news-content {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .campus-news .news-card .overlay .news-content h3 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.campus-news .news-card .overlay .news-content .button-grp {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .campus-news .news-card .overlay .news-content .button-grp {
    margin-top: 1.5rem;
  }
}
.campus-news .news-card .btn-secondary {
  color: var(--white);
}
.campus-news .news-card:hover {
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}
.campus-news .news-card:hover .news-content {
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .campus-news .news-card:hover::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 54.29%);
  }
  .campus-news .news-card:hover::before {
    content: "";
    opacity: 1;
    z-index: 6;
    transition: all 0.4s ease-in-out;
  }
  .campus-news .news-card:hover .overlay {
    transition: all 0.4s ease-in-out;
    border-color: #00b5ad;
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--teal-80, rgba(0, 160, 173, 0.8)) 0%, var(--teal-80, rgba(0, 160, 173, 0.8)) 100%);
  }
}
@media (min-width: 768px) {
  .campus-news .news-card:hover.purple-hover:hover .overlay {
    border-color: var(--purple);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--purple-80, rgba(122, 35, 106, 0.8)) 0%, var(--purple-80, rgba(122, 35, 106, 0.8)) 100%);
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .campus-news .news-card:hover.teal-hover:hover .overlay {
    border-color: var(--teal);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--teal-80, rgba(0, 160, 173, 0.8)) 0%, var(--teal-80, rgba(0, 160, 173, 0.8)) 100%);
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) {
  .campus-news .news-card:hover.gold-hover:hover .overlay {
    border-color: var(--gold);
    background: linear-gradient(0deg, var(--black-40, rgba(0, 0, 0, 0.4)) 0%, var(--black-40, rgba(0, 0, 0, 0.4)) 100%), linear-gradient(0deg, var(--orange-80, rgba(246, 144, 30, 0.8)) 0%, var(--orange-80, rgba(246, 144, 30, 0.8)) 100%);
    transition: background 0.4s, all 0.4s ease-in-out;
  }
}
.campus-news .news-card:hover img {
  transform: scale(1.05);
}
.campus-news .news-card:hover .btn-secondary {
  background: transparent;
  transition: all 0.5s ease-in-out;
}
.campus-news .news-card:hover .btn-secondary .arrow {
  transform: rotate(-45deg);
  color: var(--gold);
}
.campus-news .side-small-cards .news-card .overlay .news-content {
  max-width: 100%;
}
.campus-news .side-small-cards .news-card .overlay .news-content .button-grp {
  margin-top: 0.75rem !important;
}

.row-button-sec {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .row-button-sec {
    margin-top: 3rem;
  }
}

.news-details-content {
  max-width: 800px;
  padding: 6rem 1.25rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .news-details-content {
    padding-block: 4.5rem;
  }
}
.news-details-content .social-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.news-details-content .social-icons a {
  transition: all 0.4s ease-in-out;
}
.news-details-content .social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.news-details-content .social-icons a svg path {
  transition: all 0.4s ease-in-out;
  color: #999494;
}
.news-details-content .social-icons a:hover svg path {
  color: var(--red);
}

.tags-wrap-yellow {
  position: relative;
}
.tags-wrap-yellow::after {
  content: "";
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4.6875rem;
  left: auto;
}
.tags-wrap-yellow .tag-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 0.3125rem;
  position: relative;
}
@media (min-width: 768px) {
  .tags-wrap-yellow .tag-item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 0.625rem;
    background-color: transparent;
  }
  .tags-wrap-yellow .tag-item::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.25rem;
    background-color: transparent;
  }
  .tags-wrap-yellow .tag-item::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: var(--gold-10, rgba(253, 193, 90, 0.308));
  }
}
@media (max-width: 767.98px) {
  .tags-wrap-yellow .tag-item {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tags-wrap-yellow .tag-item::-webkit-scrollbar {
    display: none;
  }
}
.tags-wrap-yellow .tag-item li {
  border: 1px solid var(--gold);
  background: transparent;
  display: flex;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  color: var(--black);
  background: var(--gold-10, rgba(253, 194, 90, 0.1));
}
.tags-wrap-yellow .tag-item li:last-child {
  margin-right: 2.5rem;
}

.related-news-sec .text-img-main-card .bottom-content-sec {
  padding-right: 0;
}
.related-news-sec .text-img-main-card .bottom-content-sec .heading-row {
  padding-right: 1.5rem;
}
.related-news-sec .text-img-main-card .bottom-content-sec .button-grp {
  padding-right: 1.5rem;
}

/* Accordion Items */
.accodian-global {
  margin-bottom: 0;
}
.accodian-global .accordion-item .accordion-button {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  background-color: var(--gold);
  padding: 2rem;
  padding-right: 4rem;
  margin-bottom: 0;
  margin-top: 0.75rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-item .accordion-button {
    padding-block: 1.5rem;
    padding-left: 1rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991.98px) {
  .accodian-global .accordion-item .accordion-button.h3-headng {
    font-size: 1.5rem;
    line-height: 120%; /* 1.8rem */
  }
}
.accodian-global .accordion-item .accordion-button .accordion-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: 31px;
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-item .accordion-button .accordion-icon {
    top: 1.625rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
  }
}
.accodian-global .accordion-item .accordion-button.collapsed .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--light-gray);
}
.accodian-global .accordion-item .accordion-button.collapsed .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  color: var(--red);
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--light-gray);
  padding-bottom: 1.5rem;
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) .accordion-icon {
  transition: all 0.3s ease-in-out;
  background-color: var(--red);
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) .accordion-icon svg {
  transition: transform 0.3s ease;
  transform: rotate(45deg);
  color: var(--white);
}
.accodian-global .accordion-item .accordion-button:not(.collapsed) .accordion-icon:hover {
  background-color: var(--dark-red);
}
.accodian-global .accordion-item .accordion-button.collapsed:hover {
  background-color: var(--black);
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.accodian-global .accordion-item .accordion-button.collapsed:hover .accordion-icon svg {
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}
.accodian-global .accordion-collapse {
  background-color: var(--light-gray);
}
.accodian-global .accordion-collapse .accordion-body {
  padding-inline: 2rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .accodian-global .accordion-collapse .accordion-body {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .accodian-global .accordion-collapse .accordion-body {
    padding-inline: 3rem;
  }
}
@media (min-width: 1200px) {
  .accodian-global .accordion-collapse .accordion-body {
    padding-inline: 3rem;
    width: 85%;
  }
}
.accodian-global .accordion-collapse .accordion-body p {
  margin-bottom: 8px;
}
.accodian-global .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item {
    margin-bottom: 1rem;
  }
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item:last-child {
  margin-bottom: 0;
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item span {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 175%; /* 1.53125rem */
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item span {
    font-size: 0.875rem;
  }
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item.content-only-accordion p {
  margin-bottom: 2.5rem;
}
.accodian-global .accordion-collapse .accordion-body .accordion-body-item.content-only-accordion p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item.content-only-accordion p {
    margin-bottom: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  .accodian-global .accordion-collapse .accordion-body .accordion-body-item .btn.btn-primary {
    width: 100%;
  }
}

.sidebar-menu .accordion-button.root-item {
  font-weight: bold;
  color: #C5164C;
  font-size: 1rem;
  background: none;
  box-shadow: none;
  padding-left: 0;
}
.sidebar-menu .accordion-button.root-item:after {
  display: none;
}
.sidebar-menu .submenu-toggle {
  background: none;
  border: none;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.sidebar-menu .submenu-toggle::before {
  content: "+";
  color: #000;
  display: inline-block;
  width: 20px;
  margin-right: 4px;
}
.sidebar-menu .submenu-toggle.collapsed::before {
  content: "+";
}
.sidebar-menu .submenu-toggle:not(.collapsed)::before {
  content: "−";
}
.sidebar-menu .menu-link {
  display: block;
  padding-left: 24px;
  font-size: 0.95rem;
  text-decoration: none;
  color: #000;
}
.sidebar-menu .menu-link.active {
  color: #C5164C;
  font-weight: bold;
}
.sidebar-menu .menu-link:hover {
  text-decoration: underline;
}

.flip-tiles-section {
  position: relative;
}
.flip-tiles-section::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="444" height="228" viewBox="0 0 444 228" fill="none"><path d="M472.353 0.354492H468.329L627.076 227.064H631.1L472.353 0.354492Z" fill="%23E6E6E6"/><path d="M162.771 227.064H158.747L0 0.354492H4.02353L162.771 227.064Z" fill="%23E6E6E6"/><path d="M184.058 227.064H180.034L21.2928 0.354492H25.3163L184.058 227.064Z" fill="%23E6E6E6"/><path d="M205.344 227.064H201.321L42.5792 0.354492H46.6027L205.344 227.064Z" fill="%23E6E6E6"/><path d="M226.631 227.064H222.607L63.8658 0.354492H67.8893L226.631 227.064Z" fill="%23E6E6E6"/><path d="M247.917 227.064H243.894L85.1524 0.354492H89.1759L247.917 227.064Z" fill="%23E6E6E6"/><path d="M269.21 227.064H265.186L106.439 0.354492H110.463L269.21 227.064Z" fill="%23E6E6E6"/><path d="M290.496 227.064H286.473L127.726 0.354492H131.749L290.496 227.064Z" fill="%23E6E6E6"/><path d="M311.783 227.064H307.76L149.018 0.354492H153.042L311.783 227.064Z" fill="%23E6E6E6"/><path d="M333.07 227.064H329.046L170.305 0.354492H174.328L333.07 227.064Z" fill="%23E6E6E6"/><path d="M354.356 227.064H350.333L191.592 0.354492H195.615L354.356 227.064Z" fill="%23E6E6E6"/><path d="M375.649 227.064H371.625L212.878 0.354492H216.902L375.649 227.064Z" fill="%23E6E6E6"/><path d="M396.935 227.064H392.912L234.165 0.354492H238.188L396.935 227.064Z" fill="%23E6E6E6"/><path d="M418.222 227.064H414.198L255.451 0.354492H259.475L418.222 227.064Z" fill="%23E6E6E6"/><path d="M439.509 227.064H435.485L276.744 0.354492H280.767L439.509 227.064Z" fill="%23E6E6E6"/><path d="M460.796 227.064H456.772L298.031 0.354492H302.054L460.796 227.064Z" fill="%23E6E6E6"/><path d="M482.082 227.064H478.059L319.317 0.354492H323.341L482.082 227.064Z" fill="%23E6E6E6"/><path d="M503.374 227.064H499.351L340.604 0.354492H344.627L503.374 227.064Z" fill="%23E6E6E6"/><path d="M524.661 227.064H520.637L361.89 0.354492H365.914L524.661 227.064Z" fill="%23E6E6E6"/><path d="M545.947 227.064H541.924L383.177 0.354492H387.201L545.947 227.064Z" fill="%23E6E6E6"/><path d="M567.235 227.064H563.211L404.47 0.354492H408.493L567.235 227.064Z" fill="%23E6E6E6"/><path d="M588.521 227.064H584.498L425.756 0.354492H429.78L588.521 227.064Z" fill="%23E6E6E6"/><path d="M609.813 227.064H605.79L447.043 0.354492H451.067L609.813 227.064Z" fill="%23E6E6E6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27.44375rem;
  height: 14.16931rem;
  position: absolute;
  right: 0;
  bottom: 2.1875rem;
  width: 39.44375rem;
}
@media (max-width: 991.98px) {
  .flip-tiles-section::after {
    display: none;
  }
}
.flip-tiles-section .flip-tiles-grid {
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .tabbed-section .container-tab {
    padding-right: 0;
  }
}
.tabbed-section .nav-tabs {
  border-bottom: 1px solid var(--grey-800);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.tabbed-section .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #4B4B4B;
  font-weight: 700;
  padding: 0.72rem 1.5rem;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  line-height: 1.75;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
  .tabbed-section .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
  }
}
.tabbed-section .nav-tabs .nav-link:hover {
  background-color: var(--light-gray);
  color: var(--black);
}
.tabbed-section .nav-tabs .nav-link.active {
  background-color: var(--gold);
  color: var(--black);
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .tabbed-section .tab-content {
    padding-right: 1.25rem;
  }
}
.tabbed-section .tab-content .tab-content-box {
  background-color: var(--light-gray);
  padding: 2rem;
  margin-top: 2rem;
  font-size: 1rem;
  color: var(--black);
  border-left: 3px solid transparent;
}
@media (max-width: 767.98px) {
  .tabbed-section .tab-content .tab-content-box {
    padding-inline: 1.5rem;
    margin-top: 1.5rem;
  }
}

.custom-table-section {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .custom-table-section {
    margin-top: 1.5rem;
  }
}
.custom-table-section .custom-table thead {
  border-bottom: 2px solid var(--gold);
}
.custom-table-section .custom-table thead th {
  text-transform: uppercase;
  border: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 10%;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .custom-table-section .custom-table thead th {
    text-transform: capitalize;
    padding-right: 1.5rem;
    font-size: 0.875rem;
  }
}
.custom-table-section .custom-table tbody tr {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.custom-table-section .custom-table tbody tr:hover {
  background-color: var(--light-gray);
}
.custom-table-section .custom-table tbody tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid var(--grey-800);
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .custom-table-section .custom-table tbody tr td {
    font-size: 0.875rem;
  }
}
.custom-table-section .custom-table tbody tr:last-child td {
  border-bottom: 1px solid var(--grey-800);
}

.gallery-item {
  display: block;
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}
.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}
.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}
.lightbox-modal .lightbox-content {
  width: 100%;
}
.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}
.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}
.lightbox-modal .carousel-inner {
  width: 75%;
}
@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}
.lightbox-modal .carousel-item {
  text-align: center;
  position: relative;
}
.lightbox-modal .carousel-item .modal-img-container {
  position: relative;
  width: auto;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lightbox-modal .carousel-item .modal-img-container::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.5) 88.29% 88.29%);
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 1rem;
  background-color: var(--lightbox);
  color: var(--white) !important;
  text-align: center;
  z-index: 3;
  padding-left: 1rem;
}
.lightbox-modal .carousel-item img {
  height: 85vh;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .lightbox-modal .carousel-item img {
    height: auto;
  }
}
.lightbox-modal .carousel-control-prev, .lightbox-modal .carousel-control-next {
  width: auto;
}
.lightbox-modal .carousel-control-prev {
  left: 0.5rem;
}
.lightbox-modal .carousel-control-next {
  right: 0.5rem;
}

[data-bs-theme=dark] .lightbox-modal .carousel-control-next-icon, [data-bs-theme=dark] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}
[data-bs-theme=dark] .video-lightbox-modal .carousel-item::after {
  display: none;
}

.btn-fullscreen-enlarge, .btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

@media (max-width: 767.98px) {
  .faculty-profile-template .side-nav-wrap {
    gap: 2rem;
    padding-top: 0px !important;
  }
}

.faculty-details-wrapper {
  padding-right: 1.25rem;
  overflow: hidden;
}
.faculty-details-wrapper .img-clip-path-box .img-wrapper {
  height: 22.625rem;
}
@media (max-width: 767.98px) {
  .faculty-details-wrapper .img-clip-path-box .img-wrapper {
    height: 19.625rem;
  }
}
.faculty-details-wrapper .img-clip-path-box .img-wrapper img {
  object-fit: cover;
}
.faculty-details-wrapper .img-clip-path-box .img-wrapper::after {
  left: 3rem;
  max-height: 7.6875rem;
  max-width: 0.908125rem;
}
.faculty-details-wrapper .faculty-info h3 {
  font-size: 1.5rem;
}
.faculty-details-wrapper .faculty-info .dept-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.faculty-details-wrapper .faculty-info .dept-list li {
  padding: 0.25rem 1rem;
  background: rgba(253, 194, 90, 0.1);
  border: 1px solid var(--gold);
}
.faculty-details-wrapper .faculty-info .contact-info-list {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .faculty-details-wrapper .faculty-info .contact-info-list {
    margin-top: 2rem;
  }
}
.faculty-details-wrapper .faculty-info .contact-info-list li {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.faculty-details-wrapper .faculty-info .contact-info-list li img {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
}
.faculty-details-wrapper .faculty-info .contact-info-list li a {
  color: var(--red);
  line-height: 1.75;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.faculty-details-wrapper .faculty-info .contact-info-list li a:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
@media (max-width: 767.98px) {
  .faculty-details-wrapper .section-heading {
    margin-top: 2rem;
  }
}

.border-red {
  border: 12px solid var(--red);
}

.faculty-more-info {
  padding: 4rem;
}
@media (max-width: 767.98px) {
  .faculty-more-info {
    padding: 4.5rem 1.25rem;
    margin-top: 2rem;
  }
  .faculty-more-info .section-heading {
    margin-top: 0;
  }
}
.faculty-more-info .faculty-desc-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faculty-more-info .faculty-desc-wrap.expand {
  -webkit-line-clamp: unset;
  max-height: 100%;
}
.faculty-more-info .faculty-desc-wrap a {
  color: var(--red);
  line-height: 1.75;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.faculty-more-info .faculty-desc-wrap a:hover {
  background: rgba(213, 0, 50, 0.1);
  text-decoration-color: transparent;
}
.faculty-more-info .read-more-btn {
  width: max-content;
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 0.75rem;
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.75;
}
.faculty-more-info .read-more-btn .icon-wrap.rotate {
  transform: rotate(-180deg);
}

.faculty-accordion .accordion-body span {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .faculty-accordion {
    margin-top: 1.25rem;
  }
}

.experts-profile-faculty-wraper {
  padding-top: 3rem !important;
}
.experts-profile-faculty-wraper .content-section {
  gap: 0;
  padding-top: 2.125rem;
}
.experts-profile-faculty-wraper .wrap-row {
  flex-direction: column;
}
.experts-profile-faculty-wraper .content-grid-wrap-section {
  margin-bottom: 3rem;
}
.experts-profile-faculty-wraper .content-grid-wrap-section:last-child {
  margin-bottom: 0;
}
.experts-profile-faculty-wraper .content-grid-wrap-section a {
  line-height: 1.75;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  background: transparent;
  color: var(--red) !important;
  display: inline-flex;
  word-break: break-word;
}
.experts-profile-faculty-wraper .img-clip-path-box .img-wrapper {
  max-width: 400px;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-at {
  --fa: "\@";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-info {
  --fa: "\f129";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

.fa-compress-alt {
  --fa: "\f422";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-crop {
  --fa: "\f125";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-pager {
  --fa: "\f815";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-k {
  --fa: "K";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-comments {
  --fa: "\f086";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-blog {
  --fa: "\f781";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-w {
  --fa: "W";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-clover {
  --fa: "\e139";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-film {
  --fa: "\f008";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-headphones-simple {
  --fa: "\f58f";
}

.fa-headphones-alt {
  --fa: "\f58f";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
}

.fa-memory {
  --fa: "\f538";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-flag {
  --fa: "\f024";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-compress {
  --fa: "\f066";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-lock {
  --fa: "\f023";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-om {
  --fa: "\f679";
}

.fa-worm {
  --fa: "\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-i {
  --fa: "I";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-pills {
  --fa: "\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-v {
  --fa: "V";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-school {
  --fa: "\f549";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-joint {
  --fa: "\f595";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-q {
  --fa: "Q";
}

.fa-g {
  --fa: "G";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-vial {
  --fa: "\f492";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-e {
  --fa: "E";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-user {
  --fa: "\f007";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-key {
  --fa: "\f084";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-c {
  --fa: "C";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-star {
  --fa: "\f005";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-cross {
  --fa: "\f654";
}

.fa-box {
  --fa: "\f466";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-spider {
  --fa: "\f717";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-slash {
  --fa: "\f715";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-server {
  --fa: "\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-venus {
  --fa: "\f221";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-crown {
  --fa: "\f521";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-l {
  --fa: "L";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-city {
  --fa: "\f64f";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-headset {
  --fa: "\f590";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-bold {
  --fa: "\f032";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-train {
  --fa: "\f238";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-crow {
  --fa: "\f520";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-image {
  --fa: "\f03e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-vest {
  --fa: "\e085";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
}

.fa-handshake-alt-slash {
  --fa: "\e05f";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-virus {
  --fa: "\e074";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-archway {
  --fa: "\f557";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-couch {
  --fa: "\f4b8";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-italic {
  --fa: "\f033";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-church {
  --fa: "\f51d";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-z {
  --fa: "Z";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-a {
  --fa: "A";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-p {
  --fa: "P";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-locust {
  --fa: "\e520";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-question {
  --fa: "\?";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-code {
  --fa: "\f121";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-f {
  --fa: "F";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-road {
  --fa: "\f018";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-poop {
  --fa: "\f619";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-eject {
  --fa: "\f052";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-h {
  --fa: "H";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-heart {
  --fa: "\f004";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-r {
  --fa: "R";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-circle {
  --fa: "\f111";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-pen {
  --fa: "\f304";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-bus {
  --fa: "\f207";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-phone {
  --fa: "\f095";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-divide {
  --fa: "\f529";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-j {
  --fa: "J";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-o {
  --fa: "O";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-otter {
  --fa: "\f700";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-comment {
  --fa: "\f075";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-water {
  --fa: "\f773";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-dna {
  --fa: "\f471";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-chess {
  --fa: "\f439";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-vials {
  --fa: "\f493";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-u {
  --fa: "U";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-s {
  --fa: "S";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-images {
  --fa: "\f302";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-n {
  --fa: "N";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-download {
  --fa: "\f019";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-b {
  --fa: "B";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-upload {
  --fa: "\f093";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-caravan {
  --fa: "\f8ff";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-mars {
  --fa: "\f222";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-sun {
  --fa: "\f185";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-industry {
  --fa: "\f275";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-less-than {
  --fa: "\<";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-bug {
  --fa: "\f188";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-bed {
  --fa: "\f236";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-file {
  --fa: "\f15b";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-socks {
  --fa: "\f696";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-section {
  --fa: "\e447";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-drum {
  --fa: "\f569";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-play {
  --fa: "\f04b";
}

.fa-font {
  --fa: "\f031";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-y {
  --fa: "Y";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-fish {
  --fa: "\f578";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-expand {
  --fa: "\f065";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-equals {
  --fa: "\=";
}

.fa-blender {
  --fa: "\f517";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-map {
  --fa: "\f279";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-store {
  --fa: "\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-fill {
  --fa: "\f575";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-display {
  --fa: "\e163";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-robot {
  --fa: "\f544";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-award {
  --fa: "\f559";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tents {
  --fa: "\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-moon {
  --fa: "\f186";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-music {
  --fa: "\f001";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-t {
  --fa: "T";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-fan {
  --fa: "\f863";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-m {
  --fa: "M";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-book {
  --fa: "\f02d";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-check {
  --fa: "\f00c";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-rug {
  --fa: "\e569";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-dice {
  --fa: "\f522";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-user-large {
  --fa: "\f406";
}

.fa-user-alt {
  --fa: "\f406";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-jar {
  --fa: "\e516";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-plane {
  --fa: "\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-print {
  --fa: "\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-x {
  --fa: "X";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-d {
  --fa: "D";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-handshake-simple {
  --fa: "\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/redesign/exemplifi/_global/webfonts/fa-solid-900.woff2") format("woff2"), url("/redesign/exemplifi/_global/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/redesign/exemplifi/_global/webfonts/fa-brands-400.woff2") format("woff2"), url("/redesign/exemplifi/_global/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-aws {
  --fa: "\f375";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-modx {
  --fa: "\f285";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-unity {
  --fa: "\e049";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-vk {
  --fa: "\f189";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-edge {
  --fa: "\f282";
}

.fa-threads {
  --fa: "\e618";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-safari {
  --fa: "\f267";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-centos {
  --fa: "\f789";
}

.fa-adn {
  --fa: "\f170";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-node {
  --fa: "\f419";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-hips {
  --fa: "\f452";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-discord {
  --fa: "\f392";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-apple {
  --fa: "\f179";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-neos {
  --fa: "\f612";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-angular {
  --fa: "\f420";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-envira {
  --fa: "\f299";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-sith {
  --fa: "\f512";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-react {
  --fa: "\f41b";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-gg {
  --fa: "\f260";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-xing {
  --fa: "\f168";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-less {
  --fa: "\f41d";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-fly {
  --fa: "\f417";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-viber {
  --fa: "\f409";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-audible {
  --fa: "\f373";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-figma {
  --fa: "\f799";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-docker {
  --fa: "\f395";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-apper {
  --fa: "\f371";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-trello {
  --fa: "\f181";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-android {
  --fa: "\f17b";
}

.fa-bots {
  --fa: "\e340";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-uber {
  --fa: "\f402";
}

.fa-github {
  --fa: "\f09b";
}

.fa-php {
  --fa: "\f457";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-usb {
  --fa: "\f287";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-strava {
  --fa: "\f428";
}

.fa-ember {
  --fa: "\f423";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/redesign/exemplifi/_global/webfonts/fa-regular-400.woff2") format("woff2"), url("/redesign/exemplifi/_global/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*# sourceMappingURL=styles.css.map */