@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  line-height: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 2.25;
  text-rendering: optimizeLegibility;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  font-style: italic;
}

/* spartan-300 - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spartan-regular - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spartan-500 - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spartan-700 - latin-ext_latin */
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/spartan-v1-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/spartan-v1-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.container, .best-practices, .form, .latest-reports, .our-expertise, .work, .works, .privacy-policy, .location, .location-list, .regions .locations-container, .regions, footer .footer-container, .linkedin-iframe-container #linkedin-iframe, .linkedin-iframe-container .linkedin-heading, .carousel-container, .locations, .home-intro .home-intro-container, .awards__inner, .heading, .header-mobile .header-menu-container, .header .header-menu-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.content, .privacy-policy .privacy-policy-content, .privacy-policy .privacy-policy-title-wrapper, .regions .clocks-note, .regions__subtitle--2, .regions__subtitle, .regions__title, .regions .locations-container .locations-button-row, .locations .locations-content, .locations .locations-heading, .awards .awards-wrapper, .heading .heading-content {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.hide {
  display: none !important;
}

main {
  margin-top: calc(146px + (100vw - 768px) / 672 * 30);
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 97px;
  }
}

.fancy-link-hover, section.contact .privacy-policy-link:hover, .works .works-link:hover .works-link-title, .privacy-policy .privacy-policy-content a:hover, .location .person .phone > a:hover, .location .person .email > a:hover, .location .back-link:hover, .location .contacts-link:hover, .regions .clock-location:hover > span, .locations .location-link:hover {
  color: #ff00ae;
}

.not-found-title {
  height: 15vh;
  text-align: center;
  padding-top: 5vh;
}

.header {
  display: flex;
  color: #000a8f;
  background-color: white;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: calc(20px + (100vw - 768px) / 672 * 0) 0 20px;
}
@media screen and (min-width: 1441px) {
  .header {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header .logo {
  color: #000a8f;
  width: calc(112px + (100vw - 768px) / 672 * 72);
}
@media screen and (min-width: 1441px) {
  .header .logo {
    width: 184px;
  }
}
.header .logo-link {
  display: inline-block;
  transition: all 0.3s ease;
}
.header .header-menu-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .header .header-menu-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header .header-menu-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .header .header-menu-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .header .header-menu-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.header .header-menu-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.header .header-menu-container .menu {
  margin-left: auto;
}
.header .header-menu-container .logo-wrapper {
  position: absolute;
}
.header .main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1441px) {
  .header .main-menu {
    margin-top: 0px;
  }
}
.header .main-menu-item {
  font-weight: bold;
  color: #000a8f;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: calc(14px + (100vw - 768px) / 672 * 2);
  padding: 0 calc(14px + (100vw - 768px) / 672 * 14);
}
@media screen and (min-width: 1441px) {
  .header .main-menu-item {
    font-size: 16px;
    padding: 0 28px;
  }
}
.header .main-menu-item a {
  background-size: 0% 4px;
  padding: 14px 0 10px;
  display: block;
  cursor: pointer;
}
.header .main-menu-item a:hover, .header .main-menu-item.active a {
  color: #ff00ae;
  background-size: 100% 4px;
}
.header .main-menu-item:last-child {
  padding-right: 0;
}
.header .main-menu-button__wrapper {
  display: flex;
  margin-left: 56px;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.header .main-menu-button__wrapper .header-menu-contact {
  height: 42px;
  border-radius: 45px;
  padding: 10px 20px;
  background-color: #000a8f;
  color: white;
  line-height: 24px;
}
.header .main-menu-button__wrapper .header-menu-linkedin img {
  width: 44px;
  height: 39px;
  display: block;
}
.header .submenu {
  margin-top: 24px;
  display: none;
  justify-content: flex-end;
}
.header .submenu.active {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header .submenu.active {
    flex-wrap: wrap;
  }
}
.header .submenu-item {
  font-weight: bold;
  color: #000a8f;
  border-right: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  font-size: calc(12px + (100vw - 768px) / 672 * 2);
  padding: 6px calc(7px + (100vw - 768px) / 672 * 7);
  max-height: 3em;
  max-width: 250px;
}
@media screen and (min-width: 1441px) {
  .header .submenu-item {
    font-size: 14px;
    padding: 6px 14px;
  }
}
.header .submenu-item:last-child {
  border-right: 0;
  flex: none;
  padding-right: 0;
}
.header .submenu-item.active {
  color: #ff00ae;
}
.header .submenu-item > span:hover,
.header .submenu-item > a:hover {
  color: #ff00ae;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-mobile {
  display: none;
  color: #000a8f;
  background-color: white;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-mobile {
    display: flex;
  }
}
.header-mobile .logo {
  color: #000a8f;
  width: 112px;
  margin-top: 27px;
}
.header-mobile .header-menu-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .header-mobile .header-menu-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header-mobile .header-menu-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .header-mobile .header-menu-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .header-mobile .header-menu-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.header-mobile .header-menu-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.header-mobile .header-menu-container .header-menu-linkedin {
  position: absolute;
  top: 10px;
  right: 16px;
}
.header-mobile .header-menu-container .header-menu-linkedin img {
  width: 20px;
  display: block;
}
.header-mobile .main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 30px;
}
.header-mobile .main-menu-item {
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 14px;
}
.header-mobile .main-menu-item a,
.header-mobile .main-menu-item span {
  background-size: 0% 4px;
  padding: 14px 0;
  display: block;
  cursor: pointer;
}
.header-mobile .main-menu-item a:hover,
.header-mobile .main-menu-item span:hover {
  background-size: 100% 4px;
}
.header-mobile .main-menu-item:last-child {
  padding-right: 0;
}
.header-mobile .language-switcher {
  margin-top: -0.35em;
}
.header-mobile .menu-overlay {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .header-mobile .menu-overlay {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header-mobile .menu-overlay {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .header-mobile .menu-overlay {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .header-mobile .menu-overlay {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.header-mobile .menu-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to bottom, #000a8f 50%, #19154d);
  color: #abafd8;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-mobile .menu-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
  animation: fade-in 0.4s;
}
.header-mobile .menu-overlay .logo {
  color: white;
  width: 112px;
  margin-top: 27px;
}
.header-mobile .menu-overlay .menu {
  margin-top: 17px;
  overflow: auto;
  height: calc(100vh - 74px);
  padding-bottom: 60px;
}
.header-mobile .menu-overlay .submenu-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
.header-mobile .menu-overlay .submenu-list:not(:last-child) {
  border-bottom: 1px solid rgba(171, 175, 216, 0.5);
}
.header-mobile .menu-overlay li:first-child {
  -moz-column-span: all;
       column-span: all;
  display: block;
}
.header-mobile .menu-overlay .menu-item {
  font-size: 14px;
  line-height: 1;
  padding: 7px 0;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.header-mobile .menu-overlay .menu-item:hover a {
  color: #ff00ae;
}
.header-mobile .menu-overlay .submenu-item {
  color: white;
  text-transform: none;
  font-size: 13px;
  padding: 8px 0;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}
.header-mobile .menu-overlay .submenu-item:hover > span {
  color: #ff00ae;
}
.header-mobile .menu-overlay .close {
  position: absolute;
  top: 27px;
  right: 16px;
  width: 28px;
  height: 28px;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}
.header-mobile .menu-overlay .close:hover {
  color: #ff00ae;
}
.header-mobile .contact-us {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(rgba(0, 10, 143, 0), #0c0343);
  padding: 16px 16px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header-mobile .contact-us a {
  display: block;
}
.header-mobile .contact-us img {
  width: 36px;
  pointer-events: none;
}
.header-mobile .contact-us .btn--secondary {
  background-color: white;
  color: #000a8f;
}
.header-mobile .contact-us :hover {
  color: #ff00ae;
}

html.frozen {
  overflow-y: hidden;
}
html.frozen .header-menu-container, html.frozen main {
  visibility: hidden;
}

.heading {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .heading {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .heading {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.heading .heading-content {
  text-align: center;
  color: #19154d;
}

.subheading {
  font-size: 28px;
  color: #000a8f;
  margin-bottom: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 656px) {
  .subheading {
    font-size: 20px;
  }
}

.heading-1 {
  font-size: 36px;
  color: #000a8f;
  font-weight: 500;
  padding-top: 100px;
  margin-bottom: 68px;
}
@media screen and (max-width: 656px) {
  .heading-1 {
    margin-bottom: 28px;
    padding-top: 60px;
    font-size: 24px;
  }
}

.heading-2, .privacy-policy .privacy-policy-title, .regions__subtitle--2, .regions__title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 80px;
  margin-bottom: 40px;
}

.button {
  border: 1px solid #000a8f;
  border-radius: 45px;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  color: #000a8f;
  line-height: 1;
  padding: 12px 20px;
  background-color: transparent;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.4s;
}
.button:hover {
  background-color: #000a8f;
  color: white;
}

.btn, .btn--secondary, .btn--primary {
  padding: 12px 20px;
  height: 100%;
  min-width: 134px;
  line-height: 1;
  border: 1px solid #000a8f;
  transition: all 0.5s;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  color: #000a8f;
}
.btn--primary:hover {
  color: #ff00ae;
}
.btn--secondary {
  background-color: transparent;
  color: #000a8f;
}
.btn--secondary:hover {
  background-color: #000a8f;
  color: #ff00ae;
}

.awards {
  background-color: #f6f6f6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.awards * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.awards__inner {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .awards__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .awards__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .awards__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .awards__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.awards__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  display: block;
  color: white;
}
.awards .awards-title {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
}
.awards__sections {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .awards__sections {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.awards__section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 50%;
  flex-basis: 50%;
}
.awards__section--effie .awards__image img {
  width: 180px;
}
.awards__section--prtoplist .awards__image img {
  width: 120px;
}
.awards__section--euex .awards__image img {
  width: 110px;
}
.awards__section--ipra .awards__image img {
  width: 98px;
}
.awards__section--sabre .awards__image img {
  width: 85px;
}
.awards__section--thesevie .awards__image img {
  width: 75px;
}
@media (min-width: 71em) {
  .awards__section--effie .awards__image img {
    width: 210px;
  }
  .awards__section--prtoplist .awards__image img {
    width: 150px;
  }
  .awards__section--euex .awards__image img {
    width: 140px;
  }
  .awards__section--ipra .awards__image img {
    width: 108px;
  }
  .awards__section--sabre .awards__image img {
    width: 95px;
  }
  .awards__section--thesevie .awards__image img {
    width: 85px;
  }
}
@media (min-width: 48em) {
  .awards__section--effie .awards__image img {
    width: 210px;
  }
  .awards__section--prtoplist .awards__image img {
    width: 150px;
  }
  .awards__section--euex .awards__image img {
    width: 140px;
  }
  .awards__section--ipra .awards__image img {
    width: 108px;
  }
  .awards__section--sabre .awards__image img {
    width: 95px;
  }
  .awards__section--thesevie .awards__image img {
    width: 85px;
  }
}
.awards__section.active .awards__section-overlay {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 48em) {
  .awards__section {
    width: auto;
    padding: 16px 20px;
  }
}
.awards__section + .awards__section {
  margin-top: 8px;
}
@media (min-width: 48em) {
  .awards__section + .awards__section {
    margin-top: 0;
    border-left: 1px solid white;
  }
}
.awards__section-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards__section-overlay p {
  font-size: 8px;
  color: white;
  padding: 0 12px;
}
@media (min-width: 48em) {
  .awards__section-overlay p {
    font-size: 12px;
    line-height: 20px;
  }
}
.awards__section-overlay p strong {
  font-weight: bold;
}
.awards__image {
  padding: 20px 0;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.awards__image img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
@media (min-width: 48em) {
  .awards__image img {
    max-width: 150px;
  }
}
.awards .awards-wrapper {
  width: 100%;
  display: flex;
}
.awards .awards-wrapper > * + * {
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  .awards .awards-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  .awards .awards-wrapper > * + * {
    border-left: 0;
    border-top: 1px solid white;
  }
}
.awards .excellence, .awards .effie, .awards .sabre {
  display: flex;
  align-items: center;
  flex: auto;
  padding: 0 30px;
}
.awards .excellence > img, .awards .effie > img, .awards .sabre > img {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .awards .excellence, .awards .effie, .awards .sabre {
    width: 100%;
    padding: 30px 0;
  }
  .awards .excellence > img, .awards .effie > img, .awards .sabre > img {
    width: 33.333%;
    margin-right: 30px;
  }
}
.awards .sabre {
  padding-left: 0;
  padding-top: 0;
}
.awards .sabre .sabre-dates {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .awards .sabre .sabre-dates {
    flex-direction: column;
  }
}
.awards .sabre .sabre-dates > li {
  line-height: 1.75;
  font-weight: bold;
  margin-right: 1em;
}
.awards .effie .effie-dates {
  flex-wrap: wrap;
}
.awards .effie .effie-dates > li {
  line-height: 1.75;
  font-weight: bold;
}
.awards .effie .effie-dates > li > span {
  font-weight: normal;
}
.awards .excellence {
  padding-right: 0;
  padding-bottom: 0;
}
.awards .excellence .excellence-dates {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .awards .excellence .excellence-dates {
    flex-direction: column;
  }
}
.awards .excellence .excellence-dates > li {
  margin-right: 1em;
  line-height: 1.75;
  font-weight: bold;
}

.home-intro {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 249, 255) 100%);
}
.home-intro .home-intro-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .home-intro .home-intro-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .home-intro .home-intro-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .home-intro .home-intro-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .home-intro .home-intro-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.home-intro .home-intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-intro .home-intro-content {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home-intro .home-intro-content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 24px;
  }
}
.home-intro .home-intro-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-intro .home-intro-left .home-intro-title {
  font-size: calc(28px + (100vw - 640px) / 800 * 0);
  font-weight: 700;
  color: #000a8f;
  margin-bottom: 24px;
  line-height: 1.2;
}
.home-intro .home-intro-left .home-intro-description {
  font-size: calc(16px + (100vw - 640px) / 800 * 0);
  line-height: 1.6;
  color: #19154d;
}
.home-intro .home-intro-right .world-map-container {
  position: relative;
}
.home-intro .home-intro-right .world-map-container .world-map {
  width: 100%;
  height: auto;
}
.home-intro .home-intro-right .world-map-container .map-overlay-text {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 280px;
  z-index: 2;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid black;
  padding: 20px;
  padding-right: 28px;
  font-size: 14px;
  line-height: 1.4;
  color: #000a8f;
}
.home-intro .home-intro-right .world-map-container .map-overlay-text h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000a8f;
}
.home-intro .home-intro-right .world-map-container .map-overlay-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.home-intro .home-intro-right .world-map-container .map-overlay-text .map-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-left: 30px;
  color: #ff00ae;
  font-size: 20px;
}
.home-intro .home-intro-locations {
  gap: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-intro .home-intro-locations {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.home-intro .home-intro-locations .location-btn {
  padding: 12px 24px;
  border: 1px solid black;
  background: white;
  font-size: 14px;
  font-weight: 100;
  width: 30%;
  display: flex;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000a8f;
}
.home-intro .home-intro-locations .location-btn:hover {
  color: #ff00ae;
  border-color: black;
}
.home-intro .home-intro-locations .location-btn--active {
  color: #ff00ae;
  border-color: black;
}
.home-intro .home-intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 90%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home-intro .home-intro-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: start;
    align-items: center;
  }
}
.home-intro .home-intro-stats .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .home-intro .home-intro-stats .stat-item {
    display: grid;
    grid-template-columns: 100px 100px 1fr;
    gap: 10px;
    justify-items: start;
    align-items: center;
  }
  .home-intro .home-intro-stats .stat-item img {
    justify-self: center;
  }
}
.home-intro .home-intro-stats .stat-item .stat-content {
  margin-top: 16px;
}
.home-intro .home-intro-stats .stat-item .stat-content .stat-number {
  font-size: 46px;
  font-weight: 700;
  color: #000a8f;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-intro .home-intro-stats .stat-item .stat-content .stat-number {
    font-size: 42px;
  }
}
.home-intro .home-intro-stats .stat-item .stat-content .stat-label {
  font-size: 38px;
  color: #ff00ae;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .home-intro .home-intro-stats .stat-item .stat-content .stat-label {
    font-size: 32px;
    text-align: left;
  }
}

.video {
  position: relative;
  margin-top: -90px;
  aspect-ratio: 19/11;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .video {
    aspect-ratio: 19/11;
    margin-top: 0px;
    overflow: unset;
  }
}
.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video .image-slideshow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.video .image-slideshow .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out;
}
.video .image-slideshow .slide-container.active {
  transform: translateX(0);
}
.video .image-slideshow .slide-container.prev {
  transform: translateX(-100%);
}
.video .image-slideshow .slide-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.map-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 10, 143, 0.2); /* blue-2, 0.2 opacity */
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .video-overlay {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .video-overlay {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .video-overlay {
    position: relative;
    height: auto;
    background-color: rgb(0, 10, 143);
    width: 100% !important;
  }
}
.video-overlay.transform-out {
  transform: translateX(-88%);
}

.back-arrow {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 2.5rem;
  font-weight: 100;
  color: #ff00ae;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
}
.back-arrow__icon {
  padding-left: 8px;
  transform: scaleX(1.5);
  transition: transform 0.3s ease;
}
.back-arrow__label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .back-arrow {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .back-arrow {
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 657px) {
  .back-arrow {
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .back-arrow {
    top: 1rem;
    right: 2rem;
    font-size: 2.5rem;
  }
}
.back-arrow.rotated .back-arrow__icon {
  transform: rotate(180deg) scaleX(1.5);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .hero-content {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero-content {
    padding-bottom: 2rem;
  }
}
.hero-content .hero-content__text {
  background-color: rgba(0, 10, 143, 0.6);
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 1025px) {
  .hero-content .hero-content__text {
    padding: 3rem 4rem;
  }
}
.hero-content .hero-content__text h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero-content .hero-content__text h1 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .hero-content .hero-content__text h1 {
    margin-bottom: 0.5rem;
  }
}
.hero-content .hero-content__text h2 {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .hero-content .hero-content__text h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero-content .hero-content__text h2 {
    font-size: 1.2rem;
  }
}
.hero-content .hero-content__text p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #fff;
  max-width: 95%;
}
@media screen and (min-width: 657px) {
  .hero-content .hero-content__text p {
    font-size: 0.8rem;
    max-width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .hero-content .hero-content__text p {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero-content .hero-content__text p {
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 500;
    max-width: 90%;
  }
}

.awards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .awards-row {
    gap: 12px;
  }
}
.awards-row img {
  height: 70px;
  max-width: 18%;
}
.awards-row img:hover {
  opacity: 1;
}
.awards-row img.award-icon-small {
  width: auto;
}
@media screen and (max-width: 768px) {
  .awards-row img.award-icon-small {
    height: 40px;
  }
}
.awards-row img.award-icon-small-sabre {
  height: 50px;
  width: auto;
  margin-right: 14px !important;
}
@media screen and (max-width: 768px) {
  .awards-row img.award-icon-small-sabre {
    height: 40px;
  }
}
.awards-row img.award-icon-small-stevie {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .awards-row img.award-icon-small-stevie {
    height: 40px;
  }
}

.locations {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .locations {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .locations {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .locations {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .locations {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.locations {
  padding-bottom: 40px;
}
.locations .locations-heading {
  color: #000a8f;
  border-bottom: 1px solid #c3c3c3;
}
.locations .locations-content {
  color: #19154d;
  margin-top: 40px;
  margin-bottom: 80px;
}
.locations .summary {
  font-size: 20px;
  line-height: 2.25;
  width: 80%;
}
@media screen and (max-width: 656px) {
  .locations .summary {
    font-size: 18px;
    width: 100%;
  }
}
.locations .location-link {
  font-size: 18px;
  font-weight: bold;
  color: #000a8f;
  margin-top: 40px;
}
.locations .location-link:hover .arrow {
  transform: rotate(1turn);
}
.locations .location-link .arrow {
  font-weight: normal;
  display: inline-block;
  transform: rotate(0turn);
  transition: transform 0.4s ease-in-out;
}

.carousel-container {
  margin-top: 48px;
  margin-bottom: 48px;
}
.carousel-container h3 {
  width: 100%;
  color: #000a8f;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  margin-bottom: 32px;
}
.carousel-container img {
  max-height: 48px;
  max-width: 100px;
}
.carousel-container .carousel {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.carousel-container .carousel:hover .carousel-group {
  animation-play-state: paused;
}
.carousel-container .carousel-group {
  flex: 0 0 100%;
  display: flex;
  will-change: transform;
  animation: scrolling 20s linear infinite;
}
@media screen and (max-width: 656px) {
  .carousel-container .carousel-group {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.carousel-container .carousel-item {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.linkedinImg {
  width: 44px;
  height: 39px;
}

.linkedin-iframe-container {
  position: relative;
  background-color: #f6f9ff;
}
.linkedin-iframe-container .linkedin-heading {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .linkedin-iframe-container .linkedin-heading {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .linkedin-iframe-container .linkedin-heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .linkedin-iframe-container .linkedin-heading {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .linkedin-iframe-container .linkedin-heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.linkedin-iframe-container .linkedin-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
}
.linkedin-iframe-container .linkedin-heading .heading-2, .linkedin-iframe-container .linkedin-heading .privacy-policy .privacy-policy-title, .privacy-policy .linkedin-iframe-container .linkedin-heading .privacy-policy-title, .linkedin-iframe-container .linkedin-heading .regions__subtitle--2, .linkedin-iframe-container .linkedin-heading .regions__title {
  color: #000a8f;
  margin: 0;
  padding: 0;
  text-align: left;
}
.linkedin-iframe-container .linkedin-heading .linkedin-follow-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 16px;
  margin: 16px 0;
  border: 1px solid #000;
  color: #000a8f;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.linkedin-iframe-container .linkedin-heading .linkedin-follow-button:hover {
  color: #ff00ae;
}
.linkedin-iframe-container .linkedin-heading .linkedin-follow-button img {
  width: 30px;
  height: 30px;
}
.linkedin-iframe-container .linkedin-heading .linkedin-follow-button .linkedinImg {
  width: 36px;
  height: 30px;
  margin-left: 4px;
}
@media screen and (max-width: 656px) {
  .linkedin-iframe-container .linkedin-heading .linkedin-follow-button {
    font-size: 12px;
    padding: 6px 12px;
    gap: 6px;
  }
  .linkedin-iframe-container .linkedin-heading .linkedin-follow-button img {
    width: 16px;
    height: 16px;
  }
}
.linkedin-iframe-container #linkedin-iframe {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .linkedin-iframe-container #linkedin-iframe {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .linkedin-iframe-container #linkedin-iframe {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .linkedin-iframe-container #linkedin-iframe {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .linkedin-iframe-container #linkedin-iframe {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.linkedin-iframe-container #linkedin-iframe {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.linkedin-iframe-container #linkedin-iframe::-webkit-scrollbar {
  display: none; /* WebKit browsers */
}

footer {
  background-color: #000a8f;
  color: white;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
footer .footer-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  footer .footer-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  footer .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  footer .footer-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
footer .footer-container {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .footer-container {
    flex-direction: column;
    gap: 40px;
  }
}
footer .copyright-text {
  font-size: 10px;
  color: white;
  opacity: 0.8;
}
footer .linear-gradient-abs {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  z-index: 1;
}
footer.award-icon-small {
  width: auto;
}
@media screen and (max-width: 768px) {
  footer.award-icon-small {
    height: 40px;
  }
}
footer.award-icon-small-sabre {
  height: 50px;
  width: auto;
  margin-right: 14px !important;
}
@media screen and (max-width: 768px) {
  footer.award-icon-small-sabre {
    height: 40px !important;
  }
}
footer.award-icon-small-stevie {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer.award-icon-small-stevie {
    height: 40px;
  }
}
footer .footer-column-item {
  font-size: 12px;
  margin-bottom: 12px;
}
footer h5 {
  margin-bottom: 28px;
}
footer .footer-col, footer .footer-contact-column, footer .footer-expertise-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
footer .footer-main {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  footer .footer-main {
    flex: unset;
    order: 2; /* Mobil/tableten második helyre */
  }
}
footer .footer-main .logo-link {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
footer .footer-main .logo {
  width: 160px;
  margin-bottom: 16px;
  transition: filter 0.3s ease;
}
footer .footer-main .tagline {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}
footer .footer-main .menu-row {
  margin-top: 9rem;
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  footer .footer-main .menu-row {
    flex-direction: column;
    gap: 24px;
    margin-top: 0rem;
  }
}
footer .footer-main .space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .footer-main .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
footer .footer-main .footer-menu h5 {
  font-size: 14px;
  color: white;
  margin-bottom: 8px !important;
}
footer .footer-main .footer-menu .footer-office-item {
  display: block;
  font-size: 12px;
  gap: 0px;
  color: white;
  text-decoration: none;
  opacity: 0.8;
}
footer .footer-main .footer-menu .footer-office-item:hover {
  color: #ff00ae;
  opacity: 1;
}
footer .footer-main .footer-offices {
  flex: 1;
}
footer .footer-main .footer-offices h5 {
  font-size: 14px;
  margin-bottom: 16px;
  color: white;
}
footer .footer-main .footer-offices .footer-office-item {
  display: block;
  font-size: 12px;
  color: white;
  text-decoration: none;
  margin-top: 8px;
  opacity: 0.8;
}
footer .footer-main .footer-offices .footer-office-item:hover {
  color: #ff00ae;
  opacity: 1;
}
footer .footer-main .footer-social {
  display: flex;
  flex-direction: row;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  footer .footer-main .footer-social {
    margin-top: 3rem;
    align-self: center;
  }
}
footer .footer-main .footer-social p {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 3px;
}
footer .footer-main .footer-social .linkedin-follow-title {
  font-size: 18px;
  color: white;
  text-align: right;
}
footer .footer-main .footer-social .footer-social-content {
  display: flex;
  flex-direction: column;
}
footer .footer-main .footer-social .linkedinImg {
  width: 42px;
  height: 39px;
  margin-left: 8px;
}
footer .footer-main .footer-social .linkedin-follow {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
footer .footer-main .footer-social .linkedin-follow:hover {
  color: #ff00ae;
}
footer .footer-main .footer-social .linkedin-follow img {
  width: 20px;
  height: 20px;
}
footer .footer-contact {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  footer .footer-contact {
    order: 1; /* Mobil/tableten első helyre */
  }
}
footer .footer-contact .contact-title h2 {
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 1rem;
  color: white;
}
footer .footer-contact .contact-title .tagline {
  font-size: 14px;
  margin-bottom: 32px;
  opacity: 0.9;
}
footer .footer-contact .form-container .form-row {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  footer .footer-contact .form-container .form-row {
    flex-direction: column;
    gap: 2px;
  }
}
footer .footer-contact .form-container .form-row .block {
  flex: 1;
}
footer .footer-contact .form-container .form-row .block:first-child input, footer .footer-contact .form-container .form-row .block:first-child select {
  border-radius: 0px 0 0 0px;
}
footer .footer-contact .form-container .form-row .block:last-child input, footer .footer-contact .form-container .form-row .block:last-child select {
  border-radius: 0 0px 0px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-contact .form-container .form-row .block:first-child input, footer .footer-contact .form-container .form-row .block:first-child select {
    border-radius: 0px 0px 0 0;
  }
  footer .footer-contact .form-container .form-row .block:last-child input, footer .footer-contact .form-container .form-row .block:last-child select {
    border-radius: 0 0 0px 0px;
  }
}
footer .footer-contact .form-container .block {
  gap: 20px;
  position: relative;
}
footer .footer-contact .form-container .block .minus {
  display: none;
}
footer .footer-contact .form-container .block input,
footer .footer-contact .form-container .block select,
footer .footer-contact .form-container .block textarea {
  width: 100%;
  padding: 16px 20px;
  background-color: white;
  color: #000a8f;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
  box-sizing: border-box;
  height: 56px;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
footer .footer-contact .form-container .block input::-moz-placeholder, footer .footer-contact .form-container .block select::-moz-placeholder, footer .footer-contact .form-container .block textarea::-moz-placeholder {
  opacity: 1;
  color: #000a8f;
}
footer .footer-contact .form-container .block input::placeholder,
footer .footer-contact .form-container .block select::placeholder,
footer .footer-contact .form-container .block textarea::placeholder {
  opacity: 1;
  color: #000a8f;
}
footer .footer-contact .form-container .block input:focus,
footer .footer-contact .form-container .block select:focus,
footer .footer-contact .form-container .block textarea:focus {
  outline: none;
  border-color: #19154d;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}
footer .footer-contact .form-container .block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23666' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  cursor: pointer;
}
footer .footer-contact .form-container .block#message {
  margin-top: 2px;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
footer .footer-contact .form-container .block#message textarea {
  min-height: 120px;
  height: auto;
  resize: vertical;
}
footer .footer-contact .form-container .block.hide {
  display: none;
}
footer .footer-contact .form-container .block .alert-text {
  display: none;
}
footer .footer-contact .form-container .block.alert {
  color: red !important;
}
footer .footer-contact .form-container .block.alert input,
footer .footer-contact .form-container .block.alert textarea,
footer .footer-contact .form-container .block.alert select,
footer .footer-contact .form-container .block.alert span.checkmark {
  border-color: red !important;
}
footer .footer-contact .form-container .block.alert .alert-text {
  text-align: right;
  display: block;
  margin-top: 10px;
  color: red;
}
footer .footer-contact .privacy-text {
  margin: 24px 0 16px 0;
  font-size: 14px;
  opacity: 0.9;
}
footer .footer-contact .privacy-text a {
  color: white;
  text-decoration: underline;
}
footer .footer-contact .privacy-text a:hover {
  color: #ff00ae;
}
footer .footer-contact .form-footer {
  margin-top: 24px;
}
footer .footer-contact .form-footer .footer-form-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer-contact .form-footer .footer-form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
footer .footer-contact .form-footer .footer-form-row .cf-turnstile {
  flex: 1;
}
footer .footer-contact .form-footer .footer-form-row .form-buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  footer .footer-contact .form-footer .footer-form-row .form-buttons {
    flex-direction: column;
  }
}
footer .footer-contact .form-footer .footer-form-row .form-buttons .btn--secondary {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
footer .footer-contact .form-footer .footer-form-row .form-buttons .btn--secondary:hover {
  background-color: white;
  color: #000a8f;
}
footer .footer-contact .form-footer .alert-text {
  display: none;
}
footer .footer-contact .form-footer .alert.alert-text {
  color: red;
  text-align: right;
  display: block;
  margin-top: 10px;
}
footer .footer-awards {
  padding: 80px 0 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer-awards {
    padding: 0px 0 32px;
  }
}
footer .footer-awards object {
  max-height: 64px;
  height: 64px;
  max-width: 488px;
  width: calc(100vw - 32px);
}
footer .linkedin-footer {
  margin-top: 28px;
  max-width: 128px;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .linkedin-footer img {
  width: 35px;
  height: 100%;
}
footer .linkedin-footer span {
  font-size: 12px;
}
footer .divider {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .hover-magenta {
  color: white;
}
footer .hover-magenta:hover {
  color: #ff00ae;
}
footer .copyright {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  font-size: 12px;
  margin-top: 6.5rem;
}
footer .copyright-text {
  font-size: 12px;
}

.regions {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .regions {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .regions {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .regions {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .regions {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.regions {
  display: block;
}
.regions .locations-container {
  display: flex;
  flex-wrap: wrap;
}
.regions .locations-container .locations-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 48px;
}
.regions .locations-container .locations-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .regions .locations-container .locations-wrapper {
    flex-basis: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.regions .locations-container .locations-wrapper .location-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
}
.regions .locations-container .locations-wrapper .location-item .location-text {
  padding: 40px 0;
  background-size: 0% 4px;
  margin-right: 8px;
  color: black;
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .regions .locations-container .locations-wrapper .location-item .location-text {
    font-size: 20px;
  }
}
.regions .locations-container .locations-wrapper .location-item .location-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  transition: rotate 0.4s;
}
.regions .locations-container .locations-wrapper .location-item:hover .location-text {
  background-size: 100% 4px;
}
.regions .locations-container .locations-wrapper .location-item:hover .location-icon {
  rotate: 46deg;
}
.regions .paragraph {
  max-width: 680px;
  font-size: 14px;
  color: #4a4747;
  line-height: 1.5em;
}
.regions .paragraph.white {
  color: white;
}
.regions.region-all .clock-list-item, .regions.region-europe .clock-list-item.region-europe, .regions.region-united-states .clock-list-item.region-united-states, .regions.region-asia .clock-list-item.region-asia {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.25s;
}
.regions.region-all .clocks-title.region-all, .regions.region-europe .clocks-title.region-europe, .regions.region-united-states .clocks-title.region-united-states, .regions.region-asia .clocks-title.region-asia {
  display: block;
}
.regions.paused .hour-hand,
.regions.paused .minute-hand,
.regions.paused .second-hand {
  animation: none;
}
.regions__header {
  display: flex;
  color: white;
  justify-content: space-around;
  text-transform: uppercase;
  font-weight: bold;
  font-size: calc(18px + (100vw - 640px) / 800 * 18);
  line-height: 2.25;
  padding: 3% 0;
  align-items: center;
  width: 100%;
  height: 220px;
  background: linear-gradient(0deg, rgba(0, 10, 143, 0.64), rgba(0, 10, 143, 0.64)), linear-gradient(180deg, rgba(0, 10, 143, 0) 0%, rgba(0, 10, 143, 0.64) 100%), url("/images/others/subheading.jpg");
  background-size: 100% auto;
  background-position: center 50%;
  background-repeat: no-repeat;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .regions__header {
    height: 135px;
    display: flex;
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1441px) {
  .regions__header {
    font-size: 36px;
  }
}
.regions__header span {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .regions__header span {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .regions__header span {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .regions__header span {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .regions__header span {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.regions__title {
  margin-bottom: 40px;
  width: 100%;
}
.regions__subtitle {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 40px;
  width: 100%;
}
.regions__subtitle--2 {
  font-weight: 600;
  padding-top: 16px;
  margin-bottom: 0px;
}
.regions__offices {
  margin-bottom: 40px;
  padding-left: 24px;
  display: flex;
  flex-wrap: wrap;
}
.regions__partner-offices {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}
.regions__dropdowns {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .regions__dropdowns {
    margin-top: 32px;
  }
}
.regions__dropdown {
  color: #000a8f;
  font-weight: 700;
  display: block;
  padding: 48px 0;
  border-bottom: 1px solid #c3c3c3;
  font-size: calc(24px + (100vw - 640px) / 800 * 8);
  position: relative;
}
.regions__dropdown:last-child {
  border-bottom: none;
}
.regions__dropdown svg {
  position: absolute;
  display: block;
  width: 20px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(180deg);
}
.regions__dropdown--open svg {
  transform: translateY(-50%) rotate(0deg);
}
.regions__dropdown--open {
  border-bottom: none;
}
.regions .locations_anchor {
  position: absolute;
  transform: translateY(-270px);
}
.regions__paragraph {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.regions__paragraph span {
  font-weight: 600;
  color: #000a8f;
}
@media screen and (max-width: 768px) {
  .regions__paragraph {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.regions .clock-list {
  width: 61.8%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .regions .clock-list {
    width: 75%;
  }
}
.regions .c-office-small {
  border: 1px solid #FFFFFF;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.regions .c-office-small img {
  display: block;
  width: 30px;
  margin-right: 24px;
}
.regions .c-office-small__content {
  display: inline;
}
.regions .c-office-small__country {
  color: #FFFFFF;
  font-size: 9px;
  text-transform: uppercase;
}
.regions .c-office-small__city {
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
}
.regions .c-office-small + .c-office-small {
  margin-left: 24px;
}
.regions .c-partner-office {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-right: 1px solid #c3c3c3;
  cursor: pointer;
}
.regions .c-partner-office__country {
  color: #4a4747;
  font-weight: 700;
  font-size: 12px;
}
.regions .c-partner-office__city {
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
}
.regions .c-partner-office__title {
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
}
.regions .c-partner-office:last-child {
  padding-right: 0;
  border-right: none;
}
.regions .clock-list-item {
  width: 25.1%;
  padding: 30px;
  color: #4a4747;
  opacity: 0.25;
  position: relative;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 656px) {
  .regions .clock-list-item {
    width: 50%;
    padding: 5vw;
  }
}
.regions .clock {
  border: 3px solid #4a4747;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 8px);
  position: relative;
}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
.regions .hour-layer,
.regions .minute-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.regions .second-layer {
  position: absolute;
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 2.5%;
}
.regions .hour-layer {
  transition: transform 1s ease-in-out;
}
.regions .minute-layer {
  transition: transform 1s ease-in-out 0.5s;
}
.regions .second-layer {
  transition: transform 1s ease-in-out 1s;
}
.regions .second-hand {
  width: 1%;
  height: 60%;
  background-color: white;
  position: absolute;
  left: 49.5%;
  bottom: 40%;
  transform-origin: 50% 83.3333333333%;
  animation: rotation 60s infinite steps(60);
  border-radius: 1px;
  outline: 1px solid transparent;
}
.regions .minute-hand {
  width: 1.5%;
  height: 40%;
  background-color: white;
  position: absolute;
  left: 49.25%;
  bottom: 50%;
  transform-origin: 50% bottom;
  animation: rotation 3600s infinite linear;
  border-radius: 1px;
  outline: 1px solid transparent;
}
.regions .hour-hand {
  width: 2%;
  height: 25%;
  background-color: white;
  position: absolute;
  left: 49%;
  bottom: 50%;
  transform-origin: 50% bottom;
  animation: rotation 43200s infinite linear;
  border-radius: 1px;
  outline: 1px solid transparent;
}
.regions .center {
  width: 6%;
  height: 6%;
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: 47%;
  background-color: white;
}
.regions .clock-location {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  display: block;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 656px) {
  .regions .clock-location {
    margin-left: -5vw;
    margin-right: -5vw;
    font-size: 14px;
  }
}
.regions .clock-location::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.regions .clock-location > span {
  line-height: 1;
}
.regions .clocks-note {
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
  display: none;
}
.regions.region-europe .clocks-note {
  display: block;
}
.regions .subregion {
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  padding: 18px 16px;
  margin-bottom: 16px;
}
.regions .subregion h4 {
  display: flex;
  color: #000a8f;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.regions .subregion h4 svg {
  display: block;
  margin-left: 24px;
  height: 8px;
  width: 20px;
  transform: translateY(-50%) rotate(0deg);
}
.regions .subregion__content {
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.5s ease;
}
.regions .subregion--closed .subregion__name svg {
  transform: translateY(-50%) rotate(180deg);
}
.regions .subregion--closed .subregion__content {
  max-height: 0px;
}
.regions__home-region .regions__dropdown:hover,
.regions__home-region .regions__dropdown--open {
  background: rgb(16, 8, 63);
  background: radial-gradient(circle, rgb(16, 8, 63) 0%, rgb(40, 23, 146) 100%);
  color: #fff !important;
}
.regions__home-region .subregion .c-office-small {
  border-color: #000A8F;
}
.regions__home-region .subregion .c-office-small__country, .regions__home-region .subregion .c-office-small__city {
  color: #000A8F;
}
.regions__home-region .subregion .c-partner-office {
  border-color: #000A8F;
}
.regions__home-region .subregion .c-partner-office__country, .regions__home-region .subregion .c-partner-office__title, .regions__home-region .subregion .c-partner-office__city {
  color: #000A8F;
}
.regions__home-region .subregion__name {
  color: #000A8F;
}
.regions__home-region.open .regions__home-region-content {
  max-height: 500px;
}
.regions__home-region-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.regions__references h3 {
  color: #000a8f;
  font-size: calc(18px + (100vw - 640px) / 800 * 6);
  margin-top: 40px;
}
.regions__references .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .regions__references .img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 656px) {
  .regions__references .img-grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
  }
}
.regions__references .img-grid .img-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 358/180;
  margin: 0 auto;
}
@media screen and (max-width: 656px) {
  .regions__references .img-grid .img-item {
    aspect-ratio: 358/180;
  }
}
.regions__references .img-grid .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regions__references .img-grid .img-item .img-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  color: white;
  padding: 24px;
  font-size: calc(14px + (100vw - 640px) / 800 * 2);
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.home-locations .regions {
  background: #fff;
}
.home-locations .regions__title,
.home-locations .regions__subtitle,
.home-locations .regions__subtitle--2 {
  color: #000A8F;
}
.home-locations .regions__dropdown {
  border-color: #000A8F;
  color: #000A8F;
}

.location-list.region-all .location, .location-list.region-europe .location:not(.region-europe), .location-list.region-united-states .location:not(.region-united-states), .location-list.region-asia .location:not(.region-asia) {
  display: none;
}

.location {
  position: relative;
  align-items: stretch;
  scroll-margin-top: calc(calc(138px + (100vw - 768px) / 672 * 39) - 40px);
}
@media screen and (max-width: 768px) {
  .location {
    scroll-margin-top: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .location {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .location:not(:last-child) .location-info {
    padding-bottom: 0;
  }
}
.location.show {
  display: flex !important;
}
.location .location-info {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .location .location-info {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .location .location-info {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .location .location-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .location-info {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.location .location-info {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.location .location-address {
  padding-left: 0;
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
}
@media screen and (max-width: 656px) {
  .location .location-address {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .location-address {
    padding-right: 80px;
  }
}
.location .location-address {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .location .location-address {
    width: 100%;
  }
}
.location .region-wrapper {
  width: 50%;
  flex-basis: 100%;
  display: flex;
}
.location .region {
  padding-left: 0;
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
}
@media screen and (max-width: 656px) {
  .location .region {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .region {
    padding-right: 80px;
  }
}
.location .region {
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  color: #4a4747;
  font-weight: 500;
  padding-bottom: 1em;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .location .region {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1281px) {
  .location .region {
    font-size: 16px;
  }
}
.location .country {
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  color: #c3c3c3;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 1em;
  border-top: 1px solid #727272;
}
@media screen and (max-width: 1024px) {
  .location .country {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .location .country {
    font-size: 16px;
  }
}
.location .office {
  font-size: calc(16px + (100vw - 1024px) / 256 * 14);
  margin-top: 1em;
  color: #000a8f;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .location .office {
    font-size: 30px;
  }
}
@media screen and (min-width: 1281px) {
  .location .office {
    font-size: 30px;
  }
}
.location .contacts {
  position: relative;
}
@media screen and (max-width: 656px) {
  .location .contacts {
    flex-direction: column;
    align-items: stretch;
  }
}
.location .contacts-info {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .location .contacts-info {
    visibility: hidden;
  }
}
.location .address {
  font-size: calc(14px + (100vw - 1024px) / 256 * 6);
  color: #000a8f;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .location .address {
    font-size: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .location .address {
    font-size: 20px;
  }
}
.location .contacts-link {
  font-size: 14px;
  font-weight: bold;
  color: #281792;
  cursor: pointer;
}
.location .contacts-link > .arrow-left {
  display: none;
}
.location .contacts-link:hover > .arrow-right {
  transform: rotate(1turn);
}
.location .contacts-link:hover > .arrow-left {
  transform: rotate(-1turn);
}
.location .back-link {
  font-size: 14px;
  font-weight: bold;
  color: #281792;
  cursor: pointer;
  float: right;
  display: none;
}
.location .back-link:hover > .arrow {
  transform: rotate(-1turn);
}
.location .arrow, .location .arrow-left, .location .arrow-right {
  display: inline-block;
  transform: rotate(0turn);
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .location .contacts-link,
  .location .back-link {
    display: none;
  }
}
.location .location-picture-wrapper {
  background-color: white;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  transition: visibility 0.5s, opacity 0.5s;
}
@media screen and (max-width: 1024px) {
  .location .location-picture-wrapper {
    display: none;
  }
}
.location .location-picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.location .people {
  display: flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .location .people {
    margin-top: 0;
    align-items: stretch;
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 656px) {
  .location .people {
    flex-wrap: wrap;
  }
}
.location .person {
  position: relative;
  width: 49%;
  height: 0;
  padding-bottom: 61.25%;
  opacity: 0;
  transition: opacity 0.75s;
}
.location .person:first-child {
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .location .person:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .location .person {
    opacity: 1;
    height: auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 656px) {
  .location .person {
    width: 100%;
    margin-bottom: 4%;
  }
}
.location .person .personal-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000a8f;
  padding: 16% 8%;
  color: white;
}
@media screen and (max-width: 1024px) {
  .location .person .personal-info {
    position: static;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8%;
  }
}
.location .person .personal-info.basic-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .location .person .personal-info.basic-info {
    padding: 20% 8%;
  }
}
.location .person .personal-info.basic-info .name,
.location .person .personal-info.basic-info .position {
  display: none;
}
.location .person .personal-info.basic-info .email {
  margin-top: 0;
}
.location .person .name {
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .location .person .name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .location .person .name {
    font-size: 16px;
  }
}
.location .person .position {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.75;
  line-height: 1.75;
  padding-bottom: 1em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
}
.location .person .email {
  font-size: 12px;
  margin-top: 2em;
  line-height: 1.5;
}
.location .person .phone {
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .location .person .phone {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .location .person .phone {
    font-size: 16px;
  }
}
.location.show-details .location-picture-wrapper {
  opacity: 0;
  visibility: hidden;
}
.location.show-details .contacts-link {
  display: none;
}
.location.show-details .back-link {
  display: block;
}
.location.show-details .person {
  opacity: 1;
}
.location.show-details .contacts-info {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .region-wrapper {
    justify-content: flex-end;
  }
  .location:nth-child(even) .region {
    padding-right: 0;
    padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  }
}
@media screen and (min-width: 1025px) and (max-width: 656px) {
  .location:nth-child(even) .region {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1441px) {
  .location:nth-child(even) .region {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .location-info {
    flex-direction: row-reverse;
  }
  .location:nth-child(even) .location-address {
    padding-right: 0;
    padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  }
}
@media screen and (min-width: 1025px) and (max-width: 656px) {
  .location:nth-child(even) .location-address {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1441px) {
  .location:nth-child(even) .location-address {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .location:nth-child(even) .location-picture-wrapper {
    right: unset;
    left: 0;
  }
  .location:nth-child(even) .contacts-link .arrow-right {
    display: none;
  }
  .location:nth-child(even) .contacts-link .arrow-left {
    display: inline-block;
  }
}

.privacy-policy {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .privacy-policy {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .privacy-policy {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .privacy-policy {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.privacy-policy .privacy-policy-title-wrapper {
  color: #000a8f;
  border-bottom: 1px solid #c3c3c3;
}
.privacy-policy .privacy-policy-title {
  padding-top: 40px;
}
.privacy-policy .privacy-policy-content {
  color: #19154d;
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 50em;
}
.privacy-policy .privacy-policy-content * {
  line-height: 2;
}
.privacy-policy .privacy-policy-content strong {
  font-weight: 500;
}
.privacy-policy .privacy-policy-content a {
  color: #000a8f;
}
.privacy-policy .privacy-policy-content h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #000a8f;
}
.privacy-policy .privacy-policy-content p {
  margin-bottom: 1em;
}
.privacy-policy .privacy-policy-content ul {
  margin: 1em 2em;
  list-style: disc;
}
.privacy-policy .privacy-policy-content li {
  margin-bottom: 1em;
}

.works {
  align-items: stretch;
}
.works .works-title {
  width: 38.2%;
  background-image: radial-gradient(circle at center, #281792, #10083f);
  display: flex;
  color: white;
  justify-content: space-around;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: calc(18px + (100vw - 640px) / 800 * 18);
  line-height: 2.25;
  padding: 10%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .works .works-title {
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1441px) {
  .works .works-title {
    font-size: 36px;
  }
}
.works .works-content {
  width: 61.8%;
  overflow: auto;
  display: flex;
  align-items: stretch;
  background-color: white;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .works .works-content {
    width: 100%;
  }
}
.works .works-list {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
}
.works .works-category {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 0 4%;
}
.works .works-category:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
.works .works-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  width: 100%;
  color: #727272;
}
.works .works-link-title {
  font-size: 20px;
  color: #000a8f;
  font-weight: 700;
  line-height: 2.25;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .works .works-link-title {
    font-size: 14px;
    top: 2px;
  }
}
@media screen and (min-width: 1441px) {
  .works .works-link-title {
    font-size: 18px;
  }
}
.works .works-link-arrow {
  width: 16px;
  height: 16px;
  color: #c3c3c3;
  flex: none;
}
.works .works-link-arrow > svg {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.work {
  align-items: stretch;
  min-height: 50vmin;
}
.work.full-height {
  height: 100vw;
  max-height: calc(100vh - calc(146px + (100vw - 768px) / 672 * 30));
}
@media screen and (max-width: 768px) {
  .work.full-height {
    max-height: none;
    height: auto;
  }
}
.work.full-height .work-content, .work.full-height .work-expertise-content {
  height: 100%;
  overflow: auto;
}
.work .work-title, .work .work-expertise-header {
  width: 38.2%;
  background-image: radial-gradient(circle at center, #281792, #10083f);
  display: flex;
  color: white;
  justify-content: space-around;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: calc(18px + (100vw - 640px) / 800 * 18);
  line-height: 2.25;
  padding: 3%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .work .work-title, .work .work-expertise-header {
    display: none;
    font-size: 18px;
  }
}
@media screen and (min-width: 1441px) {
  .work .work-title, .work .work-expertise-header {
    font-size: 36px;
  }
}
.work .work-image {
  width: 38.2%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .work .work-image {
    display: none;
  }
}
.work .work-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work .work-content, .work .work-expertise-content {
  width: 61.8%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  background-color: white;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .work .work-content, .work .work-expertise-content {
    width: 100%;
  }
}
.work .work-category, .work .work-expertise-title {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  border-bottom: 1px solid #281792;
}
.work .work-category-title {
  padding: 24px 0;
  color: #000a8f;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.25;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .work .work-category-title {
    font-size: 14px;
    top: 2px;
  }
}
@media screen and (min-width: 1441px) {
  .work .work-category-title {
    font-size: 18px;
  }
}
.work .work-category-link {
  width: 16px;
  height: 16px;
  color: #281792;
  padding: 15px 0 15px 15px;
  box-sizing: content-box;
  opacity: 0.5;
  flex: none;
}
.work .work-category-link > svg {
  width: 100%;
  height: 100%;
}
.work .work-category-link:hover {
  opacity: 1;
}
.work .work-item, .work .work-expertise-item {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5% 0;
}
.work .work-item:not(:last-child), .work .work-expertise-item:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 768px) {
  .work .work-item, .work .work-expertise-item {
    flex-wrap: wrap;
  }
}
.work .work-logo {
  width: 38.2%;
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  .work .work-logo {
    width: 100%;
    color: red;
    padding: 16px calc(80px + (100vw - 320px) / 448 * 208);
  }
}
.work .work-logo > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.work .work-name {
  font-size: 20px;
  font-weight: 700;
  color: #000a8f;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .work .work-name {
    font-size: 14px;
  }
}
[lang=cn] .work .work-name {
  font-weight: bold;
}
.work .work-description, .work .work-expertise-content.services ul, .work .work-expertise-content ul,
.work .work-region,
.work .work-countries {
  font-size: 14px;
  color: #4a4747;
  line-height: 2.25;
}
.work .work-description, .work .work-expertise-content.services ul, .work .work-expertise-content ul {
  margin-bottom: 16px;
}
.work .work-description span, .work .work-expertise-content.services ul span, .work .work-expertise-content ul span {
  font-weight: 700;
  font-size: 16px;
  color: #000a8f;
}
.work .work-expertise-header {
  width: 100%;
  height: 220px;
  background: linear-gradient(0deg, rgba(0, 10, 143, 0.64), rgba(0, 10, 143, 0.64)), linear-gradient(180deg, rgba(0, 10, 143, 0) 0%, rgba(0, 10, 143, 0.64) 100%), url("/images/others/subheading.jpg");
  background-size: 100% auto;
  background-position: center 50%;
  background-repeat: no-repeat;
  justify-content: flex-start;
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  .work .work-expertise-header {
    height: 135px;
    display: flex;
    width: 100%;
  }
}
.work .work-expertise-content {
  width: 100%;
}
.work .work-expertise-container {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .work .work-expertise-container {
    flex-direction: column;
  }
}
.work .work-expertise-item {
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .work .work-expertise-item {
    width: 40%;
  }
}
.work .work-expertise-item:not(:last-child) {
  border-bottom: none;
}
.work .work-expertise-item.details {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .work .work-expertise-item.details {
    order: 2;
    width: 100%;
  }
}
.work .work-expertise-item.details img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}
.work .work-expertise-title {
  border-bottom: none;
  font-weight: 700;
  font-size: 28px;
  color: #000a8f;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .work .work-expertise-title {
    padding: 0 3%;
  }
}
.work .work-expertise-content ul {
  list-style-type: disc;
  padding-inline-start: 40px;
  margin-bottom: 0;
}
.work .work-expertise-content ul li {
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .work .work-expertise-content ul {
    padding-left: 16px;
  }
}
.work .work-expertise-content.services ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}
.work .work-expertise-content.services ul li {
  line-height: 1.6;
  font-size: 20px;
  color: #000a8f;
  text-transform: uppercase;
  font-weight: 700;
  padding: 24px;
  border-bottom: 1px solid #c3c3c3;
}
.work .work-expertise-content.services ul li:hover {
  background-size: 100% 2px;
}
@media screen and (max-width: 768px) {
  .work .work-expertise-content.services ul li {
    font-size: 16px;
  }
}
.work .work-expertise-content .read-more-container {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: height 0.3s ease;
}
.work .work-expertise-content .read-more-container.expanded {
  height: 100%;
}
.work .work-expertise-content button.read-more {
  margin: auto;
}
.work .work-awards {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.work .work-award {
  width: 25%;
  margin-right: 20px;
}
.work .work-subheading {
  font-size: 14px;
  color: #281792;
  padding: 4% 4% 0;
}

.our-expertise {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .our-expertise {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .our-expertise {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .our-expertise {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .our-expertise {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.our-expertise {
  scroll-margin-top: calc(146px + (100vw - 768px) / 672 * 30);
}
.our-expertise .our-expertise-heading {
  color: #000a8f;
}
.our-expertise .our-expertise-content {
  width: 100%;
}
.our-expertise .expertise-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 147px);
  width: 100%;
  justify-content: flex-start;
  height: auto;
  min-height: 500px;
  gap: 0.8rem;
}
@media (max-width: 1362px) {
  .our-expertise .expertise-list {
    grid-template-columns: repeat(4, 147px);
  }
}
@media screen and (max-width: 768px) {
  .our-expertise .expertise-list {
    grid-template-columns: repeat(2, 140px);
  }
}
@media screen and (min-width: 1441px) {
  .our-expertise .expertise-list {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
  }
}
@media screen and (max-width: 1024px) {
  .our-expertise .expertise-list {
    min-height: 400px;
    justify-content: flex-start;
  }
}
.our-expertise .expertise-item {
  flex: 0 0 147px;
  height: 500px;
  background: #000a8f;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 2rem 1rem;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .our-expertise .expertise-item {
    flex: 0 0 140px;
    height: 140px;
    padding: 1.5rem 0.5rem;
  }
}
.our-expertise .expertise-item:hover {
  background: #19154d;
  transform: translateY(-5px);
}
.our-expertise .expertise-item:hover .expertise-arrow {
  transform: rotate(180deg) translateY(10px);
}
@media screen and (max-width: 768px) {
  .our-expertise .expertise-item:hover .expertise-arrow {
    transform: rotate(180deg);
  }
}
.our-expertise .expertise-item .expertise-text {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: start;
  line-height: 1.4;
  transform: rotate(180deg);
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .our-expertise .expertise-item .expertise-text {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    font-size: 0.8rem;
    bottom: 1.5rem;
    left: 0.5rem;
    right: auto;
    text-align: left;
  }
}
.our-expertise .expertise-item .expertise-arrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: 100;
  font-size: 40px;
  color: #ff00ae;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .our-expertise .expertise-item .expertise-arrow {
    top: 0.5rem;
    right: 0.5rem;
    left: auto;
    font-size: 24px;
    transform: rotate(90deg);
  }
}

.latest-reports {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) {
  .latest-reports {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .latest-reports {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 656px) {
  .latest-reports {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .latest-reports {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.latest-reports {
  margin-bottom: 70px;
}
.latest-reports .reports-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  color: #000a8f;
  margin-bottom: 48px;
}
.latest-reports .reports-heading .heading-2, .latest-reports .reports-heading .regions__title, .latest-reports .reports-heading .regions__subtitle--2, .latest-reports .reports-heading .privacy-policy .privacy-policy-title, .privacy-policy .latest-reports .reports-heading .privacy-policy-title {
  margin: 0;
  padding: 0;
}
.latest-reports .reports-heading .reports-arrow {
  color: #ff00ae;
  font-size: 24px;
  opacity: 0;
  font-weight: 300;
}
.latest-reports .reports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .latest-reports .reports-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .latest-reports .reports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .latest-reports .reports-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.latest-reports .report-item {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.latest-reports .report-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 10, 143, 0.15);
}
.latest-reports .report-item img {
  width: 100%;
  height: auto;
  display: block;
}

/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #727272;
  --cc-btn-primary-bg: #000a8f;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: bold;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.25em;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  text-decoration: underline;
}

.cc_div a:hover {
  text-decoration: none;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s ease, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.2em 2.2em 1.825em 2.2em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 25em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial;
}

#c-ttl {
  margin: 0 0 0.6em 0;
  font-size: calc(14px + (100vw - 640px) / 800 * 2);
}

#c-txt {
  margin-bottom: 1.625em;
  font-size: calc(12px + (100vw - 640px) / 800 * 2);
  line-height: 1.45em;
}

#c-p-bn.c-bn {
  border: 3px solid #000a8f;
  text-transform: uppercase;
  font-size: calc(12px + (100vw - 640px) / 800 * 2);
  white-space: nowrap;
  color: white;
  line-height: 1;
  padding: 12px 16px;
  background-color: #000a8f;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 1px;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}
#c-p-bn.c-bn:hover {
  background-color: transparent;
  color: #000a8f;
}

#c-s-bn.c-bn {
  border: 3px solid #000a8f;
  text-transform: uppercase;
  font-size: calc(12px + (100vw - 640px) / 800 * 2);
  white-space: nowrap;
  color: #000a8f;
  line-height: 1;
  padding: 12px 16px;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 1px;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}
#c-s-bn.c-bn:hover {
  background-color: #000a8f;
  color: white;
}

#cm .c-bn {
  width: 48.5%;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-tl {
  font-size: 1.1em;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1.4em 6.4em 1.4em 2.7em;
  background: none;
  transition: background-color 0.25s ease;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  margin-top: 2em;
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-top: 1em;
}

.cc_div .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 47em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 5.125em;
  padding-bottom: 4.9375em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.5em 2.5em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.5em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.9375em;
}

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

.cc_div .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 1.2em 2.5em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.6em;
  margin: 0;
  font-weight: initial;
  position: relative;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

/** works only on webkit-based browsers **/
#s-bl::-webkit-scrollbar {
  width: 0.9em;
  height: 100%;
  background: transparent;
  border-radius: 0 0.25em 0.25em 0;
}

#s-bl::-webkit-scrollbar-thumb {
  border: 0.25em solid var(--cc-bg);
  background: #cfd5db;
  background: var(--cc-webkit-scrollbar-bg);
  border-radius: 100em;
}

#s-bl::-webkit-scrollbar-thumb:hover {
  background: #9199a0;
  background: var(--cc-webkit-scrollbar-bg-hover);
}

#s-bl::-webkit-scrollbar-button {
  width: 10px;
  height: 5px;
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  overflow: hidden;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .c-tgl {
  width: 3.6em;
  height: 1.6em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: absolute;
  left: 0.22em;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  border: none;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.95em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s ease;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent,
html.force--consent.show--settings {
  overflow-y: hidden !important;
}

html.force--consent,
html.force--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .b-tl::before,
.cc_div .act .b-bn .b-tl::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  transform: translateY(-0.2em) rotate(45deg);
  left: 1.2em;
  top: 1.85em;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(0.05em) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid #ffffff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.13em;
  display: inline-block;
  padding-bottom: 0.55em;
  content: "";
  margin: 0 auto;
  transform: rotate(45deg);
  margin-top: 0.31em;
  margin-left: 0.1em;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.55em;
  height: 17px;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity 0.25s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.84em;
  top: 0.4em;
  content: " ";
  height: 0.85em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1.25em;
  right: 1.25em;
  overflow: hidden;
  padding: 1.3em 2.4em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-ttl {
  font-size: 1.1em;
}

.cc_div .cloud #c-txt {
  margin-bottom: 0;
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
  font-size: 0.8em;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 540px;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 2em;
  padding-right: 2em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.875em;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: 100vw;
    max-width: 100vw;
  }
  #cm.top {
    top: 0;
    bottom: unset;
  }
  #cm.bottom {
    bottom: 0;
    top: unset;
  }
  .cc_div .cloud #c-ttl {
    font-size: 1.3em;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    font-size: 1.25em;
    right: 0.9em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 8.1em;
    border-radius: unset;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 1.2em 1.3em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    height: 8.1em;
    padding: 1em 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    float: unset;
  }
  #cm.cloud {
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: auto;
  }
  .cc_div .cloud #c-txt {
    margin-bottom: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.4em 6.4em 1.4em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
.form {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000a8f;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .form {
    padding: 40px 1rem;
  }
}
.form .mb {
  margin-bottom: 1rem;
}
.form .ml {
  margin-left: 1rem;
}
.form form {
  max-width: 1072px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form h1 {
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
}
@media screen and (min-width: 1281px) {
  .form h1 {
    font-size: 48px;
  }
}
.form p {
  font-size: 16px;
}
.form p.lead {
  text-align: left;
  margin-top: 40px;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .form p.lead {
    font-size: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .form p.lead {
    font-size: 24px;
  }
}
.form p.text-right {
  text-align: right;
}
.form p.text-right.red {
  color: red;
}
.form ul {
  padding-left: 1rem;
}
.form ul li {
  list-style: disc;
  color: #999;
  line-height: 1.5;
}
.form .grid-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1025px) {
  .form .grid-2 {
    grid-gap: 0 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.form .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.form .block .alert-text {
  display: none;
}
.form .block.alert {
  color: red !important;
}
.form .block.alert input,
.form .block.alert textarea,
.form .block.alert select,
.form .block.alert span.checkmark {
  border-color: red !important;
}
.form .block.alert .alert-text {
  text-align: right;
  display: block;
  margin-top: 10px;
}
.form .block .minus {
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
  margin-left: calc(1rem - 10px);
}
.form .block .minus label {
  padding: 0 10px;
  background: #f6f9ff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.form .block input,
.form .block textarea,
.form .block select {
  border-radius: unset;
  border: 1px solid #000a8f;
  min-height: 59px;
  color: #000a8f;
  padding: 0 1rem;
  font-family: "Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: #f6f9ff;
}
.form .block textarea {
  min-height: 156px;
  padding: 1rem;
}
.form .block select {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.form .block-button {
  display: flex;
}
.form .block-button button {
  display: block;
  min-width: 180px;
}

.noheader {
  margin-top: 0;
}
.noheader .header-img {
  text-align: center;
  padding-top: 0;
}
.noheader .header-img img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.best-practices .green-box {
  background: #8CCC30;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.5rem;
}
.best-practices .grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  width: 100%;
  grid-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .best-practices .grid {
    grid-template-columns: 1fr;
  }
}
.best-practices {
  padding: 40px 0;
}
@media screen and (max-width: 1440px) {
  .best-practices {
    padding: 40px 1rem;
  }
}
.best-practices .green {
  color: #8CCC30;
}
.best-practices .form-head {
  width: 100%;
}
.best-practices .form-head h1 {
  font-size: 68px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1024px) {
  .best-practices .form-head h1 {
    font-size: 38px;
  }
}
.best-practices .form-head p {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.4;
}
.best-practices .form-head p.lead {
  font-size: 37px;
}
.best-practices .form-head p.small {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .best-practices .form-head p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .best-practices .form-head p.lead {
    font-size: 24px;
  }
  .best-practices .form-head p.small {
    font-size: 14px;
  }
}
.best-practices .form-head p .green {
  color: #8CCC30;
  display: block;
}
.best-practices .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .best-practices .sidebar {
    border-left: 1px solid black;
  }
}
.best-practices .sidebar {
  text-align: center;
}
.best-practices .sidebar h2 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .best-practices .sidebar h2 {
    font-size: 24px;
  }
}
.best-practices .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.best-practices form {
  padding-top: 30px;
  max-width: 1072px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #8CCC30;
}
.best-practices .mb {
  margin-bottom: 1rem;
}
.best-practices .ml {
  margin-left: 1rem;
}
.best-practices .text-right {
  text-align: right;
}
.best-practices ul {
  padding-left: 1rem;
}
.best-practices ul li {
  list-style: disc;
  color: #999;
  line-height: 1.5;
}
.best-practices .grid-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1025px) {
  .best-practices .grid-2 {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.best-practices .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.best-practices .block p {
  font-size: 1rem;
}
.best-practices .block .alert-text {
  display: none;
}
.best-practices .block.alert {
  color: red !important;
}
.best-practices .block.alert input, .best-practices .block.alert textarea, .best-practices .block.alert select {
  border-color: red !important;
}
.best-practices .block.alert .alert-text {
  text-align: right;
  display: block;
  margin-top: 10px;
}
.best-practices .block .minus {
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
  margin-left: calc(1rem - 10px);
}
.best-practices .block .minus label {
  padding: 0 10px;
  background: white;
}
.best-practices .block input, .best-practices .block textarea, .best-practices .block select {
  border: 1px solid #8CCC30;
  min-height: 59px;
  color: black;
  padding: 0 1rem;
  font-family: "Montserrat", sans-serif;
  background: white;
  outline: none;
}
.best-practices .block input:focus, .best-practices .block input:active, .best-practices .block textarea:focus, .best-practices .block textarea:active, .best-practices .block select:focus, .best-practices .block select:active {
  border-color: black;
}
.best-practices .block textarea {
  min-height: 156px;
  padding: 1rem;
}
.best-practices .block select {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.best-practices .block .yesno {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.best-practices .block .yesno p {
  line-height: 1.4;
  margin: 0;
  color: #999;
}
.best-practices .block .yesno .inputs {
  display: inline-flex;
  border-right: 1px solid #8CCC30;
}
.best-practices .block .yesno .inputs input {
  display: none;
}
.best-practices .block .yesno .inputs label {
  padding: 7.5px 10px;
  background-color: transparent;
  border: 1px solid #8CCC30;
  border-right: 0;
  border-radius: 0;
  margin: 0px;
  display: inline-block;
  font-size: 16px;
  color: #8CCC30;
}
.best-practices .block .yesno .inputs input:checked + label {
  background-color: #8CCC30;
  cursor: default;
  color: white;
}
.best-practices .block-button {
  display: flex;
}
.best-practices .block-button button {
  display: block;
  margin-left: auto;
  padding: 10px 90px;
  border: 1px solid #8CCC30;
  background: #8CCC30;
  color: white;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", sans-serif;
}
.best-practices .block-button button:hover, .best-practices .block-button button:focus {
  background: white;
  color: #8CCC30;
}

@media screen and (max-width: 768px) {
  section.contact.form {
    background: none;
  }
}
section.contact.form select.dd-selected {
  color: #000a8f;
}
@media screen and (min-width: 769px) {
  section.contact {
    flex-direction: row;
  }
}
section.contact .contact-us {
  background-color: #f6f9ff;
  max-width: 800px;
  width: 100%;
  flex: 1;
  padding: 32px 48px;
}
@media screen and (max-width: 768px) {
  section.contact .contact-us {
    margin: 0;
    padding: 12px 24px;
  }
}
section.contact .contact-title {
  flex: 1;
  padding-right: 10%;
  color: white;
}
section.contact .form-footer .alert-text {
  display: none;
}
section.contact .form-footer .alert.alert-text {
  color: red;
  text-align: right;
  display: block;
  margin-top: 10px;
}
section.contact select {
  width: 100%;
  padding-right: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.contact #cv {
  display: none;
}
section.contact #cv-file-text {
  margin-top: 16px;
  word-break: break-word;
}
section.contact .blue-box {
  background: #000a8f;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.5rem;
}
section.contact #privacy {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
section.contact #form-alert {
  align-self: center;
}
section.contact .privacy-policy-link {
  font-weight: 100;
}
section.contact .checkbox-wrapper {
  display: block;
  line-height: 22px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  /* On mouse-over, add a grey background color */
}
section.contact .checkbox-wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}
section.contact .checkbox-wrapper {
  /* Hide the browser's default checkbox */
}
section.contact .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* When the checkbox is checked, add a blue background */
}
section.contact .checkbox-wrapper input:checked ~ .checkmark {
  background-color: #000a8f;
  /* Show the checkmark when checked */
}
section.contact .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
section.contact {
  /* Create a custom checkbox */
}
section.contact .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1px #000a8f;
  /* Create the checkmark/indicator (hidden when not checked) */
}
section.contact .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
section.contact .form-footer {
  max-width: 1072px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
section.contact .form-footer .cf-turnstile {
  align-self: center;
}
section.contact .form-footer .cf-turnstile.active {
  display: block;
}
section.contact .form-footer .block-button {
  margin-top: 12px;
  align-self: center;
}
section.contact .form-footer .block-button button {
  cursor: pointer;
}
section.contact .form-footer .block-button.active {
  display: flex;
}
section.contact .form-footer #alert-box {
  display: none;
  margin-top: 12px;
  width: 100%;
  padding: 12px;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  background-color: #f8d7da;
  color: red;
}
section.contact .form-footer #alert-box.active {
  display: block;
}

.w-100 {
  width: 100% !important;
}

.d-none {
  display: none !important;
}