@charset "UTF-8";
@import url('/assets/css/minireset.min.css');
html {
  scroll-behavior: smooth;
}
:root {
  --e-global-color-primary: #1A56DB;
  --e-global-color-secondary: #1A1A36;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-typography-primary-font-family: "Poppins";
  --e-global-typography-primary-font-size: 55px;
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-primary-line-height: 70px;
  --e-global-typography-secondary-font-family: "PT Serif";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "PT Serif";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "PT Serif";
  --e-global-typography-accent-font-weight: 500;
}
.module.module--text-image.text-image--curve-out .img-wrap, .module.module--hero.hero--claim .img-wrap, .module.module--hero.hero--full .img-wrap, header#header::before, #overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-editor .featured-links.featured-links--processed a span::after, .text-editor .featured-links ul a::after, .module.module--world-offices ul.countries > li .title::after, .module.module--tabs .sm-only ul.tabs-container > li > h3::after, .field .select-wrap.multiple ul li::after, .field .select-wrap::after, .field .cb-wrap .placeholder::after, header#header ul.main > li > a::before {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1250px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1250px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1250px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1250px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../icons/fonts/icomoon.ttf?adyy9v") format("truetype"), url("../icons/fonts/icomoon.woff?adyy9v") format("woff"), url("../icons/fonts/icomoon.svg?adyy9v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* 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-audio:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-filter-alt:before {
  content: "";
}

.icon-less:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-linkedin-alt:before {
  content: "";
}

.icon-zabala:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-twitter:before {
  /*content: "";*/
  content: '';
  background-image: url("https://www.zabala.pt/wp-content/uploads/2023/10/logo-white.png");
  background-size: cover;
  height: 20px;
  aspect-ratio: 1 / 1;
  width: 20px;
  display: block;
}

.icon-youtube:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-exit:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-chevron:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}

html {
  font-size: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
html:not(.hasHover) :not(.touch-transition):active, html:not(.hasHover) :not(.touch-transition):active :not(.touch-transition) {
  transition: none !important;
}
@media (max-width: 767px) {
  html.is-ios #header .layer--search section {
    display: block;
    margin-top: 30%;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  html.is-ios #header .layer--search section {
    margin-top: 5%;
  }
}

body {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  position: relative;
}

ul, ol {
  list-style: none;
}

a {
  color: #1A56DB;
  text-decoration: none;
}
a .with-arrow {
  transition: color 0.25s ease;
}
a .with-arrow i {
  display: inline-block;
  transition: transform 0.5s ease;
}
html.hasHover a:hover .with-arrow, a:active .with-arrow {
  color: #1A56DB !important;
}
html.hasHover a:hover .with-arrow i, a:active .with-arrow i {
  transform: translateX(0.25em);
}
html.hasHover a:hover .with-arrow--back i, a:active .with-arrow--back i {
  transform: rotate(180deg) translateX(0.25em);
}

:root {
  --col-width: 78px;
  --wide-margin: 228px;
  --half-gutter: 12px;
  --gutter-width: calc(2 * var(--half-gutter));
  --side-margin: var(--half-gutter);
  --container-max-width: calc(1200px + 2 * var(--side-margin));
  --content-width: calc(12 * var(--col-width) + 22 * var(--half-gutter));
}
@media (max-width: 1249px) {
  :root {
    --grid-diff: var(--side-margin) !important;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  :root {
    --side-margin: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --side-margin: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --half-gutter: 8px;
    --side-margin: 24px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: var(--container-max-width) !important;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
}
.container.container--wide {
  max-width: 1680px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.container .row {
  margin-left: calc(-1 * var(--half-gutter));
  margin-right: calc(-1 * var(--half-gutter));
}
.container .col, .container [class^=col-], .container [class*=" col-"] {
  padding-left: var(--half-gutter);
  padding-right: var(--half-gutter);
}
.container .col img, .container [class^=col-] img, .container [class*=" col-"] img {
  max-width: 100%;
  height: auto;
}

#overlay {
  position: fixed;
  z-index: -1;
  height: 150vh;
  background: rgba(26, 26, 54, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
html.hasOverlay #overlay {
  opacity: 1;
  pointer-events: all;
}

/*@include responsive(-lg) {
  body {
    & > * {
      opacity: 0;
      pointer-events: none;
    }
    &::after {
      content: 'Resolución responsive pendiente de desarrollo';
      position: fixed;
      max-width: 300px;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 24px;
    }
  }
}*/
#header .layer {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: var(--layer-width);
  height: 100vh;
  padding-top: var(--header-height);
  background: #edf3f4;
  box-shadow: -1rem 0 4rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0.25s;
}
#header .layer.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease;
}
#header .layer::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: #fff;
}
#header .layer a {
  color: #1a1a36;
}
#header .layer .inner {
  width: var(--layer-content-width);
  padding: 4rem 8rem 8rem;
}
@media (max-width: 767px) {
  #header .layer .inner {
    padding: 2rem 3rem 4rem;
    width: 100vw;
  }
}
#header .layer header {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  color: #b8c8cf;
  height: var(--header-height);
  margin-top: calc(-1 * var(--header-height));
  display: flex;
  align-items: center;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  #header .layer header {
    padding-left: 3rem;
  }
}
#header .layer header .back {
  display: flex;
  align-items: center;
  font-size: 16px;
}
#header .layer header .back i {
  display: block;
  font-size: 18px;
  transform: rotate(90deg);
  margin-right: 4rem;
  color: #b8c8cf;
}
#header .layer section {
  order: 3;
  flex: 1 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#header .layer section::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
#header .layer section::-webkit-scrollbar-thumb {
  background: #b8c8cf;
}
#header .layer section::-webkit-scrollbar-track {
  background: #d9e8ee;
}
#header .layer section {
  scrollbar-width: thin;
}
#header .layer footer {
  flex: 0 0;
}
#header .layer footer .inner {
  padding: 4rem 8rem;
  display: flex;
}
@media (max-width: 767px) {
  #header .layer footer .inner {
    padding: 4rem 3rem;
  }
  #header .layer footer .inner .cta {
    padding-left: 0;
  }
}
#header .layer hr {
  height: 2px;
  background: #fff;
  border: 0;
  margin: 8rem 0;
}
@media (max-width: 767px) {
  #header .layer {
    transition-delay: 0s !important;
    z-index: 100;
    width: 100vw !important;
  }
  #header .layer hr {
    margin: 4rem 0;
  }
}
#header .layer--areas .svg-wrap {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
@media (max-width: 767px) {
  #header .layer--areas .svg-wrap {
    width: 7rem;
    height: 7rem;
    margin-right: 4rem;
  }
}
#header .layer--areas .svg-wrap svg * {
  fill: #1A56DB;
}
#header .layer--areas ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10rem -4rem 0;
}
@media (max-width: 767px) {
  #header .layer--areas ul {
    margin-top: -4rem;
  }
}
#header .layer--areas ul li {
  width: 50%;
  padding: 0 4rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #header .layer--areas ul li {
    margin-top: 4rem;
    width: 100%;
  }
  #header .layer--areas ul li a {
    padding: 0 !important;
  }
}
#header .layer--areas ul a {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #header .layer--areas ul a > span {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  #header .layer--areas ul a > span .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #header .layer--areas ul a > span {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  #header .layer--areas ul a > span {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  #header .layer--areas ul a > span .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .layer--areas ul a > span {
    line-height: 140%;
  }
}
#header .layer--areas ul .icon-arrow {
  margin-left: 2rem;
}
#header .layer--services .pretitle {
  font-family: "PT Serif";
  color: #1A56DB;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  #header .layer--services .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .layer--services .pretitle {
    font-size: 18px;
  }
}
#header .layer--services ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3rem -4rem 0;
}
#header .layer--services ul li {
  margin-top: 3rem;
  width: 50%;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  #header .layer--services ul li {
    width: 100%;
  }
  #header .layer--services ul a {
    padding: 0 !important;
  }
}
#header .layer--services p {
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}
#header .layer--services .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 1rem;
}
#header .layer--services .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  #header .layer--services .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  #header .layer--services .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  #header .layer--services .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .layer--services .title {
    line-height: 140%;
  }
}
#header .layer--services .title .icon-arrow {
  margin-left: 2rem;
}
#header .layer--insights ul.featured {
  display: flex;
  flex-wrap: wrap;
  margin: -5rem -3rem 0;
}
#header .layer--insights ul.featured li {
  width: 50%;
  margin-top: 5rem;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  #header .layer--insights ul.featured li {
    width: 100%;
  }
  #header .layer--insights ul.featured li a {
    padding: 0;
  }
}
#header .layer--insights ul.featured a {
  display: flex;
}
html.hasHover #header .layer--insights ul.featured a:hover .title, #header .layer--insights ul.featured a:active .title {
  color: #1A56DB;
}
#header .layer--insights ul.featured .img-wrap {
  height: 10rem;
  margin-right: 3rem;
  flex: 0 0 16rem;
}
#header .layer--insights ul.featured .pretitle {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  color: #b8c8cf;
}
#header .layer--insights ul.featured .title {
  font-family: Poppins;
  font-size: 16px;
  line-height: 140%;
  color: #1a1a36;
  font-weight: bold;
  margin-top: 1rem;
  transition: color 0.25s ease;
}
@media (min-width: 992px) {
  #header .layer--insights ul:not(.featured) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#header .layer--insights ul:not(.featured) p {
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}
#header .layer--insights ul:not(.featured) .title .icon-arrow {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  #header .layer--insights ul:not(.featured) {
    display: grid;
    gap: 3rem;
  }
  #header .layer--insights ul:not(.featured) li {
    grid-row: 1;
  }
  #header .layer--insights ul:not(.featured) .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
    margin-bottom: 2rem;
  }
  #header .layer--insights ul:not(.featured) .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #header .layer--insights ul:not(.featured) .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  #header .layer--insights ul:not(.featured) {
    max-width: 288px;
  }
  #header .layer--insights ul:not(.featured) li + li {
    margin-top: 3rem;
  }
  #header .layer--insights ul:not(.featured) a {
    padding: 0 !important;
  }
  #header .layer--insights ul:not(.featured) .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
    margin-bottom: 2rem;
  }
  #header .layer--insights ul:not(.featured) .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .layer--insights ul:not(.featured) .title {
    line-height: 140%;
  }
}
#header .layer--company ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10rem -4rem 0;
}
#header .layer--company ul li {
  width: 50%;
  margin-top: 10rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  #header .layer--company ul {
    margin-top: -3rem;
  }
  #header .layer--company ul p {
    max-width: 288px;
  }
  #header .layer--company ul li {
    width: 100%;
    margin-top: 3rem;
  }
  #header .layer--company ul li a {
    padding: 0 !important;
  }
}
#header .layer--company ul p {
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}
#header .layer--company ul .title {
  font-family: Poppins;
  font-size: 16px;
  line-height: 140%;
  color: #1a1a36;
  font-weight: bold;
  margin-bottom: 2rem;
}
#header .layer--company ul .title .icon-arrow {
  margin-left: 2rem;
}
#header .layer--region {
  z-index: 0;
  left: auto;
  right: 0;
  width: 54rem;
  background: #fff;
}
#header .layer--region section {
  padding: 6rem;
}
#header .layer--region section::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
#header .layer--region section::-webkit-scrollbar-thumb {
  background: rgba(184, 200, 207, 0.5);
}
#header .layer--region section::-webkit-scrollbar-track {
  background: #fff;
}
#header .layer--region section {
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  #header .layer--region section {
    padding-top: 0;
  }
}
#header .layer--region section ul li {
  padding: 3rem 0;
}
#header .layer--region section ul li .pretitle {
  font-family: "PT Serif";
  color: #1A56DB;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  #header .layer--region section ul li .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .layer--region section ul li .pretitle {
    font-size: 18px;
  }
}
#header .layer--region section ul li .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
}
#header .layer--region section ul li .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  #header .layer--region section ul li .title {
    line-height: 140%;
  }
}
#header .layer--region section ul li .title .icon-exit {
  color: #b8c8cf;
  font-size: 26px;
  margin-left: 2rem;
}
#header .layer--region section ul li:not(:last-child) {
  border-bottom: 2px solid #edf3f4;
}
html.hasHover #header .layer--region section a:hover .title, #header .layer--region section a:active .title {
  color: #1A56DB;
}
#header .layer--search {
  padding-left: 8rem;
  padding-right: 8rem;
  background: #1a1a36;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#header .layer--search section {
  display: grid;
  place-items: center;
}
#header .layer--search form {
  width: 100rem;
  border-bottom: 2px solid #b8c8cf;
  display: flex;
  padding-bottom: 2rem;
}
#header .layer--search form input {
  flex: 1 0;
  appearance: none;
  -webkit-appearance: none;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  border: 0;
  background: none;
  color: #fff;
}
@media (max-width: 575px) {
  #header .layer--search form input {
    font-size: 23px;
  }
}
#header .layer--search form input::placeholder {
  color: #b8c8cf;
}
#header .layer--search form button {
  border: none;
  background: none;
  color: #1A56DB;
  font-size: 4rem;
}
#header .layer--search::after {
  display: none;
}

:root {
  --header-height: 15rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --header-height: 12rem;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 9rem;
  }
}

header#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
}
header#header::before {
  content: "";
  position: absolute;
  z-index: -10;
  transition: background 0.5s ease;
}
html:not(.isScrolledToTop) header#header::before {
  background: #fff;
}
header#header.header--custom::before {
  background: #fff !important;
}
header#header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
header#header a.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 4rem;
    margin-right:4rem;
}
html.hasLayer header#header a.logo, html.isNagigationExpanded header#header a.logo {
  z-index: -5;
}
html.hasSearchLayer header#header a.logo, html.isNagigationExpanded header#header a.logo, html.isScrolledToTop body.header--negative header#header a.logo {
  z-index: 0;
}
html.hasSearchLayer header#header a.logo svg *, html.isNagigationExpanded header#header a.logo svg *, html.isScrolledToTop body.header--negative header#header a.logo svg * {
  fill: #fff;
}
@media (max-width: 991px) {
  header#header a.logo {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  header#header a.logo {
    margin-left: 1rem;
  }
}
header#header a.logo span {
  position: absolute;
  color: transparent;
  pointer-events: none;
}
header#header a.logo img {
  width: auto;
  height: 84px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header a.logo img {
    height: 72px;
  }
}
@media (max-width: 767px) {
  header#header a.logo img {
    height: 64px;
  }
}
header#header a.logo svg {
  width: 178px;
  height: 84px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header a.logo svg {
    width: 153px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  header#header a.logo svg {
    width: 136px;
    height: 64px;
  }
}
header#header a.logo svg * {
  transition: fill 0.5s ease;
}
header#header ul.main {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 6rem;
}
html.hasSearchLayer header#header ul.main {
  display: none;
}
header#header ul.main > li {
  display: flex;
  height: 100%;
  /* height: 0%;*/
}
header#header ul.main > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  padding: 2rem;
  transition: all 0.5s ease;
  overflow: hidden;
}
html.isScrolledToTop:not(.hasLayer, .isNavigationExpanded) body.header--negative header#header ul.main > li > a {
  color: #fff;
}
html.hasHover.isScrolledToTop:not(.hasLayer):not(.isNavigationExpanded) body.header--negative header#header ul.main > li > a:hover, html.isScrolledToTop:not(.hasLayer):not(.isNavigationExpanded) body.header--negative header#header ul.main > li > a:active {
  color: #fff;
  opacity: 0.5;
}
html.hasLayer header#header ul.main > li > a {
  color: #1A56DB;
  opacity: 0.5;
}
html.hasHover header#header ul.main > li > a:hover, header#header ul.main > li > a:active {
  color: #1A56DB;
  opacity: 1;
}
header#header ul.main > li > a::after {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 4px;
  background: #1A56DB;
  transition: all 0.25s ease;
  transform: translateY(100%);
}
html.isScrolledToTop:not(.hasLayer, .isNavigationExpanded) body.header--negative header#header ul.main > li > a::after {
  background: #fff;
}
@media (max-width: 767px) {
  header#header ul.main > li > a::after {
    opacity: 0;
    left: 6rem;
    top: 0;
    bottom: auto;
    height: 100%;
    width: 4px;
    transform: translateX(-100%);
  }
}

@media (max-width: 1190px) {
  header#header ul.main > li > a{
    padding-left:1rem;
    padding-right:1rem;
  }
  header#header a.logo{
    margin-left:2rem;
  }
  header#header a.logo svg{
    width:128px;
  }

}
header#header ul.main > li > a::before {
  content: "";
  display: none;
}
header#header ul.main > li.active > a {
  color: #1a1a36 !important;
  opacity: 1 !important;
}
header#header ul.main > li.active > a::after {
  transform: none;
}
html:not(.hasLayer) header#header ul.main > li.current > a::after {
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease;
  transform: none;
  opacity: 1;
}
html.hasLayer header#header ul.main > li.current > a::after {
  opacity: 0;
  transition-duration: 0s;
}
@media (min-width: 768px) and (max-width: 1249px) {
  header#header ul.main > li.home-link {
    display: none;
  }
}
@media (max-width: 767px) {
  header#header ul.main > li.home-link {
    height: var(--header-height);
  }
}
header#header ul.main > li.home-link a {
  color: #1A56DB;
  font-size: 2.5rem;
  margin-right: 9rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
html.hasLayer:not(.hasRegionLayer):not(.hasSearchLayer) header#header ul.main > li.home-link a {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  header#header ul.main {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
  }
  html.isNavigationExpanded header#header ul.main {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header ul.main {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    transition: opacity 0.25s ease;
  }
}
@media (max-width: 767px) {
  header#header ul.main {
    padding-left: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
    opacity: 1;
    pointer-events: all;
  }
  html.isNavigationExpanded header#header ul.main {
    transform: translateX(-6rem);
  }
  html.isNavigationExpanded.hasLayer header#header ul.main {
    transform: none;
  }
  header#header ul.main > li {
    height: 10rem;
    width: 100%;
    background: #fff;
  }
  header#header ul.main > li:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #edf3f4;
  }
  header#header ul.main > li.home-link a {
    opacity: 1;
    padding-left: 12rem;
  }
  header#header ul.main > li:not(.home-link) a {
    padding-left: 12rem;
    position: relative;
    width: 100%;
  }
  header#header ul.main > li:not(.home-link) a::before {
    color: #b8c8cf;
    display: block;
    position: absolute;
    font-size: 18px;
    top: 50%;
    right: 3rem;
    margin-top: -9px;
    transform: rotate(-90deg);
  }
  header#header ul.main > li .layer--insights a {
    padding-left: 12rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header#header ul.main > li .layer--insights a {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  header#header ul.main::after {
    content: "";
    position: absolute;
    top: 0;
    right: -6rem;
    width: 6rem;
    height: 100vh;
    background: #edf3f4;
  }
}
header#header .region {
  margin-left: 14rem;
  transition: opacity 0.5s ease;
}
@media (max-width: 1300px) {
  header#header .region {
    margin-left: 0rem;
  }
  header#header .search{
    margin-left:0rem;
  }
}
html.hasLayer:not(.hasRegionLayer) header#header .region {
  opacity: 0;
  pointer-events: none;
}
header#header .region .current {
  transition: all 0.5s ease;
  cursor: pointer;
  width: 90px;
  justify-content: flex-end;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
html.hasHover header#header .region .current:hover, header#header .region .current:active {
  color: #1A56DB;
}
html.isScrolledToTop:not(.hasLayer) body.header--negative header#header .region .current {
  color: #fff;
}
html.hasHover.isScrolledToTop:not(.hasLayer) body.header--negative header#header .region .current:hover, html.isScrolledToTop:not(.hasLayer) body.header--negative header#header .region .current:active {
  color: #fff;
  opacity: 0.5;
}
header#header .region .current .icon-globe {
  font-size: 3rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  header#header .region .current span {
    display: none;
  }
  header#header .region .current .icon-globe {
    font-size: 20px;
  }
}
header#header .search {
  margin-left: 5rem;
  background: #1a1a36;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header .search {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  header#header .search {
    margin-left: 2rem;
  }
}
header#header .search span {
  display: block;
  font-size: 3rem;
  padding: 0 3rem;
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  header#header .search span {
    padding: 0 2.5rem;
  }
}
@media (max-width: 767px) {
  header#header .search span {
    font-size: 20px;
    padding: 0 14px;
  }
}
html.hasHover header#header .search:hover span, header#header .search:active span {
  opacity: 0.6;
}
header#header .ribbon {
  margin-left: 5rem;
  width: 32px;
  background: #1a1a36;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header .ribbon {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  header#header .ribbon {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  header#header .ribbon {
    width: 24px;
  }
}
@media (max-width: 991px) {
  header#header .ribbon {
    width: 16px;
  }
}
html.hasHover header#header .ribbon:hover span, header#header .ribbon:active span {
  opacity: 0.6;
}
header#header .claim-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 9rem;
}
header#header .claim-header span {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 100%;
  color: #1A56DB;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  header#header .claim-header span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header#header .claim-header span {
    font-size: 14px;
    line-height: 0.8;
  }
}
html.isScrolledToTop body.header--negative header#header .claim-header span {
  color: #fff;
}
@media all and (max-width: 1350px) and (min-width: 992px) {
  header#header .claim-header span {
    font-size: 16px;
  }
}
header#header .claim-header::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 4rem;
  height: 100%;
  background-color: #1a1a36;
}
@media (max-width: 991px) {
  header#header .claim-header::after {
    width: 2rem;
  }
}
@media all and (max-width: 1350px) and (min-width: 992px) {
  header#header .claim-header::after {
    width: 2rem;
  }
}
@media (max-width: 991px) {
  header#header .claim-header {
    margin-right: 4rem;
    margin-left: auto;
  }
}
@media all and (max-width: 1350px) and (min-width: 992px) {
  header#header .claim-header {
    margin-right: 4rem;
  }
}
header#header .menu-toggle {
  background: #edf3f4;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  header#header .menu-toggle {
    display: none;
  }
}
header#header .menu-toggle span {
  color: #1A56DB;
  display: block;
  font-size: 24px;
  padding: 0 2.5rem;
  transition: opacity 0.25s ease;
}
@media (max-width: 767px) {
  header#header .menu-toggle span {
    font-size: 20px;
    padding: 0 14px;
  }
}
html.hasHover header#header .menu-toggle:hover span, header#header .menu-toggle:active span {
  opacity: 0.6;
}
header#header .close {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  background: #1a1a36;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
html.hasSearchLayer header#header .close {
  background: #1A56DB;
}
html.hasLayer header#header .close, html.isNavigationExpanded header#header .close {
  opacity: 1;
  pointer-events: all;
}
header#header .close span {
  display: block;
  font-size: 3rem;
  padding: 0 3rem;
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  header#header .close span {
    padding: 0 2.5rem;
  }
}
@media (max-width: 991px) {
  header#header .close span {
    font-size: 20px;
    padding: 0 14px;
  }
}
html.hasHover header#header .close:hover span, header#header .close:active span {
  opacity: 0.6;
}
body.page--diagnosis header#header .close {
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
  color: #1a1a36;
}

footer#footer {
  background: #1a1a36;
  margin-top: 30rem;
}
@media (max-width: 991px) {
  footer#footer {
    margin-top: 20rem;
  }
}
@media (max-width: 767px) {
  footer#footer {
    margin-top: 16rem;
  }
}
footer#footer > .container .top .row {
  padding-bottom: 2rem;
}
footer#footer > .container .top .last {
  padding-top: 1rem;
  padding-bottom: 7rem;
}
footer#footer > .container .top .newsletter-box {
  position: relative;
  background-color: #ffffff;
  border-bottom-right-radius: 150px;
}
footer#footer > .container .top .newsletter-box .inner {
  max-width: 700px;
  padding-bottom: 8rem;
}
footer#footer > .container .top .newsletter-box p {
  margin: 3rem 0;
}
footer#footer > .container .top .newsletter-box::before {
  content: "";
  position: absolute;
  width: 100em;
  height: 100%;
  left: -100em;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  footer#footer > .container .top .newsletter-box {
    padding: 0rem 5rem 3rem 0;
  }
}
footer#footer > .container .top ~ * {
  color: #ffffff;
  font-family: Poppins;
}
footer#footer > .container .col {
  display: flex;
  align-items: center;
  padding-bottom: 15rem;
}
footer#footer > .container .col .first, footer#footer > .container .col .last {
  display: flex;
  align-items: center;
}
footer#footer a:not(.btn) {
  color: #ffffff;
  transition: opacity 0.25s ease;
}
html.hasHover footer#footer a:not(.btn):hover, footer#footer a:not(.btn):active {
  opacity: 0.6;
}
footer#footer .claim {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  color: #1A56DB;
}
footer#footer .claim .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  footer#footer .claim {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  footer#footer .claim {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  footer#footer .claim {
    max-width: 230px;
  }
}
html.hasHover footer#footer .btn--white:hover, footer#footer .btn--white:active {
  color: #1A56DB !important;
}
footer#footer nav.row {
  padding-top: 10rem;
}
@media (max-width: 991px) {
  footer#footer nav.row {
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  footer#footer nav.row {
    padding-top: 3rem;
  }
}
footer#footer nav.row li.heading a,
footer#footer nav.row li.heading span{
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 2rem;
  color: #1A56DB;
  transition: color 0.25s ease;
}
footer#footer nav.row li.heading a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  footer#footer nav.row li.heading a,
  footer#footer nav.row li.heading span{
    font-size: 22px;
    line-height: 130%;
  }
}
html.hasHover footer#footer nav.row li.heading a:hover {
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  footer#footer nav.row li.heading a {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  footer#footer nav.row li.heading a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  footer#footer nav.row li.heading a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  footer#footer nav.row li.heading a {
    line-height: 140%;
  }
}
footer#footer nav.row li {
  line-height: 1;
}
footer#footer nav.row a,
footer#footer nav.row span{
  display: inline-block;
  line-height: 22px;
  padding: 1rem 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 1249px) {
  footer#footer .footer-regular {
    order: 2;
  }
}
@media (max-width: 767px) {
  footer#footer .footer-regular {
    margin-bottom: 7rem;
    margin-top: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer .footer-regular {
    width: 500px;
  }
}
@media (max-width: 767px) {
  footer#footer .footer-regular a {
    margin-bottom: 2rem;
  }
}
footer#footer .bottom {
  background: #1a1a36;
  padding: 10rem 0 0 0;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media (max-width: 1249px) {
  footer#footer .bottom {
    flex-wrap: wrap;
  }
}
footer#footer .bottom img {
  width: 67px;
  height: 79px;
}
@media (max-width: 1249px) {
  footer#footer .bottom img {
    order: 4;
  }
}
@media (max-width: 767px) {
  footer#footer .bottom img {
    /*display: none;*/
      margin-left: auto;
  }
}
footer#footer .bottom .copy {
  opacity: 0.5;
  margin-right: 5rem;
}
@media (max-width: 1249px) {
  footer#footer .bottom .copy {
    order: 3;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  footer#footer .bottom .copy {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer#footer .bottom .copy {
    margin: 0 0 6rem;
  }
}
footer#footer .bottom nav {
  display: flex;
  margin-right: 5rem;
}
footer#footer .bottom nav a:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 767px) {
  footer#footer .bottom nav {
    flex-direction: column;
  }
}
footer#footer .bottom ul.social {
  display: flex;
}
footer#footer .bottom ul.social li {
  position: relative;
}
footer#footer .bottom ul.social span {
  position: absolute;
  color: transparent !important;
  pointer-events: none !important;
}
footer#footer .bottom ul.social a {
  padding: 0 1.5rem;
}
footer#footer .bottom ul.social .last {
  padding: 0 0 0 1rem;
}
footer#footer .bottom ul.social i {
  font-size: 24px;
}
@media (max-width: 1249px) {
  footer#footer .bottom ul.social {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  footer#footer .bottom ul.social {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1249px) {
  footer#footer .bottom ul.social li:first-child a {
    padding-left: 0;
  }
}
footer#footer .bottom.bottom--alternative img {
  margin-right: 40px;
}
footer#footer.footer--microsite .bottom:nth-child(2) {
  padding-top: 3rem;
}

.btn {
  cursor: pointer;
  color: #1A56DB;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 6rem;
  -webkit-appearance: none;
  border: 1px solid #1A56DB;
  transition: all 0.25s ease;
}
html.hasHover .btn:hover, .btn:active {
  background: #1A56DB;
  color: #fff;
}
@media (max-width: 767px) {
  .btn.btn--full {
    width: 100%;
  }
}
.btn.btn--solid {
  background: #1A56DB;
  color: #fff;
  border-color: transparent;
}
html.hasHover .btn.btn--solid:hover, .btn.btn--solid:active {
  background: #1a1a36;
}
.btn.btn--white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
html.hasHover .btn.btn--white:hover, .btn.btn--white:active {
  color: #1a1a36;
  background: #fff;
}
.btn i {
  font-size: 20px;
  margin-left: 8px;
}
.btn.btn--secondary {
  background: #1a1a36;
  color: #ffffff;
}
html.hasHover .btn.btn--secondary:hover, .btn.btn--secondary:active {
  background: #1A56DB;
}
.btn.btn-transparent {
  border: none;
  padding: 0;
  color: #1a1a36;
}

.with-arrow .icon-arrow {
  color: #b8c8cf;
  margin-left: 0.711em;
  font-size: 0.8em;
}
.with-arrow.with-arrow--back .icon-arrow {
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center 40%;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}
.img-wrap:empty, .img-wrap.with-icon {
  background: rgba(0, 0, 0, 0.075);
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.img-wrap .icon-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 7rem;
  background: #fff;
  border-top-right-radius: 3.5rem;
}
.img-wrap .icon-wrap.icon-wrap-secundary {

    right: 0;
    left: initial;
    bottom: 0;
    border-top-left-radius: 3.5rem;
    border-top-right-radius: 0;
    width: auto;
    max-width: 50%;
    color: #000000;
    font-family: 'Poppins' !important;
    font-size: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}
.img-wrap .icon-wrap .img-wrap {
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .img-wrap .icon-wrap .img-wrap {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 991px) {
  .img-wrap .icon-wrap {
    width: 6rem;
    height: 6rem;
  }
}
.img-wrap.with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.4);
}

.logo-wrap {
  position: relative;
  padding-bottom: 56.74%;
  filter: grayscale(100%);
}
.logo-wrap:empty {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.logo-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left center;
}
.logo-wrap.intl-study-logo {
  padding-bottom: 40%;
  margin-bottom: 4rem;
}

.cta {
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
.cta .icon-arrow {
  color: #b8c8cf;
  margin-left: 1rem;
}
.cta .icon-chevron {
  display: inline-block;
  color: #b8c8cf;
  margin-left: 1rem;
  position: relative;
  top: 1px;
}
.cta.cta--more {
  transform: none !important;
}
.expanded + .cta.cta--more .icon-chevron {
  transform: rotate(180deg) !important;
}

.back {
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
.back .icon-arrow {
  color: #b8c8cf;
  margin-right: 1rem;
  margin-left: 0;
}

ul.page-numbers {
  margin-top: 10rem;
  display: inline-flex;
  align-items: center;
}
ul.page-numbers i {
  display: block;
  color: #b8c8cf;
  margin: 0 1rem;
  transition: transform 0.5s ease;
}
ul.page-numbers a {
  display: inline-flex;
  align-items: center;
}
ul.page-numbers a:not(.prev):not(.next) {
  transition: color 0.25s ease;
}
html.hasHover ul.page-numbers a:not(.prev):not(.next):hover, ul.page-numbers a:not(.prev):not(.next):active {
  color: #1a1a36;
}
ul.page-numbers a.prev, ul.page-numbers a.next {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  transition: color 0.25s ease;
}
html.hasHover ul.page-numbers a.prev:hover, ul.page-numbers a.prev:active, html.hasHover ul.page-numbers a.next:hover, ul.page-numbers a.next:active {
  color: #1A56DB;
}
ul.page-numbers a.prev {
  margin-right: 5rem;
}
@media (max-width: 767px) {
  ul.page-numbers a.prev {
    margin-right: 3rem;
  }
}
ul.page-numbers a.prev i {
  transform: rotate(180deg);
}
html.hasHover ul.page-numbers a.prev:hover i, ul.page-numbers a.prev:active i {
  transform: translateX(-0.5em) rotate(180deg);
}
ul.page-numbers a.next {
  margin-left: 5rem;
}
@media (max-width: 767px) {
  ul.page-numbers a.next {
    margin-left: 3rem;
  }
}
html.hasHover ul.page-numbers a.next:hover i, ul.page-numbers a.next:active i {
  transform: translateX(0.5em);
}
ul.page-numbers .page-numbers:not(.prev):not(.next) {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  color: #b8c8cf;
  display: block;
  padding: 0 2rem;
}
@media (max-width: 575px) {
  ul.page-numbers .page-numbers:not(.prev):not(.next) {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  ul.page-numbers .page-numbers:not(.prev):not(.next):not(.current) {
    display: none;
  }
}
ul.page-numbers span.page-numbers {
  padding: 0 1rem !important;
  margin: 0 1rem;
}
ul.page-numbers span.page-numbers:not(.dots) {
  color: #1a1a36 !important;
  background: #edf3f4;
}
ul.page-numbers .dots {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  ul.page-numbers {
    margin: 7rem auto 0;
  }
}

.auto-height.touch-transition {
  overflow: hidden;
}
.auto-height.touch-transition.expanded {
  transition: all 0.5s ease 0s;
}
.auto-height.touch-transition.expanded > .inner {
  transition: opacity 0.5s ease 0.25s, margin 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}
.auto-height.touch-transition:not(.expanded) {
  pointer-events: none !important;
  max-height: 0 !important;
  transition: all 0.5s ease 0.25s;
}
.auto-height.touch-transition:not(.expanded):not(.row) {
  padding: 0 !important;
  margin: 0 !important;
}
.auto-height.touch-transition:not(.expanded) > .inner {
  transition: all 0.5s ease 0.25s, opacity 0.5s ease;
  opacity: 0 !important;
}
.more-container .auto-height.touch-transition:not(.expanded) {
  transition: all 0.5s ease 0s;
}

.more-container {
  margin: 8rem 0 0;
}
@media (max-width: 767px) {
  .more-container {
    margin: 5rem 0 0;
  }
}
.more-container .auto-height.touch-transition {
  margin-bottom: 0 !important;
}
.more-container:not(.expanded) .auto-height.touch-transition {
  opacity: 0;
}

html.hasHover .person a:hover .name,
.person a:active .name {
  color: #1A56DB;
}
html.hasHover .person a:hover.linkedin i,
.person a:active.linkedin i {
  color: #1a1a36;
}
html.hasHover .person a:hover + .rest .name, .person a:active + .rest .name {
  color: #1A56DB;
}
.person .img-wrap {
  width: 23rem;
  height: 23rem;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.person .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.25);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .person .img-wrap {
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 767px) {
  .person .rest {
    max-width: 148px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .person .rest {
    max-width: 240px;
  }
}
.person .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  margin: 3rem 0;
  transition: color 0.25s ease;
}
.person .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .person .name {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .person .name {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .person .name .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .person .name {
    line-height: 140%;
  }
}
.person .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  font-size: 14px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .person .meta {
    font-size: 14px;
  }
}
.person .position {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .person .position {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
.person i {
  font-size: 20px;
  transition: color 0.25s ease;
}
@media (max-width: 991px) {
  .person {
    margin-bottom: 8rem;
  }
}

.form {
  transition: opacity 0.5s ease;
}
.form.form--busy {
  opacity: 0.35;
  pointer-events: none;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--half-gutter));
}
.form-row.row--error {
  display: none;
}
.form-row.row--error.expanded {
  display: block;
}
.form-row.row--general-error {
  display: none;
}
.form-row.row--general-error.expanded {
  display: block;
}

.field {
  padding: 0 var(--half-gutter);
  margin-bottom: 3rem;
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.field.field--half {
  flex-basis: 50%;
  max-width: 50%;
}
.field.field--quarter {
  flex-basis: 25%;
  max-width: 25%;
}
.field label,
.field .hint {
  display: block;
  font-size: 12px;
  margin-bottom: 1rem;
  line-height: 1;
}
.field .info {
  display: block;
  font-size: 14px;
  margin: 1rem 0 0;
  line-height: 1;
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=date],
.field textarea {
  background: #edf3f4;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  font-family: "PT Serif";
  font-size: 16px;
  color: #1a1a36;
  width: 100%;
  padding: 11px;
  border-radius: 0;
}
.field textarea {
  resize: none;
}
.field .cb-wrap {
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 3rem;
}
.field .cb-wrap input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.field .cb-wrap input:checked + .placeholder::after {
  opacity: 1;
}
.field .cb-wrap .placeholder {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 2px solid transparent;
  transition: border-color 0.25s ease;
  background: #edf3f4;
  margin-right: 2rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.field .cb-wrap .placeholder::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: #1a1a36;
  transition: opacity 0.1s ease;
  opacity: 0;
}
.field .cb-wrap p {
  max-width: 586px;
  transition: color 0.25s ease;
}
.field .cb-wrap p a {
  font-weight: bold;
}
html.hasHover .field .cb-wrap p a:hover, .field .cb-wrap p a:active {
  text-decoration: underline;
}
.field .select-wrap {
  position: relative;
}
.field .select-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -9px 2rem 0 0;
  font-size: 18px;
  color: #b8c8cf;
}
.field .select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
.field .select-wrap .placeholder {
  display: block;
  background: #fff;
  border: 2px solid #b8c8cf;
  transition: all 0.25s ease;
  font-family: "PT Serif";
  font-size: 16px;
  color: #1a1a36;
  width: 100%;
  padding: 10px 40px 9px 11px;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease;
}
.field .select-wrap.multiple select {
  opacity: 0 !important;
  pointer-events: none !important;
}
.field .select-wrap.multiple ul {
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(10px + 8 * 1.6em);
  overflow: auto;
  padding: 10px 10px 9px 11px;
  box-shadow: 1rem 1rem 16px rgba(26, 26, 54, 0.1);
  border: 2px solid #b8c8cf;
}
.field .select-wrap.multiple ul::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.field .select-wrap.multiple ul::-webkit-scrollbar-thumb {
  background: #b8c8cf;
}
.field .select-wrap.multiple ul::-webkit-scrollbar-track {
  background: rgba(184, 200, 207, 0.33);
}
.field .select-wrap.multiple ul {
  scrollbar-width: thin;
}
.field .select-wrap.multiple ul li {
  line-height: 1.6;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 0.8em;
  cursor: pointer;
  transition: color 0.25s ease;
}
html.hasHover .field .select-wrap.multiple ul li:hover, .field .select-wrap.multiple ul li:active {
  color: rgba(26, 26, 54, 0.6);
}
.field .select-wrap.multiple ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #edf3f4;
  left: 0;
  top: 0em;
}
.field .select-wrap.multiple ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  color: #1a1a36;
  transition: opacity 0.1s ease;
  opacity: 0;
}
.field .select-wrap.multiple ul li.selected::after {
  opacity: 1;
}
.field .select-wrap.multiple.expanded ul {
  opacity: 1;
  pointer-events: all;
}
.field.field--cb {
  margin-top: 2rem;
}
.field .file-wrap .btn {
  position: relative;
  cursor: pointer;
}
.field .file-wrap .btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
}
.field .file-wrap .btn + span {
  margin-left: 2rem;
}
.field .file-wrap .link {
  font-size: 12px;
  color: #1A56DB;
  margin-left: 2rem;
  cursor: pointer;
}
html.hasHover .field .file-wrap .link:hover, .field .file-wrap .link:active {
  text-decoration: underline;
}
.field .file-wrap .filename.empty + .link {
  display: none;
}
.field.has-error input[type=text],
.field.has-error input[type=email],
.field.has-error input[type=tel],
.field.has-error textarea {
  border-color: #d20303;
  color: #d20303;
}
.field.has-error .cb-wrap p {
  color: #d20303;
}
.field.has-error .cb-wrap .placeholder {
  border-color: #d20303;
}
.field.has-error .select-wrap .placeholder {
  border-color: #d20303;
  color: #d20303;
}
.field.has-error .file-wrap {
  color: #d20303;
}
@media (max-width: 767px) {
  .field .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .field {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.error-message {
  font-size: 14px;
  max-width: 588px;
}

.error {
  color: #d20303;
}

.form-success:not(.visible) {
  display: none;
}
.form-success .illustration-wrap {
  width: calc(4 * var(--col-width) + 3 * var(--gutter-width) );
}
.form-success .illustration-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 9rem;
}
@media (max-width: 991px) {
  .form-success .illustration-wrap img {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-success .illustration-wrap {
    width: calc(5 * var(--col-width) + 4 * var(--gutter-width) );
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-success .illustration-wrap {
    width: calc(6 * var(--col-width) + 5 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .form-success .illustration-wrap {
    width: calc(10 * var(--col-width) + 9 * var(--gutter-width) );
  }
}
.form-success .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
  margin-bottom: 3rem !important;
}
.form-success .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .form-success .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .form-success .heading {
    font-size: 28px;
  }
}
.form-success p {
  max-width: calc(6 * var(--col-width) + 5 * var(--gutter-width) );
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-success p {
    max-width: calc(7 * var(--col-width) + 6 * var(--gutter-width) );
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-success p {
    max-width: calc(10 * var(--col-width) + 9 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .form-success p {
    max-width: 100%;
  }
}

.inline-form {
  margin-left: calc(-1 * var(--half-gutter));
  margin-right: calc(-1 * var(--half-gutter));
  display: flex;
  align-items: flex-end;
}
.inline-form .field {
  flex-basis: initial;
  width: auto;
}
.inline-form .select-wrap {
  width: 40rem;
}

.module.module--agreements .container {
  margin-bottom: -4rem;
}
.module.module--agreements .logo-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--agreements .logo-wrap {
    margin-bottom: 1rem;
  }
}
.module.module--agreements .pretitle {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--agreements .pretitle {
    font-size: 14px;
  }
}
.module.module--agreements .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 2rem;
}
.module.module--agreements .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--agreements .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--agreements .title {
    margin-bottom: 1rem;
  }
}
.module.module--agreements .row {
  margin-bottom: -5rem;
}
.module.module--agreements .row > * {
  margin-bottom: 5rem;
}
.module.module--agreements img {
  opacity: 0.7;
}
.module.module--agreements a {
  color: #1a1a36 !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 767px) {
  .module.module--agreements .url {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--agreements .url {
    font-size: 13px;
  }
}

.module.module--alliances-logos .row {
  margin-bottom: -6rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item > .img-wrap {
  padding-bottom: 17%;
  max-width: 180px;
  margin-bottom: 3rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item > .img-wrap img {
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1);
}
.module.module--alliances-logos .module--alliances-logos__logo-item {
  margin-bottom: 6rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 4rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--alliances-logos .module--alliances-logos__logo-item .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--alliances-logos .module--alliances-logos__logo-item .title {
    margin-bottom: 2rem;
  }
}

.module.module--areas ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .module.module--areas ul {
    flex-direction: column;
  }
}
.module.module--areas li {
  flex-basis: 50%;
}
.module.module--areas .img-wrap {
  height: 20rem;
  width: 214px;
}
@media (max-width: 767px) {
  .module.module--areas .img-wrap {
    height: 17rem;
    width: 180px;
  }
}
.module.module--areas .with-arrow {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
}
.module.module--areas .with-arrow .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--areas .with-arrow {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .module.module--areas .with-arrow {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  .module.module--areas .with-arrow .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--areas .with-arrow {
    line-height: 140%;
  }
}
.module.module--areas .with-arrow i {
  margin-left: 2rem;
}
.module.module--areas.areas--compact ul {
  margin: 0 -2.5rem -10rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact ul {
    margin-bottom: 0;
  }
}
.module.module--areas.areas--compact li {
  padding: 0 2.5rem 10rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact li {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact li:last-child {
    padding-bottom: 0;
  }
}
.module.module--areas.areas--compact a {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1249px) {
  .module.module--areas.areas--compact a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact a {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 1249px) {
  .module.module--areas.areas--compact .with-arrow {
    margin-top: 5rem;
  }
}
.module.module--areas.areas--compact .img-wrap {
  flex-shrink: 0;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact .img-wrap {
    width: 114px;
    height: 86px;
  }
}
.module.module--areas.areas--full ul {
  margin-bottom: -10rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--full ul {
    flex-basis: 100%;
  }
}
.module.module--areas.areas--full li {
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .module.module--areas.areas--full li {
    width: 50%;
    padding-right: calc(var(--col-width) + 3 * var(--half-gutter));
  }
  .module.module--areas.areas--full li:nth-child(even) {
    padding-left: var(--half-gutter);
    padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--areas.areas--full li {
    padding-right: 4rem;
  }
}
.module.module--areas.areas--full .img-wrap {
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--areas.areas--full .img-wrap {
    width: 207px;
  }
}
.module.module--areas.areas--full .with-arrow {
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--areas.areas--full .with-arrow {
    font-size: 25px;
  }
}
.module.module--areas.areas--full p {
  color: #1a1a36;
}

.module.module--associations-logos .row {
  margin-bottom: -6rem;
}
.module.module--associations-logos .module--associations-logos__logo-item {
  margin: 0 3rem 9rem 0;
}
.module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
  padding-bottom: 17%;
  width: 180px;
  margin-right: 3rem;
}
.module.module--associations-logos .module--associations-logos__logo-item .img-wrap img {
  object-fit: contain;
  filter: grayscale(100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
    margin-bottom: 2rem;
    padding-bottom: 25%;
  }
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
    width: 110px;
  }
}
.module.module--associations-logos .module--associations-logos__logo-item .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 3rem;
}
.module.module--associations-logos .module--associations-logos__logo-item .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .title {
    margin-bottom: 2rem;
  }
}
.module.module--associations-logos .module--associations-logos__logo-item .logo-item__info-plus-item {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .logo-item__info-plus-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .module.module--associations-logos .module--associations-logos__logo-item {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item {
    margin-right: 0;
  }
}

.module.module--async-request {
  transition: opacity 0.5s ease;
}
.module.module--async-request.busy {
  opacity: 0.35;
  pointer-events: none;
}
.module.module--async-request p.no-results {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 575px) {
  .module.module--async-request p.no-results {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .module.module--boxed-form:not(.form--microsite) .inner {
    margin: 0 calc(-1 * var(--side-margin));
  }
}
.module.module--boxed-form .inner {
  background: #d9e8ee;
  padding: 8rem;
}
.module.module--boxed-form .inner > p {
  max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--boxed-form .inner {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .module.module--boxed-form .inner {
    margin-top: -3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--boxed-form .inner {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--boxed-form .inner {
    padding: 6rem 4rem;
  }
}
.module.module--boxed-form .heading-alt {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1A56DB;
  margin-bottom: 3rem;
}
.module.module--boxed-form .heading-alt .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--boxed-form .heading-alt {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--boxed-form form {
  max-width: 100rem;
  margin-top: 5rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--boxed-form form {
    max-width: calc(8 * var(--col-width) + 7 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .module.module--boxed-form form {
    margin-top: 4rem;
  }
}
.module.module--boxed-form .row--submit {
  margin-top: 1rem;
}
.module.module--boxed-form .row--submit .field {
  margin-bottom: 0;
}
.module.module--boxed-form input[type=text],
.module.module--boxed-form input[type=email],
.module.module--boxed-form textarea,
.module.module--boxed-form .cb-wrap .placeholder {
  background: #fff !important;
}

.module.module--categories:first-child {
  margin-top: var(--header-height);
}
.module.module--categories:first-child .all ul {
  margin-bottom: 0;
}
.module.module--categories .featured {
  background: #edf3f4;
}
.module.module--categories .featured .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .module.module--categories .featured .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.module.module--categories .featured ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 24px;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--categories .featured ul.md-down {
    height: 36px;
  }
}
.module.module--categories .featured ul.md-down a {
  transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--categories .featured ul.md-down a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 24px;
  }
  .module.module--categories .featured ul.md-down a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .module.module--categories .featured ul.md-down a {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--categories .featured li.active a {
  color: #1A56DB;
  pointer-events: none;
}
.module.module--categories .featured a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-right: 5rem;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--categories .featured a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--categories .featured a {
    line-height: 140%;
  }
}
html.hasHover .module.module--categories .featured a:hover, .module.module--categories .featured a:active {
  color: #1A56DB;
}
@media (max-width: 767px) {
  .module.module--categories .featured a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--categories .featured a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--categories .featured a {
    line-height: 140%;
  }
}
.module.module--categories .featured .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
.module.module--categories .featured .link i {
  margin-left: 1rem;
  color: #b8c8cf;
}
.module.module--categories .featured .link .less {
  display: none;
}
.module.module--categories .all {
  background-color: #edf3f4;
}
.module.module--categories .all .inner {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .module.module--categories .all .inner {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .module.module--categories .all .inner .container {
    padding-top: 4rem;
  }
}
.module.module--categories .all ul {
  column-count: 3;
  column-gap: var(--gutter-width);
  margin-bottom: -4rem;
}
.module.module--categories .all ul li {
  margin-bottom: 4rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--categories .all ul {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .module.module--categories .all ul {
    column-count: 1;
  }
}
.module.module--categories .all a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--categories .all a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--categories .all a {
    line-height: 140%;
  }
}
html.hasHover .module.module--categories .all a:hover, .module.module--categories .all a:active {
  color: #1A56DB;
}
@media (max-width: 767px) {
  .module.module--categories .all a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--categories .all a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--categories .all a {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--categories .all {
    margin-bottom: 4rem;
  }
}
.module.module--categories.expanded .featured ul {
  opacity: 0;
}
@media (max-width: 991px) {
  .module.module--categories.expanded .featured ul {
    opacity: 1;
  }
  .module.module--categories.expanded .featured ul a {
    color: #b8c8cf;
  }
}
.module.module--categories.expanded .link .more {
  display: none;
}
.module.module--categories.expanded .link .less {
  display: block;
}

.module.module--country-selector {
  margin-bottom: 20rem;
}
.module.module--country-selector .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 3rem;
}
.module.module--country-selector .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--country-selector .heading {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--country-selector .md-wrap {
    display: flex;
    min-width: 100%;
  }
}
.module.module--country-selector .selector-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--country-selector .selector-wrapper > a {
    display: block;
    overflow: hidden;
    max-width: 33.33%;
  }
}
.module.module--country-selector .selector-wrapper div {
  position: relative;
  width: 240px;
  max-width: 100%;
  cursor: pointer;
  border: white 1px solid;
  height: 240px;
  display: flex;
  align-items: center;
  background-color: #edf3f4;
}
.module.module--country-selector .selector-wrapper div .content-text {
  text-align: center;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
}
.module.module--country-selector .selector-wrapper div .content-text .url {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  display: inline-block;
  margin-bottom: 5rem;
}
.module.module--country-selector .selector-wrapper div .content-text .url .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper div .content-text .url {
    line-height: 140%;
  }
}
.module.module--country-selector .selector-wrapper div .content-text h3 {
  font-family: "PT Serif";
  color: #1A56DB;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 2rem;
  color: #1A56DB;
}
@media (max-width: 991px) {
  .module.module--country-selector .selector-wrapper div .content-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper div .content-text h3 {
    font-size: 18px;
  }
}
.module.module--country-selector .selector-wrapper div .content-text:hover h3, .module.module--country-selector .selector-wrapper div .content-text:hover .url, .module.module--country-selector .selector-wrapper div .content-text:hover span {
  color: #ffffff !important;
}
.module.module--country-selector .selector-wrapper div:hover .content-text {
  opacity: 1;
  transition: all 0.3s;
  background-color: #1A56DB;
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper div {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--country-selector {
    margin-bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .module.module--country-selector {
    margin-bottom: 12rem;
  }
}

.module.module--cta .img-wrap img {
  object-fit: cover;
}
.module.module--cta .img-wrap img[src$=".svg"] {
  object-fit: contain;
  object-position: center 15%;
}
.module.module--cta.cta--picture .img-wrap img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .module.module--cta section.text,
  .module.module--cta section.image {
    padding: 0 1rem 4rem 1rem;
  }
}
.module.module--cta.cta--light.cta--full, .module.module--cta.cta--light .inner {
  background: #edf3f4;
}
.module--cta-group .module.module--cta.cta--light::before {
  background: #edf3f4;
}
.module.module--cta.cta--light .img-wrap {
  background-color: #fff;
}
.module.module--cta.cta--sky.cta--full, .module.module--cta.cta--sky .inner {
  background: #d9e8ee;
}
.module--cta-group .module.module--cta.cta--sky::before {
  background: #d9e8ee;
}
.module.module--cta.cta--grey.cta--full, .module.module--cta.cta--grey .inner {
  background: #b8c8cf;
}
.module.module--cta.cta--grey .heading {
  color: #fff;
}
.module--cta-group .module.module--cta.cta--grey::before {
  background: #b8c8cf;
}
.module.module--cta.cta--dark.cta--full, .module.module--cta.cta--dark .inner {
  background: #1a1a36;
}
.module.module--cta.cta--dark .heading {
  color: #1A56DB;
}
.module.module--cta.cta--dark p {
  color: #fff;
}
.module--cta-group .module.module--cta.cta--dark::before {
  background: #1a1a36;
}
.module.module--cta.cta--full .img-wrap {
  height: 63rem;
}
@media (max-width: 767px) {
  .module.module--cta.cta--full .img-wrap {
    height: 33rem;
  }
}
.module.module--cta:not(.cta--full) section.text {
  padding: 0 9rem;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--cta:not(.cta--full) section.text {
    padding: 4rem 3rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--cta:not(.cta--full) section.text {
    padding: 4rem;
    padding-top: 0;
  }
}
.module.module--cta.cta--reverse .row {
  flex-direction: row-reverse;
}
.module.module--cta:not(.cta--full) .img-wrap {
  height: 52.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .module.module--cta:not(.cta--full) .img-wrap {
    height: 33rem;
  }
}
.module.module--cta .heading {
  margin-bottom: 3rem;
}
.module.module--cta p {
  max-width: 100%;
}
@media (min-width: 768px) {
  .module.module--cta p {
    width: calc(6 * var(--col-width) + 10 * var(--half-gutter));
  }
}
.module--cta-group .module.module--cta p {
  width: auto;
}
@media (max-width: 767px) {
  .module.module--cta .heading, .module.module--cta p {
    max-width: none;
  }
}
.module.module--cta .buttons {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--cta .buttons {
    width: 100%;
  }
}
.module.module--cta .buttons .btn {
  margin-right: 2rem;
}
.module.module--cta .buttons .btn:nth-child(2) {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .module.module--cta .buttons .btn:nth-child(2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--cta .buttons .btn {
    width: 100%;
  }
}
.module.module--cta section.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.module--cta-group .module.module--cta section.text {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.module.module--cta .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
}
.module.module--cta .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--cta .heading {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--cta .heading {
    font-size: 28px;
  }
}

.module.module--cta-group .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1249px) {
  .module.module--cta-group .container {
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 767px) {
  .module.module--cta-group .container {
    display: initial;
  }
}
.module.module--cta-group .module {
  grid-row: 1;
  margin: 0;
  height: 100%;
  position: relative;
}
.module.module--cta-group .module:first-child section.text {
  padding-left: 0;
}
@media (max-width: 1249px) {
  .module.module--cta-group .module:first-child section.text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.module.module--cta-group .module:first-child::before {
  left: -100rem;
}
.module.module--cta-group .module:last-child section.text {
  padding-right: 0;
}
@media (max-width: 1249px) {
  .module.module--cta-group .module:last-child section.text {
    padding-right: 4rem;
  }
}
.module.module--cta-group .module:last-child::before {
  right: -100rem;
}
.module.module--cta-group .module::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100rem;
}
@media (max-width: 767px) {
  .module.module--cta-group .buttons {
    width: 100%;
  }
}
.module.module--cta-group .heading {
  max-width: 75rem;
}
.module.module--cta-group .inner {
  padding: 9rem 0;
  height: 100%;
}
.module.module--cta-group section.text {
  padding: 0 9rem;
}

.module.module--cta-35-anniversary {
  background: #d9e8ee;
}
.module.module--cta-35-anniversary .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  margin-bottom: 7rem;
  color: #1a1a36;
}
.module.module--cta-35-anniversary .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--cta-35-anniversary .heading {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--cta-35-anniversary .heading {
    font-size: 28px;
  }
}
.module.module--cta-35-anniversary .img-wrap {
  width: 90%;
  padding: 24%;
}
.module.module--cta-35-anniversary .img-wrap img {
  object-fit: contain;
}
.module.module--cta-35-anniversary .row {
  padding: 9rem 0;
}
.module.module--cta-35-anniversary .text {
  padding-left: 10rem;
}
@media (max-width: 991px) {
  .module.module--cta-35-anniversary .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .module.module--cta-35-anniversary .image {
    margin-bottom: 4rem;
  }
}

.module.module--data .numbers {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 88px;
  line-height: 120%;
  color: #b8c8cf;
  color: #b8c8cf;
}
.module.module--data .col-3 {
  text-align: center;
}

body.page--diagnosis {
  background: #b8c8cf;
  height: 100vh;
  overflow: hidden !important;
}
body.page--diagnosis #footer {
  display: none;
}
body.page--diagnosis #header svg * {
  /*fill: #fff;*/
}
body.page--diagnosis #header::before {
  background-color: #b8c8cf !important;
}

.module.module--diagnosis-form {
  transition: all 0.5s ease-in-out;
  background-color: #b8c8cf;
}
.module.module--diagnosis-form[data-step="1"] {
  transform: translateY(-100vh);
}
.module.module--diagnosis-form[data-step="2"] {
  transform: translateY(-200vh);
}
.module.module--diagnosis-form[data-step="3"] {
  transform: translateY(-300vh);
}
.module.module--diagnosis-form[data-step="4"] {
  transform: translateY(-400vh);
}
.module.module--diagnosis-form[data-step="5"] {
  transform: translateY(-500vh);
}
.module.module--diagnosis-form[data-step="6"] {
  transform: translateY(-600vh);
}
.module.module--diagnosis-form[data-step="7"] {
  transform: translateY(-700vh);
}
.module.module--diagnosis-form[data-step="8"] {
  transform: translateY(-800vh);
}
.module.module--diagnosis-form[data-step="9"] {
  transform: translateY(-900vh);
}
.module.module--diagnosis-form[data-step="10"] {
  transform: translateY(-1000vh);
}
.module.module--diagnosis-form .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
  margin-bottom: 14rem;
  color: #1a1a36 !important;
  max-width: 714px;
}
.module.module--diagnosis-form .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form .heading {
    font-size: 28px;
  }
}
.module.module--diagnosis-form .heading + p {
  max-width: 590px;
}
.module.module--diagnosis-form section {
  height: 100vh;
  overflow: auto;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.module.module--diagnosis-form section.form-step-wrapper {
  display: flex;
  align-items: center;
}
.module.module--diagnosis-form section .img-wrap {
  padding-bottom: 84%;
}
.module.module--diagnosis-form section .img-wrap img {
  object-fit: contain;
}
.module.module--diagnosis-form section .form-step-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper {
    flex-direction: column;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-number {
  position: fixed;
  width: calc(2 * var(--col-width) + 1 * var(--gutter-width) );
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number {
    width: calc(2.5 * var(--col-width) + 2 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number {
    position: absolute;
    margin-top: 0.5rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-number span {
  font-family: PT Serif;
  font-style: italic;
  font-weight: normal;
  /*font-size: 88px;*/
  font-size: 80px;
  line-height: 100%;
  color: #d9e8ee;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number span {
    font-size: 9rem;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number span {
    font-size: 5rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form {
  width: calc(8 * var(--col-width) + 7 * var(--gutter-width) );
  margin-left: calc(2.001 * var(--col-width) + 2 * var(--gutter-width) );
  flex-grow: 0;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form {
    width: calc(9 * var(--col-width) + 8 * var(--gutter-width) );
    margin-left: calc(2.5 * var(--col-width) + 2 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form {
    width: auto;
    margin-left: 0;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  padding-top: 0.2em;
  margin-bottom: 5rem;
  color: #1a1a36;
  max-width: none;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
    margin-left: calc(2.5 * var(--col-width) + 2 * var(--gutter-width) );
    margin-bottom: 5rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .form-wrap > p {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .form-wrap > p {
    font-size: 16px;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .note {
  max-width: 588px;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .note {
    margin-bottom: 3rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field .cb-wrap .placeholder {
  background-color: white;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field.field--narrow {
  padding-left: 0;
  padding-right: 0;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field.field--narrow input {
  padding: 4px 8px;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field--cb {
  padding-left: 0;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field--cb .cb-wrap p {
  max-width: 730px;
  font-weight: 500;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .select-wrap .placeholder {
  background-color: #fff;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field:not(.has-error) .select-wrap .placeholder {
  border: transparent;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field input[type=text], .module.module--diagnosis-form section .form-step-wrapper .step-form .field input[type=email], .module.module--diagnosis-form section .form-step-wrapper .step-form .field input[type=tel], .module.module--diagnosis-form section .form-step-wrapper .step-form .field textarea {
  background-color: #fff;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .check-title label {
  font-family: PT Serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table {
  width: 100%;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table.table--checks {
  line-height: 1.2;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table.table--checks th[colspan] {
  text-align: right;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table.table--checks .cb-wrap {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block {
    display: block;
  }
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block td.extra-cell-width {
    display: block;
  }
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block td.empty {
    display: none;
  }
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block td.empty + td {
    margin-top: 3rem;
    display: block;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table th {
  font-family: PT Serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr {
  height: 60px;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td {
  min-width: 100px;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table tr td {
    min-width: 50px;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td.extra-cell-width {
  padding-right: 45px;
  min-width: 150px;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table tr td.extra-cell-width {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table tr td.extra-cell-width {
    min-width: 200px;
    padding-right: 60px;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td .cb-wrap {
  display: flex;
  align-items: center;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td p {
  font-family: PT Serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}
.module.module--diagnosis-form section.form-start {
  padding-top: 24rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--diagnosis-form section.form-start {
    padding-top: 18rem;
  }
}
.module.module--diagnosis-form section.form-start .actions {
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section.form-start {
    padding-top: 12rem;
  }
  .module.module--diagnosis-form section.form-start .row {
    flex-direction: column-reverse;
  }
  .module.module--diagnosis-form section.form-start .heading {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section.form-start {
    padding-top: 8rem;
  }
}
.module.module--diagnosis-form section.form-end .container > *:not(.heading) {
  max-width: 632px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--diagnosis-form section.form-end .container > *:not(.heading) {
    max-width: 500px;
  }
}
.module.module--diagnosis-form section.form-end .container > *.heading {
  max-width: 792px;
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--diagnosis-form section.form-end .container > *.heading {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .module.module--diagnosis-form section.form-end .container > * {
    margin-left: calc(2.001 * var(--col-width) + 2 * var(--gutter-width) );
  }
}
.module.module--diagnosis-form section.form-end p {
  margin-bottom: 4rem;
}
.module.module--diagnosis-form section .actions {
  margin-top: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right:100px;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .actions {
    margin-top: 8rem;
    padding-right:0px;
  }
}
.module.module--diagnosis-form section:nth-child(2) [data-prev] {
  opacity: 0;
  pointer-events: none;
}
.module.module--diagnosis-form .cta i {
  color: #fff;
  margin-right: 1rem;
}

.module.module--error-page {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--error-page {
    margin-top: -8rem !important;
  }
}
.module.module--error-page .img-wrap {
  width: 580px;
  padding-bottom: 45rem;
}
.module.module--error-page .img-wrap img {
  object-fit: contain;
  object-position: center top;
}
@media (max-width: 767px) {
  .module.module--error-page .img-wrap {
    width: 100%;
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--error-page .img-wrap {
    width: 70%;
    margin: 0 auto 4rem;
  }
}
.module.module--error-page .module--error-page__error-box {
  display: flex;
}
@media (max-width: 991px) {
  .module.module--error-page .module--error-page__error-box {
    flex-direction: column-reverse;
  }
}
.module.module--error-page section.module--error-page__text-content {
  max-width: 500px;
  margin-right: 11rem;
  margin-bottom: 10rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--error-page section.module--error-page__text-content {
    margin-right: 5rem;
  }
}
.module.module--error-page section.module--error-page__text-content li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .module.module--error-page section.module--error-page__text-content {
    margin-bottom: 3rem;
    margin-right: 0;
  }
}
.module.module--error-page .pretitle {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--error-page .pretitle {
    font-size: 14px;
  }
}
.module.module--error-page .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 4rem;
}
.module.module--error-page .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--error-page .heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--error-page .heading {
    font-size: 28px;
  }
}
.module.module--error-page .quote {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .module.module--error-page .quote {
    font-size: 23px;
  }
}
.module.module--error-page .description {
  margin-bottom: 4rem;
}
.module.module--error-page ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.module.module--error-page ol li {
  counter-increment: my-awesome-counter;
  list-style-position: outside;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.module.module--error-page ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .module.module--error-page ol li::before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .module.module--error-page ol li::before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .module.module--error-page .btn {
    margin-top: 3rem;
  }
}

.module.module--expert section.image {
  background: #edf3f4;
  padding: 8rem 6rem;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--expert section.image {
    padding: 6rem 5rem;
  }
}
.module.module--expert section.image .img-wrap {
  border-radius: 999px;
  width: 196px;
  height: 196px;
}
@media (max-width: 767px) {
  .module.module--expert section.image .img-wrap {
    text-align: center;
  }
}
.module.module--expert section.image .img-wrap img {
  width: 100%;
  position: initial;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .module.module--expert section.image .img-wrap img {
    max-width: 196px;
  }
}
@media (max-width: 767px) {
  .module.module--expert section.image {
    padding: 4rem;
  }
}
.module.module--expert section.text {
  padding-top: 8rem;
  padding-right: 118px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--expert section.text {
    padding: 6rem 3rem 0;
  }
}
.module.module--expert section.text .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  margin-bottom: 3rem;
}
.module.module--expert section.text .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--expert section.text .name {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--expert section.text .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--expert section.text .meta {
    font-size: 14px;
  }
}
.module.module--expert section.text .position {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--expert section.text .position {
    font-size: 16px;
  }
}
.module.module--expert section.text .linkedin {
  display: inline-block;
  margin-top: 4rem;
  font-size: 20px;
}
@media (max-width: 767px) {
  .module.module--expert section.text {
    padding-right: 0;
  }
}
.module.module--expert .row {
  position: relative;
}
@media (max-width: 767px) {
  .module.module--expert .row {
    padding-bottom: 13rem;
    bottom: 0;
  }
}
.module.module--expert .row::after {
  content: "";
  position: absolute;
  top: 0;
  background: #d9e8ee;
  height: 100%;
  right: calc(-1 * var(--wide-margin));
  width: calc(var(--col-width) + var(--wide-margin) + var(--half-gutter));
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--expert .row::after {
    width: calc(var(--col-width) + var(--side-margin));
    right: calc(-1 * var(--side-margin));
  }
}
@media (max-width: 767px) {
  .module.module--expert .row::after {
    width: 100%;
    height: 56px;
    bottom: 0;
    top: initial;
  }
}
@media (max-width: 767px) {
  .module.module--expert .offset-1 {
    margin-left: 0;
  }
}

.module.module--features {
  padding-bottom: 3rem;
}
.module.module--features header {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  background: #edf3f4;
  padding: 3rem 5rem;
}
.module.module--features header .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--features header {
    line-height: 140%;
  }
}
.module.module--features section {
  padding: 4rem 0;
}
.module.module--features .row > * {
  position: relative;
}
.module.module--features .row > *::after {
  content: "";
  position: absolute;
  left: var(--half-gutter);
  bottom: -3rem;
  right: var(--half-gutter);
  height: 3rem;
  background: #edf3f4;
  border-bottom-right-radius: 1.5rem;
}

.module.module--figures {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--figures .row {
    padding: 0 12rem;
  }
}
@media (max-width: 767px) {
  .module.module--figures .row {
    margin-bottom: -4rem;
  }
}
.module.module--figures p.figure {
  font-family: "Poppins";
  font-size: 60px;
  line-height: 120%;
  color: #b8c8cf;
  line-height: 1;
}
@media (max-width: 1249px) {
  .module.module--figures p.figure {
    font-size: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--figures p.figure {
    font-size: 56px;
  }
}
.module.module--figures p.label {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .module.module--figures p.label {
    font-size: 14px;
  }
}
@media (max-width: 1249px) {
  .module.module--figures p.label {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .module.module--figures p.label {
    margin-bottom: 4rem;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .module.module--figures .module--figures__text-box {
    max-width: 230px;
    margin: 0 auto;
  }
}

.module.module--filters {
  margin-bottom: -8rem;
}
.module + .module.module--filters {
  margin-top: 12rem;
}
.module.module--filters .buttons {
  margin-bottom: 3rem;
}
.module.module--filters .buttons .btn {
  margin-right: 2rem;
}
.module.module--filters .buttons .current-filter {
  font-size: 14px;
}
@media (max-width: 767px) {
  .module.module--filters .buttons .current-filter {
    display: block;
    margin-top: 2rem;
  }
}
.module.module--filters .list {
  margin-bottom: 3rem;
}
.module.module--filters .list .inner {
  background: #edf3f4;
  padding: 8rem 0;
}
.module.module--filters .field--cb {
  margin-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}
.module.module--filters .cb-wrap .placeholder {
  background: #d9e8ee;
}
.module.module--filters .cb-wrap p {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
}
.module.module--filters .cb-wrap p .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--filters .cb-wrap p {
    line-height: 140%;
  }
}
.module.module--filters .cb-wrap p img {
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .module.module--filters .cb-wrap p {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
    align-items: flex-start;
    display: flex;
  }
  .module.module--filters .cb-wrap p .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--filters .cb-wrap p {
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--filters .inline-form {
    flex-wrap: wrap;
  }
  .module.module--filters .inline-form .field {
    width: 50%;
  }
  .module.module--filters .inline-form .field .select-wrap {
    width: 100%;
  }
}
.module.module--filters .inline-form .field {
  flex-basis: unset !important;
}
@media (max-width: 767px) {
  .module.module--filters .inline-form .field .select-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module.module--filters .inline-form .field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module.module--filters .inline-form {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.module.module--filters .row--actions {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .module.module--filters .row--actions .btn + .btn {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .module.module--filters .row--actions .btn + .btn {
    margin-top: 2rem;
  }
}

.module.module--faq .container > ul {
  margin-bottom: -4rem;
}
.module.module--faq .container > ul > li {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .module.module--faq .container > ul {
    margin-bottom: 0;
  }
}
.module.module--faq .question {
  border: 4px solid #f3f6f7;
  padding: 5rem;
  transition: background 0.5s ease;
}
@media (max-width: 767px) {
  .module.module--faq .question {
    padding: 3rem 2rem 3rem;
  }
}
.module.module--faq .question header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
html.hasHover .module.module--faq .question header:hover p, html.hasHover .module.module--faq .question header:hover .icon-wrap, .module.module--faq .question header:active p, .module.module--faq .question header:active .icon-wrap {
  color: #1A56DB;
}
.module.module--faq .question header p {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  max-width: 760px;
  transition: color 0.25s ease;
}
.module.module--faq .question header p .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--faq .question header p {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--faq .question header p {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  .module.module--faq .question header p .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 767px) {
  .module.module--faq .question header p {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--faq .question header p {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--faq .question header p .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--faq .question header p {
    line-height: 140%;
  }
}
.module.module--faq .question header .icon-wrap {
  padding: 1rem;
  cursor: pointer;
  color: #b8c8cf;
  font-size: 18px;
  transition: color 0.25s ease, transform 0.5s ease;
}
.module.module--faq .question .answer {
  max-width: 813px;
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.module.module--faq .question.expanded {
  background: #f3f6f7;
}
.module.module--faq .question.expanded .answer {
  padding-top: 6rem;
  max-height: 150rem;
  opacity: 1;
}
.module.module--faq .question.expanded .icon-wrap {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .module.module--gallery .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .module.module--gallery .images {
    max-width: none;
    display: block;
    padding: 0 var(--half-gutter) !important;
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .module.module--gallery .col-1 {
    max-width: none;
  }
  .module.module--gallery .col-1:first-child {
    padding-right: calc(var(--half-gutter) / 2);
  }
  .module.module--gallery .col-1:last-child {
    padding-left: calc(var(--half-gutter) / 2);
  }
  .module.module--gallery .arrow-wrap {
    margin-top: calc(1 * var(--half-gutter));
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .module.module--gallery .arrow-wrap i {
    font-size: 14px;
    padding: 1rem 0;
  }
}
.module.module--gallery .images {
  padding: 0 calc(3 * var(--half-gutter));
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--gallery .images {
    padding: 0 calc(1 * var(--half-gutter));
  }
}
.module.module--gallery ul {
  display: flex;
  overflow: hidden;
}
.module.module--gallery ul li {
  flex-shrink: 0;
  width: 100%;
  transition: transform 0.5s ease;
}
.module.module--gallery[data-slide="1"] ul li {
  transform: translateX(0%);
}
.module.module--gallery[data-slide="2"] ul li {
  transform: translateX(-100%);
}
.module.module--gallery[data-slide="3"] ul li {
  transform: translateX(-200%);
}
.module.module--gallery[data-slide="4"] ul li {
  transform: translateX(-300%);
}
.module.module--gallery[data-slide="5"] ul li {
  transform: translateX(-400%);
}
.module.module--gallery[data-slide="6"] ul li {
  transform: translateX(-500%);
}
.module.module--gallery[data-slide="7"] ul li {
  transform: translateX(-600%);
}
.module.module--gallery[data-slide="8"] ul li {
  transform: translateX(-700%);
}
.module.module--gallery[data-slide="9"] ul li {
  transform: translateX(-800%);
}
.module.module--gallery[data-slide="10"] ul li {
  transform: translateX(-900%);
}
.module.module--gallery[data-slide="11"] ul li {
  transform: translateX(-1000%);
}
.module.module--gallery[data-slide="12"] ul li {
  transform: translateX(-1100%);
}
.module.module--gallery[data-slide="13"] ul li {
  transform: translateX(-1200%);
}
.module.module--gallery[data-slide="14"] ul li {
  transform: translateX(-1300%);
}
.module.module--gallery[data-slide="15"] ul li {
  transform: translateX(-1400%);
}
.module.module--gallery[data-slide="16"] ul li {
  transform: translateX(-1500%);
}
.module.module--gallery[data-slide="17"] ul li {
  transform: translateX(-1600%);
}
.module.module--gallery[data-slide="18"] ul li {
  transform: translateX(-1700%);
}
.module.module--gallery[data-slide="19"] ul li {
  transform: translateX(-1800%);
}
.module.module--gallery[data-slide="20"] ul li {
    transform: translateX(-1900%);
}
.module.module--gallery[data-slide="21"] ul li {
    transform: translateX(-2000%);
}
.module.module--gallery[data-slide="22"] ul li {
    transform: translateX(-2100%);
}
.module.module--gallery[data-slide="23"] ul li {
    transform: translateX(-2200%);
}
.module.module--gallery[data-slide="24"] ul li {
    transform: translateX(-2300%);
}
.module.module--gallery[data-slide="25"] ul li {
    transform: translateX(-2400%);
}
.module.module--gallery[data-slide="26"] ul li {
    transform: translateX(-2500%);
}
.module.module--gallery[data-slide="27"] ul li {
    transform: translateX(-2600%);
}
.module.module--gallery[data-slide="28"] ul li {
    transform: translateX(-2700%);
}
.module.module--gallery[data-slide="29"] ul li {
    transform: translateX(-2800%);
}
.module.module--gallery[data-slide="30"] ul li {
    transform: translateX(-2900%);
}
.module.module--gallery[data-slide="31"] ul li {
    transform: translateX(-3000%);
}
.module.module--gallery[data-slide="32"] ul li {
    transform: translateX(-3100%);
}
.module.module--gallery[data-slide="33"] ul li {
    transform: translateX(-3200%);
}
.module.module--gallery[data-slide="34"] ul li {
    transform: translateX(-3300%);
}
.module.module--gallery[data-slide="35"] ul li {
    transform: translateX(-3400%);
}
.module.module--gallery[data-slide="36"] ul li {
    transform: translateX(-3500%);
}
.module.module--gallery[data-slide="37"] ul li {
    transform: translateX(-3600%);
}
.module.module--gallery[data-slide="38"] ul li {
    transform: translateX(-3700%);
}
.module.module--gallery[data-slide="39"] ul li {
    transform: translateX(-3800%);
}
.module.module--gallery[data-slide="40"] ul li {
    transform: translateX(-3900%);
}
.module.module--gallery[data-slide="41"] ul li {
    transform: translateX(-4000%);
}
.module.module--gallery[data-slide="42"] ul li {
    transform: translateX(-4100%);
}
.module.module--gallery[data-slide="43"] ul li {
    transform: translateX(-4200%);
}
.module.module--gallery[data-slide="44"] ul li {
    transform: translateX(-4300%);
}
.module.module--gallery[data-slide="45"] ul li {
    transform: translateX(-4400%);
}
.module.module--gallery[data-slide="46"] ul li {
    transform: translateX(-4500%);
}
.module.module--gallery[data-slide="47"] ul li {
    transform: translateX(-4600%);
}
.module.module--gallery[data-slide="48"] ul li {
    transform: translateX(-4700%);
}
.module.module--gallery[data-slide="49"] ul li {
    transform: translateX(-4800%);
}
.module.module--gallery[data-slide="50"] ul li {
    transform: translateX(-4900%);
}

.module.module--gallery:not(.gallery--single) .img-wrap {
  height: 0 !important;
  width: 100% !important;
  padding-bottom: 64%;
}
.module.module--gallery.gallery--single img {
  position: static;
}
.module.module--gallery .arrow-wrap {
  height: 100%;
  background: #f3f6f7;
  display: grid;
  place-items: center;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--gallery .arrow-wrap i {
    font-size: 14px;
  }
}
.module.module--gallery .arrow-wrap.prev .icon-arrow {
  transform: rotate(180deg);
}
html.hasHover .module.module--gallery .arrow-wrap:hover, .module.module--gallery .arrow-wrap:active {
  background: rgba(217, 232, 238, 0.5);
}
html.hasHover .module.module--gallery .arrow-wrap:hover .icon-arrow, .module.module--gallery .arrow-wrap:active .icon-arrow {
  color: #1a1a36;
}
.module.module--gallery .icon-arrow {
  transition: all 0.25s ease;
  font-size: 22.5px;
  color: #1A56DB;
  display: block;
}

.module.module--horizontal-content-list .row:first-child {
  margin-bottom: -8rem;
}
.module.module--horizontal-content-list a {
  color: #1a1a36;
}
.module.module--horizontal-content-list article > a {
  display: inline-block;
}
.module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item > .img-wrap {
  margin-bottom: 3rem;
  margin-right: 3rem;
  padding-bottom: 179px;
  width: 282px;
  flex-shrink: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item > .img-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item > .img-wrap {
    width: 100%;
    margin-right: 0;
    padding-bottom: 63%;
  }
}
.module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item {
  margin-bottom: 8rem;
  display: flex;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item {
    margin-bottom: 9rem;
    flex-direction: column;
  }
}
.module.module--horizontal-content-list article > a :last-child .module--horizontal-content-list__content-item {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list article > a :last-child .module--horizontal-content-list__content-item {
    margin-bottom: 8rem;
  }
}
html.hasHover .module.module--horizontal-content-list article > a:hover .title, .module.module--horizontal-content-list article > a:active .title {
  color: #1A56DB;
}
.module.module--horizontal-content-list:not(.related-content--areas) a > .rmodule--horizontal-content-list__content-item > .img-wrap {
  padding-bottom: 65.1%;
  width: 100%;
}
.module.module--horizontal-content-list .type {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list .type {
    font-size: 14px;
  }
}
.module.module--horizontal-content-list .date {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-bottom: 1.5rem;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list .date {
    font-size: 14px;
  }
}
.module.module--horizontal-content-list .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 3rem;
  transition: color 0.25s ease;
}
.module.module--horizontal-content-list .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list .title {
    line-height: 140%;
  }
}

.module.module--form {
  position: relative;
  background: #fff;
}
.module.module--form .form-wrap > p {
  max-width: 588px;
}
.module.module--form .form-wrap .heading-alt {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  color: #1A56DB;
  margin-bottom: 3rem;
}
.module.module--form .form-wrap .heading-alt .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--form .form-wrap .heading-alt {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--form .form-wrap .heading-alt {
    font-size: 28px;
  }
}
.module.module--form .form-wrap .form {
  margin-top: 5rem;
}
.module.module--footer-logos {
  background: #ffffff;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  .module.module--footer-logos {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .module.module--footer-logos {
    padding-bottom: 10rem;
  }
}
.module.module--footer-logos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .module.module--footer-logos ul {
    flex-direction: column;
    justify-content: center;
  }
}
.module.module--footer-logos ul li {
  margin: 0 2rem;
}
.module.module--footer-logos ul li img {
  filter: grayscale(1);
  opacity: 0.7;
  width: 208px;
}
@media (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child) {
    margin-bottom: 4rem;
  }
}
.module.module--footer-logos ul li:not(li:last-child).caption {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  max-width: 25rem;
}
@media (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child).caption {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child).caption {
    max-width: 17rem;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child).caption {
    max-width: initial;
  }
}

.module.module--hero:first-child {
  margin-top: 0 !important;
}
.module.module--hero:not(.hero--home, .hero--claim) .pretitle {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--hero:not(.hero--home, .hero--claim) .pretitle {
    font-size: 14px;
  }
}
.module.module--hero.hero--full {
  position: relative;
}
.module.module--hero.hero--full .img-wrap {
  position: absolute;
  height: 856px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .img-wrap {
    height: 100%;
  }
}
.module.module--hero.hero--full .container {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.module.module--hero.hero--full .tophero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
}
@media (min-width: 576px) {
  .module.module--hero.hero--full .tophero {
    min-height: 362px;
  }
}
.module.module--hero.hero--full .intro {
  background: #fff;
  color: #1a1a36;
  margin-top: 5rem;
  padding: 11rem 5rem 3rem 0;
  position: relative;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  border-top-right-radius: 116px;
  min-height: 0;
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro {
    font-size: 16px;
  }
}
.module.module--hero.hero--full .intro p.featured {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .module.module--hero.hero--full .intro p.featured {
    font-size: 23px;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--full .intro {
    min-height: 0;
    border-top-right-radius: 250px;
  }
}
.module.module--hero.hero--full .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
  height: 500px;
}
.module.module--hero.hero--full .intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #fff;
  top: 0;
  right: 0;
  width: calc(100% + var(--wide-margin) + var(--half-gutter));
  height: 500px;
  border-top-right-radius: 250px;
}
.module.module--hero.hero--full .intro > * {
  max-width: 588px;
  position: relative;
  z-index: 1;
}
.module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 6rem;
}
.module.module--hero.hero--full .intro h1 .icon-arrow, .module.module--hero.hero--full .intro .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro {
    margin-top: 8rem;
    padding: 8rem 5rem 3rem 0;
  }
}
.module.module--hero.hero--full .arrow-wrap {
  position: fixed;
  color: #fff;
  cursor: pointer;
  width: 12rem;
  height: 12rem;
  transition: all 0.25s ease;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  display: grid;
  place-items: center;
  transform: rotate(90deg);
  font-size: 18px;
}
@media (min-width: 1250px) {
  .module.module--hero.hero--full .arrow-wrap {
    right: calc(var(--half-gutter) + var(--container-margin));
    bottom: 9rem;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--hero.hero--full .arrow-wrap {
    right: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--full .arrow-wrap {
    right: 3.5rem;
    bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .arrow-wrap {
    display: none !important;
  }
}
html.hasHover .module.module--hero.hero--full .arrow-wrap:hover, .module.module--hero.hero--full .arrow-wrap:active {
  background: rgba(0, 0, 0, 0.4);
}
html.isScrolledPastHero .module.module--hero.hero--full .arrow-wrap {
  opacity: 0;
  pointer-events: none;
}
.module.module--hero.hero--home {
  background: #1A56DB;
  color: #fff;
}
.module.module--hero.hero--home .container {
  justify-content: flex-end;
}
.module.module--hero.hero--home .intro {
  border-top-right-radius: 116px;
  min-height: calc(100vh - 55rem - 11rem);
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .intro {
    padding-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--home .intro {
    border-top-right-radius: 160px;
    min-height: 0;
  }
}
.module.module--hero.hero--home .intro > * {
  max-width: 680px;
}
.module.module--hero.hero--home .pretitle {
  font-family: "PT Serif";
  color: #1A56DB;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
  margin-top: 30rem;
  color: #fff;
}
@media (max-width: 991px) {
  .module.module--hero.hero--home .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .pretitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .pretitle {
    margin-top: 16rem;
  }
}
.module.module--hero.hero--home h1, .module.module--hero.hero--home .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 128px;
  line-height: 0.9;
  color: #fff;
}
html[lang="es"] .module.module--hero.hero--home h1,
html[lang="es"] .module.module--hero.hero--home .h1,
html[lang="pt-pt"] .module.module--hero.hero--home h1,
html[lang="pt-pt"] .module.module--hero.hero--home .h1,
html[lang="fr"] .module.module--hero.hero--home h1,
html[lang="fr"] .module.module--hero.hero--home .h1,
html[lang="en"] .page-id-309201 .module.module--hero.hero--home h1,
html[lang="en"] .page-id-309201 .module.module--hero.hero--home .h1{

  font-size: 55px;
  line-height: 70px;

}
.module.module--hero.hero--home h1 .outline::after, .module.module--hero.hero--home .h1 .outline::after{
  top:0px;
}
.module.module--hero.hero--home h1 .icon-arrow, .module.module--hero.hero--home .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--home h1, .module.module--hero.hero--home .h1 {
    font-size: 94px;
  }

  html[lang="es"]  .module.module--hero.hero--home h1,
  html[lang="es"] .module.module--hero.hero--home .h1,
  html[lang="fr"]  .module.module--hero.hero--home h1,
  html[lang="fr"] .module.module--hero.hero--home .h1{
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home h1, .module.module--hero.hero--home .h1 {
    font-size: 56px !important;
  }
  html[lang="es"] .module.module--hero.hero--home h1,
  html[lang="es"] .module.module--hero.hero--home .h1,
  html[lang="fr"] .module.module--hero.hero--home h1,
  html[lang="fr"] .module.module--hero.hero--home .h1{
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
.module.module--hero.hero--home h1 .outline, .module.module--hero.hero--home .h1 .outline {
  color: transparent;
  position: relative;
  -webkit-text-stroke: 4px #fff;
  display: inline-block;
}
.module.module--hero.hero--home h1 .outline::after, .module.module--hero.hero--home .h1 .outline::after {
  content: attr(data-content);
  color: #1A56DB;
  -webkit-text-stroke: 0;
  position: absolute;
  left: 0;
}
.module.module--hero.hero--detail {
  position: relative;
}
.module.module--hero.hero--detail > .img-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.module.module--hero.hero--detail .tophero {
  min-height: 200px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .intro {
    min-height: 0 !important;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail:not(.hero--height-auto) .intro {
    min-height: 43rem;
  }
}
.module.module--hero.hero--detail .intro {
  background: #fff;
  border-top-right-radius: 116px;
  position: relative;
  padding-top: 10rem;
  padding-right: 5rem;
}
.module.module--hero.hero--detail .intro > * {
  max-width: 690px;
}
.module.module--hero.hero--detail .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
}
.module.module--hero.hero--detail .intro p.regular {
  margin-top: 3rem;
}
.module.module--hero.hero--detail .intro p.featured {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .module.module--hero.hero--detail .intro p.featured {
    font-size: 23px;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--detail .intro {
    border-top-right-radius: 220px;
  }
}
.module.module--hero.hero--detail .back {
  margin-bottom: 4rem;
  font-size: 16px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail .back {
    font-size: 12px;
  }
}
.module.module--hero.hero--detail h1, .module.module--hero.hero--detail .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 72px;
  line-height: 1.1;
  max-width: 690px;
}
.module.module--hero.hero--detail h1 .icon-arrow, .module.module--hero.hero--detail .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--detail h1, .module.module--hero.hero--detail .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail h1, .module.module--hero.hero--detail .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--detail .area-icon-wrap {
  position: relative;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  height: 10rem;
}
.module.module--hero.hero--detail .area-icon-wrap span {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  margin-left: 3rem;
}
.module.module--hero.hero--detail .area-icon-wrap span .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail .area-icon-wrap span {
    line-height: 140%;
  }
}
.module.module--hero.hero--detail .area-icon {
  height: 10rem;
  width: 10rem;
}
@media (min-width: 768px) {
  .module.module--hero.hero--detail:not(.hero--no-image) > .img-wrap {
    height: 700px;
  }
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro {
  position: relative;
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro > * {
  position: relative;
  z-index: 1;
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro::before {
  height: 500px;
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #fff;
  top: 0;
  right: 0;
  width: calc(100% + var(--wide-margin) + var(--half-gutter));
  height: 500px;
  border-top-right-radius: 219px;
}
.module.module--hero.hero--detail.hero--no-image .tophero {
  min-height: 187px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .tophero {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .post-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module.module--hero.hero--detail.hero--no-image .intro {
  padding-top: 0;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .intro {
    padding-right: 0;
  }
}
.module.module--hero.hero--detail:not(:first-child) .tophero {
  min-height: 8rem;
}
.module.module--hero.hero--list > .img-wrap {
  height: 558px;
  background: #1A56DB;
}
.module.module--hero.hero--list.hero--background-dark > .img-wrap {
  background: #1a1a36;
}
.module.module--hero.hero--list.hero--background-light > .img-wrap {
  background: #edf3f4;
}
.module.module--hero.hero--list.hero--background-sky > .img-wrap {
  background: #d9e8ee;
}
.module.module--hero.hero--list .container {
  margin-top: -48rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--list.hero--height-auto .intro {
    min-height: 35rem;
  }
}
.module.module--hero.hero--list .intro {
  background: #fff;
  min-height: 48rem;
  border-top-right-radius: 220px;
  position: relative;
  padding-top: 10rem;
  padding-right: 5rem;
}
.module.module--hero.hero--list .intro > * {
  max-width: 690px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--list .intro {
    border-top-right-radius: 116px;
  }
}
.module.module--hero.hero--list .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
}
.module.module--hero.hero--list .intro p.featured {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .module.module--hero.hero--list .intro p.featured {
    font-size: 23px;
  }
}
.module.module--hero.hero--list .intro h1 + p:not(.featured) {
  margin-top: 4rem;
}
.module.module--hero.hero--list .back {
  margin-bottom: 4rem;
  font-size: 16px;
}
.module.module--hero.hero--list h1, .module.module--hero.hero--list .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 72px;
  line-height: 1.1;
  max-width: 690px;
}
.module.module--hero.hero--list h1 .icon-arrow, .module.module--hero.hero--list .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--list h1, .module.module--hero.hero--list .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--list h1, .module.module--hero.hero--list .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--list .area-icon-wrap {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
.module.module--hero.hero--list .area-icon-wrap span {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  margin-left: 3rem;
}
.module.module--hero.hero--list .area-icon-wrap span .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--hero.hero--list .area-icon-wrap span {
    line-height: 140%;
  }
}
.module.module--hero.hero--list .area-icon {
  height: 10rem;
  width: 10rem;
}
.module.module--hero.hero--no-image .container, .module.module--hero.hero--person .container {
  margin-top: 0;
}
.module.module--hero.hero--no-image h1, .module.module--hero.hero--no-image .h1, .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
}
.module.module--hero.hero--no-image h1 .icon-arrow, .module.module--hero.hero--no-image .h1 .icon-arrow, .module.module--hero.hero--person h1 .icon-arrow, .module.module--hero.hero--person .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--no-image h1, .module.module--hero.hero--no-image .h1, .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image h1, .module.module--hero.hero--no-image .h1, .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--no-image .meta, .module.module--hero.hero--person .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  color: #b8c8cf;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .meta, .module.module--hero.hero--person .meta {
    font-size: 14px;
  }
}
.module.module--hero.hero--no-image .logo-wrap, .module.module--hero.hero--person .logo-wrap {
  width: 180px;
  height: 10rem;
  padding: 0;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .logo-wrap, .module.module--hero.hero--person .logo-wrap {
    width: 114px;
  }
}
.module.module--hero.hero--no-image .logo-text-wrap, .module.module--hero.hero--person .logo-text-wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.module.module--hero.hero--no-image .logo-text-wrap p, .module.module--hero.hero--person .logo-text-wrap p {
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .logo-text-wrap, .module.module--hero.hero--person .logo-text-wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.module.module--hero.hero--no-image .byline, .module.module--hero.hero--no-image .expert, .module.module--hero.hero--person .byline, .module.module--hero.hero--person .expert {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  display: inline-block;
  margin-top: 2rem;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .byline, .module.module--hero.hero--no-image .expert, .module.module--hero.hero--person .byline, .module.module--hero.hero--person .expert {
    font-size: 14px;
  }
}
.module.module--hero.hero--no-image .expert, .module.module--hero.hero--person .expert {
  transition: color 0.25s ease;
}
html.hasHover .module.module--hero.hero--no-image .expert:hover, .module.module--hero.hero--no-image .expert:active, html.hasHover .module.module--hero.hero--person .expert:hover, .module.module--hero.hero--person .expert:active {
  color: #1A56DB;
}
.module.module--hero.hero--no-image .position, .module.module--hero.hero--person .position {
  margin-top: 2rem;
}
.module.module--hero.hero--person .intro {
  padding-top: 187px;
  min-height: 0;
}
.module.module--hero .post-meta {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.module.module--hero .post-meta .date {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  text-transform: uppercase;
  color: #b8c8cf;
  line-height: 1;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .date {
    font-size: 14px;
  }
}
.module.module--hero .post-meta .category {
  color: #b8c8cf;
  display: flex;
  align-items: center;
}
.module.module--hero .post-meta .category span, .module.module--hero .post-meta .category a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  line-height: 1;
}
.module.module--hero .post-meta .category span .icon-arrow, .module.module--hero .post-meta .category a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category span, .module.module--hero .post-meta .category a {
    line-height: 140%;
  }
}
.module.module--hero .post-meta .category a {
  transition: color 0.25s ease;
}
html.hasHover .module.module--hero .post-meta .category a:hover, .module.module--hero .post-meta .category a:active {
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category a {
    font-size: 14px;
  }
}
.module.module--hero .post-meta .category::before {
  content: "•";
  font-size: 18px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.module.module--hero.hero--publication h1, .module.module--hero.hero--publication .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
}
.module.module--hero.hero--publication h1 .icon-arrow, .module.module--hero.hero--publication .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--publication h1, .module.module--hero.hero--publication .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--publication h1, .module.module--hero.hero--publication .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--publication .pretitle {
  font-size: 20px;
}
.module.module--hero.hero--publication .results {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--publication .results {
    font-size: 14px;
  }
}
.module.module--hero.hero--opinion .pretitle {
  font-size: 20px;
}
.module.module--hero.hero--person {
  margin-bottom: 0;
}
.module.module--hero.hero--person .intro {
  max-width: calc(6 * var(--col-width) + 5 * var(--gutter-width) );
}
@media (min-width: 1250px) {
  .module.module--hero.hero--person .intro {
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--person .intro {
    max-width: calc(10 * var(--col-width) + 9 * var(--gutter-width) );
    padding-bottom: 0;
    padding-top: 28rem !important;
  }
  .module.module--hero.hero--person .intro h1 {
    margin-top: -1rem;
  }
}
.module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 72px;
  line-height: 1.1;
  margin-top: 3rem;
}
.module.module--hero.hero--person h1 .icon-arrow, .module.module--hero.hero--person .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--person .position {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--person .position {
    font-size: 16px;
  }
}
.module.module--hero.hero--person .basecamp {
  margin-top: 3rem;
}
.module.module--hero.hero--person .btn {
  margin-top: 4rem;
}
.module.module--hero.hero--person .row > .img-wrap {
  position: absolute;
  top: 187px;
  right: var(--half-gutter);
  width: calc(4 * var(--col-width) + 3 * var(--gutter-width) );
  height: calc(4 * var(--col-width) + 3 * var(--gutter-width) );
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--hero.hero--person .row > .img-wrap {
    width: calc(5 * var(--col-width) + 4 * var(--gutter-width) );
    height: calc(5 * var(--col-width) + 4 * var(--gutter-width) );
    right: var(--side-margin);
  }
}
.module.module--hero.hero--person .row > .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.25);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .module.module--hero.hero--person .row > .img-wrap {
    top: 110px;
    left: 3rem;
    width: 200px;
    height: 200px;
  }
}
.module.module--hero.hero--category {
  margin-bottom: 0;
}
.module.module--hero.hero--category h1, .module.module--hero.hero--category .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
}
.module.module--hero.hero--category h1 .icon-arrow, .module.module--hero.hero--category .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--category h1, .module.module--hero.hero--category .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--category h1, .module.module--hero.hero--category .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--category .intro {
  padding-top: 8rem;
}
.module.module--hero.hero--talent {
  margin-bottom: 0;
}
.module.module--hero.hero--talent h1, .module.module--hero.hero--talent .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
}
.module.module--hero.hero--talent h1 .icon-arrow, .module.module--hero.hero--talent .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--talent h1, .module.module--hero.hero--talent .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--talent h1, .module.module--hero.hero--talent .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--talent .buttons {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--talent .buttons .btn + .btn {
    margin-top: 2rem;
  }
}
.module.module--hero.hero--talent .buttons .btn {
  margin-right: 2rem;
}
.module.module--hero.hero--claim {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.module.module--hero.hero--claim .img-wrap {
  position: absolute;
}
.module.module--hero.hero--claim .intro > * {
  max-width: 680px;
}
.module.module--hero.hero--claim .pretitle {
  font-family: "PT Serif";
  color: #1A56DB;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
  margin-top: 20rem;
  color: #fff;
}
@media (max-width: 991px) {
  .module.module--hero.hero--claim .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .pretitle {
    font-size: 18px;
  }
}
.module.module--hero.hero--claim h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 88px;
  line-height: 0.9;
  color: #fff;
}
.module.module--hero.hero--claim h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--claim h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim h1 {
    font-size: 56px;
  }
}
.module.module--hero.hero--claim h1 .outline {
  color: transparent;
  position: relative;
  -webkit-text-stroke: 2px #fff;
  display: inline-block;
}
.module.module--hero.hero--claim h1 .outline::after {
  content: attr(data-content);
  -webkit-text-stroke: 0;
  position: absolute;
  left: 0;
}
.module.module--hero.hero--claim .intro {
  background: #fff;
  color: #1a1a36;
  margin-top: 5rem;
  padding: 11rem 5rem 3rem 0;
  position: relative;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  border-top-right-radius: 116px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro {
    font-size: 16px;
  }
}
.module.module--hero.hero--claim .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
}
.module.module--hero.hero--claim .intro > * {
  max-width: 692px;
}
.module.module--hero.hero--claim .intro h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 6rem;
}
.module.module--hero.hero--claim .intro h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--claim .intro h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro h1 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro {
    margin-top: 8rem;
    padding: 8rem 5rem 3rem 0;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--claim .intro {
    border-top-right-radius: 160px;
  }
}

@media (min-width: 768px) {
  body.single-project .module--hero,
  body.single-headquarters .module--hero,
  body.single-success .module--hero {
    min-height: 700px;
  }
}
.module.module--history .heading {
  max-width: none;
}
.module.module--history .img-wrap {
  height: 206px;
  margin-bottom: 6rem;
}
.module.module--history .img-wrap img {
  object-fit: contain !important;
}
.module.module--history .row {
  margin-bottom: -5rem;
}
.module.module--history .row .col-12 {
  margin-bottom: 5rem;
}

.module.module--logo-text .container {
  margin-top: -5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .module.module--logo-text .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module.module--logo-text .logo-wrap {
  width: 15rem;
  padding-bottom: 10rem;
  margin-right: 3rem;
  filter: none;
}
@media (max-width: 767px) {
  .module.module--logo-text .logo-wrap {
    margin-bottom: 2rem;
    margin-right: 0;
    margin-top: 0;
    width: 9rem;
    padding-bottom: 6rem;
  }
}
.module.module--logo-text p {
  max-width: 594px;
}

.module.module--logos {
  margin-bottom: -3rem;
}
.module.module--logos[data-count="1"] .row {
  justify-content: center;
}
.module.module--logos[data-count="2"] .row {
  justify-content: center;
}
.module.module--logos[data-count="3"] .row {
  justify-content: center;
}
.module.module--logos[data-count="4"] .row {
  justify-content: center;
}
.module.module--logos[data-count="5"] .row {
  justify-content: center;
}
.module.module--logos .heading-alt {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8rem;
}
.module.module--logos .heading-alt .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--logos .heading-alt {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--logos .row > * {
  margin-bottom: 3rem;
}
.module.module--logos .row {
  justify-content: center;
}

.module.module--map iframe {
  width: 100%;
}
.module.module--map .heading {
  margin-bottom: 3rem;
}
.module.module--map p + p {
  margin-top: 1em;
}
.module.module--map .cta-wrap {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--map .info-map-wrapper {
    margin-top: 4rem;
  }
}

.module.module--numbered-items .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 2rem;
}
.module.module--numbered-items .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--numbered-items .title {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--numbered-items ul {
  margin-bottom: -7rem;
}
.module.module--numbered-items li {
  margin-bottom: 7rem;
}

.module.module--people .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 72px;
  line-height: 1.1;
  color: #1A56DB;
  font-size: 56px;
  padding-bottom: 120px;
}
.module.module--people .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--people .heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--people .heading {
    font-size: 28px;
  }
}
.module.module--people .img-wrap {
  width: 184px;
  height: 184px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  border-radius: 50%;
}
.module.module--people .data {
  padding-left: 20px;
}
.module.module--people .data .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
}
.module.module--people .data .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--people .data .name {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--people .data .office {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .module.module--people .data .office {
    font-size: 14px;
  }
}
.module.module--people .data .description {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  padding-top: 16px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .module.module--people .data .description {
    font-size: 16px;
  }
}
.module.module--people .data i {
  padding-left: 8px;
}
.module.module--people i {
  font-size: 20px;
}
.module.module--people a {
  margin-top: 56px;
}
.module.module--people.np .heading {
  padding-bottom: 64px;
}
.module.module--people.np .data {
  padding-left: 0;
}
.module.module--people.np .data i {
  padding-left: 0;
}
.module.module--people.np .name i {
  padding-left: 8px;
}

.module.module--post-miniature .img-wrap {
  background: rgba(0, 0, 0, 0.1);
  height: 250px;
  width: 100%;
}
.module.module--post-miniature.icons .img-wrap {
  background: rgba(0, 0, 0, 0.1);
  height: 136px;
  width: 136px;
}
.module.module--post-miniature .img-wrap-author {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 12px;
}
.module.module--post-miniature .author {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.module.module--post-miniature img {
  z-index: -1;
}
.module.module--post-miniature .imageicon {
  position: absolute;
  background-color: #ffffff;
  border-top-right-radius: 25%;
  width: 64px;
  height: 56px;
  z-index: 1;
  margin-top: -54px;
  padding-top: 17px;
}
.module.module--post-miniature .imageicon i {
  font-size: 40px;
  margin-left: -2px;
}
.module.module--post-miniature .category {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  font-size: 18px;
  padding-top: 24px;
  font-weight: 500;
}
.module.module--post-miniature .category .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--post-miniature .category {
    line-height: 140%;
  }
}
.module.module--post-miniature .category.bold {
  font-weight: 700;
}
.module.module--post-miniature .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  color: #1a1a36;
  padding-top: 24px;
}
.module.module--post-miniature .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--post-miniature .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--post-miniature .title {
    font-size: 28px;
  }
}
.module.module--post-miniature i {
  font-size: 24px;
  margin-left: 16px;
}
.module.module--post-miniature .excerpt {
  padding-top: 24px;
}
.module.module--post-miniature .image-wrap {
  padding-left: 13px;
}
.module.module--post-miniature .info {
  padding-left: 17px;
}
.module.module--post-miniature .authorname {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--post-miniature .authorname {
    font-size: 14px;
  }
}
.module.module--post-miniature .authorjob {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
}

.module.module--project-details {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--project-details {
    margin-top: 23rem !important;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .container {
    padding: 0;
  }
}
.module.module--project-details .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1249px) {
  .module.module--project-details .inner {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module.module--project-details section.logo {
  height: 100%;
  position: relative;
  padding: 14rem 0 14rem 14rem;
  margin-left: -14rem;
}
@media (max-width: 1450px) {
  .module.module--project-details section.logo {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--project-details section.logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(14rem + 1 * var(--col-width));
  border: 8rem solid #f3f6f7;
  border-right-width: 0;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--project-details section.logo::before {
    border-width: 6rem 0 6rem 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--project-details section.logo::before {
    border-width: 3rem 0 3rem 3rem;
  }
}
@media (max-width: 575px) {
  .module.module--project-details section.logo::before {
    border-width: 3rem 3rem 0 3rem;
    width: 100%;
    height: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--project-details section.logo {
    margin-top: -6rem;
    padding: 12rem 0 12rem 12rem;
  }
}
@media (max-width: 767px) {
  .module.module--project-details section.logo {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    padding: 9rem 5rem 5rem;
  }
}
.module.module--project-details .logo-wrap {
  width: 25rem;
  padding-bottom: 140px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--project-details .logo-wrap {
    width: 20rem;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .logo-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 1249px) {
  .module.module--project-details .logo-wrap img {
    margin-left: 0;
  }
}
.module.module--project-details .rest {
  margin-left: 6rem;
  background: #f3f6f7;
  padding: 6rem 0 6rem 6rem;
  flex-grow: 1;
  min-height: 236px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.module.module--project-details .rest::after {
  content: "";
  position: absolute;
  background: #f3f6f7;
  top: 0;
  right: calc(-1 * var(--wide-margin) - var(--half-gutter));
  width: calc(var(--half-gutter) + var(--wide-margin));
  height: 100%;
}
@media (max-width: 1249px) {
  .module.module--project-details .rest::after {
    right: calc(-1 * var(--side-margin));
    width: var(--side-margin);
  }
}
.module.module--project-details .rest ul {
  display: flex;
}
@media (min-width: 1250px) {
  .module.module--project-details .rest ul {
    display: grid;
    width: calc(9 * var(--col-width) + 8 * var(--gutter-width) );
    column-gap: calc(2 * var(--half-gutter));
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
  }
}
.module.module--project-details .rest ul li {
  margin-bottom: 4rem;
}
.module.module--project-details .rest ul li.url {
  grid-column: 2/4;
}
.module.module--project-details .rest ul li.url span.with-arrow {
  display: flex;
  align-items: center;
}
.module.module--project-details .rest ul li.url span.with-arrow span {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.6em;
  max-width: calc(100% - 8rem);
}
@media (min-width: 1250px) {
  .module.module--project-details .rest ul li {
    margin-bottom: 3.5rem;
  }
  .module.module--project-details .rest ul li:nth-child(2) ~ li {
    margin-bottom: 0 !important;
  }
}
.module.module--project-details .rest ul li .label {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1A56DB;
  margin-bottom: 1.5rem;
}
.module.module--project-details .rest ul li .label .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--project-details .rest ul li .label {
    line-height: 140%;
  }
}
.module.module--project-details .rest ul li .data {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--project-details .rest ul li .data {
    font-size: 14px;
  }
}
.module.module--project-details .rest ul li .data a {
  color: #1a1a36;
}
html.hasHover .module.module--project-details .rest ul li .data a:hover, .module.module--project-details .rest ul li .data a:active {
  color: #1A56DB;
}
@media (max-width: 1249px) {
  .module.module--project-details .rest ul {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .module.module--project-details .rest ul .btn-wrap {
    margin: 0;
  }
}
.module.module--project-details .rest .btn-wrap {
  flex-basis: 34%;
}
@media (max-width: 1249px) {
  .module.module--project-details .rest .btn-wrap {
    margin-top: 4rem;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .rest .btn-wrap {
    width: 100%;
  }
}
@media (max-width: 1249px) {
  .module.module--project-details .rest {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .rest {
    margin: 0 var(--side-margin);
    width: calc(100vw - 2 * var(--side-margin));
    padding: 5rem 4rem;
  }
  .module.module--project-details .rest::after {
    display: none;
  }
}

.module.module--quote {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .module.module--quote {
    margin-top: 14rem !important;
  }
}
.module.module--quote .img-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20rem;
  height: 20rem;
  margin: -10rem 0 0 -10rem;
  border-radius: 999px;
  overflow: hidden;
}
.module.module--quote .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.25);
  z-index: 1;
  pointer-events: none;
}
.module.module--quote blockquote {
  text-align: center;
  background: #f3f6f7;
  padding: 14rem 7rem 7rem;
}
.module.module--quote blockquote > p {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  max-width: 100rem;
  margin: 0 auto 7rem;
}
@media (max-width: 575px) {
  .module.module--quote blockquote > p {
    font-size: 23px;
  }
}
.module.module--quote blockquote cite {
  font-style: normal;
}
.module.module--quote blockquote cite p.source {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .module.module--quote blockquote cite p.source {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .module.module--quote blockquote {
    padding: 14rem 4rem 7rem;
  }
}

.module.module--related-content {
  /* @todo mock presentación */
}
@media screen {
  .module.module--related-content:not(.related-content--list) .row {
    margin-bottom: -8rem;
  }
  .module.module--related-content:not(.related-content--list) article {
    padding-bottom: 8rem;
  }
}
.module.module--related-content .row:first-child {
  margin-bottom: -8rem;
}
@media (max-width: 767px) {
  .module.module--related-content .row:first-child {
    margin-bottom: 0;
  }
}
.module.module--related-content .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
  /*max-width: 78rem;*/
  max-width:initial;
  margin-bottom: 5rem;
}
.module.module--related-content .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--related-content .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--related-content .heading {
    font-size: 28px;
  }
}
.module.module--related-content .location {
  color: #1A56DB;
}
.module.module--related-content article > a {
  display: block;
}
.module.module--related-content article > a > .related-content__related-item > .img-wrap {
  margin-bottom: 3rem;
}
html.hasHover .module.module--related-content article > a:hover .title, .module.module--related-content article > a:active .title {
  color: #1A56DB;
}
.module.module--related-content:not(.related-content--areas) a > .related-content__related-item > .img-wrap {
  padding-bottom: 65.1%;
  width: 100%;
}
.module.module--related-content .type {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.module.module--related-content .type .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content .type {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--related-content .type {
    margin: 2rem 0;
    font-size: 14px;
  }
}
.module.module--related-content .pretitle {
  font-family: Poppins;
  color: #1A56DB;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1rem;
}
.module.module--related-content .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--related-content .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content .title {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .module.module--related-content .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  .module.module--related-content .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--related-content .title {
    line-height: 140%;
  }
}
.module.module--related-content .expert {
  margin-top: 5rem;
  color: #1a1a36;
  display: flex;
  align-items: center;
}
.module.module--related-content .expert .img-wrap {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 999px;
  margin-right: 2rem;
  flex-shrink: 0;
}
.module.module--related-content .expert .name {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin: 0;
}
@media (max-width: 767px) {
  .module.module--related-content .expert .name {
    font-size: 14px;
  }
}
.module.module--related-content .expert .position {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
  margin: 0;
}
@media (max-width: 991px) {
  .module.module--related-content .expert {
    margin-top: 3rem;
  }
}
.module.module--related-content .excerpt {
  margin-top: 3rem;
  color: #1a1a36;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .module.module--related-content .excerpt {
    font-size: 16px;
  }
}
.module.module--related-content .excerpt.excerpt--sm {
  font-size: 16px;
}
.module.module--related-content .date {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .module.module--related-content .date {
    font-size: 14px;
  }
}
.module.module--related-content .date.date--news {
  margin: -2rem 0 2rem;
}
.module.module--related-content .medium {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
  margin-top: 2rem;
  color: #1a1a36;
}
.module.module--related-content > .container > .cta {
  margin-top: 8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-content > .container > .cta {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--related-content > .container > .cta {
    margin-top: 5rem;
  }
}
.module.module--related-content .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .module.module--related-content .meta {
    font-size: 14px;
  }
}
.module.module--related-content:not(.related-content--areas) a > .related-content__related-item > .img-wrap {
  padding-bottom: 65.1%;
}
.module.module--related-content:not(.related-content--areas) a > .related-content__related-item.related-content--two-items .img-wrap {
  padding-bottom: 40%;
}
.module.module--related-content.related-content--areas .img-wrap {
  width: 17rem;
  height: 17rem;
  margin-bottom: 4rem;
  object-position: left;
  object-fit: contain;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--areas .img-wrap {
    width: 12rem;
    height: 12rem;
  }
}
.module.module--related-content.related-content--areas .title {
  padding-right: 4rem;
}
@media (max-width: 991px) {
  .module.module--related-content.related-content--areas .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--areas .title {
    max-width: 370px;
  }
}
.module.module--related-content.related-content--services:not(.related-content--list) .row {
  margin-bottom: -8rem;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--services:not(.related-content--list) .row {
    margin-bottom: -5rem;
  }
}
.module.module--related-content.related-content--services:not(.related-content--list) article {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--services:not(.related-content--list) article {
    padding-right: 0;
    padding-bottom: 5rem;
  }
}
.module.module--related-content.related-content--services article {
  padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
}
.module.module--related-content.related-content--services article.featured > a {
  display: block;
  background: #edf3f4;
  outline: 5rem solid #edf3f4;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--services article {
    padding-right: 0;
  }
}
.module.module--related-content.related-content--cases .img-wrap {
  padding-bottom: 47.92% !important;
}
.module.module--related-content.related-content--list .related-content__related-item {
  margin-bottom: 7rem;
}
.module.module--related-content.related-content--list .type {
  margin-bottom: 3rem;
}
.module.module--related-content.related-content--list:not(.related-content--opinions) .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
}
.module.module--related-content.related-content--list:not(.related-content--opinions) .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--list:not(.related-content--opinions) .title {
    line-height: 140%;
  }
}
.module.module--related-content.related-content--list .excerpt {
  font-size: 16px;
}
.module.module--related-content.related-content--list a.cta {
  margin-top: 1rem;
}
.module.module--related-content.related-content--wrap .row {
  flex-wrap: wrap;
}
.module.module--related-content.news-list {
  margin-bottom: -7rem;
}
.module.module--related-content.news-list .related-content__related-item {
  margin-bottom: 7rem;
}
.module.module--related-content.news-list .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
}
.module.module--related-content.news-list .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content.news-list .title {
    line-height: 140%;
  }
}

.module.module--related-team .row {
  margin-bottom: -8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-team .row {
    margin-bottom: -3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--related-team .row {
    margin-bottom: -5rem;
  }
}
@media (max-width: 767px) {
  .module.module--related-team .row {
    margin-bottom: -4rem;
  }
}
.module.module--related-team ul {
  display: flex;
  flex-wrap: wrap;
}
.module.module--related-team li {
  margin-bottom: 12rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--related-team li {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-team li {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .module.module--related-team li {
    margin-bottom: 6rem;
  }
}
.module.module--related-team .cta {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .module.module--related-team .cta {
    margin-top: 6rem;
  }
}
.module.module--related-team.team--wide li {
  flex-basis: 50%;
  display: flex;
}
@media (max-width: 991px) {
  .module.module--related-team.team--wide li {
    flex-direction: column;
  }
}
.module.module--related-team.team--wide .rest {
  max-width: 330px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-team.team--wide .rest {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .module.module--related-team.team--wide .rest {
    max-width: 240px;
  }
}
.module.module--related-team.team--wide .img-wrap {
  margin-right: 5rem;
}
.module.module--related-team.team--wide .name {
  margin-top: 0;
}
@media (max-width: 991px) {
  .module.module--related-team.team--wide .name {
    margin-top: 3rem;
  }
}
.module.module--related-team.team--wide .cta {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--related-team.team--wide .cta {
    margin-top: 3rem;
  }
}


.module.module--related-team .rest-icons{
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-align: center;
  justify-content: left;

}
.module.module--related-team .rest-icons .mail{
  padding-top:2px;
}


.module.module--related-team.horizontal .person{
  flex: 0 0 50%;
  display:flex;
  max-width:50%;
  flex-direction:row;
  gap:20px;
  padding:20px;
  background:#F3F6F7;
}
.module.module--related-team.horizontal .person .img-wrap{
  border-radius:0;
  width: 15rem;
  height: 15rem;
}
.module.module--related-team.horizontal .person .name{
  margin:0;
}
.module.module--related-team.horizontal .person .position{
  margin:0;
}
@media (max-width: 840px) {

  .module.module--related-team.horizontal .person {
    flex: 0 0 100%;
    max-width:100%;
  }
}

.module.module--tabs .featured-links:first-child > ul {
  margin-top: 0;
}
.module.module--tabs .featured-links:last-child > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs.tabs--no-link .inner {
    padding-bottom: 0 !important;
    min-height: 32rem;
  }
}
.module.module--tabs section.text {
  padding: 8rem 0 8rem 8rem;
  margin-left: -15rem;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text {
    padding: 0 0 4rem;
  }
}
@media (max-width: 1450px) {
  .module.module--tabs section.text {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--tabs section.text .inner {
  padding: 7rem 0 7rem 7rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs section.text .inner {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text .inner {
    padding: 8rem 4rem 8rem 8rem;
  }
}
.module.module--tabs section.text .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
  margin-bottom: 3rem;
}
.module.module--tabs section.text .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--tabs section.text .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--tabs section.text .heading {
    font-size: 28px;
  }
}
.module.module--tabs section.text p {
  max-width: 383px;
}
.module.module--tabs section.text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(15rem + var(--col-width));
  height: 40rem;
  border: 8rem solid #d9e8ee;
}
@media (min-width: 992px) {
  .module.module--tabs section.text::before {
    border-top-width: 0;
    border-right-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text::before {
    z-index: -1;
    width: 186px;
    height: 252px;
    border-width: 4rem;
    border-bottom-width: 0;
    border-right-width: 0;
    bottom: auto;
    top: 0;
  }
}
.module.module--tabs section.text .cta {
  position: absolute;
  bottom: 0;
  left: calc(15rem + var(--col-width) + 2 * var(--half-gutter));
  line-height: 8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text .cta {
    left: 8rem;
    bottom: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs:not(.tabs--talent).tabs--align-right {
    margin-right: calc(-1 * var(--side-margin));
  }
  .module.module--tabs:not(.tabs--talent).tabs--align-left {
    margin-left: calc(-1 * var(--side-margin));
  }
}
.module.module--tabs section.tabs ul.tabs {
  display: flex;
  height: 8rem;
  align-items: stretch;
  justify-content: stretch;
}
.module.module--tabs section.tabs ul.tabs li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  background: #d9e8ee;
  transition: all 0.25s ease;
  cursor: pointer;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
html.hasHover .module.module--tabs section.tabs ul.tabs li:hover, .module.module--tabs section.tabs ul.tabs li:active {
  background: rgba(217, 232, 238, 0.7);
}
.module.module--tabs section.tabs ul.tabs li:not(:last-child) {
  margin-right: 1px;
}
.module.module--tabs section.tabs ul.content {
  height: 62rem;
  background: #f3f6f7;
  overflow: hidden;
}
.module.module--tabs section.tabs ul.content > li {
  height: 100%;
  padding: 6rem 8rem;
  overflow: auto;
  transition: transform 0.25s ease;
}
.module.module--tabs section.tabs ul.content > li::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.module.module--tabs section.tabs ul.content > li::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 54, 0.25);
}
.module.module--tabs section.tabs ul.content > li::-webkit-scrollbar-track {
  background: rgba(184, 200, 207, 0.2);
}
.module.module--tabs section.tabs ul.content > li {
  scrollbar-width: thin;
}
.module.module--tabs section.tabs ul.content > li > h3.hidden + * {
  margin-top: 0;
}
.module.module--tabs section.tabs ul.content > li > .text-editor > :last-child {
  margin-bottom: 0;
}
.module.module--tabs.tabs--align-left .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .module.module--tabs.tabs--align-left section.text {
    padding: 8rem 8rem 8rem 0;
    margin-right: -15rem;
    margin-left: 0;
  }
  .module.module--tabs.tabs--align-left section.text .inner {
    padding: 7rem 7rem 7rem calc(var(--col-width) / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs.tabs--align-left section.text .inner {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .module.module--tabs.tabs--align-left section.text .cta {
    bottom: 0;
    left: calc(var(--col-width) / 2);
  }
}
@media (max-width: 1450px) {
  .module.module--tabs.tabs--align-left section.text {
    margin-right: calc(var(--content-width) / 2 - 50vw);
  }
}
@media (min-width: 992px) {
  .module.module--tabs.tabs--align-left section.text::before {
    left: auto;
    right: 0;
    border: 8rem solid #d9e8ee;
    border-top-width: 0;
    border-left-width: 0;
  }
}
.module.module--tabs[data-active="1"] ul.tabs > li:nth-child(1) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="1"] ul.content > li {
  transform: translateY(calc(-1 * 0 * 100%));
}
.module.module--tabs[data-active="2"] ul.tabs > li:nth-child(2) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="2"] ul.content > li {
  transform: translateY(calc(-1 * 1 * 100%));
}
.module.module--tabs[data-active="3"] ul.tabs > li:nth-child(3) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="3"] ul.content > li {
  transform: translateY(calc(-1 * 2 * 100%));
}
.module.module--tabs[data-active="4"] ul.tabs > li:nth-child(4) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="4"] ul.content > li {
  transform: translateY(calc(-1 * 3 * 100%));
}
.module.module--tabs[data-active="5"] ul.tabs > li:nth-child(5) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="5"] ul.content > li {
  transform: translateY(calc(-1 * 4 * 100%));
}
.module.module--tabs[data-active="6"] ul.tabs > li:nth-child(6) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="6"] ul.content > li {
  transform: translateY(calc(-1 * 5 * 100%));
}
.module.module--tabs[data-active="7"] ul.tabs > li:nth-child(7) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="7"] ul.content > li {
  transform: translateY(calc(-1 * 6 * 100%));
}
.module.module--tabs[data-active="8"] ul.tabs > li:nth-child(8) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="8"] ul.content > li {
  transform: translateY(calc(-1 * 7 * 100%));
}
.module.module--tabs[data-active="9"] ul.tabs > li:nth-child(9) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="9"] ul.content > li {
  transform: translateY(calc(-1 * 8 * 100%));
}
.module.module--tabs[data-active="10"] ul.tabs > li:nth-child(10) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="10"] ul.content > li {
  transform: translateY(calc(-1 * 9 * 100%));
}
.module.module--tabs.tabs--compact section.text {
  padding-top: 0;
}
.module.module--tabs.tabs--compact section.tabs ul.content {
  height: 45rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs.tabs--compact section.tabs ul.content {
    height: 50rem;
  }
}
.module.module--tabs.tabs--compact .featured-links ul {
  margin: 0;
}
.module.module--tabs.tabs--compact .featured-links ul li {
  flex-basis: 33%;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs.tabs--compact .featured-links ul li {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--compact .featured-links ul li {
    flex-basis: 50%;
  }
}
.module.module--tabs.tabs--compact .featured-links ul li a {
  padding: 0;
}
@media (max-width: 1249px) {
  .module.module--tabs.tabs--talent section.tabs .tabs {
    display: none;
  }
}
.module.module--tabs.tabs--talent section.tabs ul.content {
  height: auto;
}
.module.module--tabs.tabs--talent section.tabs ul.content > li {
  padding: 5rem 3rem;
  overflow: unset;
}
@media (max-width: 991px) {
  .module.module--tabs.tabs--talent section.tabs ul.content > li {
    padding: 5rem var(--side-margin);
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent section.tabs ul.content {
    height: initial;
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent section.tabs {
    height: initial;
  }
}
@media (max-width: 1400px) {
  .module.module--tabs.tabs--talent section.text::before {
    content: none;
  }
}
.module.module--tabs.tabs--talent section.text .inner h2 {
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1400px) {
  .module.module--tabs.tabs--talent section.text .inner {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .module.module--tabs.tabs--talent section.text .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .module.module--tabs.tabs--talent section.text {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1249px) {
  .module.module--tabs.tabs--talent section.text {
    padding: 0;
    margin-left: initial;
  }
}
.module.module--tabs.tabs--talent ul.properties {
  margin: 0 calc(-1 * var(--half-gutter)) -6rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.module.module--tabs.tabs--talent ul.properties li {
  padding: 0 var(--half-gutter);
  width: 50%;
  margin-bottom: 6rem;
}
.module.module--tabs.tabs--talent ul.properties li::before {
  display: none;
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.module.module--tabs.tabs--talent ul.properties label {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1A56DB;
}
.module.module--tabs.tabs--talent ul.properties label .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties label {
    line-height: 140%;
  }
}
.module.module--tabs.tabs--talent ul.properties p {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties {
    flex-direction: column;
  }
}
.module.module--tabs .sm-only .heading {
  margin-bottom: 3rem;
}
.module.module--tabs .sm-only ul.tabs-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: calc(-1 * var(--side-margin));
  margin-right: calc(-1 * var(--side-margin));
}
.module.module--tabs .sm-only ul.tabs-container > li {
  transition: all 0.25s ease;
  background: #d9e8ee;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
  margin-bottom: 1px;
}
.module.module--tabs .sm-only ul.tabs-container > li > h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  padding: 2rem 0;
  padding-right: 5rem;
  position: relative;
}
.module.module--tabs .sm-only ul.tabs-container > li > h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  color: #b8c8cf;
  margin-top: -9px;
  transition: transform 0.25s ease;
  display: block;
}
.module.module--tabs .sm-only ul.tabs-container > li > .text-editor {
  transition: all 0.25s ease;
}
.module.module--tabs .sm-only ul.tabs-container > li > .text-editor > :first-child {
  margin-top: 1rem !important;
}
.module.module--tabs .sm-only ul.tabs-container > li > .text-editor > :last-child {
  margin-bottom: 3rem !important;
}
.module.module--tabs .sm-only ul.tabs-container > li.expanded {
  background: #edf3f4;
}
.module.module--tabs .sm-only ul.tabs-container > li.expanded h3::after {
  transform: rotate(180deg);
}
.module.module--tabs .sm-only ul.tabs-container > li.non-collapsible h3 {
  opacity: 0 !important;
  pointer-events: none !important;
}

.module.module--team.team--one-plus-two .img-wrap {
  width: 23rem;
  height: 23rem;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .img-wrap {
    width: 12rem;
    height: 12rem;
  }
}
.module.module--team.team--one-plus-two .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  transition: color 0.25s ease;
  margin-bottom: 2rem;
}
.module.module--team.team--one-plus-two .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .name {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .name {
    margin-bottom: 1rem;
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two .name {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
    margin-top: 3rem;
  }
  .module.module--team.team--one-plus-two .name .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .module.module--team.team--one-plus-two .name {
    line-height: 140%;
  }
}
.module.module--team.team--one-plus-two .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .meta {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .meta {
    margin-top: 1rem;
  }
}
.module.module--team.team--one-plus-two .position {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .position {
    font-size: 16px;
  }
}
.module.module--team.team--one-plus-two i[class*=linkedin] {
  display: inline-block;
  font-size: 20px;
  margin-top: 5rem;
  transition: color 0.25s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--team.team--one-plus-two i[class*=linkedin] {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two i[class*=linkedin] {
    margin-top: 2rem;
  }
}
.module.module--team.team--one-plus-two a.cta {
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two .person {
    flex-direction: column;
  }
  .module.module--team.team--one-plus-two .person .rest {
    max-width: 300px;
  }
}
.module.module--team.team--one-plus-two ul {
  display: grid;
  column-gap: calc(2 * var(--half-gutter));
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr;
  position: relative;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul::after {
    content: "";
    position: absolute;
    bottom: -8rem;
    left: calc(-1 * var(--side-margin));
    right: calc(-1 * var(--side-margin));
    height: 8rem;
    background: #d9e8ee;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul {
    margin-bottom: 0 !important;
    border-bottom: 7rem solid transparent;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) {
  width: calc(4 * var(--col-width) + 6 * var(--half-gutter));
  grid-row: 1/3;
  grid-column: 1;
  background: #f3f6f7;
  padding: 7rem;
  display: flex;
  flex-direction: column;
  margin-right: 10rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) .name {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) {
    flex-direction: row;
    grid-row: 1;
    grid-column: 1/3;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 4rem;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) .img-wrap {
  margin-bottom: 7rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) .img-wrap {
    margin-right: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) .img-wrap {
    margin-right: 3rem;
    width: 15rem;
    height: 15rem;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) ~ li {
  display: flex;
  align-items: flex-start;
  padding-top: 7rem;
  padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
  position: relative;
}
.module.module--team.team--one-plus-two ul li:nth-child(1) ~ li::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * var(--wide-margin) - var(--half-gutter));
  height: 100%;
  width: calc(var(--col-width) + var(--wide-margin) + var(--half-gutter));
  background: #d9e8ee;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) ~ li::after {
    content: none;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) ~ li .img-wrap {
  margin-right: 5rem;
}
@media (min-width: 992px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) ~ li i {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) ~ li {
    padding-top: 5rem;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) {
    margin-left: -3rem;
    padding: 6rem 3rem;
    width: 100vw;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:not(:first-child) .rest {
    margin-top: 3rem;
    max-width: 270px;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 18rem;
    margin-bottom: 9.5rem;
    padding-bottom: 0;
  }
}

.module.module--text-image .row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .module.module--text-image .row:last-child {
    padding: 0;
  }
}
.module.module--text-image.text-image--align-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--align-right .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--align-left .row, .module.module--text-image.text-image--align-undefined .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .module.module--text-image section.text {
    padding: 6rem 0 0 0;
  }
}
.module.module--text-image .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
  margin-bottom: 3rem;
}
.module.module--text-image .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--text-image .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--text-image .heading {
    font-size: 28px;
  }
}
.module.module--text-image .img-wrap {
  height: 50rem;
}
.module.module--text-image.text-image--compact .img-wrap {
  height: 37rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--compact .img-wrap {
    height: 28rem;
  }
}
.module.module--text-image.text-image--compact .img-wrap img {
  object-fit: contain !important;
}
.module.module--text-image .cta {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--text-image .cta {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--plain.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed:not(.text-image--align-right) .img-wrap {
    margin-left: calc(-1 * var(--side-margin));
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--text-image.text-image--plain.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed.text-image--align-right .img-wrap {
    margin-right: calc(-1 * var(--side-margin));
  }
}
.module.module--text-image.text-image--plain.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--curve-in:not(.text-image--align-right) .img-wrap {
  margin-right: calc(-1 * var(--wide-margin) - var(--half-gutter));
}
@media (max-width: 1249px) {
  .module.module--text-image.text-image--plain.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--curve-in:not(.text-image--align-right) .img-wrap {
    margin-right: calc(-1 * var(--side-margin));
  }
}
.module.module--text-image.text-image--plain.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
  margin-left: calc(-1 * var(--wide-margin) - var(--half-gutter));
}
@media (max-width: 1249px) {
  .module.module--text-image.text-image--plain.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
    margin-left: calc(-1 * var(--side-margin));
  }
}
.module.module--text-image.text-image--shape .img-wrap {
  height: 64rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape .img-wrap {
    margin: 0 -3rem !important;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape .img-wrap {
    height: 34rem;
  }
}
.module.module--text-image.text-image--shape section.text {
  height: 100%;
  position: relative;
  padding: 15rem 0 15rem 15rem;
  margin-left: -15rem;
}
@media (max-width: 1450px) {
  .module.module--text-image.text-image--shape section.text {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
@media (max-width: 991px) {
  .module.module--text-image.text-image--shape section.text {
    padding: 9rem 0 9rem 9rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape section.text {
    padding: 6rem 0 6rem 6rem;
  }
}
.module.module--text-image.text-image--shape section.text::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(15rem + 1.5 * var(--col-width) + 2 * var(--half-gutter));
  border: 8rem solid #d9e8ee;
  border-right-width: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--text-image.text-image--shape section.text::before {
    border-width: 5rem;
    border-right-width: 0;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape section.text::before {
    border-width: 3rem 0 3rem 3rem;
  }
}
.module.module--text-image.text-image--shape.text-image--align-right .text {
  margin-right: -15rem;
  padding: 15rem;
}
.module.module--text-image.text-image--shape.text-image--align-right .text::before {
  border-right-width: 0;
  right: 0;
  left: initial;
  border-right-width: 8rem;
  border-left: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text::before {
    border-right-width: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text::before {
    border-right-width: 3rem;
  }
}
@media (max-width: 1390px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    padding-left: 3rem;
  }
}
@media (max-width: 1390px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    margin-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    margin-left: -3rem;
    position: relative;
    right: -3rem;
  }
  .module.module--text-image.text-image--shape.text-image--align-right .text::before {
    right: -1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    padding: 9rem 9rem 9rem 0;
    margin-right: -3rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    padding: 6rem 6rem 6rem 6rem;
    margin-right: -3rem;
  }
}
.module.module--text-image.text-image--curve-out {
  position: relative;
  height: 72.5rem;
}
.module.module--text-image.text-image--curve-out .container:not(.container--wide), .module.module--text-image.text-image--curve-out [class*=col-] {
  position: static;
}
.module.module--text-image.text-image--curve-out .img-wrap {
  position: absolute;
  z-index: -1;
  height: 72.5rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out .img-wrap {
    position: relative;
    margin: 0 -3rem;
    height: 62rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out .img-wrap {
    height: 54rem;
  }
}
.module.module--text-image.text-image--curve-out section.text {
  height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.module.module--text-image.text-image--curve-out section.text > * {
  position: relative;
}
.module.module--text-image.text-image--curve-out section.text::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: calc(6.5 * var(--col-width) + 12 * var(--half-gutter));
  height: 65rem;
  background: #fff;
  border-bottom-left-radius: 30rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out section.text::before {
    width: 100%;
    height: 48rem;
  }
}
.module.module--text-image.text-image--curve-out section.text::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -100rem;
  width: 100rem;
  height: 65rem;
  background: #fff;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out section.text::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out section.text {
    height: initial;
    position: relative;
    bottom: 20rem;
    margin-bottom: -20rem;
  }
}
.module.module--text-image.text-image--curve-out.text-image--align-left section.text::before {
  left: 0;
  right: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 30rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out.text-image--align-left section.text::before {
    border-top-right-radius: 12rem;
    border-bottom-left-radius: 0;
    left: -3rem;
    width: calc(100% + 6rem);
  }
}
.module.module--text-image.text-image--curve-out.text-image--align-left section.text::after {
  left: -100rem;
  right: auto;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out.text-image--align-right .text::before {
    border-top-left-radius: 12.5rem;
    border-bottom-left-radius: 0;
    left: -3rem;
    width: calc(100% + 6rem);
  }
}
.module.module--text-image.text-image--curve-out.text-image--align-right .text::after {
  right: -100rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out {
    height: initial;
    overflow: hidden;
  }
}
.module.module--text-image.text-image--curve-in .img-wrap {
  height: 55rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--text-image.text-image--curve-in .img-wrap {
    height: 42rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in .img-wrap {
    height: 34rem;
  }
}
.module.module--text-image.text-image--curve-in section.text {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in section.text {
    padding: 7rem 0 0 0;
  }
}
.module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 27.5rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
    margin-left: -3rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
    border-bottom-right-radius: 16.5rem;
  }
}
.module.module--text-image.text-image--curve-in.text-image--align-left .img-wrap {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 27.5rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-left .img-wrap {
    margin-right: -3rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-left .img-wrap {
    border-bottom-left-radius: 16.5rem;
  }
}

.module.module--services .heading-alt {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  color: #1A56DB;
  margin-bottom: 11rem;
}
@media (max-width: 575px) {
  .module.module--services .heading-alt {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .module.module--services .heading-alt {
    margin-bottom: 7rem;
  }
}
.module.module--services a {
  color: #1a1a36;
  display: block;
}
.module.module--services ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -5rem;
}
.module.module--services li {
  flex-basis: 50%;
  padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .module.module--services li {
    flex-basis: 100%;
    margin-bottom: 7rem;
  }
}
.module.module--services li.featured a {
  background: #edf3f4;
  outline: 5rem solid #edf3f4;
}
@media (max-width: 767px) {
  .module.module--services li {
    padding-right: 0;
  }
}
.module.module--services .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 3rem;
}
.module.module--services .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--services .name {
    font-size: 22px;
    line-height: 130%;
  }
}

.module.module--studies {
  /*
  // Removed due to new distributor page
  ul {
    margin-bottom: -8rem;
    @include responsive(-sm) {
      margin-bottom: -5rem;
    }
  }
  */
}
.module.module--studies li {
  padding-bottom: 8rem;
}
.module.module--studies a {
  color: #1a1a36;
  display: flex;
  align-items: flex-start;
}
.module.module--studies a .logo-wrap {
  min-width: 25rem;
  padding-bottom: 17.5rem;
  margin-right: 4rem;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .module.module--studies a .logo-wrap {
    min-width: 20rem;
  }
}
@media (max-width: 767px) {
  .module.module--studies a .logo-wrap {
    padding-bottom: 14rem;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .module.module--studies a {
    flex-direction: column;
    margin-right: 0;
  }
}
.module.module--studies .rest {
  max-width: 670px;
}
.module.module--studies .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 2rem;
}
.module.module--studies .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--studies .title {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--studies .dates {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .module.module--studies .dates {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .module.module--world-offices .row {
    flex-direction: column-reverse;
    margin-top: -3rem;
  }
}
.module.module--world-offices ul.countries {
  padding: 3rem 8rem;
  background: #edf3f4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices ul.countries {
    margin-left: calc(-1 * var(--side-margin));
    padding: 3rem 4rem;
  }
}
@media (max-width: 767px) {
  .module.module--world-offices ul.countries {
    margin-left: calc(-1 * var(--side-margin));
    margin-right: calc(-1 * var(--side-margin));
    padding: 2rem 4rem;
  }
}
.module.module--world-offices ul.countries > li {
  padding: 3rem 0;
  cursor: pointer;
}
.module.module--world-offices ul.countries > li:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.module.module--world-offices ul.countries > li .title {
  transition: color 0.25s ease;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  position: relative;
}
html.hasHover .module.module--world-offices ul.countries > li .title:hover, .module.module--world-offices ul.countries > li .title:active {
  color: #1A56DB;
}
@media (max-width: 575px) {
  .module.module--world-offices ul.countries > li .title {
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices ul.countries > li .title {
    font-size: 24px;
  }
}
.module.module--world-offices ul.countries > li .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  color: #b8c8cf;
  margin-top: -10px;
  transition: transform 0.25s ease;
}
.module.module--world-offices ul.countries > li ul {
  background: #fff;
  margin: 3rem -8rem calc(-2px - 3rem);
  padding: 5rem 5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4rem;
  transition: all 0.25s ease;
  overflow: hidden;
  max-height: 300px;
}
.module.module--world-offices ul.countries > li ul li {
  transition: opacity 0.25s ease;
  width: 50%;
  padding: 0 3rem;
  margin-bottom: 4rem;
}
.module.module--world-offices ul.countries > li ul li a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
}
.module.module--world-offices ul.countries > li ul li a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--world-offices ul.countries > li ul li a {
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices ul.countries > li ul li a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--world-offices ul.countries > li ul li a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .module.module--world-offices ul.countries > li ul li a {
    line-height: 140%;
  }
}
.module.module--world-offices ul.countries > li:not(.expanded) ul {
  opacity: 0;
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.module.module--world-offices ul.countries > li:not(.expanded) ul li {
  opacity: 0;
}
.module.module--world-offices ul.countries > li.expanded .title::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .module.module--world-offices .map-wrap {
    padding-left: calc(0.5 * var(--col-width) );
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices .map-wrap {
    margin-left: calc(-1 * var(--half-gutter));
    margin-right: calc(-1 * var(--half-gutter));
  }
}

.text-editor p {
  max-width: 100rem;
}
.text-editor p + p {
  margin-top: 1em;
}
.text-editor p.featured {
  max-width: 912px;
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #333333;
  margin: 3rem 0;
}
.text-editor p.featured .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor p.featured {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .text-editor p.featured {
    line-height: 150%;
  }
}
.text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 3rem;
}
.text-editor h1 .icon-arrow, .text-editor h2 .icon-arrow, .text-editor h3 .icon-arrow, .text-editor h4 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4 {
    font-size: 22px;
    line-height: 130%;
  }
}
body.single .text-editor h1, body.single .text-editor h2, body.single .text-editor h3, body.single .text-editor h4 {
  color: #1A56DB;
}
.text-editor h1:not(:first-child), .text-editor h2:not(:first-child), .text-editor h3:not(:first-child), .text-editor h4:not(:first-child) {
  margin-top: 1.5em;
}
.text-editor h1.h-md, .text-editor h2.h-md, .text-editor h3.h-md, .text-editor h4.h-md {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
}
.text-editor h1.h-md .icon-arrow, .text-editor h2.h-md .icon-arrow, .text-editor h3.h-md .icon-arrow, .text-editor h4.h-md .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor h1.h-md, .text-editor h2.h-md, .text-editor h3.h-md, .text-editor h4.h-md {
    line-height: 140%;
  }
}
.text-editor h1.h-sm, .text-editor h2.h-sm, .text-editor h3.h-sm, .text-editor h4.h-sm {
  font-family: Poppins;
  font-size: 16px;
  line-height: 140%;
  color: #1a1a36;
  font-weight: bold;
  color: #1a1a36 !important;
}
.text-editor h1.h3, .text-editor h2.h3, .text-editor h3.h3, .text-editor h4.h3 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
}
.text-editor h1.h3 .icon-arrow, .text-editor h2.h3 .icon-arrow, .text-editor h3.h3 .icon-arrow, .text-editor h4.h3 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .text-editor h1.h3, .text-editor h2.h3, .text-editor h3.h3, .text-editor h4.h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .text-editor h1.h3, .text-editor h2.h3, .text-editor h3.h3, .text-editor h4.h3 {
    font-size: 28px;
  }
}
/*.text-editor .video-wrap {
  position: relative;
  max-width: 792px;
  padding: 0 0 56.25%;
  height: 0 !important;
  margin: 10rem 0;
  max-width: 100%;
}*/
/*.text-editor .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;*/
/* width: 100%;
 height: 100%;*/
/*}*/
.map_container{
  display:block;
  margin-bottom:50px;
  margin-top:50px;
}
.map_container iframe{
  width: 100%;
  height: 100%;
  /*max-height:813px;*/
}

/*body.single .text-editor .video-wrap {
  width: 792px;
  height: 492px;
  margin: 5rem 0;
  padding: 0 0 40.25%;
}*/
.text-editor img {
  max-width: 100rem;
  margin: 4rem 0;
}
.text-editor figure {
  max-width: 100rem;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-editor figure img {
  margin: 0;
}
.text-editor figure figcaption {
  font-size: 14px;
  margin-top: 2rem;
}
.text-editor ul:not(.tags) {
  line-height: 1.6;
  max-width: 100rem;
  margin: 2em 0;
}
.text-editor ul:not(.tags) li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3rem;
}
.text-editor ul:not(.tags) li:last-child {
  margin: 0;
}
.text-editor ul:not(.tags) li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.5em;
  left: 0;
  background: #b8c8cf;
  border-radius: 999px;
}
.text-editor ul.tags {
  margin-top: 9rem;
  display: flex;
  flex-wrap: wrap;
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .text-editor ul.tags {
    font-size: 14px;
  }
}
.text-editor ul.tags li {
  margin-right: 2rem;
}
.text-editor ul.tags a {
  transition: color 0.25s ease;
}
html.hasHover .text-editor ul.tags a:hover, .text-editor ul.tags a:active {
  text-decoration: none;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .text-editor ul.tags {
    margin-top: 6rem;
  }
}
.text-editor ol.sources {
  max-width: 912px;
  margin-top: 6rem;
}
.text-editor ol.sources li {
  position: relative;
  padding-left: 3rem;
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
}
.text-editor ol.sources li::before {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  content: attr(data-number);
  position: absolute;
  display: block;
  left: 0;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .text-editor ol.sources li::before {
    font-size: 16px;
  }
}
.text-editor ol.sources li:not(:last-child) {
  margin-bottom: 2rem;
}
.text-editor .btn {
  margin: 4rem 0 7rem;
}
p:first-child > .text-editor .btn {
  margin-top: 0;
}
p:last-child > .text-editor .btn {
  margin-bottom: 0;
}
.text-editor a:not(.btn):not(.elementor-button-link) {
  color: #1A56DB;
  text-decoration: none;
}
html.hasHover .text-editor a:not(.btn):hover, .text-editor a:not(.btn):active {
  text-decoration: underline;
}
.text-editor blockquote {
  max-width: 912px;
  padding: 6rem 9rem 6rem 6rem;
  background: #f3f6f7;
  margin: 5rem 0;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 575px) {
  .text-editor blockquote {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .text-editor blockquote {
    padding: 4rem;
  }
}
.text-editor .featured-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--half-gutter));
  margin-right: calc(-1 * var(--half-gutter));
}
.text-editor .featured-links ul li {
  padding: 0 var(--half-gutter) !important;
}
@media (min-width: 768px) {
  .text-editor .featured-links ul li {
    flex-basis: 50%;
  }
}
.text-editor .featured-links ul li::before {
  display: none;
}
.text-editor .featured-links ul li > :last-child {
  margin-bottom: 0;
}
.text-editor .featured-links ul a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  transition: color 0.25s ease;
  min-height: 2em;
  display: inline-block;
  padding-right: 3em;
}
.text-editor .featured-links ul a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor .featured-links ul a {
    line-height: 140%;
  }
}
.text-editor .featured-links ul a::after {
  display: inline-block;
  transition: transform 0.25s ease;
  content: "";
  color: #b8c8cf;
  font-size: 0.8em;
  margin-left: 0.6em;
  position: relative;
  top: 0.1em;
}
html.hasHover .text-editor .featured-links ul a:hover, .text-editor .featured-links ul a:active {
  text-decoration: none;
  color: #1A56DB;
}
html.hasHover .text-editor .featured-links ul a:hover::after, html.hasHover .text-editor .featured-links ul a:hover span::after, .text-editor .featured-links ul a:active::after, .text-editor .featured-links ul a:active span::after {
  transform: translateX(0.25em);
}
.text-editor .featured-links:last-child > ul {
  margin-bottom: 0 !important;
}
.text-editor .featured-links.featured-links--processed a::after {
  display: none;
}
.text-editor .featured-links.featured-links--processed a span {
  white-space: nowrap;
}
.text-editor .featured-links.featured-links--processed a span::after {
  display: inline-block;
  transition: transform 0.25s ease;
  content: "";
  color: #b8c8cf;
  font-size: 0.8em;
  margin-left: 0.6em;
  position: relative;
  top: 0.1em;
}
.text-editor > :first-child {
  margin-top: 0 !important;
}
.text-editor > :last-child {
  margin-bottom: 0 !important;
}

.module.module--wysiwyg .container .row > * > :first-child {
  margin-top: 0 !important;
}
.module.module--wysiwyg .container .row > * > :last-child {
  margin-bottom: 0 !important;
}

.module.module--zero-tabs .img-wrap {
  min-height: 50rem;
  height: 100%;
  margin-right: calc(-2 * var(--half-gutter));
}
@media (max-width: 767px) {
  .module.module--zero-tabs .img-wrap {
    margin: 0;
    margin-bottom: 2rem;
    min-height: 49rem;
  }
}
@media (max-width: 767px) {
  .module.module--zero-tabs .img-wrap {
    min-height: 0;
    padding-bottom: 66%;
  }
}
@media (max-width: 767px) {
  .module.module--zero-tabs .cta {
    margin-top: 5rem;
  }
}
.module.module--zero-tabs section.text {
  padding: 0 0 8rem 8rem;
  margin-left: -15rem;
  position: relative;
  height: 100%;
}
.module.module--zero-tabs p.featured{

  font-size:18px;
  margin-bottom:1.5rem;
  margin-top:1rem;
  font-weight: bolder;

}




.elementor-widget-container ul:not(.tags) {
  line-height: 1.6;
  max-width: 100rem;
  margin: 2em 0;
}

.elementor-widget-container  ul:not(.tags) li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3rem;
}
.elementor-widget-container ul:not(.tags) li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.5em;

  background: #b8c8cf;
  border-radius: 999px;
  margin: auto -20px;
}



@media (max-width: 1450px) {
  .module.module--zero-tabs section.text {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--zero-tabs section.text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(15rem + var(--col-width));
  height: 40rem;
  border: 8rem solid #d9e8ee;
  border-top-width: 0;
  border-right-width: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.text::before {
    content: none;
  }
}
.module.module--zero-tabs section.text .cta {
  position: absolute;
  bottom: 0;
  left: calc(15rem + var(--col-width) + 2 * var(--half-gutter));
  line-height: 8rem;
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.text {
    margin: 0;
    padding: 0;
  }
}
.module.module--zero-tabs section.tabs {
  height: 100%;
  background: #f3f6f7;
  padding: 7rem 8rem;
}
.module.module--zero-tabs section.tabs .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
  margin-bottom: 3rem;
}
.module.module--zero-tabs section.tabs .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--zero-tabs section.tabs .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.tabs .heading {
    font-size: 28px;
  }
}
.module.module--zero-tabs section.tabs p {
  max-width: 520px;
}
.module.module--zero-tabs section.tabs p + p {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.tabs {
    padding: 5rem 4rem;
    height: initial;
  }
}
.module.module--zero-tabs.tabs--align-left .img-wrap {
  margin-left: calc(-2 * var(--half-gutter));
  margin-right: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs.tabs--align-left .img-wrap {
    margin-left: 0;
  }
}
.module.module--zero-tabs.tabs--align-left .row {
  flex-direction: row-reverse;
}
.module.module--zero-tabs.tabs--align-left section.text {
  padding: 0 8rem 8rem 0;
  margin-right: -15rem;
  margin-left: 0;
}
@media (max-width: 1450px) {
  .module.module--zero-tabs.tabs--align-left section.text {
    margin-right: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--zero-tabs.tabs--align-left section.text .inner {
  padding: 0 7rem 7rem calc(var(--col-width) / 2);
}
.module.module--zero-tabs.tabs--align-left section.text::before {
  left: auto;
  right: 0;
  border: 8rem solid #d9e8ee;
  border-top-width: 0;
  border-left-width: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs.tabs--align-left section.text::before {
    content: none;
  }
}
.module.module--zero-tabs.tabs--align-left section.text .cta {
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs.tabs--align-left section.text {
    margin-right: 0;
    padding: 0;
  }
}
.module.module--zero-tabs[data-active="1"] ul.tabs > li:nth-child(1) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="1"] ul.content > li {
  transform: translateY(calc(-1 * 0 * 100%));
}
.module.module--zero-tabs[data-active="2"] ul.tabs > li:nth-child(2) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="2"] ul.content > li {
  transform: translateY(calc(-1 * 1 * 100%));
}
.module.module--zero-tabs[data-active="3"] ul.tabs > li:nth-child(3) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="3"] ul.content > li {
  transform: translateY(calc(-1 * 2 * 100%));
}
.module.module--zero-tabs[data-active="4"] ul.tabs > li:nth-child(4) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="4"] ul.content > li {
  transform: translateY(calc(-1 * 3 * 100%));
}
.module.module--zero-tabs[data-active="5"] ul.tabs > li:nth-child(5) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="5"] ul.content > li {
  transform: translateY(calc(-1 * 4 * 100%));
}
.module.module--zero-tabs[data-active="6"] ul.tabs > li:nth-child(6) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="6"] ul.content > li {
  transform: translateY(calc(-1 * 5 * 100%));
}
.module.module--zero-tabs[data-active="7"] ul.tabs > li:nth-child(7) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="7"] ul.content > li {
  transform: translateY(calc(-1 * 6 * 100%));
}
.module.module--zero-tabs[data-active="8"] ul.tabs > li:nth-child(8) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="8"] ul.content > li {
  transform: translateY(calc(-1 * 7 * 100%));
}
.module.module--zero-tabs[data-active="9"] ul.tabs > li:nth-child(9) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="9"] ul.content > li {
  transform: translateY(calc(-1 * 8 * 100%));
}
.module.module--zero-tabs[data-active="10"] ul.tabs > li:nth-child(10) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="10"] ul.content > li {
  transform: translateY(calc(-1 * 9 * 100%));
}
h2.h-lg{
  color: #1A56DB;
  margin-bottom: 3rem;
  font-size: 40px;

}
h2.h-lg form{
  margin-top:3rem;
}

.module .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #1A56DB;
  font-size: 56px;
  max-width: 74rem;
  margin-bottom: 8rem;
}
.tittles-full-width .heading {
    max-width: max-content;
}
.module .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module .heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module .heading {
    margin-bottom: 5rem;
  }
}
.module + .module {
  margin-top: 16rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module + .module {
    margin-top: 12rem;
  }
}
@media (max-width: 767px) {
  .module + .module {
    margin-top: 10rem;
  }
}


.module + .module.module--wysiwyg.module--margin-sm {
  margin-top: 8rem !important;
}

.module + .module--margin-sm {
  margin-top: 8rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module + .module.module--margin-sm {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .module + .module.module--margin-sm {
    margin-top: 5rem;
  }
}
.module + .module.module--margin-none {
  margin-top: 0 !important;
}
.module.module--hero:not(.hero--talent):not(.hero--legal) + .module:not(.related-content--list):not(.module--margin-regular):not(.module--horizontal-content-list):not(.module--text-image):not(.module--country-selector):not(.module--history):not(.module--areas):not(.module--project-details) {
  margin-top: 8rem;
}
@media (min-width: 992px) {
  .module.module--categories + .module--hero {
    margin-top: 8rem;
  }
}
@media (max-width: 991px) {
  .module.module--categories + .module--hero {
    margin-top: -3rem !important;
  }
}
.module.module--mock {
  opacity: 0.35 !important;
  pointer-events: none !important;
}
@media (max-width: 991px) {
  .module.module--hero.hero--height-auto + .module:not(.module--categories) {
    position: relative;
    background-color: #fff;
  }
    .module.module--hero.hero--height-auto + .module:not(.module--categories):not(.module--float-bar)::before {
    content: "";
    position: absolute;
    top: -8rem;
    left: 0;
    width: 100vw;
    height: 8rem;
    background: #fff;
  }
  .module.module--hero.hero--height-auto + .module:not(.module--categories).module--margin-regular::before {
    height: 10rem;
    top: -10rem;
  }
  .module.module--hero + .module--categories {
    margin-top: -16rem !important;
    background: #fff;
    position: relative;
  }
  .module.module--hero + .module--categories::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8rem;
    width: 100vw;
    height: 8rem;
    background: #fff;
  }
}

.module.module--post-header {
  margin-bottom: -8rem;
}
@media (min-width: 768px) {
  .module.module--post-header {
    padding-top: 4rem;
  }
}
.module.module--post-header .img-wrap {
  height: 542px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--post-header .img-wrap {
    height: 430px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--post-header .img-wrap {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .module.module--post-header .img-wrap {
    height: 250px;
  }
}
.module.module--post-header .intro {
  text-align: left;
  max-width: 808px;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  margin: 6rem 0 0;
}
@media (max-width: 767px) {
  .module.module--post-header .intro {
    font-size: 16px;
  }
}

.flex-spacer {
  flex-grow: 1;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .md-down {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .lg-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-invisible {
    display: none !important;
  }
}

.no-wrap {
  white-space: nowrap;
}

#dev-grid {
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none !important;
  background: repeating-linear-gradient(to bottom, rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05) 8px, transparent 8px, transparent 16px);
}
@media (min-width: 1680px) {
  #dev-grid .container--wide {
    outline: 1px solid rgba(255, 0, 0, 0.1);
  }
}
#dev-grid .container, #dev-grid .row, #dev-grid [class*=col], #dev-grid .inner {
  height: 100%;
}
#dev-grid .inner {
  background: rgba(255, 0, 0, 0.05);
}
@media (min-width: 768px) {
  #dev-grid .c6 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #dev-grid .c12 {
    display: none !important;
  }
}

.dev-hero {
  height: 400px;
  background: #fff;
}

.hero--dev .intro {
  margin-top: -10rem;
}

.dev-module--index a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  display: inline-block;
}
.dev-module--index a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .dev-module--index a {
    line-height: 140%;
  }
}
.dev-module--index li {
  margin-bottom: 2rem;
}

.test {
  background: yellow;
  height: 10rem;
  margin: 2rem 0;
}
.test.test-1 {
  width: calc(11 * var(--col-width) + 10 * var(--gutter-width) );
}
.test.test-2 {
  width: calc(0.75 * var(--col-width) - 100px);
}
.test.test-3 {
  width: calc(1.5 * var(--col-width) + 1 * var(--gutter-width) );
}
.test.test-4 {
  width: calc(6.33 * var(--col-width) + 6 * var(--gutter-width) );
}

.dev-warning {
  outline: 10px solid red;
}

.module.module--hero.hero--detail .intro p.lowsize{
  font-size:26px;
}

.search-results .intro .featured.lowsize{
  display:none;
}

.empresa a.cta,.a-propos a.cta,.company a.cta{
  font-size:2rem;
}
header#header ul.main {
  padding-left: 0;
}
header#header ul.main > li.kaila{
  align-items:center;

}

header#header ul.main > li.kaila a{
  height: 48px;
  padding: 2rem 2rem;
  background-color: #1a1a36;
  color: #ffffff;
  margin-left:10px;
}

html:not(.isScrolledToTop) header#header ul.main > li.kaila a{
  background-color: #1a1a36;
  color: #ffffff;
  margin-left:0px;


}




@media (max-width: 767px) {
  header#header ul.main > li.kaila a{
    height: auto;
    padding:auto;
    padding-left: 12rem;

  }
  header#header ul.main > li.kaila{
    align-items: normal;
  }

}
nav footer .cta{
  color: #1A56DB !important;
  font-weight: 600;
  font-size:14px;
}

@media (max-width: 768px) {

  .map_container iframe {
    /*max-height: 475px;*/
  }

}


/*****FORMS DRIP******/
.module.module--form-drip{
  margin-bottom:10rem;
}
.module--form-drip input[type=checkbox]{
  width:19px;
  height:19px;
  margin-top:4px;

}
.module--form-drip label{
  font-size:16px;
}
.module--form-drip.module--type1 .inner {
  background: #d9e8ee;
  padding: 8rem;

}

.module--form-drip.module--type2 .inner {
  padding: 8rem;

}

.module--form-drip.module--type4 .field input[type=text],
.module--form-drip.module--type4  .field input[type=email],
.module--form-drip.module--type4  .field input[type=tel]{
  background:#ffffff;

}

.module--form-drip.module--type4 .inner {
  padding: 8rem;

}

.module--form-drip.module--type3 .inner {
  background-color:#ffffff;
  padding: 5rem;

}
.module--form-drip.module--type3 input{
  padding:8px;
}
.module--form-drip.module--type3 input[type=submit]{
  padding:18px;
}

.module--form-drip.module--type3  .field.field--half{
  flex-basis: 100%;
  max-width: 100%;
}

.module--form-drip.module--type5 .inner {
  background-color:#F3F6F8;
  padding: 5rem;
  padding-right:0;

}
.module--form-drip.module--type5  .field input[type=text],
.module--form-drip.module--type5  .field input[type=email],
.module--form-drip.module--type5  .field input[type=tel],
.module--form-drip.module--type5  .field input[type=date],
.module--form-drip.module--type5  .field textarea{
  background-color:#ffffff;
}
.module--form-drip.module--type5  label[for=drip-eu-consent]{
  width:auto;
  max-width: 90%;
}

.module--form-drip.module--type5 input{
  padding:8px;
}
.module--form-drip.module--type5 input[type=submit]{
  padding:18px;
}

.module--form-drip.module--type5  .field.field--half{
  flex-basis: 100%;
  max-width: 100%;
}



label[for=drip-eu-consent]{
  font-size:12px;
  line-height: 3rem;
  float: right;
  width: 97%;
}

.module--form-drip .drip-heading{
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1A56DB;
  margin-bottom: 3rem;
}


.module.module--form-drip.module--type1  input[type=text], .module.module--form-drip.module--type1  input[type=email], .module.module--form-drip.module--type1  textarea, .module.module--form-drip.module--type1  .cb-wrap .placeholder {
  background: #fff !important;
}
.module.module--custombox-group .box-content__box-item{
  margin-bottom: 7rem;
}

.module.module--form-drip select{display: block;
  background: #fff;
  border: 2px solid #b8c8cf;
  transition: all 0.25s ease;
  font-family: "PT Serif";
  font-size: 16px;
  color: #1a1a36;
  width: 100%;
  padding: 10px 40px 9px 11px;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease;
}
.module.module--form-drip .g-recaptcha{
  flex-basis: 100%;
  max-width: 100%;
  order:0;
  padding: 0 var(--half-gutter);
  margin-bottom: 3rem;
}
.module.module--form-drip input[type=submit]{
  margin-top:1em;
}

.module.module--form-drip .trataments{
  max-height:20rem;
  overflow-y: auto;
  border:1px solid #EDF3F4;
  padding:3rem;
  border-radius:5px;
  margin-bottom:20px;
  font-size:12px;
  line-height:14px;

}
.module.module--form-drip .field:has(.checkbox_add) {
  margin-bottom: 0;

}
.module.module--form-drip .field:has(.checkbox_add) label{
  font-size: 12px;
  line-height: 3rem;
  float: right;
  width: 97%;
}
/*********DYNAMICS FORM***********/

.marketingForm ul{
 background-color:#ffffff;
  margin: 0 !important;
  margin-top: -17px !important;
}
.marketingForm ul li {
  cursor: pointer;
}
.marketingForm ul li::before{
  display:none;
}
.marketingForm ul li:hover{
  background-color: #EDF3F4;
}
.was-validated input:invalid,
.was-validated textarea:invalid {
  border: 2px solid red;
  background-color: #1A56DB;
}
.module.module--form-dynamics input:invalid,
.module.module--form-dynamics select:invalid,
.module.module--form-dynamics textarea:invalid,
.module.module--form-dynamics checkbox:invalid{


}

.module.module--form-dynamics [data-hide="hide"] {
  display: none;
  margin:0 !important;
}

.module.module--form-dynamics .form-wrap{

}

.module.module--form-dynamics{
  margin-bottom:10rem;
}
.module--form-dynamics input[type=checkbox]{
  width:19px;
  height:19px;
  margin-top:4px;

}
.module--form-dynamics label{
  font-size:16px;
}
.module--form-dynamics.module--type1 .inner {
  background: #d9e8ee;
  padding: 8rem;

}

.module--form-dynamics.module--type2 .inner {
  padding: 8rem;

}

.module--form-dynamics.module--type4 .field input[type=text],
.module--form-dynamics.module--type4  .field input[type=email],
.module--form-dynamics.module--type4  .field input[type=tel]{
  background:#ffffff;

}

.module--form-dynamics.module--type4 .inner {
  padding: 8rem;

}

.module--form-dynamics.module--type3 .inner {
  background-color:#ffffff;
  padding: 5rem;

}
.module--form-dynamics.module--type3 input{
  padding:8px;
}
.module--form-dynamics.module--type3 input[type=submit]{
  padding:18px;
}

.module--form-dynamics.module--type3  .field.field--half{
  flex-basis: 100%;
  max-width: 100%;
}

.module--form-dynamics.module--type5 .inner {
  background-color:#F3F6F8;
  padding: 5rem;
  padding-right:0;

}
.module--form-dynamics.module--type5  .field input[type=text],
.module--form-dynamics.module--type5  .field input[type=email],
.module--form-dynamics.module--type5  .field input[type=tel],
.module--form-dynamics.module--type5  .field input[type=date],
.module--form-dynamics.module--type5  .field textarea{
  background-color:#ffffff;
}
.module--form-dynamics.module--type5  label[for=dynamics-eu-consent]{
  width:auto;
  max-width: 90%;
}

.module--form-dynamics.module--type5 input{
  padding:8px;
}
.module--form-dynamics.module--type5 input[type=submit]{
  padding:18px;
}

.module--form-dynamics.module--type5  .field.field--half{
  flex-basis: 100%;
  max-width: 100%;
}



label[for=dynamics-eu-consent]{
  font-size:12px;
  line-height: 3rem;
  float: right;
  width: 97%;
}

.module--form-dynamics  .optionSetFormFieldBlock select,
.module--form-dynamics  .textFormFieldBlock input,
.module--form-dynamics  .dateTimeFormFieldBlock input,
.module--form-dynamics  .lookupFormFieldBlock input,

.module--form-dynamics  div[data-editorblocktype="Captcha"] input{
  flex:0 !important;
}



.module--form-dynamics .phoneFormFieldBlock label {
  display: inline-block;
  margin: 4px 0px 0px;
  padding: 0px;
  flex: 1 1 0%;
  width: 100%;
}

.module--form-dynamics .dynamics-heading{
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1A56DB;
  margin-bottom: 3rem;
}


.module.module--form-dynamics.module--type1  input[type=text], .module.module--form-dynamics.module--type1  input[type=email], .module.module--form-dynamics.module--type1  textarea, .module.module--form-dynamics.module--type1  .cb-wrap .placeholder {
  background: #fff !important;
}

.module.module--form-dynamics select{display: block;
  background: #fff;
  border: 2px solid #b8c8cf;
  transition: all 0.25s ease;
  font-family: "PT Serif";
  font-size: 16px;
  color: #1a1a36;
  width: 100%;
  padding: 10px 40px 9px 11px;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease;
}
.module.module--form-dynamics .g-recaptcha{
  flex-basis: 100%;
  max-width: 100%;
  order:0;
  padding: 0 var(--half-gutter);
  margin-bottom: 3rem;
}
.module.module--form-dynamics input[type=submit]{
  margin-top:1em;
}
.module.module--form-dynamics table{
  width:100% !important;
  max-width:100% !important;
}
.module.module--form-dynamics [data-layout="true"]{
  width:100% !important;
  max-width:100% !important;
  padding:50px;
}
.module.module--form-dynamics th.columnContainer, .module.module--form-dynamics th.inner{
  width:50% !important;
}
.module.module--form-dynamics .submitButton{
  background-color:#1A56DB !important;
  font-family: Poppins !important;
}

.module.module--form-dynamics  input[type="radio"] {
  appearance: none;
  width: 25px;
  height: 25px;
  background-color: white;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border:0;
}
.module.module--form-dynamics .radiobuttons{
  display:flex;
  flex-direction:row;
  gap:20px;
}
.module.module--form-dynamics label{
  font-family: "Pt Serif" !important;
  font-weight:normal !important;
}
.module.module--form-dynamics .radiobuttons > div {
  flex: 0 auto;
  width: auto;
}
.module.module--form-dynamics input[type="radio"]:checked::after {
  content: "✔";
  font-size: 16px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module.module--form-dynamics div[data-editorblocktype="SubmitButton"]{
  padding:0;
}

.module.module--form-dynamics .btn.btn--solid:hover,.module.module--form-dynamics .btn.btn--solid:active{
  background-color:#1A1A36 !important;
}

.module.module--form-dynamics .columns-equal-class > div {
  width: 48%;
  padding:0 !important;
  padding-bottom:20px !important;
}

.module.module--form-dynamics .columns-equal-class > div.consentBlock{
  width:100%;
  margin-bottom:50px;
}

.phoneFormFieldBlock .phoneCountryCode{
  border:0 !important;
  height:auto !important;
  flex:none !important;
}
.module--form-dynamics.module--type2 .optionSetFormFieldBlock select,
.module--form-dynamics.module--type2 .textFormFieldBlock input,
.module--form-dynamics.module--type2 .dateTimeFormFieldBlock input,
.module--form-dynamics.module--type2 .lookupFormFieldBlock input,
.module--form-dynamics.module--type2 .phoneFormFieldBlock input,
.module--form-dynamics.module--type2 .marketingForm textarea,
.module--form-dynamics.module--type2 div[data-editorblocktype="Captcha"] input,
.module--form-dynamics.module--type2  input[type="radio"] {


  background:#EDF3F4 !important;


}

.module.module--form-dynamics [data-editorblocktype="Text"] {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

.module.module--form-dynamics .submitButton{
  width:auto !important;
}

@media (max-width: 768px) {
  .module--form-dynamics.module--type1 .inner{
    padding:20px;
  }
  .module.module--form-dynamics .columns-equal-class > div{
    width:100%;

  }


}


/*******END DYNAMICS FORM****************/
.module.module--custombox-group .title{
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--custombox-group .excerpt {
  margin-top: 3rem;
  color: #1a1a36;
  font-family: "Pt Serif";
  font-size: 16px;
  line-height: 160%;
}

.module.module--custombox-group .img {
  margin-bottom: 3rem;
}
/*
.postid-203 .text-editor .video-wrap{
  padding: 0 0 40.25%;
}
*/

.svgfix img{
  width:100% !important;
  height:100% !important;
}

.postid-53837 #main .module--wysiwyg:nth-child(5){
  margin-top:0px;
}

/********SIDEBAR EN MODULO WYSIWYG****/
.forcefullwidth .col-lg-8{
  width:100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.forcefullwidth .p-6{
  padding:3rem !important;
}
.shadow {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.sticky{
  position: sticky;
  top: 17vh;

}
.sidebar_wysiwyg{
  margin-top:0rem;
}
.page-template-default .module.module--wysiwyg{
  margin-top:24rem !important;
}
.page-template-default .sidebar_wysiwyg .module.module--wysiwyg{
  margin-top: 0 !important;
}
.sidebar_wysiwyg .module--form-drip .heading{
  font-size:3rem;
  margin-bottom:1rem;

}
.sidebar_wysiwyg .module--form-drip  .field.field--half {
  flex-basis: 100%;
  max-width: 100%;
}
.sidebar_wysiwyg .module--form-drip  br{
  display:none;
}

.sidebar_wysiwyg .module--form-drip .btn{
  margin-bottom:0;
}
.sidebar_wysiwyg .module--form-drip  label[for=drip-eu-consent]{
  width:88%;
}
.sidebar_wysiwyg .module--form-drip .col-12.col-lg-10{
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar_wysiwyg .has_icon{
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: calc(100% - 10px) 10px;
}
@media (max-width: 768px) {
  .sidebar_wysiwyg {
    display: none;
  }

  .sidebar_wysiwyg .module--form-drip .container{
    padding:0;
  }
  .sidebar_wysiwyg .module--form-drip .heading{
    font-size:3rem;
  }



}

/********FIN SIDEBAR EN MODULO WYSIWYG ****/

/*********OPINION CONTENT *************/
.module.module--post-header .expert {
  margin-top: 5rem;
  color: #1a1a36;
  display: flex;
  align-items: center;
}

.module.module--post-header .expert .img-wrap {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 999px;
  margin-right: 2rem;
  flex-shrink: 0;
}

.module.module--post-header  .expert .name {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  display: inline-block;
  color: #1a1a36;
}

.module.module--post-header .expert .position {

}

.module.module--post-header .expert .date {

  margin-top:1rem;
}


.module.module--numbered-items a{
  color:#1a1a36;
}


/**********FIN OPINION CONTENT ***********/
@media (max-width: 768px) {
  .videoresponsive {
    width:100%;
    margin-top:2rem;
  }
}

.single-post .module + .module--cta{
  /*margin-top: 2rem;*/
}
.showbullet ul{
  list-style: initial;
}
.nobullet .elementor-widget-container ul:not(.tags) li::before{
  display:none;
}

.datawrapper iframe{
  width:100%;
  position: initial !important;

}/*
.datawrapper .video-wrap{
  position:initial;
  height:auto !important;
  width:100% !important;
  max-width:inherit;
  padding:0;

}*/
.page-id-127860 .module--related-content{
  margin-top:5rem;
}
.page-template-page-sidebar .module.module--hero.hero--detail .tophero{
  min-height:200px;
}
.page-template-page-sidebar  .module.module--cta:not(.cta--full) section.text {
  padding: 3rem 6rem;
}

.page-template-page-sidebar  .module.module--cta:not(.cta--full) .img-wrap {
  height: 59.5rem;
  width: 100%;
}
.page-template-page-sidebar  .module .heading{
  max-width:100%;
}

.page-template-page-sidebar .module.module--hero.hero--detail .intro p.featured{
  margin-bottom:4rem;
}
.ancle:before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden;
}

a.primary{
  color: #1A56DB !important;
  position: relative;
}
a.primary:hover:after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
a.primary:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1A56DB;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}









.module.module--hero.hero--with_title {
  background: transparent;
  color: #fff;
}
.module.module--hero.hero--with_title video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.module.module--hero.hero--with_title .container {
  justify-content: flex-end;
}
.module.module--hero.hero--with_title .intro {
  border-top-right-radius: 116px;
  min-height: calc(100vh - 55rem - 11rem);

}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title .intro {

  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--with_title .intro {
    border-top-right-radius: 250px;
    min-height: 0;
  }
}
.module.module--hero.hero--with_title .intro > * {
  max-width: 680px;
  min-height: 135px;
}
.module.module--hero.hero--with_title .pretitle {
  font-family: "PT Serif";
  color: #1A56DB;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
  margin-top: 30rem;
  color: #fff;
}
@media (max-width: 991px) {
  .module.module--hero.hero--with_title .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title .pretitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title .pretitle {
    margin-top: 16rem;
  }
}
.module.module--hero.hero--with_title h1, .module.module--hero.hero--with_title .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 72px;
  line-height: 0.9;
  color: #fff;
  max-width: 680px;
}
.module.module--hero.hero--with_title h1 .icon-arrow, .module.module--hero.hero--with_title .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--with_title h1, .module.module--hero.hero--with_title .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title h1, .module.module--hero.hero--with_title .h1 {
    font-size: 40px;
    margin-top: 10rem;
  }
}
.module.module--hero.hero--with_title h1 .outline, .module.module--hero.hero--with_title .h1 .outline {
  color: transparent;
  position: relative;
  -webkit-text-stroke: 4px #fff;
  display: inline-block;
}
.module.module--hero.hero--with_title h1 .outline::after, .module.module--hero.hero--with_title .h1 .outline::after {
  content: attr(data-content);
  color: #1A56DB;
  -webkit-text-stroke: 0;
  position: absolute;
  left: 0;
}



.hero--with_title .arrow-wrap{
  display:none !important;

}

.single-talent .module--wysiwyg{
  margin-top:5rem;
}

.single-success .module.module--hero.hero--detail h1 {
  font-size: 50px;
}

@media (min-width: 992px) {
  .page-template-page-sidebar .module .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-template-page-sidebar  .col-lg-10{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*NEW TALENT RECONSTRUCTION, OVERRIDING STYLES*/


.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li {
  width: 33.33%;
  text-align: center;
}
.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li:nth-child(2n+2) {
  border-left:1px solid #b8c8cf;
  border-right:1px solid #b8c8cf;
}
.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li label{
  color:#b8c8cf;
  font-weight:normal;
}
@media (max-width: 770px) {
  .module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li {
    width: 100%;
  }
}

.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties p{
  color: #1A56DB;
  font-size: 3.4rem;
  margin-top: 1rem;
  font-family: 'SansSerif';
  font-weight: bolder;
  line-height: 3rem;
}

.single-talent  .module--text-image  .text-editor ul:not(.tags) li{
  padding-left: 0;
  margin-bottom:6rem;
}

.single-talent  .module--text-image  .text-editor ul:not(.tags) li::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1rem;
  top: -1em;
  left: 0;
  background: #d9e8ef;
  border-radius: 0;
}
.tabs--talent-icons section.tabs ul.content{
  background:#D9e8ef !important;
}
.tabs--talent-icons section.tabs ul li label img {
  max-width: 55px;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 10px;
}
.tabs--talent-icons section.tabs ul li  p{
  margin-left:1rem;
}

.tabs--talent-icons section.tabs ul li .properties-container{
  max-width: 400px;
  margin: 0px auto;
}

.single-talent .module.module--features .req_container{
  border:1px solid #000000;
  height:100%;
}
.single-talent .module.module--features header{
  background:transparent;
  padding-left:3rem;
  color: #1a1a36;
}

.single-talent .module.module--features .text-editor ul:not(.tags) li{
  margin-bottom:6rem;
  padding-right:3rem;
}

.single-talent .module.module--features .text-editor ul:not(.tags) li::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1rem;
  top: -1em;
  left: 3rem;
  background: #1a1a36;
  border-radius: 0;
}

.single-talent .module.module--tabs.tabs--talent ul.properties{
  align-items: center;
  justify-content: center;
}


.single-talent .module.module--features .row > *::after{
  background: transparent;
}

.module.module--hero.hero--talent .buttons{
  position: fixed !important;
  bottom: 0;
  width: 101%;
  max-width: 101%;
  background-color: #1A56DB;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align:center;
  padding-top:2rem;
  padding-bottom:2rem;
  z-index: 2;
}

.module.module--hero.hero--talent .buttons .btn{
  border:1px solid #ffffff;
}
.single-talent .module.module--hero.hero--talent .pretitle{
  margin-top:3rem;
}

@media (max-width: 767px){
  .single-talent .module.module--wysiwyg{
    margin-top:3rem;

  }

  .single-talent .module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li:nth-child(2n+2){
    border:0;
    border-top: 1px solid #b8c8cf;
    border-bottom: 1px solid #b8c8cf;
    padding-top:4rem;
    padding-bottom:4rem;

  }

  .single-talent .module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li:nth-child(3n+3){
    padding-bottom:3rem;
  }

  .single-talent .btn.btn--full{
    max-width:150px;
  }

  .single-talent .module.module--text-image .heading{
    margin-top:3rem;
    margin-bottom:6rem;
  }
  .single-talent .module.module--features [class^=col-]{
    margin-bottom:3rem;
  }

  .single-talent .module.module--features section{
    padding-bottom:0;
  }
}


.module.module--text-image.text-image--curve-in section.text{
  padding-top:0;
}



/*END TALENT RECONSTRUCTION*/



/*NEW DIAGNOSTICO*/

td.vbaseline{
  vertical-align: baseline;
}

.hide{
  display: none;
}

.show{
  display: block;
}
/* END NEW DIAGNOSTICO*/

.module.module--form-drip .cb-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
}

.module.module--form-drip .cb-wrap .placeholder {
  background-color: #EDF3F4;

}

.cb-wrap .placeholder {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 2px solid transparent;
  transition: border-color 0.25s ease;
  background: #edf3f4;
  margin-right: 2rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

.cb-wrap .placeholder::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: #1a1a36;
  transition: opacity 0.1s ease;
  opacity: 0;
}

.logo_study img{
  max-width: 200px !important;
}


.module.module--cta-slim .row{
  border:3px solid #1A56DB;
  border-left: 0;
  border-right: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;

}
.module.module--cta-slim .align-middle{
  align-items: center;
  display:flex;
}

.module.module--cta-slim .btn br{
  display: none;
}

.module.module--cta-slim .btn{
  margin: 0;
}
.module.module--cta-slim .description {
  font-family: Poppins;
  font-size: 21px;
}

@media (max-width: 992px) {
  .module.module--cta-slim .justify-content-end,
  .module.module--cta-slim .description p
  {
    justify-content: center !important;
    text-align:center;
  }
  .module.module--cta-slim .description{
    margin-bottom:2rem;
  }

}
.module.module--hero.hero--list.hero--background-dark.hero--height-auto .featured{
  min-height: 240px;
}

.module.module--hero.hero--list.hero--background-dark.hero--height-auto.reduce-height .featured{
  min-height: auto;
}

.videowrapper{
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line-height-modify{
  line-height:120% !important;
}

.poppins{
  font-family: Poppins !important;
}

.elementor-heading-no-margin   .elementor-widget:not(:last-child),
.elementor-widget:not(:last-child) {
  margin-bottom:5px !important;

}

.w100{
  width: 100% !important;
  max-width: 100% !important;
}


.page-id-176444 .module.module--hero.hero--full .intro p,
.page-id-255403 .module.module--hero.hero--full .intro p
{
  display: none;
}
.page-id-176444 .module.module--hero.hero--full .intro,
.page-id-255403 .module.module--hero.hero--full .intro{
  padding-top: 16rem;
}

.page-id-176444  .module.module--hero.hero--with_title .h1,
.page-id-255403  .module.module--hero.hero--with_title .h1{
  padding-bottom: 6rem;
}

.page-template-page-contact-question .module.module--wysiwyg{
  margin-top:0 !important;
}

@media only screen and (max-width: 600px) {
  .page-id-176444 .module.module--hero.hero--with_title .h1,
  .page-id-255403 .module.module--hero.hero--with_title .h1{

    font-size: 3vh;
  }

  .page-id-176444 .module.module--hero.hero--with_title .w100 .col-2,
  .page-id-255403 .module.module--hero.hero--with_title .w100 .col-2{
    display:none;
  }

  .page-id-176444 .module.module--hero.hero--full .intro,
  .page-id-255403 .module.module--hero.hero--full .intro{
    padding-top:30px;
  }
  .page-id-176444 .module.module--hero.hero--with_title .w100  .col-10,
  .page-id-255403 .module.module--hero.hero--with_title .w100  .col-10{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-255403   .module.module--hero.hero--with_title h1, .module.module--hero.hero--with_title .h1 {

    margin-top: 0rem;
  }
}


.row.space-between{
  justify-content: space-between;
}



.module.module--expert-videos iframe{
  width:100%;
  height:100%;
  min-height:322px;

}
.module.module--expert-videos article{
  padding-bottom: 8rem;
}
.no-width-limits{
  max-width:100% !important;
}
.ajaxResponse{
  padding:20px;
  background-color:#D9E8EE;
  color:#1A56DB;
}
.container_result_percent{
  display: flex;
  font-family: Poppins;
  font-weight: bold;
  line-height: 120%;
  color: #1A56DB;
  font-size: 8vw;
  margin-bottom:2rem;
}
.nomargin{
  margin:0 !important;
}

.module--diagnosis-form-score .field label, .module--diagnosis-form-score .field .hint{
  font-size:16px;
}
.module--diagnosis-form-score  #send_diagnostic_to_client{
  text-align:center;
  border:0;
}
.module--diagnosis-form-score .is_conditional{
  display:none;
}
.module.module--diagnosis-form-score .typ_heading {

  margin-bottom: 3rem;

}
.text-left{
  text-align:left;
}

/********NEW MODULE VIDEO TEXT *************/
.module.module--video-text {
  background: linear-gradient(to right, #d9e8ef 60%, white 40%);
}

.module.module--video-text .text-div{
  padding-top: 5rem;
  padding-bottom: 5rem;

}
.module.module--video-text .text-div h2.heading {
  color: #0c1427;
  margin-bottom:2rem;
}
.module.module--video-text .text-div p {
  color: #0c1427;
  margin-bottom:2rem;
}

.module.module--video-text .text-div .btn{
  border-color: #0c1427;
  color: #0c1427;
}
.module.module--video-text .text-div .btn:hover{
  background-color: #0c1427;
  color: #ffffff;
}
.module.module--video-text .iframe-div{
  position: absolute;
  right:0;
  margin-top:-20rem;
}

.module.module--video-text .iframe-div iframe{
  width:100%;
  min-height:400px;
  position: relative;
  min-width: 47vw;


}

.module.module--video-text .iframe-div video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;



}
.module.module--video-text .iframe-div .video-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  right:0;
  top:0;
  background-repeat: no-repeat;
}

.module.module--video-text .iframe-div::after {
  content: '\25B6';
  font-size: 7rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  padding: 1rem;
  border-radius: 50%;
  border: 4px solid white;
  width: 100px;
  height: 100px;
  line-height: 71px;
  text-indent: 18px;
}

.module.module--video-text .heading{
  max-width: 64rem;
}

@media (max-width: 700px) {
  .module.module--video-text {
    background: transparent;
  }

  .module.module--video-text .text-div{
    background-color:#d9e8ef;
  }
  .module.module--video-text .text-div h2.heading {
    color: #0c1427;
    margin-bottom:2rem;
  }

  .module.module--video-text .iframe-div{
    margin-top:4rem;
  }
  .module.module--video-text .iframe-div iframe{
    width:100%;
    min-height:400px;
    position: initial;


  }
}

.logo_wrap_elementor img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left center;
}
.logo_wrap_elementor  a img[src$=".svg"]{
  width:100% !important;
}
.logo_wrap_elementor {
  position: relative;
  padding-bottom: 56.74%;
  filter: grayscale(100%);
}

.accordion_agreements > .elementor-widget-container{
  border-radius:60px;


}
.accordion_agreements > .elementor-widget-container i{
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 50px;
  border: 1px solid black;
  border-radius: 100px;
  margin-top: -12px;
}

.accordion_agreements .elementor-accordion-item:last-child::after{
  content:' ';
  height:70px;
  display: block;
  border-top: 2px solid #ffffff;

}

.accordion_agreements .elementor-tab-content{
  border:20px solid #F3F6F8 !important;
  border-radius: 60px;
}

.page-id-188432 .module.module--hero.hero--list.hero--background-dark > .container{
  max-height: 166px;
}

/*******END NEW MODULE VIDEO TEXT ************/


.module.module--diagnosis-form section.form-start p,
.module.module--diagnosis-form section.form-start h2{
  margin-bottom: 2rem;
  font-size:20px;
  font-family: "PT Serif", serif;
}


.portugal_2030  span:nth-of-type(1){
  font-size:40px;
  color:#b8c7cf
}

.portugal_2030  span:nth-of-type(2){
  display:inline-block;
  line-height: 80.5px;
}
.showbullet .elementor-tab-content{
  padding-left:45px !important;
}



.module.module--kailasearch{
  padding-top:3rem;
  padding-bottom:4rem;
  margin-top:16rem;

}

.module.module--kailasearch .container{
  background-color:#1A56DB;
  padding: 5rem 10rem 5rem 10rem;
}
.module.module--kailasearch ul li{

  list-style: disc;
}
.module.module--kailasearch .heading{
  color:#ffffff;
  font-size:40px;
  margin-bottom: 1rem;
}

.module.module--kailasearch .img-kaila{
  padding:92px;
}

.module.module--kailasearch .img-kaila img{
  max-width:260px;
  width: 100%;
}


.module.module--kailasearch p{
  color:#ffffff;
  margin-bottom: 3rem;
}

.module.module--kailasearch form {
  width: 100%;
  display: flex;
  padding-bottom: 2rem;
}
.module.module--kailasearch input{
  flex: 1 0;
  appearance: none;
  -webkit-appearance: none;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  border: 0;
  background: none;
  color: #15011d;
  background-color:#ffffff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width:100%;
  padding:0px 20px 0px 20px;
}
.module.module--kailasearch form button{
  border: none;
  background: none;
  font-size: 4rem;
  background-color: #ffffff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #000000;
  padding: 10px;
  padding-left:20px;
  padding-right:20px;
  cursor: hand;
  cursor: pointer;
}
.module.module--kailasearch .kailaResults{
  background-color:#1A56DB;
  padding:20px;
  color:#ffffff;
  text-align: center;
}
.module.module--kailasearch .kailaResults .row div{
  margin-bottom:2rem;
}
.module.module--kailasearch .kailaResults .meta{
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  opacity: .7;
}
.module.module--kailasearch .kailaResults span.numbers{
  font-size:56px;
  font-weight:bolder;
  margin-bottom:5px;
}
.module.module--kailasearch .kailaResults a {
  display: block;
  color: #ffffff;
  height: 100%;
  width: 100%;
}
.module.module--kailasearch .kaila-button a {
  display: inline-flex;
  height: 6rem;
  width: 100%;
  margin-top: 1rem;
  border:1px solid #1A56DB;
}
.module.module--kailasearch .kaila-button a:hover {

  border: 1px solid #ffffff;
}



/************NEW AREA PAGES****************/
.single-area .sidebar_wysiwyg .has_icon{
  background-position: calc(100% - 36px) 24px;
}
.single-area .module.module--wysiwyg .container .row > * > :last-child{
  margin-top:2rem;
}



.single-area .module.module--video-text .iframe-div iframe{

  aspect-ratio: 16 / 9;
  width: 100%;
}
.single-area .sidebar_wysiwyg{
  margin-top:4rem;
}

.single-area .sidebar_wysiwyg .text-editor .btn{
  margin: 2rem 0 1rem;
}

.module.module--hero.hero--detail .area-icon{
  height: 13rem;
  width: 20rem;
}

.module.module--video-text{
  margin-bottom: 40rem;
}

.module.module--video-text .text-div p{
  max-width: 400px;
}
.module.module--video-text .text-div section.text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.module.module--video-text .iframe-div.played::after {
  display: none;
}


/**********END NEW ARE PAGES***************/

.elementor-column-fix .elementor-loop-container .elementor-widget-wrap.elementor-element-populated{
  margin: 0px 40px 0px 40px !important;
  --e-column-margin-right: 40px !important;
  --e-column-margin-left: 40px !important;
}

.hero--detail video{
  width: 100%;
}



@keyframes fade-in-up {
  0% { opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes fade-out-down {
  0% { opacity: 1; transform: translateY(0); }
  100% { transform: translateY(100%); opacity: 0; }
}


.module.module--post-header .video-wrap iframe {
  max-width: 100%;
  max-height: 100%;
}
.video-wrap .stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(100%);
  width: 360px;
  height: 203px;
  animation: fade-in-up .25s ease forwards;
  z-index: 9;
}
.video-wrap .fade-out-down {
  animation: fade-out-down .25s ease forwards;
}


.module.module--areas.areas--compact .img-wrap img,
.module.module--hero.hero--detail .area-icon img,
.module.module--areas.areas--full .img-wrap img{
  object-fit: contain;
}

.module--cta-customizable .row{
  padding-bottom:16px;
  border-bottom:5px solid #ffffff;
  align-items: center;
}

.module--cta-customizable .row:nth-of-type(n+1){

  border-top:5px solid #ffffff;
  padding-top:20px;
}
.module--cta-customizable .row:nth-of-type(n+2){

  padding-top:20px;

}




.module.module--cta-customizable .background{
  padding: 4rem 0rem;
  text-align: center;
  border-radius: 50px;
}
.module.module--cta-customizable p{
  font-family: "PT Serif", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  padding-left:3rem;
  line-height: 28px;
}
.module.module--cta-customizable .btn{
  border-radius: 50%;
  font-size: 25px;
  width: 50px;
  height: 50px;
}


.module.module--hero .bold-intro{
  font-size: 3rem;
  font-style: italic;
  font-weight: bolder;
}



.df-element{
  margin-top:5rem;
  margin-bottom:5rem;
}

/*******SUSTANIABLE*******/

.icon-menu-special{
  width:80px;
}

.icon-menu-special a{
  width:100%;
}
.icon-menu-special img{
  width:60px;
  max-width: initial;
  position:absolute;
}
.isScrolledToTop .icon-menu-special img.logo-white{
  visibility: visible;
  display:block;

}

html:not(.isScrolledToTop) header#header::before .icon-menu-special img.logo-white{
  visibility: hidden;
  display:none;
}

.single-post .icon-menu-special  img.logo-white,
.single-publication .icon-menu-special  img.logo-white,
.single-opinion .icon-menu-special  img.logo-white{
  visibility: hidden;
  display:none;
}

.single-post .icon-menu-special  img.logo-red,
.single-publication .icon-menu-special  img.logo-red,
.single-opinion .icon-menu-special  img.logo-red{
  visibility: visible !important;
  display:block !important;
}

.isScrolledToTop .icon-menu-special img.logo-red{
  visibility: hidden;
  display:none;
}

html:not(.isScrolledToTop) header#header::before .icon-menu-special img.logo-red{
  visibility: visible;
  display:block;
}

.module.module--hero.hero--home h1, .module.module--hero.hero--home .h1{
  font-size:120px;
}






/******END SUSTAINABLE*****/

.module.module--hero.hero--elementor{
  position:fixed;
}


/*NEW MODULE TEXT VIDEO*/
.module.module--text-image-video .row{
  justify-content: space-between;
}
.module.module--text-image-video .img-wrap{
  margin-right: calc(-1* var(--wide-margin) - var(--half-gutter));
  height: 50rem;
}
.module.module--text-image-video video{
  width:100%;
  height: -webkit-fill-available;

}
/*END MODULE TEXT VIDEO*/


.module.module--shortcode{
  margin-top:0 !important;
}
.module.module--hero.hero--with_title .intro > .mt-5{
  min-height:auto;
}



#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
  background-color: #1A56DB !important;
  border: 2px solid #1A56DB !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
  border-bottom: 1px solid #1A56DB !important;
  color: #1A56DB !important;
}

.filter_gray img{
  filter: grayscale(1);
}


/*****TABBS WITHM DRIP******/

.module.module--tabs  .module.module--form-drip.module--type2  .col-lg-10 {
  flex:0 0 100%;
  max-width:100%;


}
.module.module--tabs .module.module--form-drip.module--type2 .field input[type=text],
.module.module--tabs .module.module--form-drip.module--type2 .field input[type=email],
.module.module--tabs .module.module--form-drip.module--type2 .field input[type=tel],
.module.module--tabs .module.module--form-drip.module--type2 .field textarea{
  background:#ffffff;

}

.module.module--tabs .module.module--form-drip.module--type2 label[for=drip-eu-consent]{
  display: inline-block;
  width: auto;
  float: none;

}


.module.module--tabs.tabs--align-centered .col-12.col-lg-6.col-xl-5{
  display:none;

}

.module.module--tabs.tabs--align-centered .col-12.col-lg-6.col-xl-7{
  flex: 0 0 100%;
  max-width: 100%;
}

.module.module--tabs.tabs--align-centered section.tabs ul.content{
  height: 100rem;
}

 .icon-menu-special #sustaniable {
  padding:0 !important;
}
.table-formated table{
  width:100% !important;
  font-family:"Poppins", sans-serif;
}
 .table-formated table,
 .table-formated table tr,
 .table-formated table tr td,
 .table-formated table tr th{
   height: auto !important;

 }

.table-formated table tr{
  border-bottom: 1px solid black;
}
.table-formated table tr td,
.table-formated a,
.table-formated span{
  font-size:12px !important;
}
.table-formated table tr td,
.table-formated table tr th{
  padding:20px 10px;
}


.page-template-page-elementor-show-footer-no-header footer#footer{
  margin-top:0;
}




/*********DYNAMICS FORM***********/
.was-validated input:invalid,
.was-validated textarea:invalid {
    border: 2px solid red;
    background-color: #1A56DB;
}
.module.module--form-dynamics input:invalid,
.module.module--form-dynamics select:invalid,
.module.module--form-dynamics textarea:invalid,
.module.module--form-dynamics checkbox:invalid{


}

.module.module--form-dynamics [data-hide="hide"] {
    display: none;
}

.module.module--form-dynamics .form-wrap{

}

.module.module--form-dynamics{
    margin-bottom:10rem;
}
.module--form-dynamics input[type=checkbox]{


    appearance: none;
    width: 25px;
    height: 25px;
    background-color: white;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 0;
    margin-right: 10px;


}
.module--form-dynamics input[type=checkbox]:checked::after {
    content: "✖";
    font-size: 14px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module--form-dynamics .consentBlock input[type=checkbox]{
    top:0px;
}

.module--form-dynamics label{
    font-size:16px;
}
.module--form-dynamics.module--type1 .inner {
    background: #d9e8ee;
    padding: 8rem;

}

.module--form-dynamics.module--type2 .inner {
    padding: 8rem;

}

.module--form-dynamics.module--type4 .field input[type=text],
.module--form-dynamics.module--type4  .field input[type=email],
.module--form-dynamics.module--type4  .field input[type=tel]{
    background:#ffffff;

}

.module--form-dynamics.module--type4 .inner {
    padding: 8rem;

}

.module--form-dynamics.module--type3 .inner {
    background-color:#ffffff;
    padding: 5rem;

}
.module--form-dynamics.module--type3 input{
    padding:8px;
}
.module--form-dynamics.module--type3 input[type=submit]{
    padding:18px;
}

.module--form-dynamics.module--type3  .field.field--half{
    flex-basis: 100%;
    max-width: 100%;
}

.module--form-dynamics.module--type5 .inner {
    background-color:#F3F6F8;
    padding: 5rem;
    padding-right:0;

}
.module--form-dynamics.module--type5  .field input[type=text],
.module--form-dynamics.module--type5  .field input[type=email],
.module--form-dynamics.module--type5  .field input[type=tel],
.module--form-dynamics.module--type5  .field input[type=date],
.module--form-dynamics.module--type5  .field textarea{
    background-color:#ffffff;
}
.module--form-dynamics.module--type5  label[for=dynamics-eu-consent]{
    width:auto;
    max-width: 90%;
}

.module--form-dynamics.module--type5 input{
    padding:8px;
}
.module--form-dynamics.module--type5 input[type=submit]{
    padding:18px;
}

.module--form-dynamics.module--type5  .field.field--half{
    flex-basis: 100%;
    max-width: 100%;
}



label[for=dynamics-eu-consent]{
    font-size:12px;
    line-height: 3rem;
    float: right;
    width: 97%;
}

.module--form-dynamics .dynamics-heading{
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 24px;
    color: #1A56DB;
    margin-bottom: 3rem;
}


.module.module--form-dynamics.module--type1  input[type=text], .module.module--form-dynamics.module--type1  input[type=email], .module.module--form-dynamics.module--type1  textarea, .module.module--form-dynamics.module--type1  .cb-wrap .placeholder {
    background: #fff !important;
}

.module.module--form-dynamics select{
    display: block;
    background: #fff;
    transition: all 0.25s ease;
    font-family: "PT Serif";
    font-size: 16px;
    color: #1a1a36;
    width: 100%;
    padding: 10px 40px 9px 11px;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.25s ease;
}
.module.module--form-dynamics .g-recaptcha{
    flex-basis: 100%;
    max-width: 100%;
    order:0;
    padding: 0 var(--half-gutter);
    margin-bottom: 3rem;
}
.module.module--form-dynamics input[type=submit]{
    margin-top:1em;
}
.module.module--form-dynamics table{
    width:100% !important;
    max-width:100% !important;
}
.module.module--form-dynamics [data-layout="true"]{
    width:100% !important;
    max-width:100% !important;
}
.module.module--form-dynamics th.columnContainer, .module.module--form-dynamics th.inner{
    width:50% !important;
}
.module.module--form-dynamics .submitButton{
    background-color:#1A56DB !important;
    font-family: Poppins !important;
}

.module.module--form-dynamics  input[type="radio"] {
    appearance: none;
    width: 25px;
    height: 25px;
    background-color: white;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border:0;
}
.module.module--form-dynamics .radiobuttons{
    display:flex;
    flex-direction:row;
    gap:20px;
}
.module.module--form-dynamics label{
    font-family: "Pt Serif" !important;
    font-weight:normal !important;
}
.module.module--form-dynamics .radiobuttons > div {
    flex: 0 auto;
    width: auto;
}
.module.module--form-dynamics input[type="radio"]:checked::after {
    content: "✖";
    font-size: 14px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.module.module--form-dynamics div[data-editorblocktype="SubmitButton"]{
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.module.module--form-dynamics div[data-editorblocktype="SubmitButton"] button{
    margin: 20px 0px 0px 0px !important;
    padding:20px 20px !important;
}

.module.module--form-dynamics .multiOptionSetFormFieldBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.module.module--form-dynamics .multiOptionSetFormFieldBlock > label {
    grid-column: 1 / -1;
    margin-bottom: 5px;
}


.module.module--form-dynamics .multiOptionSetFormFieldBlock > div {
    display: flex;
    align-items: center;
}


.module.module--form-dynamics .btn.btn--solid:hover,.module.module--form-dynamics .btn.btn--solid:active{
    background-color:#1A1A36 !important;
}
.module.module--form-dynamics .columns-equal-class{
    display:flex;
    flex-wrap: wrap;
    flex-direction:row;
    gap: 20px;

}
.module.module--form-dynamics .columns-equal-class > div {
    width: 48%;
    padding:0 !important;
    padding-bottom:20px !important;
}

.module.module--form-dynamics .columns-equal-class > div.consentBlock{
    width:100%;
    margin-bottom:50px;
}
.module.module--form-dynamics .optionSetFormFieldBlock select,
.module.module--form-dynamics .textFormFieldBlock input,
.module.module--form-dynamics .dateTimeFormFieldBlock input,
.module.module--form-dynamics .lookupFormFieldBlock input,
.module.module--form-dynamics .phoneFormFieldBlock input,
.module.module--form-dynamics .marketingForm textarea,
.module.module--form-dynamics div[data-editorblocktype="Captcha"] input{

    min-height: 48px;
    font-family: "PT Serif", serif;
    background:#ffffff;
    border:0;
}

.module.module--form-dynamics .twoOptionFormFieldBlock div.twooption_checkbox div label,
.module.module--form-dynamics .twoOptionFormFieldBlock div.twooption_checkbox div label div,
.module.module--form-dynamics .consentBlock div label p{
    font-family: "PT Serif", serif !important;
    font-size:12px !important;
    color:#1a1a36 !important;
}

.phoneFormFieldBlock .phoneCountryCode{
    border:0 !important;
}
.module--form-dynamics.module--type2 .optionSetFormFieldBlock select,
.module--form-dynamics.module--type2 .textFormFieldBlock input,
.module--form-dynamics.module--type2 .dateTimeFormFieldBlock input,
.module--form-dynamics.module--type2 .lookupFormFieldBlock input,
.module--form-dynamics.module--type2 .phoneFormFieldBlock input,
.module--form-dynamics.module--type2 .marketingForm textarea,
.module--form-dynamics.module--type2 div[data-editorblocktype="Captcha"] input,
.module--form-dynamics.module--type2  input[type="radio"] {


    background:#EDF3F4 !important;


}

.module.module--form-dynamics .submitButton{
    width:auto !important;
}

.module.module--form-dynamics   .lookupFormFieldBlock input[type=text] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDQ4IDIwNDgiPjxwYXRoIGQ9Ik0xMzQ0IDBxOTcgMCAxODcgMjV0MTY4IDcxIDE0MiAxMTAgMTExIDE0MyA3MSAxNjggMjUgMTg3cTAgOTctMjUgMTg3dC03MSAxNjgtMTEwIDE0Mi0xNDMgMTExLTE2OCA3MS0xODcgMjVxLTEyNSAwLTIzOS00MnQtMjExLTEyMWwtNzg1IDc4NHEtMTkgMTktNDUgMTl0LTQ1LTE5LTE5LTQ1cTAtMjYgMTktNDVsNzg0LTc4NXEtNzktOTYtMTIxLTIxMHQtNDItMjQwcTAtOTcgMjUtMTg3dDcxLTE2OCAxMTAtMTQyVDk4OSA5NnQxNjgtNzEgMTg3LTI1em0wIDEyODBxMTE5IDAgMjI0LTQ1dDE4My0xMjQgMTIzLTE4MyA0Ni0yMjRxMC0xMTktNDUtMjI0dC0xMjQtMTgzLTE4My0xMjMtMjI0LTQ2cS0xMTkgMC0yMjQgNDVUOTM3IDI5NyA4MTQgNDgwdC00NiAyMjRxMCAxMTkgNDUgMjI0dDEyNCAxODMgMTgzIDEyMyAyMjQgNDZ6Ii8+PC9zdmc+) !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: center !important;
    background-size: 1em 1em !important;
}

.module.module--form-dynamics   .lookupFormFieldBlock input[type=text]::-webkit-calendar-picker-indicator {
    display: none !important;
}

.module.module--form-dynamics .columnContainer{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 20px;
    width: 100% !important;
    box-sizing: border-box;
}
.module.module--form-dynamics  .columnContainer > div {
    min-width: 0;
}

.module.module--form-dynamics .columnContainer > .multiOptionSetFormFieldBlock,
.module.module--form-dynamics .columnContainer > .consentBlock {
    grid-column: 1 / -1;
}

.module.module--form-dynamics .textFormFieldBlock,
.module.module--form-dynamics .dateTimeFormFieldBlock,
.module.module--form-dynamics .twoOptionFormFieldBlock,
.module.module--form-dynamics .optionSetFormFieldBlock,
.module.module--form-dynamics .multiOptionSetFormFieldBlock,
.module.module--form-dynamics .lookupFormFieldBlock,
.module.module--form-dynamics .consentBlock{
    padding:0 !important;
}

.module.module--form-dynamics .optionSetFormFieldBlock select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDYuNzA4OThMMC4xNDY0ODQgMC44NTU0NjlMMC44NTU0NjkgMC4xNDY0ODRMNiA1LjI5MTAyTDExLjE0NDUgMC4xNDY0ODRMMTEuODUzNSAwLjg1NTQ2OUw2IDYuNzA4OThaIiBmaWxsPSIjNjA1RTVDIi8+Cjwvc3ZnPgo=) !important;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    appearance: none;

}

.module.module--form-dynamics input,
.module.module--form-dynamics select,
.module.module--form-dynamics textarea{
    font-family: "Pt Serif" !important;
    font-weight: normal !important;
    color:#1a1a36;
}

.module.module--form-dynamics .notification-container{
    display:none;
}
@media (max-width: 768px) {
    .module--form-dynamics.module--type1 .inner{
        padding:20px;
    }
    .module.module--form-dynamics .columns-equal-class > div{
        width:100%;

    }
    .module.module--form-dynamics  .columnContainer {
        grid-template-columns: 1fr;
    }

    .module.module--form-dynamics .multiOptionSetFormFieldBlock {
        column-count: 1;
    }

    .module.module--form-dynamics .multiOptionSetFormFieldBlock {
        grid-template-columns: 1fr;
    }
    .module.module--form-dynamics #g-recaptcha > div,
    .module.module--form-dynamics #g-recaptcha iframe{
        width: 100% !important;

    }

    .module.module--form-dynamics div[data-editorblocktype="SubmitButton"]{
        display:flex !important;
    }


}

/*********DYNAMICS FORM***********/
.module.module--form-dynamics{
    .notification-container{
        display:none;
    }

    background: #EDF3F4;
    padding: 32px 0;

    .marketingForm [data-layout="true"] {
        max-width: 720px !important;
        margin: 0 auto !important;
    }


    .notification-container { display: none !important; }


    .wrap-section {

        border: 0 ;
        border-radius: 4px;
        padding: 16px 16px 8px;
        margin: 0 ;
    }


    .columnContainer {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 24px;
        align-items: start;
    }

    @media (max-width: 768px) {
        .columnContainer { grid-template-columns: 1fr; }
    }


    .textFormFieldBlock,
    .phoneFormFieldBlock,
    .optionSetFormFieldBlock,
    .lookupFormFieldBlock {
        display: block;

        label {
            display: block;
            margin: 0 0 6px;
            font-size: 14px;
            color: #1A1A36;
        }
    }


    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    select,
    textarea {
        width: 100% !important;
        height: 44px;
        padding: 10px 12px !important;
        border: 1px solid #C9D4DA;
        border-radius: 2px;
        background: #FFF;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;

        &:focus {
            border-color: #1A56DB;
            box-shadow: 0 0 0 2px rgba(26, 86, 219, .12);
        }
    }

    textarea {
        min-height: 110px;
        height: auto;
        resize: vertical;
    }


    .phoneCountryCode {
        display: flex;
        gap: 8px;
        align-items: center;

        .phoneCountryCodeLabel {
            padding: 0 10px;
            background: #ffffff;
            border: 1px solid #C9D4DA;
            height: 44px;
            display: none;
            align-items: center;

        }
    }


    [data-editorblocktype="Text"],
    .consentBlock {
        grid-column: 1 / -1;
    }

    .consentBlock {
        padding: 8px 0 0 !important;

        label { font-size: 13px; }
    }

    [data-editorblocktype="Text"] p {
        font-size: 12px;
        color: #1A1A36;
    }


    [data-editorblocktype="Captcha"] { display: none !important; }


    #g-recaptcha {
        grid-column: 1 / -1;
        margin: 8px 0 0 !important;
    }


    .submitButton.btn {
        background: #1A56DB !important;
        color: #FFF !important;
        border: 0;
        padding: 14px 26px !important;
        font-weight: 600;
        border-radius: 2px;
        display: inline-block;
        width: auto !important;
        height: auto !important;

        span { font-family: inherit !important; }
    }

    [data-editorblocktype="SubmitButton"] {
        grid-column: 1 / -1;
        margin: 8px 0 0 !important;
        display: flex !important;
        align-items: center;
        gap: 16px;
    }


    [data-hide="hide"]{
        display:none !important;
    }



}


.module.module--form-dynamics .marketingForm [data-layout="true"] .wrap-section{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}


.module.module--form-dynamics .marketingForm [data-layout="true"] .wrap-section > .columnContainer{
    display: contents !important;
}


.module.module--form-dynamics .marketingForm [data-layout="true"] .wrap-section > *{
    min-width: 0;
}


.module.module--form-dynamics .marketingForm [data-layout="true"] .consentBlock,
.module.module--form-dynamics .marketingForm [data-layout="true"] div[data-editorblocktype="Text"],
.module.module--form-dynamics .marketingForm [data-layout="true"] div[data-editorblocktype="SubmitButton"],
.module.module--form-dynamics .marketingForm [data-layout="true"] #g-recaptcha{
    grid-column: 1 / -1;
}


.module.module--form-dynamics .marketingForm [data-layout="true"]
.textFormFieldBlock[data-targetproperty="new_describequery"],
.module.module--form-dynamics .marketingForm [data-layout="true"]
.textFormFieldBlock[data-targetproperty="new_describequery"] textarea,
.module.module--form-dynamics .marketingForm [data-layout="true"]
.textFormFieldBlock[data-targetproperty="new_describequery"]{
    grid-column: 1 / -1;
}


@media (max-width: 768px){
    .module.module--form-dynamics .marketingForm [data-layout="true"] .wrap-section{
        grid-template-columns: 1fr !important;
    }
}


/*******END DYNAMICS FORM****************/







@media (max-width: 767px) {
  .module.module--tabs.tabs--align-centered{

  }
  .module.module--tabs.tabs--align-centered  .sm-hide{
    display:block !important;
    margin-bottom:10rem;
  }
  .module.module--tabs.tabs--align-centered section.tabs ul.content > li{
    padding: 5rem 5rem;
  }

  .module.module--tabs.tabs--align-centered .module.module--form-drip .container{
    padding:0px;
  }
  .module.module--tabs.tabs--align-centered .module.module--form-drip input[type=submit] {
    margin-bottom: 0;
  }
  .module.module--tabs.tabs--align-centered  .module.module--form-drip{
    margin-bottom:0;
  }
  .field.field--half:has(label[for="drip-eu-consent"]) {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

}

/*****END TABBS WITHM DRIP******/


@media (max-width: 700px) {
  .module.module--kailasearch .kailaResults span.numbers{
    font-size:40px;
  }
  .module.module--video-text {
    background: transparent;
    margin-bottom: 65rem;
  }

  .module.module--video-text .text-div{
    background-color:#d9e8ef;
    padding-left: var(--side-margin);
    padding-right: var(--side-margin);
  }
  .module.module--video-text .text-div h2.heading {
    color: #0c1427;
    margin-bottom:2rem;
  }

  .module.module--video-text .iframe-div{
    margin-top:4rem;
  }
  .module.module--video-text .iframe-div iframe{
    aspect-ratio: 16 / 9;
    width: 100%;


  }

  .hero--detail video{
    width: auto;
    object-fit: cover;
    max-width: inherit !important;
  }
  .module.module--video-text .container{
    padding:0;
  }

  .module.module--kailasearch .container{

    padding: 5rem 5rem 5rem 5rem;
  }
  .module.module--kailasearch .img-kaila{
    padding:30px;
    max-width: 200px;
    margin: 0px auto;
  }
  .module.module--kailasearch .kailaResults .row div {
    margin-bottom: 4rem;
  }

}

@media (max-width: 600px){
  .heading.text-left{
    text-align:center;
  }


  .portugal_2030  span:nth-of-type(1){
    font-size:40px;
    color:#b8c7cf
  }

  .portugal_2030  span:nth-of-type(2){
    display:inline-block;
    line-height: 7rem;
    margin-top:10px;
  }
}




@media (min-width: 576px){
  .page-id-176444 .module.module--hero.hero--full .tophero,
  .page-id-255403 .module.module--hero.hero--full .tophero{
    min-height: 500px;
  }

}

/***QUITANDO AREAS DEL MENUH************/
/*ul.main.touch-transition > li:nth-of-type(2){
  display:none !important;

}


html[lang="es"] ul.main.touch-transition > li:nth-of-type(2),
html[lang="en"] ul.main.touch-transition > li:nth-of-type(2),
html[lang="fr"] ul.main.touch-transition > li:nth-of-type(2)
{
  display:block !important;

}*/

.cta-fixed-bar{
  background-color:#1A56DB;
}


/* NEW MODULE SUMMARY */

.module.module--summary {
  --accent: #1A56DB;
  --txt: #1A1A36;
  --muted: #b8c8cf;
  --radius: 12px;
  --pad: 24px;
  --gap: 14px 0px;
  --dt-size: 1.8rem;
  --dd-size: 1.5rem;
  --maxw: 64ch;
  color: var(--txt);
}


.module.module--summary .col-12,
.module.module--summary .col-lg-8 {
  background: #fff;
  border-radius: var(--radius);
  padding: clamp(16px, 2vw, var(--pad));
  border: 1px solid var(--muted);
  box-shadow: 0 1px 3px rgba(0,0,0,.05);

}


.module.module--summary .title {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: var(--accent);
  font-family: Poppins, serif;
}


.module.module--summary .intro {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}


.module.module--summary .summary-list {
  display: grid;
  gap: var(--gap);
}


.module.module--summary .summary-list > div {
  font-size: var(--body-size);
  line-height: 1.4;
  position: relative;
  padding-left: 18px;
}


.module.module--summary .summary-list > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}


.module.module--summary .summary-title {
  font-weight: 700;
  font-size: var(--title-size);
  color: var(--txt);
}


.module.module--summary .summary-body {
  font-size: var(--body-size);
  color: var(--txt);
}


.module.module--summary .summary-list > div:not(:last-of-type) {
  border-bottom: 1px dashed var(--muted);
  padding-bottom: calc(var(--gap) - 4px);
}


@media (max-width: 840px) {
  .module.module--summary .title {
    font-size: 16px;
  }
  .module.module--summary .intro {
    font-size: 15px;
  }
  .module.module--summary .summary-title {
    font-size: 13px;
  }
  .module.module--summary .summary-body {
    font-size: 13px;
  }
}


/*END SUMMARY****/



.module.module--accordion {

    .acc__panel ul {
        list-style: none;
        margin: 1em 0;
        padding-left: 1.5em;
    }
    .acc__panel li {
        position: relative;
        margin-bottom: .6em;
    }
   .acc__panel li::before {
       content: "•";
       position: absolute;
       left: -1.2em;
       color: #1A56DB;
       font-size: 1.4em;
       line-height: 1;
       top: 0;
    }


  .acc {
    width: 100%;
  }
  .acc__item {
    border-top: 1px solid rgba(0,0,0,.08);
    background-color:#F3F6F8;
    padding:30px;
  }
  .acc__item:last-child { border-bottom: 1px solid rgba(0,0,0,.08); }

  .heading{
      max-width:initial;
  }
  .acc__header {
      margin: 0; }
  .acc__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0px 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
  }
  .acc__title {
    font-family: "PT Serif", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    color: #1A1A36;
  }
  .acc__icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
  }
  .acc__icon::before,
  .acc__icon::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
  }
  .acc__icon::after { transform: translate(-50%, -50%) rotate(90deg); }

  /* abierto -> icono "menos" */
  .acc__item.is-open .acc__icon::after { opacity: 0; }

  /* Panel (colapsable con animación) */
  .acc__panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease, padding .3s ease;
    padding: 0;
    background: #f4f7fa; /* leve gris como en la captura */
  }
  .acc__item.is-open .acc__panel {
    padding: 40px 8px 28px;
    max-height: 1200px;
  }

  /* Contenido interno: texto + imagen */
  .acc__panel__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 3vw, 32px);
    align-items: start;
    margin-top:50px;
  }

  @media (min-width: 992px) {
    .acc__item.is-right .acc__panel__inner{
      grid-template-columns: 1fr 2fr;
    }
    .acc__item.is-left .acc__panel__inner{
      grid-template-columns: 2fr 1fr;
    }
    .acc__item.is-left .acc__text  { order: 2; }
    .acc__item.is-left .acc__figure{ order: 1; }
    .acc__item.is-right .acc__text { order: 1; }
    .acc__item.is-right .acc__figure{order: 2; }
  }


  .acc__text > *:first-child { margin-top: 0; }
  .acc__text > *:last-child  { margin-bottom: 0; }

  .acc__points {
    list-style: none;
    padding: 0;
    margin: 1rem 0 4.25rem;
    padding-left:20px;
  }
  .acc__points li {
    position: relative;
    padding-left: 22px;
    margin: .35rem 0;
    margin-top:20px;
  }
  .acc__points li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: .95em;
    line-height: 1;
    opacity: .8;
  }

  /* Imagen */
  .acc__figure { margin: 0; }
  .acc__figure img {
    width: 100%;
    height: auto;
    display: block;
  }


}


.module--float-bar{
    position:fixed;
    width:100%;
    bottom:0;
    left:0;
    z-index: 1;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    padding:15px;
    font-family:Poppins, sans-serif;
    font-size:14px;
    color:#ffffff;
    gap:10px;


    a{
        color:#ffffff;
        text-align:center;
        border:1px solid #ffffff;
        padding:15px 20px;
    }
    a:hover{
        background-color: #1a1a36;
    }
    @media (max-width: 991px) {
        position:fixed !important;

    }
}





/* ===== Navidómetro ===== */
.module--navidometro{
    --navido-bg: #1A56DB;
    --panel-bg: #c73b57;
    --text: #ffffff;
    --muted: #f3d7d7;
    --card: #b80f38;
    --btn: #ffe5e5;
    --btn-text: #8c0730;
    --radius-outer: 22px;
    --radius-inner: 18px;
    font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

}

.page-template-page-navidometro{
    background-color:#1A56DB;
}

.module--navidometro .container.centered{
    display:flex;
    align-items: center;
    justify-content: center;
}

.module--navidometro .navido-wrap{
    background: var(--navido-bg);
    color: var(--text);
    border-radius: var(--radius-outer);
    padding:10px;
    position: relative;
    overflow: hidden;
    width:600px;


}

.module--navidometro  .navido-intro{
    padding-top:100px;
    padding-bottom:100px;
}
.module--navidometro  .navido-intro h1 {
    color: #ffffff;
    font-size: clamp(78px, 10vw, 150px);
    font-weight:bolder;
    line-height:clamp(78px, 10vw, 150px);
}
.page-id-297420 .module--navidometro  .navido-intro h1 {
    font-size: clamp(70px, 8vw, 150px);

    line-height:clamp(70px 8vw, 150px);
}

.module--navidometro  .navido-intro p{
    color: #ffffff;
    font-size:30px;
    line-height:40px;
    margin-top:10px;
    margin-bottom:20px;
}
.module--navidometro  .navido-intro .intro p{
    font-size:20px;
    font-weight:normal;
    line-height:24px;
    font-family: 'PT Serif';
    font-style:italic;
}
.module--navidometro  .navido-intro .intro br{
    margin-top:20px;
}

.module--navidometro .button-navidometro{
    font-size:20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 99px;
    margin-top:20px;
    display:inline-block;
    text-transform:uppercase;
    font-weight:normal;
    background-color:#1A56DB;

}

.logo-navidometro{
    width:200px;
}
.module--navidometro .navido-pretitle{
    text-align:center;
    font-size:20px;
}

.module--navidometro  .navido-intro  .legal{
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    line-height:20px;
    margin-top:50px;

}
.module--navidometro .image-bg{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.module--navidometro .endsection{
    margin-top:100px;
    margin-bottom:100px;
    color:#ffffff;

}
.pattern-bg{
    background-repeat: no-repeat;
    background-size:contain;
}

.module--navidometro .iframe-div{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    margin-top:50px;
}
.module--navidometro .iframe-div iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}
.module--navidometro .endsection h2{
    font-size: clamp(26px, 8vw, 70px);
    font-weight:bolder;
    line-height: clamp(28px, 9vw, 73px);
    font-family: Poppins;

}
.module--navidometro .endsection h2 small{
    font-size:clamp(18px, 7vw, 60px);
    font-weight:normal;
    font-style:italic;
    font-family:"PT Serif";
}

.module--navidometro .navido-wrap::before{
    content:"";
    position:absolute;
    inset: 10px;
    border-radius:  50px;
    border: 3px dashed #ffd6d6;
    pointer-events:none;
}

.module--navidometro .navido-heading{
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    text-align: center;
    margin-top:50px;
}

.module--navidometro .navido-subtitle{
    font-size:22px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    margin-top:10px;
    margin-bottom:50px;
    color:#ffffff;
    font-style:italic;
    font-family: "PT Serif";
}

.module--navidometro .navido-steps{
    background: transparent;
}

/*.module--navidometro .navido-steps::before{
  content:'';
  border:4px solid #ffffff;
  position:absolute;
  inset:10px;
}*/
.module--navidometro .navido-steps{

    border:3px solid #ffffff;
    border-radius:50px;
    position:relative;
    z-index:9;
}

.module--navidometro .navido-step{
    background: transparent;
    display: none;
    padding:20px;
}
.module--navidometro .navido-step.is-active{
    display:block;
}

.module--navidometro .navido-step-head{
    position: relative;
    background: transparent;
    border-radius: var(--radius-inner);
    padding: 14px 22px 0;
}

.module--navidometro .navido-badge{
    position: absolute;
    top: -18px;
    left: 18px;
    background: #e8bdbd;
    color: var(--navido-bg);
    width: 84px;
    height: 84px;
    border-radius: 999px 999px 999px 12px;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(0,0,0,.15);
}
.module--navidometro .navido-result img{
    border-top-right-radius: 50px;
}
.module--navidometro .navido-result{
    display:flex;
    flex-direction:column;
    gap: 20px;
    padding:50px;
}
.module--navidometro .navido-description{
    text-align:center;
    font-size:15px;
    font-family: "PT Serif";

}

.module--navidometro .navido-step-title{
    font-size: clamp(18px, 2.6vw, 24px);
    font-weight: 800;
    margin: 64px 0 10px;
}
.module--navidometro .resume {
    margin-left: -23px;
    margin-right: -23px;
    border: 3px solid white;
    padding: 50px;
    border-bottom: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align:center;
    font-size:18px;
}

.module--navidometro .js-navido-winner{
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
    line-height:30px;
}

.module--navidometro .navido-list{
    list-style: none;
    margin: 0;
    padding: 22px;
    display:flex;
    flex-direction: column;
}

.module--navidometro .navido-item { margin-top: 18px; }

.module--navidometro .navido-option{
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
}

.module--navidometro .navido-radio{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.module--navidometro .navido-dot{
    width: 20px;
    height: 20px;
    border: 2px solid #ffe1e8;
    border-radius: 999px;
    display: inline-block;
    margin-top: 3px;
    transition: transform .15s ease;
}

.module--navidometro .navido-text{
    color: var(--muted);
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.45;
}

.module--navidometro .navido-option:hover .navido-dot{
    transform: scale(1.05);
}

/* estado checked */
.module--navidometro .navido-radio:checked + .navido-dot{
    background: #fff;
    border-color: #fff;
}
.module--navidometro .navido-radio:checked + .navido-dot + .navido-text{
    color: #ffffff;
}


.module--navidometro .navido-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 18px 50px 8px;
}
.module--navidometro .navido-actions:has(button:first-child + button) {
    justify-content: space-between;
}

.navido-prev {
    color: #fff;
    padding: 10px 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    background:none;
    outline: none;
    border:0
}
.navido-share{
    padding: 10px 20px;
    border-radius: 30px;
    background: transparent;
    border: 2px solid white;
    color: #ffffff;
    cursor: pointer;
}


.navido-prev:hover {
    /*background: rgba(255,255,255,.1);*/
}
.module--navidometro .navido-next[data-next="finish"]{
    border:1px solid #ffffff;
    border-radius: 60px;
}
.module--navidometro .navido-next{
    background:none;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4px;
    cursor: pointer;
    transition: filter .15s ease, transform .05s ease;

}
.module--navidometro .navido-next:hover{ filter: brightness(0.95); }
.module--navidometro .navido-next:active{ transform: translateY(1px); }
.navido-next:disabled { opacity: 0.5; cursor: not-allowed; }


.module--navidometro { --badge-tilt: 113deg; }


.module--navidometro .navido-badge{
    transform: rotate(var(--badge-tilt));
    transform-origin: 28% 28%;
}


.module--navidometro .navido-badge > *{
    display: inline-block;
    transform: rotate(calc(var(--badge-tilt) * -1));
    font-size:24px;
    font-family:"PT Serif";
    font-style:italic;
    font-weight:400;
}


.module--navidometro .navido-step-head .navido-badge{
    top: -48px;
    left: 80px;
}

.module--navidometro .by{
    margin-bottom:30px !important;
}

.cookieconsent-optout-wrapper {
    background: #000;
    border-radius: 12px;

    max-width: 100%;

    aspect-ratio: 16 / 9;


    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
    text-align: center;
    color: #fff;
}

.cookieconsent-optout-marketing {

    width: 100%;
}



.cookieconsent-optout-marketing__inner {
    max-width: 640px;
    margin:0px auto;
}


.cookieconsent-optout-marketing__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 16px;
    font-family:"Poppins";
}

 .cookieconsent-optout-marketing__btn {
     font-family:"Poppins";
     display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    background: #1A56DB;
    color: #ffffff;
    transition: transform 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.cookieconsent-optout-marketing__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);

}

 .cookieconsent-optout-marketing__btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}

/* Ajuste responsive */
@media (max-width: 768px) {
     .cookieconsent-optout-marketing {
        padding: 24px 18px;
        min-height: 260px;
        margin-top: 24px;
    }

   .cookieconsent-optout-marketing__text {
        font-size: 15px;
    }

 .cookieconsent-optout-marketing__btn {
        width: 100%;
    }
}



@media (max-width: 640px){
    .module--navidometro { --badge-tilt: 113deg; }
}

/* responsive */
@media (max-width: 640px){
    .module--navidometro .navido-intro{
        padding-top:20px;
    }
    .module--navidometro .navido-actions{
        padding:0;
    }
    .module--navidometro .navido-wrap{ padding: 0; }
    .module--navidometro .navido-list{ padding: 16px; }
    .module--navidometro .navido-badge{
        width: 74px; height: 74px; font-size: 18px; top: -14px; left: 12px;
    }
    .module--navidometro .navido-wrap::before{
        inset:0;
    }
    .module--navidometro .navido-step-title{
        margin: 20px 0 20px 0;
    }

    .module--navidometro .navido-step-head .navido-badge{
        left:30px;
    }

    .module--navidometro .navido-result{
        padding:0;
        padding-bottom:20px;

    }

    .module--navidometro .resume{
        padding: 50px 20px 50px 20px;
    }



}

.module.module--key-figure {
    padding: 4rem 0;
    text-align: center;

    .key-figure {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding:50px 0px;
    }

    .key-figure__value {
        font-size: clamp(3rem, 15vw, 10.5rem);
        font-weight: 700;
        line-height: 1;
        font-variant-numeric: tabular-nums;


        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: currentColor;
        -webkit-text-fill-color: transparent;
    }

    .key-figure__title {
        margin: 0 0 1rem;
        font-size: 2.80rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-top:10px;
        margin-bottom:20px;
    }

    .key-figure__subtitle {

        font-size: 0.95rem;
        line-height: 1.6;

        p {
            margin: 0 0 0.5rem;
            font-size:16px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }


}

.module.module--float-menu {
    position: sticky;
    top: 50%;
    right: 0px;
    z-index: 1000;
    pointer-events: none;
    padding-right:50px;
    display:flex;
    justify-content: end;
    height: 0;

    .float-menu {

        pointer-events: auto;
        width: 260px;
        padding: 32px 24px;
        border-radius: 8px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
        font-family:Poppins;
        height: fit-content;
    }

    .float-menu__title {
        font-size: 14px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        margin: 0 0 24px;
        font-weight: 600;
    }

    .float-menu__nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .float-menu__link {
        display: block;
        text-decoration: none;
        color:#1a1a36;

        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .float-menu__link:hover {
        color: #1A56DB;
        transform: translateX(2px);
    }

    .float-menu__link--cta {
        margin-top: 18px;
        padding: 10px 16px;
        border-radius: 4px;
        background-color: #1A56DB;
        text-align: center;
        font-weight: 600;
        color:#ffffff;
    }

    .float-menu__link--cta:hover {
        color: #fff;
        transform: translateX(0);
        filter: brightness(1.05);
    }
    .float-menu__close {
        position: absolute;
        top: -8px;
        left: auto;
        right: 35px;
        width: 28px;
        height: 28px;
        padding: 0;
        line-height: 28px;
        font-size: 22px;
        font-weight: 600;
        color: #1a1a36;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12);
        transition: background .2s ease, transform .15s ease;
        pointer-events: auto;
    }

    .float-menu__close:hover {
        background: #f2f2f2;
        transform: scale(1.05);
    }

    @media (max-width: 1800px) {

        position: sticky;
        transform: none;
        top: 100px;
        right:0;
        width: 100%;
        margin: 0;
        pointer-events: auto;
        padding:0;
        margin-top: 50px;




        .float-menu {
            padding:0;
            width: 100%;
            border-radius:0;
            float:none;
        }

        .float-menu__title {
            display: none;
        }

        .float-menu__nav {
            display: flex;
            flex-direction: row;
            row-gap: 10px;
            column-gap: 20px;
            /* overflow-x: auto;
             overflow-y: hidden;*/
            flex-wrap: wrap;

            border-bottom: 1px solid rgba(255,255,255,0.15);
            scroll-behavior: smooth;
            align-items:center;
            padding:15px 5px;
            justify-content: center;



            &::-webkit-scrollbar {
                display: none;
            }
        }

        .float-menu__link {
            font-size: 14px;

            white-space: nowrap;
            text-decoration: none;
            transition: border-color .2s ease, color .2s ease;
        }




        .float-menu__link--cta {

            padding: 8px 14px;
            border-radius: 4px;
            margin:5px 0px;
            border-bottom: none !important;
            white-space: nowrap;
        }

    }
    @media (max-width: 800px) {
            top:69px;
    }

}


.module.module--content-blocks {

    .content-blocks {
        display: flex;
        flex-direction: column;
        gap: 48px;
        background-color:#F3F6F7;
        padding:50px;


        .content-blocks__item + .content-blocks__item {
            padding-top: 40px;
            position: relative;
        }

        .content-blocks__item + .content-blocks__item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 60%;
            height: 1px;
            background-color: #1A56DB;
        }

        .content-blocks__title {
            margin: 0 0 8px;
            font-size: 24px;
            line-height: 1.4;
            font-weight: 400;
            color: #1A56DB;
            font-style: italic;
            font-family: Poppins;
        }

        .content-blocks__description {
            font-size: 14px;
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .content-blocks__link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: 500;
            color: #000000;
            text-decoration: none;

            &:hover {
                text-decoration: underline;
            }

            .content-blocks__arrow {
                font-size: 14px;
                transform: translateY(1px);
            }
        }

    }
    @media (max-width: 991px) {
        .container {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
}

.module.module--calls-timeline {
    padding: clamp(40px, 6vw, 80px) 0;

    .heading {
        margin-bottom: clamp(24px, 4vw, 40px);
    }

    .calls-timeline {
        position: relative;
        overflow: hidden;
    }

    .calls-timeline__track {
        display: flex;
        gap: clamp(16px, 2vw, 24px);
        overflow-x: auto;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        cursor: grab;

        scrollbar-width: none; // Firefox
    &::-webkit-scrollbar {
        display: none; // Chrome / Safari
    }

        transition: transform .2s ease-out;

        &.is-grabbing {
            cursor: grabbing;
        }

        scroll-behavior: smooth;
    }

    .calls-timeline__item {
        flex: 0 0 23.33%;
        scroll-snap-align: start;
        min-width: 0;
        position: relative;

        @media (max-width: 1024px) {
            flex-basis: 40%;
        }

        @media (max-width: 768px) {
            flex-basis: 100%;
        }
    }


    .calls-timeline__item + .calls-timeline__item::before {
        content: ">>";
        position: absolute;
        left: -29px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #1A56DB;
        color: white;
        font-size: 14px;
        font-weight: bold;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        pointer-events: none;


        transition: transform .25s ease, box-shadow .25s ease;
    }


    .calls-timeline__item:hover::before {
        transform: translateY(-50%) translateY(-6px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    }


    .calls-timeline__hit {
        position: absolute;
        left: -29px;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 0;
        background: transparent;
        padding: 0;
        margin: 0;
        z-index: 20;
        cursor: pointer;
        opacity: 0;
    }

    @media (max-width: 768px) {
        .calls-timeline__item + .calls-timeline__item::before {
            left: -45px;
            width: 28px;
            height: 28px;
            font-size: 16px;
        }


        .calls-timeline__hit {
            left: -45px;
            width: 28px;
            height: 28px;
        }
    }

    .calls-timeline__card {
        height: 100%;
        background: #f0f4f5;
        border-radius: 16px;
        padding: 50px 24px 50px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        transform: translateY(0) scale(1);
        transition:
                transform .25s ease,
                box-shadow .25s ease,
                background-color .25s ease;
    }

    .calls-timeline__item:hover .calls-timeline__card {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 14px 32px rgba(0,0,0,0.12);
        background-color: #ffffff;
    }

    .calls-timeline__icon {
        margin-bottom: 16px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;

        img {
            display: block;
            max-width: 70px;
            height: auto;
        }
    }

    .calls-timeline__date {
        margin-bottom: 8px;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        font-family: "Poppins", serif;
        color: #1A56DB;
        font-weight: bolder;
        gap: 4px;
        font-size: 20px;
    }

    .calls-timeline__call {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        margin: 12px 0 8px;
        text-align: center;
    }

    .calls-timeline__area {
        font-family: "PT Serif", serif;
        font-style: italic;
        font-size: 14px;
        margin-top: auto;
        color: #1A56DB;
        transition: color .25s ease;
        text-align: center;
        width: 100%;
    }

    .calls-timeline__button {
        width: 100%;
    }

    .calls-timeline__button a {
        font-family: "Poppins";
        color: #1a1a36;
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        margin-top: 20px;
    }

    .calls-timeline__button span::after {
        display: inline-block;
        transition: transform 0.25s ease;
        content: "";
        color: #b8c8cf;
        font-size: 0.8em;
        margin-left: 0.6em;
        position: relative;
        top: 0.1em;
        font-family: icomoon;
    }

    .calls-timeline__item:hover .calls-timeline__area {
        color: #870030; // tono más fuerte al pasar
    }
}


.module.module--call-to-action {
    margin-top:0px;

    .call-to-action {
        text-align: center;
        max-width: 960px;
        margin: 0 auto;
        padding: 40px 24px;

        .call-to-action__title {
            margin: 0 0 8px 0;
            font-weight: 700;
            line-height: 1.25;
            font-size:20px;
            font-family: "Poppins";
        }

        .call-to-action__description {
            margin-bottom: 16px;

            p {
                margin: 0;
            }
        }

        .call-to-action__button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            margin-top:10px;
        }
    }
}



.logo__big {
    display: none;
}


@media (min-width: 1400px) {
    .logo__small {
        display: none;
    }

    .logo__big {
        display: inline-block;
    }
}



.marketingForm .consentBlock label{
    line-height:1;
}
.marketingForm .consentBlock label p{
    display:inline;
}

.module.module--people-quotes {
    position: relative;
    .cta{
        width:100%;
        text-align:center;
        margin-top:20px;
    }
    .people-quotes__title {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 1.1;
        margin: 0 0 40px 0;
        color: var(--e-global-color-primary);
    }

    .people-quotes__grid {
        row-gap: 48px;
    }

    .people-quotes__col {
        display: flex;
        align-items:flex-start;
    }

    .people-quotes__item {
        all: unset;
        cursor: pointer;
        display:inline-block;
        width: auto;
        transition: transform .22s ease, filter .22s ease, opacity .22s ease;
    }


    .people-quotes__photo {
        /*width: 220px;
        height: 220px;*/
        width:100%;
        height:auto;
        border-radius: 999px;
        border-bottom-left-radius: 0;
        background: #f2d6d4;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 14px;
        transition: transform .22s ease, background-color .22s ease;
    }

    .people-quotes__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;

        transition: transform .22s ease, filter .22s ease, opacity .22s ease;
    }

    .people-quotes__meta {
        font-family: Poppins, sans-serif;
        transition: transform .22s ease, opacity .22s ease;
    }

    .people-quotes__name {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
        color: #1A56DB;
        margin: 0;
        transition: font-size .22s ease;
    }

    .is-dim .people-quotes__name{
        color:#000000;
    }
    .people-quotes__position {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2;
        color: #8b8b8b;
        margin-top: 2px;
        transition: font-size .22s ease;
        min-height:39px;
    }


    .people-quotes__item:hover .people-quotes__photo {
        transform: scale(1.06);
    }

    .people-quotes__item:hover .people-quotes__photo img {
        transform: scale(1.02);
    }

    .people-quotes__item:hover .people-quotes__name {
        font-size: 15px;
    }

    .people-quotes__item:hover .people-quotes__position {
        font-size: 13px;
    }

    /* Activo */
    .people-quotes__item.is-active .people-quotes__photo img {
        filter: grayscale(0%);
        opacity: 1;
    }

    .people-quotes__item.is-active .people-quotes__photo {
        transform: scale(1.06);
    }


    .people-quotes__item.is-dim {
        opacity: .35;

    }

    .people-quotes__item.is-dim .people-quotes__photo img {
        filter: grayscale(100%);
    }


    .people-quotes__item.is-disabled {
        cursor: default;
    }

    .people-quotes__item.is-disabled:hover .people-quotes__photo,
    .people-quotes__item.is-disabled:hover .people-quotes__photo img,
    .people-quotes__item.is-disabled:hover .people-quotes__name,
    .people-quotes__item.is-disabled:hover .people-quotes__position {
        transform: none;
    }


    .people-quotes__floating {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        pointer-events: none;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity .18s ease, transform .18s ease;
    }

    .people-quotes__floating.is-visible {
        opacity: 1;
        transform: translateY(0);
        width:100%;
    }

    .people-quotes__quote-box {

        background: #f2d6d4;
        position: relative;
        padding: 56px 48px;


        border-radius: 0px 40px 0 40px;
        width: 420px;
        max-width: 420px;
    }

    .people-quotes__quote-mark {

        font-family: "PT Serif", serif;
        font-weight: 800;
        font-size: 72px;
        line-height: 0.1;
        color: #C90441;
    }

    .people-quotes__quote-text {

        font-family: "PT Serif", serif;
        font-style: italic;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.35;
        color: #1a1a36;
        max-width: 360px;
    }

    .people-quotes__floating.is-flip .people-quotes__quote-box{
        border-radius: 40px 0 40px 0;
    }

    /* Responsive */
    @media (max-width: 991px) {
        .people-quotes__title {
            font-size: 32px;
            margin-bottom: 28px;
        }

        .people-quotes__photo {
            width: 190px;
            height: 190px;
        }

        .people-quotes__quote-box {
            width: 85%;



        }
    }

    @media (max-width: 575px) {
        .people-quotes__photo {
            width: 100%;
            aspec-ratio:1/1;
            object-fit: cover;

        }

        .people-quotes__quote-box {
            padding: 48px 26px 26px 38px;
        }

        .people-quotes__quote-mark {
            font-size: 60px;
        }
    }
}



.module.module--datawrapper-embed {

    .container > .row > [class*="col-"] {
        padding-left: 60px;
        padding-right: 00px;
    }

    .container > .row {
        margin-left: -60px;
        margin-right: -0px;
    }
    .datawrapper-embed__chart {
        width: 100%;
    }


    .datawrapper-embed__chart iframe {
        width: 100% !important;
        max-width: 100% !important;
        border: 0;
        display: block;
    }


    .datawrapper-embed__downloads {
        margin-top: 10px;
    }

    .datawrapper-embed__action {
        font-family: Poppins;
        font-weight: 700;
        text-decoration: underline !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .datawrapper-embed__action::after {
        content: "↗";
        font-size: 14px;
        line-height: 1;
    }

    /* Findings */
    .datawrapper-embed__findings {
        margin-top: 16px;
        padding: 14px 16px;
        border-radius: 10px;
        background-color: rgba(0,0,0,.02);
        border: 1px solid rgba(0,0,0,.06);
    }

    .datawrapper-embed__findings-title {
        font-family: Poppins;
        font-weight: 800;
        font-size: 14px;
        margin: 0 0 10px 0;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

    .datawrapper-embed__findings-list {
        margin: 0;
        padding-left: 18px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .datawrapper-embed__findings-list li {
        line-height: 1.4;
    }


    .datawrapper-embed__caption {
        margin-top: 14px;
        margin-bottom: 10px;
        font-size: 13px;
        opacity: .88;
    }

    .datawrapper-embed__caption-line {
        margin: 0 0 6px 0;
    }


    .datawrapper-embed__table-block {
        margin-top: 14px;
    }

    .datawrapper-embed__table-wrap {
        margin-top: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,.08);
    }

    .datawrapper-embed__data {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
        background: #fff;
        r-embed__data
    }
    .datawrapper-embed__data td:first-child,
    .datawrapper-embed__data th:first-child {
        width: 70%;
        text-align: left;
    }


    .datawrapper-embed__data td:last-child,
    .datawrapper-embed__data th:last-child {
        width: 30%;
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

    .datawrapper-embed__data th,
    .datawrapper-embed__data td {
        padding: 10px 12px;
        border-bottom: 1px solid rgba(0,0,0,.08);
        text-align: left;
        white-space: nowrap;
        font-family: Poppins;
    }

    .datawrapper-embed__data th {
        font-weight: 800;
        background-color: rgba(0,0,0,.03);
    }

    .datawrapper-embed__data tbody tr:nth-child(even) {
        background-color: rgba(0,0,0,.015);
    }

    .datawrapper-embed__data tbody tr:hover {
        background-color: rgba(0,0,0,.04);
    }

    /* Details (View all data) */
    .datawrapper-embed__details {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(0,0,0,.10);
        display:block;
        width:100%;
    }

    .datawrapper-embed__details > summary {
        cursor: pointer;
        font-family: Poppins;
        font-weight: 800;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        list-style: none;
        outline: none;
        user-select: none;
    }

    .datawrapper-embed__details > summary::-webkit-details-marker {
        display: none;
    }

    .datawrapper-embed__details > summary::after {
        content: "›";
        font-size: 18px;
        line-height: 1;
        transform: rotate(0deg);
        transition: transform .2s ease;
    }

    .datawrapper-embed__details[open] > summary::after {
        transform: rotate(90deg);
    }


    .datawrapper-embed__content {
        max-width: 560px;
    }

    .datawrapper-embed__title {
        margin-bottom: 14px;
    }

    .datawrapper-embed__body p:last-child {
        margin-bottom: 0;
    }

    .datawrapper-embed__button {
        margin-top: 18px;
        display: inline-flex;
    }

    .datawrapper-embed__details .datawrapper-embed__table-wrap {
        margin-top: 10px;
    }


    .datawrapper-embed__details .datawrapper-embed__table-wrap {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .datawrapper-embed__toolbar{
        margin-top: 12px;
        display: flex;
        gap: 18px;
        align-items: center;
        flex-wrap: wrap;
    }

    .datawrapper-embed__download{
        font-family:Poppins;
        font-weight:800;
        color:#000000;
        display:inline-flex;
        align-items:center;
        gap:8px;
        font-size:14px;
    }

    .datawrapper-embed__download::after{
        content:"↗";
        font-size: 14px;
        line-height: 1;
    }

    .datawrapper-embed__details > summary,
    .datawrapper-embed__details-more > summary{
        cursor:pointer;
        font-family:Poppins;
        font-weight:800;
        list-style:none;
        display:inline-flex;
        align-items:center;
        gap:8px;
    }
    .datawrapper-embed__details > summary::-webkit-details-marker,
    .datawrapper-embed__details-more > summary::-webkit-details-marker{display:none;}

    .datawrapper-embed__details > summary::after{
        content:"›";
        font-size:18px;
        transform: rotate(0deg);
        transition: transform .2s ease;
    }
    .datawrapper-embed__details[open] > summary::after{
        transform: rotate(90deg);
    }

    .datawrapper-embed__panel{
        margin-top: 12px;
        width: 100%;
    }

    .datawrapper-embed__h{
        font-family:Poppins;
        font-weight:800;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .2px;
        margin: 0 0 10px 0;
    }

    .datawrapper-embed__findings{
        padding: 14px 16px;
        border:1px solid rgba(0,0,0,.06);
        background: rgba(0,0,0,.02);
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .datawrapper-embed__list{
        margin:0;
        padding-left: 18px;
        display:flex;
        flex-direction: column;
        gap: 8px;
    }

    .datawrapper-embed__desc{
        margin-bottom: 12px;
    }

    .datawrapper-embed__meta{
        font-size: 13px;
        opacity: .9;
        display:flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 12px;
    }

    .datawrapper-embed__definition{
        width:100%;
        margin-top: 6px;
    }

    .datawrapper-embed__details-more{
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(0,0,0,.10);
    }


    .datawrapper-embed__data{
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
        border: 1px solid rgba(0,0,0,.06);
        border-radius: 10px;
        overflow: hidden;
    }

    .datawrapper-embed__data th,
    .datawrapper-embed__data td{
        padding: 14px 16px;
        border-bottom: 1px solid rgba(0,0,0,.06);
        vertical-align: middle;
        white-space: nowrap;
    }

    .datawrapper-embed__data tr:last-child td{
        border-bottom: 0;
    }

    .datawrapper-embed__data th{
        background: rgba(0,0,0,.02);
        font-weight: 800;
    }

    .datawrapper-embed__data td:first-child,
    .datawrapper-embed__data th:first-child{
        white-space: normal;
    }

    .datawrapper-embed__data td:last-child,
    .datawrapper-embed__data th:last-child{

        text-align: right;
        font-variant-numeric: tabular-nums;
    }


    @media (max-width: 991.98px) {



        .datawrapper-embed__content {
            max-width: none;
            margin-top: 24px;
        }

        .datawrapper-embed__table-wrap {
            border-radius: 8px;
        }
    }

    @media (max-width: 767.98px) {

        .datawrapper-embed__data {
            font-size: 13px;
        }

        .datawrapper-embed__findings {
            padding: 12px 12px;
        }

        .datawrapper-embed__details > summary {
            font-size: 13px;
        }
    }
}

.module.module--datawrapper-embed.module--chart-left{
    @media (max-width: 991.98px) {
        .row > .col-lg-6:first-child {
            order: 2;
            margin-top: 20px;
        }
    }

}



.programme-box{
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);

    &:hover{
        box-shadow: 0 10px 30px rgba(0,0,0,.10);
    }
}

.programme-box__media{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.programme-box__img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transform: scale(1.001);
}

.programme-box__body{
    padding: 22px 22px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
    text-align: center;
}

.programme-box__title{
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}

.programme-box__desc{
    font-size: 15px;
    line-height: 1.6;
    color: rgba(15, 23, 42, .85);

    p{
        margin: 0;
    }
}

.programme-box__cta{
    margin-top: 10px;
}

.programme-box__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background: transparent;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-radius: 10px;
    transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;

    &:hover{
        background: var(--e-global-color-primary);
        color: #ffffff;
        transform: translateY(-1px);
    }
}

@media (max-width: 991px){
    padding: 38px 0;

    .module__title{
        font-size: 34px;
    }

    .programme-box__img{
        height: 200px;
    }
}

@media (max-width: 575px){
    padding: 30px 0;

    .module__title{
        font-size: 28px;
    }

    .programme-box__body{
        padding: 18px 16px 16px 16px;
    }

    .programme-box__img{
        height: 180px;
    }
}

.module.module--programme-boxes .row {
    row-gap:20px;
}

&.module--programme-boxes--soft{

    .programme-box{
        border-color: rgba(0,0,0,.06);
        box-shadow: 0 10px 30px rgba(0,0,0,.05);
        border-radius: 16px;
    }

    .programme-box__button{
        border-radius: 999px;
    }
}

&.module--programme-boxes--compact{

    padding: 36px 0;

    .module__title{
        margin-bottom: 16px;
        font-size: 36px;
    }

    .programme-box__img{
        height: 180px;
    }

    .programme-box__body{
        padding: 16px 16px 14px 16px;
        gap: 10px;
    }

    .programme-box__title{
        font-size: 20px;
    }

    .programme-box__desc{
        font-size: 14px;
    }
}
}

.module.module--grid-with-icons {
    padding: 60px 0;

    &.bg--grey { background-color: #f1f5f9; }
    &.bg--dark { background-color: #0f172a;
        color: #ffffff;
        .heading { color: #ffffff; }
        .subtitle { color: rgba(255,255,255,0.8); }
        .grid-icons__title { color: #ffffff; }
        .grid-icons__subtitle { color: rgba(255,255,255,0.8); }
    }
    &.bg--sky { background-color: #D9E8EF; }
    &.bg--light { background-color: #f8fafc; }


    .heading {
        width:100%;
        max-width: 100%;
        text-align:center;
        margin-bottom:10px;
    }

    .subtitle {
        text-align: center;
        margin-bottom:50px;
    }

    .grid-icons {
        margin-top: 20px;
    }

    .grid-icons__item {

        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: transform 0.3s ease;
        padding-bottom:20px;

        &:hover {
            transform: translateY(-5px);
        }
    }

    .grid-icons__media {

        width: 180px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grid-icons__img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .grid-icons__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        font-family:Poppins;
        text-align:center;

    }

    .grid-icons__subtitle {
        font-size: 18px;
        line-height: 1.6;
        text-align:center;
        font-family:Poppins;
        margin-top: 10px;

        p:last-child { margin-bottom: 0; }
    }

    @media (max-width: 991px) {
        padding: 40px 0;


        .grid-icons__item {
            padding: 20px 10px;
        }
    }
}

header#header ul.main > li > a::after{
    background:none;
}


.module.module--youtube-gallery {


    &.bg--grey { background-color: #f1f5f9; }
    &.bg--dark {
        background-color: #0f172a;
        color: #ffffff;
        .youtube-gallery__title { color: #ffffff; }
    }
    &.bg--sky { background-color: #e0f2fe; }
    &.bg--light { background-color: #f8fafc; }

    .youtube-gallery__item {
        position: relative;
        height: 100%;
    }

    .youtube-gallery__video {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        background: #000;

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background: transparent;
        }

        iframe {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            border: 0;
            aspect-ratio: 16 / 9;
        }

        &.is-playing::after {
            display: none;
        }
    }

    .youtube-gallery__title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 800;
        color: #0f172a;
        font-family: Poppins, serif;
    }


    .youtube-gallery--slider {
        position: relative;



        .swiper-container {
            padding-bottom: 50px;
        }

        .swiper-button-next,
        .swiper-button-prev {
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            color: #1A56DB;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0;
            top: calc(50% - 65px);
            transform: translateY(-50%);
            z-index: 50;
            pointer-events: auto !important;

            &::after {
                font-family: 'icomoon' !important;
                font-size: 16px;
                text-transform: none !important;
                letter-spacing: 0;
                font-variant: initial;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            &:hover {
                background: #1A56DB;
                color: #fff;
            }
        }

        .swiper-button-prev {
            left: 0;
            &::after {
                content: "\e90b" !important;
                transform: rotate(90deg);
                margin-right: 2px;
            }
        }
        .swiper-button-next {
            right: 0;
            &::after {
                content: "\e90b" !important;
                transform: rotate(-90deg);
                margin-left: 2px;
            }
        }
        .swiper-pagination{
            display:flex;
            gap:5px;
        }

        .swiper-pagination-bullet-active {
            background: #1A56DB;
        }
    }

    &.bg--dark .youtube-gallery--slider {
        .swiper-button-next,
        .swiper-button-prev {
            background: rgba(255,255,255,0.1);
            color: #fff;
            &:hover {
                background: #1A56DB;
            }
        }
        .swiper-pagination-bullet {
            background: rgba(255,255,255,0.3);
            &.swiper-pagination-bullet-active {
                background: #fff;
            }
        }
    }

    @media (max-width: 991px) {
        padding: 40px 0;

        .youtube-gallery__title {

        }

        .youtube-gallery--slider {
            padding: 0;

            .swiper-button-next,
            .swiper-button-prev {

            }
        }
    }
}

.module .heading.title-red{
  color:#1A56DB;
}

.module .heading.title-black{
  color:#1a1a36;
}

/* CAES Calculator Module */
.module.module--caes-calculator {
  --caes-primary-color: #2D5C53;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;

  .caes-calculator-form {
    max-width: 800px;
    margin: 0 auto;
  }

  .caes-field {
    margin-bottom: 20px;
    background: #D1E9E4;
    padding: 30px 40px;
    border-radius: 30px;
  }

  .caes-label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    color: var(--caes-primary-color);
    font-size: 18px;
  }

  .caes-subtitle {
    font-size: 14px;
    color: var(--caes-primary-color);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
  }

  .caes-input-wrap {
    position: relative;
    max-width: 300px;
  }

  .caes-select, .caes-input {
    width: 100%;
    padding: 12px 25px;
    border: 2px solid var(--caes-primary-color);
    border-radius: 50px;
    font-size: 16px;
    background: transparent;
    color: var(--caes-primary-color);
    appearance: none;
    outline: none;
    height: 50px;
  }

  .caes-input-wrap::after {
    content: '\e900';
    font-family: 'icomoon';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--caes-primary-color);
  }


  .caes-input-wrap:has(.caes-input)::after {
    display: none;
  }

  .caes-radio-group {
    display: flex;
    gap: 30px;
    margin-top: 10px;
  }

  .caes-radio-group label {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: var(--caes-primary-color);
    font-family: 'Poppins', sans-serif;
  }

  .caes-help-text {
    font-weight: 700;
    color: var(--caes-primary-color);
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
  }

  .caes-actions {
    text-align: center;
    margin-top:50px;
  }

  #caes-calculate-btn {
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--caes-primary-color);
    color: #FFFFFF;
    border: none;
    cursor: pointer;
  }

  .caes-result-box {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    color: #1a1a36;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .caes-result-box-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a36;
  }

  .caes-result-box-text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #1a1a36;
  }

  .caes-result-box-highlight {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #1a1a36;
  }

  .caes-result-box-range {
    color: #1a1a36;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .caes-result-box-note {
    font-size: 14px;
    font-style: italic;
    line-height: 1.4;
    max-width: 600px;
    margin: 0 auto;
    color: #1a1a36;
  }

  #caes-dynamic-form-container {
    margin-top:50px;
    color: #1a1a36;
  }

  .caes-contact-title {
    font-size: 45px;
    line-height:45px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a36;
  }
  .caes-contact-intro{
    margin-bottom:50px;
  }

  .caes-contact-intro p {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .caes-contact-list {
    margin: 15px 0 20px 20px;
    list-style: disc;
  }

  .caes-contact-list li {
    margin-bottom: 8px;
  }

  #caes-help-message.caes-field {
    background: transparent;
    padding: 0;
  }

  #caes-help-message .caes-help-text {
    padding-left: 10px;
  }
  [data-layout="true"]{
    margin:0 !important;
  }
}