@charset "UTF-8";
body {
  margin: 0;
  color: #333; }

.global-header {
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, “Helvetica Neue”, Arial, sans-serif;
  width: 100%;
  position: relative;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid #e9e9ec; }
  .global-header > * {
    box-sizing: border-box; }
  .global-header li {
    margin: 0; }
  .global-header--dark-mode {
    background-color: black; }
    @media screen and (min-width: 992px) {
      .global-header--dark-mode {
        background-color: white; } }
  .global-header-open {
    overflow-y: hidden;
    position: fixed; }
  .global-header__container {
    max-width: 1248px;
    margin: 0 auto; }
  .global-header__wrap {
    display: flex; }
    @media screen and (min-width: 992px) {
      .global-header__wrap {
        flex-direction: row; } }
  .global-header__title {
    min-height: 56px;
    max-height: 56px;
    flex: 1;
    display: flex; }
  .global-header__title-wrap {
    flex: 1; }
  .global-header__menu-btn {
    display: flex;
    align-items: center;
    color: #6f707b;
    font-size: 14px;
    border: none;
    background: none;
    outline: none; }
    @media screen and (min-width: 992px) {
      .global-header__menu-btn {
        display: none; } }
  .global-header__logo {
    display: block;
    background: url("./icons/logo-blue.svg");
    flex: 1;
    height: 28px;
    background-size: 100%;
    width: 119px;
    margin: 14px 0 0 14px; }
    @media screen and (min-width: 992px) {
      .global-header__logo {
        background: url("./icons/logo-blue.svg") !important; } }
    .global-header__logo--active {
      background: url("./icons/logo-white.svg"); }
  @media screen and (max-width: 991px) {
    .global-header__nav {
      display: none;
      color: #fff;
      position: absolute;
      top: 100%;
      width: 100%;
      background: #fff;
      z-index: 9999;
      min-height: calc(100vh - 56px);
      padding-top: 10px; } }
  @media screen and (min-width: 992px) {
    .global-header__nav {
      display: flex;
      align-items: center; } }
  .global-header__nav--active {
    display: block; }
  .global-header__nav-btn {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    position: relative;
    outline: none;
    font-size: 16px; }
    .global-header__nav-btn:after {
      display: flex;
      content: '';
      background: url("./icons/chevron.svg");
      background-repeat: no-repeat;
      height: 24px;
      width: 24px;
      margin-right: 4px;
      transition: transform ease-in-out 0.2s; }
      @media screen and (min-width: 992px) {
        .global-header__nav-btn:after {
          display: none; } }
    @media screen and (max-width: 991px) {
      .global-header__nav-btn {
        color: #000;
        width: 100%;
        text-align: left;
        border: 0;
        background: transparent;
        padding: 10px;
        border-bottom: 1px solid #cfcfd4; }
        .global-header__nav-btn:focus {
          border-bottom: 3px solid #0157ff; }
        .global-header__nav-btn--active {
          box-shadow: rgba(0, 0, 72, 0.19) 0px 7px 14px -3px; }
          .global-header__nav-btn--active:after {
            transform: rotate(-180deg); } }
    .global-header__nav-btn--a {
      outline: none;
      display: none;
      padding: 20px;
      color: #6f707b;
      text-decoration: none; }
    @media screen and (min-width: 992px) {
      .global-header__nav-btn {
        display: none; }
        .global-header__nav-btn--a {
          display: block;
          border-bottom: 4px solid transparent;
          text-transform: uppercase; }
          .global-header__nav-btn--a:hover {
            cursor: pointer;
            border-bottom: 4px solid #0157ff; }
            .global-header__nav-btn--a:hover ~ .global-header__sub-nav {
              display: block; } }
  .global-header__nav-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 992px) {
      .global-header__nav-list {
        display: flex; } }
  .global-header__nav-list-item {
    margin-bottom: 0; }
  .global-header__sub-nav--active {
    max-height: 400px !important;
    height: 100%; }
  @media screen and (max-width: 991px) {
    .global-header__sub-nav {
      max-height: 0vh;
      overflow: scroll;
      height: 100%;
      -webkit-overflow-scrolling: touch;
      transition: max-height 0.25s ease 0s; } }
  @media screen and (min-width: 992px) {
    .global-header__sub-nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -525px;
      right: 0;
      margin-top: -5px;
      z-index: 9999;
      max-width: 1248px; }
      .global-header__sub-nav:hover {
        display: block; } }
  @media (min-width: 1248px) {
    .global-header__sub-nav {
      margin-left: -624px; } }
  @media screen and (min-width: 992px) {
    .global-header__sub-nav-wrap {
      display: flex;
      background: #fff;
      border-bottom: 1px solid #e9e9ec;
      box-shadow: rgba(0, 0, 72, 0.19) 0px 7px 14px -3px, rgba(0, 0, 72, 0.03) 0px -2px 4px 0px;
      position: relative;
      top: 6px; } }
  .global-header__page-links {
    font-size: 16px;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 991px) {
      .global-header__page-links {
        padding: 16px;
        list-style: none;
        background-color: #f2f2f7; }
        .global-header__page-links a {
          color: #6f707b;
          display: flex;
          text-decoration: none; } }
    @media screen and (min-width: 992px) {
      .global-header__page-links {
        padding: 20px 0;
        width: 50%; }
        .global-header__page-links a {
          color: #5d6a72;
          display: block;
          padding: 0 20px;
          margin-bottom: 20px;
          text-decoration: none; }
          .global-header__page-links a:hover {
            text-decoration: underline; } }
  .global-header-wrapper {
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      .global-header-wrapper {
        width: 50%;
        border-left: 1px solid #dfdfe1;
        margin: 20px 0; } }
  .global-header-title-wrapper {
    border-top: 1px solid #717171;
    margin: 0 10px; }
    @media screen and (min-width: 992px) {
      .global-header-title-wrapper {
        border-top: none; } }
  .global-header-title {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .global-header-title {
        margin-top: 0; } }

.global-header-card {
  background: #262626;
  display: flex;
  margin-top: 8px;
  transition: box-shadow .2s ease-in-out;
  align-items: center;
  text-decoration: none; }
  @media screen and (min-width: 992px) {
    .global-header-card {
      background: #f2f2f3;
      width: 100%; } }
  .global-header-card__text {
    padding: 18px;
    color: #fff;
    font-size: 16px; }
    @media screen and (min-width: 992px) {
      .global-header-card__text {
        color: #000; } }
  .global-header-card:hover, .global-header-card:focus, .global-header-card:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 991px) {
      .global-header-card:hover .global-header-card__text, .global-header-card:focus .global-header-card__text, .global-header-card:active .global-header-card__text {
        color: #DB4D75; } }

.global-header-backdrop {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  z-index: 100; }

.navHamburger {
  display: flex;
  position: relative;
  top: 3px;
  right: 10px;
  cursor: pointer;
  transition: all 250ms; }
  @media screen and (min-width: 992px) {
    .navHamburger {
      display: none; } }
  .navHamburger-span {
    position: relative;
    display: block;
    height: 2px;
    width: 36px;
    background-color: #6f707b;
    border-radius: 9px;
    transition: transform 250ms; }
    .navHamburger-span:nth-child(1) {
      position: relative;
      top: 0; }
    .navHamburger-span:nth-child(3) {
      position: relative;
      bottom: 0; }
    .navHamburger-span__title {
      color: #6f707b;
      padding: 3px 0;
      font-size: 12px; }

.hamburger-open {
  transition: transform 250ms; }
  .hamburger-open:nth-child(1) {
    position: relative;
    transform: rotate(45deg);
    background-color: #fff; }
  .hamburger-open:nth-child(2) {
    display: none; }
  .hamburger-open:nth-child(3) {
    position: relative;
    bottom: 2px;
    transform: rotate(-45deg);
    background-color: #fff; }

.nav-icon {
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: 2px; }

.nav-item-section__header {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: black !important;
  margin-bottom: 16px; }
  .nav-item-section__header:visited {
    color: black !important;
    text-decoration: none; }

.nav-item__a {
  margin-bottom: 16px; }
  .nav-item__a--title {
    border-bottom: 1px solid #cfcfd4;
    padding: 12px 0;
    margin-bottom: 24px !important;
    display: flex;
    justify-content: space-between; }
    .nav-item__a--title:after {
      content: '';
      background: url("./icons/arrow.svg");
      background-repeat: no-repeat;
      height: 24px;
      width: 24px;
      margin-right: 4px;
      transition: transform ease-in-out 0.2s; }
    @media screen and (min-width: 992px) {
      .nav-item__a--title {
        display: none !important; } }

.global-footer__contaner--wrapper {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px; }

.global-footer {
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, “Helvetica Neue”, Arial, sans-serif;
  width: 100%;
  border-top: solid 1px #b7b7b7;
  background: #202020; }
  .global-footer__country-container {
    border-top: 1px solid #6f707b;
    display: flex;
    padding: 24px 0 24px 10px; }
    .global-footer__country-container a {
      display: block;
      color: white;
      text-decoration: none;
      margin-right: 36px;
      font-size: 14px; }
      .global-footer__country-container a:hover {
        text-decoration: underline; }
      .global-footer__country-container a:visited {
        color: white; }
  .global-footer__container {
    display: flex; }
    @media screen and (max-width: 991px) {
      .global-footer__container {
        flex-direction: column-reverse; } }
  .global-footer__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
    .global-footer__social--wrapper {
      display: flex;
      flex-direction: column;
      color: white;
      margin-bottom: 24px; }
      .global-footer__social--wrapper p {
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        color: #cfcfd4;
        line-height: 1.5; }
    .global-footer__social--icons {
      display: inline-flex;
      justify-content: space-between; }
      .global-footer__social--icons a {
        background-color: #0157ff;
        padding: 16px;
        margin-right: 24px; }
  .global-footer__nav-links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    font-weight: 300;
    list-style: none; }
    @media screen and (max-width: 991px) {
      .global-footer__nav-links {
        margin-bottom: 0; } }
    .global-footer__nav-links__container {
      width: 50%; }
      @media screen and (max-width: 991px) {
        .global-footer__nav-links__container {
          width: 100%;
          flex-direction: row; } }
    .global-footer__nav-links--li {
      font-size: 16px;
      line-height: 1.5;
      padding-bottom: 16px;
      width: 50%; }
    .global-footer__nav-links li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px; }
      .global-footer__nav-links li a:hover {
        text-decoration: underline; }
  .global-footer__legal-container {
    background-color: #202020;
    color: #fff;
    padding: 10px 0 20px 0;
    font-size: 14px;
    line-height: 1.5;
    width: 50%;
    flex: 1; }
    @media screen and (max-width: 991px) {
      .global-footer__legal-container {
        width: 100%; } }
  .global-footer .compliance-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 12px auto;
    padding: 0; }
    .global-footer .compliance-links li a {
      color: #34454e; }
      .global-footer .compliance-links li a:visited {
        color: #4c4c4c; }
      .global-footer .compliance-links li a:hover {
        text-decoration: none; }

.cookie-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: rgba(52, 69, 78, 0.9);
  max-height: 200px;
  color: white;
  text-align: center;
  transition: all .6s ease-out;
  z-index: 50;
  display: none; }
  .cookie-banner--open {
    display: block; }
  .cookie-banner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: auto;
    max-width: 1152px;
    padding: 0 10px;
    flex-direction: column; }
    @media screen and (min-width: 600px) {
      .cookie-banner__wrapper {
        flex-direction: row; } }
  .cookie-banner__cta {
    background-color: #DB4D75;
    color: white;
    font-size: 16px;
    border-radius: 50px;
    min-width: 90px;
    padding: 5px 10px;
    margin: 10px 0;
    border: 0; }

.brand-logo {
  padding-top: 20px; }
