*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: 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;
}

img {
  pointer-events: none;
}

ul {
  list-style: none;
}

ol {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

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

/* 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, .p-error, .c-offices, .p-clients__footer, .p-clients, .p-case-study__footer, .p-case-study__gallery-inner, .p-case-study, .p-case-studies, .p-teams, .our-expertise, .work, .privacy-policy, .location, .location-list, .clocks, .footer, .awards__inner, .locations, .video, .home-intro .description, .heading, .header-mobile .header-menu-container, .header .header-menu-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

footer {
  position: relative;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
footer * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.content, .our-expertise .summary, .our-expertise .our-expertise-heading, .privacy-policy .privacy-policy-content, .privacy-policy .privacy-policy-title-wrapper, .clocks .clocks-note, .clocks .clocks-title, .awards .awards-wrapper, .locations .locations-content, .locations .locations-heading, .home-intro .description .description-content, .heading .heading-content {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.hide {
  display: none !important;
}

.fancy-link, .c-animated-link .c-animated-link__text, .c-expertises__link-title, .works .works-link-title, .privacy-policy .privacy-policy-content a, .location .person .phone > a, .location .person .email > a, .location .back-link, .location .contacts-link, .clocks .clock-location > span, .footer .privacy-policy-link, .locations .location-link, .header-mobile .menu-overlay .submenu-item > span, .header-mobile .menu-overlay .menu-item a, .header-mobile .main-menu-item a, .header-mobile .main-menu-item span, .header .submenu-item > span,
.header .submenu-item > a, .header .main-menu-item a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s;
}
.fancy-link:hover, .c-animated-link .c-animated-link__text:hover, .c-expertises__link-title:hover, .works .works-link-title:hover, .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, .clocks .clock-location > span:hover, .footer .privacy-policy-link:hover, .locations .location-link:hover, .header-mobile .menu-overlay .submenu-item > span:hover, .header-mobile .menu-overlay .menu-item a:hover, .header-mobile .main-menu-item a:hover, .header-mobile .main-menu-item span:hover, .header .submenu-item > span:hover,
.header .submenu-item > a:hover, .header .main-menu-item a:hover {
  background-size: 100% 1px;
}

.fancy-link-hover, .c-expertises__link:hover__link-title, .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, .clocks .clock-location:hover > span, .footer .privacy-policy-link:hover, .locations .location-link:hover, .header-mobile .menu-overlay .submenu-item:hover > span, .header-mobile .menu-overlay .menu-item:hover a, .header .submenu-item > span:hover,
.header .submenu-item > a:hover {
  background-size: 100% 1px;
}

.header {
  display: flex;
  color: #2D3539;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: calc(27px + (100vw - 768px) / 672 * 18) 0 20px;
  transition: background 0.3s ease, color 0.3s ease;
}
.header .main-menu-item.active {
  color: #FF3701;
}
.header .logo--white {
  display: none;
}
.header .logo--blue {
  display: block;
}
.header .menu__social .social-white {
  display: none;
}
.header .menu__social .social-orange {
  display: inline;
}
.header--white {
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.header--white a {
  color: #FFF;
}
.header--white .logo--white {
  display: block;
}
.header--white .logo--blue {
  display: none;
}
.header--white .menu__social .social-white {
  display: inline;
}
.header--white .menu__social .social-orange {
  display: none;
}
.header--darkblue .submenu-item {
  color: #4058D3;
}
.header--darkblue .submenu-item a {
  color: #4058D3;
}
.header--purple .submenu-item {
  color: #CF00A6;
}
.header--purple .submenu-item a {
  color: #CF00A6;
}
.header--red .submenu-item {
  color: #D80322;
}
.header--red .submenu-item a {
  color: #D80322;
}
.header--lightblue .submenu-item {
  color: #6092EA;
}
.header--lightblue .submenu-item a {
  color: #6092EA;
}
.header--darkblue .submenu-item.active a, .header--purple .submenu-item.active a, .header--red .submenu-item.active a, .header--lightblue .submenu-item.active a {
  border-bottom: 1px solid;
  background: transparent !important;
}
@media screen and (min-width: 1441px) {
  .header {
    padding: 45px 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 .header-menu-container {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@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: 80px;
    padding-right: 80px;
  }
}
.header .main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: calc(3px + (100vw - 768px) / 672 * 15);
}
@media screen and (min-width: 1441px) {
  .header .main-menu {
    margin-top: 18px;
  }
}
.header .main-menu-item {
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: calc(13px + (100vw - 768px) / 672 * 1);
  padding: 0 calc(14px + (100vw - 768px) / 672 * 14);
}
@media screen and (min-width: 1441px) {
  .header .main-menu-item {
    font-size: 14px;
    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 {
  background-size: 100% 4px;
}
.header .main-menu-item:last-child {
  padding-right: 0;
}
.header .submenu-list {
  margin-top: 20px;
  min-height: calc(26px + (100vw - 768px) / 672 * 2);
}
@media screen and (min-width: 1441px) {
  .header .submenu-list {
    min-height: 28px;
  }
}
.header .submenu {
  display: none;
  justify-content: flex-end;
}
.header .submenu.active {
  display: flex;
}
.header .submenu-item {
  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);
  flex: none;
}
@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 {
  font-weight: 500;
}
.header .menu {
  position: relative;
}
.header .menu__social {
  position: absolute;
  top: -24px;
  right: 0;
}
.header .menu__social img {
  width: 24px;
  height: auto;
}
.header .menu__social a:not(:last-child) {
  margin-right: 12px;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-mobile {
  display: none;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 20px;
  transition: background 0.3s ease, color 0.3s ease;
}
.header-mobile .logo--white {
  display: none;
  height: 35px;
}
.header-mobile .logo--blue {
  display: block;
  height: 35px;
}
.header-mobile .menu__social .social-white {
  display: none;
}
.header-mobile .menu__social .social-orange {
  display: inline;
}
.header-mobile.header--white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.header-mobile.header--white a {
  color: #FFF;
}
.header-mobile.header--white .logo--white {
  display: block;
}
.header-mobile.header--white .logo--blue {
  display: none;
}
.header-mobile.header--white .menu__social .social-white {
  display: inline;
}
.header-mobile.header--white .menu__social .social-orange {
  display: none;
}
@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: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  flex-wrap: nowrap;
  justify-content: space-between;
}
@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: 80px;
    padding-right: 80px;
  }
}
.header-mobile .header-menu-container .menu {
  position: relative;
}
.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;
  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__social {
  display: flex;
  position: absolute;
  right: 0;
  top: 4px;
}
.header-mobile .menu__social a {
  padding: 4px;
}
.header-mobile .menu__social img {
  width: 20px;
}
.header-mobile .menu-overlay {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  position: absolute;
  width: 100vw;
  height: 100vh;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: none;
  background: #4c2672;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4c2672 0%, #d92e96 38%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c2672", endColorstr="#d92e96", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@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: 80px;
    padding-right: 80px;
  }
}
.header-mobile .menu-overlay:before {
  content: "";
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f89e0+0,3f89e0+100&1+1,0+65,0+65 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #3f89e0 0%, #3f89e0 1%, rgba(63, 137, 224, 0) 65%, rgba(63, 137, 224, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f89e0", endColorstr="#003f89e0", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 150vh;
  height: 100vh;
  left: -50vh;
  top: -32vh;
}
.header-mobile .menu-overlay:after {
  content: "";
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e37e42+28,ffffff+100&1+28,0+69 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #e37e42 28%, rgba(243, 199, 174, 0) 69%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e37e42", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 150%;
  height: 150vh;
  right: -75%;
  top: 70vh;
}
.header-mobile .menu-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-animation: fade-in 0.4s;
          animation: fade-in 0.4s;
}
.header-mobile .menu-overlay.active .logo--blue {
  display: none;
}
.header-mobile .menu-overlay.active .logo--white {
  display: block;
}
.header-mobile .menu-overlay .logo {
  position: relative;
  color: white;
  width: 112px;
  margin-top: 27px;
}
.header-mobile .menu-overlay .menu {
  position: relative;
  margin-top: 17px;
}
.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 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 7px 0;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
.header-mobile .menu-overlay .submenu-item {
  color: white;
  text-transform: none;
  font-size: 13px;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}
.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: white;
}

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

.heading {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
}
@media screen and (max-width: 656px) {
  .heading {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 769px) {
  .heading {
    background-image: url("/images/wave.svg");
    background-repeat: no-repeat;
    background-position: 50vw bottom;
    background-size: contain;
  }
}
@media screen and (min-width: 1281px) {
  .heading {
    background-position-x: 576px;
  }
}
.heading .heading-content {
  color: #0c0343;
}
@media screen and (min-width: 769px) {
  .heading .heading-content {
    width: 65%;
  }
}

.subheading {
  font-size: 30px;
  color: #000a8f;
  font-weight: bold;
  padding-top: 60px;
  margin-bottom: 36px;
}
@media screen and (max-width: 656px) {
  .subheading {
    font-size: 24px;
  }
}

.heading-1 {
  font-size: 36px;
  color: #000a8f;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 656px) {
  .heading-1 {
    font-size: 30px;
  }
}

.heading-2, .privacy-policy .privacy-policy-title, .clocks .clocks-title {
  font-size: 30px;
  font-weight: 300;
  padding-top: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

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

.l-home {
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c2672+0,d92e96+38 */
  background: #4c2672;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4c2672 0%, #d92e96 38%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c2672", endColorstr="#d92e96", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.l-home:before {
  content: "";
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f89e0+0,3f89e0+100&1+1,0+65,0+65 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #3f89e0 0%, #3f89e0 1%, rgba(63, 137, 224, 0) 65%, rgba(63, 137, 224, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f89e0", endColorstr="#003f89e0", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 150vh;
  height: 100vh;
  left: -50vh;
  top: -32vh;
}
@media (min-width: 48em) {
  .l-home:before {
    width: 250vh;
    height: 250vh;
    left: -50%;
    top: -125vh;
  }
}
.l-home:after {
  content: "";
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e37e42+28,ffffff+100&1+28,0+69 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #e37e42 28%, rgba(243, 199, 174, 0) 69%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e37e42", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 150%;
  height: 150vh;
  right: -75%;
  top: 70vh;
}
@media (min-width: 48em) {
  .l-home:after {
    width: 200%;
    height: 200vh;
    right: -100%;
    top: 100vh;
  }
}
.l-home .twist {
  transform: rotate(180deg);
  display: inline-block;
}
.l-home__hero {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (min-width: 48em) {
  .l-home__hero {
    height: 200vh;
    padding-bottom: 0;
  }
}
.l-home__hero-inner {
  height: auto;
  width: 100%;
  margin-top: 14vh;
  position: relative;
  z-index: 0;
  top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 1440px;
  padding: 0 10%;
}
@media (min-width: 48em) {
  .l-home__hero-inner {
    height: 100vh;
    width: 50%;
    display: flex;
    margin-top: 0;
    padding: 0 70px;
  }
}
@media (min-width: 48em) {
  .l-home__hero-content {
    margin-left: 80px;
  }
}
.l-home__hero-content h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 43px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 62.25em) {
  .l-home__hero-content h1 {
    font-size: 34px;
    line-height: 60px;
  }
}
.l-home__hero-fees {
  width: 100%;
  display: block;
  align-content: center;
  max-width: 1440px;
  padding: 0 5%;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .l-home__hero-fees {
    padding: 0 70px;
    position: fixed;
    top: calc((100% - 400px)/2);
  }
}
.l-home__hero-fees .l-home__hero_fees_box {
  position: relative;
  padding: 70px 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  .l-home__hero-fees .l-home__hero_fees_box {
    padding: 0;
    text-align: start;
    max-width: 330px;
    position: absolute;
    right: 70px;
    width: 50%;
  }
}
@media (min-width: 62.25em) {
  .l-home__hero-fees .l-home__hero_fees_box {
    max-width: 500px;
  }
}
.l-home__hero-fees .l-home__hero_fees_box img {
  max-width: 160px;
  display: inline-block;
  width: 100%;
  padding: 20px;
  opacity: 0;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 48em) {
  .l-home__hero-fees .l-home__hero_fees_box img {
    padding: 20px 0 0 40px;
  }
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(7) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.l-home__hero-fees .l-home__hero_fees_box img:nth-child(8) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.l-home__partof {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: flex-start;
}
@media (min-width: 48em) {
  .l-home__partof {
    align-items: flex-end;
  }
}
.l-home__partof p {
  font-size: 11px;
  line-height: 18px;
  margin-top: 8px;
}
@media (min-width: 48em) {
  .l-home__partof p {
    line-height: 29px;
    margin-top: 0;
  }
}
.l-home__partof a {
  margin-right: 0 !important;
}
.l-home__partof img {
  width: 124px;
  height: auto;
  display: flex;
  margin-top: 8px;
}
@media (min-width: 48em) {
  .l-home__partof img {
    margin-top: 16px;
  }
}
.l-home__social {
  position: fixed;
  z-index: 0;
  top: 84vh;
  width: 100%;
  max-width: 1440px;
  display: none;
}
@media (min-width: 48em) {
  .l-home__social {
    bottom: 48px;
    display: block;
  }
}
.l-home__social-inner {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 0 40px;
}
@media (min-width: 48em) {
  .l-home__social-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.l-home__social-icons {
  display: none;
  margin-left: 80px;
}
.l-home__social-icons img {
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 48em) {
  .l-home__social-icons img {
    width: 24px;
    height: 24px;
  }
}
.l-home__social a {
  display: block;
  margin-right: 16px;
}
@media (min-width: 48em) {
  .l-home__social a {
    margin-right: 40px;
  }
}
.l-home__blue-section {
  height: 100vh;
  width: 100%;
  /*background: radial-gradient(circle at -24% 118%, #1F7AFF 0%, #4058D3 44%, #000A8F 100%);*/
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
  overflow: hidden;
}
.l-home__blue-section-outer {
  width: 100%;
  max-width: 1440px;
  padding: 0 10%;
}
@media (min-width: 48em) {
  .l-home__blue-section-outer {
    position: absolute;
    height: 100vh;
    padding: 0 0 0 70px;
    display: flex;
    align-items: center;
    width: 50%;
  }
}
@media (min-width: 48em) {
  .l-home__blue-section-inner {
    margin-left: 80px;
  }
}
.l-home__blue-section-inner h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 43px;
  color: #FFFFFF;
}
@media (min-width: 62.25em) {
  .l-home__blue-section-inner h2 {
    font-size: 45px;
    line-height: 70px;
  }
}
.l-home__blue-section-inner h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 62.25em) {
  .l-home__blue-section-inner h3 {
    font-size: 33px;
    line-height: 91px;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 0;
  }
}
.l-home__blue-section-inner p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 62.25em) {
  .l-home__blue-section-inner p {
    font-size: 20px;
    line-height: 40px;
  }
}

.home-intro.active .description {
  max-height: 1200px;
}
@media screen and (max-width: 656px) {
  .home-intro.active .description {
    max-height: 2800px;
  }
}
.home-intro.active .description .description-content {
  opacity: 1;
}
.home-intro.active .read-more {
  visibility: hidden;
}
.home-intro .paragraph {
  font-size: calc(15px + (100vw - 640px) / 800 * 3);
  line-height: 2.25;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.home-intro .paragraph:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 656px) {
  .home-intro .paragraph {
    font-size: 15px;
  }
}
@media screen and (min-width: 1441px) {
  .home-intro .paragraph {
    font-size: 18px;
  }
}
.home-intro strong {
  font-weight: bold;
}
.home-intro .read-more {
  margin-top: 40px;
}
.home-intro .description {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  background-color: #f6f6f6;
  color: #0c0343;
  margin-top: 40px;
  margin-bottom: -80px;
  max-height: 0;
  transition: max-height 0.4s;
  overflow: hidden;
  scroll-margin-top: calc(146px + (100vw - 768px) / 672 * 30);
  scroll-padding-top: calc(146px + (100vw - 768px) / 672 * 30);
}
@media screen and (max-width: 656px) {
  .home-intro .description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .home-intro .description {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .home-intro .description {
    scroll-margin-top: 97px;
    scroll-padding-top: 97px;
  }
}
.home-intro .description .description-content {
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.2s 0.4s;
}
@media screen and (min-width: 1025px) {
  .home-intro .description .description-content {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
}
.home-intro .description .read-less-wrapper {
  padding: 60px 0 20px;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .home-intro .description .read-less-wrapper {
    justify-content: center;
  }
}

.video {
  margin-top: 80px;
}
.video video {
  width: 100%;
  height: 100%;
}

.locations {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-bottom: 40px;
}
@media screen and (max-width: 656px) {
  .locations {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .locations {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.locations .locations-heading {
  color: #000a8f;
  border-bottom: 1px solid #c3c3c3;
}
.locations .locations-content {
  color: #0c0343;
  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;
}

.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: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  display: block;
  color: #727272;
}
@media screen and (max-width: 656px) {
  .awards__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .awards__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.awards .awards-title {
  color: #4a4747;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
}
.awards__sections {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .awards__sections {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.awards__section {
  flex: 1;
  display: flex;
  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 {
  transform: translateY(0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 48em) {
  .awards__section {
    width: auto;
    padding: 50px 20px;
  }
}
.awards__section + .awards__section {
  margin-top: 8px;
}
@media (min-width: 48em) {
  .awards__section + .awards__section {
    margin-top: 0;
    border-left: 1px solid #707070;
  }
}
.awards__section-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.6s ease;
}
.awards__section-overlay p {
  font-size: 8px;
  color: #707070;
  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;
}
@media (min-width: 48em) {
  .awards__image {
    padding: 0;
  }
}
.awards__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 48em) {
  .awards__image img {
    max-width: 150px;
  }
}
.awards .awards-wrapper {
  width: 100%;
  display: flex;
}
.awards .awards-wrapper > * + * {
  border-left: 1px solid #727272;
}
@media screen and (max-width: 768px) {
  .awards .awards-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  .awards .awards-wrapper > * + * {
    border-left: 0;
    border-top: 1px solid #727272;
  }
}
.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;
}

.footer {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  color: #727272;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 656px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.footer * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
@media (min-width: 48em) {
  .footer {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.footer .footer-side-column {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (min-width: 48em) {
  .footer .footer-side-column {
    flex: 2%;
    margin-top: 0;
  }
}
.footer .footer-side-column:last-child {
  justify-content: flex-end;
}
.footer-partof p {
  color: #A7A7A7;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
}
.footer-partof img {
  height: 34px;
  width: auto;
  display: flex;
}
.footer .logo {
  width: 112px;
}
.footer .copyright {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 48em) {
  .footer .copyright {
    width: auto;
    flex: auto;
    text-align: left;
    line-height: 22px;
  }
}
.clocks {
  padding-left: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-bottom: 80px;
  background-image: radial-gradient(#281792, #10083f);
  color: white;
  margin-top: 94px;
}
@media screen and (max-width: 656px) {
  .clocks {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .clocks {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 48em) {
  .clocks {
    margin-top: 174px;
  }
}
.clocks.region-all .clock-list-item, .clocks.region-europe .clock-list-item.region-europe, .clocks.region-united-states .clock-list-item.region-united-states, .clocks.region-asia .clock-list-item.region-asia {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.25s;
}
.clocks.region-all .clocks-title.region-all, .clocks.region-europe .clocks-title.region-europe, .clocks.region-united-states .clocks-title.region-united-states, .clocks.region-asia .clocks-title.region-asia {
  display: block;
}
.clocks.paused .hour-hand,
.clocks.paused .minute-hand,
.clocks.paused .second-hand {
  -webkit-animation: none;
          animation: none;
}
.clocks .clocks-title {
  margin-bottom: 10px;
  width: 100%;
  display: none;
}
.clocks .clock-list {
  width: 61.8%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .clocks .clock-list {
    width: 75%;
  }
}
.clocks .clock-list-item {
  width: 25.1%;
  padding: 30px;
  color: white;
  opacity: 0.25;
  position: relative;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 656px) {
  .clocks .clock-list-item {
    width: 50%;
    padding: 5vw;
  }
}
.clocks .clock {
  border: 3px solid white;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 8px);
  position: relative;
}
@-webkit-keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
.clocks .hour-layer,
.clocks .minute-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.clocks .second-layer {
  position: absolute;
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 2.5%;
}
.clocks .hour-layer {
  transition: transform 1s ease-in-out;
}
.clocks .minute-layer {
  transition: transform 1s ease-in-out 0.5s;
}
.clocks .second-layer {
  transition: transform 1s ease-in-out 1s;
}
.clocks .second-hand {
  width: 1%;
  height: 60%;
  background-color: white;
  position: absolute;
  left: 49.5%;
  bottom: 40%;
  transform-origin: 50% 83.3333333333%;
  -webkit-animation: rotation 60s infinite steps(60);
          animation: rotation 60s infinite steps(60);
  border-radius: 1px;
  outline: 1px solid transparent;
}
.clocks .minute-hand {
  width: 1.5%;
  height: 40%;
  background-color: white;
  position: absolute;
  left: 49.25%;
  bottom: 50%;
  transform-origin: 50% bottom;
  -webkit-animation: rotation 3600s infinite linear;
          animation: rotation 3600s infinite linear;
  border-radius: 1px;
  outline: 1px solid transparent;
}
.clocks .hour-hand {
  width: 2%;
  height: 25%;
  background-color: white;
  position: absolute;
  left: 49%;
  bottom: 50%;
  transform-origin: 50% bottom;
  -webkit-animation: rotation 43200s infinite linear;
          animation: rotation 43200s infinite linear;
  border-radius: 1px;
  outline: 1px solid transparent;
}
.clocks .center {
  width: 6%;
  height: 6%;
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: 47%;
  background-color: white;
}
.clocks .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) {
  .clocks .clock-location {
    margin-left: -5vw;
    margin-right: -5vw;
    font-size: 14px;
  }
}
.clocks .clock-location::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.clocks .clock-location > span {
  line-height: 1;
}
.clocks .clocks-note {
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
  display: none;
}
.clocks.region-europe .clocks-note {
  display: block;
}

.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: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@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: 80px;
    padding-right: 80px;
  }
}
.location .location-address {
  padding-left: 0;
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 656px) {
  .location .location-address {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .location-address {
    padding-right: 80px;
  }
}
@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);
  font-size: calc(14px + (100vw - 1024px) / 256 * 2);
  color: #4a4747;
  font-weight: 500;
  padding-bottom: 1em;
  width: 50%;
}
@media screen and (max-width: 656px) {
  .location .region {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .location .region {
    padding-right: 80px;
  }
}
@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;
  }
}
@media screen and (min-width: 1025px) {
  .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;
  }
}
@media screen and (min-width: 1025px) {
  .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: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  padding-top: 94px;
}
@media screen and (max-width: 656px) {
  .privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .privacy-policy {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 48em) {
  .privacy-policy {
    padding-top: 174px;
  }
}
.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: #0c0343;
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 60em;
}
.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 {
  display: flex;
  align-items: stretch;
  padding-top: 94px;
}
@media (min-width: 48em) {
  .works {
    padding-top: 174px;
  }
}
.works .works-logo {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 140px;
  margin-bottom: 66px;
}
.works .works-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.works .works-title {
  width: 50%;
  background-image: radial-gradient(circle at center, #281792, #10083f);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 88px;
}
@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-title h2 {
  text-align: center;
  font-size: 48px;
  line-height: 75px;
  color: #fff;
  font-weight: bold;
}
.works .works-title hr {
  margin: 64px;
  max-width: 400px;
  width: 100%;
  border: none;
  border-top: 1px solid #fff;
}
.works .works-title p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}
.works .works-title--blue {
  background: radial-gradient(circle at 0% -13%, #000A8F 0%, #4058D3 100%);
}
.works .works-title--red {
  background: radial-gradient(circle at 0% -13%, #FF3B27 0%, #D80322 100%);
}
.works .works-title--pink {
  background: radial-gradient(circle at 0% -13%, #FF3B27 0%, #CF00A6 100%);
}
.works .works-title--light-blue {
  background: radial-gradient(circle at 0% -13%, #000A8F 0%, #6092EA 100%);
}
.works .works-content {
  width: 50%;
  overflow: auto;
  display: flex;
  align-items: stretch;
  background-color: #eaeaea;
  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: calc(14px + (100vw - 640px) / 800 * 4);
  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;
  padding-top: 174px;
}
.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 {
  height: 100%;
  overflow: auto;
}
.work .work-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) {
  .work .work-title {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .work .work-title {
    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-image [src*=media-management-and-media-relations] {
  -o-object-position: 25% center;
     object-position: 25% center;
}
.work .work-image [src*=crisis-and-issue-management] {
  -o-object-position: 33% center;
     object-position: 33% center;
}
.work .work-image [src*=employee-change-internal-communications] {
  -o-object-position: 75% center;
     object-position: 75% center;
}
.work .work-image [src*=ceo-and-strategic-communications] {
  -o-object-position: 33% center;
     object-position: 33% center;
}
.work .work-image [src*=corporate-and-public-affairs] {
  -o-object-position: 66% 66%;
     object-position: 66% 66%;
}
.work .work-image [src*=mergers-and-acquisitions] {
  -o-object-position: center top;
     object-position: center top;
}
.work .work-image [src*=regulatory-consulting-stakeholder-engagement-government-relations] {
  -o-object-position: 33% top;
     object-position: 33% top;
}
.work .work-image [src*=eu-policy-regulatory-relations] {
  -o-object-position: 40% center;
     object-position: 40% center;
}
.work .work-image [src*=startup-support] {
  -o-object-position: 70% top;
     object-position: 70% top;
}
.work .work-image [src*=market-entry-strategy-and-rollout] {
  -o-object-position: 25% bottom;
     object-position: 25% bottom;
}
.work .work-image [src*=intercultural-awareness-local-insight-media-training] {
  -o-object-position: right top;
     object-position: right top;
}
.work .work-image [src*=brand-experience-activities] {
  -o-object-position: 15% bottom;
     object-position: 15% bottom;
}
.work .work-image [src*=brand-engagement-and-brand-journalism] {
  -o-object-position: right center;
     object-position: right center;
}
.work .work-image [src*=media-relations] {
  -o-object-position: 20% center;
     object-position: 20% center;
}
.work .work-image [src*=visual-identity-and-graphic-design] {
  -o-object-position: 66% top;
     object-position: 66% top;
}
.work .work-image [src*=multimedia-content] {
  -o-object-position: left center;
     object-position: left center;
}
.work .work-image [src*=web-design] {
  -o-object-position: left center;
     object-position: left center;
}
.work .work-image [src*=data-analysis-ppc-digital-advertising] {
  -o-object-position: 30% center;
     object-position: 30% center;
}
.work .work-image [src*=social-media-management-social-customer-care] {
  -o-object-position: center top;
     object-position: center top;
}
.work .work-content {
  width: 61.8%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  background-color: #eaeaea;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .work .work-content {
    width: 100%;
  }
}
.work .work-category {
  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: #0c0343;
  font-size: calc(14px + (100vw - 640px) / 800 * 4);
  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 {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5% 0;
}
.work .work-item:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 768px) {
  .work .work-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: 16px;
  color: #4a4747;
  text-transform: uppercase;
  margin-bottom: 16px;
}
[lang=cn] .work .work-name {
  font-weight: bold;
}
.work .work-description, .work .work-expertise,
.work .work-region,
.work .work-countries {
  font-size: 14px;
  color: #4a4747;
  line-height: 2.25;
}
.work .work-description, .work .work-expertise {
  margin-bottom: 16px;
}
.work .work-expertise {
  margin: 4%;
}
.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: calc(16px + (100vw - 640px) / 800 * 64);
  padding-right: calc(16px + (100vw - 640px) / 800 * 64);
  background-image: radial-gradient(#281792, #10083f);
  color: white;
  padding-bottom: 120px;
  scroll-margin-top: calc(146px + (100vw - 768px) / 672 * 30);
}
@media screen and (max-width: 656px) {
  .our-expertise {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .our-expertise {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .our-expertise {
    scroll-margin-top: 97px;
  }
}
.our-expertise .our-expertise-heading {
  border-bottom: 1px solid rgba(195, 195, 195, 0.75);
}
.our-expertise .our-expertise-content {
  margin-top: 40px;
}
.our-expertise .summary {
  font-size: 20px;
  line-height: 2.25;
}
.our-expertise .summary > strong {
  font-weight: 500;
}
@media screen and (max-width: 656px) {
  .our-expertise .summary {
    font-size: 18px;
  }
}
.our-expertise .squares {
  display: flex;
  margin-top: 80px;
  flex-wrap: wrap;
}
.our-expertise .square {
  width: 25%;
  padding: 12.5% 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  text-transform: uppercase;
  line-height: 2;
  text-align: center;
  height: 0;
  position: relative;
}
.our-expertise .square:nth-child(odd) {
  background-color: #000a8f;
}
.our-expertise .square:nth-child(even) {
  background-color: #0c0343;
}
@media screen and (max-width: 768px) {
  .our-expertise .square {
    width: 50%;
    padding: 25% 2.5%;
    font-size: 3vw;
  }
  .our-expertise .square:nth-child(1), .our-expertise .square:nth-child(4) {
    background-color: #000a8f;
  }
  .our-expertise .square:nth-child(2), .our-expertise .square:nth-child(3) {
    background-color: #0c0343;
  }
}
@media screen and (min-width: 1441px) {
  .our-expertise .square {
    font-size: 23px;
  }
}
.our-expertise .square .square-icon {
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s;
  line-height: 2;
  width: 33%;
  stroke-width: 1px;
  color: white;
}
.our-expertise .square .square-text {
  line-height: 2;
  opacity: 1;
  transition: opacity 0.25s;
}
.our-expertise .square:hover .square-icon {
  opacity: 1;
}
.our-expertise .square:hover .square-text {
  opacity: 0;
}

.c-expertise {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 122px 0;
  background: #ECECEC;
  position: relative;
  z-index: 4;
}
@media (min-width: 48em) {
  .c-expertise {
    padding: 242px 24px;
  }
}
.c-expertise__inner {
  padding: 0 24px;
  width: 100%;
}
@media (min-width: 48em) {
  .c-expertise__inner {
    padding: 0 32px;
  }
}
@media (min-width: 48em) {
  .c-expertise__inner {
    max-width: 1440px;
    padding: 0 70px;
    width: auto;
  }
}
.c-expertise__inner h2 {
  font-size: 22px;
  line-height: 26px;
  color: #2D3539;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-expertise__inner h2 {
    margin-bottom: 0;
  }
}
.c-expertise__inner hr {
  border: none;
  border-top: 1px solid #0C0343;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-expertise__inner hr {
    margin: 64px 0px;
  }
}
.c-expertise__icon {
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-expertise__icon {
    margin-bottom: 40px;
  }
}
.c-expertise__icon img {
  display: block;
  height: 60px;
  width: auto;
}
@media (min-width: 48em) {
  .c-expertise__icon img {
    height: 95px;
  }
}
.c-expertise__desc {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 48em) {
  .c-expertise__desc {
    margin-right: 240px;
    margin-bottom: 80px;
    font-size: 17px;
    line-height: 33px;
  }
}
.c-expertise__groups {
  display: flex;
  flex-direction: column;
}
@media (min-width: 71em) {
  .c-expertise__groups {
    flex-direction: row;
  }
}
.c-expertise__arrow {
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.c-expertise__arrow span {
  color: #fff;
  font-size: 48px;
  text-align: center;
}
.c-expertise__group {
  flex-basis: calc(50% - 8px);
}
.c-expertise__group-top {
  background: #fff;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 32px 48px;
  margin-bottom: 8px;
}
@media (min-width: 48em) {
  .c-expertise__group-top {
    padding: 60px 24px 48px;
  }
}
.c-expertise__group-top--red {
  border-bottom: 10px solid #FF3701;
  color: #FF3701;
}
.c-expertise__group-top--blue {
  border-bottom: 10px solid #000A8F;
  color: #000A8F;
}
.c-expertise__group-top > h3 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 48em) {
  .c-expertise__group-top > h3 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.c-expertise__group-top > p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 48em) {
  .c-expertise__group-top > p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
    min-height: 176px;
  }
}
.c-expertise__group + .c-expertise__group {
  margin-top: 16px;
}
@media (min-width: 71em) {
  .c-expertise__group + .c-expertise__group {
    margin-top: 0;
    margin-left: 16px;
  }
}
.c-expertise__subgroups {
  display: flex;
}
.c-expertise__subgroup {
  flex-basis: calc(50% - 4px);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 24px 20px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.c-expertise__subgroup:hover .c-expertise__arrow {
  opacity: 1;
}
.c-expertise__subgroup--title {
  display: flex;
  align-items: center;
}
.c-expertise__subgroup--red, .c-expertise__subgroup--red .c-expertise__arrow {
  background: #D80322;
}
.c-expertise__subgroup--purple, .c-expertise__subgroup--purple .c-expertise__arrow {
  background: #CF00A6;
}
.c-expertise__subgroup--dark_blue, .c-expertise__subgroup--dark_blue .c-expertise__arrow {
  background: #4058D3;
}
.c-expertise__subgroup--light_blue, .c-expertise__subgroup--light_blue .c-expertise__arrow {
  background: #1F7AFF;
}
.c-expertise__subgroup-icon {
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-expertise__subgroup-icon {
    margin-bottom: 64px;
  }
}
.c-expertise__subgroup-icon img {
  display: block;
  height: 48px;
  width: auto;
}
@media (min-width: 48em) {
  .c-expertise__subgroup-icon img {
    height: 85px;
  }
}
.c-expertise__subgroup p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 48em) {
  .c-expertise__subgroup p {
    font-size: 16px;
    line-height: 26px;
    min-height: 110px;
  }
}
.c-expertise__subgroup:first-child {
  border-bottom-left-radius: 20px;
}
.c-expertise__subgroup:last-child {
  border-bottom-right-radius: 20px;
}
.c-expertise__subgroup + .c-expertise__subgroup {
  margin-left: 8px;
}

.c-case-studies {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
.c-case-studies .p-case-studies__work {
  width: 50% !important;
  flex-basis: 50% !important;
}
@media (min-width: 48em) {
  .c-case-studies .p-case-studies__work {
    width: 25% !important;
    flex-basis: 25% !important;
  }
}
@media (min-width: 48em) {
  .c-case-studies {
    padding: 150px 24px;
  }
}
.c-case-studies__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
@media (min-width: 48em) {
  .c-case-studies__inner {
    max-width: 1440px;
    padding: 0 70px;
  }
}
.c-case-studies__inner h2 {
  font-size: 22px;
  line-height: 26px;
  color: #2D3539;
  margin: 0;
  text-transform: uppercase;
}
.c-case-studies__inner hr {
  border: none;
  border-top: 1px solid #0C0343;
  margin: 24px 0;
}
@media (min-width: 48em) {
  .c-case-studies__inner hr {
    margin: 64px 0;
  }
}
.c-case-studies__all {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 48em) {
  .c-case-studies__all {
    margin-top: 0;
  }
}
.c-case-studies__all a {
  display: inline-block;
  text-align: center;
  padding: 20px 24px 16px;
  border-radius: 16px;
  border: 1px solid #2D3539;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #2D3539;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-case-studies__all a:hover {
  background: #2D3539;
  color: #fff;
}
@media (min-width: 48em) {
  .c-case-studies__all a {
    padding: 26px 32px 22px;
    font-size: 18px;
    line-height: 25px;
  }
}
.c-case-studies__works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 48em) {
  .c-case-studies__works {
    margin-bottom: 64px;
  }
}
.c-case-studies__overlayandimage {
  padding-top: 100%;
  position: relative;
}
.c-case-studies__overlayandimage > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-case-studies__overlayandimage > img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
.c-case-studies__overlayandimage:hover .p-case-studies__work-overlay {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.c-case-studies__icon {
  margin-bottom: 32px;
  width: 70px;
  height: auto;
  display: block;
}
.c-case-studies__company {
  display: block;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}
.c-case-studies__name {
  display: block;
  font-size: 24px;
  line-height: 37px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.c-case-studies__work {
  flex-basis: calc(50%);
  position: relative;
  flex-grow: 0;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-case-studies__work {
    flex-basis: calc(25%);
  }
}
.c-case-studies__work-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 55, 1, 0.85);
  color: #fff;
  display: none;
  padding: 0 60px;
}

.c-locations {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #ECECEC;
  position: relative;
  z-index: 3;
}
@media (min-width: 48em) {
  .c-locations {
    padding: 150px 24px;
  }
}
.c-locations--standalone {
  margin-top: 100px;
}
.c-locations__inner {
  width: 100%;
}
@media (min-width: 48em) {
  .c-locations__inner {
    max-width: 1440px;
    padding: 0 70px;
  }
}
.c-locations__inner h2 {
  font-size: 18px;
  line-height: 22px;
  color: #2D3539;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .c-locations__inner h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.c-locations__inner hr {
  border: none;
  border-top: 1px solid #0C0343;
  margin: 24px 0;
}
@media (min-width: 48em) {
  .c-locations__inner hr {
    margin: 64px 0;
  }
}
.c-locations__content {
  position: relative;
}
.c-locations__content-inner {
  margin-top: 48px;
}
@media (min-width: 48em) {
  .c-locations__content-inner {
    margin-top: 120px;
    max-width: 502px;
  }
}
.c-locations__content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2D3539;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-locations__content h3 {
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 60px;
  }
}
.c-locations__content p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #2D3539;
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .c-locations__content p {
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 80px;
  }
}
.c-locations__link {
  display: inline-block;
  text-align: center;
  padding: 20px 24px 16px;
  border-radius: 16px;
  border: 1px solid #2D3539;
  font-size: 16x;
  line-height: 22px;
  text-decoration: none;
  color: #2D3539;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-locations__link:hover {
  background: #2D3539;
  color: #fff;
}
@media (min-width: 48em) {
  .c-locations__link {
    padding: 26px 32px 22px;
    font-size: 18px;
    line-height: 25px;
  }
}
.c-locations__map {
  display: none;
  position: absolute;
  top: -50px;
  right: 0;
  bottom: -50px;
  z-index: -1;
}
@media (min-width: 48em) {
  .c-locations__map {
    display: block;
  }
}
.c-locations__map-background, .c-locations__map-cities {
  height: 100%;
  width: auto;
  display: block;
}
@media (min-width: 48em) {
  .c-locations__map-background, .c-locations__map-cities {
    width: 700px;
  }
}
@media (min-width: 71em) {
  .c-locations__map-background, .c-locations__map-cities {
    width: 900px;
  }
}
.c-locations__map-cities {
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-locations__map-cities circle {
  opacity: 0;
}
.c-locations__map-cities circle:nth-child(2) {
  transition: opacity 0.2s ease-in 300ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(3) {
  transition: opacity 0.2s ease-in 450ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(4) {
  transition: opacity 0.2s ease-in 600ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(5) {
  transition: opacity 0.2s ease-in 750ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(6) {
  transition: opacity 0.2s ease-in 900ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(7) {
  transition: opacity 0.2s ease-in 1050ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(8) {
  transition: opacity 0.2s ease-in 1200ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(9) {
  transition: opacity 0.2s ease-in 1350ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(10) {
  transition: opacity 0.2s ease-in 1500ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(11) {
  transition: opacity 0.2s ease-in 1650ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(12) {
  transition: opacity 0.2s ease-in 1800ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(13) {
  transition: opacity 0.2s ease-in 1950ms, r 0.2s ease-in 300ms;
}
.c-locations__map-cities circle:nth-child(14) {
  transition: opacity 0.2s ease-in 2100ms, r 0.2s ease-in 300ms;
}
.c-locations__map--visible circle {
  opacity: 1;
  r: 20;
}
.c-locations__map--visible circle:nth-child(2) {
  r: 40;
}

.p-teams {
  flex-direction: column;
  padding: 94px 24px 0;
}
@media (min-width: 48em) {
  .p-teams {
    padding: 174px 24px 0;
  }
}
.p-teams h1 {
  margin: 32px 0 32px 0;
  color: #FF3701;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .p-teams h1 {
    margin: 64px 0 64px 32px;
    font-size: 32px;
    line-height: 49px;
    font-weight: bold;
  }
}
.p-teams__members {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.p-teams__overlayandimage {
  position: relative;
  cursor: pointer;
}
.p-teams__overlayandimage:hover .p-teams__member-overlay {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.p-teams__member {
  flex-basis: calc(33.33% - 8px);
  max-width: calc(33.33% - 8px);
  position: relative;
  margin-bottom: 8px;
  margin-right: 8px;
  flex-grow: 1;
}
@media (min-width: 48em) {
  .p-teams__member {
    flex-basis: calc(25% - 8px);
    max-width: calc(25% - 8px);
  }
}
.p-teams__member--transitioned {
  transition: margin-bottom 1s ease;
}
.p-teams__member img {
  width: 100%;
  height: auto;
  display: block;
}
.p-teams__member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 55, 1, 0.85);
  color: #fff;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.p-teams__member-overlay .name {
  text-align: center;
  margin-bottom: 16px;
}
.p-teams__member-overlay .name h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  display: inline;
  line-height: 24px;
  font-weight: 800;
}
.p-teams__member-overlay .name h3:first-child {
  font-weight: normal;
  margin-right: 16px;
}
.p-teams__member-overlay p {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
.p-teams__member-overlay .name,
.p-teams__member-overlay > p {
  opacity: 0;
}
@media (min-width: 48em) {
  .p-teams__member-overlay .name,
.p-teams__member-overlay > p {
    opacity: 1;
  }
}
.p-teams__backtotop {
  flex-basis: calc(33.33% - 8px);
  max-width: calc(33.33% - 8px);
  position: relative;
  margin-bottom: 8px;
  margin-right: 8px;
  flex-grow: 1;
  display: flex;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 4;
  max-height: 318px;
}
@media (min-width: 48em) {
  .p-teams__backtotop {
    padding: 0;
    font-size: 24px;
    flex-basis: calc(25% - 8px);
    max-width: calc(25% - 8px);
    max-height: none;
  }
}

.c-member {
  position: absolute;
  z-index: 99;
  width: 100%;
  display: none;
  justify-content: flex-start;
  background: #fff;
  margin: 24px 0;
  overflow: hidden;
  transition: height 0.6s ease;
}
@media (min-width: 71em) {
  .c-member {
    margin: 60px 0;
  }
}
.c-member.visible {
  display: flex;
}
.c-member__image img {
  width: 120px;
  height: auto;
}
@media (min-width: 48em) {
  .c-member__image img {
    width: 500px;
    height: 500px;
  }
}
@media (min-width: 85.375em) {
  .c-member__image img {
    width: 700px;
    height: 700px;
  }
}
.c-member__content {
  padding: 0 12px;
  overflow-y: auto;
}
@media (min-width: 48em) {
  .c-member__content {
    padding: 30px 40px;
    overflow: hidden;
  }
}
@media (min-width: 85.375em) {
  .c-member__content {
    padding: 60px 80px;
    overflow: hidden;
  }
}
.c-member__content > hr {
  margin: 16px 0;
  border: none;
  border-top: 1px solid #707070;
}
@media (min-width: 85.375em) {
  .c-member__content > hr {
    margin: 32px 0;
  }
}
.c-member__name {
  margin-bottom: 8px;
}
@media (min-width: 48em) {
  .c-member__name {
    margin-bottom: 12px;
  }
}
@media (min-width: 85.375em) {
  .c-member__name {
    margin-bottom: 24px;
  }
}
.c-member__name h3 {
  text-transform: uppercase;
  color: #2D3539;
  font-size: 20px;
  font-weight: 800;
}
@media (min-width: 48em) {
  .c-member__name h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 85.375em) {
  .c-member__name h3 {
    font-size: 38px;
    line-height: 45px;
  }
}
.c-member__name h3:first-child {
  font-weight: normal;
}
.c-member__description {
  font-size: 12px;
  line-height: 20px;
  color: #2D3539;
}
@media (min-width: 48em) {
  .c-member__description {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 85.375em) {
  .c-member__description {
    font-size: 17px;
    line-height: 32px;
  }
}
.c-member__title {
  color: #FF3701;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
@media (min-width: 71em) {
  .c-member__title {
    font-size: 26px;
  }
}

.c-expertises {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 94px;
}
@media (min-width: 48em) {
  .c-expertises {
    padding-top: 174px;
  }
}
@media only screen and (max-height: 1080px) {
  .c-expertises--red .c-expertises__content-top, .c-expertises--blue .c-expertises__content-top {
    height: auto;
  }
}
.c-expertises--pink .c-expertises__case-studies {
  display: none;
}
@media (min-width: 48em) {
  .c-expertises--pink .c-expertises__case-studies {
    display: block;
  }
}
.c-expertises--pink .c-expertises__areas-of-expertise {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .c-expertises--pink .c-expertises__areas-of-expertise {
    display: inline;
    width: auto;
  }
}
.c-expertises--pink .c-expertises__areas-of-expertise .c-animated-link__text,
.c-expertises--pink .c-expertises__areas-of-expertise br {
  display: none;
}
@media (min-width: 48em) {
  .c-expertises--pink .c-expertises__areas-of-expertise .c-animated-link__text,
.c-expertises--pink .c-expertises__areas-of-expertise br {
    display: inline;
  }
}
.c-expertises--pink .c-expertises__areas-of-expertise .arrow-right {
  font-size: 70px;
}
@media (min-width: 48em) {
  .c-expertises--pink .c-expertises__areas-of-expertise .arrow-right {
    font-size: 24px;
  }
}
.c-expertises__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 32px;
}
@media (min-width: 71em) and (min-height: 48em) {
  .c-expertises__logo {
    max-width: 140px;
    height: 140px;
    margin-bottom: 66px;
  }
}
.c-expertises__logo img {
  display: block;
  height: 100px;
  width: auto;
}
@media (min-width: 71em) and (min-height: 48em) {
  .c-expertises__logo img {
    height: 140px;
  }
}
.c-expertises__title {
  width: 100%;
  background-image: radial-gradient(circle at center, #281792, #10083f);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 40px;
}
@media (min-width: 48em) {
  .c-expertises__title {
    padding: 80px 64px;
    width: 50%;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 174px;
    height: calc(100vh - 174px);
  }
}
@media (min-width: 71em) and (min-height: 48em) {
  .c-expertises__title {
    padding: 160px 88px;
    width: 50%;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 174px;
    height: calc(100vh - 174px);
  }
}
.c-expertises__title h2 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 71em) and (min-height: 48em) {
  .c-expertises__title h2 {
    font-size: 48px;
    line-height: 75px;
  }
}
.c-expertises__title hr {
  margin: 24px;
  max-width: 400px;
  width: 100%;
  border: none;
  border-top: 1px solid #fff;
}
@media (min-width: 71em) and (min-height: 48em) {
  .c-expertises__title hr {
    margin: 64px;
  }
}
.c-expertises__title p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}
@media (min-width: 48em) {
  .c-expertises__title p {
    font-size: 18px;
    line-height: 22px;
  }
}
.c-expertises__title--blue {
  background: radial-gradient(circle at 0% -13%, #000A8F 0%, #4058D3 100%);
}
.c-expertises__title--red {
  background: radial-gradient(circle at 0% -13%, #FF3B27 0%, #D80322 100%);
}
.c-expertises__title--pink {
  background: radial-gradient(circle at 0% -13%, #FF3B27 0%, #CF00A6 100%);
}
.c-expertises__title--light-blue {
  background: radial-gradient(circle at 0% -13%, #000A8F 0%, #6092EA 100%);
}
.c-expertises--blue .c-expertises__content h1,
.c-expertises--blue .c-expertises__content p {
  color: #000A8F;
}
.c-expertises--blue .c-expertises__content h1 {
  font-size: 22px;
  line-height: 33px;
}
.c-expertises--red .c-expertises__content h1,
.c-expertises--red .c-expertises__content p {
  color: #D80322;
}
.c-expertises--pink .c-expertises__content h1,
.c-expertises--pink .c-expertises__content p {
  color: #CF00A6;
}
.c-expertises--light-blue .c-expertises__content h1,
.c-expertises--light-blue .c-expertises__content p {
  color: #000A8F;
}
.c-expertises__grey {
  background: #F6F6F6;
  margin: 0 -30px 48px;
  padding: 32px 30px;
  color: #000A8F;
  font-size: 18px;
  line-height: 32px;
}
.c-expertises__grey strong {
  font-weight: bold;
}
.c-expertises ul {
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: disc;
}
.c-expertises ul li {
  font-size: 18px;
  line-height: 37px;
  color: #4058D3;
}
.c-expertises__content {
  width: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 48px 32px;
}
@media (min-width: 48em) {
  .c-expertises__content {
    width: 50%;
  }
}
@media (min-width: 71em) and (min-height: 48em) {
  .c-expertises__content {
    padding: 60px 120px 60px 80px;
  }
}
@media (min-width: 85.375em) {
  .c-expertises__content-top {
    height: calc(100vh - 309px);
  }
}
.c-expertises__content h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-expertises__content h1 {
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 48px;
  }
}
.c-expertises__content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-expertises__content p {
    font-size: 17px;
    line-height: 33px;
    font-weight: normal;
    margin-bottom: 48px;
  }
}
.c-expertises__content p strong {
  font-weight: bold;
}
.c-expertises__additional {
  display: flex;
  justify-content: space-between;
}
.c-expertises__additional a {
  color: #2D3539;
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 48em) {
  .c-expertises__additional a {
    font-size: 17px;
    line-height: 18px;
  }
  .c-expertises__additional a span {
    margin-left: 8px;
  }
}
.c-expertises__list {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}
@media (min-width: 48em) {
  .c-expertises__list {
    min-height: calc(100vh);
    padding-top: 174px;
    max-height: none;
    overflow: visible;
  }
}
.c-expertises__list-el {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.c-expertises__category {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 0 4%;
}
.c-expertises__category:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
.c-expertises__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  width: 100%;
  color: #727272;
}
.c-expertises__link-title {
  font-size: calc(14px + (100vw - 640px) / 800 * 4);
  line-height: 2.25;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .c-expertises__link-title {
    font-size: 14px;
    top: 2px;
  }
}
@media screen and (min-width: 1441px) {
  .c-expertises__link-title {
    font-size: 18px;
  }
}
.c-expertises__link-arrow {
  width: 16px;
  height: 16px;
  color: #c3c3c3;
  flex: none;
  transform: rotate(180deg);
}
.c-expertises__link-arrow > svg {
  width: 100%;
  height: 100%;
}

.p-case-studies {
  flex-direction: column;
  padding-top: 94px;
}
@media (min-width: 48em) {
  .p-case-studies {
    padding-top: 174px;
  }
}
.p-case-studies h1 {
  margin: 32px 0 32px 16px;
  color: #FF3701;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .p-case-studies h1 {
    margin: 64px 0 64px 32px;
    font-size: 32px;
    line-height: 49px;
  }
}
.p-case-studies__works {
  margin-bottom: 64px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 24px;
}
.p-case-studies__overlayandimage {
  padding-top: 100%;
  position: relative;
}
.p-case-studies__overlayandimage > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-case-studies__overlayandimage > img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
@media (min-width: 71em) {
  .p-case-studies__overlayandimage:hover .p-case-studies__work-overlay {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.6s;
  }
}
.p-case-studies__icon {
  margin-bottom: 24px;
  width: 48px;
  height: auto;
  display: block;
}
@media (min-width: 48em) {
  .p-case-studies__icon {
    margin-bottom: 32px;
    width: 70px;
  }
}
.p-case-studies__company {
  display: block;
  font-size: 16px;
  line-height: 4px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 48em) {
  .p-case-studies__company {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
.p-case-studies__name {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 71em) {
  .p-case-studies__name {
    font-size: 24px;
    line-height: 37px;
  }
}
.p-case-studies__work {
  flex-basis: calc(33.33%);
  position: relative;
  flex-grow: 0;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-case-studies__work {
    flex-basis: calc(25%);
  }
}
.p-case-studies__work-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 55, 1, 0.85);
  color: #fff;
  opacity: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-case-studies__work-overlay {
    padding: 0 24px;
  }
}
.p-case-studies__backtotop {
  flex-basis: 33.33%;
  max-width: 33.33%;
  position: relative;
  flex-grow: 1;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 4;
}
@media (min-width: 48em) {
  .p-case-studies__backtotop {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0;
    font-size: 24px;
  }
}

.p-case-study {
  flex-direction: column;
  color: #2D3539;
  padding-top: 94px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 48em) {
  .p-case-study {
    padding-top: 174px;
  }
}
.p-case-study h2 {
  font-size: 28px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: normal;
}
@media (min-width: 48em) {
  .p-case-study h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.p-case-study h1 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: bold;
}
@media (min-width: 48em) {
  .p-case-study h1 {
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.p-case-study__video {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .p-case-study__video {
    margin-bottom: 80px;
  }
}
.p-case-study__video video {
  display: block;
}
.p-case-study__content {
  width: 60%;
  margin: 0 auto 56px;
}
.p-case-study__content p {
  font-size: 15px;
  line-height: 27px;
}
@media (min-width: 48em) {
  .p-case-study__content p {
    font-size: 17px;
    line-height: 33px;
  }
}
.p-case-study__view-gallery {
  margin-top: 56px;
}
.p-case-study__gallery {
  background: #ECECEC;
  padding: 70px 24px;
  margin: 50px 0;
}
@media (min-width: 48em) {
  .p-case-study__gallery {
    padding: 140px 24px;
    margin: 100px 0;
  }
}
.p-case-study__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-case-study__footer {
    margin-bottom: 88px;
    flex-direction: row;
  }
}
.p-case-study__back, .p-case-study__team {
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .p-case-study__back, .p-case-study__team {
    margin-bottom: 0;
  }
}
.p-case-study__back, .p-case-study__clients {
  font-weight: 600;
  text-decoration: none;
  font-size: 17px;
  line-height: 18px;
  transition: color 0.3s ease;
}
.p-case-study__back:hover, .p-case-study__clients:hover {
  color: #FF3701;
}
.p-case-study__team {
  display: inline-block;
  text-align: center;
  padding: 20px 24px 16px;
  border-radius: 16px;
  border: 1px solid #2D3539;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #2D3539;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-case-study__team:hover {
  background: #2D3539;
  color: #fff;
}
@media (min-width: 48em) {
  .p-case-study__team {
    padding: 26px 32px 22px;
    font-size: 18px;
    line-height: 25px;
  }
}

.c-video {
  position: relative;
  width: 100%;
}
.c-video video {
  width: 100%;
}
.c-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-video__overlay button {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}
.c-video__overlay button img {
  width: 70px;
  height: 70px;
}
.c-video.playing .c-video__overlay {
  display: none;
}

.c-gallery {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 48em) {
  .c-gallery {
    flex-direction: row;
  }
}
.c-gallery__show {
  width: 100%;
  margin-bottom: 24px;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .c-gallery__show {
    width: 60%;
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.c-gallery__show > div {
  padding-top: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-gallery__show img {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.c-gallery__all-wrapper {
  width: 100%;
}
.c-gallery__all {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.c-gallery__all li {
  flex-basis: calc(25% - 6px);
  flex-grow: 0;
  flex-shrink: 1;
  max-width: calc(25% - 6px);
  margin-bottom: 8px;
}
.c-gallery__all li + li {
  margin-left: 8px;
}
.c-gallery__all li:nth-child(4n+1) {
  margin-left: 0;
}
@media (min-width: 48em) {
  .c-gallery__all li {
    margin-left: 8px;
    margin-bottom: 8px;
  }
}
.c-gallery__all li > div {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.c-gallery__all img {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-animated-link:hover .arrow-right,
.c-animated-link:hover .arrow-left {
  transform: rotate(360deg);
}
.c-animated-link .arrow-right,
.c-animated-link .arrow-left {
  display: inline-block;
  transition: transform 0.3s ease;
}

.p-content-factory {
  padding-top: 94px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-content-factory {
    padding-top: 174px;
    flex-direction: row;
  }
}
.p-content-factory__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .p-content-factory__logo {
    max-width: 140px;
    height: 140px;
    margin-bottom: 66px;
  }
}
.p-content-factory__logo img {
  display: block;
  height: 100px;
  width: auto;
}
@media (min-width: 48em) {
  .p-content-factory__logo img {
    height: 140px;
  }
}
.p-content-factory__image {
  width: 100%;
  background-image: radial-gradient(circle at center, #281792, #10083f);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 40px;
  background: radial-gradient(circle at 0% -13%, #FF3B27 0%, #CF00A6 100%);
}
@media (min-width: 48em) {
  .p-content-factory__image {
    padding: 160px 88px;
    width: 50%;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 174px;
    height: calc(100vh - 174px);
  }
}
.p-content-factory__image h2 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 48em) {
  .p-content-factory__image h2 {
    font-size: 48px;
    line-height: 75px;
  }
}
.p-content-factory__image hr {
  margin: 24px;
  max-width: 400px;
  width: 100%;
  border: none;
  border-top: 1px solid #fff;
}
@media (min-width: 48em) {
  .p-content-factory__image hr {
    margin: 64px;
  }
}
.p-content-factory__image p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}
@media (min-width: 48em) {
  .p-content-factory__image p {
    font-size: 18px;
    line-height: 22px;
  }
}
.p-content-factory__content {
  width: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 48px 32px;
}
@media (min-width: 48em) {
  .p-content-factory__content {
    width: 50%;
  }
}
@media (min-width: 71em) {
  .p-content-factory__content {
    padding: 60px 120px 60px 80px;
  }
}
.p-content-factory__arrow {
  display: block;
  width: 17px;
  height: 17px;
  margin-left: 24px;
  color: #2D3539;
  opacity: 0.6;
}
.p-content-factory__arrow svg {
  width: 17px;
  height: 17px;
}
.p-content-factory__title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #CF00A6;
  padding: 0 24px 24px;
  align-items: center;
}
.p-content-factory__title h3 {
  font-family: "Spartan";
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  max-width: 85%;
  line-height: 38px;
}
.p-content-factory__subtitle {
  font-size: 18px;
  line-height: 33px;
  font-family: "Spartan";
  font-weight: bold;
  margin-bottom: 48px;
}
.p-content-factory__body {
  font-family: "Spartan";
  font-size: 18px;
  line-height: 33px;
  color: #2D3539;
}
.p-content-factory__body > ul:not(.p-content-factory__pinklist) {
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 48px;
}
.p-content-factory__body > ul:not(.p-content-factory__pinklist)::marker {
  color: #CF00A6;
}
.p-content-factory__body > ul:not(.p-content-factory__pinklist) > li {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 33px;
}
.p-content-factory__body > ul:not(.p-content-factory__pinklist) > li .p-content-factory__pinklist {
  margin-top: 16px;
}
.p-content-factory__body > ul:not(.p-content-factory__pinklist) + p {
  margin-top: 24px;
}
.p-content-factory__body > p + ul {
  margin-top: 24px;
}
.p-content-factory__body > p {
  font-size: 18px;
  line-height: 33px;
}
.p-content-factory__body > p + p {
  margin-top: 24px;
}
.p-content-factory__pinklist {
  list-style: disc;
  margin-left: 18px;
}
.p-content-factory__pinklist::marker {
  color: #CF00A6;
}
.p-content-factory__pinklist > li {
  margin-bottom: 16px !important;
  color: #CF00A6;
}
.p-content-factory .pink {
  color: #CF00A6;
}

.p-clients {
  flex-direction: column;
  padding: 94px 24px 0;
}
@media (min-width: 71em) {
  .p-clients {
    padding: 174px 100px 0;
  }
}
.p-clients > h1 {
  margin: 32px 0 32px 0;
  color: #FF3701;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .p-clients > h1 {
    margin: 64px 0 48px 0;
    font-size: 32px;
    line-height: 49px;
  }
}
.p-clients > h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  margin-bottom: 16px;
}
.p-clients > p {
  color: #FF3701;
  font-style: italic;
  margin-bottom: 32px;
  font-weight: bold;
}
@media (min-width: 48em) {
  .p-clients > p {
    margin-bottom: 100px;
  }
}
.p-clients__sectors {
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .p-clients__sectors {
    margin-bottom: 100px;
  }
}
.p-clients__sector-title {
  border-bottom: 1px solid #aaa;
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 12px;
  color: #FF3701;
  position: relative;
  cursor: pointer;
}
@media (min-width: 48em) {
  .p-clients__sector-title {
    padding: 29px 48px 29px;
    font-size: 24px;
  }
}
@media (min-width: 71em) {
  .p-clients__sector-title {
    padding: 29px 105px 29px;
  }
}
.p-clients__sector-title svg {
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 48em) {
  .p-clients__sector-title svg {
    right: 48px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 71em) {
  .p-clients__sector-title svg {
    right: 105px;
  }
}
.p-clients__sector--open .p-clients__sector-title svg {
  transform: translateY(-50%) rotate(0deg);
}
.p-clients__sector--open .p-clients__sector-clients {
  margin: 32px 0 0;
  max-height: 1000px;
}
@media (min-width: 48em) {
  .p-clients__sector--open .p-clients__sector-clients {
    margin: 100px 0 0;
  }
}
.p-clients__sector-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  max-height: 0;
  transition: margin 0.5s ease, max-height 0.5s ease;
  overflow: hidden;
}
.p-clients__sector-client {
  width: 33%;
  flex-basis: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .p-clients__sector-client {
    margin-bottom: 50px;
  }
}
.p-clients__sector-client img {
  width: 60%;
  display: block;
  height: auto;
}
.p-clients__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-clients__footer {
    margin-bottom: 88px;
    flex-direction: row;
  }
}
.p-clients__back, .p-clients__team {
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .p-clients__back, .p-clients__team {
    margin-bottom: 0;
  }
}
.p-clients__back, .p-clients__clients {
  font-weight: 600;
  text-decoration: none;
  font-size: 17px;
  line-height: 18px;
  transition: color 0.3s ease;
}
.p-clients__back:hover, .p-clients__clients:hover {
  color: #FF3701;
}
.p-clients__team {
  display: inline-block;
  text-align: center;
  padding: 20px 24px 16px;
  border-radius: 16px;
  border: 1px solid #2D3539;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #2D3539;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-clients__team:hover {
  background: #2D3539;
  color: #fff;
}
@media (min-width: 48em) {
  .p-clients__team {
    padding: 26px 32px 22px;
    font-size: 18px;
    line-height: 25px;
  }
}

.c-offices {
  flex-direction: column;
  padding-top: 94px;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  color: #2D3539;
}
@media (min-width: 48em) {
  .c-offices {
    padding-top: 174px;
  }
}
.c-offices__inner h1 {
  color: #FF3701;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 49px;
  margin-bottom: 90px;
  font-weight: bold;
}
.c-offices__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  flex-direction: column;
}
@media (min-width: 71em) {
  .c-offices__content {
    flex-direction: row;
  }
}
.c-offices__location {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 71em) {
  .c-offices__location {
    flex-basis: 50%;
    width: 50%;
  }
}
.c-offices__location-city {
  text-align: center;
  margin-bottom: 24px;
  color: #FF3701;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 48em) {
  .c-offices__location-city {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.c-offices__location-inner {
  border-radius: 20px;
  overflow: hidden;
  background: #F6F6F6;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 48em) {
  .c-offices__location-inner {
    padding-bottom: 40px;
  }
}
.c-offices__location + .c-offices__location {
  margin-top: 24px;
}
@media (min-width: 71em) {
  .c-offices__location + .c-offices__location {
    margin-left: 24px;
    margin-top: 0;
  }
}
.c-offices__location-title, .c-offices__location-contact, .c-offices__location-address {
  margin: 0 24px;
}
@media (min-width: 48em) {
  .c-offices__location-title, .c-offices__location-contact, .c-offices__location-address {
    margin: 0 50px;
  }
}
.c-offices__location-image {
  overflow: hidden;
  margin-bottom: 28px;
}
.c-offices__location-image img {
  width: 100%;
  display: block;
}
.c-offices__location-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (min-width: 48em) {
  .c-offices__location-title {
    margin-bottom: 40px;
  }
}
.c-offices__location-contact h3, .c-offices__location-address h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 8px;
  font-weight: bold;
}
.c-offices__location-contact hr, .c-offices__location-address hr {
  margin: 24px 0;
}
.c-offices__location-contact {
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .c-offices__location-contact {
    margin-bottom: 40px;
  }
}
.c-offices__location-content {
  display: flex;
  justify-content: space-between;
}
.c-offices__location-icon {
  flex: 1;
  padding: 0 24px 12px;
  width: 20%;
  display: none;
}
@media (min-width: 48em) {
  .c-offices__location-icon {
    display: block;
  }
}
.c-offices__location-icon img {
  width: 50px;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.c-offices__location-details {
  width: 80%;
}
.c-offices__location-details h4 {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 48em) {
  .c-offices__location-details h4 {
    font-size: 17px;
    line-height: 29px;
  }
}
.c-offices__location-details p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 48em) {
  .c-offices__location-details p {
    font-size: 17px;
    line-height: 29px;
  }
}
.c-offices__location--budapest .c-offices__location-image img, .c-offices__location--ljubljana .c-offices__location-image img {
  transition: transform 1s ease;
}
.c-offices__location--budapest .c-offices__location-image:hover img, .c-offices__location--ljubljana .c-offices__location-image:hover img {
  transform: scale(1.2);
}
.c-offices__location--ljubljana .c-offices__location-image img {
  transform-origin: 100% 50%;
}
.c-offices__email {
  word-break: break-word;
}

.p-error {
  flex-direction: column;
  padding-top: 94px;
  padding-left: 24px;
  padding-right: 24px;
  min-height: calc(100vh - 405px);
  justify-content: center;
}
@media (min-width: 48em) {
  .p-error {
    padding-top: 174px;
  }
}
.p-error h1 {
  font-size: 72px;
  margin-bottom: 24px;
  font-weight: bold;
}
.p-error h2 {
  font-size: 32px;
}

/** 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;
  -webkit-animation: 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: 1.3em;
}

#c-txt {
  margin-bottom: 1.625em;
  font-size: 0.9em;
  line-height: 1.45em;
}

#c-p-bn.c-bn {
  border: 1px solid #FF3701;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  color: white;
  line-height: 1;
  padding: 16px 20px;
  background-color: #FF3701;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 16px;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: center;
}
#c-p-bn.c-bn:hover {
  background-color: transparent;
  color: #FF3701;
}

#c-s-bn.c-bn {
  border: 1px solid #2D3539;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  color: #2D3539;
  line-height: 1;
  padding: 16px 20px;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 16px;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: center;
}
#c-s-bn.c-bn:hover {
  background-color: #2D3539;
  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;
  -ms-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 **/