@charset "UTF-8";
/* 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 .region-content section {
  /* &.gallery {
      margin-bottom: 60px;
      @media (max-width: $breakpoint_xs - 1) {
          padding: 0 18px;
          margin-bottom: 30px;
      }

      .com-header {
          margin-bottom: 40px;
          @media (max-width: $breakpoint_xs - 1) {
              text-align: center;
          }
      }
      .swiper-gallery-wrapper {
          position: relative;
          &:before {
              content: "";
              width: 100vw;
              @include bgImage(100vw, auto, "../img/bg/grid4.svg");
              background-size: cover;
              aspect-ratio: 1435/977;
              @include absolute(10%, 0, auto, auto);
              z-index: -2;
          }
      }
      .nav-wrapper {
          margin-top: 40px;
          justify-content: center;
          &:after {
              display: none;
          }
          @media (max-width: $breakpoint_xs - 1) {
              margin-top: 20px;
          }
      }
  } */
}
body .region-content section.class-profile .intro {
  margin-bottom: 142px;
}
@media (max-width: 575px) {
  body .region-content section.class-profile .intro {
    margin-bottom: 70px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  body .region-content section.class-profile .intro .wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  body .region-content section.class-profile .intro .wrapper {
    flex-direction: column;
  }
}
body .region-content section.class-profile .col-text {
  max-width: 624px;
  padding-right: 24px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  body .region-content section.class-profile .col-text {
    margin-bottom: 40px;
  }
}
body .region-content section.class-profile .col-image .image-wrapper {
  position: relative;
}
body .region-content section.class-profile .col-image .image-wrapper:before {
  content: "";
  background-color: #EFF0FF;
  width: 110%;
  display: block;
  z-index: -1;
  aspect-ratio: 680/420;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 0;
  border-top-left-radius: 120px;
  transition: opacity, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
}
body .region-content section.class-profile .col-image .image-wrapper:after {
  content: "";
  background-color: #003366;
  width: 120%;
  display: block;
  z-index: -2;
  aspect-ratio: 754/176;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -52px;
  right: 0;
  border-top-left-radius: 120px;
  transition: opacity, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
}
@media (max-width: 991px) {
  body .region-content section.class-profile .col-image {
    width: 82%;
    margin-left: auto;
    margin-top: 20px;
  }
  body .region-content section.class-profile .col-image img {
    border-top-right-radius: 120px;
    aspect-ratio: 273/264;
  }
  body .region-content section.class-profile .col-image .image-wrapper:before {
    bottom: 20px;
  }
  body .region-content section.class-profile .col-image .image-wrapper::after {
    bottom: -20px;
  }
}
body .region-content section.class-profile .stat {
  display: flex;
  align-items: stretch;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body .region-content section.class-profile .stat {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  body .region-content section.class-profile .stat {
    margin-bottom: 70px;
  }
}
body .region-content section.class-profile .stat .item {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-color: #E9FAFF;
  width: calc((100% - 45px) / 2);
  font-family: "Optima", sans-serif;
  font-weight: 700;
  text-align: center;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 20px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-right: 45px;
  margin-bottom: 45px;
  /* @media (max-width: $breakpoint_md - 1) {
      width: calc((100% - 45px)/2);
  } */
}
@media (max-width: 575px) {
  body .region-content section.class-profile .stat .item {
    width: 100%;
  }
}
body .region-content section.class-profile .stat .item:nth-child(odd):after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-color: #231956;
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
@media (max-width: 575px) {
  body .region-content section.class-profile .stat .item:nth-child(odd) {
    margin-right: 0;
  }
}
body .region-content section.class-profile .stat .item:nth-child(even) {
  background-color: #EFF0FF;
  margin-right: 0;
}
body .region-content section.class-profile .stat .item:nth-child(even):after {
  content: "";
  display: block;
  width: 86px;
  height: 130px;
  background-color: #7483D1;
  transform: rotate(-54deg);
  transform-origin: bottom right;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
body .region-content section.class-profile .stat .item:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  body .region-content section.class-profile .stat .item:last-child {
    margin-bottom: 0;
  }
}
body .region-content section.class-profile .stat .item .label {
  color: #7483D1;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
body .region-content section.class-profile .stat .item .number {
  font-size: 4rem;
  line-height: 1em;
}
body .region-content section.class-profile .stat .item .text {
  font-size: 1.2rem;
  margin-top: 16px;
}
body .region-content section.class-profile .stat .item.item-country:before {
  content: "";
  background-image: url("../img/icon/country.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
body .region-content section.class-profile .stat .item.item-gender:before {
  content: "";
  background-image: url("../img/icon/gender.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
body .region-content section.class-profile .stat .item.item-disciplines:before {
  content: "";
  background-image: url("../img/icon/disciplines.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  left: 8px;
  bottom: -10px;
  right: auto;
}
body .region-content section.class-profile .stat .item.item-age:before {
  content: "";
  background-image: url("../img/icon/age.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
body .region-content section.map {
  margin-bottom: 114px;
}
@media (max-width: 575px) {
  body .region-content section.map {
    margin-bottom: 50px;
  }
}
body .region-content section.map .map-details {
  padding-top: 78px;
}
@media (max-width: 991px) {
  body .region-content section.map .map-details {
    padding-top: 28px;
  }
}
body .region-content section.map .map-details table tbody {
  font-size: 1rem;
  line-height: 1.6em;
}
body .region-content section.map .map-details table tbody tr td img {
  width: 32px;
  height: 20px;
  margin-right: 8px;
}
body .region-content section.distributions {
  margin-bottom: 108px;
}
body .region-content section.distributions .item-head {
  text-align: center;
}
body .region-content section.distributions .map-container {
  width: 100%;
  max-width: 837px;
  margin: 16px auto 72px;
}
@media (max-width: 991px) {
  body .region-content section.distributions .map-container {
    width: calc(100% + 56px);
    max-width: none;
    margin: 16px -28px;
  }
}
body .region-content section.distributions .map-container #map_inner {
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body .region-content section.distributions .map-container #map_inner {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
body .region-content section.distributions .map-container #tt_sm_map {
  background-color: rgba(0, 80, 102, 0.8980392157);
  color: #FFFFFF;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  min-width: 110px;
}
body .region-content section.distributions .map-container #tt_sm_map .tt_name_sm {
  font-size: 14px;
  font-weight: 500;
}
body .region-content section.distributions .map-container #tt_sm_map .xmark_sm, body .region-content section.distributions .map-container #tt_sm_map .tt_mobile_sm {
  display: none;
}
body .region-content section.distributions .chart-container {
  margin-bottom: 60px;
}
body .region-content section.distributions .chart-container .chart-item {
  text-align: center;
  position: relative;
}
body .region-content section.distributions .chart-container .chart-item .chart-wrapper {
  height: 489px;
}
@media (max-width: 991px) {
  body .region-content section.distributions .chart-container .chart-item .chart-wrapper {
    margin: 0 -8px;
    height: 338px;
  }
}
body .region-content section.distributions .chart-container .chart-item + .chart-item {
  margin-top: 72px;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends {
  text-align: left;
  padding: 16px;
  border: 1px solid #D5F5F1;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.1em;
  background-color: #FFFFFF;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul li {
  padding: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul li:before {
  content: "∎";
  margin-right: 8px;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul li.active {
  background-color: #F5F5F8;
  border: 1px solid #C8C8D0;
  border-radius: 4px;
}
body .region-content section.distributions .employer-list .wrapper {
  padding-right: 0;
}
body .region-content section.distributions .employer-list .content ul {
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 991px) {
  body .region-content section.distributions .employer-list .content ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 767px) {
  body .region-content section.distributions .employer-list .content ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}/*# sourceMappingURL=student-life.css.map */