.animate__fadeInUp {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.5s ease-in, transform 0.5s ease-in; }
    .animate__fadeInUp--active {
      opacity: 1;
      transform: translateY(0); }
  
  .animate__fadeIn {
    opacity: 0;
    transition: opacity 0.5s ease-in; }
    .animate__fadeIn--active {
      opacity: 1; }
  
  .animate__width {
    width: 0 !important;
    transition: width 0.5s ease-in; }
    .animate__width--active {
      width: 100% !important; }
  
  .animate__width-reverse {
    width: 100% !important;
    transition: width 0.8s ease-in; }
    .animate__width-reverse--active {
      width: 0 !important;
      transition: width 0.8s ease-in; }
  
  *,
  *::after,
  *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  
  body {
    background-color: #fff;
    position: relative;
    overflow-x: hidden; }
  
  .u-image-contain {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  
  .u-image-cover {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  
  @media screen and (max-width: 991px) {
    .u-video-cover {
      max-width: 100%;
      max-height: 100%;
      width: 25%;
      height: 88%;
      object-fit: cover;
      margin-top: 125px; }
    .alternative-content__left-panel-title--active .alternative-content__title-mask span {
      text-align: right;
      font-size: 34px; }
    .alternative-content__selector span {
      font-size: 12px !important;
      letter-spacing: 1px;
      font-weight: 100; }
    .alternative-content__left-panel-links {
      position: absolute;
      right: 0px;
      width: auto;
      height: auto;
      bottom: 160px;
      align-items: flex-end;
      display: flex;
      flex-direction: column; }
    .alternative-content__left-panel-title {
      margin-top: 150px !important; } }
  
  .u-text-white {
    color: #fff !important; }
  
  .u-text-bold {
    font-weight: 700 !important; }
  
  .u-d-none {
    display: none !important; }
  
  /* width */
  ::-webkit-scrollbar {
    width: 10px; }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #F1F4FF; }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #182060; }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #6DEDEF; }
  
  .text-uppercase {
    text-transform: uppercase; }
  
  .navbar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    overflow: hidden; }
    .navbar--alternative {
      background-color: white; }
    @media only screen and (min-width: 992px) {
      .navbar {
        display: block; } }
    @media only screen and (min-width: 1400px) {
      .navbar {
        height: 170px; } }
    @media only screen and (min-width: 1921px) {
      .navbar {
        height: 220px; } }
    @media only screen and (min-width: 2561px) {
      .navbar {
        height: 300px; } }
    .navbar__container {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1840px;
      height: 100%;
      margin-left: auto;
      padding-left: 16px;
      padding-right: 90px; }
      @media only screen and (min-width: 992px) {
        .navbar__container {
          padding-right: 80px; } }
      @media only screen and (min-width: 992px) {
        .navbar__container--home {
          padding-right: 110px; } }
      @media only screen and (min-width: 1400px) {
        .navbar__container {
          padding-right: 150px; } }
      @media only screen and (min-width: 1921px) {
        .navbar__container {
          max-width: 2760px;
          padding-right: 215px; } }
      @media only screen and (min-width: 2561px) {
        .navbar__container {
          max-width: 3680px;
          padding-right: 300px; } }
      @media only screen and (min-width: 1921px) {
        .navbar__container--digital {
          max-width: 2300px;
          padding-right: 160px; } }
      @media only screen and (min-width: 2561px) {
        .navbar__container--digital {
          max-width: 3540px;
          padding-right: 180px; } }
    .navbar__menu {
      display: flex;
      align-items: center;
      padding-left: 0; }
      .navbar__menu > :not(:last-child) {
        margin-right: 32px; }
      @media only screen and (min-width: 1200px) {
        .navbar__menu {
          padding-left: 60px; }
          .navbar__menu > :not(:last-child) {
            margin-right: 48px; } }
      @media only screen and (min-width: 1921px) {
        .navbar__menu > :not(:last-child) {
          margin-right: 60px; } }
      @media only screen and (min-width: 2561px) {
        .navbar__menu > :not(:last-child) {
          margin-right: 84px; } }
    .navbar__menu-item, .navbar__menu-item:link, .navbar__menu-item:visited {
      position: relative;
      font-family: 'Raleway';
      font-size: 14px;
      font-weight: 400;
      line-height: 1.14;
      letter-spacing: 1.68px;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff; }
    .navbar__menu-item--light, .navbar__menu-item--light:link, .navbar__menu-item--light:visited {
      position: relative;
      font-family: 'Raleway';
      font-size: 14px;
      font-weight: 700;
      line-height: 1.14;
      letter-spacing: 1.68px;
      text-transform: uppercase;
      text-decoration: none;
      color: #000; }
    .navbar__menu-item--active, .navbar__menu-item--active:link, .navbar__menu-item--active:visited {
      color: #0387ff; }
    .navbar__menu-item--active::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -2px;
      background-color: #0387ff; }
    .navbar__menu-item--active-lumo, .navbar__menu-item--active-lumo:link, .navbar__menu-item--active-lumo:visited {
      color: #6DEDEF; }
    .navbar__menu-item--active-lumo::after {
      background-color: #6DEDEF; }
    @media only screen and (min-width: 992px) {
      .navbar__menu-item--active::after {
        bottom: -16px; } }
    @media only screen and (min-width: 1921px) {
      .navbar__menu-item, .navbar__menu-item:link, .navbar__menu-item:visited {
        font-size: 22px;
        letter-spacing: 2.4px; } }
    @media only screen and (min-width: 2561px) {
      .navbar__menu-item, .navbar__menu-item:link, .navbar__menu-item:visited {
        font-size: 30px;
        letter-spacing: 3.2px; } }
    .navbar__logo {
      height: 45px;
      width: auto; }
      @media only screen and (min-width: 1200px) {
        .navbar__logo {
          height: 60px; } }
      @media only screen and (min-width: 1921px) {
        .navbar__logo {
          height: 80px; } }
      @media only screen and (min-width: 2561px) {
        .navbar__logo {
          height: 120px; } }
  
  .navbar-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    .navbar-mobile__menu {
      padding: 45px 40px 45px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #09102E; }
      .navbar-mobile__menu--light {
        background-color: #fff !important; }
    .navbar-mobile__toggle {
      height: 23px;
      width: 23px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .navbar-mobile__toggle > img {
        height: 34px;
        width: 44px; }
      @media only screen and (min-width: 992px) {
        .navbar-mobile__toggle {
          height: 45px;
          width: 45px; } }
    .navbar-mobile__logo {
      height: 31px;
      width: 121px;
      max-width: 121px;
      margin-right: 32px; }
      .navbar-mobile__logo--white-bg {
        position: relative; }
        .navbar-mobile__logo--white-bg > img {
          z-index: 1;
          position: relative; }
        .navbar-mobile__logo--white-bg::before {
          content: "";
          position: absolute;
          height: 60px;
          width: calc(100% + 32px);
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #fff; }
      @media only screen and (min-width: 992px) {
        .navbar-mobile__logo {
          height: 58px; } }
    .navbar-mobile__menu-items {
      position: absolute;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 24px;
      background-color: #09102E;
      border-bottom: 1px solid #fff;
      z-index: -1;
      transform: translateY(-102%);
      transition: transform .2s ease-in; }
      .navbar-mobile__menu-items > :not(:last-child) {
        margin-bottom: 24px; }
      .navbar-mobile__menu-items--active {
        transform: translateY(0); }
    @media only screen and (min-width: 992px) {
      .navbar-mobile {
        display: none; } }
  
  .footer {
    position: relative;
    min-height: 225px;
    padding: 16px 0 50px;
    display: flex;
    flex-direction: column-reverse;
    background-color: #09102E; }
    @media only screen and (min-width: 992px) {
      .footer {
        padding: 16px 0;
        flex-direction: row;
        align-items: center; } }
    @media only screen and (min-width: 1921px) {
      .footer {
        padding: 40px 0; } }
    @media only screen and (min-width: 2561px) {
      .footer {
        padding: 60px 0; } }
    .footer__container {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      align-items: flex-end;
      max-width: 1397px;
      width: 100%;
      margin: 0 auto;
      padding: 16px;
      flex-wrap: wrap;
      text-align: right; }
      .footer__container > :not(:last-child) {
        margin-top: 32px; }
      @media only screen and (min-width: 992px) {
        .footer__container {
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap;
          text-align: left; }
          .footer__container > :not(:last-child) {
            margin-top: 0;
            margin-right: 16px; } }
      @media only screen and (min-width: 1400px) {
        .footer__container {
          flex-wrap: nowrap; } }
      @media only screen and (min-width: 1921px) {
        .footer__container {
          max-width: 1800px; } }
      @media only screen and (min-width: 2561px) {
        .footer__container {
          max-width: 2380px; } }
    .footer__logo {
      display: none;
      width: 260px;
      min-width: 260px;
      height: auto; }
      @media only screen and (min-width: 992px) {
        .footer__logo {
          display: block; } }
      @media only screen and (min-width: 1921px) {
        .footer__logo {
          width: 380px;
          min-width: 380px; } }
      @media only screen and (min-width: 2561px) {
        .footer__logo {
          width: 520px;
          min-width: 520px; } }
      .footer__logo--mobile {
        position: absolute;
        width: 121px;
        height: 31px;
        min-width: 0;
        display: block;
        top: 90px;
        left: 16px; }
        @media only screen and (min-width: 992px) {
          .footer__logo--mobile {
            display: none; } }
    .footer__contact {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media only screen and (min-width: 992px) {
        .footer__contact {
          align-items: flex-start;
          width: 350px;
          min-width: 350px; } }
      @media only screen and (min-width: 1921px) {
        .footer__contact {
          width: 520px;
          min-width: 520px; } }
      @media only screen and (min-width: 2561px) {
        .footer__contact {
          width: 700px;
          min-width: 700px; } }
    .footer__contact-row {
      display: flex;
      font-family: 'Raleway';
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1.12px;
      line-height: 1.85;
      color: #F1F4FF; }
      @media only screen and (min-width: 992px) {
        .footer__contact-row {
          font-size: 14px; } }
      @media only screen and (min-width: 1921px) {
        .footer__contact-row {
          font-size: 20px;
          letter-spacing: 1.8px; } }
      @media only screen and (min-width: 2561px) {
        .footer__contact-row {
          font-size: 28px;
          letter-spacing: 2.24px; } }
    .footer__contact-info {
      text-decoration: none;
      color: white; }
    .footer__contact-info-spacer {
      margin: 0 10px; }
    .footer__text-container {
      margin-top: 32px;
      width: 100%; }
      @media only screen and (min-width: 1400px) {
        .footer__text-container {
          max-width: 535px;
          margin-top: 0; } }
      @media only screen and (min-width: 2561px) {
        .footer__text-container {
          max-width: 700px; } }
      @media only screen and (min-width: 2561px) {
        .footer__text-container {
          max-width: 1050px; } }
    .footer__text {
      font-family: 'Raleway';
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 1.12px;
      line-height: 1.85;
      color: #F1F4FF; }
      .footer__text--small {
        margin-top: 16px;
        font-size: 10px; }
      .footer__text--small-mobile {
        display: block; }
        @media only screen and (min-width: 992px) {
          .footer__text--small-mobile {
            display: none; } }
      @media only screen and (min-width: 992px) {
        .footer__text {
          font-size: 14px; } }
      @media only screen and (min-width: 1921px) {
        .footer__text {
          font-size: 20px;
          letter-spacing: 1.8px; } }
      @media only screen and (min-width: 2561px) {
        .footer__text {
          font-size: 26px;
          letter-spacing: 2.24px; } }
    .footer__legal-links {
      width: 180px;
      min-width: 180px;
      display: flex;
      flex-direction: column;
      margin-left: auto;
      margin-top: 32px; }
      .footer__legal-links > :first-child {
        margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .footer__legal-links {
          margin-top: 0; } }
      @media only screen and (min-width: 992px) {
        .footer__legal-links {
          width: 252px;
          min-width: 252px; } }
      @media only screen and (min-width: 1921px) {
        .footer__legal-links {
          width: 320px;
          min-width: 320px; }
          .footer__legal-links > :first-child {
            margin-bottom: 24px; } }
      @media only screen and (min-width: 2561px) {
        .footer__legal-links {
          width: 490px;
          min-width: 490px; }
          .footer__legal-links > :first-child {
            margin-bottom: 32px; } }
    .footer__legal-item {
      position: relative;
      display: flex;
      align-items: center;
      height: 36px; }
      .footer__legal-item::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 1px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff; }
      .footer__legal-item::after {
        content: "";
        position: absolute;
        top: 10;
        right: 0;
        height: 18px;
        width: 9px;
        border: 1px solid #fff;
        border-right: none;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px; }
      @media only screen and (min-width: 1921px) {
        .footer__legal-item {
          height: 54px; }
          .footer__legal-item::before {
            right: 24px;
            height: 2px;
            width: 120px; }
          .footer__legal-item::after {
            height: 54px;
            width: 27px;
            border-width: 2px; } }
      @media only screen and (min-width: 2561px) {
        .footer__legal-item {
          height: 72px; }
          .footer__legal-item::before {
            right: 36px;
            height: 3px;
            width: 200px; }
          .footer__legal-item::after {
            height: 72px;
            width: 36px;
            border-width: 3px; } }
    .footer__legal-link, .footer__legal-link:link, .footer__legal-link:visited {
      width: 115px;
      font-family: 'Raleway';
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1.68px;
      line-height: 1.85;
      text-transform: uppercase;
      text-decoration: none;
      text-align: right;
      color: #0387FF; }
      @media screen and (max-width: 991px) {
        .footer__legal-link, .footer__legal-link:link, .footer__legal-link:visited {
          font-size: 12px; } }
    @media only screen and (min-width: 1921px) {
      .footer__legal-link, .footer__legal-link:link, .footer__legal-link:visited {
        font-size: 20px;
        letter-spacing: 2.4px;
        width: 165px; } }
    @media only screen and (min-width: 2561px) {
      .footer__legal-link, .footer__legal-link:link, .footer__legal-link:visited {
        font-size: 26px;
        letter-spacing: 3.2px;
        width: 220px; } }
  
  @media screen and (max-width: 991px) {
    .digital__video--mobile {
      margin-left: -71vw;
      margin-top: 80px; } }
  
  .digital-banner {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 992px) {
      .digital-banner {
        grid-template-columns: 1fr 500px;
        height: 100vh;
        min-height: 940px; } }
    @media only screen and (min-width: 1200px) {
      .digital-banner {
        grid-template-columns: 1fr 600px; } }
    @media only screen and (min-width: 1400px) {
      .digital-banner {
        grid-template-columns: 1fr 750px; } }
    @media only screen and (min-width: 1921px) {
      .digital-banner {
        grid-template-columns: 1fr 900px; } }
    @media only screen and (min-width: 2561px) {
      .digital-banner {
        grid-template-columns: 1fr 1200px; } }
    .digital-banner__main {
      position: relative;
      z-index: 1;
      background-color: #09102E; }
    .digital-banner__main > .digital-banner__anim-trigger {
      height: 100%;
      bottom: 0; }
      @media only screen and (min-width: 992px) {
        .digital-banner__main > .digital-banner__anim-trigger {
          bottom: auto;
          height: 200px; } }
    .digital-banner__background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 0;
      top: auto;
      bottom: 0; }
      @media only screen and (min-width: 992px) {
        .digital-banner__background {
          height: calc(100% - 100px); } }
      @media only screen and (min-width: 1400px) {
        .digital-banner__background {
          height: calc(100% - 170px); } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__background {
          height: calc(100% - 220px); } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__background {
          height: calc(100% - 300px); } }
    .digital-banner__background-video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: opacity .2s ease-in; }
      .digital-banner__background-video--active {
        opacity: 1; }
    .digital-banner__selector-container {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      height: 340px;
      margin-top: 155px;
      margin-left: auto;
      overflow: hidden;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .digital-banner__selector-container {
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          height: 340px;
          margin-top: 118px;
          margin-left: auto;
          overflow: hidden;
          z-index: 1; } }
      @media only screen and (min-width: 992px) {
        .digital-banner__selector-container {
          width: 400px;
          overflow: visible; } }
      @media only screen and (min-width: 1200px) {
        .digital-banner__selector-container {
          width: 530px; } }
      @media only screen and (min-width: 1400px) {
        .digital-banner__selector-container {
          margin-top: 260px; } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__selector-container {
          margin-top: 330px; } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__selector-container {
          margin-top: 600px;
          width: 850px;
          height: 630px; } }
    .digital-banner__video-mask {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      left: auto;
      right: 0; }
      @media only screen and (min-width: 992px) {
        .digital-banner__video-mask {
          display: block; } }
    .digital-banner__selector {
      position: relative;
      font-family: 'Raleway';
      width: min-content;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1.68px;
      line-height: 1.85;
      text-transform: uppercase;
      cursor: pointer;
      color: #fff;
      white-space: nowrap; }
      .digital-banner__selector > span {
        display: block;
        margin-right: 60px;
        opacity: 1;
        transition: opacity 0.4s ease-in; }
        @media screen and (max-width: 991px) {
          .digital-banner__selector > span {
            display: block;
            margin-right: 60px;
            opacity: 1;
            transition: opacity 0.4s ease-in;
            font-weight: 100;
            font-size: 12px; } }
        @media only screen and (min-width: 1400px) {
          .digital-banner__selector > span {
            margin-right: 95px; } }
        @media only screen and (min-width: 1921px) {
          .digital-banner__selector > span {
            margin-right: 125px; } }
        @media only screen and (min-width: 2561px) {
          .digital-banner__selector > span {
            margin-right: 160px; } }
      .digital-banner__selector--digital {
        margin-top: 40px; }
        @media only screen and (min-width: 768px) {
          .digital-banner__selector--digital {
            margin-top: 85px; } }
      .digital-banner__selector--bitcoin {
        margin-top: 45px; }
        @media screen and (max-width: 991px) {
          .digital-banner__selector--bitcoin {
            margin-top: 53px; } }
        @media only screen and (min-width: 768px) {
          .digital-banner__selector--bitcoin {
            margin-top: 230px; } }
        @media only screen and (min-width: 1921px) {
          .digital-banner__selector--bitcoin {
            margin-top: 285px; } }
        @media only screen and (min-width: 2561px) {
          .digital-banner__selector--bitcoin {
            margin-top: 330px; } }
      .digital-banner__selector--ethereum {
        margin-top: 32px; }
        @media screen and (max-width: 991px) {
          .digital-banner__selector--ethereum {
            margin-top: 17px; } }
        @media only screen and (min-width: 1921px) {
          .digital-banner__selector--ethereum {
            margin-top: 48px; } }
        @media only screen and (min-width: 2561px) {
          .digital-banner__selector--ethereum {
            margin-top: 64px; } }
      .digital-banner__selector--indices {
        margin-top: 32px; }
        @media screen and (max-width: 991px) {
          .digital-banner__selector--indices {
            margin-top: 17px; } }
        @media only screen and (min-width: 1921px) {
          .digital-banner__selector--indices {
            margin-top: 48px; } }
        @media only screen and (min-width: 2561px) {
          .digital-banner__selector--indices {
            margin-top: 64px; } }
      .digital-banner__selector--digital-income {
        margin-top: 32px; }
        @media screen and (max-width: 991px) {
          .digital-banner__selector--digital-income {
            margin-top: 17px; } }
        @media only screen and (min-width: 1921px) {
          .digital-banner__selector--digital-income {
            margin-top: 48px; } }
        @media only screen and (min-width: 2561px) {
          .digital-banner__selector--digital-income {
            margin-top: 64px; } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__selector, .digital-banner__selector:link, .digital-banner__selector:visited {
          font-size: 22px;
          letter-spacing: 2.4px; } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__selector, .digital-banner__selector:link, .digital-banner__selector:visited {
          font-size: 30px;
          letter-spacing: 3.2px; } }
    @media only screen and (min-width: 992px) {
      .digital-banner__selector--digital > .digital-banner__selector-button {
        background-color: #07286A; } }
    @media only screen and (min-width: 992px) {
      .digital-banner__selector--bitcoin > .digital-banner__selector-button {
        background-color: #072D7E; } }
    @media only screen and (min-width: 992px) {
      .digital-banner__selector--ethereum > .digital-banner__selector-button {
        background-color: #072F82; } }
    @media only screen and (min-width: 992px) {
      .digital-banner__selector--indices > .digital-banner__selector-button {
        background-color: #072F82; } }
    @media only screen and (min-width: 992px) {
      .digital-banner__selector--digital-income > .digital-banner__selector-button {
        background-color: #072F82; } }
    .digital-banner__selector-button {
      position: absolute;
      width: 42px;
      height: 42px;
      border-radius: 100%;
      right: -21px;
      top: 50%;
      transform: translateY(-50%); }
      .digital-banner__selector-button::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #fff;
        border-radius: 100%;
        transition: border-color 0.4s ease-in; }
      .digital-banner__selector-button::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        transition: left 0.4s ease-in, background-color 0.4s ease-in; }
      @media only screen and (min-width: 1400px) {
        .digital-banner__selector-button::after {
          width: 65px;
          left: -55px; } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__selector-button {
          width: 60px;
          height: 60px; }
          .digital-banner__selector-button::before {
            border-width: 2px;
            width: 36px;
            height: 36px; }
          .digital-banner__selector-button::after {
            width: 75px;
            left: -60px;
            height: 2px; } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__selector-button {
          width: 80px;
          height: 80px;
          right: -40px; }
          .digital-banner__selector-button::before {
            border-width: 3px;
            width: 48px;
            height: 48px; }
          .digital-banner__selector-button::after {
            width: 95px;
            left: -80px;
            height: 3px; } }
    .digital-banner__selector--active > span {
      opacity: 0; }
    .digital-banner__selector--active .digital-banner__selector-button::before {
      border-color: #6DEDEF; }
    .digital-banner__selector--active .digital-banner__selector-button::after {
      background-color: #6DEDEF;
      left: 31px; }
    @media only screen and (min-width: 1921px) {
      .digital-banner__selector--active .digital-banner__selector-button::after {
        left: 48px; } }
    @media only screen and (min-width: 2561px) {
      .digital-banner__selector--active .digital-banner__selector-button::after {
        left: 65px; } }
    .digital-banner__main-title {
      position: absolute;
      top: 210px;
      right: -310px;
      opacity: 0;
      font-family: 'Raleway';
      font-size: 30px;
      line-height: 1.11;
      letter-spacing: 5.4px;
      font-weight: 400;
      max-width: 435px;
      color: #fff;
      text-align: right;
      transition: right 0.4s ease-in, opacity 0.4s ease-in; }
      @media only screen and (min-width: 768px) {
        .digital-banner__main-title {
          font-size: 72px; } }
      @media only screen and (min-width: 1200px) {
        .digital-banner__main-title {
          font-size: 90px; } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__main-title {
          font-size: 120px;
          max-width: 700px; } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__main-title {
          font-size: 160px;
          max-width: 920px; } }
      .digital-banner__main-title--active {
        right: 40px;
        opacity: 1; }
        @media only screen and (min-width: 1200px) {
          .digital-banner__main-title--active {
            right: 95px; } }
      .digital-banner__main-title--digital {
        top: 0;
        right: 40px; }
        @media only screen and (min-width: 1200px) {
          .digital-banner__main-title--digital {
            right: 95px; } }
      .digital-banner__main-title--digital-income {
        top: 127px; }
      .digital-banner__main-title--digital-active {
        opacity: 1; }
      @media screen and (max-width: 991px) {
        .digital-banner__main-title--bitcoin {
          top: 105px; }
        .digital-banner__main-title--ethereum {
          top: 148px; }
        .digital-banner__main-title--indices {
          top: 190px; }
        .digital-banner__main-title--digital-income {
          top: 229px; } }
    .digital-banner__secondary {
      position: relative;
      padding-top: 200px; }
      @media screen and (max-width: 991px) {
        .digital-banner__secondary {
          height: 500px;
          background: linear-gradient(180deg, #061831 0%, #084CE8 40%, #65E8ED 142%);
          padding-top: 95px; } }
      .digital-banner__secondary::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        top: auto;
        bottom: 0;
        background-image: linear-gradient(#07245c, #08369A);
        z-index: -1; }
      @media only screen and (min-width: 576px) {
        .digital-banner__secondary {
          padding-top: 150px; } }
      @media only screen and (min-width: 992px) {
        .digital-banner__secondary {
          height: auto; }
          .digital-banner__secondary::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100px;
            background-color: #fff; } }
      @media only screen and (min-width: 1400px) {
        .digital-banner__secondary {
          padding-top: 330px; }
          .digital-banner__secondary::before {
            height: 170px; }
          .digital-banner__secondary::after {
            height: calc(100% - 170px); } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__secondary::before {
          height: 220px; }
        .digital-banner__secondary::after {
          height: calc(100% - 220px); } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__secondary {
          padding-top: 660px; }
          .digital-banner__secondary::before {
            height: 300px; }
          .digital-banner__secondary::after {
            height: calc(100% - 300px); } }
    .digital-banner__content {
      position: absolute;
      max-width: calc(100% - 32px);
      width: 100%;
      left: -1000px;
      transition: opacity 0.4s ease-in;
      opacity: 0;
      pointer-events: none;
      user-select: none; }
      @media screen and (max-width: 991px) {
        .digital-banner__content {
          padding: 28px 50px 24px 50px;
          max-width: 100%; } }
      @media only screen and (min-width: 992px) {
        .digital-banner__content {
          left: 50px;
          transform: none;
          max-width: 430px; } }
      @media only screen and (min-width: 1200px) {
        .digital-banner__content {
          max-width: 480px;
          left: 60px; } }
      @media only screen and (min-width: 1400px) {
        .digital-banner__content {
          left: 100px; } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__content {
          max-width: 720px;
          left: 125px; } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__content {
          max-width: 900px;
          left: 200px; } }
      .digital-banner__content--active {
        opacity: 1;
        user-select: initial;
        pointer-events: initial; }
        @media screen and (max-width: 991px) {
          .digital-banner__content--active {
            left: 0; } }
      .digital-banner__content--bitcoin {
        padding-top: 30px; }
      .digital-banner__content--ethereum {
        padding-top: 30px; }
    .digital-banner__content-title {
      font-family: 'Raleway';
      font-size: 30px;
      letter-spacing: 1.8px;
      line-height: 1.53;
      font-weight: 400;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .digital-banner__content-title {
          font-size: 15px;
          letter-spacing: 1.6px;
          line-height: 1.68; } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__content-title {
          font-size: 45px;
          max-width: 680px;
          margin-right: 60px;
          letter-spacing: 2.4px; } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__content-title {
          font-size: 60px;
          max-width: 900px;
          margin-right: 90px;
          letter-spacing: 3.2px; } }
    .digital-banner__content-text {
      display: block;
      font-family: 'Raleway';
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 1.28px;
      line-height: 1.5625;
      color: #fff;
      margin-top: 32px; }
      @media screen and (max-width: 991px) {
        .digital-banner__content-text {
          display: block;
          font-family: 'Raleway';
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 1.28px;
          line-height: 1.5625;
          color: #fff;
          margin-top: 32px; } }
      @media only screen and (min-width: 1400px) {
        .digital-banner__content-text {
          margin-top: 50px; } }
      @media only screen and (min-width: 1921px) {
        .digital-banner__content-text {
          font-size: 24px;
          letter-spacing: 2.2px; } }
      @media only screen and (min-width: 2561px) {
        .digital-banner__content-text {
          font-size: 30px;
          letter-spacing: 3.2px; } }
    .digital-banner__content-cta, .digital-banner__content-cta:link, .digital-banner__content-cta:visited {
      display: block;
      margin-top: 32px;
      font-family: 'Raleway';
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1.68px;
      line-height: 1.85;
      text-transform: uppercase;
      color: #fff;
      transition: color .2s ease-in;
      text-decoration: none; }
      @media screen and (max-width: 991px) {
        .digital-banner__content-cta, .digital-banner__content-cta:link, .digital-banner__content-cta:visited {
          font-weight: 100;
          font-size: 12px; } }
    @media only screen and (min-width: 1400px) {
      .digital-banner__content-cta, .digital-banner__content-cta:link, .digital-banner__content-cta:visited {
        margin-top: 48px; } }
    @media only screen and (min-width: 1921px) {
      .digital-banner__content-cta, .digital-banner__content-cta:link, .digital-banner__content-cta:visited {
        font-size: 24px;
        letter-spacing: 2.2px;
        margin-top: 72px; } }
    @media only screen and (min-width: 2561px) {
      .digital-banner__content-cta, .digital-banner__content-cta:link, .digital-banner__content-cta:visited {
        font-size: 30px;
        letter-spacing: 3.2px;
        margin-top: 90px; } }
    .digital-banner__content-cta:hover, .digital-banner__content-cta:hover:link, .digital-banner__content-cta:hover:visited {
      color: #0037ED; }
  
  .digital-read {
    display: grid;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 992px) {
      .digital-read {
        grid-template-columns: 1fr 500px;
        height: 650px;
        overflow: hidden; } }
    @media only screen and (min-width: 1200px) {
      .digital-read {
        grid-template-columns: 1fr 600px; } }
    @media only screen and (min-width: 1400px) {
      .digital-read {
        grid-template-columns: 1fr 750px; } }
    @media only screen and (min-width: 1921px) {
      .digital-read {
        grid-template-columns: 1fr 900px;
        height: 900px; } }
    @media only screen and (min-width: 2561px) {
      .digital-read {
        grid-template-columns: 1fr 1200px;
        height: 1300px; } }
    .digital-read__banner {
      position: relative;
      grid-row: 1;
      height: 100%;
      width: 100%;
      background-image: linear-gradient(#08369A, #0839A8);
      z-index: 0; }
      @media screen and (max-width: 991px) {
        .digital-read__banner {
          margin-top: -36px;
          padding-bottom: 37px;
          background-color: #389CEB;
          background-image: none; } }
      @media only screen and (min-width: 992px) {
        .digital-read__banner {
          grid-column: 2; } }
    .digital-read__title {
      font-family: 'Raleway';
      font-size: 48px;
      font-weight: 400;
      letter-spacing: 5.4px;
      line-height: 1.24;
      max-width: 415px;
      color: #6DEDEF;
      margin: 100px 16px 100px 16px; }
      @media screen and (max-width: 991px) {
        .digital-read__title {
          margin: 0px 50px 40px 50px; } }
      @media only screen and (min-width: 992px) {
        .digital-read__title {
          font-size: 72px;
          margin-left: 100px;
          margin-top: 180px; } }
      @media only screen and (min-width: 1200px) {
        .digital-read__title {
          font-size: 90px; } }
      @media only screen and (min-width: 1921px) {
        .digital-read__title {
          font-size: 120px;
          margin-left: 160px;
          margin-top: 255px;
          max-width: 623px; } }
      @media only screen and (min-width: 2561px) {
        .digital-read__title {
          font-size: 160px;
          margin-left: 225px;
          margin-top: 335px;
          max-width: 830px; } }
      .digital-read__title > :nth-child(1) > span {
        transition-delay: 0.1s; }
      .digital-read__title > :nth-child(2) > span {
        transition-delay: 0.2s; }
      .digital-read__title > :nth-child(3) > span {
        transition-delay: 0.3s; }
      .digital-read__title > :nth-child(4) > span {
        transition-delay: 0.4s; }
      .digital-read__title > :nth-child(5) > span {
        transition-delay: 0.5s; }
      .digital-read__title > :nth-child(6) > span {
        transition-delay: 0.6s; }
      .digital-read__title > :nth-child(7) > span {
        transition-delay: 0.7s; }
      .digital-read__title > :nth-child(8) > span {
        transition-delay: 0.8s; }
      .digital-read__title > :nth-child(9) > span {
        transition-delay: 0.9s; }
    .digital-read__title-mask {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .digital-read__title-mask {
          font-size: 30px;
          margin-top: 35px;
          letter-spacing: 1.8px; } }
      .digital-read__title-mask > span {
        transform: translateY(100%);
        transition: transform 0.05s cubic-bezier(0.77, 0, 0.175, 1); }
    .digital-read__title--active > .digital-read__title-mask span {
      transform: translateY(0);
      transition-duration: 2s; }
    .digital-read__container {
      position: relative;
      padding: 0 16px;
      margin-top: 50px;
      height: 480px;
      overflow: hidden;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .digital-read__container {
          padding: 0px 50px;
          margin-top: -50px;
          /* margin-bottom: 8px; */
          height: 520px; } }
      @media only screen and (min-width: 992px) {
        .digital-read__container {
          height: 100%;
          overflow: visible;
          margin: 160px 0 auto auto;
          padding-right: 110px;
          padding-left: 48px; } }
      @media only screen and (min-width: 1200px) {
        .digital-read__container {
          margin: 220px 0 auto auto; } }
      @media only screen and (min-width: 1921px) {
        .digital-read__container {
          margin: 280px 0 auto auto; } }
      @media only screen and (min-width: 2561px) {
        .digital-read__container {
          margin: 440px 0 auto auto;
          padding-right: 220px; } }
    .digital-read__content {
      width: 100%;
      display: flex;
      flex-direction: column;
      opacity: 0;
      transition: opacity 0.25s ease-in; }
      @media only screen and (min-width: 992px) {
        .digital-read__content {
          max-width: 800px;
          align-items: flex-end;
          text-align: right; } }
      .digital-read__content > * {
        user-select: none;
        pointer-events: none; }
      .digital-read__content--active {
        opacity: 1; }
        .digital-read__content--active > * {
          user-select: initial;
          pointer-events: initial; }
      .digital-read__content--slide {
        opacity: 0;
        transform: translateY(0);
        transition: opacity 0.25s ease-in, transform 0.25s ease-in; }
      .digital-read__content--slide-active {
        opacity: 1;
        transform: translateY(-100%); }
        .digital-read__content--slide-active > * {
          user-select: initial;
          pointer-events: initial; }
    .digital-read__content-title {
      font-family: 'Raleway';
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1.28px;
      line-height: 1.5625;
      margin-bottom: 24px;
      color: #182060;
      text-transform: uppercase; }
      @media screen and (max-width: 991px) {
        .digital-read__content-title {
          font-size: 15px;
          letter-spacing: 1.6px;
          line-height: 1.68; } }
      @media only screen and (min-width: 1921px) {
        .digital-read__content-title {
          font-size: 24px;
          letter-spacing: 2.2px; } }
      @media only screen and (min-width: 2561px) {
        .digital-read__content-title {
          font-size: 30px;
          letter-spacing: 3.2px; } }
    .digital-read__content-text {
      font-family: 'Raleway';
      font-size: 16px;
      letter-spacing: 1.28px;
      line-height: 1.5625;
      margin-bottom: 24px;
      color: #09102E; }
      @media screen and (max-width: 991px) {
        .digital-read__content-text {
          font-size: 14px;
          line-height: 1.5625;
          letter-spacing: 1.28px; } }
      @media only screen and (min-width: 1921px) {
        .digital-read__content-text {
          font-size: 24px;
          letter-spacing: 2.2px; } }
      @media only screen and (min-width: 2561px) {
        .digital-read__content-text {
          font-size: 30px;
          letter-spacing: 3.2px; } }
    .digital-read__content-cta, .digital-read__content-cta:link, .digital-read__content-cta:visited {
      font-family: 'Raleway';
      font-size: 14px;
      font-weight: 700;
      line-height: 1.68;
      letter-spacing: 1.28px;
      text-transform: uppercase;
      color: #0037ED;
      transition: .2s ease-in;
      text-decoration: none; }
    .digital-read__content-cta:hover {
      color: #0037ED; }
    @media only screen and (min-width: 1921px) {
      .digital-read__content-cta, .digital-read__content-cta:link, .digital-read__content-cta:visited {
        font-size: 24px;
        letter-spacing: 2.2px;
        margin-top: 72px; } }
    @media only screen and (min-width: 2561px) {
      .digital-read__content-cta, .digital-read__content-cta:link, .digital-read__content-cta:visited {
        font-size: 30px;
        letter-spacing: 3.2px;
        margin-top: 90px; } }
    .digital-read__content-toggle {
      position: relative;
      height: 42px;
      width: 42px;
      background-color: #fff;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      user-select: none;
      margin-bottom: 32px; }
      @media screen and (max-width: 991px) {
        .digital-read__content-toggle {
          position: relative;
          height: 34px;
          width: 34px;
          background-color: #fff;
          border-radius: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          user-select: none;
          margin-bottom: 52px;
          margin-left: -13px; } }
      .digital-read__content-toggle > img {
        width: 9px;
        height: auto; }
      .digital-read__content-toggle::before {
        content: "";
        position: absolute;
        width: 60px;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        left: -50px;
        background-color: #09102E; }
        @media screen and (max-width: 991px) {
          .digital-read__content-toggle::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 39px;
            top: 130%;
            transform: translateY(-50%);
            left: 17px;
            background-color: #09102E; } }
      .digital-read__content-toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 22px;
        width: 22px;
        border-radius: 100%;
        border: 1px solid #09102E; }
        @media screen and (max-width: 991px) {
          .digital-read__content-toggle::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 17px;
            width: 17px;
            border-radius: 100%;
            border: 1px solid #09102E; } }
      .digital-read__content-toggle--active > img {
        transform: rotate(180deg); }
      @media only screen and (min-width: 992px) {
        .digital-read__content-toggle {
          position: absolute;
          top: 50px;
          right: -21px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 2561px) {
        .digital-read__content-toggle {
          width: 84px;
          height: 84px; }
          .digital-read__content-toggle > img {
            width: 18px; }
          .digital-read__content-toggle::before {
            width: 120px;
            height: 3px;
            left: -96px; }
          .digital-read__content-toggle::after {
            height: 42px;
            width: 42px;
            border-width: 3px; } }
  
  .home-banner {
    display: grid;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 992px) {
      .home-banner {
        grid-template-columns: 1fr 400px;
        min-height: 100vh; } }
    @media only screen and (min-width: 1400px) {
      .home-banner {
        grid-template-columns: 1fr 550px; } }
    @media only screen and (min-width: 1921px) {
      .home-banner {
        grid-template-columns: 1fr 750px; } }
    @media only screen and (min-width: 2561px) {
      .home-banner {
        grid-template-columns: 1fr 1095px; } }
    .home-banner__anim-trigger, .digital-banner__anim-trigger, .home-section__anim-trigger {
      position: absolute;
      height: 200px;
      width: 1px;
      bottom: -100%;
      user-select: none;
      pointer-events: none; }
      @media only screen and (min-width: 768px) {
        .home-banner__anim-trigger, .digital-banner__anim-trigger, .home-section__anim-trigger {
          bottom: auto;
          height: 1px;
          top: 50%;
          transform: translateY(-50%); } }
    .home-banner__main {
      z-index: 1;
      background-color: #09102E;
      padding-bottom: 40px; }
      @media only screen and (min-width: 992px) {
        .home-banner__main {
          padding-bottom: 0; } }
    .home-banner__content {
      position: relative;
      margin-top: 180px;
      max-width: 1285px;
      margin-left: auto;
      padding: 40px 0 100px; }
      @media only screen and (min-width: 992px) {
        .home-banner__content {
          padding: 0;
          padding-top: 120px;
          padding-left: 16px;
          overflow: visible; } }
      @media only screen and (min-width: 1200px) {
        .home-banner__content {
          height: 535px;
          padding-top: 0;
          padding-left: 75px;
          padding-bottom: 40px; } }
      @media only screen and (min-width: 1400px) {
        .home-banner__content {
          margin-top: 170px; } }
      @media only screen and (min-width: 1600px) {
        .home-banner__content {
          height: 720px; } }
      @media only screen and (min-width: 1921px) {
        .home-banner__content {
          margin-top: 250px;
          max-width: 1680px;
          height: 1000px;
          padding-left: 40px;
          margin-left: 130px; } }
      @media only screen and (min-width: 2561px) {
        .home-banner__content {
          margin-top: 300px;
          max-width: 2425px;
          height: 1400px;
          padding-left: 60px; } }
    .home-banner__title {
      font-family: 'Raleway';
      font-size: 36px;
      line-height: 1.23;
      letter-spacing: 5.4px;
      font-weight: 400;
      color: #fff;
      margin: 0 auto;
      white-space: nowrap;
      width: min-content; }
      @media only screen and (min-width: 992px) {
        .home-banner__title {
          position: absolute;
          font-size: 72px;
          max-width: 650px;
          top: 0;
          left: 16px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 1200px) {
        .home-banner__title {
          top: 100px;
          left: auto; } }
      @media only screen and (min-width: 1600px) {
        .home-banner__title {
          font-size: 90px;
          right: 140px; } }
      @media only screen and (min-width: 1921px) {
        .home-banner__title {
          font-size: 120px;
          max-width: 845px; } }
      @media only screen and (min-width: 2561px) {
        .home-banner__title {
          font-size: 160px;
          max-width: 1120px; } }
      .home-banner__title > :nth-child(1) > span {
        transition-delay: 0.1s; }
      .home-banner__title > :nth-child(2) > span {
        transition-delay: 0.2s; }
      .home-banner__title > :nth-child(3) > span {
        transition-delay: 0.3s; }
      .home-banner__title > :nth-child(4) > span {
        transition-delay: 0.4s; }
      .home-banner__title > :nth-child(5) > span {
        transition-delay: 0.5s; }
      .home-banner__title > :nth-child(6) > span {
        transition-delay: 0.6s; }
      .home-banner__title > :nth-child(7) > span {
        transition-delay: 0.7s; }
      .home-banner__title > :nth-child(8) > span {
        transition-delay: 0.8s; }
      .home-banner__title > :nth-child(9) > span {
        transition-delay: 0.9s; }
    .home-banner__title-mask {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden; }
      .home-banner__title-mask > span {
        transform: translateY(100%);
        transition: transform 0.05s cubic-bezier(0.77, 0, 0.175, 1); }
    .home-banner__title--active > .home-banner__title-mask span {
      transform: translateY(0);
      transition-duration: 2s; }
    .home-banner__video-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 235px;
      height: 250px;
      overflow: hidden;
      padding-right: 16px;
      z-index: -1;
      pointer-events: none;
      user-select: none; }
      @media only screen and (min-width: 992px) {
        .home-banner__video-container {
          position: relative;
          width: 100%;
          height: 100%;
          max-width: 500px;
          max-height: 533px;
          padding-right: 0; } }
      @media only screen and (min-width: 1600px) {
        .home-banner__video-container {
          max-width: 674px;
          max-height: 719px; } }
      @media only screen and (min-width: 1921px) {
        .home-banner__video-container {
          max-width: 950px;
          max-height: 1000px; } }
      @media only screen and (min-width: 2561px) {
        .home-banner__video-container {
          max-width: 1320px;
          max-height: 1400px; } }
    .home-banner__video-mask {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #09102E;
      left: auto;
      right: 0; }
    .home-banner__links {
      border: 0;
      display: none;
      position: absolute;
      right: 0px;
      bottom: 60px;
      width: min-content; }
      .home-banner__links > :first-child {
        margin-bottom: 24px; }
      @media only screen and (min-width: 992px) {
        .home-banner__links {
          display: block; } }
      @media only screen and (min-width: 1921px) {
        .home-banner__links > :first-child {
          margin-bottom: 32px; } }
      @media only screen and (min-width: 2561px) {
        .home-banner__links > :first-child {
          margin-bottom: 48px; } }
    .home-banner__link, .home-banner__link:link, .home-banner__link:visited {
      display: flex;
      position: relative;
      font-family: 'Raleway';
      width: min-content;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1.68px;
      line-height: 1.85;
      text-transform: uppercase;
      cursor: pointer;
      color: #0037ED;
      white-space: nowrap;
      text-decoration: none; }
    .home-banner__link > span {
      display: block;
      margin-right: 60px;
      width: 205px;
      text-align: right;
      opacity: 1;
      transition: opacity 0.4s ease-in; }
      @media only screen and (min-width: 1400px) {
        .home-banner__link > span {
          margin-right: 95px; } }
      @media only screen and (min-width: 1921px) {
        .home-banner__link > span {
          width: 310px;
          margin-right: 120px; } }
      @media only screen and (min-width: 2561px) {
        .home-banner__link > span {
          width: 400px;
          margin-right: 160px; } }
    .home-banner__link > div {
      position: absolute;
      width: 42px;
      height: 42px;
      background-color: #09102E;
      border-radius: 100%;
      right: -21px;
      top: 50%;
      transform: translateY(-50%); }
      .home-banner__link > div::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #fff;
        border-radius: 100%;
        transition: border-color 0.4s ease-in; }
      .home-banner__link > div::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        transition: left 0.4s ease-in, background-color 0.4s ease-in; }
      @media only screen and (min-width: 1400px) {
        .home-banner__link > div::after {
          width: 65px;
          left: -55px; } }
      @media only screen and (min-width: 1921px) {
        .home-banner__link > div {
          width: 60px;
          height: 60px; }
          .home-banner__link > div::before {
            border-width: 2px;
            width: 36px;
            height: 36px; }
          .home-banner__link > div::after {
            width: 75px;
            left: -60px;
            height: 2px; } }
      @media only screen and (min-width: 2561px) {
        .home-banner__link > div {
          width: 80px;
          height: 80px; }
          .home-banner__link > div::before {
            border-width: 3px;
            width: 48px;
            height: 48px; }
          .home-banner__link > div::after {
            width: 95px;
            left: -80px;
            height: 3px; } }
    @media only screen and (min-width: 1921px) {
      .home-banner__link, .home-banner__link:link, .home-banner__link:visited {
        font-size: 22px;
        letter-spacing: 2.4px; } }
    @media only screen and (min-width: 2561px) {
      .home-banner__link, .home-banner__link:link, .home-banner__link:visited {
        font-size: 30px;
        letter-spacing: 3.2px; } }
    .home-banner__mobile-video {
      position: absolute;
      width: 125px;
      height: 175px;
      right: 0;
      top: 225px;
      display: block;
      z-index: -1; }
      @media only screen and (min-width: 992px) {
        .home-banner__mobile-video {
          display: none; } }
    .home-banner__mobile-text {
      display: block;
      font-family: 'Raleway';
      font-size: 15px;
      line-height: 1.68;
      letter-spacing: 1.6px;
      font-weight: 400;
      color: #fff;
      margin: 250px 50px 0; }
      @media only screen and (min-width: 992px) {
        .home-banner__mobile-text {
          display: none; } }
    .home-banner__secondary {
      display: none;
      position: relative;
      max-height: 100%;
      overflow: visible; }
      @media only screen and (min-width: 992px) {
        .home-banner__secondary {
          display: block; } }
    .home-banner__secondary-background {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 100px;
      left: 0; }
      @media only screen and (min-width: 1400px) {
        .home-banner__secondary-background {
          top: 170px; } }
      @media only screen and (min-width: 1921px) {
        .home-banner__secondary-background {
          top: 220px; } }
      @media only screen and (min-width: 2561px) {
        .home-banner__secondary-background {
          top: 300px; } }
    .home-banner__secondary-mask {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      left: auto;
      right: 0; }
  
  .home-section {
    display: grid;
    grid-template-columns: 1fr;
    padding: 60px 0 120px; }
    @media only screen and (min-width: 992px) {
      .home-section {
        padding: 140px 0; } }
    @media only screen and (min-width: 1200px) {
      .home-section {
        grid-template-columns: 1fr 400px; } }
    @media only screen and (min-width: 1400px) {
      .home-section {
        grid-template-columns: 1fr 550px; } }
    @media only screen and (min-width: 1921px) {
      .home-section {
        grid-template-columns: 1fr 750px; } }
    @media only screen and (min-width: 2561px) {
      .home-section {
        grid-template-columns: 1fr 1095px;
        padding: 300px 0; } }
    .home-section__main {
      position: relative; }
    .home-section__secondary {
      display: flex;
      align-self: flex-end;
      justify-content: center;
      grid-row: 3;
      margin-top: 60px;
      padding-left: 16px;
      padding-right: 16px; }
      @media only screen and (min-width: 992px) {
        .home-section__secondary {
          justify-content: flex-start;
          margin-top: 40px;
          padding-left: 140px;
          padding-bottom: 48px; } }
      @media only screen and (min-width: 1200px) {
        .home-section__secondary {
          grid-row: unset;
          margin-top: 0;
          padding-left: 65px; } }
      .home-section__secondary > :first-child {
        margin-right: 45px; }
      @media only screen and (min-width: 1921px) {
        .home-section__secondary > :first-child {
          margin-right: 60px; } }
      @media only screen and (min-width: 2561px) {
        .home-section__secondary > :first-child {
          margin-right: 90px; } }
    .home-section__anim-trigger {
      height: 100%;
      bottom: 0; }
      @media only screen and (min-width: 992px) {
        .home-section__anim-trigger {
          height: 200px; } }
    .home-section__content {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-left: auto; }
      @media only screen and (min-width: 992px) {
        .home-section__content {
          padding: 0;
          flex-direction: row;
          padding-right: 60px;
          padding-bottom: 40px;
          max-width: calc(100% - 140px); } }
      @media only screen and (min-width: 1921px) {
        .home-section__content {
          max-width: 1680px;
          padding-left: 40px; } }
      @media only screen and (min-width: 2561px) {
        .home-section__content {
          max-width: 2425px;
          padding-left: 60px; } }
    .home-section__title {
      display: none;
      font-family: 'Raleway';
      font-size: 30px;
      letter-spacing: 1.8px;
      line-height: 1.63;
      font-weight: 400;
      color: #0037ED;
      max-width: 395px;
      margin-right: 45px; }
      @media only screen and (min-width: 992px) {
        .home-section__title {
          display: block;
          margin-right: 60px; } }
      @media only screen and (min-width: 1921px) {
        .home-section__title {
          font-size: 45px;
          max-width: 555px;
          margin-right: 60px;
          letter-spacing: 2.4px; } }
      @media only screen and (min-width: 2561px) {
        .home-section__title {
          font-size: 60px;
          max-width: 785px;
          margin-right: 90px;
          letter-spacing: 3.2px; } }
    .home-section__text {
      font-family: 'Raleway';
      font-size: 14px;
      letter-spacing: 1.28px;
      line-height: 1.5625;
      color: #09102E;
      font-weight: 400;
      margin: 0 50px; }
      @media only screen and (min-width: 992px) {
        .home-section__text {
          font-size: 16px;
          max-width: 550px;
          margin: 0 auto; } }
      @media only screen and (min-width: 1921px) {
        .home-section__text {
          font-size: 24px;
          max-width: 840px;
          letter-spacing: 2.2px; } }
      @media only screen and (min-width: 2561px) {
        .home-section__text {
          font-size: 30px;
          max-width: 1240px;
          letter-spacing: 3.2px; } }
    .home-section__award {
      height: auto;
      width: 100px;
      box-shadow: 2px 2px 12px 0px #09102E; }
      @media only screen and (min-width: 992px) {
        .home-section__award {
          width: 150px; } }
      @media only screen and (min-width: 1400px) {
        .home-section__award {
          width: 170px; } }
      @media only screen and (min-width: 1921px) {
        .home-section__award {
          width: 260px; } }
      @media only screen and (min-width: 2561px) {
        .home-section__award {
          width: 320px; } }
    .home-section__link-container {
      position: relative;
      margin-top: 50px;
      padding-left: 50px; }
      .home-section__link-container::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 24px;
        left: 0;
        top: 1px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        border: 1px solid #0037ED;
        border-left: none; }
      .home-section__link-container::after {
        content: "";
        position: absolute;
        width: 27px;
        height: 1px;
        left: 12px;
        top: 13px;
        background-color: #0037ED; }
      @media only screen and (min-width: 992px) {
        .home-section__link-container {
          margin-top: 60px;
          padding-left: 140px; }
          .home-section__link-container::before {
            top: 1px;
            width: 24px;
            height: 48px; }
          .home-section__link-container::after {
            height: 1px;
            left: 24px;
            top: 50%;
            width: 85px; } }
      @media only screen and (min-width: 1921px) {
        .home-section__link-container {
          padding-left: 200px;
          margin-top: 90px; }
          .home-section__link-container::before {
            width: 36px;
            height: 72px;
            border-width: 2px; }
          .home-section__link-container::after {
            width: 120px;
            height: 2px;
            left: 36px;
            top: 50%; } }
      @media only screen and (min-width: 2561px) {
        .home-section__link-container {
          padding-left: 365px;
          margin-top: 120px; }
          .home-section__link-container::before {
            width: 48px;
            height: 96px;
            border-width: 3px; }
          .home-section__link-container::after {
            width: 160px;
            height: 3px;
            left: 48px;
            top: 50%; } }
    .home-section__link, .home-section__link:link, .home-section__link:visited {
      max-width: 295px;
      font-family: 'Raleway';
      font-size: 12px;
      letter-spacing: 1.68px;
      font-weight: 700;
      line-height: 1.85;
      text-transform: uppercase;
      color: #09102E;
      text-decoration: none;
      transition: color .2s ease-in; }
    .home-section__link:hover, .home-section__link:hover:link, .home-section__link:hover:visited {
      color: #0037ED; }
    @media only screen and (min-width: 992px) {
      .home-section__link, .home-section__link:link, .home-section__link:visited {
        font-size: 14px; } }
    @media only screen and (min-width: 1921px) {
      .home-section__link, .home-section__link:link, .home-section__link:visited {
        font-size: 21px;
        max-width: 400px;
        letter-spacing: 2.4px; } }
    @media only screen and (min-width: 2561px) {
      .home-section__link, .home-section__link:link, .home-section__link:visited {
        font-size: 28px;
        max-width: 550px;
        letter-spacing: 3.2px; } }
  
  .alternative-content__anim-trigger {
    position: absolute;
    height: 80%;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none; }
    @media only screen and (min-width: 992px) {
      .alternative-content__anim-trigger {
        height: 1px; } }
  
  .alternative-content__mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: auto;
    z-index: 0;
    background-color: #09102E; }
  
  .alternative-content__row {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    overflow-x: hidden; }
    .alternative-content__row::before {
      content: "";
      position: absolute;
      width: 840px;
      height: 170px;
      background-color: #09102E;
      left: 0;
      top: 0;
      z-index: -1; }
    @media only screen and (min-width: 992px) {
      .alternative-content__row {
        padding-top: 100px;
        grid-template-columns: 560px 1fr; }
        .alternative-content__row::before {
          width: 560px; } }
    @media only screen and (min-width: 1200px) {
      .alternative-content__row {
        padding-top: 100px;
        grid-template-columns: 680px 1fr; }
        .alternative-content__row::before {
          width: 680px; } }
    @media only screen and (min-width: 1400px) {
      .alternative-content__row {
        padding-top: 170px;
        grid-template-columns: 840px 1fr; }
        .alternative-content__row::before {
          width: 840px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__row {
        padding-top: 220px;
        grid-template-columns: 1260px 1fr; }
        .alternative-content__row::before {
          height: 220px;
          width: 1260px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__row {
        padding-top: 300px;
        grid-template-columns: 1480px 1fr; }
        .alternative-content__row::before {
          height: 300px;
          width: 1680px; } }
    @media only screen and (min-width: 3341px) {
      .alternative-content__row {
        grid-template-columns: 1680px 1fr; } }
  
  .alternative-content__col-left {
    width: 100%; }
    .alternative-content__col-left--top {
      padding: 80px 0 0px 0px; }
      @media only screen and (min-width: 992px) {
        .alternative-content__col-left--top {
          padding: 100px 15px 280px; } }
    .alternative-content__col-left--bottom {
      position: relative; }
      .alternative-content__col-left--bottom::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #0037ED; }
        @media only screen and (min-width: 992px) {
          .alternative-content__col-left--bottom::before {
            height: calc(100% + 100px);
            top: -100px; } }
  
  .alternative-content__col-right {
    width: 100%; }
  
  .alternative-content__col-right--no-animation {
    width: 100%;
    background-color: #09102E;
    display: flex;
    align-items: center;
    min-height: 550px; }
    @media screen and (max-width: 991px) {
      .alternative-content__col-right--no-animation {
        background-color: white;
        padding-top: 0px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__col-right--no-animation {
        min-height: 825px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__col-right--no-animation {
        min-height: 1100px; } }
  
  .alternative-content__col-right-anim {
    display: grid;
    grid-template-columns: 1fr; }
  
  .alternative-content__link-container {
    position: relative;
    margin-top: 60px;
    padding-left: 40px;
    transform: translateX(-15px);
    margin-bottom: 60px; }
    @media screen and (max-width: 991px) {
      .alternative-content__link-container {
        padding-left: 65px;
        padding-top: 3px; } }
    .alternative-content__link-container::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 24px;
      left: 0;
      top: 50%;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      border: 1px solid #0037ED;
      border-left: none;
      transform: translateY(-50%); }
      @media screen and (max-width: 991px) {
        .alternative-content__link-container::before {
          left: 14px; } }
    .alternative-content__link-container::after {
      content: "";
      position: absolute;
      width: 18px;
      height: 1px;
      left: 12px;
      top: 13px;
      background-color: #0037ED; }
      @media screen and (max-width: 991px) {
        .alternative-content__link-container::after {
          left: 26px; } }
    @media only screen and (min-width: 768px) {
      .alternative-content__link-container {
        padding-left: 170px; }
        .alternative-content__link-container::before {
          width: 24px;
          height: 48px;
          left: 0; }
        .alternative-content__link-container::after {
          width: 100px;
          height: 1px;
          left: 24px;
          top: 50%; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__link-container {
        padding-left: 250px;
        margin-top: 90px; }
        .alternative-content__link-container::before {
          width: 36px;
          height: 72px;
          left: 0;
          border-width: 2px; }
        .alternative-content__link-container::after {
          width: 165px;
          height: 2px;
          left: 36px;
          top: 50%; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__link-container {
        padding-left: 300px;
        margin-top: 120px; }
        .alternative-content__link-container::before {
          width: 48px;
          height: 96px;
          left: 0;
          border-width: 3px; }
        .alternative-content__link-container::after {
          width: 200px;
          height: 3px;
          left: 48px;
          top: 50%; } }
  
  .alternative-content__link, .alternative-content__link:link, .alternative-content__link:visited {
    max-width: 295px;
    font-family: 'Raleway';
    font-size: 14px;
    letter-spacing: 1.68px;
    font-weight: 700;
    line-height: 1.85;
    text-transform: uppercase;
    color: #09102E;
    text-decoration: none;
    transition: color .2s ease-in; }
    @media screen and (max-width: 991px) {
      .alternative-content__link, .alternative-content__link:link, .alternative-content__link:visited {
        font-weight: 400; } }
  
  .alternative-content__link:hover, .alternative-content__link:hover:link, .alternative-content__link:hover:visited {
    color: #0037ED; }
  
  @media only screen and (min-width: 1921px) {
    .alternative-content__link, .alternative-content__link:link, .alternative-content__link:visited {
      font-size: 21px;
      max-width: 400px;
      letter-spacing: 2.4px; } }
  
  @media only screen and (min-width: 2561px) {
    .alternative-content__link, .alternative-content__link:link, .alternative-content__link:visited {
      font-size: 28px;
      max-width: 550px;
      letter-spacing: 3.2px; } }
  
  .alternative-content__we-build {
    padding: 20px;
    font-family: "Raleway";
    color: #0037ED;
    font-size: 30px;
    letter-spacing: 1.6px;
    line-height: 1.68;
    max-width: 550px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .alternative-content__we-build {
        font-size: 15px;
        font-weight: normal;
        padding: 50px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__we-build {
        font-size: 45px;
        letter-spacing: 2.4px;
        max-width: 825px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__we-build {
        font-size: 60px;
        letter-spacing: 3.2px;
        max-width: 1100px; } }
  
  .alternative-content__our-alternative {
    width: 100%;
    letter-spacing: 1.28px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5625;
    padding: 15px;
    padding-bottom: 60px;
    font-family: "Raleway";
    color: #09102E;
    max-width: 550px; }
    @media screen and (max-width: 991px) {
      .alternative-content__our-alternative {
        font-size: 14px;
        font-weight: normal;
        padding: 0 50px 0px 50px;
        line-height: 1.5625;
        letter-spacing: 1.28px; } }
    @media only screen and (min-width: 992px) {
      .alternative-content__our-alternative {
        padding-bottom: 0;
        max-width: 835px;
        padding: 100px 120px 25px 70px; } }
    @media only screen and (min-width: 1400px) {
      .alternative-content__our-alternative {
        padding: 100px 115px 25px 90px; } }
    @media only screen and (min-width: 1600px) {
      .alternative-content__our-alternative {
        padding: 140px 115px 80px 90px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__our-alternative {
        width: 975px;
        font-size: 22px;
        letter-spacing: 1.8px;
        padding: 210px 30px 120px 0px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__our-alternative {
        font-size: 30px;
        letter-spacing: 2.5px;
        max-width: 1300px;
        padding: 280px 40px 160px 0px; } }
  
  .alternative-content__have-you-read-left {
    position: relative;
    min-height: 100%;
    color: white;
    font-size: 48px;
    line-height: 1.24;
    letter-spacing: 5.4px;
    padding: 60px 15px;
    font-family: "Raleway";
    z-index: 1;
    pointer-events: none; }
    @media screen and (max-width: 991px) {
      .alternative-content__have-you-read-left {
        position: relative;
        min-height: 100%;
        color: white;
        font-size: 30px;
        line-height: 1.24;
        letter-spacing: 1.8px;
        padding: 60px 36px 8px 50px;
        font-family: "Raleway";
        z-index: 1;
        pointer-events: none; } }
    @media only screen and (min-width: 576px) {
      .alternative-content__have-you-read-left {
        font-size: 60px; } }
    @media only screen and (min-width: 992px) {
      .alternative-content__have-you-read-left {
        font-size: 90px;
        height: 450px;
        padding: 0;
        padding-top: 120px;
        text-align: right;
        padding-right: 130px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__have-you-read-left {
        font-size: 135px;
        letter-spacing: 8.1px;
        padding-top: 180px;
        padding-right: 195px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__have-you-read-left {
        font-size: 180px;
        letter-spacing: 10.8px;
        padding-top: 240px;
        padding-right: 260px; } }
  
  .alternative-content__content-toggle {
    position: relative;
    height: 42px;
    width: 42px;
    background-color: #0037ED;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    pointer-events: initial;
    margin-top: 30px; }
    @media screen and (max-width: 991px) {
      .alternative-content__content-toggle {
        position: relative;
        height: 33px;
        width: 33px;
        background-color: white;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none;
        pointer-events: initial;
        margin-top: 29px;
        margin-bottom: -20px;
        margin-left: -20px; } }
    .alternative-content__content-toggle > img {
      width: 9px;
      height: auto; }
      @media screen and (max-width: 991px) {
        .alternative-content__content-toggle > img {
          width: 5px; } }
    .alternative-content__content-toggle::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 22px;
      width: 22px;
      border-radius: 100%;
      border: 1px solid #6DEDEF; }
      @media screen and (max-width: 991px) {
        .alternative-content__content-toggle::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: 17px;
          width: 17px;
          border-radius: 100%;
          border: 1px solid black; } }
    .alternative-content__content-toggle::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 1px;
      top: 50%;
      transform: translateY(-50%);
      left: 31px;
      background-color: #6DEDEF; }
      @media screen and (max-width: 991px) {
        .alternative-content__content-toggle::before {
          content: "";
          position: absolute;
          width: 1px;
          height: 40px;
          top: 31px;
          transform: translateY(-17%);
          left: 17px;
          background-color: black; } }
    .alternative-content__content-toggle--active > img {
      transform: rotate(180deg); }
    @media only screen and (min-width: 992px) {
      .alternative-content__content-toggle {
        position: absolute;
        top: 200px;
        right: -21px;
        margin-top: 0; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__content-toggle {
        width: 84px;
        height: 84px;
        right: -42px;
        top: 400px; }
        .alternative-content__content-toggle > img {
          width: 18px; }
        .alternative-content__content-toggle::before {
          width: 120px;
          height: 3px;
          left: -96px; }
        .alternative-content__content-toggle::after {
          height: 42px;
          width: 42px;
          border-width: 3px; } }
  
  .alternative-content__have-you-read-right, .alternative-content__have-you-read-right--slide {
    grid-row: 1;
    grid-column: 1;
    padding: 60px 30px;
    position: relative;
    z-index: 0;
    max-width: 880px;
    margin: 0 auto;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: opacity .2s ease-in; }
    @media screen and (max-width: 991px) {
      .alternative-content__have-you-read-right, .alternative-content__have-you-read-right--slide {
        padding: 70px 50px 60px; } }
    @media only screen and (min-width: 992px) {
      .alternative-content__have-you-read-right, .alternative-content__have-you-read-right--slide {
        padding-left: 90px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__have-you-read-right, .alternative-content__have-you-read-right--slide {
        max-width: 1320px;
        padding: 90px 45px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__have-you-read-right, .alternative-content__have-you-read-right--slide {
        max-width: 1760px;
        padding: 120px 60px; } }
    .alternative-content__have-you-read-right--active, .alternative-content__have-you-read-right--slide--active {
      opacity: 1;
      user-select: initial;
      pointer-events: initial; }
  
  .alternative-content__left-panel {
    width: 100%;
    height: 750px;
    max-height: 750px;
    background-color: #09102E;
    position: relative; }
    @media screen and (max-width: 991px) {
      .alternative-content__left-panel {
        height: 430px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__left-panel {
        height: 1125px;
        min-height: 1125px;
        max-height: 1125px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__left-panel {
        height: 1500px;
        max-height: 1500px;
        min-height: 1500px; } }
  
  .alternative-content__video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  
  .alternative-content__content {
    padding: 80px 0;
    width: 100%;
    display: none;
    background-color: #000;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .alternative-content__content {
        padding: 0;
        min-height: 900px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__content {
        min-height: 1350px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__content {
        min-height: 1800px; } }
    .alternative-content__content--active {
      display: flex; }
      .alternative-content__content--active .alternative-content__content-inner {
        animation: 1.5s fadeIn1; }
    .alternative-content__content-inner {
      padding: 50px;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .alternative-content__content-inner {
          padding: 100px 120px 100px 70px;
          max-width: 835px; } }
      @media only screen and (min-width: 1400px) {
        .alternative-content__content-inner {
          padding: 100px 115px 100px 90px; } }
      @media only screen and (min-width: 1921px) {
        .alternative-content__content-inner {
          padding: 150px 30px;
          padding-left: 210px;
          max-width: 1250px; } }
      @media only screen and (min-width: 2561px) {
        .alternative-content__content-inner {
          max-width: 1670px;
          padding: 200px 40px;
          padding-left: 280px; } }
    @media screen and (max-width: 991px) {
      .alternative-content__content--inflation, .alternative-content__content--customised-solutions {
        padding: 80px 0; } }
    @media only screen and (min-width: 992px) {
      .alternative-content__content--inflation, .alternative-content__content--customised-solutions {
        padding-top: 90px; } }
  
  .alternative-content__title {
    font-size: 16px;
    letter-spacing: 1.28px;
    font-weight: bold;
    line-height: 1.5625;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #182060;
    font-family: "Raleway"; }
    @media screen and (max-width: 991px) {
      .alternative-content__title {
        font-size: 14px;
        letter-spacing: 1.6px;
        line-height: 1.68;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-family: "Raleway"; }
        .alternative-content__title--black {
          color: #09102E !important; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__title {
        font-size: 24px;
        letter-spacing: 1.9px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__title {
        font-size: 32px;
        letter-spacing: 2.5px; } }
  
  .alternative-content__paragraph {
    font-size: 15px;
    letter-spacing: 1.28px;
    line-height: 1.5625;
    margin-bottom: 24px;
    font-family: "Raleway";
    color: #09102E; }
    @media screen and (max-width: 991px) {
      .alternative-content__paragraph {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.5625;
        letter-spacing: 1.28px; }
        .alternative-content__paragraph--black {
          color: #09102E !important; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__paragraph {
        font-size: 22px;
        letter-spacing: 1.8px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__paragraph {
        font-size: 30px;
        letter-spacing: 2.5px; } }
  
  .alternative-content__left-panel-links {
    position: absolute;
    right: 0px;
    width: auto;
    height: auto;
    bottom: 53px;
    align-items: flex-end;
    display: flex;
    flex-direction: column; }
  
  .alternative-content__left-panel-title {
    position: relative;
    font-family: "Raleway";
    text-align: center;
    margin-top: 120px !important;
    font-size: 48px;
    padding: 0px 55px;
    font-weight: 400;
    letter-spacing: 5.4px;
    color: #fff;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .alternative-content__left-panel-title {
        letter-spacing: 2.4px; } }
    @media only screen and (min-width: 576px) {
      .alternative-content__left-panel-title {
        font-size: 60px; } }
    @media only screen and (min-width: 992px) {
      .alternative-content__left-panel-title {
        padding: 0 90px 0 16px;
        font-size: 90px;
        width: min-content;
        text-align: right;
        margin-left: auto; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__left-panel-title {
        font-size: 90px;
        letter-spacing: 8.1px;
        margin-top: 150px;
        padding: 0 45px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__left-panel-title {
        font-size: 120px;
        letter-spacing: 10.8px;
        margin-top: 300px;
        padding: 0 60px; } }
    .alternative-content__left-panel-title > :nth-child(1) > span {
      transition-delay: 0.1s; }
    .alternative-content__left-panel-title > :nth-child(2) > span {
      transition-delay: 0.2s; }
    .alternative-content__left-panel-title > :nth-child(3) > span {
      transition-delay: 0.3s; }
    .alternative-content__left-panel-title > :nth-child(4) > span {
      transition-delay: 0.4s; }
    .alternative-content__left-panel-title > :nth-child(5) > span {
      transition-delay: 0.5s; }
    .alternative-content__left-panel-title > :nth-child(6) > span {
      transition-delay: 0.6s; }
    .alternative-content__left-panel-title > :nth-child(7) > span {
      transition-delay: 0.7s; }
    .alternative-content__left-panel-title > :nth-child(8) > span {
      transition-delay: 0.8s; }
    .alternative-content__left-panel-title > :nth-child(9) > span {
      transition-delay: 0.9s; }
  
  .alternative-content__title-mask {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden; }
    .alternative-content__title-mask > span {
      transform: translateY(100%);
      transition: transform 0.05s cubic-bezier(0.77, 0, 0.175, 1); }
  
  .alternative-content__left-panel-title--active > .alternative-content__title-mask span {
    transform: translateY(0);
    transition-duration: 2s; }
  
  .alternative-content__have-you-read-left > :nth-child(1) > span {
    transition-delay: 0.1s; }
  
  .alternative-content__have-you-read-left > :nth-child(2) > span {
    transition-delay: 0.2s; }
  
  .alternative-content__have-you-read-left > :nth-child(3) > span {
    transition-delay: 0.3s; }
  
  .alternative-content__have-you-read-left > :nth-child(4) > span {
    transition-delay: 0.4s; }
  
  .alternative-content__have-you-read-left > :nth-child(5) > span {
    transition-delay: 0.5s; }
  
  .alternative-content__have-you-read-left > :nth-child(6) > span {
    transition-delay: 0.6s; }
  
  .alternative-content__have-you-read-left > :nth-child(7) > span {
    transition-delay: 0.7s; }
  
  .alternative-content__have-you-read-left > :nth-child(8) > span {
    transition-delay: 0.8s; }
  
  .alternative-content__have-you-read-left > :nth-child(9) > span {
    transition-delay: 0.9s; }
  
  .alternative-content__have-you-read-left--active > .alternative-content__title-mask span {
    transform: translateY(0);
    transition-duration: 2s; }
  
  .alternative-content__selector {
    position: relative;
    font-family: 'Raleway';
    width: min-content;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.68px;
    line-height: 1.85;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    margin-top: 48px; }
    @media screen and (max-width: 991px) {
      .alternative-content__selector {
        margin-top: 15px; } }
    .alternative-content__selector > span {
      display: block;
      margin-right: 60px;
      opacity: 1;
      transition: opacity 0.25s ease-in, margin-right 0.25s ease-in; }
      @media only screen and (min-width: 1400px) {
        .alternative-content__selector > span {
          margin-right: 90px; } }
      @media only screen and (min-width: 1921px) {
        .alternative-content__selector > span {
          margin-right: 210px; } }
      @media only screen and (min-width: 2561px) {
        .alternative-content__selector > span {
          margin-right: 280px; } }
    .alternative-content__selector--active > span {
      margin-right: 30px; }
      @media only screen and (min-width: 1921px) {
        .alternative-content__selector--active > span {
          margin-right: 45px; } }
      @media only screen and (min-width: 2561px) {
        .alternative-content__selector--active > span {
          margin-right: 60px; } }
    .alternative-content__selector--active .alternative-content__selector-button::after {
      left: 32px; }
      @media only screen and (min-width: 1921px) {
        .alternative-content__selector--active .alternative-content__selector-button::after {
          left: 48px; } }
      @media only screen and (min-width: 2561px) {
        .alternative-content__selector--active .alternative-content__selector-button::after {
          left: 64px; } }
    .alternative-content__selector--title {
      margin-top: 120px; }
      .alternative-content__selector--title .alternative-banner__selector-button {
        background-color: #182060; }
        .alternative-content__selector--title .alternative-banner__selector-button::after {
          left: 32px !important; }
    @media only screen and (min-width: 1921px) {
      .alternative-content__selector {
        font-size: 21px;
        letter-spacing: 2.4px;
        margin-top: 72px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__selector {
        font-size: 28px;
        letter-spacing: 3.3px;
        margin-top: 96px; } }
  
  .alternative-content__selector-button {
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #09102E;
    border-radius: 100%;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000; }
    .alternative-content__selector-button::before {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #fff;
      border-radius: 100%;
      transition: border-color 0.4s ease-in; }
      @media screen and (max-width: 991px) {
        .alternative-content__selector-button::before {
          width: 17px;
          height: 17px; } }
    .alternative-content__selector-button::after {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      background-color: #fff;
      top: 50%;
      transform: translateY(-50%);
      left: -29px;
      transition: left 0.4s ease-in, background-color 0.4s ease-in; }
    @media only screen and (min-width: 1400px) {
      .alternative-content__selector-button::after {
        width: 65px;
        left: -55px; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content__selector-button {
        width: 60px;
        height: 60px; }
        .alternative-content__selector-button::before {
          border-width: 2px;
          width: 36px;
          height: 36px; }
        .alternative-content__selector-button::after {
          width: 180px;
          left: -167px;
          height: 2px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content__selector-button {
        width: 80px;
        height: 80px;
        right: -40px; }
        .alternative-content__selector-button::before {
          border-width: 3px;
          width: 48px;
          height: 48px; }
        .alternative-content__selector-button::after {
          width: 240px;
          left: -220px;
          height: 3px; } }
  
  .alternative-content__title-active {
    padding-left: 100px;
    font-size: 80px;
    font-family: 'Raleway'; }
    .alternative-content__title-active--white {
      margin-top: 80px;
      margin-bottom: 10px;
      color: #fff; }
  
  .alternative-content__alternative-text {
    padding-left: 100px;
    padding-right: 70px;
    margin-top: 55px;
    font-family: 'Raleway';
    color: #09102E;
    line-height: 25px;
    letter-spacing: 1.28px; }
  
  .alternative-content__article-paraghraph {
    padding-left: 100px;
    padding-right: 70px;
    margin-top: 30px;
    font-family: 'Raleway';
    font-size: 16px;
    color: #09102E;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: 1.28px; }
  
  .alternative-content__article-link {
    padding-left: 100px;
    padding-right: 70px;
    margin-top: 30px;
    font-family: 'Raleway';
    font-size: 16px;
    color: #6DEDEF;
    line-height: 25px;
    letter-spacing: 1.28px;
    font-weight: bold;
    text-decoration: none;
    display: block; }
  
  .alternative-content__article-title {
    padding-left: 100px;
    padding-right: 70px;
    margin-top: 110px;
    font-weight: bold;
    font-size: 25px; }
  
  .alternative-content__article-date {
    padding-left: 100px;
    padding-right: 70px;
    margin-top: 10px;
    color: #6DEDEF; }
  
  .alternative-content__alternative-row {
    padding-left: 100px;
    padding-right: 0px;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap; }
    .alternative-content__alternative-row--vertical {
      flex-direction: column;
      margin-top: -180px; }
      .alternative-content__alternative-row--vertical .alternative-content__alternative-column {
        margin-top: 50px !important;
        width: 80% !important;
        margin-left: 10% !important; }
  
  .alternative-content__alternative-column {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    padding: 0px 30px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway';
    color: #182060;
    margin-top: 90px;
    margin-bottom: 0; }
    .alternative-content__alternative-column img {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }
  
  .alternative-content .pink-link {
    color: #6DEDEF;
    text-transform: uppercase;
    margin-top: 10px;
    display: block; }
    @media screen and (max-width: 991px) {
      .alternative-content .pink-link {
        text-decoration: none;
        font-family: "Raleway";
        letter-spacing: 1.28px;
        font-size: 14px;
        color: #09102E !important; } }
    @media only screen and (min-width: 1921px) {
      .alternative-content .pink-link {
        margin-top: 15px; } }
    @media only screen and (min-width: 2561px) {
      .alternative-content .pink-link {
        margin-top: 20px; } }
    .alternative-content .pink-link--card {
      margin-top: 15px; }
      @media only screen and (min-width: 1921px) {
        .alternative-content .pink-link--card {
          margin-top: 21px; } }
      @media only screen and (min-width: 2561px) {
        .alternative-content .pink-link--card {
          margin-top: 30px; } }
  
  .alternative-content__card-text {
    font-weight: normal; }
  
  .pink-link {
    text-decoration: none;
    font-family: "Raleway";
    letter-spacing: 1.68px;
    font-size: 14px; }
    @media only screen and (min-width: 1921px) {
      .pink-link {
        font-size: 21px;
        letter-spacing: 2.4px; } }
    @media only screen and (min-width: 2561px) {
      .pink-link {
        font-size: 28px;
        letter-spacing: 3.2px; } }
  
  @keyframes fadeIn1 {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  .fadeIn1 {
    opacity: 1;
    animation: .5s fadeIn1; }
  
  @media screen and (max-width: 991px) {
    .no-display-under-991 {
      display: none !important; } }
  
  @media screen and (min-width: 991px) {
    .display-under-991 {
      display: none !important; } }
  
  .weekend-content {
    position: relative; }
    .weekend-content__banner {
      position: absolute;
      z-index: 1;
      height: 365px;
      width: 455px;
      left: -340px;
      top: 125px; }
      @media only screen and (min-width: 576px) {
        .weekend-content__banner {
          left: -210px; } }
      @media only screen and (min-width: 992px) {
        .weekend-content__banner {
          position: relative;
          width: 100%;
          left: 0;
          top: 0;
          min-height: 390px;
          height: 390px;
          z-index: -1; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__banner {
          min-height: 485px;
          height: 485px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__banner {
          min-height: 780px;
          height: 780px; } }
    .weekend-content__banner-image {
      position: relative;
      z-index: 0; }
    .weekend-content__banner-mask {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      left: auto;
      right: 0;
      background-color: #09102E; }
    .weekend-content__row {
      display: flex;
      flex-direction: column;
      position: relative;
      margin-bottom: 100px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__row {
          flex-direction: row;
          margin-top: -170px; } }
      .weekend-content__row--notes {
        display: grid;
        flex-direction: unset;
        grid-template-columns: 1fr; }
        @media only screen and (min-width: 992px) {
          .weekend-content__row--notes {
            grid-template-columns: 305px 1fr;
            flex-direction: unset; } }
        @media only screen and (min-width: 1921px) {
          .weekend-content__row--notes {
            grid-template-columns: 455px 1fr; } }
        @media only screen and (min-width: 2561px) {
          .weekend-content__row--notes {
            grid-template-columns: 610px 1fr; } }
      @media only screen and (min-width: 992px) {
        .weekend-content__row--notes > .weekend-content__left-panel {
          position: absolute; } }
      .weekend-content__row--notes > .weekend-content__content {
        margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .weekend-content__week-anim-container {
        margin-top: 55px;
        padding: 20px; } }
    @media only screen and (min-width: 1921px) {
      .weekend-content__week-anim-container {
        padding: 30px 0; } }
    @media only screen and (min-width: 2561px) {
      .weekend-content__week-anim-container {
        padding: 40px 0; } }
    .weekend-content__left-panel {
      width: 100%;
      background-color: #09102E;
      position: relative;
      overflow-x: hidden;
      overflow-y: hidden; }
      @media only screen and (min-width: 992px) {
        .weekend-content__left-panel {
          height: 600px;
          max-height: 600px;
          width: 245px;
          min-width: 245px;
          overflow-x: initial;
          overflow-y: initial; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__left-panel {
          width: 368px;
          min-width: 368px;
          height: 900px;
          max-height: 900px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__left-panel {
          width: 490px;
          min-width: 490px;
          height: 1200px;
          max-height: 1200px; } }
    .weekend-content__left-panel > .weekend-content__left-panel-links {
      padding-top: 0;
      margin-top: -23px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__left-panel > .weekend-content__left-panel-links {
          padding: 0; } }
    .weekend-content__left-panel-title-row {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .weekend-content__left-panel-title-row > .weekend-content__title.display-under-991 {
        margin-right: 67px;
        padding-right: 0;
        margin-bottom: 45px; }
      .weekend-content__left-panel-title-row > .weekend-content__selector-button {
        top: 137px;
        transform: none; }
        @media only screen and (min-width: 992px) {
          .weekend-content__left-panel-title-row > .weekend-content__selector-button {
            display: none; } }
    .weekend-content__content {
      width: 100%;
      display: none;
      text-decoration: none;
      padding: 120px 50px 0; }
      @media only screen and (min-width: 992px) {
        .weekend-content__content {
          padding-top: 70px; } }
      @media only screen and (min-width: 992px) {
        .weekend-content__content {
          padding-top: 70px;
          max-width: 1400px;
          margin-left: 100px;
          margin-right: 100px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__content {
          max-width: 2100px;
          margin-left: 150px;
          margin-right: 150px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__content {
          max-width: 2800px;
          margin-left: 200px;
          margin-right: 200px; } }
      @media only screen and (min-width: 992px) {
        .weekend-content__content--article {
          padding: 70px 15px 150px;
          margin: 100px auto 0; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__content--article {
          padding: 0 22px;
          padding-bottom: 225px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__content--article {
          padding: 0 30px;
          padding-bottom: 300px; } }
      @media only screen and (min-width: 992px) {
        .weekend-content__content--article > .weekend-content__week-anim-container,
        .weekend-content__content--article > .weekend-content__title {
          padding-left: 100px;
          padding-right: 70px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__content--article > .weekend-content__week-anim-container,
        .weekend-content__content--article > .weekend-content__title {
          padding-left: 150px;
          padding-right: 105px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__content--article > .weekend-content__week-anim-container,
        .weekend-content__content--article > .weekend-content__title {
          padding-left: 200px;
          padding-right: 140px; } }
      .weekend-content__content--active {
        display: block; }
    .weekend-content__left-panel-links {
      position: relative;
      top: 0px;
      right: 0px;
      height: 100%;
      align-items: flex-end;
      display: flex;
      flex-direction: column;
      padding: 40px 0; }
      .weekend-content__left-panel-links > :nth-child(1) {
        display: none; }
      .weekend-content__left-panel-links > :nth-child(2) {
        margin-top: 23px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__left-panel-links {
          position: absolute;
          padding: 0; }
          .weekend-content__left-panel-links > :nth-child(1) {
            display: block; } }
    .weekend-content__selector {
      position: relative;
      font-family: 'Raleway';
      width: min-content;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.44px;
      line-height: 1.85;
      text-transform: uppercase;
      cursor: pointer;
      color: #fff;
      white-space: nowrap;
      margin-top: 23px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__selector {
          font-size: 14px;
          letter-spacing: 1.68px;
          margin-top: 80px !important; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__selector {
          font-size: 21px;
          letter-spacing: 2.1px;
          margin-top: 120px !important; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__selector {
          font-size: 28px;
          letter-spacing: 3.2px;
          margin-top: 160px !important; } }
      .weekend-content__selector > span {
        display: block;
        margin-right: 67px;
        opacity: 1;
        transition: opacity 0.25s ease-in; }
        @media only screen and (min-width: 992px) {
          .weekend-content__selector > span {
            margin-right: 60px; } }
        @media only screen and (min-width: 1400px) {
          .weekend-content__selector > span {
            margin-right: 95px; } }
        @media only screen and (min-width: 1921px) {
          .weekend-content__selector > span {
            margin-right: 120px; } }
        @media only screen and (min-width: 2561px) {
          .weekend-content__selector > span {
            margin-right: 150px; } }
        .weekend-content__selector > span a {
          text-decoration: none;
          color: #fff; }
      .weekend-content__selector--active {
        display: none; }
      .weekend-content__selector--title {
        margin-top: 120px !important; }
        .weekend-content__selector--title .alternative-banner__selector-button {
          background-color: #182060; }
          .weekend-content__selector--title .alternative-banner__selector-button::after {
            left: 32px !important; }
    .weekend-content__selector-button {
      position: absolute;
      width: 42px;
      height: 42px;
      border-radius: 100%;
      right: -21px;
      top: 50%;
      transform: translateY(-50%); }
      .weekend-content__selector-button--active {
        background-color: #09102E !important; }
      .weekend-content__selector-button::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #fff;
        border-radius: 100%;
        transition: border-color 0.4s ease-in; }
      .weekend-content__selector-button--active::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #0037ED;
        border-radius: 100%;
        transition: border-color 0.4s ease-in; }
      .weekend-content__selector-button::after {
        content: "";
        position: absolute;
        width: 44px;
        height: 1px;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: -34px;
        transition: left 0.4s ease-in, background-color 0.4s ease-in; }
      .weekend-content__selector-button--active::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        background-color: #0037ED;
        top: 50%;
        transform: translateY(-50%);
        left: 32px !important;
        transition: left 0.4s ease-in, background-color 0.4s ease-in; }
        @media only screen and (min-width: 1921px) {
          .weekend-content__selector-button--active::after {
            left: 48px !important; } }
        @media only screen and (min-width: 2561px) {
          .weekend-content__selector-button--active::after {
            left: 64px !important; } }
      @media only screen and (min-width: 992px) {
        .weekend-content__selector-button {
          background-color: #fff; }
          .weekend-content__selector-button::before {
            border-color: #0037ED;
            width: 22px;
            height: 22px; }
          .weekend-content__selector-button::after {
            background-color: #0037ED;
            width: 30px;
            left: -20px; } }
      @media only screen and (min-width: 1400px) {
        .weekend-content__selector-button::after {
          width: 65px;
          left: -55px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__selector-button {
          width: 60px;
          height: 60px; }
          .weekend-content__selector-button::before {
            border-width: 2px;
            width: 36px;
            height: 36px; }
          .weekend-content__selector-button::after {
            width: 75px;
            left: -60px;
            height: 2px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__selector-button {
          width: 80px;
          height: 80px;
          right: -40px; }
          .weekend-content__selector-button::before {
            border-width: 3px;
            width: 48px;
            height: 48px; }
          .weekend-content__selector-button::after {
            width: 95px;
            left: -80px;
            height: 3px; } }
    .weekend-content__title {
      margin: 0px;
      font-size: 30px;
      line-height: 1.11;
      font-weight: 400;
      font-family: 'Raleway';
      color: #09102E;
      letter-spacing: 1.8px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__title {
          color: #fff;
          padding: 0px 20px;
          font-size: 90px;
          letter-spacing: 5.4px; }
          .weekend-content__title > :nth-child(2) {
            color: #09102E; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__title {
          font-size: 120px;
          letter-spacing: 8px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__title {
          font-size: 120px;
          letter-spacing: 10.8px; } }
      .weekend-content__title > :nth-child(1) > span {
        transition-delay: 0.1s; }
      .weekend-content__title > :nth-child(2) > span {
        transition-delay: 0.2s; }
      .weekend-content__title > :nth-child(3) > span {
        transition-delay: 0.3s; }
      .weekend-content__title > :nth-child(4) > span {
        transition-delay: 0.4s; }
      .weekend-content__title > :nth-child(5) > span {
        transition-delay: 0.5s; }
      .weekend-content__title > :nth-child(6) > span {
        transition-delay: 0.6s; }
      .weekend-content__title > :nth-child(7) > span {
        transition-delay: 0.7s; }
      .weekend-content__title > :nth-child(8) > span {
        transition-delay: 0.8s; }
      .weekend-content__title > :nth-child(9) > span {
        transition-delay: 0.9s; }
      .weekend-content__title.display-under-991 {
        margin-top: 125px;
        color: #fff;
        text-align: right;
        margin-bottom: 60px;
        font-size: 30px;
        letter-spacing: 1.8px; }
        @media only screen and (min-width: 992px) {
          .weekend-content__title.display-under-991 {
            font-size: 54px;
            letter-spacing: 3px; } }
    .weekend-content__title-mask {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden; }
      .weekend-content__title-mask > span {
        transform: translateY(100%);
        transition: transform 0.05s cubic-bezier(0.77, 0, 0.175, 1); }
    .weekend-content__title--active > .weekend-content__title-mask span {
      transform: translateY(0);
      transition-duration: 2s; }
    .weekend-content__weekend-text {
      font-family: 'Raleway';
      color: #09102E;
      line-height: 1.5625;
      letter-spacing: 1.28px;
      font-size: 14px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__weekend-text {
          font-size: 16px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__weekend-text {
          font-size: 24px;
          letter-spacing: 1.9px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__weekend-text {
          font-size: 32px;
          letter-spacing: 2.5px; } }
    .weekend-content__article {
      margin-top: 30px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__article {
          margin-top: 170px; } }
    .weekend-content__article-paraghraph {
      margin-top: 30px;
      font-family: 'Raleway';
      font-size: 14px;
      color: #09102E;
      line-height: 1.5625;
      font-weight: normal;
      letter-spacing: 1.28px; }
      @media only screen and (min-width: 992px) {
        .weekend-content__article-paraghraph {
          padding: 0px 20px;
          padding-left: 100px;
          padding-right: 70px;
          font-size: 16px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__article-paraghraph {
          padding-left: 150px;
          padding-right: 105px;
          font-size: 24px;
          letter-spacing: 1.9px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__article-paraghraph {
          padding-left: 200px;
          padding-right: 140px;
          font-size: 32px;
          letter-spacing: 2.5px; } }
    .weekend-content__article-link {
      margin-top: 30px;
      font-family: 'Raleway';
      font-size: 16px;
      color: #0037ED;
      line-height: 1.5625;
      letter-spacing: 1.68px;
      font-weight: bold;
      text-decoration: none;
      display: block; }
      @media only screen and (min-width: 992px) {
        .weekend-content__article-link {
          padding: 0px 20px;
          padding-left: 100px;
          padding-right: 70px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__article-link {
          padding-left: 150px;
          padding-right: 105px;
          font-size: 24px;
          letter-spacing: 2.5px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__article-link {
          padding-left: 200px;
          padding-right: 140px;
          font-size: 32px;
          letter-spacing: 3.3px; } }
    .weekend-content__article-title {
      margin-top: 0px;
      font-weight: bold;
      letter-spacing: 1.68px;
      line-height: 1.5625;
      font-size: 15px;
      font-family: 'Raleway';
      color: #182060; }
      @media only screen and (min-width: 992px) {
        .weekend-content__article-title {
          padding: 0px 20px;
          padding-left: 100px;
          padding-right: 70px;
          letter-spacing: 1.92px;
          font-size: 24px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__article-title {
          padding-left: 150px;
          padding-right: 105px;
          font-size: 36px;
          letter-spacing: 2.8x; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__article-title {
          padding-left: 200px;
          padding-right: 140px;
          font-size: 48px;
          letter-spacing: 3.9px; } }
    .weekend-content__article-date {
      margin-top: 10px;
      font-weight: bold;
      font-family: 'Raleway';
      font-size: 14px;
      letter-spacing: 1.28px;
      color: #0037ED; }
      @media only screen and (min-width: 992px) {
        .weekend-content__article-date {
          padding: 0px 20px;
          padding-left: 100px;
          padding-right: 70px;
          font-size: 16px;
          letter-spacing: 0.64px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__article-date {
          padding-left: 150px;
          padding-right: 105px;
          font-size: 24px;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__article-date {
          padding-left: 200px;
          padding-right: 140px;
          font-size: 32px;
          letter-spacing: 1.3px; } }
    .weekend-content__weekend-row {
      margin-top: 0px;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; }
      @media only screen and (min-width: 576px) {
        .weekend-content__weekend-row {
          grid-template-columns: repeat(2, 1fr); } }
      @media only screen and (min-width: 992px) {
        .weekend-content__weekend-row {
          grid-gap: 30px;
          padding: 0 20px; } }
      @media only screen and (min-width: 1200px) {
        .weekend-content__weekend-row {
          grid-template-columns: repeat(4, 1fr); } }
      @media only screen and (min-width: 1400px) {
        .weekend-content__weekend-row {
          grid-gap: 80px; } }
      .weekend-content__weekend-row--vertical {
        margin-top: 60px;
        padding: 0 50px;
        grid-row: 3;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px; }
        @media only screen and (min-width: 576px) {
          .weekend-content__weekend-row--vertical {
            grid-template-columns: repeat(2, 1fr); } }
        @media only screen and (min-width: 992px) {
          .weekend-content__weekend-row--vertical {
            grid-row: unset;
            margin-top: 640px;
            grid-gap: 0;
            grid-template-columns: unset;
            display: flex;
            flex-direction: column;
            padding: 0;
            padding-left: 20px; } }
        @media only screen and (min-width: 1921px) {
          .weekend-content__weekend-row--vertical {
            margin-top: 960px; } }
        @media only screen and (min-width: 2561px) {
          .weekend-content__weekend-row--vertical {
            margin-top: 1280px; } }
    .weekend-content__weekend-column {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1.28px;
      font-family: 'Raleway';
      color: #09102E;
      line-height: 1.5625;
      margin-top: 50px;
      margin-bottom: 0;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .weekend-content__weekend-column {
          margin-top: 90px;
          font-size: 16px; } }
      .weekend-content__weekend-column img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        max-height: 262px; }
        @media only screen and (min-width: 576px) {
          .weekend-content__weekend-column img {
            height: 215px;
            max-height: none; } }
        @media only screen and (min-width: 768px) {
          .weekend-content__weekend-column img {
            height: 290px; } }
        @media only screen and (min-width: 992px) {
          .weekend-content__weekend-column img {
            height: 165px; } }
        @media only screen and (min-width: 1200px) {
          .weekend-content__weekend-column img {
            height: 105px; } }
        @media only screen and (min-width: 1400px) {
          .weekend-content__weekend-column img {
            height: 165px; } }
      @media only screen and (min-width: 1921px) {
        .weekend-content__weekend-column {
          font-size: 24px;
          letter-spacing: 1.9px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-content__weekend-column {
          font-size: 32px;
          letter-spacing: 2.5px; } }
      .weekend-content__weekend-column--active {
        position: relative;
        display: none; }
        .weekend-content__weekend-column--active::after {
          content: "";
          position: absolute;
          width: 90px;
          height: 2px;
          background-color: #0037ED;
          top: 45px;
          transform: translateY(-50%);
          right: -110px;
          transition: left 0.4s ease-in, background-color 0.4s ease-in; }
        @media only screen and (min-width: 992px) {
          .weekend-content__weekend-column--active {
            display: block; } }
      .weekend-content__weekend-column--active-mobile {
        display: block;
        max-width: 550px;
        margin: 30px auto 0; }
        .weekend-content__weekend-column--active-mobile > img {
          margin: 0; }
        .weekend-content__weekend-column--active-mobile::after {
          content: none; }
        @media only screen and (min-width: 992px) {
          .weekend-content__weekend-column--active-mobile {
            display: none; } }
      .weekend-content__weekend-column--notes {
        margin-top: 0;
        max-width: 400px;
        margin: 25px auto 0; }
        @media only screen and (min-width: 992px) {
          .weekend-content__weekend-column--notes {
            max-width: 100%; } }
      .weekend-content__weekend-column--trigger {
        margin-top: 24px; }
        @media only screen and (min-width: 992px) {
          .weekend-content__weekend-column--trigger {
            margin-top: 90px; } }
    .weekend-content__weekend-column-text {
      text-transform: uppercase;
      font-weight: bold; }
      @media only screen and (min-width: 576px) {
        .weekend-content__weekend-column-text {
          min-height: 100px; } }
    .weekend-content__rows-trigger, .weekend-content__rows-trigger:focus {
      font-size: 16px;
      letter-spacing: 1.28px;
      font-weight: 700;
      line-height: 1.5625;
      color: #0037ED;
      text-transform: uppercase;
      margin-top: 10px;
      display: block;
      text-decoration: none;
      background-color: transparent;
      border: none;
      outline: none;
      cursor: pointer; }
    .weekend-content__rows-trigger:hover {
      color: #09102E; }
    .weekend-content__rows-trigger--card, .weekend-content__rows-trigger--card:focus {
      margin-top: 15px; }
    @media only screen and (min-width: 992px) {
      .weekend-content__rows-trigger, .weekend-content__rows-trigger:focus {
        margin-left: 20px; } }
    .weekend-content .pink-link {
      color: #0037ED;
      text-transform: uppercase;
      letter-spacing: 1.44px;
      font-size: 14px;
      display: block;
      text-decoration: none;
      margin-top: 24px; }
      .weekend-content .pink-link--card {
        margin-top: 15px; }
      @media only screen and (min-width: 992px) {
        .weekend-content .pink-link {
          letter-spacing: 1.68px;
          margin-top: 10px; } }
    .weekend-content__card-text {
      font-weight: normal; }
  
  .weekend-article__banner {
    background-color: #fff;
    padding: 60px 0 0;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .weekend-article__banner {
        padding: 100px 0 80px; } }
    @media only screen and (min-width: 1400px) {
      .weekend-article__banner {
        padding: 170px 0 80px; } }
    @media only screen and (min-width: 1921px) {
      .weekend-article__banner {
        padding: 220px 0 120px; } }
    @media only screen and (min-width: 2561px) {
      .weekend-article__banner {
        padding: 300px 0 160px; } }
  
  .weekend-article__banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: auto;
    right: 0;
    background-color: #09102E; }
  
  .weekend-article__banner-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 0; }
    @media only screen and (min-width: 992px) {
      .weekend-article__banner-container {
        grid-template-columns: 1fr 500px;
        height: 750px; } }
    @media only screen and (min-width: 1400px) {
      .weekend-article__banner-container {
        grid-template-columns: 1fr 750px;
        height: 750px; } }
    @media only screen and (min-width: 1921px) {
      .weekend-article__banner-container {
        grid-template-columns: 1fr 1125px;
        height: 1125px; } }
    @media only screen and (min-width: 2561px) {
      .weekend-article__banner-container {
        grid-template-columns: 1fr 1500px;
        height: 1500px; } }
  
  .weekend-article__image-container {
    position: relative; }
    .weekend-article__image-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #09102E;
      top: -300px;
      z-index: -1; }
  
  .weekend-article__right-panel {
    position: relative;
    background-color: #09102E;
    z-index: 1; }
    .weekend-article__right-panel::after {
      content: "";
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: -80px;
      left: 0;
      background-color: #09102E; }
      @media only screen and (min-width: 1921px) {
        .weekend-article__right-panel::after {
          height: 120px;
          bottom: -120px; } }
      @media only screen and (min-width: 2561px) {
        .weekend-article__right-panel::after {
          height: 160px;
          bottom: -160px; } }
  
  .weekend-article__right-panel > .weekend-content__left-panel-links {
    position: relative;
    height: min-content; }
    @media only screen and (min-width: 992px) {
      .weekend-article__right-panel > .weekend-content__left-panel-links {
        position: absolute;
        right: auto;
        top: auto;
        bottom: 60px;
        left: -150px; } }
    @media only screen and (min-width: 1400px) {
      .weekend-article__right-panel > .weekend-content__left-panel-links {
        left: -185px; } }
    @media only screen and (min-width: 1921px) {
      .weekend-article__right-panel > .weekend-content__left-panel-links {
        left: -240px;
        bottom: 90px; } }
    @media only screen and (min-width: 2561px) {
      .weekend-article__right-panel > .weekend-content__left-panel-links {
        left: -330px;
        bottom: 120px; } }
  
  @media only screen and (min-width: 992px) {
    .weekend-article__right-panel > .weekend-content__title {
      padding-left: 60px;
      margin-top: 155px; } }
  
  @media only screen and (min-width: 1400px) {
    .weekend-article__right-panel > .weekend-content__title {
      padding-left: 100px; } }
  
  @media only screen and (min-width: 1921px) {
    .weekend-article__right-panel > .weekend-content__title {
      padding-left: 140px;
      margin-top: 232px; } }
  
  @media only screen and (min-width: 2561px) {
    .weekend-article__right-panel > .weekend-content__title {
      padding-left: 150px;
      margin-top: 310px; } }
  
  .weekend-article__right-panel .weekend-content__selector-button {
    background-color: #09102E; }
  
  ::-webkit-scrollbar {
    display: none; }
  
  .privacy-banner {
    display: grid;
    grid-template-columns: 1fr; }
    @media screen and (max-width: 991px) {
      .privacy-banner .u-image-cover {
        margin-top: -186px;
        position: absolute;
        z-index: 1;
        margin-left: -43vw;
        height: 78%; } }
    @media only screen and (min-width: 992px) {
      .privacy-banner {
        grid-template-columns: 1fr 350px;
        height: 660px; } }
    @media only screen and (min-width: 1200px) {
      .privacy-banner {
        grid-template-columns: 1fr 400px; } }
    @media only screen and (min-width: 1400px) {
      .privacy-banner {
        grid-template-columns: 1fr 550px; } }
    @media only screen and (min-width: 1921px) {
      .privacy-banner {
        grid-template-columns: 1fr 800px;
        height: 990px; } }
    @media only screen and (min-width: 2561px) {
      .privacy-banner {
        grid-template-columns: 1fr 1100px;
        height: 1320px; } }
    .privacy-banner__main {
      display: flex;
      align-items: center;
      z-index: 1;
      min-height: 400px;
      background-color: #09102E; }
      @media screen and (max-width: 991px) {
        .privacy-banner__main {
          min-height: 320px; } }
      @media only screen and (min-width: 992px) {
        .privacy-banner__main {
          min-height: unset; } }
    .privacy-banner__content {
      position: relative;
      margin-top: 100px;
      padding: 0 15px;
      max-width: 1000px;
      width: 100%;
      margin-left: auto; }
      @media only screen and (min-width: 992px) {
        .privacy-banner__content {
          padding: 0; } }
      @media only screen and (min-width: 1921px) {
        .privacy-banner__content {
          max-width: 1560px; } }
      @media only screen and (min-width: 2561px) {
        .privacy-banner__content {
          max-width: 2240px; } }
    .privacy-banner__title {
      font-family: 'Raleway';
      font-size: 45px;
      line-height: 1.2;
      letter-spacing: 5.4px;
      font-weight: 400;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .privacy-banner__title {
          margin-bottom: -100px;
          z-index: 10;
          margin-top: -125px;
          text-align: center;
          font-size: 30px;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 768px) {
        .privacy-banner__title {
          font-size: 72px; } }
      @media only screen and (min-width: 1200px) {
        .privacy-banner__title {
          font-size: 65px; } }
      @media only screen and (min-width: 1400px) {
        .privacy-banner__title {
          font-size: 90px; } }
      @media only screen and (min-width: 1921px) {
        .privacy-banner__title {
          font-size: 135px;
          letter-spacing: 7.2px; } }
      @media only screen and (min-width: 2561px) {
        .privacy-banner__title {
          font-size: 180px;
          letter-spacing: 10.8px; } }
      .privacy-banner__title > :nth-child(1) > span {
        transition-delay: 0.1s; }
      .privacy-banner__title > :nth-child(2) > span {
        transition-delay: 0.2s; }
      .privacy-banner__title > :nth-child(3) > span {
        transition-delay: 0.3s; }
      .privacy-banner__title > :nth-child(4) > span {
        transition-delay: 0.4s; }
      .privacy-banner__title > :nth-child(5) > span {
        transition-delay: 0.5s; }
      .privacy-banner__title > :nth-child(6) > span {
        transition-delay: 0.6s; }
      .privacy-banner__title > :nth-child(7) > span {
        transition-delay: 0.7s; }
      .privacy-banner__title > :nth-child(8) > span {
        transition-delay: 0.8s; }
      .privacy-banner__title > :nth-child(9) > span {
        transition-delay: 0.9s; }
    .privacy-banner__title-mask {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden; }
      .privacy-banner__title-mask > span {
        transform: translateY(100%);
        transition: transform 0.05s cubic-bezier(0.77, 0, 0.175, 1); }
    .privacy-banner__title--active > .privacy-banner__title-mask span {
      transform: translateY(0);
      transition-duration: 2s; }
    .privacy-banner__links {
      border: 0;
      margin-left: auto;
      margin-top: 24px;
      width: min-content; }
      .privacy-banner__links > :first-child {
        margin-bottom: 24px; }
      @media only screen and (min-width: 768px) {
        .privacy-banner__links {
          margin-top: 0;
          position: absolute;
          right: 0px;
          bottom: 10px; } }
    .privacy-banner__secondary {
      position: relative;
      max-height: 100%;
      height: 350px;
      overflow: visible; }
      @media only screen and (min-width: 992px) {
        .privacy-banner__secondary {
          height: unset; } }
      .privacy-banner__secondary::before {
        content: "";
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-color: #fff; }
        @media only screen and (min-width: 992px) {
          .privacy-banner__secondary::before {
            display: block; } }
        @media only screen and (min-width: 1200px) {
          .privacy-banner__secondary::before {
            height: 170px; } }
    .privacy-banner__video-mask {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      left: auto;
      right: 0; }
      @media only screen and (min-width: 992px) {
        .privacy-banner__video-mask {
          display: block; } }
    .privacy-banner__secondary-background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .privacy-banner__secondary-background {
          top: 100px; } }
      @media only screen and (min-width: 1400px) {
        .privacy-banner__secondary-background {
          top: 170px; } }
      @media only screen and (min-width: 1921px) {
        .privacy-banner__secondary-background {
          top: 220px; } }
      @media only screen and (min-width: 2561px) {
        .privacy-banner__secondary-background {
          top: 300px; } }
  
  @media screen and (max-width: 991px) {
    .privacy-section {
      padding: 0px 50px; } }
  
  .privacy-section__title {
    font-family: "Raleway";
    color: #0037ED;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1.68;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .privacy-section__title {
        font-size: 15px;
        line-height: 1.68;
        letter-spacing: 1.6px; } }
    @media only screen and (min-width: 1921px) {
      .privacy-section__title {
        font-size: 45px;
        letter-spacing: 2.4px; } }
    @media only screen and (min-width: 2561px) {
      .privacy-section__title {
        font-size: 60px;
        letter-spacing: 3.2px; } }
  
  .privacy-section__content {
    font-family: 'Raleway';
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 1.5625;
    color: #464C62;
    font-weight: 400;
    max-width: 1450px;
    margin: 0 auto;
    padding: 210px 15px 120px; }
    @media screen and (max-width: 991px) {
      .privacy-section__content {
        padding: 0;
        padding-bottom: 120px;
        margin-top: -210px;
        font-size: 14px; } }
    @media only screen and (min-width: 1921px) {
      .privacy-section__content {
        padding: 315px 22px 180px;
        font-size: 24px;
        max-width: 2170px;
        letter-spacing: 1.9px; } }
    @media only screen and (min-width: 2561px) {
      .privacy-section__content {
        padding: 420px 30px 240px;
        font-size: 32px;
        max-width: 2900px;
        letter-spacing: 2.5px; } }
  
  .privacy-section__h {
    color: #0037ED;
    font-weight: bold; }
    @media screen and (max-width: 991px) {
      .privacy-section__h {
        font-weight: 100; } }
  
  .terms-banner {
    display: grid;
    max-height: 83vh;
    grid-template-columns: 1fr;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .terms-banner {
        grid-template-columns: 1fr 400px; } }
    @media only screen and (min-width: 1400px) {
      .terms-banner {
        grid-template-columns: 1fr 550px; } }
    @media only screen and (min-width: 1921px) {
      .terms-banner {
        grid-template-columns: 1fr 800px;
        height: 1200px; } }
    @media only screen and (min-width: 2561px) {
      .terms-banner {
        grid-template-columns: 1fr 1100px;
        height: 1600px; } }
    .terms-banner__main {
      z-index: 1;
      max-width: 100vw;
      background-color: #09102E; }
    .terms-banner__content {
      position: relative;
      margin-top: 100px;
      max-width: 1242px;
      margin-left: 0px;
      padding-left: 16px;
      margin-bottom: -40px; }
      @media only screen and (min-width: 576px) {
        .terms-banner__content {
          padding-top: 24px; } }
      @media only screen and (min-width: 992px) {
        .terms-banner__content {
          padding-top: 120px;
          overflow: visible; } }
      @media only screen and (min-width: 1200px) {
        .terms-banner__content {
          height: 535px;
          padding-top: 0; } }
      @media only screen and (min-width: 1400px) {
        .terms-banner__content {
          margin-top: 170px; } }
      @media only screen and (min-width: 1600px) {
        .terms-banner__content {
          height: 720px; } }
      @media only screen and (min-width: 1921px) {
        .terms-banner__content {
          max-width: 1050px; } }
      @media only screen and (min-width: 2561px) {
        .terms-banner__content {
          max-width: 1650px; } }
    .terms-banner__title {
      font-family: 'Raleway';
      font-size: 45px;
      line-height: 1.11;
      letter-spacing: 5.4px;
      font-weight: 400;
      max-width: 250px;
      color: #fff;
      position: absolute;
      margin-top: 3rem;
      margin-left: 2rem; }
      @media only screen and (min-width: 768px) {
        .terms-banner__title {
          font-size: 72px;
          right: 24px; } }
      @media only screen and (min-width: 992px) {
        .terms-banner__title {
          position: absolute;
          top: 0;
          left: 16px;
          margin-bottom: 0;
          max-width: 650px; } }
      @media only screen and (min-width: 1200px) {
        .terms-banner__title {
          font-size: 65px;
          left: 5rem;
          margin-top: 1rem;
          max-width: 650px; } }
      @media only screen and (min-width: 1400px) {
        .terms-banner__title {
          font-size: 90px;
          left: 15rem;
          margin-top: 13rem;
          max-width: 750px; } }
      @media only screen and (min-width: 1921px) {
        .terms-banner__title {
          font-size: 135px;
          letter-spacing: 7.2px; } }
      @media only screen and (min-width: 2561px) {
        .terms-banner__title {
          font-size: 180px;
          letter-spacing: 10.8px;
          max-width: 100%; } }
    .terms-banner__image-container {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      padding-right: 16px;
      z-index: 1;
      margin-top: 14rem; }
      @media only screen and (min-width: 576px) {
        .terms-banner__image-container {
          padding-right: 0; } }
      @media only screen and (min-width: 1400px) {
        .terms-banner__image-container {
          max-width: 100%;
          max-height: 719px; } }
    .terms-banner__image-top {
      height: 50vh;
      width: auto; }
      .terms-banner__image-top img {
        height: 100%;
        margin-left: 12rem; }
      @media only screen and (min-width: 576px) {
        .terms-banner__image-top {
          right: 24px; } }
      @media only screen and (min-width: 768px) {
        .terms-banner__image-top {
          right: 24px; } }
      @media only screen and (min-width: 992px) {
        .terms-banner__image-top {
          position: absolute;
          top: 0;
          left: 16px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 1200px) {
        .terms-banner__image-top {
          left: 20rem;
          height: 65vh;
          position: absolute;
          margin-top: -5.5rem; } }
      @media only screen and (min-width: 1400px) {
        .terms-banner__image-top {
          left: 40rem;
          height: 70vh;
          position: absolute;
          margin-top: -1.5rem; } }
    .terms-banner__links {
      border: 0;
      margin-left: auto;
      margin-top: 24px;
      width: min-content; }
      .terms-banner__links > :first-child {
        margin-bottom: 24px; }
      @media only screen and (min-width: 768px) {
        .terms-banner__links {
          margin-top: 0;
          position: absolute;
          right: 0px;
          bottom: 10px; } }
    .terms-banner__secondary {
      display: none;
      position: relative;
      max-height: 100%;
      overflow: visible; }
      @media only screen and (min-width: 992px) {
        .terms-banner__secondary {
          display: block; } }
      .terms-banner__secondary::before {
        content: "";
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-color: #fff; }
        @media only screen and (min-width: 992px) {
          .terms-banner__secondary::before {
            display: block; } }
        @media only screen and (min-width: 1200px) {
          .terms-banner__secondary::before {
            height: 170px; } }
    .terms-banner__secondary-background > img:first-child {
      position: absolute;
      height: 80.9%;
      width: 100%;
      top: 100px;
      left: 0; }
      @media only screen and (min-width: 1200px) {
        .terms-banner__secondary-background > img:first-child {
          top: 170px; } }
      @media only screen and (min-width: 1921px) {
        .terms-banner__secondary-background > img:first-child {
          top: 230px; } }
      @media only screen and (min-width: 2561px) {
        .terms-banner__secondary-background > img:first-child {
          top: 307px; } }
  
  .terms-section {
    display: flexbox;
    padding: 4rem 0; }
    @media only screen and (min-width: 2561px) {
      .terms-section {
        padding: 6rem 0; } }
    @media only screen and (min-width: 2561px) {
      .terms-section {
        padding: 8rem 0; } }
    .terms-section__text {
      font-family: 'Raleway';
      font-size: 16px;
      letter-spacing: 1.28px;
      line-height: 1.5625;
      color: #464C62;
      font-weight: 400;
      max-width: 100vw;
      margin-right: 10%;
      margin-left: 10%; }
      @media only screen and (min-width: 1921px) {
        .terms-section__text {
          font-size: 24px;
          letter-spacing: 1.9px; } }
      @media only screen and (min-width: 2561px) {
        .terms-section__text {
          font-size: 32px;
          letter-spacing: 2.5px; } }
    .terms-section__alternate {
      font-weight: bold; }
    .terms-section__h {
      color: #ff24B0;
      font-weight: bold;
      margin-bottom: 16px; }
      @media only screen and (min-width: 1921px) {
        .terms-section__h {
          margin-bottom: 24px; } }
      @media only screen and (min-width: 2561px) {
        .terms-section__h {
          margin-bottom: 32px; } }
    .terms-section__termsHeader {
      color: #131F58;
      font-family: 'Raleway';
      font-size: 30px;
      letter-spacing: 1.8px; }
      @media only screen and (min-width: 1921px) {
        .terms-section__termsHeader {
          font-size: 45px;
          letter-spacing: 2.7px; } }
      @media only screen and (min-width: 2561px) {
        .terms-section__termsHeader {
          font-size: 60px;
          letter-spacing: 3.6px; } }
  
  .about-banner {
    position: relative;
    padding-top: 120px; }
    .about-banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      height: calc(100% - 80px);
      background-color: #09102E;
      z-index: -1; }
    @media only screen and (min-width: 768px) {
      .about-banner {
        padding-top: 180px; } }
    @media only screen and (min-width: 1921px) {
      .about-banner {
        padding-top: 270px; } }
    @media only screen and (min-width: 2561px) {
      .about-banner {
        padding-top: 360px; } }
    .about-banner__title-container {
      position: relative;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 992px) {
        .about-banner__title-container {
          flex-direction: row; } }
    .about-banner__title {
      font-family: 'Raleway';
      font-size: 40px;
      line-height: 1.11;
      text-align: center;
      letter-spacing: 3px;
      font-weight: 400;
      max-width: 700px;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .about-banner__title {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) {
        .about-banner__title {
          font-size: 50px; } }
      @media only screen and (min-width: 1921px) {
        .about-banner__title {
          font-size: 75px;
          letter-spacing: 4.5px;
          max-width: 1050px; } }
      @media only screen and (min-width: 2561px) {
        .about-banner__title {
          font-size: 100px;
          letter-spacing: 6px;
          max-width: 1400px; } }
      .about-banner__title > :nth-child(1) > span {
        transition-delay: 0.1s; }
      .about-banner__title > :nth-child(2) > span {
        transition-delay: 0.2s; }
      .about-banner__title > :nth-child(3) > span {
        transition-delay: 0.3s; }
      .about-banner__title > :nth-child(4) > span {
        transition-delay: 0.4s; }
      .about-banner__title > :nth-child(5) > span {
        transition-delay: 0.5s; }
      .about-banner__title > :nth-child(6) > span {
        transition-delay: 0.6s; }
      .about-banner__title > :nth-child(7) > span {
        transition-delay: 0.7s; }
      .about-banner__title > :nth-child(8) > span {
        transition-delay: 0.8s; }
      .about-banner__title > :nth-child(9) > span {
        transition-delay: 0.9s; }
    .about-banner__title-mask {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden; }
      .about-banner__title-mask > span {
        transform: translateY(100%);
        transition: transform 0.05s cubic-bezier(0.77, 0, 0.175, 1); }
    .about-banner__title--active > .about-banner__title-mask span {
      transform: translateY(0);
      transition-duration: 2s; }
    .about-banner__selectors-container {
      top: 0;
      left: 0;
      overflow: hidden;
      margin-top: 40px;
      margin-right: auto; }
      @media only screen and (min-width: 992px) {
        .about-banner__selectors-container {
          position: absolute;
          margin: 0; } }
      .about-banner__selectors-container > :first-child {
        margin-bottom: 36px; }
    .about-banner__selector {
      display: flex;
      position: relative;
      font-family: 'Raleway';
      width: 100%;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1.68px;
      line-height: 1.85;
      text-transform: uppercase;
      cursor: pointer;
      color: #fff;
      text-decoration: none; }
      @media only screen and (min-width: 992px) {
        .about-banner__selector {
          width: min-content; } }
      @media only screen and (min-width: 1921px) {
        .about-banner__selector {
          font-size: 21px;
          letter-spacing: 2.4px; } }
      @media only screen and (min-width: 2561px) {
        .about-banner__selector {
          font-size: 28px;
          letter-spacing: 3.2px; } }
      .about-banner__selector > span {
        display: block;
        margin-left: 75px;
        width: 100%;
        opacity: 1;
        transition: opacity 0.4s ease-in; }
        @media only screen and (min-width: 992px) {
          .about-banner__selector > span {
            width: 215px; } }
        @media only screen and (min-width: 1400px) {
          .about-banner__selector > span {
            width: 385px; } }
        @media only screen and (min-width: 1921px) {
          .about-banner__selector > span {
            width: 580px;
            margin-left: 115px; } }
        @media only screen and (min-width: 2561px) {
          .about-banner__selector > span {
            width: 760px; } }
      .about-banner__selector > div {
        position: absolute;
        height: 22px;
        width: 60px;
        background-color: #09102E;
        border-radius: 100%;
        left: -11px;
        top: 50%;
        transform: translateY(-50%); }
        .about-banner__selector > div::before {
          content: "";
          position: absolute;
          width: 22px;
          height: 22px;
          left: 0;
          border: 1px solid #fff;
          border-radius: 100%;
          transition: border-color 0.25s ease-in; }
        .about-banner__selector > div::after {
          content: "";
          position: absolute;
          width: 38px;
          height: 1px;
          background-color: #fff;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          transition: left 0.4s ease-in, background-color 0.4s ease-in; }
        @media only screen and (min-width: 1921px) {
          .about-banner__selector > div {
            height: 33px;
            width: 90px;
            left: -22px; }
            .about-banner__selector > div::before {
              width: 33px;
              height: 33px;
              border-width: 2px; }
            .about-banner__selector > div::after {
              width: 57px;
              height: 2px; } }
        @media only screen and (min-width: 2561px) {
          .about-banner__selector > div {
            height: 44px;
            width: 120px;
            left: -22px; }
            .about-banner__selector > div::before {
              width: 44px;
              height: 44px;
              border-width: 3px; }
            .about-banner__selector > div::after {
              width: 76px;
              height: 3px; } }
    .about-banner__carousel {
      position: relative;
      max-width: 1590px !important;
      padding: 0 75px;
      max-height: 420px;
      height: 420px;
      margin: 100px auto 0; }
      @media screen and (max-width: 382px) {
        .about-banner__carousel {
          padding: 0 55px;
          max-height: 420px;
          height: 177px; } }
      @media screen and (max-width: 991px) {
        .about-banner__carousel {
          margin: 30px auto 0; } }
      @media only screen and (min-width: 992px) {
        .about-banner__carousel {
          margin: 140px auto 0;
          padding: 0 50px; } }
      @media only screen and (min-width: 1921px) {
        .about-banner__carousel {
          padding: 0 75px;
          max-width: 2350px !important;
          max-height: 630px;
          height: 630px;
          margin: 210px auto 0; } }
      @media only screen and (min-width: 2561px) {
        .about-banner__carousel {
          padding: 0 100px;
          max-width: 3180px !important;
          max-height: 840px;
          height: 840px;
          margin: 280px auto 0; } }
    .about-banner__carousel > .slick-arrow {
      position: absolute;
      top: 150px;
      right: 10px;
      font-size: 0;
      width: 13px;
      height: 26px;
      background-image: url("../../assets/images/arrow-primary.svg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-color: transparent;
      border: none;
      outline: none;
      cursor: pointer; }
      @media screen and (max-width: 382px) {
        .about-banner__carousel > .slick-arrow {
          top: 23px;
          right: 33px;
          font-size: 0;
          width: 8px; } }
      .about-banner__carousel > .slick-arrow:focus {
        outline: none; }
      @media only screen and (min-width: 576px) {
        .about-banner__carousel > .slick-arrow {
          top: 0; } }
      @media only screen and (min-width: 1921px) {
        .about-banner__carousel > .slick-arrow {
          width: 26px;
          height: 52px; } }
      @media only screen and (min-width: 2561px) {
        .about-banner__carousel > .slick-arrow {
          width: 39px;
          height: 78px; } }
    .about-banner__carousel > .slick-arrow.slick-prev {
      transform: rotate(180deg);
      right: unset;
      left: 10px; }
      @media screen and (max-width: 382px) {
        .about-banner__carousel > .slick-arrow.slick-prev {
          left: 40px; } }
    .about-banner__carousel-item {
      position: relative;
      width: 215px;
      height: 276px;
      margin: 0 12px;
      transition: width .2s ease-in,
   height .2s ease-in,
   margin .2s ease-in; }
      @media screen and (max-width: 382px) {
        .about-banner__carousel-item {
          width: 40px;
          height: 65px; } }
      .about-banner__carousel-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #09102E;
        opacity: .6;
        transition: opacity .2s ease-in; }
      @media only screen and (min-width: 1921px) {
        .about-banner__carousel-item {
          width: 330px;
          height: 475px;
          margin: 80px 18px; } }
      @media only screen and (min-width: 2561px) {
        .about-banner__carousel-item {
          width: 430px;
          height: 600px;
          margin: 120px 24px; } }
    @media screen and (max-width: 382px) {
      .about-banner .slick-active {
        margin-left: 15px;
        width: 52px !important; } }
    .about-banner .slick-current {
      height: 370px;
      width: 250px !important;
      margin: 0 15px;
      opacity: 1; }
      @media screen and (max-width: 382px) {
        .about-banner .slick-current {
          height: 120px;
          width: 85px !important;
          margin: 0 15px;
          opacity: 1;
          margin-right: 10px; } }
      @media only screen and (min-width: 576px) {
        .about-banner .slick-current {
          width: 330px !important; } }
      @media only screen and (min-width: 1921px) {
        .about-banner .slick-current {
          height: 630px !important;
          width: 435px !important;
          margin: 0 18px; } }
      @media only screen and (min-width: 2561px) {
        .about-banner .slick-current {
          height: 840px !important;
          width: 680px !important;
          margin: 0 30px; } }
      .about-banner .slick-current::after {
        opacity: 0; }
    .about-banner .slick-cloned {
      opacity: 0;
      visibility: hidden;
      user-select: none;
      pointer-events: none; }
    .about-banner .slick-cloned.slick-active {
      opacity: 1;
      visibility: unset;
      user-select: unset;
      pointer-events: unset; }
  
  .about-content {
    padding: 60px 0 150px; }
    @media only screen and (min-width: 1921px) {
      .about-content {
        padding: 135px 0 225px; } }
    @media only screen and (min-width: 2561px) {
      .about-content {
        padding: 180px 0 300px; } }
    @media screen and (max-width: 991px) {
      .about-content {
        padding-top: 0px;
        margin-top: -30px;
        padding-bottom: 40px; } }
    .about-content__carousel-details {
      padding: 0 50px; }
      @media only screen and (min-width: 992px) {
        .about-content__carousel-details {
          padding: 0; } }
    .about-content__carousel-details-content {
      text-align: center; }
    .about-content__carousel-title {
      font-family: 'Raleway';
      font-size: 30px;
      letter-spacing: 3px;
      line-height: 1.63;
      font-weight: 400;
      color: #0037ED;
      text-transform: uppercase; }
      @media screen and (max-width: 991px) {
        .about-content__carousel-title {
          font-size: 15px;
          line-height: 1.68;
          letter-spacing: 1.6px; } }
      @media only screen and (min-width: 1921px) {
        .about-content__carousel-title {
          font-size: 45px;
          letter-spacing: 4.5px; } }
      @media only screen and (min-width: 2561px) {
        .about-content__carousel-title {
          font-size: 60px;
          letter-spacing: 6px; } }
    .about-content__carousel-text {
      font-family: 'Raleway';
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 1.28px;
      line-height: 1.5625;
      color: #09102E; }
      @media screen and (max-width: 991px) {
        .about-content__carousel-text {
          font-size: 14px; } }
      @media only screen and (min-width: 1921px) {
        .about-content__carousel-text {
          font-size: 24px;
          letter-spacing: 1.9px; } }
      @media only screen and (min-width: 2561px) {
        .about-content__carousel-text {
          font-size: 32px;
          letter-spacing: 2.5px; } }
    .about-content__line {
      width: 2px;
      height: 80px;
      margin: 20px auto 50px;
      background-color: #0037ED; }
      @media screen and (max-width: 991px) {
        .about-content__line {
          height: 34px;
          margin: 9px auto 9px; } }
    .about-content__container {
      display: block;
      padding: 0 50px;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .about-content__container {
          max-width: 980px;
          padding: 0 15px; } }
      @media only screen and (min-width: 1921px) {
        .about-content__container {
          max-width: 14000px;
          padding: 0 22px; } }
      @media only screen and (min-width: 2561px) {
        .about-content__container {
          max-width: 1880px;
          padding: 0 30px; } }
    .about-content__text {
      font-family: 'Raleway';
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 1.28px;
      line-height: 1.5625;
      text-align: center;
      color: #09102E; }
      @media screen and (max-width: 991px) {
        .about-content__text {
          font-size: 14px; } }
      @media only screen and (min-width: 1921px) {
        .about-content__text {
          font-size: 24px;
          letter-spacing: 1.8px; } }
      @media only screen and (min-width: 2561px) {
        .about-content__text {
          font-size: 32px;
          letter-spacing: 2.5px; } }
  
  .about-contact {
    padding: 40px 0 0;
    display: block; }
    .about-contact__container {
      display: grid;
      grid-template-columns: 1fr;
      max-width: 1420px;
      margin: 0 auto;
      grid-gap: 20px; }
      @media only screen and (min-width: 768px) {
        .about-contact__container {
          grid-template-columns: 400px 1fr; } }
      @media only screen and (min-width: 1921px) {
        .about-contact__container {
          grid-template-columns: 600px 1fr;
          max-width: 2130px;
          grid-gap: 40px; } }
      @media only screen and (min-width: 2561px) {
        .about-contact__container {
          grid-template-columns: 800px 1fr;
          max-width: 2840px;
          grid-gap: 60px; } }
    .about-contact__details {
      max-width: 100vw;
      overflow-x: hidden; }
    .about-contact__title {
      font-family: 'Raleway';
      font-size: 48px;
      line-height: 1.11;
      letter-spacing: 3px;
      font-weight: 400;
      max-width: 100%;
      color: #0037ED;
      padding: 0px 20px;
      text-align: center; }
      @media only screen and (min-width: 576px) {
        .about-contact__title {
          padding: 0px; } }
      @media only screen and (min-width: 768px) {
        .about-contact__title {
          font-size: 50px; } }
      @media only screen and (min-width: 1921px) {
        .about-contact__title {
          font-size: 75px;
          letter-spacing: 4.5px; } }
      @media only screen and (min-width: 2561px) {
        .about-contact__title {
          font-size: 100px;
          letter-spacing: 6px; } }
    .about-contact__info {
      font-family: 'Raleway';
      font-size: 16px;
      letter-spacing: 0.512px;
      line-height: 1.5625;
      font-weight: 400;
      margin-top: 48px;
      color: #09102E;
      max-width: 100%;
      padding: 0;
      text-align: center; }
      @media only screen and (min-width: 576px) {
        .about-contact__info {
          padding: 0px; } }
      @media only screen and (min-width: 1921px) {
        .about-contact__info {
          font-size: 24px;
          letter-spacing: 0.7px; } }
      @media only screen and (min-width: 2561px) {
        .about-contact__info {
          font-size: 32px;
          letter-spacing: 1px; } }
    .about-contact__group-title {
      color: #182060;
      font-weight: 700;
      text-transform: uppercase; }
    .about-contact__map {
      padding-top: 30px;
      min-height: 450px; }
  
  .about-carousel {
    display: none; }
    .about-carousel--active {
      display: block !important; }
  