/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
body {
  background: linear-gradient(176.24deg, #DCFFFC 5.16%, #62CCC2 9.66%, #95EFE7 23.8%, #95EFE7 30.96%, #379D99 42.41%, #62CCC2 57.47%, #379D99 72.35%, #62CCC2 79.83%, #95EFE7 88.61%);
}
body .region-content {
  /* .useful-links {
      background-color: $bgPurple2;
      padding: 65px 0;
      .wrapper {
          padding: 0 64px;
          display:flex;
          flex-wrap: wrap;
          > a {
              display: block;
              width: 50%;
              margin-bottom: 30px;
              color: $colorGrey2;
          }
      }
      .item {
          display: flex;
          font-size: 18px;

          h3 {
              color: $colorPurple3;
              font-size: 20px;
              line-height: 36px;
              font-weight: 700;
          }
          .image-wrapper {
              width: 74px;
              text-align: center;
              margin-right: 12px;
          }
          .text {
              width: calc(100% - 74px);
          }
      }
      @media (max-width: $breakpoint_sm - 1) {
          padding: 36px 0;
          .wrapper {
              padding: 0;
              flex-direction: column;
              > a {
                  width: 100%;
              }
          }
          .item {

          }
      }
  } */
}
body .region-content section {
  position: relative;
}
body .region-content section .col-text {
  width: 40%;
}
@media (max-width: 991px) {
  body .region-content section .col-text {
    width: 100%;
  }
}
body .region-content section .col-image {
  width: 60%;
  max-width: 754px;
}
@media (max-width: 991px) {
  body .region-content section .col-image {
    width: 100%;
  }
}
body .region-content section .col-image .image-wrapper img {
  aspect-ratio: 754/585;
}
@media (max-width: 991px) {
  body .region-content section .col-image .image-wrapper img {
    aspect-ratio: 328/222;
  }
}
body .region-content .section-1 {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  body .region-content .section-1 {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  body .region-content .section-1 .wrapper {
    flex-direction: column;
  }
  body .region-content .section-1 .wrapper h2 {
    margin-top: 24px;
    -webkit-text-fill-color: #1B3067;
  }
}
body .region-content .section-1 .col-text {
  margin-top: 96px;
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-text {
    order: 3;
    margin-top: 20px;
  }
}
body .region-content .section-1 .col-text .section-title {
  -webkit-text-fill-color: #1B3067;
  background: none;
  margin-bottom: 10px;
}
body .region-content .section-1 .col-image {
  transform: translateX(30px);
  margin-left: 40px;
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image {
    transform: none;
    margin-left: 0;
    max-width: 100%;
  }
}
body .region-content .section-1 .col-image .nav-wrapper {
  height: 66px;
  justify-content: end;
  padding-right: 10px;
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper {
    height: 44px;
    justify-content: center;
  }
}
body .region-content .section-1 .col-image .nav-wrapper:after {
  background-color: #FFFFFF;
  display: block;
  aspect-ratio: 754/176;
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 1.4s cubic-bezier(0.25, 0.75, 0.5, 1), transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.25s;
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper:after {
    aspect-ratio: 317/86;
  }
}
body .region-content .section-1 .col-image .nav-wrapper .btn-prev {
  margin-right: 24px;
}
body .region-content .section-1 .col-image .nav-wrapper .btn-prev:after {
  background-image: url("../img/icon/m-prev-white.svg");
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper .btn-prev:after {
    background-image: url("../img/icon/m-prev.svg");
  }
}
body .region-content .section-1 .col-image .nav-wrapper .btn-next:after {
  background-image: url("../img/icon/m-next-white.svg");
}
@media (max-width: 991px) {
  body .region-content .section-1 .col-image .nav-wrapper .btn-next:after {
    background-image: url("../img/icon/m-next.svg");
  }
}
body .region-content .section-1 .col-image .nav-wrapper .swiper-pagination {
  margin-right: 28px;
}
body .region-content .section-1 .col-image .aos-animate .nav-wrapper:after {
  opacity: 1;
  transform: none;
}
body .region-content .section-cems-offer {
  margin-bottom: 180px;
}
body .region-content .section-cems-offer > .container > .wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer > .container > .wrapper {
    display: block;
    margin: 0 -28px;
  }
}
body .region-content .section-cems-offer .section-title {
  -webkit-text-fill-color: #1B3067;
  background: none;
  padding: 36px 46px 36px 0;
  background-color: #FFFFFF;
  border-top-right-radius: 50px;
  position: absolute;
  top: -52px;
  left: 0;
  bottom: auto;
  right: auto;
  opacity: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
}
@media (max-width: 1199px) {
  body .region-content .section-cems-offer .section-title {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .section-title {
    top: 0;
    position: relative;
    width: 100%;
    font-size: 2.5rem;
    padding: 8px 36px;
  }
}
body .region-content .section-cems-offer .section-title:before {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 70px;
  width: 0;
  z-index: -1;
  transition: opacity, width 1.4s cubic-bezier(0.25, 0.75, 0.5, 1);
  opacity: 0.5;
}
body .region-content .section-cems-offer .section-title.aos-animate:before {
  width: 101vw;
  opacity: 1;
}
body .region-content .section-cems-offer .col-l {
  width: 49.62%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-l {
    width: 100%;
  }
}
body .region-content .section-cems-offer .bg-yellow {
  background-color: #F9B830;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  padding: 170px 68px 70px;
}
@media (max-width: 1199px) {
  body .region-content .section-cems-offer .bg-yellow {
    padding: 100px 48px 70px;
  }
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .bg-yellow {
    border-top-right-radius: 0;
    border-bottom-left-radius: 65px;
    padding: 60px 42px;
  }
}
body .region-content .section-cems-offer .bg-yellow .labels {
  margin-bottom: 36px;
}
body .region-content .section-cems-offer .bg-yellow .labels li {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6em;
  color: #686A97;
  padding-left: 18px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  body .region-content .section-cems-offer .bg-yellow .labels li {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .bg-yellow .labels li {
    font-size: 1.5rem;
  }
}
body .region-content .section-cems-offer .bg-yellow .labels li + li {
  margin-top: 30px;
}
body .region-content .section-cems-offer .bg-yellow .labels li.active, body .region-content .section-cems-offer .bg-yellow .labels li:hover {
  color: #3E4CC8;
}
body .region-content .section-cems-offer .bg-yellow .labels li.active:before, body .region-content .section-cems-offer .bg-yellow .labels li:hover:before {
  content: "";
  display: block;
  background-color: #3E4CC8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  width: 5px;
}
body .region-content .section-cems-offer .bg-yellow .btn {
  padding: 10px;
}
@media (max-width: 1199px) {
  body .region-content .section-cems-offer .bg-yellow .btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .bg-yellow .btn {
    font-size: 1.125rem;
  }
}
body .region-content .section-cems-offer .col-r {
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 730/563;
  background-position: center;
  min-height: 563px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 120px;
  width: 55.65%;
  padding: 56px 82px;
}
@media (min-width: 992px) {
  body .region-content .section-cems-offer .col-r > div {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  body .region-content .section-cems-offer .col-r > div {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  body .region-content .section-cems-offer .col-r {
    width: 52.65%;
    padding: 56px;
  }
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-r {
    position: relative;
    width: 100%;
    padding: 104px 44px 76px;
    border-bottom-right-radius: 65px;
    margin-top: -65px;
    aspect-ratio: auto;
    min-height: auto;
  }
}
body .region-content .section-cems-offer .col-r:before {
  content: "";
  background: rgba(7, 8, 89, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 120px;
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-r:before {
    border-bottom-right-radius: 65px;
  }
}
body .region-content .section-cems-offer .col-r:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.13);
  width: 96%;
  display: block;
  z-index: -1;
  aspect-ratio: 666/176;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -12%;
  right: -40px;
  border-bottom-right-radius: 120px;
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
  opacity: 0;
  transform: translateX(-10%);
  /* @media (max-width: $breakpoint_lg - 1) and (min-width: $breakpoint_md) {
      bottom: -10%;
  } */
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-r:after {
    left: 0;
    aspect-ratio: auto;
    height: 176px;
    width: 100%;
    border-bottom-right-radius: 65px;
  }
}
body .region-content .section-cems-offer .col-r.aos-animate:after {
  opacity: 1;
  transform: none;
}
body .region-content .section-cems-offer .col-r .item {
  display: none;
  text-align: center;
  width: 100%;
  max-width: 484px;
  margin-left: auto;
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-r .item {
    margin-right: auto;
  }
}
body .region-content .section-cems-offer .col-r .item img {
  aspect-ratio: 200/200;
  width: 100%;
  max-width: 200px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-r .item img {
    max-width: 120px;
  }
}
body .region-content .section-cems-offer .col-r .item .title {
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 1.778rem;
  line-height: 1.111em;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-r .item .title {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  body .region-content .section-cems-offer .col-r .item .desc {
    font-size: 1.25rem;
  }
}
body .region-content .section-cems-offer .col-r > div {
  position: relative;
  z-index: 1;
}
body .region-content .section-news {
  margin-bottom: 154px;
}
@media (max-width: 991px) {
  body .region-content .section-news > .container {
    padding: 0 24px;
  }
}
body .region-content .section-news:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  right: 0;
  background-color: #FFFFFF;
  height: 70%;
  z-index: -1;
  border-bottom-left-radius: 120px;
  transition: opacity 1.4s, width 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.25s;
  width: 0;
  opacity: 0.5;
}
@media (max-width: 991px) {
  body .region-content .section-news:after {
    right: -36px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 120px;
  }
}
body .region-content .section-news.aos-animate:after {
  width: 101vw;
  opacity: 1;
}
body .region-content .section-news.aos-animate .nav-wrapper:before {
  opacity: 1;
  transform: none;
}
body .region-content .section-news .swiper-news {
  margin-top: 72px;
  overflow: visible;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news {
    margin-top: 18px;
  }
}
body .region-content .section-news .swiper-news .swiper-slide {
  width: 475px;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide {
    width: 328px;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .image-wrapper {
  outline: 5px solid #FFFFFF;
  max-width: 470px;
  aspect-ratio: 470/300;
  border-radius: 4px;
}
body .region-content .section-news .swiper-news .swiper-slide .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
body .region-content .section-news .swiper-news .swiper-slide > div {
  margin-bottom: 12px;
}
body .region-content .section-news .swiper-news .swiper-slide .category {
  background-color: #F5F5F8;
  color: #1B3067;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 2.22em;
  display: inline-block;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0 16px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide .category {
    font-size: 1.125rem;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #1B3067;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide .title {
    font-size: 1.5rem;
  }
}
body .region-content .section-news .swiper-news .swiper-slide .desc {
  color: #333333;
  line-height: 32px;
}
body .region-content .section-news .swiper-news .swiper-slide:nth-child(odd) {
  transform: translateY(-40px);
}
@media (max-width: 991px) {
  body .region-content .section-news .swiper-news .swiper-slide:nth-child(odd) {
    transform: none;
  }
}
body .region-content .section-news .nav-wrapper {
  margin-top: 32px;
  /* &:before {
      content: "";
      background-color: rgba(256, 256, 256, 0.13);
      width: 58%;
      display: block;
      z-index: -1;
      aspect-ratio: 754/176;
      @include absolute(auto, auto, -58px, -36px);
      border-bottom-right-radius: 120px;
      @media (max-width: $breakpoint_md - 1) {
          width: 85%;
      }
      transition: opacity, transform .8s cubic-bezier(.25,.75,.5,1);
      transition-delay: 0.55s;
      opacity: 0;
      transform: translateX(-10%);
  } */
}
body .region-content .section-news .nav-wrapper:after {
  display: none;
}
@media (max-width: 991px) {
  body .region-content .section-news .nav-wrapper {
    justify-content: left;
    margin-top: 16px;
  }
}
body .region-content .section-news .nav-wrapper .btn-prev {
  margin-right: 24px;
}
body .region-content .section-news .nav-wrapper .btn-prev:after {
  background-image: url("../img/icon/m-prev.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}
body .region-content .section-news .nav-wrapper .btn-next:after {
  background-image: url("../img/icon/m-next.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}
body .region-content .section-news .nav-wrapper .swiper-pagination {
  margin-right: 24px;
}
body .region-content .section-ranking {
  font-weight: 700;
  margin-bottom: 210px;
}
@media (max-width: 991px) {
  body .region-content .section-ranking {
    margin-bottom: 120px;
  }
}
body .region-content .section-ranking:before {
  content: "";
  background-image: url("../img/bg/grid.svg");
  background-repeat: no-repeat;
  width: 100vw;
  height: auto;
  aspect-ratio: 1431/977;
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -68px;
}
@media (max-width: 991px) {
  body .region-content .section-ranking:before {
    display: none;
  }
}
body .region-content .section-ranking .wrapper {
  max-width: 1114px;
  margin: 0 auto;
  padding: 24px 68px 60px;
  text-align: center;
  position: relative;
}
body .region-content .section-ranking .wrapper:before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  z-index: -1;
  transition: width 1s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.1s;
  width: 0;
}
body .region-content .section-ranking .wrapper:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.13);
  width: 65%;
  display: block;
  z-index: -1;
  aspect-ratio: 754/176;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -68px;
  right: -90px;
  border-top-right-radius: 120px;
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
  opacity: 0;
  transform: translateX(-10%);
}
body .region-content .section-ranking .wrapper.aos-animate:before {
  width: 100%;
}
body .region-content .section-ranking .wrapper.aos-animate:after {
  opacity: 1;
  transform: none;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .wrapper {
    border-top-right-radius: 99px;
    border-bottom-left-radius: 0;
    margin: 0 -18px;
    text-align: left;
    padding: 36px 30px;
    background-color: #FFFFFF;
  }
  body .region-content .section-ranking .wrapper:after {
    right: 0;
    width: 90%;
    border-top-right-radius: 0;
  }
}
body .region-content .section-ranking h2 {
  color: #7483D1;
  font-size: 2.1rem;
  line-height: 2.095em;
}
@media (max-width: 991px) {
  body .region-content .section-ranking h2 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
}
body .region-content .section-ranking .item-wrapper {
  margin-top: 8px;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .item-wrapper {
    text-align: center;
    flex-wrap: wrap;
    margin-top: 36px;
  }
}
@media (max-width: 575px) {
  body .region-content .section-ranking .item-wrapper {
    flex-direction: column;
    margin-top: 24px;
  }
}
body .region-content .section-ranking .item-wrapper .item {
  width: 25%;
  padding: 0 10px;
}
body .region-content .section-ranking .item-wrapper .item .label {
  font-size: 1.6rem;
  line-height: 1.25em;
}
body .region-content .section-ranking .item-wrapper .item .stat {
  font-size: 3.2rem;
  line-height: 1.375em;
  color: #7483D1;
}
body .region-content .section-ranking .item-wrapper .item .source {
  font-size: 0.9rem;
  line-height: 1.667em;
}
@media (max-width: 991px) {
  body .region-content .section-ranking .item-wrapper .item {
    margin-bottom: 50px;
    width: 50%;
    padding: 0 36px;
  }
  body .region-content .section-ranking .item-wrapper .item .label {
    font-size: 2rem;
  }
  body .region-content .section-ranking .item-wrapper .item .stat {
    font-size: 4rem;
  }
  body .region-content .section-ranking .item-wrapper .item .source {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  body .region-content .section-ranking .item-wrapper .item {
    width: 210px;
    padding: 0;
  }
}
body .region-content .section-2 {
  margin-bottom: 155px;
}
body .region-content .section-2 .section-title + .section-subtitle {
  margin-top: -10px;
}
body .region-content .section-2 .col-text {
  width: 44%;
}
body .region-content .section-2 .col-image {
  width: 58%;
  margin-left: -64px;
  margin-right: 50px;
  position: relative;
}
body .region-content .section-2 .col-image .image-wrapper {
  position: relative;
}
body .region-content .section-2 .col-image .image-wrapper:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.13);
  width: 100%;
  display: block;
  z-index: -1;
  aspect-ratio: 754/176;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -12%;
  right: -40px;
  border-top-right-radius: 120px;
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
  opacity: 0;
  transform: translateX(-10%);
}
@media (max-width: 1279px) and (min-width: 992px) {
  body .region-content .section-2 .col-image .image-wrapper:after {
    bottom: -10%;
  }
}
@media (max-width: 991px) {
  body .region-content .section-2 .col-image .image-wrapper:after {
    display: none;
  }
}
body .region-content .section-2 .col-image img {
  display: block;
}
body .region-content .section-2 .col-image.aos-animate .image-wrapper:after {
  opacity: 1;
  transform: none;
}
@media (max-width: 991px) {
  body .region-content .section-2 {
    margin-bottom: 70px;
  }
  body .region-content .section-2 .wrapper {
    flex-direction: column;
  }
  body .region-content .section-2 .col-text {
    width: 100%;
    margin-top: 30px;
  }
  body .region-content .section-2 .col-image {
    width: 100%;
    margin-left: -18px;
    margin-right: 0;
  }
  body .region-content .section-2:before {
    content: "";
    background-image: url("../img/bg/grid.svg");
    background-repeat: no-repeat;
    width: 100vw;
    height: auto;
    aspect-ratio: 375/680;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: 68px;
    opacity: 0.5;
    background-position: center;
  }
}
body .region-content .section-apply {
  margin-bottom: 206px;
}
@media (max-width: 991px) {
  body .region-content .section-apply {
    margin-bottom: 98px;
  }
}
body .region-content .section-apply .section-title-wrapper {
  text-align: left;
}
body .region-content .section-apply .section-title-wrapper .section-title {
  margin-bottom: 35px;
}
body .region-content .section-apply .image-wrapper {
  position: relative;
}
body .region-content .section-apply .image-wrapper img {
  width: calc(100% + 128px);
  max-width: 100vw;
  aspect-ratio: 1440/506;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: -64px;
  bottom: auto;
  right: -64px;
}
@media (max-width: 991px) {
  body .region-content .section-apply .image-wrapper img {
    aspect-ratio: 375/200;
    width: calc(100% + 56px);
    left: -28px;
    right: -28px;
    border-top-right-radius: 0;
    position: relative;
  }
}
body .region-content .section-apply h3 {
  font-size: 42px;
  font-weight: 700;
  color: #1B3067;
}
body .region-content .section-apply .program-name {
  text-align: right;
  margin-top: 176px;
  margin-bottom: 16px;
}
body .region-content .section-apply .program-name h3 {
  display: inline-block;
  padding: 22px 35px;
  margin-right: -64px;
  position: relative;
  z-index: 1;
  max-width: 36%;
  text-align: left;
}
body .region-content .section-apply .program-name h3:before {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -99vw;
  width: 0;
  z-index: -1;
  border-top-left-radius: 50px;
  transition: opacity, width 1.4s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.25s;
  opacity: 0.5;
}
body .region-content .section-apply .program-name.aos-animate h3:before {
  width: 101vw;
  opacity: 1;
}
@media (max-width: 991px) {
  body .region-content .section-apply .program-name {
    margin-top: 25px;
    text-align: left;
  }
  body .region-content .section-apply .program-name h3 {
    margin: 0 -28px;
    font-size: 2.5rem;
    line-height: 1em;
    max-width: calc(100% + 56px);
  }
}
body .region-content .section-apply .info {
  position: relative;
}
body .region-content .section-apply .info .wrapper {
  width: calc(50% + 64px);
  margin-left: auto;
  padding: 50px 64px 68px 68px;
  margin-right: -64px;
  z-index: 1;
  position: relative;
}
body .region-content .section-apply .info .wrapper:before {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -99vw;
  width: 0;
  z-index: -1;
  border-top-left-radius: 120px;
  transition: opacity, width 1.4s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.35s;
  opacity: 0.5;
}
body .region-content .section-apply .info h3 {
  margin-bottom: 12px;
}
body .region-content .section-apply .info:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.13);
  width: 54%;
  display: block;
  z-index: -2;
  aspect-ratio: 685/230;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -50px;
  right: 0;
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
  opacity: 0;
  transform: translateX(-10%);
}
body .region-content .section-apply .info.aos-animate .wrapper:before {
  width: 101vw;
  opacity: 1;
}
body .region-content .section-apply .info.aos-animate:after {
  opacity: 1;
  transform: none;
}
@media (max-width: 991px) {
  body .region-content .section-apply .info .wrapper {
    width: calc(100% + 56px);
    padding: 36px;
    margin: 0 -28px;
  }
  body .region-content .section-apply .info .wrapper:before {
    border-top-left-radius: 65px;
  }
  body .region-content .section-apply .info:after {
    width: 100%;
    right: -28px;
  }
}
body .region-content .section-sharing {
  padding-bottom: 146px;
}
body .region-content .section-sharing > .wrapper > .container {
  position: relative;
}
body .region-content .section-sharing .section-title {
  margin-bottom: 24px;
}
body .region-content .section-sharing .col-image {
  margin-left: -64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .col-image {
    margin-left: -28px;
    width: calc(100% + 28px);
  }
  body .region-content .section-sharing .col-image .image-wrapper img {
    aspect-ratio: 346/187;
  }
}
body .region-content .section-sharing .col-r {
  background: rgb(255, 255, 255);
  background: linear-gradient(308deg, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0.72) 100%);
  border-top-right-radius: 120px;
  width: 50.76%;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .col-r {
    position: relative;
    width: calc(100% + 56px);
    margin: -50px -28px 0;
    padding: 28px;
    border-top-right-radius: 0;
  }
}
body .region-content .section-sharing .text {
  font-size: 0.9rem;
  line-height: 1.778em;
  position: relative;
  margin: 0 auto;
  width: 63.33%;
  padding-top: 50px;
  padding-bottom: 28px;
  color: #333333;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .text {
    width: 100%;
    font-size: 1.125rem;
  }
}
body .region-content .section-sharing .text::before {
  content: "";
  background-color: #AEAEAE;
  height: 1px;
  width: calc(100% - 64px);
  position: absolute;
  top: 78px;
  left: auto;
  bottom: auto;
  right: 0;
  display: block;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .text::before {
    width: calc(100% - 64px);
  }
}
body .region-content .section-sharing .text .quote {
  position: relative;
  padding-right: 60px;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .text .quote {
    padding-right: 50px;
  }
}
body .region-content .section-sharing .text .quote:before, body .region-content .section-sharing .text .quote:after {
  background-image: url("../img/icon/quote-purple.svg");
}
body .region-content .section-sharing .text .quote:after {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .text .quote:before {
    margin-left: 0;
  }
}
body .region-content .section-sharing .text .info {
  margin-top: 32px;
  max-width: 70%;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .text .info {
    max-width: 100%;
  }
}
body .region-content .section-sharing .text .info .name {
  font-size: 1.2rem;
  line-height: 1.33em;
  font-weight: 700;
  color: #1B3067;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .text .info .name {
    font-size: 1.5rem;
  }
}
body .region-content .section-sharing .text .info .title {
  font-size: 0.7rem;
  line-height: 1.714em;
  margin-top: 4px;
}
@media (max-width: 991px) {
  body .region-content .section-sharing .text .info .title {
    font-size: 0.875rem;
  }
}
body .region-content .section-sharing .nav-wrapper {
  justify-content: flex-end;
  margin-right: 64px;
}
body .region-content .section-sharing .nav-wrapper:after {
  display: none;
}
body .region-content .section-sharing .nav-wrapper .btn-prev {
  margin-right: 24px;
}
body .region-content .section-sharing .nav-wrapper .swiper-pagination {
  margin-right: 24px;
}

/* .btn-top {
    background-image: url("../img/icon/top-white.svg");
    //border: 1px solid $colorNavy;
    box-shadow: 0 0 10px #e2e0e0;
}

.social .social-wrapper {
    box-shadow: 0 0 10px #e2e0e0;
} *//*# sourceMappingURL=index.css.map */