/*-------------------*/
/* Utility classes  */
/*-------------------*/
@font-face {
  font-family: "Trirong";
  src: url("/fonts/Trirong/Trirong-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trirong";
  src: url("/fonts/Trirong/Trirong-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trirong";
  src: url("/fonts/Trirong/Trirong-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trirong";
  src: url("/fonts/Trirong/Trirong-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trirong";
  src: url("/fonts/Trirong/Trirong-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trirong";
  src: url("/fonts/Trirong/Trirong-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Trirong";
  src: url("/fonts/Trirong/Trirong-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

p,
a,
li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.thankyou_404 {
  margin: 0;
  position: relative;
  margin-bottom: 60px;
}
.thankyou_404 img {
  height: 100vh;
  width: 100%;
  object-position: top;
  object-fit: cover;
}
.thankyou_404__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 90%;
  max-width: 620px;
}
.thankyou_404__content-heading {
  font-weight: 300;
  font-size: 56px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .thankyou_404__content-heading {
    font-size: 32px;
  }
}
.thankyou_404__content-description {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.thankyou_404__content-description p {
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 768px) {
  .thankyou_404__content-description p {
    font-weight: 300;
    font-size: 16px;
  }
}
.thankyou_404__content-button {
  height: 56px;
  width: 200px;
  font-size: 20px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  font-family: "Trirong";
}

.not-found {
  margin: 0;
  position: relative;
  margin-bottom: 60px;
}
.not-found img {
  height: 100vh;
  width: 100%;
  object-position: top;
  object-fit: cover;
}
.not-found__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 90%;
  max-width: 620px;
}
.not-found__content-heading {
  font-weight: 300;
  font-size: 56px;
  margin: 0;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .not-found__content-heading {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.not-found__content-description {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.not-found__content-description p {
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 768px) {
  .not-found__content-description p {
    font-weight: 300;
    font-size: 16px;
  }
}
.not-found__content-button {
  height: 56px;
  width: 200px;
  font-size: 20px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  font-family: "Trirong";
}
@media (max-width: 768px) {
  .not-found__content-button {
    height: 48px;
    width: 171px;
    font-size: 18px;
  }
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Trirong", serif;
  background: linear-gradient(to bottom, #fdfdf7, #ffffff);
  color: #0c1d2f;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.h-screen {
  height: 100vh;
}

.w-screen {
  width: 100vw;
}

.common-inline-padding {
  padding-inline: 75px;
}
@media (max-width: 768px) {
  .common-inline-padding {
    padding-inline: 20px;
  }
}

.common-left-padding {
  padding-left: 75px;
}
@media (max-width: 768px) {
  .common-left-padding {
    padding-left: 20px;
  }
}

.common-block-padding {
  padding-block: 50px;
}
@media (max-width: 768px) {
  .common-block-padding {
    padding-block: 26px;
  }
}

.common-block-margin {
  margin-block: 50px;
}
@media (max-width: 768px) {
  .common-block-margin {
    margin-block: 26px;
  }
}

.common-bottom-margin {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .common-bottom-margin {
    margin-bottom: 20px;
  }
}

.embla {
  width: 100%;
  margin: auto;
}
.embla__viewport {
  overflow: hidden;
  position: relative;
}
.embla__container {
  display: flex;
  touch-action: pan-y;
  flex-wrap: nowrap;
}

.carousalArrow {
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #4d4d4d;
}
.carousalArrow rect {
  transition: stroke 0.3s ease, opacity 0.3s ease;
  stroke: currentColor;
}
.carousalArrow:hover {
  background-color: #0c1d2f;
  color: #ffffff;
}
.carousalArrow:hover rect {
  opacity: 0;
}.footer {
  padding-block: 2rem;
  font-family: "Trirong", serif;
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1041px) {
  .footer__top {
    grid-template-columns: 1fr;
    margin-bottom: 0.5rem;
  }
}
.footer__grid-logo {
  grid-column: span 1;
}
.footer__grid-links {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 1650px) {
  .footer__grid-links {
    gap: 8rem;
  }
}
@media (max-width: 1041px) {
  .footer__grid-links {
    justify-content: start;
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__column {
  min-width: 180px;
}
.footer__column img {
  width: 150px;
}
.footer__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__column ul li {
  margin-bottom: 0.8rem;
}
.footer__column ul li a {
  color: #0c1d2f;
  text-decoration: none;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}
.footer__column ul li a:hover {
  text-decoration: underline;
}
.footer__logo {
  width: 151px;
  margin-bottom: 1rem;
}
.footer__question {
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.footer__contact-link {
  display: inline-block;
  border-bottom: 1px solid #0c1d2f;
  color: #0c1d2f;
  text-decoration: none;
  padding-bottom: 0.2rem;
  font-weight: 400;
  min-width: 200px;
  max-width: 300px;
  display: flex;
  justify-content: space-between;
}
.footer__contact-link span {
  font-size: 20px;
}
.footer__heading {
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 24px;
}
@media (max-width: 768px) {
  .footer__heading {
    margin-bottom: 1.5rem;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  align-items: start;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    gap: 3rem;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__socials a {
  margin-right: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 14px;
  font-family: "Rubik";
}
@media (max-width: 768px) {
  .footer__legal {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.footer__legal a {
  text-decoration: none;
}

.social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #0c1d2f;
  object-fit: contain;
}

.footer__socials a:hover {
  opacity: 0.7;
}header {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 50;
  background-color: transparent;
  font-family: "Rubik", sans-serif;
  transition: background-color 0.3s ease;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  height: 5rem;
}
header nav .logo {
  position: relative;
  flex-shrink: 0;
  z-index: 999;
}
header nav .logo img {
  height: 36px;
  width: 141px;
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}
header nav .logo .fade-in {
  opacity: 1;
}
header nav .logo .fade-out {
  opacity: 1;
}
header nav .menu {
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  header nav .menu {
    display: none;
  }
}
header nav .menu ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav .menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  transition: color 0.3s;
  text-decoration: none;
}
header nav .menu ul li a:hover {
  text-decoration: underline;
}
header nav .menu ul li a.active {
  font-weight: 600;
}
header nav .menu ul li.dropdown {
  position: relative;
}
header nav .menu ul li.dropdown .dropdown-trigger {
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-family: inherit;
}
header nav .menu ul li.dropdown .dropdown-trigger .arrow {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}
header nav .menu ul li.dropdown .dropdown-menu {
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: #fdfdf7;
  border-radius: 4px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
header nav .menu ul li.dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
}
header nav .menu ul li.dropdown .dropdown-menu li a,
header nav .menu ul li.dropdown .dropdown-menu li span {
  display: block;
  color: #0c1d2f;
  padding: 14px 14px;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
}
header nav .menu ul li.dropdown .dropdown-menu li a:hover,
header nav .menu ul li.dropdown .dropdown-menu li span:hover {
  background: white;
}
header nav .menu ul li.dropdown:hover .dropdown-menu {
  display: flex;
  justify-content: baseline;
  gap: 0px;
}
header nav .menu ul li.dropdown:hover .arrow {
  transform: rotate(180deg);
}
header nav .header-left {
  display: flex;
}
header nav .header-cta-button {
  flex-shrink: 0;
  height: 44px;
}
@media (max-width: 768px) {
  header nav .header-cta-button {
    display: none;
  }
}
header nav .header-cta-button a {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-inline: 24px;
  border: 1px solid white;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  background-color: transparent;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
header nav .header-cta-button a:hover {
  background-color: white;
  color: black;
}

.toggle_container {
  display: none;
}
@media (max-width: 768px) {
  .toggle_container {
    color: white;
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    z-index: 101;
  }
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: white;
  background-size: cover;
  background-position: center;
  z-index: 99;
  display: flex;
  flex-direction: column;
  padding-top: 110px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.mobile-menu-overlay.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-menu-overlay.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .mobile-menu-overlay {
    display: none !important;
  }
}

.mobile_menu {
  box-sizing: border-box;
  width: 100%;
  height: calc(100dvh - 110px);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mobile_menu__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  gap: 1.1rem;
  font-size: 24px;
  font-weight: 500;
  padding-inline: 1.5rem;
  color: #0c1d2f;
}
.mobile_menu__container p {
  font-family: "Trirong", serif;
}
.mobile_menu__container a {
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  color: #0c1d2f;
}
.mobile_menu__container a:hover {
  text-decoration: underline;
}
.mobile_menu__container .menu-heading {
  font-family: "Rubik", sans-serif;
  margin-bottom: 0.8rem;
  color: #0c1d2f;
}
.mobile_menu__container .subLinks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 10px;
}
.mobile_menu__container .menu-sub-link {
  display: block;
  color: #999999;
  text-decoration: none;
}
.mobile_menu__container .menu-sub-link:hover {
  text-decoration: underline;
}
.mobile_menu__container .menu-footer {
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile_menu__container .menu-footer a {
  font-size: 12px;
  font-weight: 400;
  color: #0c1d2f;
}

.menu-open header {
  background-color: white !important;
}
.menu-open .mobile-menu-overlay {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.policy-color {
  color: #0c1d2f !important;
}

.policy-header nav .menu ul li a {
  color: #0c1d2f !important;
}
.policy-header nav .header-cta-button a {
  color: #0c1d2f !important;
  border-color: #0c1d2f !important;
}
.policy-header nav .header-cta-button a:hover {
  background-color: #0c1d2f !important;
  color: white !important;
}html,{}