/*
    Theme Name: Optima Corporate
    Description: Optima Corporate Wordpress Theme
    Version: 1.1.0
    Author: jankopietz.de
*/
/*------------------------------------*\
    IMPORTS
\*------------------------------------*/
/* 
    Author     : jankopietz.de
    Content    : Global definitions
*/
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/* responsive breakpoints */
/* colors */
/* gradient */
/* font import */
@font-face {
  font-display: swap;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 300;
  src: url("font/avenir/Avenir-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  src: url("font/avenir/Avenir-Book.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  src: url("font/avenir/Avenir-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  src: url("font/avenir/Avenir-Black.woff2") format("woff2");
}
/* icon font import */
@font-face {
  font-family: "icomoon";
  src: url("font/icons/fonts/icomoon.ttf?txgu0r") format("truetype"), url("font/icons/fonts/icomoon.woff?txgu0r") format("woff"), url("font/icons/fonts/icomoon.svg?txgu0r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon, .breadcrumb .menu li:after, .checklist li:before {
  /* 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-arrow-right:before {
  content: "\e900";
}

.icon-arrow-sign-in:before {
  content: "\e901";
}

.icon-arrow-to-bottom:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

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

.icon-chevron-right-solid:before {
  content: "\e905";
}

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

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

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

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

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

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

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

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

.icon-magnifier:before {
  content: "\e90e";
}

.icon-paper-plane:before {
  content: "\e90f";
}

.icon-pinterest:before {
  content: "\e910";
}

.icon-plus-square:before {
  content: "\e911";
}

.icon-plus:before {
  content: "\e912";
}

.icon-suitcase:before {
  content: "\e913";
}

.icon-twitter:before {
  content: "\e914";
}

.icon-whatsapp:before {
  content: "\e915";
}

.icon-xing:before {
  content: "\e916";
}

.icon-youtube:before {
  content: "\e917";
}

/* typography */
/* mixins */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global */
*,
*:after,
*:before {
  outline-offset: 0.3125rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  font-size: 100%;
  min-width: 20rem;
  scroll-behavior: smooth;
}

body {
  background-color: #F5F5F5;
  color: #0C1440;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
a:active, a:focus, a:hover {
  outline: 0;
}
a:focus-visible {
  outline: 0.125rem dotted #0C1440;
  z-index: 1;
}

p {
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 770px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}
p:last-child {
  margin: 0;
}
.rte-content p + h1, .rte-content p + h2, .rte-content p + h3, .rte-content p + h4, .rte-content p + h5, .rte-content p + h6 {
  margin-top: 1em;
}
p big {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 770px) {
  p big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
p a {
  color: #00394B;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-decoration-thickness: 0.0625rem;
}
@media screen and (min-width: 1100px) {
  p a:hover {
    color: #0C1440;
  }
}
p a:active {
  color: #0C1440;
}
p + .button, .alm-btn-wrap p + .alm-load-more-btn {
  margin-top: 0.625rem;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rte-content ul + h1, .rte-content ul + h2, .rte-content ul + h3, .rte-content ul + h4, .rte-content ul + h5, .rte-content ul + h6, .rte-content ol + h1, .rte-content ol + h2, .rte-content ol + h3, .rte-content ol + h4, .rte-content ol + h5, .rte-content ol + h6 {
  margin-top: 1em;
}
.rte-content ul, .rte-content ol {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 770px) {
  .rte-content ul, .rte-content ol {
    font-size: 16px;
    font-size: 1rem;
  }
}
.rte-content ul:last-child, .rte-content ol:last-child {
  margin: 0;
}
.rte-content ul li, .rte-content ol li {
  font-weight: 300;
  position: relative;
}
.rte-content ul li a, .rte-content ol li a {
  color: #00394B;
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .rte-content ul li a:hover, .rte-content ol li a:hover {
    color: #0C1440;
  }
}
.rte-content ul li a:active, .rte-content ol li a:active {
  color: #0C1440;
}
.rte-content ul + .button, .rte-content .alm-btn-wrap ul + .alm-load-more-btn, .alm-btn-wrap .rte-content ul + .alm-load-more-btn, .rte-content ol + .button, .rte-content .alm-btn-wrap ol + .alm-load-more-btn, .alm-btn-wrap .rte-content ol + .alm-load-more-btn {
  margin-top: 0.625rem;
}

.rte-content ul li {
  padding-left: 1.5625rem;
  position: relative;
}
.rte-content ul li:before {
  background-color: #009CCD;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 0.375rem;
}

.rte-content ol {
  counter-reset: counter;
}
.rte-content ol li {
  counter-increment: counter;
  padding-left: 1.5625rem;
  position: relative;
}
.rte-content ol li:before {
  border-radius: 50%;
  color: #009CCD;
  content: counter(counter);
  display: block;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .box .box__content .box__content__content .box__content__content__title {
  color: #00394B;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1.25rem;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, .box .box__content .box__content__content .box__content__content__title:last-child {
  margin: 0;
}
.rte-content h1 + p, .rte-content .h1 + p, .rte-content h2 + p, .rte-content .h2 + p, .rte-content h3 + p, .rte-content .h3 + p, .rte-content h4 + p, .rte-content .h4 + p, .rte-content h5 + p, .rte-content .h5 + p, .rte-content h6 + p, .rte-content .h6 + p, .rte-content .box .box__content .box__content__content .box__content__content__title + p, .box .box__content .box__content__content .rte-content .box__content__content__title + p {
  margin-top: 1.5em;
}
h1.title, .h1.title, h2.title, .h2.title, h3.title, .h3.title, h4.title, .h4.title, h5.title, .h5.title, h6.title, .h6.title, .box .box__content .box__content__content .title.box__content__content__title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 770px) {
  h1.title, .h1.title, h2.title, .h2.title, h3.title, .h3.title, h4.title, .h4.title, h5.title, .h5.title, h6.title, .h6.title, .box .box__content .box__content__content .title.box__content__content__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1100px) {
  h1.title, .h1.title, h2.title, .h2.title, h3.title, .h3.title, h4.title, .h4.title, h5.title, .h5.title, h6.title, .h6.title, .box .box__content .box__content__content .title.box__content__content__title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
h1 .primary, .h1 .primary, h2 .primary, .h2 .primary, h3 .primary, .h3 .primary, h4 .primary, .h4 .primary, h5 .primary, .h5 .primary, h6 .primary, .h6 .primary, .box .box__content .box__content__content .box__content__content__title .primary {
  color: #00394B;
}

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 770px) {
  h1, .h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 770px) {
  h2, .h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1100px) {
  h2, .h2 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

h3, .h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 770px) {
  h3, .h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  h3, .h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 770px) {
  h4, .h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1100px) {
  h4, .h4 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 770px) {
  h5, .h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h6, .h6, .box .box__content .box__content__content .box__content__content__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 770px) {
  h6, .h6, .box .box__content .box__content__content .box__content__content__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*------------------------------------*\
    BUTTONS & LINKS
\*------------------------------------*/
button, .button, .alm-btn-wrap .alm-load-more-btn {
  background: none;
  border: none;
  display: inline-block;
  outline: none;
  padding: 0;
}
button:focus-visible, .button:focus-visible, .alm-btn-wrap .alm-load-more-btn:focus-visible {
  outline: 0.125rem dotted #0C1440;
}

.button, .alm-btn-wrap .alm-load-more-btn {
  color: #FFFFFF;
  font-weight: 900;
  padding: 1rem 1.875rem;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
.button.button--icon-before .icon, .alm-btn-wrap .button--icon-before.alm-load-more-btn .icon, .button.button--icon-before .breadcrumb .menu li:after, .alm-btn-wrap .button--icon-before.alm-load-more-btn .breadcrumb .menu li:after, .breadcrumb .menu .button.button--icon-before li:after, .breadcrumb .menu .alm-btn-wrap .button--icon-before.alm-load-more-btn li:after, .alm-btn-wrap .breadcrumb .menu .button--icon-before.alm-load-more-btn li:after, .button.button--icon-before .checklist li:before, .alm-btn-wrap .button--icon-before.alm-load-more-btn .checklist li:before, .checklist .button.button--icon-before li:before, .checklist .alm-btn-wrap .button--icon-before.alm-load-more-btn li:before, .alm-btn-wrap .checklist .button--icon-before.alm-load-more-btn li:before {
  margin: 0 0.625rem 0 0;
}
.button:before, .alm-btn-wrap .alm-load-more-btn:before {
  background-color: #009CCD;
  border-radius: 0.625rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.1s ease 0s;
}
.button:before, .alm-btn-wrap .alm-load-more-btn:before {
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .button:hover:before, .alm-btn-wrap .alm-load-more-btn:hover:before {
    background-color: rgb(0, 175.4048780488, 230.5);
  }
}
.button:active, .alm-btn-wrap .alm-load-more-btn:active {
  transform: translate(0.1875rem, 0.1875rem);
}
.button:active:before, .alm-btn-wrap .alm-load-more-btn:active:before {
  background-color: #009CCD;
}
.button:active:after, .alm-btn-wrap .alm-load-more-btn:active:after {
  left: 0;
  top: 0;
}
.button .icon, .alm-btn-wrap .alm-load-more-btn .icon, .button .breadcrumb .menu li:after, .alm-btn-wrap .alm-load-more-btn .breadcrumb .menu li:after, .breadcrumb .menu .button li:after, .breadcrumb .menu .alm-btn-wrap .alm-load-more-btn li:after, .alm-btn-wrap .breadcrumb .menu .alm-load-more-btn li:after, .button .checklist li:before, .alm-btn-wrap .alm-load-more-btn .checklist li:before, .checklist .button li:before, .checklist .alm-btn-wrap .alm-load-more-btn li:before, .alm-btn-wrap .checklist .alm-load-more-btn li:before {
  margin-left: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.link {
  color: #00394B;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.link .icon, .link .breadcrumb .menu li:after, .breadcrumb .menu .link li:after, .link .checklist li:before, .checklist .link li:before {
  color: #009CCD;
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.1s ease 0s;
}
@media screen and (min-width: 1100px) {
  .link:hover {
    color: #0C1440;
  }
  .link:hover .icon, .link:hover .breadcrumb .menu li:after, .breadcrumb .menu .link:hover li:after, .link:hover .checklist li:before, .checklist .link:hover li:before {
    transform: translate(0.3125rem, 0);
  }
}
.link:active {
  color: #0C1440;
}

/*------------------------------------*\
    GRID
\*------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 770px) {
  .row {
    padding: 0 6.25rem;
  }
  .footer .row {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .footer .row {
    padding: 0 6.25rem;
  }
}
.row .col {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 770px) {
  .row .col + .col {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 770px) {
  .row .col {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--one-half {
    width: 50%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--one-third {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--one-third {
    width: 33.3333%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--two-third {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--two-third {
    width: 66.6666%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--one-fourth {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--one-fourth {
    width: 25%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--three-fourth {
    width: 66.6666%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--three-fourth {
    width: 75%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--two-fifth {
    width: 40%;
  }
}
@media screen and (min-width: 770px) {
  .row .col.col--three-fifth {
    width: 60%;
  }
}

/*------------------------------------*\
    HELPER
\*------------------------------------*/
.rte-content + .button, .alm-btn-wrap .rte-content + .alm-load-more-btn, .rte-content + .checklist {
  margin-top: 1.875rem;
}

@media screen and (min-width: 570px) {
  .testimonial {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.testimonial .testimonial__image {
  background-color: #FFFFFF;
  border: 0.0625rem solid #CED0D8;
  border-radius: 50%;
  display: block;
  height: 6.25rem;
  overflow: hidden;
  position: relative;
  width: 6.25rem;
}
.testimonial .testimonial__image img {
  height: 100%;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonial .testimonial__image img.testimonial__image__icon {
  height: 3.125rem;
  -o-object-fit: none;
     object-fit: none;
  width: 3.125rem;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.testimonial .testimonial__content {
  margin-top: 0.625rem;
}
@media screen and (min-width: 570px) {
  .testimonial .testimonial__content {
    width: calc(100% - 8.125rem);
  }
}
.testimonial .testimonial__content .testimonial__content__name {
  font-weight: 500;
  margin-top: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 770px) {
  .testimonial .testimonial__content .testimonial__content__name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hint {
  align-items: center;
  border: 0.0625rem dashed #CED0D8;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.25rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 770px) {
  .hint {
    padding: 2.5rem;
  }
}
.hint .hint__title {
  color: #009CCD;
}
.hint p {
  margin-bottom: 1.25rem;
}
.hint .borlabs-cookie-preference {
  color: #CED0D8;
  margin-top: 0.625rem;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
}
.hint .borlabs-cookie-preference:active {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .hint .borlabs-cookie-preference:hover {
    text-decoration: none;
  }
}

.brand-icon {
  display: block;
  height: 3.75rem;
  overflow: hidden;
  position: relative;
  width: 3.75rem;
  transition: all 0.1s ease 0s;
}
.brand-icon img {
  max-width: none;
  width: 3.75rem;
  pointer-events: none;
}
@media screen and (min-width: 1100px) {
  .brand-icon:hover {
    background-color: #009CCD;
  }
  .brand-icon:hover img {
    margin-top: -3.75rem;
  }
  .brand-icon:active {
    background-color: rgb(0, 117.1902439024, 154);
  }
}

.person {
  background-color: #FFFFFF;
  border: 0.0625rem solid #CED0D8;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .person {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1400px) {
  .person.person--described {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .person.person--described .person__portrait {
    border: none;
    border-bottom: 0.0625rem solid #CED0D8;
    width: 100%;
  }
  .person.person--described .person__portrait .person__portrait__image {
    padding-top: 56.25%;
  }
  .person.person--described .person__portrait .person__portrait__image.person__portrait__image--image {
    padding-top: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .person.person--described .person__content {
    width: 100%;
  }
}
.person.person--described .person__content .text-cut {
  margin-bottom: 2em;
}
.person.person--described .person__content .text-cut:last-child {
  margin-bottom: 0;
}
.person .person__portrait {
  border-bottom: 0.0625rem solid #CED0D8;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .person .person__portrait {
    border: none;
    border-right: 0.0625rem solid #CED0D8;
    width: 40%;
  }
}
.person .person__portrait .person__portrait__image {
  background-image: url("img/icon-user.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30%;
  padding-top: 56.25%;
}
@media screen and (min-width: 1400px) {
  .person .person__portrait .person__portrait__image {
    background-size: 40%;
    height: 100%;
    padding-top: 0;
  }
}
.person .person__portrait .person__portrait__image.person__portrait__image--image {
  background-position: center top;
  background-size: cover;
  padding-top: 90%;
}
@media screen and (min-width: 1400px) {
  .person .person__portrait .person__portrait__image.person__portrait__image--image {
    padding-top: 0;
  }
}
.person .person__content {
  padding: 1.25rem;
}
@media screen and (min-width: 1400px) {
  .person .person__content {
    padding: 1.875rem;
    width: 60%;
  }
}
.person .person__content.person__content--linked {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1400px) {
  .person .person__content.person__content--linked {
    padding-bottom: 5.625rem;
  }
}
.person .person__content .text-cut, .person .person__content > .rte-content {
  margin-bottom: 1.25rem;
}
.person .person__content .text-cut p, .person .person__content > .rte-content p {
  font-size: 14px;
  font-size: 0.875rem;
}
.person .person__content .person__adress {
  margin-top: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
.person .person__content .person__adress p {
  font-size: 14px;
  font-size: 0.875rem;
}
.person .person__content .person__adress + ul {
  margin-top: 1em;
}
.person .person__content ul {
  line-height: 1.5;
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.person .person__content ul + ul {
  margin-top: 1.25rem;
}
.person .person__content ul a {
  color: #0C1440;
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .person .person__content ul a:hover {
    opacity: 0.7;
  }
}
.person .person__content ul a:active {
  opacity: 1;
  text-decoration: none;
}
.person .person__content .person__content__buttons {
  border: 0.0625rem solid #CED0D8;
  border-top-left-radius: 0.625rem;
  bottom: -0.0625rem;
  overflow: hidden;
  position: absolute;
  right: -0.0625rem;
}
.person .person__content .person__content__buttons .menu {
  display: flex;
}
.person .person__content .person__content__buttons .menu li + li {
  border-left: 0.0625rem solid #CED0D8;
}
@media screen and (min-width: 1100px) {
  .person .person__content .person__content__buttons .menu li a:hover {
    opacity: 1;
  }
}

.profile {
  text-align: center;
}
.profile .profile__image {
  border-radius: 50%;
  height: 16.875rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 16.875rem;
}
.profile .profile__image img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.profile .profile__sign {
  margin-top: -1.125rem;
  position: relative;
  z-index: 10;
}
.profile .profile__name {
  font-weight: 500;
  margin-top: 0.3125rem;
  opacity: 0.5;
  font-size: 16px;
  font-size: 1rem;
}
.profile .profile__position {
  opacity: 0.5;
  font-size: 16px;
  font-size: 1rem;
}

.box {
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.section--imaged .box {
  background-color: rgba(255, 255, 255, 0.9);
}
.box.box--clean {
  background-color: transparent;
}
.box.box--clean .box__content {
  border: none;
  padding: 0;
}
.box .box__image {
  display: block;
  width: 100%;
}
.box .box__image + .box__content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.box .box__image + .box__content .box__content__date {
  left: 1.25rem;
  margin: 0;
  position: absolute;
  top: 1.25rem;
}
.box .box__image + .box__content .box__content__date + .box__content__content {
  padding-top: 0;
}
.box .box__image.box__image--centered {
  border: 0.0625rem solid #CED0D8;
  border-bottom: 0;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  padding-top: 40%;
  position: relative;
}
.box .box__image.box__image--centered img {
  height: 80%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.box .box__image .box__image__bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 56.25%;
}
.box .box__content {
  border: 0.0625rem solid #CED0D8;
  border-radius: 0.625rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
}
@media screen and (min-width: 1020px) {
  .box .box__content.box__content--condensed {
    padding: 3.125rem 3.75rem;
  }
}
.box .box__content .box__content__image {
  margin-bottom: 1.25rem;
}
.box .box__content .box__content__date {
  background-color: #00394B;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  display: block;
  color: #FFFFFF;
  font-weight: 900;
  height: 3.75rem;
  left: 1.25rem;
  margin: 0;
  padding: 0.625rem;
  position: absolute;
  text-align: center;
  top: 1.25rem;
  width: 3.75rem;
}
.box .box__content .box__content__date .box__content__date__day-month {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.box .box__content .box__content__date .box__content__date__year {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}
.box .box__content .box__content__date + .box__content__content {
  padding-top: 4.375rem;
}
.box .box__content .box__content__content {
  display: block;
}
.box .box__content .box__content__content .box__content__content__icon {
  display: block;
  margin-bottom: 1.25rem;
}
.box .box__content .box__content__content .box__content__content__label {
  color: #0C1440;
  display: block;
  font-weight: 600;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.box .box__content .box__content__content .box__content__content__title {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.box .box__content .box__content__content .box__content__content__text {
  color: #0C1440;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 770px) {
  .box .box__content .box__content__content .box__content__content__text {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 770px) {
  .box .box__content .box__content__content .box__content__content__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.box .box__content .box__content__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

a.box {
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 1100px) {
  a.box:hover {
    box-shadow: 0rem 0.125rem 0.625rem 0rem rgba(0, 0, 0, 0.2);
    transform: translate(0, -0.3125rem);
  }
}
a.box .box__content .box__content__content .box__content__content__title {
  display: block;
}

.modal-active .overlay {
  background-color: #0C1440;
  bottom: 0;
  opacity: 0.6;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}
@media screen and (min-width: 770px) {
  .modal-active .overlay {
    right: 3.75rem;
  }
}

.checklist {
  line-height: 1.5;
}
.checklist li {
  padding-left: 1.5625rem;
  position: relative;
}
.checklist li:before {
  color: #009CCD;
  content: "\e903";
  left: 0;
  position: absolute;
  top: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
}

.anchor {
  position: absolute;
  left: 0;
  top: -3.75rem;
}
.module .anchor {
  top: -6.875rem;
}
.breadcrumb .anchor, .hero-home .anchor {
  bottom: 3.6875rem;
  top: auto;
}

.image {
  overflow: hidden;
  position: relative;
}
.image img {
  border-radius: 0.625rem;
  max-width: none;
  width: 100%;
}

.label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.text-cut .text-cut__text {
  max-height: 9.375rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 770px) {
  .text-cut .text-cut__text {
    max-height: 12.5rem;
  }
}
.text-cut .text-cut__text.cutted + .text-cut__trigger {
  display: flex;
}
.text-cut .text-cut__text.cutted:after {
  background: linear-gradient(0deg, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 9.375rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.text-cut .text-cut__text.active {
  max-height: none !important;
}
.text-cut .text-cut__text.active:after {
  display: none;
}
.text-cut .text-cut__text.active + .text-cut__trigger {
  display: none;
}
.text-cut .text-cut__trigger {
  align-items: center;
  color: #00394B;
  display: none;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
.text-cut .text-cut__trigger .icon, .text-cut .text-cut__trigger .breadcrumb .menu li:after, .breadcrumb .menu .text-cut .text-cut__trigger li:after, .text-cut .text-cut__trigger .checklist li:before, .checklist .text-cut .text-cut__trigger li:before {
  color: #009CCD;
  margin: 0 0.625rem -0.125rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  transition: all 0.1s ease 0s;
}
@media screen and (min-width: 1100px) {
  .text-cut .text-cut__trigger:hover {
    color: #0C1440;
  }
  .text-cut .text-cut__trigger:hover .icon, .text-cut .text-cut__trigger:hover .breadcrumb .menu li:after, .breadcrumb .menu .text-cut .text-cut__trigger:hover li:after, .text-cut .text-cut__trigger:hover .checklist li:before, .checklist .text-cut .text-cut__trigger:hover li:before {
    transform: scale(1.1, 1.1);
  }
}
.text-cut .text-cut__trigger:active {
  color: #0C1440;
}

.table {
  overflow: auto;
  position: relative;
  width: 100%;
}
.table table {
  text-align: left;
  width: 100%;
}
.table table thead tr th {
  background-color: rgba(12, 20, 64, 0.8);
  color: #FFFFFF;
  font-weight: 600;
  padding: 0.5625rem 1.25rem 0.6875rem;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 770px) {
  .table table thead tr th {
    padding: 0.5625rem 1.875rem 0.6875rem;
  }
}
.table table tbody tr:nth-child(even) td {
  background-color: #FFFFFF;
}
.table table tbody tr td {
  line-height: 1.5;
  padding: 0.625rem 1.25rem;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 770px) {
  .table table tbody tr td {
    padding: 0.9375rem 1.875rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.table table tbody tr td a {
  color: #00394B;
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .table table tbody tr td a:hover {
    color: #0C1440;
  }
}
.table table tbody tr td a:active {
  color: #0C1440;
}

.document {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  .document:hover .document__content .document__content__title {
    color: #0C1440;
  }
  .document:hover .document__content .link {
    color: #0C1440;
  }
  .document:hover .document__content .link .icon, .document:hover .document__content .link .breadcrumb .menu li:after, .breadcrumb .menu .document:hover .document__content .link li:after, .document:hover .document__content .link .checklist li:before, .checklist .document:hover .document__content .link li:before {
    transform: translate(0, 0.3125rem);
  }
}
.document:active .document__content .document__content__title {
  color: #0C1440;
}
.document .document__icon {
  display: block;
  padding-right: 1.25rem;
  width: 3.125rem;
}
@media screen and (min-width: 1020px) {
  .document .document__icon {
    padding-right: 1.875rem;
    width: 3.75rem;
  }
}
.document .document__icon img {
  margin-top: 0.3125rem;
}
.document .document__content {
  display: block;
  position: relative;
  width: calc(100% - 3.125rem);
}
@media screen and (min-width: 1020px) {
  .document .document__content {
    width: calc(100% - 3.75rem);
  }
}
.document .document__content .document__content__title {
  margin-bottom: 0.1875rem;
  transition: color 0.1s ease 0s;
}
.document .document__content .document__content__info {
  color: #0C1440;
}
.document .document__content .link {
  display: block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1020px) {
  .document .document__content .link {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .document .document__content .link:hover .icon, .document .document__content .link:hover .breadcrumb .menu li:after, .breadcrumb .menu .document .document__content .link:hover li:after, .document .document__content .link:hover .checklist li:before, .checklist .document .document__content .link:hover li:before {
    transform: translate(0, 0.3125rem);
  }
}

.video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.625rem;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video.active .video__play {
  display: none;
}
.video .video__play {
  color: #FFFFFF;
  opacity: 0.8;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-size: 5rem;
}
@media screen and (min-width: 770px) {
  .video .video__play {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
.video .video__play:active {
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  .video .video__play:hover {
    opacity: 1;
  }
}
.video .video__player {
  height: 100%;
  position: absolute;
  width: 100%;
}

.table-list {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.table-list + .button, .alm-btn-wrap .table-list + .alm-load-more-btn {
  margin-top: 1.875rem;
}
.table-list li {
  border-bottom: 0.0625rem solid #CED0D8;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 770px) {
  .table-list li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.table-list li + li {
  margin-top: 0.9375rem;
}
.table-list li .table-list__key {
  display: block;
}
.table-list li .table-list__value {
  display: block;
  font-weight: 500;
  margin-top: -0.125rem;
  text-align: right;
}
.table-list li .table-list__value .table-list__value__entry:after {
  content: ", ";
}
.table-list li .table-list__value .table-list__value__entry:last-child:after {
  display: none;
}

.map__content .map__content__data {
  display: none;
}
.map__content .map__content__navigation {
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#lightbox .map__content .map__content__navigation {
  top: 3.6875rem;
}
.map__content .map__content__navigation button {
  border: 0.0625rem solid #CED0D8;
  display: block;
}
.map__content .map__content__navigation button + button {
  margin-top: -0.0625rem;
}
#lightbox .map__content .map__content__navigation button.map__content__navigation__fullscreen {
  display: none;
}
.map__content .map__content__map {
  height: 25rem;
  width: 100%;
}
#lightbox .map__content .map__content__map {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}
@media screen and (min-width: 770px) {
  .map__content .map__content__map {
    height: 37.5rem;
  }
}

.map__window {
  padding: 1.25rem;
  width: 15.625rem;
}
.map__window .map__window__title {
  margin-bottom: 0.625rem;
}
.map__window .map__window__links {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
.map__window .map__window__links li a {
  color: #00394B;
}
@media screen and (min-width: 1100px) {
  .map__window .map__window__links li a:hover {
    color: #0C1440;
  }
}
.map__window .map__window__links li a:active {
  color: #0C1440;
}

.gm-style .gm-style-iw-c {
  max-height: none !important;
  max-width: 15rem !important;
  padding: 0;
}
@media screen and (min-width: 770px) {
  .gm-style .gm-style-iw-c {
    max-width: 18.75rem !important;
  }
}
.gm-style .gm-style-iw-d {
  max-height: none !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
.gm-style button.gm-ui-hover-effect {
  right: 0 !important;
  top: 0 !important;
}

#lightbox {
  display: none;
}
#lightbox.active {
  align-items: center;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
#lightbox .lightbox__close {
  background-color: #FFFFFF;
  border: 0.0625rem solid #CED0D8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#lightbox .lightbox__background {
  background-color: rgba(12, 20, 64, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*------------------------------------*\
    MODULES
\*------------------------------------*/
.module {
  position: relative;
}
.module + .module {
  margin-top: 2.5rem;
}
@media screen and (min-width: 770px) {
  .module + .module {
    margin-top: 3.75rem;
  }
}
.module + .module.module--offset-small {
  margin-top: 1.875rem;
}
@media screen and (min-width: 770px) {
  .module + .module.module--offset-small {
    margin-top: 2.5rem;
  }
}

.module--person .person {
  max-width: 41.25rem;
}
.module--person .person .text-cut .text-cut__text {
  max-height: 6.25rem;
}

.module--quote {
  padding-top: 1.875rem;
}
@media screen and (min-width: 770px) {
  .module--quote {
    padding: 0 0 0 3.125rem;
  }
}
.module--quote:before {
  background-image: url("img/icon-quote.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.6875rem;
}
.module--quote .module--quote__content .module--quote__content__text p {
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 770px) {
  .module--quote .module--quote__content .module--quote__content__text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.module--quote .module--quote__content .module--quote__content__name {
  font-weight: 600;
  margin-top: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry {
  border-bottom: 0.0625rem solid rgba(12, 20, 64, 0.2);
}
.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry + .module--accordeon__entries__entry {
  margin-top: 1.875rem;
}
.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger {
  padding-right: 1.875rem;
  cursor: pointer;
  position: relative;
  transition: all 0.1s ease 0s;
}
@media screen and (min-width: 1100px) {
  .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger:hover {
    color: #0C1440;
  }
}
.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger:active {
  opacity: 0.7;
}
.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger .icon, .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger .breadcrumb .menu li:after, .breadcrumb .menu .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger li:after, .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger .checklist li:before, .checklist .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger li:before {
  bottom: 0;
  position: absolute;
  right: 0;
  font-size: 18px;
  font-size: 1.125rem;
  transition: transform 0.2s ease 0s;
}
@media screen and (min-width: 770px) {
  .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger .icon, .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger .breadcrumb .menu li:after, .breadcrumb .menu .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger li:after, .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger .checklist li:before, .checklist .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger li:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger.active .icon, .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger.active .breadcrumb .menu li:after, .breadcrumb .menu .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger.active li:after, .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger.active .checklist li:before, .checklist .module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger.active li:before {
  transform: rotate(180deg);
}
.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__trigger.active + .module--accordeon__entries__entry__content {
  display: block;
}
.module--accordeon .module--accordeon__entries .module--accordeon__entries__entry .module--accordeon__entries__entry__content {
  display: none;
  padding-bottom: 1.5625rem;
}

@media screen and (min-width: 1020px) {
  .module--icon-text.module--icon-text--titled {
    display: flex;
    flex-wrap: wrap;
  }
  .col--one-third .module--icon-text.module--icon-text--titled {
    display: block;
  }
}
@media screen and (min-width: 1020px) {
  .module--icon-text.module--icon-text--titled .module--icon-text__entries {
    width: 70%;
  }
  .col--one-third .module--icon-text.module--icon-text--titled .module--icon-text__entries {
    width: 100%;
  }
}
.module--icon-text.module--icon-text--titled > .title {
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 1020px) {
  .module--icon-text.module--icon-text--titled > .title {
    padding-right: 2.5rem;
    width: 30%;
  }
  .col--one-third .module--icon-text.module--icon-text--titled > .title {
    padding-right: 0;
    width: 100%;
  }
}
.module--icon-text .module--icon-text__entries .module--icon-text__entries__entry + .module--icon-text__entries__entry {
  margin-top: 2.5rem;
}
@media screen and (min-width: 770px) {
  .module--icon-text .module--icon-text__entries .module--icon-text__entries__entry + .module--icon-text__entries__entry {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .module--icon-text .module--icon-text__entries .module--icon-text__entries__entry {
    display: flex;
    flex-wrap: wrap;
  }
}
.module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1020px) {
  .module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon {
    margin-bottom: 0;
    padding-right: 2.5rem;
    text-align: center;
    width: 19.375rem;
  }
  .col--one-third .module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon {
    width: 13.125rem;
  }
}
.module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon .module--icon-text__entries__entry__icon__image {
  width: 100%;
}
.module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon .module--icon-text__entries__entry__icon__image.module--icon-text__entries__entry__icon__image--big img {
  height: 8.75rem;
}
@media screen and (min-width: 1020px) {
  .module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon .module--icon-text__entries__entry__icon__image {
    display: flex;
    justify-content: center;
  }
}
.module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon .module--icon-text__entries__entry__icon__image img {
  height: 4.375rem;
}
.module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__icon .module--icon-text__entries__entry__icon__title {
  margin-top: 0.9375rem;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 1020px) {
  .module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__content {
    width: calc(100% - 19.375rem);
  }
  .col--one-third .module--icon-text .module--icon-text__entries .module--icon-text__entries__entry .module--icon-text__entries__entry__content {
    width: calc(100% - 13.125rem);
  }
}

.module--image-text .module--image-text__entries .module--image-text__entries__entry + .module--image-text__entries__entry {
  margin-top: 2.5rem;
}
@media screen and (min-width: 770px) {
  .module--image-text .module--image-text__entries .module--image-text__entries__entry + .module--image-text__entries__entry {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .module--image-text .module--image-text__entries .module--image-text__entries__entry {
    display: flex;
    flex-wrap: wrap;
  }
}
.module--image-text .module--image-text__entries .module--image-text__entries__entry .module--image-text__entries__entry__image {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1020px) {
  .module--image-text .module--image-text__entries .module--image-text__entries__entry .module--image-text__entries__entry__image {
    margin-bottom: 0;
    padding-right: 2.5rem;
    text-align: center;
    width: 18.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .module--image-text .module--image-text__entries .module--image-text__entries__entry .module--image-text__entries__entry__content {
    width: calc(100% - 18.75rem);
  }
}

@media screen and (min-width: 770px) {
  .module--text.module--text--profile {
    display: flex;
    flex-wrap: wrap;
  }
  .col--three-fourth .module--text.module--text--profile {
    display: block;
  }
}
@media screen and (min-width: 1020px) {
  .col--three-fourth .module--text.module--text--profile {
    display: flex;
  }
}
@media screen and (min-width: 770px) {
  .module--text.module--text--profile .rte-content {
    padding-right: 1.25rem;
    width: calc(100% - 18.125rem);
  }
  .col--three-fourth .module--text.module--text--profile .rte-content {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .col--three-fourth .module--text.module--text--profile .rte-content {
    padding-right: 1.25rem;
    width: calc(100% - 18.125rem);
  }
}
.module--text.module--text--profile .profile {
  margin-top: 1.875rem;
}
@media screen and (min-width: 770px) {
  .module--text.module--text--profile .profile {
    margin-top: -1.25rem;
    padding-left: 1.25rem;
    width: 18.125rem;
  }
  .col--three-fourth .module--text.module--text--profile .profile {
    margin-top: 1.875rem;
    padding-left: 0;
    width: 16.875rem;
  }
}
@media screen and (min-width: 1020px) {
  .col--three-fourth .module--text.module--text--profile .profile {
    margin-top: -1.25rem;
    padding-left: 1.25rem;
    width: 18.125rem;
  }
}

@media screen and (min-width: 1020px) {
  .module--boxes .module--boxes__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -1.25rem 0 -1.25rem -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 1020px) {
  .module--boxes .module--boxes__boxes .module--boxes__boxes__box {
    padding: 1.25rem;
    width: 50%;
  }
}
@media screen and (max-width: 1020px) {
  .module--boxes .module--boxes__boxes .module--boxes__boxes__box + .module--boxes__boxes__box {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .module--boxes .module--boxes__boxes .module--boxes__boxes__box .box {
    height: 100%;
  }
}

@media screen and (min-width: 1020px) {
  .module--documents.module--documents--titled {
    display: flex;
    flex-wrap: wrap;
  }
  .col--two-third .module--documents.module--documents--titled {
    display: block;
  }
}
@media screen and (min-width: 1020px) {
  .module--documents.module--documents--titled .box {
    width: 70%;
  }
  .col--two-third .module--documents.module--documents--titled .box {
    width: 100%;
  }
}
.module--documents.module--documents--titled > .title {
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 1020px) {
  .module--documents.module--documents--titled > .title {
    padding-right: 2.5rem;
    width: 30%;
  }
  .col--two-third .module--documents.module--documents--titled > .title {
    padding-right: 0;
    width: 100%;
  }
}
.col--two-third .module--documents .box {
  background-color: transparent;
  border: none;
  max-width: 42.5rem;
  padding: 0;
}
.module--documents .module--documents__label {
  margin-bottom: 1.25rem;
}
.module--documents .module--documents__files li {
  border-bottom: 0.0625rem solid rgba(12, 20, 64, 0.2);
  padding-bottom: 1.25rem;
}
.module--documents .module--documents__files li + li {
  margin-top: 1.25rem;
}

.module--image {
  max-width: 42.5rem;
}
.module--image .image img {
  max-width: 100%;
  width: auto;
}
.module--image .module--image__description {
  font-weight: 600;
  margin-top: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.module--video {
  max-width: 42.5rem;
}
.module--video .module--video__description {
  font-weight: 600;
  margin-top: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

/*------------------------------------*\
    SECTIONS
\*------------------------------------*/
.section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 2.5rem 0;
  position: relative;
}
@media screen and (min-width: 770px) {
  .section {
    padding: 3.75rem 0;
  }
}
.section + .section {
  border-top: 0.0625rem solid #CED0D8;
  margin-top: -0.0625rem;
}
.section:last-child .section__next {
  display: none;
}
.section.section--primary, .section.section--secondary {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  border: none;
}
.section.section--primary + .section, .section.section--secondary + .section {
  border: none;
}
@media screen and (min-width: 770px) {
  .section.section--404 {
    min-height: 37.5rem;
  }
}
.section .section__title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1020px) {
  .section .section__title {
    margin: 0 0 2.5rem 3.75rem;
  }
}
.section .section__title + .section__intro {
  margin-top: -0.625rem;
}
@media screen and (min-width: 1020px) {
  .section .section__title + .section__intro {
    margin: -0.625rem 0 1.875rem 3.75rem;
  }
}
.section .section__intro {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 1020px) {
  .section .section__intro {
    margin: 0 0 1.875rem 3.75rem;
  }
}
.section .section__button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1020px) {
  .section .section__button {
    margin-left: 3.75rem;
  }
}
.section .section__bar {
  background-color: #FFFFFF;
  border-right: 0.0625rem solid #CED0D8;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.75rem;
}
@media screen and (max-width: 770px) {
  .section .section__bar {
    display: none;
  }
}
.section .section__bar .section__bar__label {
  color: #00394B;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1875rem;
  position: absolute;
  right: 1.25rem;
  text-transform: uppercase;
  top: 0.5rem;
  transform-origin: bottom right;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  transform: rotate(-90deg);
}
.section .section__next {
  background-color: #FFFFFF;
  border: 0.0625rem solid #CED0D8;
  border-top: none;
  bottom: 0;
  height: 3.8125rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 3.75rem;
  z-index: 2;
}
@media screen and (max-width: 770px) {
  .section .section__next {
    display: none;
  }
}
.section .section__next .brand-icon {
  margin-left: -0.125rem;
}

@media screen and (min-width: 1020px) {
  .testimonials .testimonials__entries {
    display: flex;
    flex-wrap: wrap;
    margin: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 1020px) {
  .testimonials .testimonials__entries .testimonial {
    padding: 1.25rem;
    width: 50%;
  }
}
@media screen and (max-width: 1020px) {
  .testimonials .testimonials__entries .testimonial + .testimonial {
    margin-top: 2.5rem;
  }
}

.process .process__steps .process__steps__step {
  padding: 0.5rem 0 0 3.375rem;
  position: relative;
}
@media screen and (min-width: 770px) {
  .process .process__steps .process__steps__step {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1020px) {
  .process .process__steps .process__steps__step {
    padding-left: 4rem;
  }
}
.process .process__steps .process__steps__step + .process__steps__step {
  margin-top: 1.875rem;
}
.process .process__steps .process__steps__step:last-child:before {
  display: none;
}
.process .process__steps .process__steps__step:before {
  background-color: #009CCD;
  bottom: -1.875rem;
  content: "";
  display: block;
  left: 1.1875rem;
  opacity: 0.5;
  position: absolute;
  top: 0.625rem;
  width: 0.0625rem;
}
.process .process__steps .process__steps__step:after {
  background-color: #FFFFFF;
  border: 0.8125rem solid #009CCD;
  border-radius: 50%;
  content: "";
  display: block;
  height: 2.4375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.4375rem;
  z-index: 1;
}
.process .process__steps .process__steps__step .process__steps__step__title {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 770px) {
  .process .process__steps .process__steps__step .process__steps__step__title {
    padding-right: 2.5rem;
    width: 15.9375rem;
  }
}
@media screen and (min-width: 1020px) {
  .process .process__steps .process__steps__step .process__steps__step__title {
    width: 19.0625rem;
  }
}
.process .process__steps .process__steps__step .process__steps__step__title .process__steps__step__title__text {
  width: calc(100% - 5rem);
}
.process .process__steps .process__steps__step .process__steps__step__title .process__steps__step__title__icon {
  width: 3.75rem;
}
@media screen and (min-width: 770px) {
  .process .process__steps .process__steps__step .process__steps__step__text {
    width: calc(100% - 15.9375rem);
  }
}
@media screen and (min-width: 1020px) {
  .process .process__steps .process__steps__step .process__steps__step__text {
    width: calc(100% - 19.0625rem);
  }
}
@media screen and (min-width: 1020px) {
  .process .process__steps .process__steps__step .process__steps__step__text.process__steps__step__text--imaged {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1020px) {
  .process .process__steps .process__steps__step .process__steps__step__text.process__steps__step__text--imaged .image {
    width: calc(30% - 1.25rem);
  }
}
@media screen and (min-width: 1020px) {
  .process .process__steps .process__steps__step .process__steps__step__text.process__steps__step__text--imaged .rte-content {
    width: calc(70% - 1.25rem);
  }
}
@media screen and (max-width: 1020px) {
  .process .process__steps .process__steps__step .process__steps__step__text .image + .rte-content {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 770px) {
  .content-boxes .content-boxes__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625rem 0 -0.625rem -0.625rem;
    width: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 1020px) {
  .content-boxes .content-boxes__boxes {
    margin: -1.25rem 0 -1.25rem -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
@media screen and (max-width: 770px) {
  .content-boxes .content-boxes__boxes .content-boxes__boxes__box + .content-boxes__boxes__box {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 770px) {
  .content-boxes .content-boxes__boxes .content-boxes__boxes__box {
    padding: 0.625rem;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .content-boxes .content-boxes__boxes .content-boxes__boxes__box {
    padding: 1.25rem;
    width: 33.3333%;
  }
}
@media screen and (min-width: 770px) {
  .content-boxes .content-boxes__boxes .content-boxes__boxes__box.content-boxes__boxes__box--fullwidth {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .content-boxes .content-boxes__boxes .content-boxes__boxes__box.content-boxes__boxes__box--fullwidth.content-boxes__boxes__box--fullwidth--imaged .box {
    flex-direction: row;
  }
}
@media screen and (min-width: 1020px) {
  .content-boxes .content-boxes__boxes .content-boxes__boxes__box.content-boxes__boxes__box--fullwidth.content-boxes__boxes__box--fullwidth--imaged .box .box__image {
    margin: 0 -0.0625rem 0 0;
    width: 30%;
  }
}
@media screen and (min-width: 1020px) {
  .content-boxes .content-boxes__boxes .content-boxes__boxes__box.content-boxes__boxes__box--fullwidth.content-boxes__boxes__box--fullwidth--imaged .box .box__content {
    width: 70%;
  }
}
.content-boxes .content-boxes__boxes .content-boxes__boxes__box .box {
  height: 100%;
}
.content-boxes .content-boxes__boxes .content-boxes__boxes__box .box .box__image {
  border: 0.0625rem solid #CED0D8;
  margin-bottom: -0.0625rem;
}
.content-boxes .content-boxes__boxes .content-boxes__boxes__box .box .box__content {
  display: block;
}
.content-boxes .content-boxes__boxes .content-boxes__boxes__box .content-boxes__boxes__box__icon {
  height: 3.75rem;
  margin-bottom: 1.25rem;
  width: auto;
}
.content-boxes .content-boxes__boxes .content-boxes__boxes__box .content-boxes__boxes__box__title {
  color: #00394B;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.hero {
  overflow: hidden;
  padding: 6.25rem 0 3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .hero {
    min-height: 22.625rem;
    padding: 9.375rem 0 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .hero {
    min-height: 26.4375rem;
  }
}
.hero:before {
  background: linear-gradient(135deg, rgb(8, 102, 132) 0%, rgb(0, 156, 205) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}
.hero:after {
  background-image: url("img/shape.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -3.125rem;
  content: "";
  display: block;
  height: 40.375rem;
  left: calc(50% - 29.1875rem);
  opacity: 0.15;
  position: absolute;
  width: 58.375rem;
  z-index: -2;
  transform: scale(-1, 1);
}
@media screen and (min-width: 770px) {
  .hero:after {
    bottom: -12.5rem;
    height: 77.375rem;
    left: calc(50% - 55.9375rem);
    width: 111.875rem;
  }
}
.hero.hero--optima:after {
  display: none;
}
.hero.hero--optima .hero--optima__logo {
  height: 4.375rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 7.5625rem;
}
@media screen and (min-width: 770px) {
  .hero.hero--optima .hero--optima__logo {
    height: 8.9375rem;
    right: 6.25rem;
    top: 2.5rem;
    width: 15.4375rem;
  }
}
.hero.hero--imaged {
  padding: 15.625rem 0 3.125rem;
}
.hero.hero--imaged:after {
  display: none;
}
@media screen and (min-width: 770px) {
  .hero.hero--imaged {
    min-height: 34rem;
    padding: 14.375rem 0 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .hero.hero--imaged {
    min-height: 37.75rem;
    padding: 15rem 0 7.5rem;
  }
}
.hero.hero--single.hero--single--imaged {
  padding-bottom: 0;
}
@media screen and (min-width: 770px) {
  .hero.hero--single .col.hero--single__image {
    align-items: flex-end;
    display: flex;
  }
}
.hero.hero--single .col.hero--single__image img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.hero.hero--single .hero--single__title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 770px) {
  .hero.hero--single .hero--single__title {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 770px) {
  .hero.hero--single .hero--single__title {
    padding: 1.25rem 0 0 2.5rem;
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1100px) {
  .hero.hero--single .hero--single__title {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero.hero--single .hero--single__title {
    padding-left: 0;
  }
}
.hero.hero--single .hero--single__date {
  color: #FFFFFF;
}
@media screen and (min-width: 770px) {
  .hero.hero--single .hero--single__date {
    padding: 1.25rem 0 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero.hero--single .hero--single__date {
    padding-left: 0;
  }
}
@media screen and (min-width: 770px) {
  .hero.hero--single .hero--single__date + .hero--single__category {
    padding-bottom: 2.5rem;
  }
}
.hero.hero--single .hero--single__category {
  color: #FFFFFF;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 770px) {
  .hero.hero--single .hero--single__category {
    margin-top: -2.1875rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero.hero--single .hero--single__category {
    padding-left: 0;
  }
}
.hero + .breadcrumb {
  background-color: #FFFFFF;
  border-bottom: 0.0625rem solid #CED0D8;
  border-top: 0.0625rem solid #CED0D8;
}
@media screen and (min-width: 770px) {
  .hero + .breadcrumb {
    left: auto;
    margin: -3.75rem 0 0 3.75rem;
    position: relative;
    top: auto;
    width: calc(100% - 3.75rem);
  }
  .hero + .breadcrumb + .section {
    margin-top: -0.0625rem;
  }
}
.hero .section__next {
  bottom: -0.0625rem;
}
.page-template-tmpl-optima .hero .section__next {
  bottom: 0;
}
@media screen and (min-width: 770px) {
  .hero .hero__content {
    padding: 0 6.25rem 0 2.5rem;
  }
  .hero .hero__content .col--two-third {
    width: 66.6666%;
  }
}
@media screen and (min-width: 1400px) {
  .hero .hero__content {
    padding: 0 6.25rem;
  }
}
.hero .hero__content .hero__content__title {
  color: #FFFFFF;
  text-shadow: 0rem 0.125rem 0.625rem rgba(12, 20, 64, 0.3);
}
@media screen and (max-width: 770px) {
  .hero .hero__content .hero__content__title {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.hero .row .col.hero__filter {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 770px) {
  .hero .row .col.hero__filter {
    width: 33.3333%;
  }
}
.hero .row .col.hero__filter .alm-filters-container {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .hero .row .col.hero__filter .alm-filters-container {
    margin-bottom: -4.375rem;
  }
}
.hero .row .col.hero__filter .alm-filters-container .alm-filter--inner {
  padding-bottom: 0;
}
.hero .hero__background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.hero .hero__background:after {
  background-color: #0C1440;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 770px) {
  .hero .hero__background {
    right: 3.75rem;
  }
}
.hero .section__next {
  border-top: 0.0625rem solid #CED0D8;
}

.hero-home {
  overflow: hidden;
  padding: 18.75rem 0 0;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .hero-home {
    min-height: 26.4375rem;
    padding: 12.5rem 0 6.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .hero-home {
    height: 56.25rem;
    padding: 23.75rem 0 0;
  }
}
@media screen and (min-width: 770px) {
  .hero-home .hero-home__content {
    padding: 0 6.25rem 0 2.5rem;
  }
  .hero-home .hero-home__content .col--one-half {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .hero-home__content {
    padding: 0 6.25rem;
  }
  .hero-home .hero-home__content .col--one-half {
    width: 50%;
  }
}
.hero-home .hero-home__content .hero-home__content__title {
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 770px) {
  .hero-home .hero-home__content .hero-home__content__title {
    margin-bottom: 1.25rem;
    text-shadow: 0rem 0.125rem 0.625rem rgba(12, 20, 64, 0.3);
  }
}
.hero-home .hero-home__content p {
  font-weight: 500;
}
@media screen and (min-width: 770px) {
  .hero-home .hero-home__content p {
    color: #FFFFFF;
    text-shadow: 0rem 0.125rem 0.625rem rgba(12, 20, 64, 0.3);
  }
}
@media screen and (max-width: 770px) {
  .hero-home .hero-home__content .hero-home__content__box {
    background-color: #FFFFFF;
    border-bottom: 0.0625rem solid #CED0D8;
    border-top: 0.0625rem solid #CED0D8;
    margin-left: -1.25rem;
    padding: 1.875rem 1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.hero-home .hero-home__background {
  background-position: right -12.5rem center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.hero-home .hero-home__background:after {
  background-color: #0C1440;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 570px) {
  .hero-home .hero-home__background {
    background-position: center center;
  }
}
@media screen and (min-width: 770px) {
  .hero-home .hero-home__background {
    right: 3.75rem;
  }
}
.hero-home .section__next {
  border-top: 0.0625rem solid #CED0D8;
  border-top-right-radius: 0.625rem;
}

.icon-boxes .icon-boxes__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -0.625rem;
  width: calc(100% + 1.25rem);
}
.icon-boxes .icon-boxes__boxes .icon-boxes__boxes__box {
  align-items: center;
  background-color: #FFFFFF;
  border: 0.0625rem solid #CED0D8;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  margin: 0.625rem;
  padding: 0.625rem 1.25rem 0.9375rem;
  text-align: center;
  width: calc(50% - 1.25rem);
}
@media screen and (min-width: 770px) {
  .icon-boxes .icon-boxes__boxes .icon-boxes__boxes__box {
    padding: 1.875rem 1.875rem 2.1875rem;
    width: calc(33.3333% - 1.25rem);
  }
}
.icon-boxes .icon-boxes__boxes .icon-boxes__boxes__box .icon-boxes__boxes__box__icon {
  width: 3.125rem;
}
@media screen and (min-width: 770px) {
  .icon-boxes .icon-boxes__boxes .icon-boxes__boxes__box .icon-boxes__boxes__box__icon {
    width: 4.375rem;
  }
}
.icon-boxes .icon-boxes__boxes .icon-boxes__boxes__box .icon-boxes__boxes__box__title {
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 770px) {
  .icon-boxes .icon-boxes__boxes .icon-boxes__boxes__box .icon-boxes__boxes__box__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .icon-boxes .icon-boxes__boxes .icon-boxes__boxes__box .icon-boxes__boxes__box__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 770px) {
  .teaser-boxes .teaser-boxes__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625rem 0 -0.625rem -0.625rem;
    width: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 1020px) {
  .teaser-boxes .teaser-boxes__boxes {
    margin: -1.25rem 0 -1.25rem -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 1020px) {
  .teaser-boxes .teaser-boxes__boxes.teaser-boxes__boxes--two-cols .teaser-boxes__boxes__box {
    width: 41.6666%;
  }
  .teaser-boxes .teaser-boxes__boxes.teaser-boxes__boxes--two-cols .teaser-boxes__boxes__box:nth-of-type(3), .teaser-boxes .teaser-boxes__boxes.teaser-boxes__boxes--two-cols .teaser-boxes__boxes__box:nth-of-type(7), .teaser-boxes .teaser-boxes__boxes.teaser-boxes__boxes--two-cols .teaser-boxes__boxes__box:nth-of-type(11) {
    margin-left: 16.6666%;
  }
}
@media screen and (min-width: 1020px) {
  .teaser-boxes .teaser-boxes__boxes.teaser-boxes__boxes--two-cols .teaser-boxes__boxes__box.teaser-boxes__boxes__box--fullwidth {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box + .teaser-boxes__boxes__box {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 770px) {
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box {
    padding: 0.625rem;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box {
    padding: 1.25rem;
    width: 33.3333%;
  }
}
@media screen and (min-width: 1020px) {
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box.teaser-boxes__boxes__box--fullwidth {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box.teaser-boxes__boxes__box--fullwidth .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box.teaser-boxes__boxes__box--fullwidth .box .box__image {
    min-height: 100%;
    width: 40%;
  }
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box.teaser-boxes__boxes__box--fullwidth .box .box__image .box__image__bg {
    height: 100%;
  }
  .teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box.teaser-boxes__boxes__box--fullwidth .box .box__image + .box__content {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.625rem;
    width: 60%;
  }
}
.teaser-boxes .teaser-boxes__boxes .teaser-boxes__boxes__box .box {
  height: 100%;
}

@media screen and (min-width: 770px) {
  .teaser-guide .box {
    height: 100%;
  }
}

@media screen and (min-width: 770px) {
  .teaser-news .teaser-news__highlight > .col--one-third:nth-child(1), .teaser-news .teaser-news__highlight > .col--one-third:nth-child(2) {
    width: 50%;
  }
}
@media screen and (min-width: 770px) {
  .teaser-news .teaser-news__highlight > .col--one-third:nth-child(3), .teaser-news .teaser-news__highlight > .col--one-third:nth-child(4), .teaser-news .teaser-news__highlight > .col--one-third:nth-child(5) {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .teaser-news .box {
    height: 100%;
  }
}

@media screen and (min-width: 770px) {
  .teaser-references .box {
    height: 100%;
  }
}

@media screen and (min-width: 770px) {
  .teaser-jobs .box {
    height: 100%;
  }
}

@media screen and (min-width: 770px) {
  .image-text .image {
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 770px) {
  .image-text .image-text__text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1020px) {
  .image-text .image-text__text {
    padding-right: 6.25rem;
  }
}

@media screen and (max-width: 770px) {
  .counter .section__title, .counter .section__button {
    text-align: center;
  }
}
@media screen and (min-width: 770px) {
  .counter .counter__entries {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.counter .counter__entries .counter__entries__entry {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 770px) {
  .counter .counter__entries .counter__entries__entry + .counter__entries__entry {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 770px) {
  .counter .counter__entries .counter__entries__entry {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 1.25rem;
  }
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count {
  align-items: center;
  display: flex;
  height: 8.75rem;
  justify-content: center;
  position: relative;
  width: 8.75rem;
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__number, .counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__unit {
  color: #00394B;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__circle {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__circle.counter__entries__entry__count__circle--s {
  margin: -3.625rem 0 0 -3.625rem;
  transform: rotate(-210deg);
  transition: transform 2s ease 0.4s;
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__circle.counter__entries__entry__count__circle--s.active {
  transform: rotate(-80deg);
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__circle.counter__entries__entry__count__circle--m {
  margin: -4rem 0 0 -4rem;
  transform: rotate(-190deg);
  transition: transform 1s ease 0.2s;
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__circle.counter__entries__entry__count__circle--m.active {
  transform: rotate(-60deg);
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__circle.counter__entries__entry__count__circle--l {
  margin: -4.375rem 0 0 -4.375rem;
  transform: rotate(-150deg);
  transition: transform 3s ease 0s;
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__count .counter__entries__entry__count__circle.counter__entries__entry__count__circle--l.active {
  transform: rotate(-20deg);
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__title {
  margin: 0.9375rem 0 0.625rem;
  text-align: center;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.counter .counter__entries .counter__entries__entry .counter__entries__entry__subtitle {
  color: #00394B;
  text-align: center;
}

.iframe .iframe__hint, .iframe .lead-tool__hint, .lead-tool .iframe__hint, .lead-tool .lead-tool__hint {
  margin-top: 1.875rem;
}
.iframe .iframe__hint p, .iframe .lead-tool__hint p, .lead-tool .iframe__hint p, .lead-tool .lead-tool__hint p {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 770px) {
  .iframe .iframe__hint p, .iframe .lead-tool__hint p, .lead-tool .iframe__hint p, .lead-tool .lead-tool__hint p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-modules .page-modules__trigger {
  align-items: center;
  color: #0C1440;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  transition: opacity 0.1s ease 0s;
}
@media screen and (min-width: 770px) {
  .page-modules .page-modules__trigger {
    display: none;
  }
}
.page-modules .page-modules__trigger .icon, .page-modules .page-modules__trigger .breadcrumb .menu li:after, .breadcrumb .menu .page-modules .page-modules__trigger li:after, .page-modules .page-modules__trigger .checklist li:before, .checklist .page-modules .page-modules__trigger li:before {
  margin-top: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  transition: transform 0.2s ease 0s;
}
.page-modules .page-modules__trigger.active {
  margin-bottom: 1.875rem;
}
.page-modules .page-modules__trigger.active .icon, .page-modules .page-modules__trigger.active .breadcrumb .menu li:after, .breadcrumb .menu .page-modules .page-modules__trigger.active li:after, .page-modules .page-modules__trigger.active .checklist li:before, .checklist .page-modules .page-modules__trigger.active li:before {
  transform: rotate(180deg);
}
.page-modules .page-modules__trigger.active + .page-modules__aside .page-modules__aside__anchors, .page-modules .page-modules__trigger.active + .page-modules__aside .page-modules__aside__more {
  display: block;
}
.page-modules .page-modules__trigger:active {
  opacity: 0.7;
}
@media screen and (max-width: 770px) {
  .page-modules .page-modules__aside {
    border-bottom: 0.0625rem solid rgba(12, 20, 64, 0.2);
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 770px) {
  .page-modules .page-modules__aside .page-modules__aside__anchors, .page-modules .page-modules__aside .page-modules__aside__more {
    display: none;
    padding-bottom: 1.25rem;
  }
}
.page-modules .page-modules__aside .page-modules__aside__anchors .menu li + li, .page-modules .page-modules__aside .page-modules__aside__more .menu li + li {
  margin-top: 0.625rem;
}
.page-modules .page-modules__aside .page-modules__aside__anchors .menu li a, .page-modules .page-modules__aside .page-modules__aside__more .menu li a {
  color: #00394B;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1100px) {
  .page-modules .page-modules__aside .page-modules__aside__anchors .menu li a:hover, .page-modules .page-modules__aside .page-modules__aside__more .menu li a:hover {
    color: #009CCD;
  }
}
.page-modules .page-modules__aside .page-modules__aside__anchors .menu li a:active, .page-modules .page-modules__aside .page-modules__aside__more .menu li a:active {
  color: #009CCD;
}
.page-modules .page-modules__aside .page-modules__aside__anchors + .page-modules__aside__more {
  margin-top: 0.625rem;
}
@media screen and (min-width: 770px) {
  .page-modules .page-modules__aside .page-modules__aside__anchors + .page-modules__aside__more {
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 770px) {
  .search-entries .col--three-fourth {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .search-entries .col--three-fourth {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .search-entries .search-entries__form .search-entries__form__submit {
    width: 100%;
  }
}
.search-entries .search-entries__entry {
  margin-top: 1.25rem;
}
@media screen and (min-width: 770px) {
  .search-entries .search-entries__entry {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 770px) {
  .search-entries .alm-btn-wrap {
    padding-top: 3.75rem;
  }
}

.single-modules .col--two-third.single-modules__news-content {
  max-width: 56.25rem;
}
@media screen and (min-width: 770px) {
  .single-modules .col--two-third.single-modules__news-content {
    order: 2;
    width: 80%;
  }
}
@media screen and (min-width: 770px) {
  .single-modules .col--one-third.single-modules__news-share {
    display: flex;
    justify-content: center;
    order: 1;
    width: 20%;
  }
}
.single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 770px) {
  .single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content {
    margin-top: 0;
  }
}
.single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .single-modules__news-share__content__label {
  color: #0C1440;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1875rem;
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 770px) {
  .single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .single-modules__news-share__content__label {
    display: inline-block;
    margin: 2.5rem 0 0 -1.4375rem;
    text-align: left;
    transform: rotate(90deg);
  }
}
.single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .menu {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 770px) {
  .single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .menu {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .menu li {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 770px) {
  .single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .menu li + li {
    margin-left: 1.875rem;
  }
}
.single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .menu li a {
  color: #00394B;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .menu li a:hover {
    color: #0C1440;
  }
}
.single-modules .col--one-third.single-modules__news-share .single-modules__news-share__content .menu li a:active {
  opacity: 0.7;
}
@media screen and (max-width: 770px) {
  .single-modules .col--two-third.single-modules__job-content {
    order: 2;
  }
}
@media screen and (min-width: 1020px) {
  .single-modules .col--two-third.single-modules__job-content {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 770px) {
  .single-modules .col--one-third.single-modules__job-facts {
    margin: 0 0 2.5rem;
    order: 1;
  }
}
.single-modules .col--one-third.single-modules__job-facts .button, .single-modules .col--one-third.single-modules__job-facts .alm-btn-wrap .alm-load-more-btn, .alm-btn-wrap .single-modules .col--one-third.single-modules__job-facts .alm-load-more-btn {
  width: 100%;
}

@media screen and (min-width: 770px) {
  .section--persons {
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 770px) {
  .section--persons .col.col--one-third {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .section--persons .person {
    height: 100%;
  }
}
.section--persons .person .person__title {
  margin-bottom: 0.3125rem;
}
.section--persons .person .person__title + ul {
  margin-bottom: 1em;
}

@media screen and (min-width: 770px) {
  .guides .guides__lising .alm-reveal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 770px) {
  .guides .guides__lising .alm-reveal .col.col--one-half {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .guides .guides__lising .alm-reveal .col.col--one-half .box {
    height: 100%;
  }
}
@media screen and (min-width: 770px) {
  .guides .alm-btn-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .guides .alm-btn-wrap {
    padding-left: 3.75rem;
  }
}

@media screen and (min-width: 770px) {
  .news .news__filter {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .news .news__filter {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.news .news__filter .news__filter__label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1020px) {
  .news .news__filter .news__filter__label {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 770px) {
  .news .news__filter .alm-filters {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.news .news__filter .alm-filters .alm-filter + .alm-filter {
  margin-top: 0.625rem;
}
@media screen and (min-width: 770px) {
  .news .news__filter .alm-filters .alm-filter + .alm-filter {
    margin: 0 0 0 1.25rem;
  }
}
.news .news__filter .alm-filters .alm-filter .alm-filter--inner {
  padding: 0;
}
@media screen and (min-width: 770px) {
  .news .news__lising .alm-reveal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1020px) {
  .news .news__lising .alm-reveal:nth-child(1) .col.col--one-third:nth-child(1), .news .news__lising .alm-reveal:nth-child(1) .col.col--one-third:nth-child(2) {
    width: 50%;
  }
}
@media screen and (min-width: 770px) {
  .news .news__lising .alm-reveal .col.col--one-third {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .news .news__lising .alm-reveal .col.col--one-third .box {
    height: 100%;
  }
}
@media screen and (min-width: 770px) {
  .news .alm-btn-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .news .alm-btn-wrap {
    padding-left: 3.75rem;
  }
}

@media screen and (min-width: 770px) {
  .jobs .jobs__filter {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .jobs .jobs__filter {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.jobs .jobs__filter .jobs__filter__label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1020px) {
  .jobs .jobs__filter .jobs__filter__label {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 770px) {
  .jobs .jobs__filter .alm-filters {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.jobs .jobs__filter .alm-filters .alm-filter + .alm-filter {
  margin-top: 0.625rem;
}
@media screen and (min-width: 770px) {
  .jobs .jobs__filter .alm-filters .alm-filter + .alm-filter {
    margin: 0 0 0 1.25rem;
  }
}
.jobs .jobs__filter .alm-filters .alm-filter .alm-filter--inner {
  padding: 0;
}
@media screen and (min-width: 770px) {
  .jobs .jobs__lising .alm-reveal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 770px) {
  .jobs .jobs__lising .alm-reveal .col.col--one-third {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .jobs .jobs__lising .alm-reveal .col.col--one-third .box {
    height: 100%;
  }
}
@media screen and (min-width: 770px) {
  .jobs .alm-btn-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .jobs .alm-btn-wrap {
    padding-left: 3.75rem;
  }
}

@media screen and (min-width: 770px) {
  .persons .persons__lising .alm-reveal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 770px) {
  .persons .persons__lising .alm-reveal .col.col--one-half {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .persons .persons__lising .alm-reveal .col.col--one-half .person {
    height: 100%;
    min-height: 15.625rem;
  }
}
.persons .persons__lising .alm-reveal .col.col--one-half .person .person__title {
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 770px) {
  .persons .alm-btn-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .persons .alm-btn-wrap {
    padding-left: 3.75rem;
  }
}

.locations .map {
  position: relative;
}

@media screen and (min-width: 570px) and (max-width: 770px) {
  .logo-list .row {
    margin-left: -0.625rem;
    width: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 770px) {
  .logo-list .row {
    justify-content: flex-end;
    margin-bottom: -2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .logo-list .row .col {
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 770px) {
  .logo-list .row .col.col--one-half + .col--one-fourth {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1020px) {
  .logo-list .row .col.col--one-half {
    width: 50%;
  }
}
@media screen and (max-width: 770px) {
  .logo-list .row .col.col--one-half .title {
    text-align: center;
  }
}
@media screen and (min-width: 570px) {
  .logo-list .row .col.col--one-fourth {
    padding: 0 0.625rem;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .logo-list .row .col.col--one-fourth {
    width: 25%;
  }
}
.logo-list .row .col .title {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.logo-list .row .col .logo-list__logos__logo {
  display: block;
  text-align: center;
}
.logo-list .row .col .logo-list__logos__logo .logo-list__logos__logo__image {
  display: inline-block;
}
.logo-list .row .col .logo-list__logos__logo .logo-list__logos__logo__image img {
  height: 11.25rem;
  width: auto;
}
@media screen and (min-width: 770px) {
  .logo-list .row .col .logo-list__logos__logo .logo-list__logos__logo__image img {
    height: 13.75rem;
  }
}
.logo-list .row .col .logo-list__logos__logo .logo-list__logos__logo__title {
  margin-top: 0.9375rem;
}
.logo-list .row .col .logo-list__logos__logo .logo-list__logos__logo__text {
  color: #0C1440;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .logo-list .row .col a.logo-list__logos__logo:hover .logo-list__logos__logo__image {
    transform: translate(0, -0.3125rem);
  }
}
.logo-list .row .col a.logo-list__logos__logo .logo-list__logos__logo__image {
  transition: all 0.2s ease 0s;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
  overflow: hidden;
  position: relative;
}

.header {
  display: block;
  position: absolute;
  left: 0;
  min-width: 20rem;
  top: 0;
  width: 100%;
}
.header.header--campaigned .header__skip {
  top: 7.75rem;
}
@media screen and (min-width: 770px) {
  .header.header--campaigned .header__skip {
    top: 8.125rem;
  }
}
.header .header__skip {
  background-color: white;
  border: 0.0625rem solid #CED0D8;
  border-radius: 50%;
  height: 3.75rem;
  left: 50%;
  overflow: hidden;
  margin-left: -1.875rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 4.375rem;
  width: 3.75rem;
  z-index: 40;
}
@media screen and (min-width: 770px) {
  .header .header__skip {
    top: 5rem;
  }
}
.header .header__skip:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.header .header__campaign {
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 0.0625rem solid #CED0D8;
  color: #0C1440;
  display: flex;
  font-weight: 500;
  height: 3.375rem;
  padding: 0.5625rem 1.25rem 0.625rem 4rem;
  position: relative;
  z-index: 20;
  font-size: 12px;
  font-size: 0.75rem;
}
.clean .header .header__campaign {
  display: none;
}
.nav-active .header .header__campaign {
  z-index: 100;
}
@media screen and (min-width: 770px) {
  .header .header__campaign {
    height: 3.75rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__campaign {
    margin-bottom: -0.0625rem;
    width: calc(100% - 3.75rem);
  }
  .header .header__campaign:hover {
    background-color: rgb(249.9, 249.9, 249.9);
  }
}
@media screen and (min-width: 1400px) {
  .header .header__campaign {
    border-left: 0.0625rem solid #CED0D8;
    margin-left: 20.5625rem;
    padding-left: 5.25rem;
    width: calc(100% - 24.3125rem);
  }
}
.header .header__campaign:active {
  background-color: rgb(244.8, 244.8, 244.8);
}
.header .header__campaign + .header__bar {
  position: absolute;
  z-index: 50;
}
@media screen and (max-width: 1100px) {
  .header .header__campaign + .header__bar {
    height: 3.75rem;
  }
}
.scrolled .header .header__campaign + .header__bar, .clean .header .header__campaign + .header__bar {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .header .header__campaign + .header__bar .header__bar__navigation {
    padding-top: 11.25rem;
  }
  .scrolled .header .header__campaign + .header__bar .header__bar__navigation, .clean .header .header__campaign + .header__bar .header__bar__navigation {
    padding-top: 6.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__campaign + .header__bar .header__bar__navigation {
    height: 3.6875rem;
  }
}
@media screen and (min-width: 770px) {
  .header .header__campaign + .header__bar + .header__login {
    position: absolute;
    top: 3.75rem;
  }
  .scrolled .header .header__campaign + .header__bar + .header__login, .clean .header .header__campaign + .header__bar + .header__login {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__campaign + .header__bar + .header__login {
    position: fixed;
    top: 0;
  }
}
.header .header__campaign .icon, .header .header__campaign .breadcrumb .menu li:after, .breadcrumb .menu .header .header__campaign li:after, .header .header__campaign .checklist li:before, .checklist .header .header__campaign li:before {
  left: 1.25rem;
  margin-top: -0.8125rem;
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1400px) {
  .header .header__campaign .icon, .header .header__campaign .breadcrumb .menu li:after, .breadcrumb .menu .header .header__campaign li:after, .header .header__campaign .checklist li:before, .checklist .header .header__campaign li:before {
    left: 1.875rem;
  }
}
.header .header__campaign .header__campaign__text u {
  text-decoration: underline;
}
.header .header__bar {
  height: 3.75rem;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 770px) {
  .header .header__bar.header__bar--login .header__bar__content .header__bar__content__menu-trigger {
    right: 3.75rem;
  }
  .header .header__bar.header__bar--login .header__bar__content .header__bar__content__menu-trigger.header__bar__content__menu-trigger--reduced {
    right: 0;
  }
}
.header .header__bar.header__bar--login .header__bar__content .header__bar__content__search-trigger:focus-visible {
  z-index: 100;
}
@media screen and (min-width: 770px) {
  .header .header__bar.header__bar--login .header__bar__content .header__bar__content__search-trigger {
    right: 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__bar.header__bar--login .header__bar__content .header__bar__content__search-trigger {
    border-left: none;
    border-top: 0.0625rem solid #CED0D8;
    right: 0;
    top: 3.75rem;
    width: 3.6875rem;
  }
}
.header .header__bar .header__bar__content {
  background-color: #FFFFFF;
  border-bottom: 0.0625rem solid #CED0D8;
  padding: 0.375rem 1.25rem 0.6875rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .header .header__bar .header__bar__content {
    background-color: transparent;
    border-bottom: 0.0625rem solid transparent;
    height: 100%;
    padding: 0;
    width: calc(100% - 3.75rem);
  }
  .scrolled .header .header__bar .header__bar__content, .clean .header .header__bar .header__bar__content {
    background-color: #FFFFFF;
    border-color: #CED0D8;
  }
}
.header .header__bar .header__bar__content .header__bar__content__logo {
  display: flex;
  flex-direction: column;
  width: 4.125rem;
}
@media screen and (min-width: 1100px) {
  .header .header__bar .header__bar__content .header__bar__content__logo {
    background-color: #FFFFFF;
    border: 0.0625rem solid #CED0D8;
    height: 3.75rem;
    padding: 0.375rem 1.25rem 0.6875rem;
    width: 6.625rem;
    transition: all 0.2s ease 0s;
  }
  .scrolled .header .header__bar .header__bar__content .header__bar__content__logo, .clean .header .header__bar .header__bar__content .header__bar__content__logo {
    background-color: transparent;
    border-color: transparent;
  }
}
@media screen and (min-width: 1400px) {
  .header .header__bar .header__bar__content .header__bar__content__logo {
    border-radius: 0.625rem;
    border-top-right-radius: 0;
    height: auto;
    margin-left: 3.75rem;
    padding: 1.25rem 2.5rem 1.25rem;
    width: 16.875rem;
  }
  .scrolled .header .header__bar .header__bar__content .header__bar__content__logo, .clean .header .header__bar .header__bar__content .header__bar__content__logo {
    border-radius: 0;
    height: 3rem;
    margin-left: 0;
    padding: 0.375rem 0 0 1.25rem;
    width: 5.375rem;
  }
}
.header .header__bar .header__bar__content .header__bar__content__logo img {
  display: block;
}
.header .header__bar .header__bar__content .header__bar__content__logo img.header__bar__content__logo__top {
  height: 2.625rem;
  width: 4.125rem;
}
@media screen and (min-width: 1400px) {
  .header .header__bar .header__bar__content .header__bar__content__logo img.header__bar__content__logo__top {
    height: 7.5rem;
    width: 11.875rem;
  }
  .scrolled .header .header__bar .header__bar__content .header__bar__content__logo img.header__bar__content__logo__top, .clean .header .header__bar .header__bar__content .header__bar__content__logo img.header__bar__content__logo__top {
    height: 2.625rem;
    width: 4.125rem;
  }
}
.header .header__bar .header__bar__content .header__bar__content__search-trigger {
  position: absolute;
  right: 3.375rem;
  top: 0;
  width: 2.75rem;
}
@media screen and (min-width: 570px) {
  .header .header__bar .header__bar__content .header__bar__content__search-trigger {
    height: 3.75rem;
    right: 3.75rem;
    width: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__bar .header__bar__content .header__bar__content__search-trigger {
    border: none;
    border-bottom: 0.0625rem solid #FFFFFF;
    border-left: 0.0625rem solid #CED0D8;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 3.75rem;
    transition: opacity 0.2s ease 0s;
  }
  .header .header__bar .header__bar__content .header__bar__content__search-trigger.hide {
    opacity: 0;
  }
}
.header .header__bar .header__bar__content .header__bar__content__search-trigger .brand-icon {
  margin-left: -0.5rem;
}
@media screen and (min-width: 570px) {
  .header .header__bar .header__bar__content .header__bar__content__search-trigger .brand-icon {
    margin-left: 0;
  }
}
.header .header__bar .header__bar__content .header__bar__content__menu-trigger {
  height: 3.75rem;
  position: absolute;
  right: 0.625rem;
  top: 0;
  width: 2.75rem;
}
@media screen and (min-width: 570px) {
  .header .header__bar .header__bar__content .header__bar__content__menu-trigger {
    border-left: 0.0625rem solid #CED0D8;
    right: 0;
    width: 3.75rem;
  }
}
@media screen and (min-width: 770px) {
  .header .header__bar .header__bar__content .header__bar__content__menu-trigger {
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__bar .header__bar__content .header__bar__content__menu-trigger {
    display: none;
  }
}
.header .header__bar .header__bar__content .header__bar__content__menu-trigger:before, .header .header__bar .header__bar__content .header__bar__content__menu-trigger:after {
  border-radius: 0.0625rem;
  content: "";
  height: 0.125rem;
  left: 0.625rem;
  position: absolute;
  width: 1.5rem;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 570px) {
  .header .header__bar .header__bar__content .header__bar__content__menu-trigger:before, .header .header__bar .header__bar__content .header__bar__content__menu-trigger:after {
    left: 1.125rem;
  }
}
.nav-active .header .header__bar .header__bar__content .header__bar__content__menu-trigger:before, .nav-active .header .header__bar .header__bar__content .header__bar__content__menu-trigger:after {
  top: 1.8125rem;
}
.header .header__bar .header__bar__content .header__bar__content__menu-trigger:before {
  background-color: #00394B;
  top: 1.5rem;
}
.nav-active .header .header__bar .header__bar__content .header__bar__content__menu-trigger:before {
  transform: rotate(45deg);
}
.header .header__bar .header__bar__content .header__bar__content__menu-trigger:after {
  background-color: #009CCD;
  top: 2.125rem;
}
.nav-active .header .header__bar .header__bar__content .header__bar__content__menu-trigger:after {
  transform: rotate(-45deg);
}
.header .header__bar .header__bar__navigation {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  padding: 7.5rem 1.25rem 3.75rem;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 1100px) {
  .header .header__bar .header__bar__navigation {
    opacity: 0;
    overflow: auto;
    pointer-events: none;
  }
  .header .header__bar .header__bar__navigation .menu {
    transform: translate(0, 1.25rem);
    transition: transform 0.2s ease 0s;
  }
  .nav-active .header .header__bar .header__bar__navigation {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-active .header .header__bar .header__bar__navigation .menu {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1100px) {
  .header .header__bar .header__bar__navigation {
    background-color: rgba(0, 57, 75, 0.7);
    background: linear-gradient(-13deg, rgba(8, 102, 132, 0.7) 0%, rgba(0, 156, 205, 0.7) 100%);
    height: 3.75rem;
    left: 6.625rem;
    padding: 1.125rem 1.875rem 0;
    position: absolute;
    right: 3.75rem;
    top: 0.0625rem;
    width: auto;
    z-index: 20;
  }
  .scrolled .header .header__bar .header__bar__navigation, .clean .header .header__bar .header__bar__navigation {
    background-color: transparent;
    background: transparent;
  }
}
@media screen and (min-width: 1400px) {
  .header .header__bar .header__bar__navigation {
    left: 20.625rem;
  }
  .scrolled .header .header__bar .header__bar__navigation, .clean .header .header__bar .header__bar__navigation {
    left: 5.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .scrolled .header .header__bar .header__bar__navigation, .clean .header .header__bar .header__bar__navigation {
    left: 5.375rem;
  }
}
.header .header__login {
  align-items: center;
  background-color: #009CCD;
  bottom: 0;
  color: #FFFFFF;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  position: fixed;
  right: 0;
  width: 3.75rem;
  z-index: 700;
  font-size: 24px;
  font-size: 1.5rem;
  transition: background-color 0.1s ease 0s;
}
@media screen and (min-width: 770px) {
  .header .header__login {
    bottom: auto;
    top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__login {
    border-left: 0.0625rem solid #CED0D8;
    height: 3.75rem;
  }
  .header .header__login:hover {
    background-color: rgb(0, 117.1902439024, 154);
  }
}
.header .header__login:active {
  background-color: rgb(0, 78.3804878049, 103);
}

.main {
  display: block;
}

.footer {
  background-color: white;
  display: block;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 770px) {
  .footer {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 770px) {
  .footer.footer--reduced .footer__locations .footer__locations__map {
    right: 0;
  }
}
@media screen and (min-width: 770px) {
  .footer.footer--reduced .footer__meta {
    width: 100%;
  }
  .footer.footer--reduced .footer__meta .footer__meta__social {
    right: 0;
  }
  .footer.footer--reduced .footer__meta .footer__meta__social .menu li:last-child {
    border-left: 0.0625rem solid #CED0D8;
    border-top: none;
    position: relative;
    top: 0;
  }
}
.footer .footer__to-top {
  background-color: #FFFFFF;
  height: 3.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.75rem;
  z-index: 1;
}
.footer .footer__to-top .brand-icon {
  border-right: 0.0625rem solid #CED0D8;
}
.footer .footer__to-top .brand-icon img {
  margin-left: -0.0625rem;
}
@media screen and (max-width: 770px) {
  .footer .footer__to-top {
    display: none;
  }
}
.footer .footer__locations {
  padding: 18.75rem 0 2.5rem;
  position: relative;
}
.footer .footer__locations:before {
  background-color: #CED0D8;
  content: "";
  left: 0;
  height: 0.0625rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .footer .footer__locations {
    padding: 3.75rem 0;
  }
  .footer .footer__locations:before {
    right: 3.75rem;
  }
}
.footer .footer__locations .footer__locations__box {
  position: relative;
  z-index: 1;
}
.footer .footer__locations .footer__locations__map {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 770px) {
  .footer .footer__locations .footer__locations__map {
    right: 3.75rem;
  }
}
.footer .footer__meta {
  background-color: #FFFFFF;
  border-top: 0.0625rem solid #CED0D8;
  padding: 3.75rem 1.25rem;
}
@media screen and (min-width: 770px) {
  .footer .footer__meta {
    height: 3.75rem;
    padding: 1.125rem 0 0;
    position: relative;
    width: calc(100% - 3.6875rem);
  }
  .page-template-tmpl-optima .footer .footer__meta {
    width: 100%;
  }
  .page-template-tmpl-optima .footer .footer__meta:after {
    background-color: #FFFFFF;
    border-left: 0.0625rem solid #CED0D8;
    bottom: 3.6875rem;
    content: "";
    height: 6249.9375rem;
    position: absolute;
    right: 0;
    width: 3.75rem;
  }
}
@media screen and (min-width: 770px) {
  .footer .footer__meta .footer__meta__navigation {
    width: calc(100% + 3.6875rem);
  }
}
.footer .footer__meta .footer__meta__navigation .menu {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.page-template-tmpl-optima .footer .footer__meta .footer__meta__navigation .menu {
  justify-content: center;
}
@media screen and (min-width: 770px) {
  .footer .footer__meta .footer__meta__navigation .menu {
    flex-direction: row;
  }
}
.footer .footer__meta .footer__meta__navigation .menu li + li {
  margin-top: 1.875rem;
}
@media screen and (min-width: 770px) {
  .footer .footer__meta .footer__meta__navigation .menu li + li {
    margin: 0 0 0 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer__meta .footer__meta__navigation .menu li + li {
    margin-left: 3.75rem;
  }
}
.footer .footer__meta .footer__meta__navigation .menu li a {
  color: #00394B;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1100px) {
  .footer .footer__meta .footer__meta__navigation .menu li a:hover {
    color: #0C1440;
  }
}
.footer .footer__meta .footer__meta__navigation .menu li a:active {
  color: #0C1440;
}
@media screen and (min-width: 770px) {
  .footer .footer__meta .footer__meta__social {
    position: absolute;
    right: -3.6875rem;
    top: 0;
  }
}
.footer .footer__meta .footer__meta__social .menu {
  display: flex;
  justify-content: center;
  padding: 3.75rem 1.25rem 0;
}
@media screen and (min-width: 770px) {
  .footer .footer__meta .footer__meta__social .menu {
    padding: 0;
  }
}
@media screen and (max-width: 770px) {
  .footer .footer__meta .footer__meta__social .menu li + li {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .footer .footer__meta .footer__meta__social .menu li:nth-child(2) {
    border-left: 0.0625rem solid #CED0D8;
  }
  .footer .footer__meta .footer__meta__social .menu li:last-child {
    border-bottom: 0.0625rem solid #CED0D8;
    border-left: none;
    position: absolute;
    right: 0;
    top: -3.75rem;
  }
}
.footer .footer__meta .footer__meta__social .menu li a {
  background-color: white;
  color: #009CCD;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 770px) {
  .footer .footer__meta .footer__meta__social .menu li a {
    align-items: center;
    display: flex;
    height: 3.6875rem;
    justify-content: center;
    width: 3.6875rem;
  }
}
.footer .footer__meta .footer__meta__social .menu li a:active {
  color: #0D8BB2;
}
@media screen and (min-width: 1100px) {
  .footer .footer__meta .footer__meta__social .menu li a:hover {
    background-color: #009CCD;
    color: #FFFFFF;
  }
  .footer .footer__meta .footer__meta__social .menu li a:active {
    background-color: #0D8BB2;
  }
}
.footer .footer__content {
  background-color: #00394B;
  background: linear-gradient(-13deg, rgb(8, 102, 132) 0%, rgb(0, 156, 205) 100%);
  overflow: hidden;
  padding: 3.75rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .footer .footer__content {
    padding: 5.625rem 0 3.125rem;
  }
}
.footer .footer__content:after {
  background-image: url("img/shape.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -7.5rem;
  content: "";
  display: block;
  height: 72.8125rem;
  left: -27.5rem;
  opacity: 0.15;
  position: absolute;
  width: 105.5rem;
  z-index: -1;
}
@media screen and (min-width: 770px) {
  .footer .footer__content:after {
    bottom: -20.625rem;
    height: 77.375rem;
    left: calc(50% - 55.9375rem);
    width: 111.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer .footer__content .footer__content__logo {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}
.footer .footer__content .footer__content__logo .footer__content__logo__link {
  display: block;
  height: 8.875rem;
  margin: 0 auto 2.5rem;
  outline-color: #FFFFFF;
  width: 14.0625rem;
}
@media screen and (min-width: 1100px) {
  .footer .footer__content .footer__content__logo .footer__content__logo__link {
    margin: 0;
  }
}
.footer .footer__content .footer__content__sitemap {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .footer .footer__content .footer__content__sitemap .row {
    padding-left: 25rem;
  }
}
.footer .footer__content .footer__content__sitemap .row .col {
  margin-bottom: 2.5rem;
}
.footer .footer__content .footer__content__sitemap .row .col + .col {
  margin-top: 0;
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__sitemap .row .col {
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
  }
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__title {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 0.625rem;
  position: relative;
}
@media screen and (max-width: 770px) {
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title {
    cursor: pointer;
  }
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title.active + .footer__content__sitemap__links {
    display: block;
  }
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title.active .icon, .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title.active .breadcrumb .menu li:after, .breadcrumb .menu .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title.active li:after, .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title.active .checklist li:before, .checklist .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title.active li:before {
    transform: rotate(180deg);
  }
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__title .icon, .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title .breadcrumb .menu li:after, .breadcrumb .menu .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title li:after, .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title .checklist li:before, .checklist .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title li:before {
  bottom: 0.625rem;
  position: absolute;
  right: 0;
  font-size: 18px;
  font-size: 1.125rem;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title .icon, .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title .breadcrumb .menu li:after, .breadcrumb .menu .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title li:after, .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title .checklist li:before, .checklist .footer .footer__content .footer__content__sitemap .footer__content__sitemap__title li:before {
    display: none;
  }
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__links {
  display: none;
  margin-top: 1em;
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__links {
    display: block;
    margin-top: 2em;
  }
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li + li {
  margin-top: 0.5rem;
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li a {
  color: #FFFFFF;
  font-weight: 500;
  outline-color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li a:active {
  opacity: 0.5;
}
@media screen and (min-width: 1100px) {
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li a:hover {
    opacity: 0.5;
  }
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li a:active {
    opacity: 1;
  }
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li.footer__content__sitemap__links__child {
  padding-left: 1.25rem;
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li.footer__content__sitemap__links__child + li:not(.footer__content__sitemap__links__child) {
  margin-top: 2rem;
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li.footer__content__sitemap__links__child {
    padding-left: 1.875rem;
  }
}
.footer .footer__content .footer__content__sitemap .footer__content__sitemap__links li.footer__content__sitemap__links__child a {
  font-weight: 400;
  text-transform: none;
}
.footer .footer__content .footer__content__memberships {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin-top: 1.25rem;
  padding: 3.75rem 0;
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__memberships {
    border: none;
    margin-top: 0;
    padding: 1.25rem 0 2.5rem 0;
  }
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__memberships .row .col {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .footer__content .footer__content__memberships .footer__content__memberships__title {
  color: #FFFFFF;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__memberships .footer__content__memberships__title {
    flex-basis: 0;
    flex-grow: 1;
    text-align: left;
  }
}
.footer .footer__content .footer__content__memberships .footer__content__memberships__logo {
  display: block;
  margin-top: 2.5rem;
  padding: 0 2.5rem;
  opacity: 0.7;
  outline-color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 770px) {
  .footer .footer__content .footer__content__memberships .footer__content__memberships__logo {
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 0;
    padding: 0 1.25rem;
  }
}
.footer .footer__content .footer__content__memberships .footer__content__memberships__logo img {
  max-height: 5rem;
}
@media screen and (min-width: 1100px) {
  .footer .footer__content .footer__content__memberships a.footer__content__memberships__logo:hover {
    opacity: 1;
  }
}
.footer .footer__content .footer__content__memberships a.footer__content__memberships__logo:active {
  opacity: 1;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.search {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 1.875rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 770px) {
  .search {
    padding: 3.75rem;
  }
}
.search-active .search {
  display: flex;
}
.search .search__close {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  transition: opacity 0.1s ease 0s;
}
@media screen and (min-width: 1100px) {
  .search .search__close:hover {
    opacity: 0.4;
  }
}
.search .search__close:active {
  opacity: 0.8;
}
.search .search__form {
  display: flex;
  flex-wrap: wrap;
  max-width: 37.5rem;
  position: relative;
  width: 100%;
}
.search .search__form .search__form__title {
  color: #FFFFFF;
  width: 100%;
}
.search .search__form .search__form__input {
  background-color: transparent;
  border: none;
  border-bottom: 0.0625rem solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  padding: 0 1.25rem 0.625rem 0;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
}
.search .search__form .search__form__input:focus-visible {
  outline: 0.125rem dotted #FFFFFF;
  outline-offset: 0.625rem;
}
@media screen and (min-width: 770px) {
  .search .search__form .search__form__input {
    border-width: 0.125rem;
    padding: 0 1.875rem 0.625rem 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.search .search__form .search__form__submit {
  align-items: center;
  bottom: 0.25rem;
  color: #FFFFFF;
  display: flex;
  height: 2.375rem;
  justify-content: flex-end;
  outline-color: #FFFFFF;
  position: absolute;
  right: 0;
  width: 2.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  transition: opacity 0.1s ease 0s;
}
@media screen and (min-width: 770px) {
  .search .search__form .search__form__submit {
    height: 3.125rem;
    width: 3.125rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .search .search__form .search__form__submit:hover {
    opacity: 0.4;
  }
}
.search .search__form .search__form__submit:active {
  opacity: 0.8;
}

/*------------------------------------*\
    FLAG
\*------------------------------------*/
.flag {
  background-color: #FFFFFF;
  border-top: 0.0625rem solid #CED0D8;
  bottom: 0;
  height: 3.75rem;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 600;
}
.flag.flag--login {
  padding-right: 3.75rem;
}
@media screen and (min-width: 770px) {
  .flag.flag--login {
    padding-right: 0;
  }
}
@media screen and (min-width: 770px) {
  .flag {
    border: none;
    border-left: 0.0625rem solid #CED0D8;
    height: auto;
    left: auto;
    padding: 15rem 0 0;
    right: 0;
    top: 0;
    width: 3.75rem;
    z-index: 10;
  }
}
@media screen and (min-width: 1100px) {
  .flag {
    padding-top: 18.75rem;
  }
}
@media screen and (min-width: 770px) and (max-height: 43.75rem) {
  .flag {
    position: absolute;
  }
}
@media screen and (min-width: 770px) {
  .flag .flag__navigation {
    transition: opacity 0.1s ease 0s;
  }
  .flag .flag__navigation.hide {
    opacity: 0;
    pointer-events: none;
  }
}
.flag .flag__navigation .menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 770px) {
  .flag .flag__navigation .menu {
    flex-direction: column;
  }
}
.flag .flag__navigation .menu li {
  position: relative;
}
@media screen and (max-width: 770px) {
  .flag .flag__navigation .menu li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media screen and (min-width: 770px) {
  .flag .flag__navigation .menu li {
    border-bottom: 0.0625rem solid #CED0D8;
  }
  .flag .flag__navigation .menu li:last-child {
    border-bottom: none;
  }
}
.flag .flag__navigation .menu li .flag__navigation__trigger {
  display: block;
}
.flag .flag__navigation .menu li .flag__navigation__trigger.active {
  background-color: #009CCD;
}
.flag .flag__navigation .menu li .flag__navigation__trigger.active .brand-icon img {
  margin-top: -3.75rem;
}
.flag .flag__navigation .menu li .flag__navigation__trigger:focus-visible {
  z-index: 10;
}
@media screen and (max-width: 770px) {
  .flag .flag__navigation .menu li .flag__navigation__trigger {
    display: flex;
    height: 3.75rem;
    justify-content: center;
    width: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
  .flag .flag__navigation .menu li .flag__navigation__trigger .brand-icon {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1100px) {
  .flag .flag__navigation .menu li .flag__navigation__trigger {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
  }
  .flag .flag__navigation .menu li .flag__navigation__trigger:hover + .flag__navigation__label, .flag .flag__navigation .menu li .flag__navigation__trigger:focus-within + .flag__navigation__label {
    right: 3.75rem;
  }
}
.flag .flag__navigation .menu li .flag__navigation__label {
  background-color: #0C1440;
  color: #FFFFFF;
  display: none;
  font-weight: 500;
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  position: absolute;
  right: -31.25rem;
  top: 0;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  transition: right 0.2s ease 0s;
}
@media screen and (min-width: 1100px) {
  .flag .flag__navigation .menu li .flag__navigation__label {
    display: block;
  }
  .modal-active .flag .flag__navigation .menu li .flag__navigation__label {
    display: none;
  }
}

.flag-modal {
  bottom: 0;
  height: 0;
  position: fixed;
  right: 0;
  width: 100%;
}
.modal-active .flag-modal {
  height: 100%;
  z-index: 500;
}
@media screen and (min-width: 770px) {
  .flag-modal {
    height: 100%;
    overflow: hidden;
    right: 3.75rem;
    width: 0;
  }
  .modal-active .flag-modal {
    bottom: 0;
    right: 3.75rem;
    width: 31.25rem;
  }
}
.flag-modal .flag-modal__content {
  background-color: #FFFFFF;
  bottom: -100%;
  height: calc(100% - 3.75rem);
  overflow: auto;
  padding: 1.875rem;
  position: fixed;
  right: 0;
  width: 100%;
  transition: all 0.2s ease 0s;
}
.flag-modal .flag-modal__content.personed .flag-modal__content__person {
  display: block;
}
.flag-modal .flag-modal__content.personed .flag-modal__content__form form p {
  display: none;
}
.flag-modal .flag-modal__content.personed .flag-modal__content__form form p:nth-child(3) {
  display: block;
}
.modal-active .flag-modal .flag-modal__content {
  bottom: 3.75rem;
}
@media screen and (min-width: 770px) {
  .flag-modal .flag-modal__content {
    border-left: 0.0625rem solid #CED0D8;
    border-right: 0.0625rem solid #CED0D8;
    bottom: 0;
    height: 100%;
    padding: 3.125rem;
    position: absolute;
    right: -31.25rem;
    width: 31.25rem;
  }
  .modal-active .flag-modal .flag-modal__content {
    bottom: 0;
    right: -0.0625rem;
  }
}
.flag-modal .flag-modal__content .flag-modal__content__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  transition: opacity 0.1s ease 0s;
}
@media screen and (min-width: 770px) {
  .flag-modal .flag-modal__content .flag-modal__content__close {
    right: 1.875rem;
    top: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .flag-modal .flag-modal__content .flag-modal__content__close:hover {
    opacity: 0.5;
  }
}
.flag-modal .flag-modal__content .flag-modal__content__close:active {
  opacity: 0.8;
}
.flag-modal .flag-modal__content .flag-modal__content__title {
  margin-bottom: 0.8em;
  padding-right: 1.25rem;
}
@media screen and (min-width: 770px) {
  .flag-modal .flag-modal__content .flag-modal__content__title {
    margin-bottom: 0.5em;
  }
}
.flag-modal .flag-modal__content .flag-modal__content__form {
  margin-top: 1.25rem;
}
@media screen and (min-width: 770px) {
  .flag-modal .flag-modal__content .flag-modal__content__form {
    margin-top: 1.875rem;
  }
}
.flag-modal .flag-modal__content .flag-modal__content__person {
  display: none;
  margin-top: 1.875rem;
}
@media screen and (min-width: 770px) {
  .flag-modal .flag-modal__content .flag-modal__content__person {
    margin-top: 3.125rem;
  }
}
.flag-modal .flag-modal__content .flag-modal__content__person .button, .flag-modal .flag-modal__content .flag-modal__content__person .alm-btn-wrap .alm-load-more-btn, .alm-btn-wrap .flag-modal .flag-modal__content .flag-modal__content__person .alm-load-more-btn {
  margin-top: 1.875rem;
}
.flag-modal .flag-modal__content .flag-modal__content__footer {
  display: flex;
  justify-content: flex-end;
  margin: 1.875rem 0 -1.875rem;
  padding: 1.25rem 0;
  position: relative;
}
@media screen and (min-width: 770px) {
  .flag-modal .flag-modal__content .flag-modal__content__footer {
    margin: 3.125rem 0 -3.125rem;
    padding: 1.875rem 0;
  }
}
.flag-modal .flag-modal__content .flag-modal__content__footer:before {
  background-color: #CED0D8;
  content: "";
  display: block;
  height: 0.0625rem;
  left: -1.875rem;
  position: absolute;
  right: -1.875rem;
  top: 0;
}
@media screen and (min-width: 770px) {
  .flag-modal .flag-modal__content .flag-modal__content__footer:before {
    left: -3.125rem;
    right: -3.125rem;
  }
}

/*------------------------------------*\
    POPUP
\*------------------------------------*/
.popup {
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  height: 100%;
  padding-top: 3.75rem;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.popup.hide {
  display: none;
}
.popup .popup__content {
  max-height: 100%;
  max-width: 50rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 770px) {
  .popup .popup__content .box .box__content {
    padding: 1.25rem;
  }
}
.popup .popup__content .box .box__content .box__content__link {
  border-top: 0.0625rem solid #CED0D8;
  margin-left: -1.25rem;
  padding: 1.25rem 1.25rem 0 0;
  width: calc(100% + 2.5rem);
}
@media screen and (min-width: 770px) {
  .popup .popup__content .box .box__content .box__content__link {
    margin-left: -1.875rem;
    padding: 1.875rem 1.875rem 0 0;
    width: calc(100% + 3.75rem);
  }
}
.popup .popup__content .popup__content__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  transition: opacity 0.1s ease 0s;
}
@media screen and (min-width: 770px) {
  .popup .popup__content .popup__content__close {
    right: 1.875rem;
    top: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup__content .popup__content__close:hover {
    opacity: 0.5;
  }
}
.popup .popup__content .popup__content__close:active {
  opacity: 0.8;
}
.popup .popup__content .image {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.menu, .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header__bar__navigation .menu, .header__bar__navigation .sub-menu {
  text-align: center;
}
.header__bar__navigation .menu li, .header__bar__navigation .sub-menu li {
  position: relative;
}
.header__bar__navigation .menu li a, .header__bar__navigation .sub-menu li a {
  color: #00394B;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu {
    display: flex;
    justify-content: center;
  }
}
.header__bar__navigation .menu > li + li {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu > li + li {
    margin: 0 0 0 3.75rem;
  }
}
.header__bar__navigation .menu > li.current-menu-item .sub-menu {
  display: block;
}
.header__bar__navigation .menu > li.current-menu-item > a {
  color: #009CCD;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu > li.current-menu-item > a {
    color: #FFFFFF;
    position: relative;
  }
  .scrolled .header__bar__navigation .menu > li.current-menu-item > a, .clean .header__bar__navigation .menu > li.current-menu-item > a {
    color: #00394B;
  }
  .header__bar__navigation .menu > li.current-menu-item > a:after {
    background-color: #FFFFFF;
    bottom: 1.3125rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
  }
  .scrolled .header__bar__navigation .menu > li.current-menu-item > a:after, .clean .header__bar__navigation .menu > li.current-menu-item > a:after {
    background-color: #00394B;
  }
}
.header__bar__navigation .menu > li.current-menu-ancestor .sub-menu, .header__bar__navigation .menu > li.current-page-ancestor .sub-menu {
  display: block;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu > li.current-menu-ancestor > a, .header__bar__navigation .menu > li.current-page-ancestor > a {
    color: #FFFFFF;
    position: relative;
  }
  .scrolled .header__bar__navigation .menu > li.current-menu-ancestor > a, .clean .header__bar__navigation .menu > li.current-menu-ancestor > a, .scrolled .header__bar__navigation .menu > li.current-page-ancestor > a, .clean .header__bar__navigation .menu > li.current-page-ancestor > a {
    color: #00394B;
  }
  .header__bar__navigation .menu > li.current-menu-ancestor > a:after, .header__bar__navigation .menu > li.current-page-ancestor > a:after {
    background-color: #FFFFFF;
    bottom: 1.3125rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
  }
  .scrolled .header__bar__navigation .menu > li.current-menu-ancestor > a:after, .clean .header__bar__navigation .menu > li.current-menu-ancestor > a:after, .scrolled .header__bar__navigation .menu > li.current-page-ancestor > a:after, .clean .header__bar__navigation .menu > li.current-page-ancestor > a:after {
    background-color: #00394B;
  }
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu > li.menu-item-has-children:hover .sub-menu, .header__bar__navigation .menu > li.menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu > li.menu-item--highlight {
    margin-top: -0.5625rem;
  }
}
.header__bar__navigation .menu > li.menu-item--highlight > a {
  background-color: #009CCD;
  color: #FFFFFF !important;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu > li.menu-item--highlight > a {
    background-color: #FFFFFF;
    color: #009CCD !important;
  }
  .header__bar__navigation .menu > li.menu-item--highlight > a:hover, .header__bar__navigation .menu > li.menu-item--highlight > a:focus-within {
    opacity: 0.8;
  }
  .scrolled .header__bar__navigation .menu > li.menu-item--highlight > a, .clean .header__bar__navigation .menu > li.menu-item--highlight > a {
    background-color: #009CCD;
    color: #FFFFFF !important;
  }
}
.header__bar__navigation .menu > li.menu-item--highlight > a:after {
  display: none;
}
.header__bar__navigation .menu > li > a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .menu > li > a {
    color: #FFFFFF;
    padding-bottom: 2.5rem;
  }
  .header__bar__navigation .menu > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .scrolled .header__bar__navigation .menu > li > a, .clean .header__bar__navigation .menu > li > a {
    color: #00394B;
  }
  .scrolled .header__bar__navigation .menu > li > a:hover, .clean .header__bar__navigation .menu > li > a:hover {
    color: #0C1440;
  }
}
.header__bar__navigation .menu > li > a:active {
  color: rgba(255, 255, 255, 0.5);
}
.header__bar__navigation .sub-menu {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .sub-menu {
    background-color: #FFFFFF;
    border: 0.0625rem solid #CED0D8;
    box-shadow: 0rem 0.125rem 0.625rem 0rem rgba(0, 0, 0, 0.3);
    display: block;
    left: 50%;
    opacity: 0;
    padding: 0.625rem 1.875rem 1.25rem;
    pointer-events: none;
    position: absolute;
    margin: 1.875rem 0 0 -7.1875rem;
    top: 1.25rem;
    width: 14.375rem;
    z-index: 1;
    transform: translate(0, 0.625rem);
    transition: all 0.2s ease 0s;
  }
}
.header__bar__navigation .sub-menu > li {
  margin-top: 0.625rem;
}
.header__bar__navigation .sub-menu > li.current-menu-item > a {
  color: #009CCD;
}
.header__bar__navigation .sub-menu > li.current-menu-item.anchor-link > a {
  color: #00394B;
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .sub-menu > li.current-menu-item.anchor-link > a:hover {
    color: #0C1440;
  }
}
@media screen and (min-width: 1100px) {
  .header__bar__navigation .sub-menu > li > a:hover {
    color: #0C1440;
  }
}

.breadcrumb {
  background-color: #FFFFFF;
  border-bottom: 0.0625rem solid #CED0D8;
  margin: 0 0 -0.0625rem;
  padding: 1.125rem 1.875rem 1.1875rem;
  z-index: 1;
}
@media screen and (max-width: 770px) {
  .breadcrumb {
    border-top: 0.0625rem solid #CED0D8;
    padding: 1.25rem;
  }
}
.breadcrumb + .section .section__bar {
  border-top: 0.0625rem solid #CED0D8;
}
.breadcrumb .menu {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .menu li {
  font-weight: 300;
  padding-right: 2.9375rem;
  position: relative;
}
.breadcrumb .menu li:last-child {
  padding-right: 0;
}
.breadcrumb .menu li:last-child:after {
  display: none;
}
.breadcrumb .menu li:after {
  color: #0C1440;
  content: "\e905";
  opacity: 0.2;
  position: absolute;
  right: 1.25rem;
  top: 0.3125rem;
  font-size: 10px;
  font-size: 0.625rem;
}
.breadcrumb .menu li a {
  color: #0C1440;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1100px) {
  .breadcrumb .menu li a:hover {
    opacity: 0.6;
  }
}
.breadcrumb .menu li a:active {
  opacity: 0.6;
}

/*------------------------------------*\
    FORM FIELDS
\*------------------------------------*/
form.invalid .wpcf7-response-output {
  background-color: #FE0000;
}
form.sent .wpcf7-response-output {
  background-color: #23E300;
}
form h1, form h2, form h3, form h4, form h5, form h6 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1020px) {
  form h1, form h2, form h3, form h4, form h5, form h6 {
    margin-bottom: 2.5rem;
  }
}
form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
form label + br {
  display: none;
}
form .anfrage-name-wrap {
  display: none;
}
form .wpcf7-not-valid-tip {
  color: #FE0000;
  margin-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
form p a {
  color: #009CCD;
}
form button {
  margin-top: 1em;
}
form .wpcf7-response-output {
  border: none !important;
  border-radius: 0.25rem;
  color: #FFFFFF;
  margin: 1.875rem 0 0 !important;
  padding: 0.625rem 0.9375rem !important;
  font-size: 14px;
  font-size: 0.875rem;
}
form div[data-class=wpcf7cf_group] {
  margin-bottom: 1.5em;
}
form iframe {
  border: 0.0625rem solid #CED0D8;
  border-radius: 0.625rem;
}

.custom-password-message {
  background-color: #FE0000;
  border-radius: 0.25rem;
  color: #FFFFFF;
  padding: 0.625rem 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.input {
  background-color: #FFFFFF;
  border: 0.0625rem solid #CED0D8;
  border-radius: 0.625rem;
  color: #0C1440;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  height: 3.375rem;
  outline: none;
  padding: 0.625rem 1.25rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
@media screen and (min-width: 1100px) {
  .input:hover {
    border-color: #00394B;
  }
}
.input:focus {
  border-color: #00394B;
}
.input:focus-visible {
  outline: 0.125rem dotted #0C1440;
  z-index: 1;
}
.input.wpcf7-not-valid {
  border-color: #FE0000;
}
.input::-ms-expand {
  display: none;
}
.input:disabled {
  opacity: 0.3;
  pointer-events: none;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: border-box;
}

textarea.input {
  height: 10.125rem;
  padding: 1.25rem;
  resize: none;
}
textarea.input:focus-visible {
  outline: 0.125rem dotted #0C1440;
  z-index: 1;
}

.select, select.alm-filter--item {
  background-color: #FFFFFF;
  background-image: url("img/icon-arrow-pulldown.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 3.375rem 3.375rem;
  border: 0.0625rem solid #CED0D8;
  border-radius: 0.625rem;
  color: #0C1440;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  height: 3.375rem;
  outline: none;
  padding: 0.625rem 3.375rem 0.625rem 1.25rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
@media screen and (min-width: 1100px) {
  .select:hover, select.alm-filter--item:hover {
    border-color: #00394B;
  }
}
.select:focus, select.alm-filter--item:focus {
  border-color: #00394B;
}
.select:focus-visible, select.alm-filter--item:focus-visible {
  outline: 0.125rem dotted #0C1440;
  z-index: 1;
}
.select.wpcf7-not-valid, select.alm-filter--item.wpcf7-not-valid {
  border-color: #FE0000;
}
.select::-ms-expand, select.alm-filter--item::-ms-expand {
  display: none;
}

/*------------------------------------*\
    PLUGIN
\*------------------------------------*/
.ajax-load-more-wrap {
  width: 100%;
}

.alm-btn-wrap {
  padding: 2.5rem 0 0;
}
@media screen and (min-width: 770px) {
  .alm-btn-wrap {
    padding-top: 1.25rem;
  }
}
.alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.3;
}

.alm-layouts .alm-listing {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 770px) {
  .alm-layouts .alm-listing {
    margin-bottom: -2.5rem;
  }
}
@media screen and (min-width: 770px) {
  .alm-layouts .alm-listing .col {
    margin-bottom: 2.5rem;
  }
}
.alm-layouts .alm-listing .col .box {
  height: 100%;
}

/*------------------------------------*\
    BORLABS
\*------------------------------------*/
.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight {
  margin-right: 0.625rem !important;
}
.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch-status, .BorlabsCookie._brlbs-switch-consent ._brlbs-title:before {
  display: none !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #CED0D8;
  color: #0C1440;
  text-shadow: none;
}
::selection {
  background: #CED0D8;
  color: #0C1440;
  text-shadow: none;
}

::-webkit-selection {
  background: #CED0D8;
  color: #0C1440;
  text-shadow: none;
}

::-moz-selection {
  background: #CED0D8;
  color: #0C1440;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.3125rem auto;
}

.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 0.0625rem solid #F0F0F0;
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
}/*# sourceMappingURL=style.css.map */