@font-face {
  font-family: "Muller";
  font-style: normal;
  font-weight: 300;
  src: local("MullerLight"), url("../fonts/MullerLight.otf") format("opentype");
}
@font-face {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  src: local("MullerRegular"), url("../fonts/MullerRegular.otf") format("opentype");
}
@font-face {
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  src: local("MullerMedium"), url("../fonts/MullerMedium.otf") format("opentype");
}
@font-face {
  font-family: "Muller";
  font-style: normal;
  font-weight: 800;
  src: local("MullerExtraBold"), url("../fonts/MullerExtraBold.otf") format("opentype");
}
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar {
  background-color: transparent;
  transition: all 0.28s ease-in-out;
}
@media (min-width: 90em) and (max-width: 99.99em) {
  .navbar {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (min-width: 100em) {
  .navbar {
    padding-left: 225px;
    padding-right: 225px;
  }
}
.navbar .navbar-brand {
  padding: 0;
  padding-top: 28px;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .navbar .navbar-brand {
    display: none;
  }
}
.navbar .navbar-brand img {
  max-width: 105px;
}
.navbar .navbar-toggler {
  border: none;
  margin-left: auto;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
  border: none;
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/dropdown.svg");
}
.navbar .navbar-collapse {
  border-bottom: 1px solid #FFFFFF;
}
.navbar .navbar-collapse .nav-item .dropdown .dropdown-menu {
  width: 100%;
  background: transparent;
  border: 1px solid white;
  margin-top: 10px;
  padding: 0;
}
.navbar .navbar-collapse .nav-item .dropdown .dropdown-menu li:first-of-type .dropdown-item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar .navbar-collapse .nav-item .dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar .navbar-collapse .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  opacity: 0.6;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navbar-collapse .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.navbar .navbar-collapse .nav-item .dropdown button {
  background-color: transparent;
  border: none;
  height: 43px;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  opacity: 0.6;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navbar-collapse .nav-item .nav-link {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  opacity: 0.6;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navbar-collapse .nav-item .active {
  opacity: 1;
  border-bottom: 3px solid #FFFFFF;
}
.navbar .navbar-collapse .nav-item:first-child .nav-link {
  padding-left: 0;
}
.navbar .navbar-collapse .nav-item:last-child .nav-link {
  position: relative;
  padding-right: 0;
}
.navbar .navbar-collapse .nav-item:last-child .nav-link:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 1px;
  height: 20px;
  background-color: #FFFFFF;
  opacity: 1;
}
.navbar .navbar-collapse .nav-item:nth-last-child(-n+2) .nav-link {
  text-transform: uppercase;
}
.navbar.odprt {
  background-color: #A4720D;
}
.navbar.odprt .navbar-collapse {
  border-bottom: none;
}
.navbar.odprt .navbar-collapse .nav-item .active {
  opacity: 1;
  border-bottom: none;
}
.navbar.odprt .navbar-collapse .nav-item:first-child .nav-link {
  padding-left: 15px;
}
.navbar.odprt .navbar-collapse .nav-item:last-child .nav-link {
  position: relative;
  padding-right: 0;
}
.navbar.odprt .navbar-collapse .nav-item:last-child .nav-link:before {
  display: none;
}
.navbar.odprt .navbar-collapse .nav-item:nth-last-child(-n+2) .nav-link {
  text-transform: uppercase;
}

.nav-subpage .navbar-collapse {
  border-bottom: 1px solid #002C51;
}
.nav-subpage .navbar-collapse .nav-item .nav-link {
  color: #002C51;
}
.nav-subpage .navbar-collapse .nav-item .dropdown button {
  color: #002C51;
}
.nav-subpage .navbar-collapse .nav-item .dropdown .dropdown-menu {
  color: #002C51;
  border: 1px solid #002C51;
  background: white;
}
.nav-subpage .navbar-collapse .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #002C51;
}
.nav-subpage .navbar-collapse .nav-item .active {
  border-bottom: 3px solid #002C51;
}
.nav-subpage .navbar-collapse .nav-item:last-child .nav-link:before {
  background-color: #002C51;
}
.nav-subpage.scrolled {
  background-color: #FFFFFF;
}

#home {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
#home .section-title-wrapper {
  max-width: 1057px;
}
#home .section-title-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #home .section-title-wrapper h1 {
    font-size: 4.5rem;
  }
}
#home .btn-wrapper {
  margin-top: 80px;
  float: left;
}

#aboutUs {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
#aboutUs .section-title-wrapper {
  max-width: 1057px;
}
#aboutUs .section-title-wrapper h2 {
  font-size: 2.125rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #aboutUs .section-title-wrapper h2 {
    font-size: 3rem;
  }
}
#aboutUs .section-paragraph p {
  text-align: right;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #aboutUs .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #aboutUs .section-paragraph p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #aboutUs .section-paragraph p {
    font-size: 1.25rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #aboutUs .section-paragraph p {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  #aboutUs .section-paragraph p {
    font-size: 1.75rem;
  }
}
#aboutUs .btn-wrapper {
  margin-top: 80px;
  float: left;
}

#investments {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
#investments .section-title-wrapper {
  max-width: 468px;
}
#investments .section-title-wrapper h2 {
  font-size: 2.125rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #investments .section-title-wrapper h2 {
    font-size: 3rem;
  }
}
#investments .section-paragraph {
  max-width: 422px;
  margin-top: 40px;
}
@media (min-width: 61.25em) {
  #investments .section-paragraph {
    margin-top: 160px;
  }
}
#investments .section-paragraph p {
  text-align: right;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #investments .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #investments .section-paragraph p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #investments .section-paragraph p {
    font-size: 1.25rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #investments .section-paragraph p {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  #investments .section-paragraph p {
    font-size: 1.75rem;
  }
}
#investments .btn-wrapper {
  margin-top: 80px;
  float: left;
}

#ourCompanies {
  background-color: #FFFFFF;
  height: 100vh;
  padding-top: 80px;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #ourCompanies {
    padding-top: 80px;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #ourCompanies {
    padding-top: 130px;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #ourCompanies {
    padding-top: 140px;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #ourCompanies {
    padding-top: 150px;
  }
}
@media (min-width: 100em) {
  #ourCompanies {
    padding-top: 186px;
  }
}
#ourCompanies h3 {
  color: #002C51;
}
#ourCompanies .section-title-wrapper {
  margin-bottom: 8px;
  max-width: 468px;
}
#ourCompanies .section-title-wrapper h2 {
  color: #002C51;
  font-size: 2.125rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #ourCompanies .section-title-wrapper h2 {
    font-size: 3rem;
  }
}
#ourCompanies .section-paragraph {
  max-width: 834px;
}
#ourCompanies .section-paragraph p {
  color: #002C51;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #ourCompanies .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #ourCompanies .section-paragraph p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #ourCompanies .section-paragraph p {
    font-size: 1.25rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #ourCompanies .section-paragraph p {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  #ourCompanies .section-paragraph p {
    font-size: 1.75rem;
  }
}
#ourCompanies .btn-wrapper {
  margin-top: 80px;
  float: left;
}
#ourCompanies .btn-wrapper .next-btn span {
  color: #002C51 !important;
}
#ourCompanies .companies-row .companiesSwiper .swiper-wrapper{
  min-height: 300px !important;
}
#ourCompanies .companies-row {
  margin-top: 48px;
}
#ourCompanies .companies-row .companiesSwiper .swiper-wrapper .swiper-slide .company-card .company-name, #ourCompanies .companies-row .companiesSwiper2 .swiper-wrapper .swiper-slide .company-card .company-name {
  margin-top: 24px;
}
#ourCompanies .companies-row .companiesSwiper .swiper-wrapper .swiper-slide .company-card .company-name h4, #ourCompanies .companies-row .companiesSwiper2 .swiper-wrapper .swiper-slide .company-card .company-name h4 {
  color: #002C51;
  font-size: 1.125rem;
  font-weight: 500;
}
#ourCompanies .companies-row .companiesSwiper .swiper-wrapper .swiper-slide .company-card .company-description p, #ourCompanies .companies-row .companiesSwiper2 .swiper-wrapper .swiper-slide .company-card .company-description p {
  font-weight: 300;
  color: #767676;
  font-size: 16px;
}
#ourCompanies .companies-row .companiesSwiper .swiper-wrapper .swiper-slide .company-card .btn-wrapper, #ourCompanies .companies-row .companiesSwiper2 .swiper-wrapper .swiper-slide .company-card .btn-wrapper {
  margin-top: 0;
}
#ourCompanies .companies-row .companiesSwiper .swiper-wrapper .swiper-slide .company-card .btn-wrapper .read-more-btn, #ourCompanies .companies-row .companiesSwiper2 .swiper-wrapper .swiper-slide .company-card .btn-wrapper .read-more-btn {
  font-weight: 500;
  color: #002C51;
  font-size: 0.875rem;
}

#team {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
#team .section-title-wrapper {
  max-width: 1057px;
}
#team .section-title-wrapper h2 {
  text-align: right;
  font-size: 2.125rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #team .section-title-wrapper h2 {
    font-size: 3rem;
  }
}
#team .section-title-wrapper .more-btn-wrapper {
  margin-top: 70px;
}
#team .section-paragraph {
  margin-top: 140px;
}
#team .section-paragraph p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #team .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #team .section-paragraph p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #team .section-paragraph p {
    font-size: 1.25rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #team .section-paragraph p {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  #team .section-paragraph p {
    font-size: 1.75rem;
  }
}
#team .btn-wrapper {
  margin-top: 80px;
  float: left;
}

#sustainability {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
#sustainability .section-title-wrapper {
  max-width: 1057px;
}
#sustainability .section-title-wrapper h2 {
  font-size: 2.125rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #sustainability .section-title-wrapper h2 {
    font-size: 3rem;
  }
}
#sustainability .section-paragraph p {
  text-align: right;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #sustainability .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #sustainability .section-paragraph p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #sustainability .section-paragraph p {
    font-size: 1.25rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #sustainability .section-paragraph p {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  #sustainability .section-paragraph p {
    font-size: 1.75rem;
  }
}
#sustainability .btn-wrapper {
  margin-top: 80px;
  float: left;
}

#news {
  background-color: #FFFFFF;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #news {
    height: unset;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #news {
    padding-top: 80px;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #news {
    padding-top: 130px;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #news {
    padding-top: 140px;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #news {
    padding-top: 150px;
  }
}
@media (min-width: 100em) {
  #news {
    padding-top: 186px;
  }
}
#news .section-title-wrapper {
  margin-bottom: 8px;
}
#news .section-title-wrapper h2 {
  color: #002C51;
  font-size: 2.125rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #news .section-title-wrapper h2 {
    font-size: 3rem;
  }
}
#news .section-paragraph p {
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #news .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) {
  #news .section-paragraph p {
    font-size: 1.125rem;
  }
}
#news .news-row {
  margin-top: 48px;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #news .news-row {
    height: 450px;
    overflow-y: scroll;
  }
}
#news .news-row .news-card {
  margin-bottom: 32px;
}
#news .news-row .news-card .news-card-head img {
  margin-right: 12px;
}
#news .news-row .news-card .news-card-head .news-card-date {
  font-size: 1rem;
  color: #A4720D;
  font-weight: 500;
  margin-top: 4px;
}
#news .news-row .news-card .news-card-body {
  margin-top: 12px;
}
#news .news-row .news-card .news-card-body .news-card-title h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #002C51;
}
#news .news-row .news-card .news-card-body .news-card-desc p {
  font-weight: 300;
}
#news .news-row .news-card .news-card-body .btn-wrapper {
  margin-top: 16px;
}
#news .news-row .news-card .news-card-body .btn-wrapper .read-more-btn {
  font-weight: 500;
  color: #002C51;
  font-size: 0.875rem;
}

#subpage {
  padding-top: 150px;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #subpage {
    padding-top: 0;
  }
}
#subpage #bgImage {
  height: 480px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
}
#subpage .about-us {
  padding-top: 48px;
}
#subpage .about-us .logo-wrapper {
  margin-bottom: 24px;
}
#subpage .about-us .company-details .detail-wrapper {
  margin-bottom: 18px;
}
#subpage .about-us .company-details .detail-wrapper .detail-title h5 {
  color: #002C51;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}
#subpage .about-us .company-details .detail-wrapper .detail-text p {
  font-size: 1.125rem;
  font-weight: 300;
}
#subpage .about-us .company-details .detail-wrapper .detail-text p .name {
  color: #002C51;
}
#subpage .about-us .company-details .detail-wrapper .details-link a {
  display: block;
  font-weight: 500;
  color: #002C51;
  text-decoration: none;
  font-size: 1.125rem;
}
#subpage .about-us .company-details .detail-wrapper .details-list {
  padding: 0;
  list-style: none;
}
#subpage .about-us .company-details .detail-wrapper .details-list .list-itm {
  list-style: none;
  font-weight: 500;
  color: #002C51;
}
#subpage .about-us .company-details .detail-wrapper .details-list .list-itm .list-link {
  padding-left: 10px;
  font-weight: 300;
  color: #767676;
}
#subpage .about-us .about-us-title-wrapper {
  margin-top: 57px;
  margin-bottom: 12px;
}
#subpage .about-us .about-us-title-wrapper h1 {
  font-size: 1.625rem;
  font-weight: 500;
  color: #002C51;
}
#subpage .about-us .about-us-text-wrapper p {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 61.25em) {
  #subpage .about-us .about-us-text-wrapper p {
    font-size: 1.125rem;
  }
}
#subpage #companyStats {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #002C51;
}
#subpage #companyStats .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #subpage #companyStats .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#subpage #companyStats .stats-grid .stat-wrapper {
  border-left: 1px solid #E3D6C0;
  border-right: 1px solid #E3D6C0;
}
#subpage #companyStats .stats-grid .stat-wrapper:first-child {
  border-left: none;
}
#subpage #companyStats .stats-grid .stat-wrapper:last-child {
  border-right: none;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #subpage #companyStats .stats-grid .stat-wrapper:nth-child(-n+2) {
    margin-bottom: 24px;
  }
  #subpage #companyStats .stats-grid .stat-wrapper:nth-child(2) {
    border-right: none;
  }
  #subpage #companyStats .stats-grid .stat-wrapper:nth-child(3) {
    border-left: none;
  }
}
#subpage #companyStats .stats-grid .stat-wrapper .stat-nr {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 300;
}
#subpage #companyStats .stats-grid .stat-wrapper .stat-name {
  color: #E3D6C0;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #subpage #companyStats .stats-grid .stat-wrapper .stat-name {
    font-size: 1rem;
  }
}
#subpage .company {
  padding-top: 48px;
}
#subpage .company .logo-wrapper {
  margin-bottom: 24px;
}
#subpage .company .company-details .detail-wrapper {
  margin-bottom: 18px;
}
#subpage .company .company-details .detail-wrapper .detail-title h5 {
  color: #002C51;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}
#subpage .company .company-details .detail-wrapper .detail-text p {
  font-size: 1.125rem;
  font-weight: 300;
}
#subpage .company .company-details .detail-wrapper .detail-text p .name {
  color: #002C51;
}
#subpage .company .company-details .detail-wrapper .details-link a {
  display: block;
  font-weight: 500;
  color: #002C51;
  text-decoration: none;
  font-size: 1.125rem;
}
#subpage .company .company-details .detail-wrapper .details-list {
  padding: 0;
  list-style: none;
}
#subpage .company .company-details .detail-wrapper .details-list .list-itm {
  list-style: none;
  font-weight: 500;
  color: #002C51;
}
#subpage .company .company-details .detail-wrapper .details-list .list-itm .list-link {
  padding-left: 10px;
  font-weight: 300;
  color: #767676;
}
#subpage .company h1 {
  margin-top: 57px;
  margin-bottom: 12px;
  font-size: 1.625rem;
  font-weight: 500;
  color: #002C51;
}
#subpage .company p {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 61.25em) {
  #subpage .company p {
    font-size: 1.125rem;
  }
}
#subpage .company .next-btn span {
  color: #002C51 !important;
}
#subpage .single-news {
  padding-top: 40px;
}
#subpage .single-news .news-pre-header {
  padding: 0;
  margin-bottom: 28px;
  list-style: none;
  display: inline-flex;
}
#subpage .single-news .news-pre-header li:first-child {
  margin-right: 32px;
}
#subpage .single-news .news-pre-header li img {
  margin-right: 12px;
}
#subpage .single-news .news-pre-header li .news-card-date, #subpage .single-news .news-pre-header li .news-share {
  font-size: 1rem;
  color: #A4720D;
  font-weight: 500;
  margin-top: 4px;
}
#subpage .single-news .news-title {
  margin-bottom: 16px;
}
#subpage .single-news .news-title h1 {
  font-size: 2.25rem;
  font-weight: 800;
  color: #002C51;
}
#subpage .single-news .news-lead-text p {
  font-size: 1rem;
  font-weight: 500;
  color: #002C51;
}
@media (min-width: 46.25em) {
  #subpage .single-news .news-lead-text p {
    font-size: 1.125rem;
  }
}
#subpage .single-news .news-text p {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 46.25em) {
  #subpage .single-news .news-text p {
    font-size: 1.125rem;
  }
}
#subpage .single-news .news-image {
  padding-left: 30px;
}
#subpage .team {
  background-color: #FFFFFF;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  #subpage .team {
    height: unset;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #subpage .team {
    padding-top: 40px;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #subpage .team {
    padding-top: 40px;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #subpage .team {
    padding-top: 40px;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #subpage .team {
    padding-top: 50px;
  }
}
@media (min-width: 100em) {
  #subpage .team {
    padding-top: 86px;
  }
}
#subpage .team .section-title-wrapper {
  margin-bottom: 60px;
}
#subpage .team .section-title-wrapper h2 {
  color: #002C51;
  font-size: 2.125rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #subpage .team .section-title-wrapper h2 {
    font-size: 3rem;
  }
}
#subpage .team .team-members-row .team-card {
  margin-bottom: 30px;
}
#subpage .team .team-members-row .team-card .team-card-body {
  margin-top: 14px;
}
#subpage .team .team-members-row .team-card .team-card-body .team-member-name {
  margin-bottom: 4px;
}
#subpage .team .team-members-row .team-card .team-card-body .team-member-name h4 {
  font-weight: 500;
  color: #002C51;
  font-size: 1.625rem;
  margin-bottom: 0;
}
#subpage .team .team-members-row .team-card .team-card-body .team-member-position p {
  font-size: 1.125rem;
  font-weight: 300;
}
#subpage .team .team-members-row .team-card .team-card-body .btn-wrapper .read-more-btn {
  color: #002C51;
}
#subpage .team .team-members-row .team-card .team-card-body .btn-wrapper .read-more-btn span {
  font-weight: 500;
  font-size: 0.875rem;
  margin-right: 10px;
}
#subpage .team-member .member-image-wrapper {
  margin-bottom: 52px;
}
#subpage .team-member .member-data {
  margin-top: 36px;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #subpage .team-member .member-data {
    padding-left: 20px;
  }
}
@media (min-width: 61.25em) {
  #subpage .team-member .member-data {
    padding-left: 47px;
  }
}
#subpage .team-member .member-data .member-name h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #002C51;
  margin-bottom: 0;
}
#subpage .team-member .member-data .member-position p {
  font-size: 1.75rem;
}
#subpage .team-member .member-data .member-links {
  margin-top: 10px;
}
#subpage .team-member .member-data .member-links ul {
  padding: 0;
  list-style: none;
}
#subpage .team-member .member-data .member-links ul li {
  color: #002C51;
  font-size: 1.125rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #subpage .team-member .member-data .member-links ul li {
    font-size: 1rem;
  }
}
#subpage .team-member .member-data .member-links ul li a {
  color: #767676;
  text-decoration: none;
  font-size: 1.125rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #subpage .team-member .member-data .member-links ul li a {
    font-size: 1rem;
  }
}
#subpage .team-member .member-data .member-lead-text {
  margin-top: 30px;
}
#subpage .team-member .member-data .member-lead-text p {
  color: #002C51;
  font-weight: 500;
  font-size: 1.75rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  #subpage .team-member .member-data .member-lead-text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #subpage .team-member .member-data .member-lead-text p {
    font-size: 1.35rem;
  }
}
#subpage .team-member .next-btn span {
  color: #002C51 !important;
}
#subpage .btn-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}

#sustainabilitySubPages #one, #sustainabilitySubPages #three {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
#sustainabilitySubPages #one .section-title-wrapper, #sustainabilitySubPages #three .section-title-wrapper {
  max-width: 1057px;
}
#sustainabilitySubPages #one .section-title-wrapper h1, #sustainabilitySubPages #three .section-title-wrapper h1 {
  text-align: right;
  color: #002C51;
  font-size: 2.5rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #sustainabilitySubPages #one .section-title-wrapper h1, #sustainabilitySubPages #three .section-title-wrapper h1 {
    font-size: 4.5rem;
  }
}
#sustainabilitySubPages #one .section-paragraph, #sustainabilitySubPages #three .section-paragraph {
  margin-top: 40px;
}
#sustainabilitySubPages #one .section-paragraph p, #sustainabilitySubPages #three .section-paragraph p {
  color: #002C51;
  text-align: right;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #sustainabilitySubPages #one .section-paragraph p, #sustainabilitySubPages #three .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #sustainabilitySubPages #one .section-paragraph p, #sustainabilitySubPages #three .section-paragraph p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #sustainabilitySubPages #one .section-paragraph p, #sustainabilitySubPages #three .section-paragraph p {
    font-size: 1.25rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #sustainabilitySubPages #one .section-paragraph p, #sustainabilitySubPages #three .section-paragraph p {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  #sustainabilitySubPages #one .section-paragraph p, #sustainabilitySubPages #three .section-paragraph p {
    font-size: 1.75rem;
  }
}
#sustainabilitySubPages #one .btn-wrapper, #sustainabilitySubPages #three .btn-wrapper {
  margin-top: 80px;
}
#sustainabilitySubPages #one .btn-wrapper .next-btn span, #sustainabilitySubPages #three .btn-wrapper .next-btn span {
  color: #002C51;
}
#sustainabilitySubPages #three h1, #sustainabilitySubPages #three p {
  text-align: left !important;
}
#sustainabilitySubPages #two {
  margin-top: 80px;
  height: calc(100vh - 80px);
  background-image: url("../images/esg.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: cover;
}
#sustainabilitySubPages #two .section-title-wrapper {
  max-width: 1057px;
}
#sustainabilitySubPages #two .section-title-wrapper h1 {
  color: #002C51;
  font-size: 2.5rem;
  font-weight: 800;
}
@media (min-width: 61.25em) {
  #sustainabilitySubPages #two .section-title-wrapper h1 {
    font-size: 4.5rem;
  }
}
#sustainabilitySubPages #two .section-paragraph {
  max-width: 711px;
  margin-top: 40px;
}
#sustainabilitySubPages #two .section-paragraph p {
  color: #002C51;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #sustainabilitySubPages #two .section-paragraph p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #sustainabilitySubPages #two .section-paragraph p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) and (max-width: 89.99em) {
  #sustainabilitySubPages #two .section-paragraph p {
    font-size: 1.25rem;
  }
}
@media (min-width: 90em) and (max-width: 99.99em) {
  #sustainabilitySubPages #two .section-paragraph p {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  #sustainabilitySubPages #two .section-paragraph p {
    font-size: 1.75rem;
  }
}
#sustainabilitySubPages #two .section-detailed-text {
  max-width: 832px;
  margin-top: 40px;
}
#sustainabilitySubPages #two .section-detailed-text p {
  font-size: 0.875rem;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  #sustainabilitySubPages #two .section-detailed-text p {
    font-size: 1rem;
  }
}
@media (min-width: 61.25em) {
  #sustainabilitySubPages #two .section-detailed-text p {
    font-size: 1.125rem;
  }
}
#sustainabilitySubPages #two .btn-wrapper {
  margin-top: 80px;
}
#sustainabilitySubPages #two .btn-wrapper .next-btn span {
  color: #002C51;
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-family: "Muller", sans-serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #767676;
  font-weight: 400;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.container-xxl {
  max-width: 1640px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muller", sans-serif;
  color: #FFFFFF;
}

b, strong {
  font-weight: 600;
}

a {
  color: #767676;
  text-decoration: none;
}
a:hover {
  color: #767676;
}

#main {
  height: 100%;
  overflow-y: scroll;
}

.next-btn {
  text-align: center;
  display: block;
  font-weight: 500;
}
.next-btn img {
  margin: 0 auto;
}
.next-btn span {
  font-size: 0.875rem;
  color: #FFFFFF;
}

.more-btn {
  font-weight: 500;
}
.more-btn span {
  font-size: 0.875rem;
  color: #FFFFFF;
}
.more-btn img {
  margin-left: 10px;
}

.back-btn {
  font-weight: 500;
  color: #002C51;
}
.back-btn img {
  transform: scaleX(-1);
}
.back-btn span {
  font-size: 0.875rem;
}/*# sourceMappingURL=main.css.map */

ul li, ol li, p{
    line-height: 26px;
    margin-bottom: 1rem;
}

.dropdown-menu {
    z-index: 1050 !important;
}

/* Fix for potential GSAP transform conflicts */
.dropdown-menu.show {
    display: block !important;
    transform: none !important;
}