html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: 'Arimo', sans-serif;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h2 {
  font-weight: 700;
  letter-spacing: .05rem;
  text-align: center;
  margin-bottom: 1rem;
}
h3 {
  font-family: "Playfair", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 3.75rem;
}
h3 span {
  display: block;
}
h3 b {
  font-family: "Playfair", sans-serif;
  font-weight: 700;
}
h4 {
  line-height: 1.4;
}
h5, h6, p, ul {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
address {
  font-size: 1.25rem;
  line-height: 1.5;
}
.f84 {
  font-size: 5.25rem
}
.f78 {
  font-size: clamp(2rem, 4.44vw - 0.64rem, 4.875rem);
}
.f67 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4.1875rem);
}
.f64 {
  font-size: 4rem;
}
.f55 {
  font-size: clamp(1.75rem, calc(2.634vw + 1.13265rem), 3.4375rem);
}
.f52 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.25rem);
}
.f50 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.125rem);
}
.f48 {
  font-size: 3rem;
}
.f44 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}
.f40 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.f36 {
  font-size: clamp(1.375rem, 3vw, 2.25rem);
}
.f32 {
  font-size: clamp(1.375rem, 3.125vw, 2rem);
}
.f31 {
  font-size: clamp(1.375rem, 3.125vw, 1.9375rem);
}
.f30 {
  font-size: clamp(1.375rem, 3.125vw, 1.8125rem);
}
.f27 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.6875rem);
}
.f26 {
  font-size: clamp(1.125rem, 1.47vw + 0.43rem, 1.625rem);
}
.f24 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.5rem);
}
.f22 {
  font-size: clamp(1.0625rem, 1vw + .5rem, 1.375rem);
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: 1.125rem;
}
.f16 {
  font-size: clamp(.875rem, 1vw + .5rem, 1rem);
}
.f15 {
  font-size: clamp(.875rem, 1vw + .25rem, .9375rem);
}
.f14 {
  font-size: clamp(.75rem, 1vw + .25rem, .875rem);
}
.f12 {
  font-size: .75rem
}
.f8 {
  font-size: .625rem;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 4rem;
  margin-top: -4rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1399px) {
  h2.f18 {
    font-size: .875rem;
  }
  h5, h6, p, ul {
    font-size: 1rem;
  }
  .f84 {
    font-size: 3rem
  }
  .f64 {
    font-size: 3rem;
  }
  .f48 {
    font-size: 1.875rem;
  }
  .f18 {
    font-size: 1rem;
  }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background: transparent;
  padding: 1.75rem 0;
}
.navbar .navbar-brand {
  display: flex;
  justify-content: center;
  width: 11.4375rem;
  padding: 0;
  margin: 0 .9375rem;
}
.navbar .navbar-brand img {
  filter: brightness(0) invert(1);
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
}
.navbar svg path {
  stroke: #fff!important;
}
.navbar .nav-link {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin: auto 1.25rem;
}
.navbar .nav-link:hover {
  color: #93C0F4;
}
.navbar .dropdown-menu {
  border-radius: .5rem;
  overflow: hidden;
}
.navbar .dropdown-item {
  padding: .5rem 1rem;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background-color: #F1F5F9;
}
@media (min-width: 992px) {
  .navbar.navbar-min {
    background-color: #203864;
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .navbar-brand {
    margin-right: 5rem;
  }
  .navbar .nav-link.nav-alt {
    min-width: 5rem;
    padding: .75rem 1.25rem;
    border-radius: 6.25rem;
    border: 1px solid #fff;
    transition: all .3s ease-out;
  }
  .navbar .nav-link.nav-contact:hover {
    color: #004A87;
    background-color: #fff;
  }
  .navbar .nav-link.nav-investor {
    color: #004A87;
    background-color: #fff;
  }
  .navbar .nav-link.nav-investor:hover {
    color: #fff;
    background-color: #1E293B;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    margin-right: 7rem;
  }
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    font-size: .875rem;
    padding: .375rem 0;
    margin: auto .5rem;
  }
  .navbar .dropdown-item {
    font-size: .875rem;
    text-align: center;
    padding: .125rem 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #203864;
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .navbar-brand {
    width: 10rem;
  }
  .navbar-nav {
    text-align: center;
    padding: 1rem 0 .5rem;
  }
}





/*------------------------------
            Home
------------------------------*/
.home {
  position: relative;
  color: #fff;
  background-color: #203864;
}
.home .carousel {
  z-index: 3;
  position: relative;
}
.home .content {
  text-align: center;
  justify-content: center;
  min-height: 100vh;
  padding: 8rem 0 4rem;
}
.home h1 {
  color: #fff;
  font-family: "Playfair", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto;
}
.home h1 span {
  display: block;
  color: #93C0F4;
}
@media (min-width: 768px) {
  .home::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/art/home-cover.png) center no-repeat;
    background-size: cover;
    opacity: .35;
  }
}
@media (max-width: 767px) {
  .home::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/art/home-cover-mobile.png) center no-repeat;
    background-size: cover;
    opacity: .35;
  }
}





/*------------------------------
          Criteria
------------------------------*/
.criteria {
  color: #fff;
  background: #1E293B;
  text-align: center;
  padding: 5rem 0 4rem;
}
.criteria h2 {
  color: #93C0F4;
}
.criteria h3,
.criteria h3 span {
  color: #fff;
}
.criteria .content {
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
}
.criteria .desc {
  margin: 0;
}
@media (max-width: 991px) {
  .criteria .desc {
    margin: -.5rem 0 2rem;
  }
}





/*------------------------------
            About
------------------------------*/
.about {
  position: relative;
  padding: 6rem 0 4rem;
}
.about::before {
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 2rem);
  content: '';
  background: url(../images/art/house.svg) center top 5% no-repeat;
  background-size: contain;
  opacity: .5;
}
.about h2 {
  color: #004A87;
  text-align: center;
}
.about h3,
.about h3 span {
  color: #000;
}
.about p {
  margin-bottom: 2rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .about {
    text-align: center;
  }
}





/*------------------------------
            Awards
------------------------------*/
.awards {
  background: #CADCFD;
  padding: 6rem 0;
}
.awards h2 {
  color: #004A87;
  text-align: center;
}
.awards h3,
.awards h3 span {
  color: #000;
}
.awards .img-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  aspect-ratio: 1/.65;
  padding: 1rem;
  border-radius: 1.48406rem;
}
.awards .img-container img {
  max-width: 32rem;
  max-height: 20rem;
  margin: auto;
}
.accordion .accordion-item {
  margin-bottom: 1.5rem;
}
.accordion .accordion-button {
  color: #fff;
  background: #203864;
}
.accordion .accordion-body {
  color: #606060;
  font-family: 'Arimo', sans-serif;
  font-size: 1.25rem;
  padding: 2.375rem 1.25rem 1.625rem;
  text-align: justify;
}
.accordion-button::after {
  background-image: url(../images/icons/icon-plus.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/icon-minus.svg);
}
@media (max-width: 767px) {
  .accordion .accordion-body {
    padding: 1.25rem 1rem .5rem .25rem;
  }
}

.awards-carousel-wrapper {
  position: relative;
}
.awards-carousel {
  position: relative;
}
.awards-carousel .award-slide {
  outline: none;
}
.awards-carousel .img-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  aspect-ratio: 1/.65;
  padding: 1rem;
  border-radius: 1.48406rem;
}
.awards-carousel .img-container img {
  max-width: 32rem;
  max-height: 20rem;
  margin: auto;
  transition: opacity 0.3s ease-in-out;
}
.awards-carousel .slick-prev,
.awards-carousel .slick-next {
  display: none !important;
}
.awards-carousel .slick-dots {
  bottom: -3rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.awards-carousel .slick-dots li {
  margin: 0 0.25rem;
}
.awards-carousel .slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: 2px solid #004A87;
  border-radius: 100%;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all .3s ease-out;
}
.awards-carousel .slick-dots li button:hover {
  background-color: rgba(0, 74, 135, 0.5);
}
.awards-carousel .slick-dots li.slick-active button {
  background-color: #004A87;
}





/*------------------------------
            News
------------------------------*/
.news {
  color: #fff;
  background: #203864;
  padding: 5rem 0 8rem;
}
.news h2 {
  color: #93C0F4;
}
.news h3 {
  margin-bottom: 1.875rem;
}
.news h3,
.news h3 span {
  color: #fff;
}
.news h3 span {
  display: inline-block;
}
.news h4 {
  font-weight: 400;
  text-align: justify;
  margin: 0 auto 2.25rem;
}
.news .company-slider {
  margin: 0 -1.5rem;
}
.news .slider-box {
  margin: 0 1.5rem;
}
.news .slider-box a {
  color: #fff;
}
.news .img-container {
  aspect-ratio: 1/.66;
  border-radius: 1.39263rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.news .tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.10);
  font-weight: 700;
  letter-spacing: 0.04644rem;
  padding: .25rem 1rem;
  border-radius: 13.92656rem;
  margin: 0;
}
.news .title {
  color: #AAD8FE;
  font-weight: 700;
  line-height: 1.3;
  margin: .75rem 0;
  text-align: center;
}
.news .desc {
  line-height: 1.3;
  text-align: center;
}
.slick-prev,
.slick-next {
  opacity: 1;
  top: auto;
  left: calc(50% - 3.5rem);
  bottom: -6rem;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 100%;
  transition: all .3s ease-out;
}
.slick-next {
  left: calc(50% + .5rem);
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #fff;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  filter: brightness(0) invert(0);
}
.slick-prev::before,
.slick-next::before {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icons/team-arrow.svg) center no-repeat;
  background-size: contain;
  content: '';
  transition: all .3s ease-out;
}
.slick-next::before {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .news .title {
    min-height: 3.25rem;
  }
}
@media (max-width: 1199px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: transparent;
  }
  .slick-prev:hover::before,
  .slick-next:hover::before {
    filter: invert(0);
  }
}





/*------------------------------
            Careers
------------------------------*/
.careers {
  position: relative;
  background: #F4F5F6;
  padding: 6rem 0;
}
.careers::before {
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  width: 100%;
  height: calc((100% - 1rem));
  content: '';
  background: url(../images/art/careers-background.png) center top no-repeat;
  background-size: cover;
}
.careers .container {
  z-index: 3;
  position: relative;
}
.careers h2 {
  color: #004A87;
}
.careers h3,
.careers h3 span {
  color: #000;
}
.careers p {
  margin-bottom: 2rem;
  text-align: justify;
}
.careers a {
  display: inline-block;
  color: #004A87;
  font-weight: 500;
  letter-spacing: -0.00438rem;
  padding: .75rem 1.25rem;
  border: 1px solid #203864;
  border-radius: 6.25rem;
}
.careers a.text-link {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  text-decoration: underline;
}
.careers a.text-link:hover {
  color: #004A87;
  background-color: transparent;
}
.careers .img-container {
  aspect-ratio: 1/.58;
}
@media (min-width: 1200px) {
  .careers a:hover {
    color: #fff;
    background-color: #1E293B;
  }
}
@media (max-width: 991px) {
  .careers a {
    margin-bottom: 2rem;
  }
}





/*------------------------------
            Modal
------------------------------*/
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer {
  border-top: none;
}
.modal .btn:hover {
  background-color: #1E293B;
}
.modal a {
  color: #004A87;
}





/*------------------------------
            Footer
------------------------------*/
footer {
  color: #fff;
  background-color: #203864;
  padding: 2.5rem 0 1.5rem;
  font-size: 1.25rem;
}
footer img {
  filter: brightness(0) invert(1);
  width: 8.9375rem;
}
footer .desc {
  line-height: 1.6;
  max-width: 24rem;
  margin: 1.25rem 0;
}
footer h5 {
  font-weight: 700;
  margin-bottom: 2rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .nav-item {
  color: #fff;
  background-color: transparent;
  text-align: left;
  padding: 0;
  box-shadow: none;
  border: none;
  transition: all .3s ease-out;
}
footer .nav-item:not(:last-child) {
  margin-bottom: 1.125rem;
}
footer address {
  position: relative;
  font-size: 1.25rem;
  padding-left: 2rem;
}
footer address:not(:last-child) {
  margin-bottom: 1.25rem;
}
footer address img {
  position: absolute;
  top: .1rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
footer hr {
  opacity: .1;
  border-top: 1px solid #fff;
  margin: 3rem 0 1rem;
}
footer p {
  font-size: 1.25rem;
  margin: 0;
}
footer p.f16 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  footer a:hover {
    color: #AAD8FE;
  }
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .desc {
    margin: 1.25rem auto;
  }
  footer h5.f20 {
    font-size: 1.25rem;
    margin: 1.75rem auto .5rem;
  }
  footer .nav .nav-item {
    text-align: center;
    line-height: 1.8;
  }
  footer .nav .nav-item:not(:last-child) {
    margin-bottom: 0;
  }
  footer .d-flex.flex-column a {
    text-align: center;
    margin: 0 auto;
    line-height: 1.8;
  }
  footer address {
    padding: 0;
  }
  footer address img {
    position: relative;
    top: 0;
    left: calc(50% - .625rem);
    display: block;
    margin-bottom: .5rem;
  }
  footer hr {
    margin: .5rem 0 1.5rem;
  }
}
