@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?639du7");
  src: url("fonts/icomoon.eot?639du7#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?639du7") format("truetype"), url("fonts/icomoon.woff?639du7") format("woff"), url("fonts/icomoon.svg?639du7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .owl-nav > .owl-prev, .owl-nav > .owl-next {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-partner06:before {
  content: "\e906";
}

.icon-partner01:before {
  content: "\e90b";
}

.icon-partner02:before {
  content: "\e907";
}

.icon-partner03:before {
  content: "\e908";
}

.icon-partner04:before {
  content: "\e909";
}

.icon-partner05:before {
  content: "\e90a";
}

.icon-partner07:before {
  content: "\e90c";
}

.icon-partner08:before {
  content: "\e90d";
}

.icon-clock:before {
  content: "\e905";
}

.icon-logo:before {
  content: "\e900";
}

.icon-arrowLeft:before, .owl-carousel .owl-nav button.owl-prev:before {
  content: "\e901";
}

.icon-arrowNext:before {
  content: "\e902";
}

.icon-arrowRight:before, .owl-carousel .owl-nav button.owl-next:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

@font-face {
  font-family: HelveticaNeue;
  src: local(HelveticaNeue-Medium), url("/assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("/assets/fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 60px;
  width: 60px;
}

.carousel-control-next-icon {
  background-image: url("icon/group-201.svg");
}

.carousel-control-prev-icon {
  background-image: url("icon/group-200.svg");
}

.topButtons {
  position: absolute;
  display: grid;
  gap: 1rem;
  top: 1rem;
  height: 139px;
  width: 100%;
  z-index: 60;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .topButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.szechenyiButton {
  width: 100%;
  cursor: pointer;
}
.szechenyiButton img {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .szechenyiButton {
    width: 250px;
  }
}

.contactButton {
  background: #ffffff 0 0% no-repeat padding-box;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  font: normal normal 600 16px/19px Work Sans;
  letter-spacing: 1.6px;
  color: #00254E;
  text-transform: uppercase;
  padding: 10px 27px;
  z-index: 60;
  cursor: pointer;
  display: grid;
  place-content: center;
}

.btn-base {
  font: Bold 14px/22px Montserrat;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  height: 60px;
  min-width: 205px;
}
.btn-base.btn-red {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
  color: #FEFEFE;
}
.btn-base.btn-red:before, .btn-base.btn-red:after {
  content: "";
  position: absolute;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 37, 78, 0.1);
}
.btn-base.btn-red:before {
  top: 0;
  left: 0;
}
.btn-base.btn-red:after {
  bottom: 0;
  left: 0;
}
.btn-base.btn-red:hover > * > *:before, .btn-base.btn-red:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn-base.btn-red:hover > * > * > *:before, .btn-base.btn-red:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn-base.btn-red > *:before, .btn-base.btn-red > *:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: rgba(0, 37, 78, 0.1);
}
.btn-base.btn-red > *:before {
  left: 0;
  top: 0;
}
.btn-base.btn-red > *:after {
  right: 0;
  top: 0;
}
.btn-base.btn-red > * > *:before, .btn-base.btn-red > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #00254E;
}
.btn-base.btn-red > * > *:before {
  top: 0;
  transform: translate3d(-80%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red > * > *:after {
  bottom: 0;
  transform: translate3d(80%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red > * > * > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn-base.btn-red > * > * > * i.icon {
  margin-left: 20px;
}
.btn-base.btn-red > * > * > *:before, .btn-base.btn-red > * > * > *:after {
  content: "";
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #00254E;
}
.btn-base.btn-red > * > * > *:before {
  left: 0;
  top: 0;
  transform: translate3d(0, -70%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red > * > * > *:after {
  right: 0;
  bottom: 0;
  transform: translate3d(0, 70%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red:hover {
  color: #ffffff;
  background-color: rgba(0, 52, 101, 0.1);
}
.btn-base.btn-red-white {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
  color: #ffffff;
}
.btn-base.btn-red-white:before, .btn-base.btn-red-white:after {
  content: "";
  position: absolute;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-base.btn-red-white:before {
  top: 0;
  left: 0;
}
.btn-base.btn-red-white:after {
  bottom: 0;
  left: 0;
}
.btn-base.btn-red-white:hover > * > *:before, .btn-base.btn-red-white:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn-base.btn-red-white:hover > * > * > *:before, .btn-base.btn-red-white:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn-base.btn-red-white > *:before, .btn-base.btn-red-white > *:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-base.btn-red-white > *:before {
  left: 0;
  top: 0;
}
.btn-base.btn-red-white > *:after {
  right: 0;
  top: 0;
}
.btn-base.btn-red-white > * > *:before, .btn-base.btn-red-white > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #00254E;
}
.btn-base.btn-red-white > * > *:before {
  top: 0;
  transform: translate3d(-80%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red-white > * > *:after {
  bottom: 0;
  transform: translate3d(80%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red-white > * > * > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn-base.btn-red-white > * > * > * i.icon {
  margin-left: 20px;
}
.btn-base.btn-red-white > * > * > *:before, .btn-base.btn-red-white > * > * > *:after {
  content: "";
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #00254E;
}
.btn-base.btn-red-white > * > * > *:before {
  left: 0;
  top: 0;
  transform: translate3d(0, -70%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red-white > * > * > *:after {
  right: 0;
  bottom: 0;
  transform: translate3d(0, 70%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-red-white:hover {
  background-color: rgba(0, 52, 101, 0.1);
}
.btn-base.btn-white {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
  color: #ffffff;
}
.btn-base.btn-white:before, .btn-base.btn-white:after {
  content: "";
  position: absolute;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-base.btn-white:before {
  top: 0;
  left: 0;
}
.btn-base.btn-white:after {
  bottom: 0;
  left: 0;
}
.btn-base.btn-white:hover > * > *:before, .btn-base.btn-white:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn-base.btn-white:hover > * > * > *:before, .btn-base.btn-white:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn-base.btn-white > *:before, .btn-base.btn-white > *:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-base.btn-white > *:before {
  left: 0;
  top: 0;
}
.btn-base.btn-white > *:after {
  right: 0;
  top: 0;
}
.btn-base.btn-white > * > *:before, .btn-base.btn-white > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
}
.btn-base.btn-white > * > *:before {
  top: 0;
  transform: translate3d(-80%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-white > * > *:after {
  bottom: 0;
  transform: translate3d(80%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-white > * > * > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn-base.btn-white > * > * > * i.icon {
  margin-left: 20px;
}
.btn-base.btn-white > * > * > *:before, .btn-base.btn-white > * > * > *:after {
  content: "";
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
}
.btn-base.btn-white > * > * > *:before {
  left: 0;
  top: 0;
  transform: translate3d(0, -70%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-white > * > * > *:after {
  right: 0;
  bottom: 0;
  transform: translate3d(0, 70%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-base.btn-white:hover {
  color: #c6b795;
  background-color: rgba(255, 255, 255, 0.1);
}

@font-face {
  font-family: HelveticaNeue;
  src: local(HelveticaNeue-Medium), url("/assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("/assets/fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 60px;
  width: 60px;
}

.carousel-control-next-icon {
  background-image: url("icon/group-201.svg");
}

.carousel-control-prev-icon {
  background-image: url("icon/group-200.svg");
}

.szechenyiContent {
  position: absolute;
  top: 120px;
  right: 50px;
  animation: fadeInRight 1s ease-in-out;
  width: 50vw;
  height: 80vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(60vw);
  background: #ffffff;
  padding: 3rem;
  overflow-y: auto;
  z-index: 61;
}
.szechenyiContent a {
  display: block;
  text-align: right;
  width: 100%;
  cursor: pointer;
  padding-bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .szechenyiContent {
    padding: 1rem;
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
    top: 30px;
    right: 30px;
  }
}
.szechenyiContent:not(.active) {
  display: none;
  transform: translateX(60vw);
  width: 0;
  height: 0;
  opacity: 0;
}
.szechenyiContent.active {
  transform: translateX(0);
  opacity: 1;
}

.mainContainer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 992px) {
  .mainContainer {
    height: 100vh;
  }
}
.mainContainer .mainDetails {
  width: 100%;
  padding: 215px 28px 80px;
}
.mainContainer .mainDetails h1 {
  text-align: left;
  font: normal normal 500 33px/44px Work Sans;
  color: #FEFEFE;
  margin-bottom: 65px;
  letter-spacing: 0.66px;
  overflow-wrap: anywhere;
}
.mainContainer .mainCarousel.owl-carousel {
  width: 100%;
}
.mainContainer .mainCarousel.owl-carousel .owl-stage-outer .reference-item {
  height: 100%;
  width: 100%;
}
.mainContainer .mainCarousel.owl-carousel .owl-stage-outer .reference-item img {
  height: calc(100vh - 100px);
  width: 100%;
  object-fit: cover;
}
.mainContainer .mainCarousel.owl-carousel .owl-nav, .mainContainer .mainCarousel.owl-carousel .owl-dots {
  bottom: -100px;
}
.mainContainer .mainCarousel.owl-carousel .owl-nav {
  left: 0;
}
@media (min-width: 992px) {
  .mainContainer {
    flex-wrap: nowrap;
  }
  .mainContainer .mainDetails {
    height: 100%;
    width: 50%;
    padding-top: 195px;
    padding-left: 110px;
    padding-right: 50px;
  }
  .mainContainer .mainDetails h1 {
    font: normal normal 500 54px/70px Work Sans;
    letter-spacing: 1.08px;
    margin-bottom: 65px;
  }
  .mainContainer .mainCarousel.owl-carousel {
    width: 50%;
  }
  .mainContainer .mainCarousel.owl-carousel .owl-stage-outer .reference-item {
    height: 100%;
    width: 100%;
  }
  .mainContainer .mainCarousel.owl-carousel .owl-stage-outer .reference-item img {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
  }
  .mainContainer .mainCarousel.owl-carousel .owl-nav, .mainContainer .mainCarousel.owl-carousel .owl-dots {
    bottom: 0;
  }
  .mainContainer .mainCarousel.owl-carousel .owl-nav {
    left: -110px;
  }
  .mainContainer .mainCarousel.owl-carousel .owl-dots {
    width: calc(100% - 110px);
    left: 110px;
  }
}

.about .title {
  display: flex;
  padding-right: 18px;
  padding-bottom: 70px;
  padding-left: 18px;
  height: 360px;
  background-color: #ffffff;
  align-items: flex-end;
}
.about .title h1 {
  text-align: left;
  color: #00254E;
  font: normal normal 500 28px/36px Work Sans;
  letter-spacing: 0.56px;
}
.about .aboutTop {
  height: 600px;
  width: 100%;
  position: relative;
}
.about .aboutTop .white, .about .aboutTop .blue {
  height: 50%;
}
.about .aboutTop .white {
  background-color: #ffffff;
}
.about .aboutTop .aboutImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  max-width: 100%;
}
.about .aboutTop .aboutImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about .aboutBody {
  position: relative;
}
.about .aboutBody .aboutPanel {
  position: relative;
  margin-top: -225px;
  padding-bottom: 100px;
}
.about .aboutBody .aboutPanel .aboutTitle {
  width: calc(100% - 55px);
  background-color: #ffffff;
  padding: 40px 18px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}
.about .aboutBody .aboutPanel .aboutTitle hr {
  position: absolute;
  width: calc(100% - 100px);
  bottom: 0;
  margin: 0;
  border-color: #C6B795;
}
.about .aboutBody .aboutPanel .aboutTitle h1 {
  text-align: left;
  font: normal normal 500 24px/36px Work Sans;
  letter-spacing: 0;
  color: #00254E;
}
.about .aboutBody .aboutPanel .aboutText p {
  background-color: #ffffff;
  padding: 50px 18px;
  text-align: left;
  font: normal normal 410 16px/28px Work Sans;
  letter-spacing: 0;
  color: #00254E;
}
@media (min-width: 992px) {
  .about .title {
    padding-right: 110px;
    padding-left: 110px;
    height: 425px;
  }
  .about .title h1 {
    text-align: left;
    font: normal normal 500 48px/60px Work Sans;
    max-width: 650px;
    letter-spacing: 0.96px;
  }
  .about .aboutTop {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .about .aboutTop .white, .about .aboutTop .blue {
    height: 50%;
  }
  .about .aboutTop .white {
    background-color: #ffffff;
  }
  .about .aboutTop .aboutImage {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    max-width: calc(100% - 210px);
  }
  .about .aboutTop .aboutImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .about .aboutBody {
    position: relative;
  }
  .about .aboutBody .aboutPanel {
    position: relative;
    max-width: 770px;
    margin-top: -225px;
    margin-left: 110px;
    padding-bottom: 200px;
  }
  .about .aboutBody .aboutPanel .aboutTitle {
    width: 50%;
    height: 225px;
    background-color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
  }
  .about .aboutBody .aboutPanel .aboutTitle hr {
    position: absolute;
    width: calc(100% - 100px);
    bottom: 0;
    margin: 0;
    border-color: #C6B795;
  }
  .about .aboutBody .aboutPanel .aboutTitle h1 {
    text-align: left;
    font: normal normal 500 24px/36px Work Sans;
    letter-spacing: 0;
    color: #00254E;
  }
  .about .aboutBody .aboutPanel .aboutText p {
    background-color: #ffffff;
    padding: 50px;
    text-align: left;
    font: normal normal 410 16px/28px Work Sans;
    letter-spacing: 0;
    color: #00254E;
  }
}

.services {
  padding-right: 18px;
  padding-bottom: 110px;
  padding-left: 18px;
  background-color: #003465;
}
.services h7.sectionHeading {
  color: #FEFEFE;
  margin-bottom: 58px;
}
.services .servicesContainer {
  display: grid;
  grid-template-columns: calc(100vw - 124px);
  gap: 0 65px;
}
.services .servicesContainer > img, .services .servicesContainer > h2, .services .servicesContainer > p {
  display: none;
}
.services .servicesContainer .serviceContainer {
  display: block;
}
.services .servicesContainer .serviceContainer img {
  height: calc((100vw - 124px) * 0.625);
  width: 100%;
  object-fit: cover;
  margin-bottom: 36px;
}
.services .servicesContainer .serviceContainer h2 {
  text-align: left;
  font: normal normal medium 32px/60px Work Sans;
  letter-spacing: 0.64px;
  color: #c6b795;
  margin-bottom: 35px;
}
.services .servicesContainer .serviceContainer p {
  text-align: left;
  font: normal normal normal 16px/24px Work Sans;
  letter-spacing: 0;
  color: #FEFEFE;
}
@media (min-width: 1200px) {
  .services .servicesContainer {
    grid-template-columns: calc((100vw - 480px) / 3) calc((100vw - 480px) / 3) calc((100vw - 480px) / 3);
  }
  .services .servicesContainer .serviceContainer {
    display: none;
  }
  .services .servicesContainer img {
    height: calc((100vw - 480px) / 3 * 0.625);
    width: 100%;
    object-fit: cover;
    margin-bottom: 36px;
    display: block;
  }
  .services .servicesContainer h2 {
    text-align: left;
    font: normal normal medium 32px/60px Work Sans;
    letter-spacing: 0.64px;
    color: #c6b795;
    margin-bottom: 35px;
    display: block;
  }
  .services .servicesContainer p {
    text-align: left;
    font: normal normal normal 16px/24px Work Sans;
    letter-spacing: 0;
    color: #FEFEFE;
    display: block;
  }
}
@media (min-width: 992px) {
  .services {
    padding-right: 110px;
    padding-left: 110px;
  }
}

.references {
  background-color: #ffffff;
  padding: 180px 18px 220px;
}
.references .titleContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 95px;
}
.references .titleContainer .rightTitle a {
  text-align: right;
  font: normal normal 600 16px Work Sans;
  letter-spacing: 1.6px;
  color: #00254E;
  text-transform: uppercase;
  transition: color 0.5s ease-in-out;
}
.references .titleContainer .rightTitle a:hover {
  color: #c6b795;
}
@media (max-width: 992px) {
  .references .titleContainer {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .references .titleContainer .rightTitle {
    text-align: left;
  }
}
.references .owl-carousel .reference-item, .references .carousel .reference-item {
  min-height: 360px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.references .owl-carousel .reference-item .reference-text-container, .references .carousel .reference-item .reference-text-container {
  position: absolute;
  bottom: 0;
  padding: 40px;
  transition: all 0.5s ease-in-out;
}
.references .owl-carousel .reference-item .reference-text-container h2, .references .carousel .reference-item .reference-text-container h2 {
  text-align: left;
  font: normal normal 500 32px/32px Work Sans;
  letter-spacing: 0.64px;
  color: #FEFEFE;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.references .owl-carousel .reference-item .reference-text-container hr, .references .carousel .reference-item .reference-text-container hr {
  display: none;
  transition: all 0.5s ease-in-out;
}
.references .owl-carousel .reference-item .reference-text-container span, .references .carousel .reference-item .reference-text-container span {
  display: none;
  transition: all 0.5s ease-in-out;
}
.references .owl-carousel .reference-item .reference-text-container p, .references .carousel .reference-item .reference-text-container p {
  display: none;
  transition: all 0.5s ease-in-out;
}
.references .owl-carousel .reference-item:hover .reference-text-container h2, .references .carousel .reference-item:hover .reference-text-container h2 {
  color: #c6b795;
}
.references .owl-carousel .reference-item:hover .reference-text-container hr, .references .carousel .reference-item:hover .reference-text-container hr {
  background: #FEFEFE 0 0% no-repeat padding-box;
  height: 1px;
  opacity: 0.4;
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}
.references .owl-carousel .reference-item:hover .reference-text-container span, .references .carousel .reference-item:hover .reference-text-container span {
  font: normal normal bold 14px/14px Work Sans;
  letter-spacing: 2.8px;
  color: #FEFEFE;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.references .owl-carousel .reference-item:hover .reference-text-container span i, .references .carousel .reference-item:hover .reference-text-container span i {
  color: #FEFEFE;
  font-size: 23px;
  margin-right: 15px;
}
.references .owl-carousel .reference-item:hover .reference-text-container p, .references .carousel .reference-item:hover .reference-text-container p {
  text-align: left;
  font: normal normal normal 16px/24px Work Sans;
  letter-spacing: 0;
  color: #FEFEFE;
  opacity: 1;
  display: block;
}
@media (max-width: 992px) {
  .references .owl-carousel .reference-item .reference-text-container, .references .carousel .reference-item .reference-text-container {
    padding: 10px;
  }
  .references .owl-carousel .reference-item .reference-text-container h2, .references .carousel .reference-item .reference-text-container h2 {
    font-size: 25px;
    line-height: 27px;
    color: #c6b795;
  }
  .references .owl-carousel .reference-item .reference-text-container hr, .references .carousel .reference-item .reference-text-container hr {
    background: #FEFEFE 0 0% no-repeat padding-box;
    height: 1px;
    opacity: 0.4;
    margin-top: 14px;
    margin-bottom: 14px;
    display: block;
  }
  .references .owl-carousel .reference-item .reference-text-container span, .references .carousel .reference-item .reference-text-container span {
    font: normal normal bold 12px/12px Work Sans;
    letter-spacing: 2px;
    color: #FEFEFE;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .references .owl-carousel .reference-item .reference-text-container span i, .references .carousel .reference-item .reference-text-container span i {
    color: #FEFEFE;
    font-size: 18px;
    margin-right: 10px;
  }
  .references .owl-carousel .reference-item .reference-text-container p, .references .carousel .reference-item .reference-text-container p {
    text-align: left;
    font: normal normal normal 14px/20px Work Sans;
    letter-spacing: 0;
    color: #FEFEFE;
    opacity: 1;
    display: block;
  }
}
@media (min-width: 992px) {
  .references {
    padding: 180px 110px 220px;
  }
}

.partners {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .partners {
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 220px;
  }
}
.partners .imgContainer {
  display: grid;
  grid-template-columns: auto;
  gap: 45px 130px;
}
@media (min-width: 768px) {
  .partners .imgContainer {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 60px;
  }
  .partners .imgContainer .imgDiv:last-child {
    grid-column: 1/span 3;
  }
  .partners .imgContainer img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .partners .imgContainer {
    grid-template-columns: repeat(24, 1fr);
    gap: 60px 130px;
    row-gap: 60px;
    column-gap: 0;
  }
  .partners .imgContainer .imgDiv:last-child {
    grid-column: unset;
  }
  .partners .imgContainer .imgDiv:nth-child(-1n+4) {
    grid-column: span 5;
  }
  .partners .imgContainer .imgDiv:nth-last-child(5) {
    grid-column: span 3;
  }
  .partners .imgContainer .imgDiv:nth-last-child(4) {
    grid-row-start: 2;
    grid-column: 1/span 6;
  }
  .partners .imgContainer .imgDiv:nth-last-child(3) {
    grid-row-start: 2;
    grid-column: 6/span 6;
  }
  .partners .imgContainer .imgDiv:nth-last-child(2) {
    grid-row-start: 2;
    grid-column: 12/span 6;
  }
  .partners .imgContainer .imgDiv:nth-last-child(1) {
    grid-row-start: 2;
    grid-column: 16/span 6;
  }
}
.partners .imgContainer .imgDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #a5a4a4;
  transition: all 0.5s ease-in-out;
  font-size: 110px;
  min-height: 80px;
}
.partners .imgContainer .imgDiv:hover {
  color: #c6b795;
}
.partners .imgContainer .imgDiv:hover img:not(.hover) {
  opacity: 0;
  overflow: hidden;
}
.partners .imgContainer .imgDiv:hover img.hover {
  opacity: 1;
  height: auto;
  width: 100%;
}
.partners .imgContainer .imgDiv img {
  width: auto;
  max-height: 80px;
  max-width: 180px;
  object-fit: contain;
  transition: opacity 0.5s ease-out;
  position: absolute;
  height: 100%;
}
@media (max-width: 768px) {
  .partners .imgContainer .imgDiv img {
    max-height: 110px;
  }
}
.partners .imgContainer .imgDiv img:not(.hover) {
  opacity: 1;
  height: auto;
  width: 100%;
}
.partners .imgContainer .imgDiv img.hover {
  opacity: 0;
  overflow: hidden;
}

@font-face {
  font-family: HelveticaNeue;
  src: local(HelveticaNeue-Medium), url("/assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("/assets/fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 60px;
  width: 60px;
}

.carousel-control-next-icon {
  background-image: url("icon/group-201.svg");
}

.carousel-control-prev-icon {
  background-image: url("icon/group-200.svg");
}

.menu {
  position: relative;
  z-index: 61;
}
.menu .menuBar, .menu .menuContent {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
}
.menu .menuBar {
  width: 88px;
  background: #00254E;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (min-width: 992px) {
  .menu .menuBar {
    width: 130px;
  }
}
.menu .menuBar .logoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.menu .menuBar .logoContainer a {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.menu .menuBar .logoContainer a:hover {
  color: #c6b795;
}
.menu .menuBar .logoContainer a .icon-logo {
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .menu .menuBar .logoContainer a .icon-logo {
    font-size: 60px;
  }
}
.menu .menuBar .menuOpen, .menu .menuBar .lang {
  flex-basis: 100%;
  cursor: pointer;
}
.menu .menuBar .menuOpenContainer {
  height: 40px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  cursor: pointer;
}
.menu .menuBar .menuOpenContainer .menuOpen {
  display: block;
  background: transparent;
  z-index: 10;
}
.menu .menuBar .menuOpenContainer .menuOpen:focus {
  outline: none;
}
.menu .menuBar .menuOpenContainer .menuOpen:hover span {
  background: #FEFEFE;
}
.menu .menuBar .menuOpenContainer .menuOpen:hover span:before, .menu .menuBar .menuOpenContainer .menuOpen:hover span:after {
  background: #FEFEFE;
}
.menu .menuBar .menuOpenContainer .menuOpen span {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #FEFEFE;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.menu .menuBar .menuOpenContainer .menuOpen span:before, .menu .menuBar .menuOpenContainer .menuOpen span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  content: "";
}
.menu .menuBar .menuOpenContainer .menuOpen span:before {
  top: -10px;
}
.menu .menuBar .menuOpenContainer .menuOpen span:after {
  bottom: -10px;
}
.menuIn .menu .menuBar .menuOpenContainer .menuOpen:hover span:before, .menuIn .menu .menuBar .menuOpenContainer .menuOpen:hover span:after {
  background: #FEFEFE;
}
.menuIn .menu .menuBar .menuOpenContainer .menuOpen span {
  background: transparent !important;
}
.menuIn .menu .menuBar .menuOpenContainer .menuOpen span:before {
  top: 0;
  transform: rotate(45deg);
  background: #FEFEFE;
}
.menuIn .menu .menuBar .menuOpenContainer .menuOpen span:after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #FEFEFE;
}
.menu .menuBar .lang {
  text-align: center;
  font: normal normal bold 14px/16px Work Sans;
  letter-spacing: 0.28px;
  color: rgba(254, 254, 254, 0.5);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  transition: all 0.5s ease-in-out;
}
.menu .menuBar .lang.active {
  color: #c6b795;
}
.menu .menuBar .lang:hover {
  text-decoration: underline;
  color: #FEFEFE;
}
.menu .menuContent {
  background: linear-gradient(rgba(0, 52, 101, 0.9), rgba(0, 52, 101, 0.9)), url(/assets/img/menu-bg.jpg);
  background-size: cover;
  width: calc(100vw - 88px);
  left: 88px;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 20px;
  display: none;
  opacity: 0;
  transition: opacity 4s;
}
@media (min-width: 992px) {
  .menu .menuContent {
    width: calc(100vw - 130px);
    left: 130px;
    padding-left: 109px;
  }
}
.menuIn .menu .menuContent {
  display: flex;
  opacity: 1;
}
.menu .menuContent .menuItem {
  cursor: pointer;
  flex-basis: 100%;
}
.menu .menuContent .menuItem .num, .menu .menuContent .menuItem .text {
  transition: all 0.5s ease-in-out;
  text-align: left;
  color: rgba(254, 254, 254, 0.5);
}
.menu .menuContent .menuItem .num {
  font: normal normal bold 14px/60px Work Sans;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .menu .menuContent .menuItem .num {
    margin-right: 55px;
  }
}
.menu .menuContent .menuItem .text {
  font: normal normal 500 28px/60px Work Sans;
  letter-spacing: 0.56px;
  color: #FEFEFE;
}
@media (min-width: 992px) {
  .menu .menuContent .menuItem .text {
    font: normal normal 500 48px/60px Work Sans;
    letter-spacing: 0.96px;
  }
}
.menu .menuContent .menuItem:hover {
  text-decoration: unset;
}
.menu .menuContent .menuItem:hover .num {
  color: #fefefe;
}
.menu .menuContent .menuItem:hover .text {
  color: #c6b795;
}

@font-face {
  font-family: HelveticaNeue;
  src: local(HelveticaNeue-Medium), url("/assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("/assets/fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 60px;
  width: 60px;
}

.carousel-control-next-icon {
  background-image: url("icon/group-201.svg");
}

.carousel-control-prev-icon {
  background-image: url("icon/group-200.svg");
}

.content .content-top {
  height: 380px;
  width: 100%;
  background-color: #003465;
  position: relative;
}
.content .content-top .content-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 480px;
  max-width: calc(100% - 210px);
}
.content .content-top .content-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .content-body {
  position: relative;
}
.content .content-body .content-panel {
  position: relative;
  max-width: 760px;
  margin-top: -125px;
  margin-left: 110px;
  margin-bottom: 248px;
}
.content .content-body .content-panel .content-title {
  width: 540px;
  height: 225px;
  background-color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}
.content .content-body .content-panel .content-title hr {
  position: absolute;
  width: calc(100% - 100px);
  bottom: 0;
  margin: 0;
  border-color: #c6b795;
}
.content .content-body .content-panel .content-title p, .content .content-body .content-panel .content-title h1, .content .content-body .content-panel .content-title a {
  flex-basis: 100%;
  margin: 0;
}
.content .content-body .content-panel .content-title p, .content .content-body .content-panel .content-title a {
  text-align: left;
  font: normal normal bold 12px/60px Work Sans;
  letter-spacing: 2.4px;
  color: #00254E;
  text-transform: uppercase;
}
.content .content-body .content-panel .content-title h1 {
  text-align: left;
  font: normal normal 500 48px/36px Work Sans;
  letter-spacing: 0;
  color: #00254E;
  text-transform: capitalize;
}
.content .content-body .content-panel .content-text {
  background-color: #ffffff;
  padding: 50px;
}
@media (max-width: 992px) {
  .content .content-top {
    height: 240px;
    width: 100%;
  }
  .content .content-top .content-image {
    height: 240px;
    max-width: 100%;
  }
  .content .content-body .content-panel {
    position: relative;
    max-width: 100%;
    margin-top: -155px;
    margin-left: 0;
    margin-bottom: 100px;
  }
  .content .content-body .content-panel .content-title {
    width: calc(100% - 55px);
    height: auto;
    padding: 50px 18px;
  }
  .content .content-body .content-panel .content-title hr {
    width: calc(100% - 36px);
  }
  .content .content-body .content-panel .content-title p, .content .content-body .content-panel .content-title a {
    text-align: left;
    font: normal normal bold 14px/28px Work Sans;
    letter-spacing: 0;
  }
  .content .content-body .content-panel .content-title h1 {
    font: normal normal 500 20px/26px Work Sans;
  }
  .content .content-body .content-panel .content-text {
    padding: 50px 18px;
  }
}

@font-face {
  font-family: HelveticaNeue;
  src: local(HelveticaNeue-Medium), url("/assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("/assets/fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 60px;
  width: 60px;
}

.carousel-control-next-icon {
  background-image: url("icon/group-201.svg");
}

.carousel-control-prev-icon {
  background-image: url("icon/group-200.svg");
}

.contact {
  display: flex;
}
.contact .contact-info {
  flex-basis: 55%;
}
.contact .contact-image {
  flex-basis: 45%;
}
.contact .contact-info {
  padding: 70px 110px;
  background-color: #ffffff;
}
.contact .contact-info .contact-info-title {
  text-align: left;
  font: normal normal 500 48px/60px Work Sans;
  letter-spacing: 0.96px;
  color: #00254E;
}
.contact .contact-info .contact-info-text {
  text-align: left;
  font: normal normal 500 32px/60px Work Sans;
  letter-spacing: 0.64px;
  color: #c6b795;
}
.contact .contact-image {
  position: relative;
}
.contact .contact-image img {
  width: 100%;
  height: calc(100% + 50px);
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
@media (max-width: 992px) {
  .contact {
    flex-wrap: wrap-reverse;
  }
  .contact .contact-info {
    flex-basis: 100%;
  }
  .contact .contact-image {
    flex-basis: 100%;
  }
  .contact .contact-info {
    padding: 70px 18px;
  }
  .contact .contact-info .contact-info-title {
    font: normal normal 500 28px/36px Work Sans;
    letter-spacing: 0.56px;
  }
  .contact .contact-info .contact-info-text {
    font: normal normal 500 20px/60px Work Sans;
    letter-spacing: 0.4px;
  }
  .contact .contact-image {
    position: unset;
    background-color: #ffffff;
  }
  .contact .contact-image img {
    position: unset;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@font-face {
  font-family: HelveticaNeue;
  src: local(HelveticaNeue-Medium), url("/assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("/assets/fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 60px;
  width: 60px;
}

.carousel-control-next-icon {
  background-image: url("icon/group-201.svg");
}

.carousel-control-prev-icon {
  background-image: url("icon/group-200.svg");
}

.footer {
  width: 100%;
  height: 140px;
  background: #e6e6e6;
  display: flex;
  align-items: center;
}
.footer .copy-right, .footer .link {
  padding-left: 110px;
  padding-right: 110px;
  flex-basis: 50%;
  transition: color 0.5s ease-in-out;
}
.footer .copy-right:hover, .footer .link:hover {
  color: #c6b795;
}
.footer .copy-right {
  text-align: left;
  font: normal normal 500 14px/18px Montserrat;
  letter-spacing: 0.56px;
  color: #a5a4a4;
}
.footer .link {
  text-align: right;
  font: normal normal 600 16px/19px Work Sans;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #003465;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .footer {
    flex-wrap: wrap;
  }
  .footer .copy-right, .footer .link {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100%;
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.main {
  width: calc(100% - 88px);
  margin-left: 88px;
  background-color: #e6e6e6;
}
@media (min-width: 992px) {
  .main {
    width: calc(100% - 130px);
    margin-left: 130px;
  }
}
.main.index {
  background-color: #003465;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
}
a:hover {
  text-decoration: none !important;
}

p {
  text-align: left;
  font: normal normal normal 16px/28px Work Sans;
  letter-spacing: 0;
  color: #00254E;
}
p.medium {
  font-weight: 500;
}

h5 {
  text-align: left;
  font: normal normal bold 20px/28px Work Sans;
  letter-spacing: 0;
  color: #00254E;
}

ul {
  padding-inline-start: 0;
  list-style-type: none;
}
ul li {
  font: normal normal bold 14px/60px Work Sans;
  letter-spacing: 2.8px;
  color: #00254E;
  text-transform: uppercase;
}
ul li::before {
  content: "▪";
  color: #c6b795;
  display: inline-block;
  width: 1em;
  font-size: 2rem;
}

h1.sectionHeading {
  text-align: left;
  font: normal normal 500 48px Work Sans;
  letter-spacing: 0.96px;
  color: #00254E;
}

h7.sectionHeading {
  text-align: left;
  font: normal normal bold 14px/16px Work Sans;
  letter-spacing: 2.8px;
  color: #00254E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}
h7.sectionHeading::before {
  content: "▪";
  color: #c6b795;
  display: inline-block;
  width: 1em;
  font-size: 2rem;
}

.owl-carousel .owl-nav, .owl-carousel .owl-dots {
  height: 100px;
  position: absolute;
  bottom: -150px;
}
.owl-carousel .owl-dots {
  display: none;
}
.owl-carousel .owl-nav button {
  color: #ffffff !important;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-nav button:hover {
  color: #c6b795 !important;
}
.owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:visited, .owl-carousel .owl-nav button:active {
  outline: none;
  border: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background-color: #00254E;
  height: 100px;
  width: 110px;
  font-size: 20px;
}
.owl-carousel .owl-nav button.owl-prev::after {
  content: " " !important;
  height: 40px !important;
  width: 1px !important;
  opacity: 0.2 !important;
  background-color: #FEFEFE !important;
  position: absolute !important;
  right: 110px !important;
  bottom: 30px !important;
}
@media (min-width: 992px) {
  .owl-carousel .owl-dots {
    height: 100px;
    left: 220px;
    width: 320px;
    padding: 48px 70px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-carousel .owl-dots .owl-dot {
    height: 4px;
    width: 60px;
    background: #FEFEFE;
  }
  .owl-carousel .owl-dots .owl-dot:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .owl-carousel .owl-dots .owl-dot:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .owl-carousel .owl-dots .owl-dot.active {
    background: #c6b795;
    border-radius: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
