/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v40-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v40-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.text-images-module .img-container {
  position: relative;
  width: 55%;
  height: 100%;
  min-width: 300px;
  max-height: 400px;
}
@media screen and (max-width: 1399px) {
  .text-images-module .img-container {
    min-width: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .text-images-module .img-container {
    min-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .text-images-module .img-container {
    min-width: 255px;
    max-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .text-images-module .img-container {
    min-width: 0px;
    max-height: 250px;
    height: 250px;
    width: 90%;
    margin-bottom: 2rem;
  }
}
.text-images-module .img-container .img-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-images-module .img-container .img-2 {
  position: absolute;
  width: 60%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  border: solid 1px white;
  right: 0;
  top: 6%;
  transform: translateX(70%);
}
@media screen and (max-width: 1699px) {
  .text-images-module .img-container .img-2 {
    width: 40%;
    transform: translateX(38%);
  }
}
.text-images-module h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .text-images-module h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .text-images-module h2 {
    font-size: 1.3rem;
  }
}

.text-image-icon-module .img-container {
  position: relative;
  width: 55%;
  height: 100%;
  min-width: 300px;
  max-height: 400px;
}
@media screen and (max-width: 1399px) {
  .text-image-icon-module .img-container {
    min-width: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .text-image-icon-module .img-container {
    min-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .text-image-icon-module .img-container {
    min-width: 255px;
    max-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .text-image-icon-module .img-container {
    min-width: 0px;
    max-height: 250px;
    height: 250px;
    width: 90%;
    margin-bottom: 2rem;
  }
}
.text-image-icon-module .img-container .img-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-icon-module .img-container .img-2 {
  position: absolute;
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  border: solid 1px white;
  right: 0;
  top: 6%;
  transform: translateX(70%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: -5px 3px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1699px) {
  .text-image-icon-module .img-container .img-2 {
    width: 40%;
    transform: translateX(38%);
  }
}
.text-image-icon-module h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .text-image-icon-module h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .text-image-icon-module h2 {
    font-size: 1.3rem;
  }
}

.data-module {
  margin-bottom: 6rem;
}
.data-module .banner {
  background-color: #013A41;
  color: white;
}
@media screen and (max-width: 575px) {
  .data-module .banner h2 {
    font-size: 1.3rem;
  }
}
.data-module .data-banner {
  background-color: #DDD61F;
  color: #013A41;
  opacity: 0.95;
  width: 88%;
  margin: auto;
  text-align: center;
  padding: 2.5rem 7rem;
  transform: translateY(40%);
}
@media screen and (max-width: 1400px) {
  .data-module .data-banner {
    padding: 2.5rem 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .data-module .data-banner {
    padding: 1.5rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .data-module .data-banner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .data-module .data-banner {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .data-module .data-banner {
    transform: translateY(20%);
  }
}
.data-module .data-banner .data {
  width: 30%;
}
@media screen and (max-width: 575px) {
  .data-module .data-banner .data {
    width: 100%;
  }
}
.data-module .data-banner .number {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .data-module .data-banner .number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .data-module .data-banner .number {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .data-module .data-banner .number {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .data-module .data-banner .number {
    font-size: 1.2rem;
  }
}
.data-module .data-banner .label {
  font-size: 1.1rem;
}
@media screen and (max-width: 991px) {
  .data-module .data-banner .label {
    font-size: 1rem;
  }
}

.video-module .video-container {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 575px) {
  .video-module .video-container {
    aspect-ratio: 3/2;
  }
}

.textboxes-module h2 {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .textboxes-module h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 575px) {
  .textboxes-module h2 {
    font-size: 1.4rem;
  }
}
.textboxes-module .intro {
  text-align: left;
  margin-top: 1rem;
}
.textboxes-module .boxes-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .textboxes-module .boxes-row {
    flex-direction: column;
  }
}
.textboxes-module .boxes-row .box-container {
  flex: 1;
}
.textboxes-module .boxes-row .box-container.has-link {
  display: flex;
  flex-direction: column;
}
.textboxes-module .boxes-row .box-container .box {
  background-color: #00444D;
  color: white;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  padding-bottom: 3.5rem;
  border-bottom: solid 10px #008080;
}
@media screen and (max-width: 575px) {
  .textboxes-module .boxes-row .box-container .box {
    padding: 1.4rem;
  }
}
.textboxes-module .boxes-row .box-container .box .icon {
  background-color: #DDD61F;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
.textboxes-module .boxes-row .box-container .box .icon img {
  width: 65%;
}
.textboxes-module .boxes-row .box-container .box h3 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .textboxes-module .boxes-row .box-container .box h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .textboxes-module .boxes-row .box-container .box h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.textboxes-module .boxes-row .box-container .box p {
  font-weight: 200;
  line-height: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .textboxes-module .boxes-row .box-container .box p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.textboxes-module .boxes-row .box-container .box ul {
  font-weight: 200;
}
.textboxes-module .boxes-row .box-container .box strong {
  font-weight: bold;
}
.textboxes-module .boxes-row .box-container a:hover {
  text-decoration: none;
}
.textboxes-module .boxes-row .box-container button {
  background-color: #DDD61F;
  color: white;
  display: block;
  margin: 2rem auto;
  transition: 0.2s;
}
.textboxes-module .boxes-row .box-container button:hover {
  opacity: 0.8;
}

.banner-module {
  padding: 4rem 0;
}
.banner-module h3 {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .banner-module h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .banner-module h3 {
    font-size: 1.3rem;
  }
}
.banner-module img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .banner-module img {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .banner-module img {
    height: 3rem;
    max-width: 10rem;
    object-fit: contain;
    margin-bottom: 1rem;
  }
}
.banner-module .banner {
  background-color: #008080;
  color: white;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}

.text-module {
  padding: 2.5rem 0;
}
@media screen and (max-width: 575px) {
  .text-module {
    padding: 1.5rem 0;
  }
}
.text-module h2 {
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
}
.text-module h2:first-child {
  padding-top: 0;
}
@media screen and (max-width: 575px) {
  .text-module h2 {
    margin-bottom: 1.2rem;
  }
}
.text-module h3 {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.7rem 0;
}
@media screen and (max-width: 575px) {
  .text-module h3 {
    font-size: 1.3rem;
  }
}
.text-module h4 {
  font-size: 1.3rem;
  padding: 0.4rem 0;
}
@media screen and (max-width: 575px) {
  .text-module h4 {
    font-size: 1.1rem;
  }
}
.text-module p,
.text-module ul {
  font-weight: 200;
}
.text-module p strong,
.text-module ul strong {
  font-weight: 600;
}
.text-module a {
  font-weight: 400;
  text-decoration: underline;
  color: inherit;
}
.text-module img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 4rem auto;
  aspect-ratio: auto !important;
  height: auto;
}
.text-module figure.image-style-align-center {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

.advantages-module {
  padding: 2rem 0;
}
.advantages-module .banner-blue {
  background-color: #013A41;
  color: white;
  padding-top: 3.5rem;
  padding-bottom: 12rem;
}
.advantages-module .banner-yellow {
  background-color: rgba(221, 214, 31, 0.95);
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  padding: 2rem 3rem;
  margin-top: -11rem;
}
@media screen and (max-width: 1400px) {
  .advantages-module .banner-yellow {
    gap: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .advantages-module .banner-yellow {
    flex-wrap: wrap;
    gap: 0;
  }
}
.advantages-module .banner-yellow h3 {
  font-weight: 600;
  margin: 0.7rem 0;
}
@media screen and (max-width: 1400px) {
  .advantages-module .banner-yellow h3 {
    font-size: 1.5rem;
  }
}
.advantages-module .banner-yellow p {
  font-weight: 500;
}
.advantages-module .banner-yellow img {
  height: 4.3rem;
}
.advantages-module .banner-yellow .box {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .advantages-module .banner-yellow .box {
    width: 47%;
    margin-bottom: 3rem;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .advantages-module .banner-yellow .box {
    width: 100%;
  }
}

.process-module {
  padding: 4rem 0;
}
.process-module .process {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}
.process-module .process .process-step {
  width: 20%;
  display: flex;
  position: relative;
  z-index: 50;
  margin-top: 1rem;
}
.process-module .process .process-step.low-number {
  flex: 1;
}
.process-module .process .process-step.high-number {
  width: 33%;
}
@media screen and (max-width: 1250px) {
  .process-module .process .process-step {
    width: 33%;
  }
}
@media screen and (max-width: 991px) {
  .process-module .process .process-step {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .process-module .process .process-step {
    width: 100%;
  }
}
.process-module .process .process-step .number-container {
  height: 100%;
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 3.1rem;
  gap: 4px;
}
@media screen and (max-width: 575px) {
  .process-module .process .process-step .number-container {
    width: 2.8rem;
  }
}
.process-module .process .process-step .number-container .number {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background-color: #013A41;
  position: relative;
  z-index: 50;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .process-module .process .process-step .number-container .number {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.5rem;
  }
}
.process-module .process .process-step .number-container .number.primary {
  background-color: #013A41;
}
.process-module .process .process-step .number-container .number.secondary {
  background-color: #008080;
}
.process-module .process .process-step .number-container .line {
  border-right: dashed 3px #CCCCCC;
  position: relative;
  z-index: 30;
  flex: 1;
}
.process-module .process .process-step .number-container .dot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  background-color: #013A41;
  z-index: 40;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .process-module .process .process-step .number-container .dot {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.process-module .process .process-step .number-container .dot.primary {
  background-color: #013A41;
}
.process-module .process .process-step .number-container .dot.secondary {
  background-color: #008080;
}
.process-module .process .process-step:nth-child(odd) .number-container .number, .process-module .process .process-step:nth-child(odd) .number-container .dot {
  background-color: #008080;
}
.process-module .process .process-step:first-child .number-container .number, .process-module .process .process-step:first-child .number-container .dot {
  background-color: #DDD61F;
}
.process-module .process .bottom-line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #CCCCCC;
  left: 0;
  bottom: 0.9rem;
  margin-left: 2.2rem;
}
@media screen and (max-width: 1250px) {
  .process-module .process .bottom-line {
    display: none;
  }
}
.process-module .process img {
  display: block;
  margin: auto;
  margin-top: 0.8rem;
  max-height: 50px;
}
.process-module .process h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}
.process-module .process p {
  margin-bottom: 2rem;
}
.process-module .process .img-wrapper {
  height: 60px;
}

.textbanner-module {
  padding: 2rem 0;
}
.textbanner-module .textbanner {
  position: relative;
  color: white;
  padding: 3.5rem 0;
}
.textbanner-module .textbanner .text {
  position: relative;
  z-index: 40;
}
.textbanner-module .textbanner .bg-left,
.textbanner-module .textbanner .bg-right {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 30;
}
.textbanner-module .textbanner .bg-left {
  background-color: #013A41;
  left: 0;
  width: 36%;
}
@media screen and (max-width: 767px) {
  .textbanner-module .textbanner .bg-left {
    width: 0%;
  }
}
.textbanner-module .textbanner .bg-right {
  background-color: #008080;
  right: 0;
  width: 64%;
}
@media screen and (max-width: 767px) {
  .textbanner-module .textbanner .bg-right {
    width: 100%;
  }
}
.textbanner-module .textbanner p, .textbanner-module .textbanner ul {
  font-weight: 200;
}
@media screen and (max-width: 575px) {
  .textbanner-module .textbanner h3 {
    font-size: 1.4rem;
  }
}

.contact-module {
  padding: 4rem 0;
}
.contact-module h3 {
  font-weight: 700;
}
.contact-module .contact-data {
  font-weight: 700;
  font-size: 1.15rem;
  background-color: #EBEBEB;
}
.contact-module .contact-data h3 {
  margin-bottom: 3rem;
}
.contact-module .contact-data a {
  color: inherit;
}
.contact-module .contact-data .contact-row {
  margin-bottom: 2.5rem;
}
.contact-module .contact-data .contact-data-inner {
  padding: 2.5rem;
}
.contact-module .contact-data .img-container {
  width: 40px;
  margin-right: 1rem;
}
.contact-module .contact-data .img-container img {
  display: block;
  margin: auto;
}
.contact-module .contact-data .divider-container {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-left: 2.5rem;
}
.contact-module .contact-data .divider-container .divider {
  width: 100%;
  height: 6px;
  background-color: #008080;
}
.contact-module .contact-data .social-links .icon {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #008080;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-module .contact-data .social-links .icon img {
  width: 60%;
}
.contact-module .contact-form-wrapper {
  padding: 2.5rem;
}
@media screen and (max-width: 575px) {
  .contact-module .contact-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-module .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin-top: 1.5rem;
}
.contact-module .form-row .form-group {
  width: 49%;
}
@media screen and (max-width: 575px) {
  .contact-module .form-row .form-group {
    width: 100%;
  }
}
.contact-module label {
  color: #707070;
  margin-bottom: 0.4rem;
}
.contact-module input, .contact-module textarea {
  border: none;
  border-radius: 0px;
  background-color: #ECECEC;
}
.contact-module textarea {
  height: 160px;
}
.contact-module button[type=submit] {
  background-color: #DDD61F;
  width: 100%;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.6rem;
  transition: 0.3s;
  margin-top: 0.5rem;
}
.contact-module button[type=submit]:hover {
  opacity: 0.85;
}

.solutions-module {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .solutions-module h2 {
    margin-bottom: 1.2rem;
  }
}
.solutions-module a {
  color: #013A41;
}
.solutions-module a:hover {
  text-decoration: none;
}
.solutions-module .solution {
  margin-bottom: 4rem;
  border-radius: 20px;
  transition: box-shadow 0.3s;
}
.solutions-module .solution:hover {
  box-shadow: -5px 3px 20px rgba(0, 0, 0, 0.09);
}
.solutions-module .solution img {
  height: 4rem;
  margin-bottom: 1.5rem;
}
.solutions-module .solution h4 {
  font-weight: 600;
  word-wrap: anywhere;
  hyphens: auto;
}
@media screen and (max-width: 1400px) {
  .solutions-module .solution h4 {
    font-size: 1.3rem;
  }
}
.solutions-module .solution p {
  font-weight: 200;
}

.blog-overview-module {
  padding: 5rem 0;
}
.blog-overview-module .blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5%;
}
@media screen and (max-width: 1199px) {
  .blog-overview-module .blog-row {
    gap: 4%;
  }
}
.blog-overview-module .blog-row .article-preview {
  width: 30.33%;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .blog-overview-module .blog-row .article-preview {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .blog-overview-module .blog-row .article-preview {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.blog-overview-module .blog-row .article-preview .article-teaser {
  min-height: 155px;
}
.blog-overview-module .blog-row .article-preview h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #013A41;
}
@media screen and (max-width: 575px) {
  .blog-overview-module .blog-row .article-preview h3 {
    font-size: 1.15rem;
  }
}
.blog-overview-module .blog-row .article-preview p {
  font-weight: 200;
}
.blog-overview-module .blog-row .article-preview img {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 1rem;
  object-fit: cover;
}
.blog-overview-module .blog-row .article-preview a:hover {
  text-decoration: none;
  color: inherit;
}
.blog-overview-module .blog-row .article-preview button {
  color: white;
  background-color: #DDD61F;
  font-weight: 700;
  margin: auto;
  display: block;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  text-decoration: none;
}

.latest-news-module {
  padding: 4rem 0;
}
.latest-news-module .boxes-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .latest-news-module .boxes-row {
    flex-direction: column;
  }
}
.latest-news-module .boxes-row .box-container {
  flex: 1;
}
.latest-news-module .boxes-row .box-container.has-link {
  display: flex;
  flex-direction: column;
}
.latest-news-module .boxes-row .box-container .box {
  background-color: #00444D;
  color: white;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  padding-bottom: 3.5rem;
  border-bottom: solid 10px #008080;
}
@media screen and (max-width: 575px) {
  .latest-news-module .boxes-row .box-container .box {
    padding: 1.4rem;
  }
}
.latest-news-module .boxes-row .box-container .box .icon {
  background-color: #DDD61F;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
.latest-news-module .boxes-row .box-container .box .icon img {
  width: 65%;
}
.latest-news-module .boxes-row .box-container .box h3 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .latest-news-module .boxes-row .box-container .box h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.latest-news-module .boxes-row .box-container .box p {
  font-weight: 200;
  line-height: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .latest-news-module .boxes-row .box-container .box p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.latest-news-module .boxes-row .box-container .box ul {
  font-weight: 200;
}
.latest-news-module .boxes-row .box-container .box strong {
  font-weight: bold;
}
.latest-news-module .boxes-row .box-container .box a {
  color: #DDD61F;
}
.latest-news-module .boxes-row .box-container a:hover {
  text-decoration: none;
}
.latest-news-module .boxes-row .box-container button {
  background-color: #DDD61F;
  color: white;
  display: block;
  margin: 2rem auto;
  transition: 0.2s;
}
.latest-news-module .boxes-row .box-container button.hidden {
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .latest-news-module .boxes-row .box-container button.hidden {
    display: none;
  }
}
.latest-news-module .boxes-row .box-container button:hover {
  opacity: 0.8;
}

.overlay-module {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4000;
  display: none;
}
.overlay-module.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-module .overlay {
  background-color: white;
  padding: 1.6rem;
  position: relative;
  max-width: 85%;
}
.overlay-module .overlay button {
  background-color: #DDD61F;
  color: white;
}
.overlay-module .overlay .overlay-close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #008080;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.overlay-module .overlay .overlay-close img {
  width: 48%;
}
@media screen and (max-width: 575px) {
  .overlay-module .overlay h3 {
    font-size: 1.4rem;
  }
}

body {
  color: #013A41;
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.4rem;
  }
}

button.btn {
  border-radius: 0px;
}

header {
  background-color: #EBEBEB;
  padding: 1.75rem 0;
}
@media screen and (max-width: 575px) {
  header {
    padding: 1.3rem 0;
  }
}
header #header-logo {
  width: 12.5rem;
}
@media screen and (max-width: 1280px) {
  header #header-logo {
    width: 10rem;
  }
}
@media screen and (max-width: 575px) {
  header #header-logo {
    width: 8rem;
  }
}
header #desktop-nav {
  margin-right: 10rem;
}
@media screen and (max-width: 1500px) {
  header #desktop-nav {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  header #desktop-nav {
    margin-right: 2rem;
  }
}
header #desktop-nav ul {
  list-style: none;
  display: flex;
}
header #desktop-nav ul li {
  position: relative;
}
header #desktop-nav ul li > ul.sub {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: none;
  z-index: 1000;
  background-color: #EBEBEB;
  width: 100%;
  padding: 1.8rem 1.5rem 1.3rem 1.5rem;
  box-sizing: content-box;
}
header #desktop-nav ul li > ul.sub.level-3 {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  transform: translate(100%, -10%);
  width: fit-content;
  z-index: -1;
}
header #desktop-nav ul li > ul.sub a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
}
header #desktop-nav ul li:hover > ul.sub {
  display: block;
}
header #desktop-nav ul li.has-children::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background-image: url("/assets/default/images/arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translate(-58%, -22%);
}
header #desktop-nav ul.level-2 li.has-children::after {
  transform: rotate(270deg) translate(22%, 100%);
}
header #desktop-nav ul a {
  color: #013A41;
  font-size: 1.1rem;
}
@media screen and (max-width: 1280px) {
  header #desktop-nav ul a {
    font-size: 1rem;
  }
}
header #header-cta {
  font-size: 1.1rem;
  border: solid 2px #008080;
}
@media screen and (max-width: 1280px) {
  header #header-cta {
    font-size: 1rem;
  }
}
header #header-cta:hover {
  background-color: #008080;
  color: white;
}
header #mobile-menu-toggle {
  width: 2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  header #mobile-menu-toggle {
    width: 1.8rem;
  }
}

#mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 5000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-out;
  cursor: pointer;
}
#mobile-menu-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
#mobile-menu-wrapper #mobile-menu-close {
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
}
#mobile-menu-wrapper nav#mobile-nav ul {
  list-style: none;
  width: min-content;
  margin: auto;
}
#mobile-menu-wrapper nav#mobile-nav ul.sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#mobile-menu-wrapper nav#mobile-nav ul li.has-children {
  position: relative;
}
#mobile-menu-wrapper nav#mobile-nav ul li.has-children .sub-toggle {
  background-image: url("../images/arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease-out;
}
#mobile-menu-wrapper nav#mobile-nav ul li.has-children .sub-toggle.toggle-level-3 {
  width: 0.8rem;
  height: 0.8rem;
}
#mobile-menu-wrapper nav#mobile-nav ul li.has-children .sub-toggle.active {
  transform: rotate(180deg);
}
#mobile-menu-wrapper nav#mobile-nav ul a {
  color: #013A41;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem;
  display: block;
  text-align: center;
}
#mobile-menu-wrapper nav#mobile-nav ul.level-2 a {
  font-size: 1.1rem;
}
#mobile-menu-wrapper nav#mobile-nav ul.level-3 a {
  font-size: 1rem;
  font-weight: 600;
}

.ds-container {
  width: 80%;
  max-width: 1320px;
  margin: auto;
}

#home-hero {
  min-height: 80vh;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  #home-hero {
    padding: 3rem 0;
    min-height: 60vh;
  }
}
#home-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1199px) {
  #home-hero h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #home-hero h1 {
    font-size: 1.5rem;
  }
}
#home-hero p {
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  #home-hero p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #home-hero p {
    font-size: 1rem;
  }
}
#home-hero button {
  background-color: #DDD61F;
  color: white;
  font-size: 1.3rem;
}
@media screen and (max-width: 1400px) {
  #home-hero button {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #home-hero button {
    font-size: 1rem;
  }
}
#home-hero #hero-content {
  position: relative;
  z-index: 40;
}
#home-hero #hero-gradient,
#home-hero #hero-background {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  max-width: 100%;
  object-fit: cover;
}
#home-hero #hero-gradient {
  left: 0;
  z-index: 30;
}
#home-hero #hero-background {
  right: 0;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  #home-hero #hero-background {
    opacity: 0.5;
  }
}

#hero {
  position: relative;
  height: 18.75rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #hero {
    height: 14rem;
  }
}
@media screen and (max-width: 575px) {
  #hero {
    height: 9rem;
  }
}
#hero h1 {
  position: relative;
  z-index: 50;
  color: white;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #hero h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 575px) {
  #hero h1 {
    font-size: 1.6rem;
  }
}
#hero h1::before {
  content: "";
  height: 7.5rem;
  width: 0.85rem;
  background-color: #008080;
  align-items: center;
  margin-right: 2rem;
}
@media screen and (max-width: 991px) {
  #hero h1::before {
    height: 5.5rem;
    width: 0.65rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  #hero h1::before {
    height: 4rem;
    width: 0.45rem;
    margin-right: 1.2rem;
  }
}
#hero .background-gradient,
#hero .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#hero .background-gradient {
  background: #013a41;
  background: linear-gradient(90deg, #013a41 0%, #5daeae 35%, rgba(255, 255, 255, 0) 100%);
  z-index: 40;
}
#hero .background-image {
  z-index: 30;
  object-fit: cover;
  object-position: right;
}

#blog-hero {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
#blog-hero h1 {
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  #blog-hero h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #blog-hero h1 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 575px) {
  #blog-hero h1 {
    font-size: 1.6rem;
  }
}
#blog-hero img {
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
#blog-hero .date {
  font-weight: 200;
  padding-top: 1rem;
}

#blog-binder {
  position: relative;
  color: white;
  margin-bottom: 10rem;
  min-height: 430px;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #blog-binder {
    margin-bottom: 3rem;
  }
}
#blog-binder #blog-binder-background {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background-color: #013A41;
  z-index: 30;
}
#blog-binder .blog-binder-text {
  position: relative;
  z-index: 35;
  font-weight: 200;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
#blog-binder .blog-binder-text h3 {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  #blog-binder .blog-binder-text h3 {
    font-size: 1.4rem;
  }
}
#blog-binder .preview-row {
  position: relative;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5%;
}
@media screen and (max-width: 1199px) {
  #blog-binder .preview-row {
    gap: 4%;
  }
}
#blog-binder .preview-row .article-preview {
  width: 30.33%;
  margin-bottom: 3rem;
  background-color: white;
  color: #013A41;
}
@media screen and (max-width: 1199px) {
  #blog-binder .preview-row .article-preview {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#blog-binder .preview-row .article-preview img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#blog-binder .preview-row .article-preview h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #013A41;
}
#blog-binder .preview-row .article-preview p {
  font-weight: 200;
}
#blog-binder .preview-row .article-preview button {
  color: white;
  background-color: #DDD61F;
  font-weight: 700;
  margin: auto;
  display: block;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  text-decoration: none;
}
#blog-binder .preview-row .article-preview a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  #blog-binder .preview-row .article-preview:first-child {
    background-color: #013A41;
    color: white;
  }
  #blog-binder .preview-row .article-preview:first-child h4 {
    color: white;
  }
}

footer {
  background-color: white;
  border-top: solid 10px #008080;
  font-size: 1rem;
  font-weight: 200;
}
@media screen and (max-width: 991px) {
  footer {
    font-size: 1rem;
  }
}
footer h5 {
  font-size: 1.3rem;
  font-weight: 200;
}
footer a {
  color: #013A41;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #013A41;
}
footer #footer-logo {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  footer #footer-logo {
    width: 11rem;
  }
}
footer .icon {
  background-color: #DDD61F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
}
footer .icon img {
  width: 60%;
}

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