@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 185px;
  scroll-behavior: smooth;
}
body {
  color: #1B1B1B;
  font-family: "Figtree", sans-serif;
}
body.body-no-scroll {
  overflow: hidden;
}
.header-title__script {
  font-size: clamp(2.75rem, 9.15vw, 4rem);
  font-weight: 700;
  line-height: 0.8125;
  font-family: "Caveat", cursive;
  margin-right: 8px;
}
.header-title__h1 {
  font-size: clamp(2.125rem, 7vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
}
.header-title__h2 {
  font-size: clamp(1.5rem, 5vw, 2.625rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}
.header-title__h2 sup {
  top: -0.47em;
}
@media (max-width: 840px) {
  .header-title__h2 {
    line-height: 1.16;
  }
}
.header-title__h3 {
  font-size: clamp(1.125rem, 3.75vw, 1.75rem);
  font-weight: 700;
  line-height: 1.14;
}
@media (max-width: 480px) {
  .header-title__h3 {
    line-height: 1.33;
  }
}
.header-title__h4 {
  font-size: clamp(1.125rem, 3.75vw, 1.5rem);
  font-weight: 700;
  line-height: 1.33;
}
@media (max-width: 480px) {
  .header-title__h4 {
    line-height: 1.11;
  }
}
.header-title__h5 {
  font-size: clamp(1.125rem, 3.75vw, 1.25rem);
  font-weight: 700;
}
.header-title__h6 {
  font-size: clamp(1rem, 3.33vw, 1.125rem);
  font-weight: bold;
  line-height: 1.111;
}
.body-text-lg {
  font-size: clamp(1.125rem, 3.75vw, 1.375rem);
  line-height: 1.4;
}
.body-text-lg-2 {
  font-size: clamp(1.125rem, 3.75vw, 1.25rem);
  line-height: 1.4;
}
.body-text-md {
  font-size: clamp(1rem, 3.33vw, 1.25rem);
  line-height: 1.44;
}
@media (max-width: 480px) {
  .body-text-md {
    line-height: 1.375;
  }
}
.body-text-md-2 {
  font-size: clamp(1rem, 3.33vw, 1.125rem);
  line-height: 1.44;
}
@media (max-width: 480px) {
  .body-text-md-2 {
    line-height: 1.375;
  }
}
.body-text-sm {
  font-size: clamp(0.75rem, 4vw, 0.875rem);
}
.body-text-footnote {
  font-size: clamp(0.75rem, 2.5vw, 0.75rem);
  line-height: 1.166;
}
@media (min-width: 768px) {
  .body-text-footnote {
    line-height: 1.333;
  }
}
.body-text-link {
  color: #B12182;
  text-decoration: underline;
}
.body-button {
  font-size: clamp(1rem, 3.33vw, 1.125rem);
  line-height: 1.11;
  font-weight: 700;
}
@media (max-width: 480px) {
  .body-button {
    line-height: 1.125;
  }
}
.font-color-headline {
  color: #002561;
}
.banner-section {
  padding-bottom: 24px;
  color: #FFFFFF;
  position: relative;
}
.banner-section .bg-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.banner-section .content-wrap {
  background: linear-gradient(180deg, rgba(0, 118, 185, 0.8) 44%, #0076B9 92%);
  backdrop-filter: blur(5px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 368px;
  padding: 89px 110px 50px;
}
@media (min-width: 1400px) {
  .banner-section .content-wrap {
    margin-left: 20px;
    padding-left: calc(50vw - 558px);
    max-width: calc(50vw + 155px);
  }
}
@media (min-width: 1684px) {
  .banner-section .content-wrap {
    margin-left: 72px;
    padding-left: calc(50vw - 720px);
  }
}
.banner-section .mobile-hero-img {
  display: none;
}
.banner-section .mobile-hero-img img {
  width: 100%;
  max-height: 375px;
  object-fit: cover;
}
.banner-section .note {
  position: absolute;
  bottom: 4px;
  right: 72px;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 1.333;
}
@media (max-width: 1399.98px) {
  .banner-section .bg-container {
    background-position: 80% 50%;
  }
  .banner-section .content-wrap {
    max-width: calc(100vw - 450px);
    width: 855px;
    padding: 65px 40px 30px;
    padding-left: calc(50vw - 538px);
  }
}
@media (max-width: 1199.98px) {
  .banner-section .content-wrap {
    max-width: calc(100vw - 375px);
    min-height: 340px;
    padding: 50px 40px 30px;
    padding-left: calc(50vw - 468px);
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-wrap {
    max-width: calc(100vw - 325px);
    min-height: 340px;
    padding: 50px 30px 30px;
    padding-left: calc(50vw - 348px);
  }
}
@media (max-width: 768px) {
  .banner-section .bg-container {
    background: none;
  }
  .banner-section .content-wrap {
    max-width: 100%;
    width: 100%;
    padding: 40px calc(50vw - 258px);
    min-height: auto;
  }
  .banner-section .mobile-hero-img {
    display: block;
  }
}
@media (max-width: 576px) {
  .banner-section .content-wrap {
    padding: 40px 12px;
  }
  .banner-section .note {
    right: 24px;
  }
}
.section-gap {
  margin: 45px 0;
}
.no-word-break {
  white-space: nowrap;
}
.dark_blue_bottom_frame {
  position: absolute;
  height: 24px;
  bottom: 1.5px;
  left: 110px;
  right: 110px;
  transform: translateY(100%);
  background: url("/wp-content/uploads/repeatable_bottom_frame_dark_blue_scaled.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.dark_blue_bottom_frame::before {
  content: "";
  height: 100%;
  width: 110px;
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  background: url("/wp-content/uploads/bottom_frame_dark__left_blue_scaled.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.dark_blue_bottom_frame::after {
  content: "";
  height: 100%;
  width: 110px;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  background: url("/wp-content/uploads/bottom_frame_dark__right_blue_right.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.blue_bottom_frame, .light_blue_bottom_frame {
  position: absolute;
  height: 24px;
  bottom: 1.5px;
  left: 110px;
  right: 110px;
  transform: translateY(100%);
  background: url("/wp-content/uploads/repeatable_bottom_frame_blue_scaled.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.blue_bottom_frame::before, .light_blue_bottom_frame::before {
  content: "";
  height: 100%;
  width: 110px;
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  background: url("/wp-content/uploads/bottom_frame__left_blue_scaled.png");
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.blue_bottom_frame::after, .light_blue_bottom_frame::after {
  content: "";
  height: 100%;
  width: 110px;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  background: url("/wp-content/uploads/bottom_frame__right_blue_scaled.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.yellow_bottom_frame {
  position: absolute;
  height: 24px;
  bottom: 1.5px;
  left: 110px;
  right: 110px;
  transform: translateY(100%);
  background: url("/wp-content/uploads/repeatable_bottom_frame_yellow_scaled.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.yellow_bottom_frame::before {
  content: "";
  height: 100%;
  width: 110px;
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  background: url("/wp-content/themes/fayuvi/images/bottom_frame__left_yellow.svg");
  background-repeat: no-repeat;
}
.yellow_bottom_frame::after {
  content: "";
  height: 100%;
  width: 110px;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  background: url("/wp-content/themes/fayuvi/images/bottom_frame__right_yellow.svg");
  background-repeat: no-repeat;
}
.white_bottom_frame {
  position: absolute;
  height: 24px;
  bottom: 1.5px;
  left: 50px;
  right: 50px;
  transform: translateY(100%);
  background: url("/wp-content/themes/fayuvi/images/repeatable_bottom_frame_white.png");
  background-repeat: repeat-x;
}
.white_bottom_frame::before {
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  background: url("/wp-content/themes/fayuvi/images/bottom_frame__left_white.png");
  background-repeat: no-repeat;
}
.white_bottom_frame::after {
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
  background: url("/wp-content/themes/fayuvi/images/bottom_frame__right_white.png");
  background-repeat: no-repeat;
}
.gray_top_frame {
  position: absolute;
  height: 24px;
  top: 2px;
  left: 110px;
  right: 110px;
  transform: translateY(-100%);
  background: url("/wp-content/uploads/footerOverLay-Repeatable-scaled-1.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.gray_top_frame::before {
  content: "";
  height: 100%;
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 1px;
  transform: translateX(-100%);
  background: url("/wp-content/uploads/footerOverLay-rightEnd-scaled-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.gray_top_frame::after {
  content: "";
  height: 100%;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 1px;
  transform: translateX(100%);
  background: url("/wp-content/uploads/footerOverLay-leftEnd-scaled-1.png");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.section-top-now-approved .bg-container {
  background: #F9E555;
}
.section-top-now-approved .content-wrapper {
  padding: 8px 10px;
  text-align: center;
}
.section-blue-banner {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  border-bottom: 24px solid transparent;
}
.section-blue-banner .bg-container {
  background: #CCE4F1;
}
.section-blue-banner .content-wrap {
  padding: 40px 0;
}
.section-blue-banner .content-wrap .content-info {
  font-weight: 700;
  text-align: center;
  color: #1B1B1B;
  margin-bottom: 24px;
}
.section-yellow-banner {
  position: relative;
  margin-bottom: 72px;
}
.section-yellow-banner .bg-container {
  background: #F9E555;
}
.section-yellow-banner .content-wrap {
  padding: 40px 12px;
}
.section-yellow-banner .content-wrap .content-info {
  font-weight: 700;
  text-align: center;
  color: #1B1B1B;
  margin-bottom: 24px;
}
.section-isi {
  min-height: 190px;
}
.section-isi:not(.section-pinned-isi) {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .section-isi:not(.section-pinned-isi) {
    padding-bottom: 36px;
  }
}
.section-isi .bg-container {
  background: linear-gradient(0deg, #ECF1F5 0%, #ECF1F5 100%, #FFF);
  position: relative;
}
@media (max-width: 576px) {
  .section-isi {
    padding-top: 34px;
  }
}
.section-isi .floating-contentWrap .title-toggle-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}
.section-isi .floating-contentWrap .toggle_switch {
  flex: 0 0 max-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #B12182;
  font-size: 18px;
  font-weight: 500;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .section-isi .floating-contentWrap .toggle_switch {
    padding-right: 20px;
  }
}
.section-isi .floating-contentWrap .toggle_switch img {
  transform: rotate(180deg);
}
.section-isi .content-title {
  color: #002561;
  font-size: clamp(1.125rem, 3.75vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .section-isi .content-title {
    line-height: 1.11;
  }
}
.section-isi .content-bx > p {
  margin-bottom: 12px;
}
.section-isi .content-bx > p a {
  color: #B12182;
  text-decoration: underline;
}
.section-isi .content-sub-title {
  color: #0076B9;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.section-pinned-isi {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  min-height: unset;
}
.section-pinned-isi .floating-content {
  padding-top: 12px;
}
.section-pinned-isi .floating-contentWrap {
  height: min(258px, 37vh);
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
  overflow: hidden;
  transition: height 150ms ease-in;
}
@media (min-width: 1200px) {
  .section-pinned-isi .floating-contentWrap {
    height: min(232px, 35vh);
  }
}
.section-pinned-isi .floating-contentWrap.minimized {
  height: min(142px, 25vh);
}
.section-pinned-isi .floating-contentWrap .title-toggle-wrapper {
  position: sticky;
  top: 0;
  background-color: #ECF1F5;
}
.section-pinned-isi .floating-contentWrap .content-title {
  max-width: calc(100% - 100px);
}
.section-pinned-isi .floating-contentWrap .toggle_switch {
  position: sticky;
  top: 0;
  z-index: 1;
  justify-content: end;
  margin-bottom: 20px;
}
.section-pinned-isi .floating-contentWrap .toggle_switch img {
  transform: rotate(0deg);
  max-height: 28px;
}
.section-pinned-isi.view-content .floating-contentWrap {
  height: min(624px, calc(100vh - 320px));
  overflow-y: auto;
}
.section-pinned-isi.view-content .floating-contentWrap.minimized {
  height: min(624px, calc(100vh - 320px));
}
.section-pinned-isi.view-content .floating-contentWrap .toggle_switch img {
  transform: rotate(180deg);
}
.cta-button {
  color: #B12182;
  border-radius: 30px;
  border: 2px solid #B12182;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  width: max-content;
  font-size: clamp(1rem, 3.33vw, 1.125rem);
  font-weight: 700;
}
.cta-button:hover {
  background-color: #B12182;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-button.btn-lg {
  padding: 18px 32px;
}
.cta-button.btn-md {
  padding: 14px 28px;
}
.cta-button.btn-icon {
  padding-right: 12px;
}
@media (max-width: 480px) {
  .cta-button {
    width: 100%;
  }
}
.cta-button p {
  line-height: 1;
}
.cta-button img {
  color: #B12182;
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-left: 16px;
}
.info-box {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  position: relative;
  background: #FEFADD;
  min-height: 136px;
  margin: 0 24px;
}
@media (min-width: 768px) {
  .info-box {
    margin: 0 55px;
    padding: 40px 32px;
  }
}
@media (min-width: 992px) {
  .info-box {
    margin: 0 110px;
  }
}
@media (min-width: 1440px) {
  .info-box {
    margin: 0 140px;
  }
}
.info-box::before, .info-box::after {
  content: "";
  background-repeat: no-repeat;
  width: 24px;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url("/wp-content/themes/fayuvi/images/aboutpage/lft_Yellow_Texture.png");
}
.info-box::before {
  bottom: 0;
  left: -24px;
}
.info-box::after {
  top: 0;
  right: -24px;
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .info-box {
    margin: 24px 0;
  }
  .info-box::before, .info-box::after {
    width: 100%;
    height: 24px;
    background-image: url("/wp-content/themes/fayuvi/images/aboutpage/mobile_Yellow_Texture.png");
    background-position: top center;
  }
  .info-box::before {
    top: -24px;
    left: 0;
    bottom: auto;
    right: auto;
  }
  .info-box::after {
    right: 0;
    bottom: -24px;
    left: auto;
    top: auto;
    transform: rotate(180deg);
  }
}
.info-box .card-description {
  font-weight: 700;
  text-align: center;
}
.card-blue-item {
  padding: 24px;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  position: relative;
  border-radius: var(--0, 0px);
  background: #ECF1F5;
}
.card-blue-content__wrap {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-blue-content__wrap {
    flex-direction: row;
    align-items: center;
  }
}
.card-white-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  position: relative;
  background: #FFFFFF;
}
.card-white-border-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #DDE1E6;
}
.card-white-border {
  border: 2px solid #DDE1E6;
}
.card-white-item-no-wrap {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  position: relative;
  background: #FFFFFF;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-white-item-no-wrap {
    flex-direction: row;
  }
}
.card-white-content__wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .card-white-content__wrap {
    gap: 24px;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .card-white-content__wrap {
    gap: 48px;
  }
}
.card-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .card-icon {
    width: 64px;
    height: 64px;
  }
}
.content-gap {
  margin: 45px 0;
}
.d-none {
  display: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
  .container.x-large {
    max-width: 1320px !important;
  }
}
.text-align-optical {
  margin-left: -0.06em;
}
.footnote-wrapper {
  position: relative;
}
.footnote-wrapper .hanging-content {
  position: absolute;
  left: 0;
  transform: translateX(-100%);
}
.cursor-default {
  cursor: default;
}
