@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.6.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Regular.woff?v=dc6a0ed7") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-UltraBold.woff?v=7ef3ada2") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Bold.woff?v=4dc0c9e0") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Medium.woff?v=6612421e") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Light.woff?v=8f9281e9") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProText;
  src: url("../fonts/GTEestiProText-Light.woff?v=068ee56e") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProText;
  src: url("../fonts/GTEestiProText-UltraLight.woff?v=922b5600") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

body {
  margin: 0; }

#bizreload {
  font-family: GTEestiProDisplay;
  overflow-x: hidden; }
  @media (min-width: 1441px) {
    #bizreload {
      font-size: 16px; } }
  @media (max-width: 1440px) {
    #bizreload {
      font-size: -webkit-calc(100vw / 90);
      font-size: calc(100vw / 90); } }
  @media (max-width: 961px) {
    #bizreload {
      font-size: -webkit-calc(100vw / 60.0625);
      font-size: calc(100vw / 60.0625); } }
  @media (max-width: 640px) {
    #bizreload {
      font-size: -webkit-calc(100vw / 20);
      font-size: calc(100vw / 20);
      width: 100%; } }
  #bizreload .blue {
    color: #005BFF; }
  #bizreload .white {
    color: #fff; }
  #bizreload .black {
    color: #112030; }
  #bizreload .reg-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none;
    border: none;
    text-decoration: none;
    background: #005BFF;
    font-family: GTEestiProDisplay;
    font-size: 1.375em; }
    #bizreload .reg-button:hover {
      cursor: pointer;
      background: #003AA2; }
    #bizreload .reg-button .button-text {
      font-family: GTEestiProDisplay;
      font-size: 1.375em; }
    #bizreload .reg-button.down:after {
      content: '';
      background: url("../img/arrow-down.svg?v=dedff6a0") center no-repeat;
      background-size: cover;
      margin-left: 0.7272em;
      width: 1.2727em;
      height: 1.2727em; }
    #bizreload .reg-button.up:after {
      content: '';
      background: url("../img/arrow-up.svg?v=cbcc8fba") center no-repeat;
      background-size: cover;
      margin-left: 0.7272em;
      width: 1.2727em;
      height: 1.2727em; }
  #bizreload .container {
    max-width: 74.6875em;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 961px) {
      #bizreload .container {
        max-width: 49.8125em; } }
    @media (max-width: 640px) {
      #bizreload .container {
        max-width: 16.5em; } }
  #bizreload .section-header {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 0; }
    #bizreload .section-header.border {
      position: relative;
      width: 100%;
      line-height: 134%; }
      #bizreload .section-header.border .position {
        position: absolute;
        right: 0; }
      #bizreload .section-header.border:before {
        content: "";
        position: absolute;
        top: 100%;
        width: 100%;
        height: 0.0625rem;
        background: #005BFF;
        z-index: 3; }
    @media (max-width: 961px) {
      #bizreload .section-header {
        font-size: 1.75em;
        padding-bottom: 0.1428em; } }
    @media (max-width: 640px) {
      #bizreload .section-header {
        font-size: 1.125em; } }
  #bizreload .main-header {
    margin-top: 0;
    margin-left: 2.0862em;
    color: #112030;
    line-height: 118%;
    width: 16.6034em;
    font-size: 3.625em; }
    @media (max-width: 961px) {
      #bizreload .main-header {
        font-size: 2.25em;
        line-height: 113%; } }
    @media (max-width: 640px) {
      #bizreload .main-header {
        font-size: 1.5em;
        line-height: 117%; } }
  #bizreload .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #bizreload .info .arrow {
      background: url("../img/arrow-up-blue.svg?v=62cd495e") center no-repeat;
      background-size: cover;
      width: 2.125em;
      height: 2.125em;
      margin-right: 1.25em; }
    #bizreload .info .text {
      line-height: 111%;
      font-size: 1.25em;
      color: #001A34; }
    @media (max-width: 961px) {
      #bizreload .info .text {
        font-size: 1em;
        line-height: 119%; } }
    @media (max-width: 640px) {
      #bizreload .info .arrow {
        margin-right: 0.875em;
        margin-top: 2.40313em; }
      #bizreload .info .text {
        font-size: 0.875em;
        line-height: 117%; } }
    @media (max-width: 640px) {
      #bizreload .info .arrow {
        width: 1.5em;
        height: 1.5em; }
      #bizreload .info .text {
        font-size: 0.875em;
        line-height: 119%; } }
  #bizreload .video-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #bizreload .video-wrapper .video {
      position: absolute;
      width: 100%;
      height: 100%;
      border: none;
      z-index: 10; }
    #bizreload .video-wrapper .play-button {
      background: url("../img/play-button.svg?v=0d9a8173") center no-repeat;
      background-size: contain;
      width: 3.875em;
      height: 3.875em;
      border: none;
      outline: none;
      z-index: 5; }
      #bizreload .video-wrapper .play-button:hover {
        cursor: pointer; }
      #bizreload .video-wrapper .play-button.disabled {
        display: none; }
      @media (max-width: 961px) {
        #bizreload .video-wrapper .play-button {
          margin-top: 1.8125em;
          width: 4.375em;
          height: 4.375em; } }
      @media (max-width: 640px) {
        #bizreload .video-wrapper .play-button {
          margin-top: 0.1875em;
          width: 2.125em;
          height: 2.1875em; } }
  #bizreload .br-1440 {
    display: inline; }
    @media (max-width: 961px) {
      #bizreload .br-1440 {
        display: none; } }
  #bizreload .br-960 {
    display: none; }
    @media (max-width: 961px) {
      #bizreload .br-960 {
        display: inline; } }
  #bizreload .br-320 {
    display: none; }
    @media (max-width: 640px) {
      #bizreload .br-320 {
        display: inline; } }
  #bizreload .mobile-wrapper {
    display: none; }
    @media (max-width: 961px) {
      #bizreload .mobile-wrapper {
        display: inline-block; } }
  #bizreload .mobile.menu {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    position: absolute;
    background: #f0f0f0;
    top: 6.875em;
    padding: 0;
    left: 12.5em;
    width: 25em;
    height: 5.625em;
    z-index: 14; }
    #bizreload .mobile.menu.open {
      padding-top: 0.9375em;
      padding-bottom: 0.9375em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #bizreload .mobile.menu .link {
      text-decoration: none;
      font-weight: 600; }
    @media (max-width: 640px) {
      #bizreload .mobile.menu {
        top: 4.0625em;
        left: 2.5em;
        width: 16.25em; } }
  #bizreload .header {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    height: 4.5625em;
    padding-top: 5.375em;
    padding-left: 7.125em;
    padding-bottom: 7.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: hidden; }
    @media (max-width: 961px) {
      #bizreload .header {
        padding-top: 4.875em;
        padding-left: 4.5em;
        padding-bottom: 7.1875em; } }
    @media (max-width: 640px) {
      #bizreload .header {
        padding-top: 0;
        padding-left: 1.25em;
        height: 9.75em;
        padding-bottom: 5.875em; } }
    #bizreload .header:before {
      content: "";
      position: absolute;
      top: 41.5%;
      left: 8.375em;
      width: 100%;
      height: 0.0625em;
      background: #005BFF;
      z-index: 1; }
      @media (max-width: 640px) {
        #bizreload .header:before {
          content: "";
          position: absolute;
          top: 2em;
          left: 6.25em;
          width: 48%;
          height: 0.0625em;
          background: #005BFF;
          z-index: 1; } }
    #bizreload .header .logo {
      position: relative;
      z-index: 2;
      width: 8.125em;
      height: 1.6875em;
      background-color: #fff;
      background-image: url("../img/logo.svg?v=401dff52");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 7.5em 1.6875em; }
      @media (max-width: 640px) {
        #bizreload .header .logo {
          background-size: contain;
          width: 4.0625em;
          height: 0.9375em; } }
    #bizreload .header .links-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 30em;
      padding-left: 4.375em; }
      @media (max-width: 961px) {
        #bizreload .header .links-container {
          display: none; } }
      #bizreload .header .links-container .link-wrapper {
        padding-left: 0.75em;
        padding-right: 0.75em;
        padding-top: 0.1875em;
        z-index: 3;
        background: #fff; }
        #bizreload .header .links-container .link-wrapper .nav-link {
          font-size: 1.25em;
          text-decoration: none; }
    @media (max-width: 961px) {
      #bizreload .header .mobile-wrapper {
        display: inline-block;
        position: relative;
        z-index: 4;
        padding: 0.5em;
        background: #fff; } }
    @media (max-width: 640px) {
      #bizreload .header .mobile-wrapper {
        padding-top: 0.625em;
        padding-right: 1.25em; } }
    #bizreload .header .mobile-wrapper .mobile-button {
      display: none; }
      @media (max-width: 961px) {
        #bizreload .header .mobile-wrapper .mobile-button {
          display: block;
          background: url("../img/mobile-button.svg?v=baf55f21") center no-repeat;
          background-size: contain;
          width: 3.75em;
          height: 3.75em;
          outline: none;
          border: none; } }
      @media (max-width: 640px) {
        #bizreload .header .mobile-wrapper .mobile-button {
          width: 2.25em;
          height: 2.25em; } }
    #bizreload .header .reg-button {
      height: inherit;
      width: 16.4090em;
      z-index: 3; }
      @media (max-width: 640px) {
        #bizreload .header .reg-button {
          position: absolute;
          right: 0;
          font-size: .9375em;
          width: 15.6666em;
          top: 4.2666em;
          height: 3.4em; } }
      #bizreload .header .reg-button.down:after {
        margin-right: 1.1818em; }
        @media (max-width: 640px) {
          #bizreload .header .reg-button.down:after {
            margin-right: -0.1875em; } }
  #bizreload .about {
    position: relative;
    height: 36.125em;
    margin-bottom: 9.5em; }
    @media (max-width: 961px) {
      #bizreload .about {
        margin-bottom: 0;
        height: 35em; } }
    @media (max-width: 640px) {
      #bizreload .about {
        margin-bottom: 2.1875em;
        margin-top: 0.3125em; } }
    #bizreload .about .container {
      position: relative; }
    #bizreload .about .section-header {
      padding-top: .05em;
      margin-left: 3.025em;
      margin-bottom: .325em; }
      @media (max-width: 961px) {
        #bizreload .about .section-header {
          margin-left: 2.8928em;
          margin-bottom: 0.0625em; } }
    #bizreload .about .promo {
      font-family: GTEestiProText;
      font-size: 1.5em;
      font-weight: 300;
      line-height: 1.1666em;
      color: #808D9A;
      margin-top: 0;
      margin-bottom: 1.2916em;
      margin-left: 10.124em;
      letter-spacing: 0; }
      @media (max-width: 961px) {
        #bizreload .about .promo {
          z-index: 13;
          font-size: 1em;
          position: relative;
          margin-left: 9.375em;
          margin-bottom: 0.625em; } }
      @media (max-width: 640px) {
        #bizreload .about .promo {
          margin-bottom: 3.3125em; } }
    #bizreload .about .main-header {
      position: relative;
      margin-bottom: .5em;
      z-index: 3; }
      @media (max-width: 961px) {
        #bizreload .about .main-header {
          margin-left: 2.25em;
          margin-bottom: 1em;
          max-width: 12.5em; } }
    #bizreload .about .info {
      width: 49.5em; }
      @media (max-width: 961px) {
        #bizreload .about .info {
          width: 34.4375em; } }
      #bizreload .about .info .arrow {
        margin-top: 0.125em; }
        @media (max-width: 961px) {
          #bizreload .about .info .arrow {
            margin-top: 0; } }
        @media (max-width: 640px) {
          #bizreload .about .info .arrow {
            margin-top: 2.1875em;
            background-size: contain; } }
      #bizreload .about .info .text {
        width: 37.05em; }
        @media (max-width: 961px) {
          #bizreload .about .info .text {
            width: 31.1875em; } }
        @media (max-width: 640px) {
          #bizreload .about .info .text {
            padding-right: 1.25em; } }
        @media (max-width: 961px) {
          #bizreload .about .info .text br.desktop {
            display: none; } }
        #bizreload .about .info .text br.mob {
          display: none; }
          @media (max-width: 640px) {
            #bizreload .about .info .text br.mob {
              display: block; } }
      #bizreload .about .info.first {
        margin-bottom: 1.375em; }
        @media (max-width: 961px) {
          #bizreload .about .info.first {
            margin-bottom: 0.9375em; } }
        @media (max-width: 640px) {
          #bizreload .about .info.first {
            margin-bottom: 1.5625em; } }
    #bizreload .about .bg-item {
      background: url("../img/online.svg?v=d85be850") center no-repeat;
      background-size: cover;
      width: 10.3125em;
      height: 9.875em;
      position: absolute;
      right: -4.0625em;
      bottom: 4.0625em;
      z-index: 3;
      -webkit-animation: spinAround 6s infinite linear;
              animation: spinAround 6s infinite linear; }
      @media (max-width: 961px) {
        #bizreload .about .bg-item {
          width: 5.6875em;
          height: 5.425em;
          right: -2.1875em;
          bottom: 5em; } }

@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
    #bizreload .about .bg-img {
      background: url("../img/micro.png?v=6a519cd0") center no-repeat;
      background-size: cover;
      width: 21.5625em;
      height: 36.0625em;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      @media (max-width: 961px) {
        #bizreload .about .bg-img {
          background: url("../img/960-micro.png?v=14562a07") center no-repeat;
          background-size: cover;
          width: 14.0625em;
          height: 22.1875em;
          right: 0;
          top: 3.4375em; } }
    @media (max-width: 640px) {
      #bizreload .about {
        height: auto; }
        #bizreload .about .section-header, #bizreload .about .main-header {
          margin-left: 0; }
        #bizreload .about .promo {
          font-size: 0.875em;
          margin-left: 1.1428em; }
        #bizreload .about .main-header {
          margin-bottom: .9166em; }
        #bizreload .about .info {
          width: 17.5625em; }
          #bizreload .about .info .text {
            width: 17.5em; }
        #bizreload .about .bg-img {
          width: 5.9375em;
          height: 9.25em;
          right: 0;
          top: 5.9375em; }
        #bizreload .about .bg-item {
          width: 3.4375em;
          height: 3.27875em;
          right: -1.6875em;
          top: 4.5em; } }
  #bizreload .become-a-supplier {
    padding-left: 16.4375em;
    margin-bottom: 9.25em; }
    @media (max-width: 961px) {
      #bizreload .become-a-supplier {
        padding-left: 11.4375em;
        padding-top: 1.0625em;
        margin-bottom: 8.5em; } }
    @media (max-width: 640px) {
      #bizreload .become-a-supplier {
        padding-left: 0em;
        margin-bottom: 3.125em; } }
    #bizreload .become-a-supplier .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 640px) {
        #bizreload .become-a-supplier .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #bizreload .become-a-supplier .title {
      position: relative;
      font-family: GTEestiProDisplay;
      font-style: normal;
      font-weight: 600;
      font-size: 3.625em;
      line-height: 1;
      letter-spacing: 0.01em;
      color: #112030;
      margin-right: 1.25em; }
      @media (max-width: 961px) {
        #bizreload .become-a-supplier .title {
          font-size: 2em;
          margin: 0 1.1562em 0 0;
          font-weight: 700; } }
      @media (max-width: 640px) {
        #bizreload .become-a-supplier .title {
          font-size: 1.5em;
          padding-left: 0.6875em;
          line-height: 1.2; } }
      #bizreload .become-a-supplier .title::before {
        content: '';
        position: absolute;
        left: -0.5em;
        top: -0.5em;
        width: 0.1875em;
        height: 1.875em;
        background: #005BFF; }
        @media (max-width: 961px) {
          #bizreload .become-a-supplier .title::before {
            left: -0.875em;
            height: 2.6875em;
            width: 0.125em;
            top: -1.25em; } }
        @media (max-width: 640px) {
          #bizreload .become-a-supplier .title::before {
            left: 0em;
            height: 2.1875em;
            width: 0.1875em;
            top: -0.9375em; } }
    #bizreload .become-a-supplier .btn {
      position: relative;
      width: 11.25em;
      height: 3.75em;
      padding-left: 2.0625em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #005BFF;
      font-family: GTEestiProDisplay;
      font-weight: 400;
      font-size: 1.5em;
      line-height: 1;
      color: #FFFFFF;
      text-decoration: none;
      margin-top: 0.625em;
      cursor: pointer; }
      @media (max-width: 961px) {
        #bizreload .become-a-supplier .btn {
          font-size: 1.25em;
          width: 12.2em;
          height: 3.7727em;
          margin-top: .4em;
          padding-left: 2.5em; } }
      @media (max-width: 640px) {
        #bizreload .become-a-supplier .btn {
          font-size: 1em;
          margin-top: 1.375em;
          height: 3.75em;
          width: 12.8125em; } }
      #bizreload .become-a-supplier .btn:hover {
        background: #003AA2; }
      #bizreload .become-a-supplier .btn::after {
        content: "";
        position: absolute;
        right: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1.6875em;
        height: 1.6875em;
        background: url("../img/btn-arrow.svg?v=80b7ebe0") no-repeat center center/contain; }
        @media (max-width: 961px) {
          #bizreload .become-a-supplier .btn::after {
            right: 2.4375em; } }
  #bizreload .speakers {
    margin-bottom: 12.8125em;
    position: relative; }
    @media (max-width: 961px) {
      #bizreload .speakers {
        margin-bottom: 3.875em; } }
    @media (max-width: 640px) {
      #bizreload .speakers {
        margin-bottom: 2.9375em; } }
    #bizreload .speakers .title {
      position: relative;
      margin-bottom: 1.5625em; }
      @media (max-width: 961px) {
        #bizreload .speakers .title.second {
          margin-bottom: .5357em; } }
      @media (max-width: 640px) {
        #bizreload .speakers .title {
          font-size: 1.375em; }
          #bizreload .speakers .title.second {
            margin-bottom: .9090em; } }
      #bizreload .speakers .title::after {
        display: none;
        content: '';
        position: absolute;
        right: 0;
        bottom: -0.125em;
        width: 10.5em;
        height: 1px;
        background: #005BFF; }
        @media (max-width: 961px) {
          #bizreload .speakers .title::after {
            content: none; } }
    #bizreload .speakers .content {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 27.5em; }
      #bizreload .speakers .content:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0.0625em;
        background: #005BFF;
        z-index: 3; }
      #bizreload .speakers .content .info {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        width: 21.5625em;
        padding-bottom: 0.875em; }
        #bizreload .speakers .content .info .text {
          width: 15.75em; }
      #bizreload .speakers .content .video-wrapper {
        width: 52.0625em;
        height: 27.5em; }
    #bizreload .speakers .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin-top: 2.75em; }
      @media (max-width: 640px) {
        #bizreload .speakers .container {
          margin-top: 0; } }
      #bizreload .speakers .container .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 6.5em; }
        @media (max-width: 961px) {
          #bizreload .speakers .container .row:nth-of-type(1) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin-bottom: 2.8125em; } }
        @media (max-width: 640px) {
          #bizreload .speakers .container .row:nth-of-type(1) {
            margin-bottom: 4.0625em; } }
        @media (max-width: 640px) {
          #bizreload .speakers .container .row:nth-of-type(1) .item:before {
            content: "";
            position: absolute;
            bottom: 3.75em;
            width: 100%;
            height: 0.0625em;
            background: #005BFF;
            z-index: 3; } }
        #bizreload .speakers .container .row:nth-of-type(1) .video-wrapper {
          width: 36.8125em;
          height: 19.1875em; }
          @media (max-width: 961px) {
            #bizreload .speakers .container .row:nth-of-type(1) .video-wrapper {
              width: 36.8125em;
              height: 19.1875em; } }
          @media (max-width: 640px) {
            #bizreload .speakers .container .row:nth-of-type(1) .video-wrapper {
              width: 16.5em;
              height: 8.6875em; } }
        #bizreload .speakers .container .row:nth-of-type(1) .item.first .video-wrapper {
          background: url("../img/marketplace-video-wrapper.png?v=e663b2fc") no-repeat center center/cover; }
        @media (max-width: 961px) {
          #bizreload .speakers .container .row:nth-of-type(1) .item.first {
            margin-bottom: 2.5em; } }
        @media (max-width: 640px) {
          #bizreload .speakers .container .row:nth-of-type(1) .item.first {
            margin-bottom: 1.6875em; } }
        #bizreload .speakers .container .row:nth-of-type(1) .item.second .video-wrapper {
          background: url("../img/speakers-video-wrapper.png?v=4f6c4a89") no-repeat center center/cover; }
        @media (max-width: 961px) {
          #bizreload .speakers .container .row:nth-of-type(1) .item.second {
            -webkit-align-self: flex-end;
                -ms-flex-item-align: end;
                    align-self: flex-end; } }
        @media (max-width: 640px) {
          #bizreload .speakers .container .row:nth-of-type(1) .item.second .section-header {
            padding-bottom: 0.625em; } }
        #bizreload .speakers .container .row:nth-of-type(1) .item.second .section-header br.mob {
          display: none; }
          @media (max-width: 640px) {
            #bizreload .speakers .container .row:nth-of-type(1) .item.second .section-header br.mob {
              display: block; } }
        #bizreload .speakers .container .row:nth-last-of-type(1) {
          margin-bottom: 0; }
          @media (max-width: 640px) {
            #bizreload .speakers .container .row:nth-last-of-type(1) {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          @media (max-width: 961px) {
            #bizreload .speakers .container .row:nth-last-of-type(1) .item {
              width: 24.125em; } }
          @media (max-width: 640px) {
            #bizreload .speakers .container .row:nth-last-of-type(1) .item {
              width: 16.5em;
              margin-bottom: 2.1875em; } }
          #bizreload .speakers .container .row:nth-last-of-type(1) .item.first .video-wrapper {
            background: url("../img/speakers-video-wrapper2.jpg?v=ba2693c1") no-repeat center center/cover; }
          #bizreload .speakers .container .row:nth-last-of-type(1) .item.second .video-wrapper {
            background: url("../img/speakers-video-wrapper3.jpg?v=404258e3") no-repeat center center/cover; }
          @media (max-width: 961px) {
            #bizreload .speakers .container .row:nth-last-of-type(1) .item .section-header.small {
              padding-bottom: 0.625em; } }
          @media (max-width: 640px) {
            #bizreload .speakers .container .row:nth-last-of-type(1) .item .section-header.small {
              padding-bottom: 0.5em; }
            #bizreload .speakers .container .row:nth-last-of-type(1) .item .section-header::before {
              content: none; } }
          #bizreload .speakers .container .row:nth-last-of-type(1) .item .section-header br.mob {
            display: none; }
            @media (max-width: 640px) {
              #bizreload .speakers .container .row:nth-last-of-type(1) .item .section-header br.mob {
                display: block; } }
          #bizreload .speakers .container .row:nth-last-of-type(1) .item .video-wrapper {
            width: 36.8125em;
            height: 19.1875em; }
            @media (max-width: 961px) {
              #bizreload .speakers .container .row:nth-last-of-type(1) .item .video-wrapper {
                width: 24.10187em;
                height: 12.5625em; } }
            @media (max-width: 640px) {
              #bizreload .speakers .container .row:nth-last-of-type(1) .item .video-wrapper {
                width: 16.5em;
                height: 8.6875em; } }
      #bizreload .speakers .container .item {
        width: 36.8125em; }
        #bizreload .speakers .container .item .section-header {
          font-size: 1.75em;
          line-height: 143%; }
          @media (max-width: 961px) {
            #bizreload .speakers .container .item .section-header {
              font-size: 1em;
              padding-bottom: 0.3125em; } }
          @media (max-width: 640px) {
            #bizreload .speakers .container .item .section-header {
              font-size: 1em;
              padding-bottom: 0.375em;
              line-height: 1.2; } }
          #bizreload .speakers .container .item .section-header .position {
            position: unset;
            padding-left: 0.3em; }
            @media (max-width: 961px) {
              #bizreload .speakers .container .item .section-header .position {
                font-size: 1.75em;
                padding-left: 4.875em; } }
            @media (max-width: 640px) {
              #bizreload .speakers .container .item .section-header .position {
                display: none; } }
        #bizreload .speakers .container .item .content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: unset; }
          #bizreload .speakers .container .item .content:before {
            display: none; }
          #bizreload .speakers .container .item .content .info {
            -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                    align-self: flex-start;
            padding-bottom: 0;
            padding-top: 1.1875em;
            width: 16.5em; }
            #bizreload .speakers .container .item .content .info .arrow {
              margin-right: 0; }
            #bizreload .speakers .container .item .content .info .text {
              font-size: 1em;
              width: 13.25em; }
              @media (max-width: 640px) {
                #bizreload .speakers .container .item .content .info .text br {
                  display: none; } }
    @media (max-width: 640px) {
      #bizreload .speakers .content {
        height: 8.5625em; }
        #bizreload .speakers .content .info {
          left: 0;
          top: 9.6875em;
          width: 16.5em;
          padding-bottom: 0.375em; }
          #bizreload .speakers .content .info .arrow {
            width: 2em;
            height: 2em;
            margin-top: 0.25em; }
          #bizreload .speakers .content .info .text {
            width: 13.25em;
            font-size: 1em; }
        #bizreload .speakers .content .video-wrapper {
          background: url("../img/speakers-video-wrapper.png?v=4f6c4a89") center no-repeat;
          background-size: cover;
          width: 16.5em;
          height: 8.5625em; }
      #bizreload .speakers .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%; }
        #bizreload .speakers .container .item {
          width: 100%;
          position: relative; }
          #bizreload .speakers .container .item .content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: unset; }
            #bizreload .speakers .container .item .content:before {
              display: none; }
            #bizreload .speakers .container .item .content .video-wrapper {
              width: 16.5em;
              height: 8.5625em; }
            #bizreload .speakers .container .item .content .info {
              left: 0;
              top: 8.4375em;
              width: 16.5em;
              padding-bottom: 0.375em; }
              #bizreload .speakers .container .item .content .info .arrow {
                width: 2em;
                height: 2em;
                margin-top: 0.25em; }
              #bizreload .speakers .container .item .content .info .text {
                width: 13.25em;
                font-size: 1em; }
      #bizreload .speakers .announcement {
        position: relative;
        margin-top: 4.375em;
        margin-left: 0.3125em;
        padding-left: 0.9375em;
        padding-top: 1em; }
        #bizreload .speakers .announcement:before {
          width: 0.25em;
          height: 3.25em; }
        #bizreload .speakers .announcement .text {
          width: 16.9285em;
          font-size: 0.875em;
          letter-spacing: 0.0078em;
          font-weight: 600;
          color: #112030;
          line-height: 134%; } }
  #bizreload .experts {
    margin-bottom: 5.5em; }
    @media (max-width: 961px) {
      #bizreload .experts {
        margin-bottom: 4.375em; } }
    @media (max-width: 640px) {
      #bizreload .experts {
        margin-bottom: 0.4375em; } }
    #bizreload .experts .section-header {
      padding-left: 0;
      margin-bottom: 1.125em; }
      @media (max-width: 961px) {
        #bizreload .experts .section-header {
          margin-bottom: 1.1785em; } }
      @media (max-width: 640px) {
        #bizreload .experts .section-header {
          font-size: 1.375em;
          margin-bottom: 0.3125em; } }
    #bizreload .experts .announcement {
      position: relative;
      margin-left: 5.625em;
      padding-left: 1.875em;
      padding-top: 2.0625em;
      margin-bottom: 6.5625em; }
      @media (max-width: 961px) {
        #bizreload .experts .announcement {
          padding-left: 1.25em;
          margin-bottom: 4.375em;
          margin-left: 5.4375em; } }
      @media (max-width: 640px) {
        #bizreload .experts .announcement {
          margin-left: 0;
          margin-bottom: 4.9375em;
          padding-left: 0.9375em;
          padding-right: 0.625em; } }
      #bizreload .experts .announcement:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0.625em;
        height: 6.875em;
        background: #005BFF; }
        @media (max-width: 961px) {
          #bizreload .experts .announcement:before {
            top: 0.0625em;
            left: -0.3125em;
            width: 0.375em;
            height: 5.125em; } }
        @media (max-width: 640px) {
          #bizreload .experts .announcement:before {
            top: 0.9375em;
            left: -0.0625em;
            width: 0.25em;
            height: 3.4375em; } }
      #bizreload .experts .announcement .text {
        width: 29.8125em;
        font-size: 2em;
        letter-spacing: 0.0078em;
        font-weight: 600;
        color: #112030;
        line-height: 125%; }
        @media (max-width: 961px) {
          #bizreload .experts .announcement .text {
            font-size: 1.25em;
            width: 31.25em;
            line-height: 1.2; } }
        @media (max-width: 640px) {
          #bizreload .experts .announcement .text {
            font-size: 0.875em;
            width: 100%;
            line-height: 1.3; } }
      #bizreload .experts .announcement br.mob {
        display: none; }
        @media (max-width: 640px) {
          #bizreload .experts .announcement br.mob {
            display: block; } }
    #bizreload .experts .main-header {
      margin-left: 0;
      margin-bottom: 1.8793em;
      padding-left: 0; }
      @media (max-width: 961px) {
        #bizreload .experts .main-header {
          margin-bottom: 1.4444em; } }
      @media (max-width: 640px) {
        #bizreload .experts .main-header {
          display: none; } }
    #bizreload .experts .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 640px) {
        #bizreload .experts .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #bizreload .experts .content .item {
        position: relative;
        width: 15em;
        margin-right: 2em; }
        @media (max-width: 961px) {
          #bizreload .experts .content .item {
            width: 15em;
            margin-right: 2.0625em; } }
        @media (max-width: 640px) {
          #bizreload .experts .content .item {
            width: 100%;
            padding: 0 0.75em;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-right: 0;
            margin-bottom: 3.4375em; }
            #bizreload .experts .content .item.second {
              margin-bottom: 1.375em; }
            #bizreload .experts .content .item.third {
              margin-bottom: 1.25em; } }
        #bizreload .experts .content .item:nth-last-of-type(1) {
          margin-right: 0; }
        #bizreload .experts .content .item .img {
          width: inherit;
          height: 16em;
          margin-bottom: 0.875em; }
          @media (max-width: 961px) {
            #bizreload .experts .content .item .img {
              height: 16em;
              margin-bottom: 0.8125em; } }
          @media (max-width: 640px) {
            #bizreload .experts .content .item .img {
              margin-bottom: 0.9375em; } }
        #bizreload .experts .content .item .decor1 {
          display: none;
          position: absolute;
          right: 1.5625em;
          bottom: 11.375em;
          width: 4.915em;
          height: 3.75em;
          background: url("../img/decor1.svg?v=e3f662df") no-repeat center center/contain; }
          @media (max-width: 961px) {
            #bizreload .experts .content .item .decor1 {
              width: 3.6875em;
              height: 2.5em;
              right: 1.25em;
              bottom: 7.5625em; } }
          @media (max-width: 640px) {
            #bizreload .experts .content .item .decor1 {
              right: 2em;
              bottom: 8.3125em; } }
        #bizreload .experts .content .item .decor2 {
          position: absolute;
          left: -1.0625em;
          top: 12em;
          width: 3.625em;
          height: 3.3125em;
          background: url("../img/decor2.svg?v=151b1b81") no-repeat center center/contain; }
          @media (max-width: 961px) {
            #bizreload .experts .content .item .decor2 {
              left: -1em;
              top: 12.125em; } }
          @media (max-width: 640px) {
            #bizreload .experts .content .item .decor2 {
              left: -0.3125em; } }
        #bizreload .experts .content .item .decor3 {
          position: absolute;
          right: -1em;
          top: -1.0625em;
          width: 4.25em;
          height: 4.25em;
          background: url("../img/decor3.svg?v=5565b253") no-repeat center center/contain; }
          @media (max-width: 961px) {
            #bizreload .experts .content .item .decor3 {
              width: 4.25em;
              height: 4.22312em;
              right: -1.0625em; } }
          @media (max-width: 640px) {
            #bizreload .experts .content .item .decor3 {
              right: -0.3125em;
              top: -0.75em; } }
        #bizreload .experts .content .item.first > .img {
          background: url("../img/expert1.jpg?v=4d31c309") center no-repeat;
          background-size: cover; }
        #bizreload .experts .content .item.second > .img {
          background: url("../img/expert2.jpg?v=35d2f4cd") center no-repeat;
          background-size: cover; }
        #bizreload .experts .content .item.third > .img {
          background: url("../img/expert3.jpg?v=81ff3648") center no-repeat;
          background-size: cover; }
        #bizreload .experts .content .item.fourth > .img {
          background: url("../img/expert4.jpg?v=c37dbeb1") center no-repeat;
          background-size: cover; }
        #bizreload .experts .content .item .name {
          margin-top: 0;
          margin-bottom: 0;
          width: 100%;
          font-size: 1.25em;
          font-weight: 700; }
          @media (max-width: 961px) {
            #bizreload .experts .content .item .name {
              font-size: 1.25em; } }
        #bizreload .experts .content .item .info {
          margin-top: 1.375em;
          width: 100%; }
          @media (max-width: 961px) {
            #bizreload .experts .content .item .info {
              margin-top: 1.25em; } }
          #bizreload .experts .content .item .info .arrow {
            width: 1.5em;
            height: 1.5em;
            margin-right: 1.0625em; }
            @media (max-width: 961px) {
              #bizreload .experts .content .item .info .arrow {
                width: 1.75em;
                height: 1.75em;
                background-size: contain;
                margin-right: 0.8125em; } }
            @media (max-width: 640px) {
              #bizreload .experts .content .item .info .arrow {
                margin-top: 0; } }
          #bizreload .experts .content .item .info .text {
            width: unset;
            font-size: 1em;
            line-height: 1.15em;
            width: 13.3em; }
            @media (max-width: 961px) {
              #bizreload .experts .content .item .info .text {
                font-size: 1em;
                line-height: 1.2; } }
    @media (max-width: 640px) {
      #bizreload .experts .slider-container {
        margin: 0 1.75em; } }
  #bizreload .businessmen {
    overflow: hidden;
    padding-bottom: 1.875em; }
    @media (max-width: 961px) {
      #bizreload .businessmen {
        padding-bottom: 1.875em; } }
    #bizreload .businessmen .title {
      font-family: GTEestiProDisplay;
      font-weight: 600;
      font-size: 3.625em;
      line-height: 1;
      letter-spacing: 0.01em;
      color: #112030;
      margin-top: 0;
      margin-bottom: 1em; }
      @media (max-width: 961px) {
        #bizreload .businessmen .title {
          font-size: 2.25em;
          margin-bottom: 1.25em; } }
      @media (max-width: 640px) {
        #bizreload .businessmen .title {
          font-size: 1.5em;
          margin-bottom: 0.75em;
          line-height: 1.1; } }
      #bizreload .businessmen .title br.mob {
        display: none; }
        @media (max-width: 640px) {
          #bizreload .businessmen .title br.mob {
            display: block; } }
    #bizreload .businessmen .slider {
      width: 100%;
      margin: 0 auto;
      max-width: 90em;
      padding-bottom: 6.25em; }
      @media (max-width: 961px) {
        #bizreload .businessmen .slider {
          margin-left: 0;
          width: 113%;
          padding-bottom: 0.75em; } }
      @media (max-width: 640px) {
        #bizreload .businessmen .slider {
          width: 100%;
          margin-left: 0;
          padding: 0 0.625em;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
    #bizreload .businessmen .swiper-container {
      padding-top: 2.75em;
      overflow: visible; }
      @media (max-width: 961px) {
        #bizreload .businessmen .swiper-container {
          padding-top: 1.4375em;
          overflow: hidden; } }
      @media (max-width: 640px) {
        #bizreload .businessmen .swiper-container {
          padding-top: 1.125em; } }
    #bizreload .businessmen .swiper-scrollbar {
      position: relative;
      width: 26.25em;
      margin: 0 auto;
      height: 0.625em;
      background-color: transparent;
      border-radius: 0;
      margin-top: 5.1875em;
      -webkit-transform: translateX(-1.5em);
          -ms-transform: translateX(-1.5em);
              transform: translateX(-1.5em); }
      @media (max-width: 961px) {
        #bizreload .businessmen .swiper-scrollbar {
          margin-top: 2.1875em;
          -webkit-transform: translateX(-6.5em);
              -ms-transform: translateX(-6.5em);
                  transform: translateX(-6.5em); } }
      @media (max-width: 640px) {
        #bizreload .businessmen .swiper-scrollbar {
          width: 17.4375em;
          margin-top: 1.5625em;
          margin-left: 7em; } }
      #bizreload .businessmen .swiper-scrollbar::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 1px;
        width: 100%;
        background: #001A34; }
      #bizreload .businessmen .swiper-scrollbar .swiper-scrollbar-drag {
        position: relative;
        z-index: 2;
        height: 0.625em;
        background: #005BFF;
        border-radius: 0; }
    #bizreload .businessmen .swiper-pagination {
      position: static;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 3.6875em;
      -webkit-transform: translateX(-1.5em);
          -ms-transform: translateX(-1.5em);
              transform: translateX(-1.5em); }
      @media (max-width: 961px) {
        #bizreload .businessmen .swiper-pagination {
          margin-top: 1.9375em;
          -webkit-transform: translateX(-6.5em);
              -ms-transform: translateX(-6.5em);
                  transform: translateX(-6.5em); } }
      @media (max-width: 640px) {
        #bizreload .businessmen .swiper-pagination {
          width: 98%;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          margin: 0 auto;
          margin-top: 1.375em; } }
      #bizreload .businessmen .swiper-pagination .swiper-pagination-bullet {
        width: 5.3125em;
        opacity: 1;
        height: 1px;
        background: #001A34;
        border-radius: 0;
        margin: 0; }
        #bizreload .businessmen .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #005BFF;
          height: 0.625em; }
    #bizreload .businessmen .item {
      position: relative;
      width: 19.875em !important;
      height: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #bizreload .businessmen .item .img-container {
        width: 100%;
        height: 21.25em;
        overflow: hidden;
        margin-bottom: 2.875em; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .img-container {
            width: 7.6875em;
            height: 7.6875em;
            margin-bottom: 0.625em; } }
      #bizreload .businessmen .item .img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      #bizreload .businessmen .item .decor1 {
        position: absolute;
        right: 1.5625em;
        bottom: 11.375em;
        width: 4.915em;
        height: 3.75em;
        background: url("../img/decor1.svg?v=e3f662df") no-repeat center center/contain; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .decor1 {
            display: none; } }
      #bizreload .businessmen .item .decor2 {
        position: absolute;
        right: 1.875em;
        top: 15.625em;
        width: 3.625em;
        height: 3.3125em;
        background: url("../img/decor2.svg?v=151b1b81") no-repeat center center/contain; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .decor2 {
            display: none; } }
      #bizreload .businessmen .item .decor3 {
        position: absolute;
        left: 0.4375em;
        top: -1.3125em;
        width: 5.56125em;
        height: 5.52562em;
        background: url("../img/decor3.svg?v=5565b253") no-repeat center center/contain; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .decor3 {
            display: none; } }
      #bizreload .businessmen .item .decor4 {
        position: absolute;
        left: 2.375em;
        top: 20.1875em;
        width: 12.0625em;
        height: 2.875em;
        background: url("../img/decor4.svg?v=c25e8f41") no-repeat center center/cover; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .decor4 {
            display: none; } }
      #bizreload .businessmen .item .decor5 {
        position: absolute;
        right: -1.625em;
        top: -2.3125em;
        width: 8.41062em;
        height: 7.5em;
        background: url("../img/decor5.svg?v=98ad9929") no-repeat center center/contain; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .decor5 {
            display: none; } }
      #bizreload .businessmen .item .decor6 {
        position: absolute;
        left: -1.625em;
        top: 13.0625em;
        width: 5.5em;
        height: 4.9375em;
        background: url("../img/decor6.svg?v=c1b610d5") no-repeat center center/contain; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .decor6 {
            display: none; } }
      #bizreload .businessmen .item .name {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        font-size: 1.5em;
        font-weight: 700; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .name {
            font-size: 1.375em; } }
      #bizreload .businessmen .item .info {
        margin-top: 1em;
        width: 19.875em; }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .info {
            width: 15.625em;
            margin-top: 0.625em; } }
        @media (max-width: 961px) {
          #bizreload .businessmen .item .info .arrow {
            display: none; } }
        #bizreload .businessmen .item .info .text {
          width: unset;
          font-size: 1.25em;
          line-height: 1.15em;
          width: 13.3em; }
          @media (max-width: 961px) {
            #bizreload .businessmen .item .info .text {
              font-size: 1.125em; } }
  #bizreload .registration {
    margin-bottom: 6.5625em; }
    @media (max-width: 961px) {
      #bizreload .registration {
        margin-bottom: 3.4375em; } }
    @media (max-width: 640px) {
      #bizreload .registration {
        padding-top: 5.4375em;
        margin-bottom: 4.125em; } }
    @media (max-width: 640px) {
      #bizreload .registration .container {
        max-width: 17.375em; } }
    #bizreload .registration .section-header {
      padding-top: 0.225em;
      margin-bottom: 1.05em; }
      @media (max-width: 961px) {
        #bizreload .registration .section-header {
          margin-bottom: .9285em; } }
    #bizreload .registration .main-header {
      position: relative;
      margin-bottom: 1.3275em;
      margin-left: 0;
      letter-spacing: 0;
      width: 100%;
      z-index: 3; }
      @media (max-width: 961px) {
        #bizreload .registration .main-header {
          width: 18.4375em;
          margin-bottom: 1.5625em; } }
      @media (max-width: 640px) {
        #bizreload .registration .main-header {
          font-size: 1.5em;
          margin-bottom: 1.625em;
          width: 100%; } }
    #bizreload .registration .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 110%;
      margin-left: -0.625em; }
      @media (max-width: 961px) {
        #bizreload .registration .content {
          margin-left: -1.875em; } }
      @media (max-width: 640px) {
        #bizreload .registration .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: 0.75em;
          width: 100%; } }
      #bizreload .registration .content .item {
        position: relative;
        width: 24.6875em;
        height: 32em;
        background: #001A34;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 5em 0 0 2.5em;
        color: #fff; }
        @media (max-width: 961px) {
          #bizreload .registration .content .item {
            width: 16.8125em;
            height: 22.8125em;
            padding: 3.4375em 0 0 2.5em; } }
        @media (max-width: 640px) {
          #bizreload .registration .content .item {
            width: 16.8125em; } }
        #bizreload .registration .content .item.how-it-was {
          color: #808D9A; }
          #bizreload .registration .content .item.how-it-was .time:after {
            color: #B2BAC2; }
        #bizreload .registration .content .item .date-wrapper .date, #bizreload .registration .content .item .date-wrapper .time, #bizreload .registration .content .item .date-wrapper .place {
          margin-left: 0;
          font-size: 2em;
          font-weight: 700;
          margin-top: 0;
          margin-bottom: 0.0461em;
          letter-spacing: 0.01em; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item .date-wrapper .date, #bizreload .registration .content .item .date-wrapper .time, #bizreload .registration .content .item .date-wrapper .place {
              font-size: 1.125em;
              margin-bottom: 0.25em; } }
        #bizreload .registration .content .item .date-wrapper .time:after {
          content: 'по Мск';
          padding-left: 0.375em;
          color: #B2BAC2; }
        #bizreload .registration .content .item .date-wrapper .place {
          font-size: 2.5em;
          margin-top: 1em; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item .date-wrapper .place {
              font-size: 2em;
              margin-bottom: 0.0625em; } }
        #bizreload .registration .content .item .title-wrapper .text {
          padding-top: 1.9375em;
          padding-left: 0;
          font-size: 2em;
          letter-spacing: 0.01em;
          line-height: 117%; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item .title-wrapper .text {
              font-size: 1.125em;
              line-height: 1.35; } }
      #bizreload .registration .content .item-wrapper {
        position: relative;
        overflow: hidden;
        height: 35.25em;
        -webkit-transition: height 0.2s linear;
        -o-transition: height 0.2s linear;
        transition: height 0.2s linear; }
        @media (max-width: 961px) {
          #bizreload .registration .content .item-wrapper {
            height: 25.375em; } }
        #bizreload .registration .content .item-wrapper:nth-of-type(1) {
          margin-right: 1em; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item-wrapper:nth-of-type(1) {
              padding-right: 2.3125em;
              margin-right: 0; } }
          @media (max-width: 640px) {
            #bizreload .registration .content .item-wrapper:nth-of-type(1) {
              padding-right: 1.875em;
              margin-bottom: 1.5em; } }
        #bizreload .registration .content .item-wrapper:nth-of-type(2) {
          padding-right: 1em; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item-wrapper:nth-of-type(2) {
              padding-right: 2.375em; } }
          @media (max-width: 640px) {
            #bizreload .registration .content .item-wrapper:nth-of-type(2) {
              padding-right: 2.0625em;
              margin-bottom: 1.5em; } }
        #bizreload .registration .content .item-wrapper:nth-of-type(3) {
          padding-right: 1.6875em; }
          @media (max-width: 640px) {
            #bizreload .registration .content .item-wrapper:nth-of-type(3) {
              padding-right: 2.0625em; } }
        #bizreload .registration .content .item-wrapper .decor2 {
          position: absolute;
          right: 1.5625em;
          top: 5.625em;
          width: 3.625em;
          height: 3.3125em;
          background: url("../img/decor2.svg?v=151b1b81") no-repeat center center/contain; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item-wrapper .decor2 {
              width: 2.5em;
              height: 2.28437em;
              right: 1.125em;
              top: 9.5em; } }
          @media (max-width: 640px) {
            #bizreload .registration .content .item-wrapper .decor2 {
              right: 1.375em; } }
        #bizreload .registration .content .item-wrapper .decor4 {
          position: absolute;
          right: 0.0625em;
          top: 9em;
          width: 12.125em;
          height: 2.8125em;
          background: url("../img/decor4.svg?v=c25e8f41") no-repeat center center/cover; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item-wrapper .decor4 {
              width: 5em;
              height: 1.25em;
              right: 0.25em;
              top: 12.5em; } }
          @media (max-width: 640px) {
            #bizreload .registration .content .item-wrapper .decor4 {
              right: 0.625em; } }
        #bizreload .registration .content .item-wrapper .decor7 {
          position: absolute;
          right: 0;
          top: 9.25em;
          width: 5.56125em;
          height: 6.52562em;
          background: url("../img/decor7.svg?v=ed53b5fd") no-repeat center center/contain; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item-wrapper .decor7 {
              width: 3.1875em;
              height: 3.75em;
              right: 0.125em;
              top: 1.9375em; } }
          @media (max-width: 640px) {
            #bizreload .registration .content .item-wrapper .decor7 {
              right: 1.0625em; } }
        #bizreload .registration .content .item-wrapper .reg-button {
          position: absolute;
          bottom: 0;
          left: .4545em;
          width: 17.5em;
          height: 3.4545em;
          z-index: 5; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item-wrapper .reg-button {
              font-size: 0.875em;
              width: 18.75em;
              height: 4.75em;
              bottom: 0;
              left: 1.5em; } }
        #bizreload .registration .content .item-wrapper .how-it-was-button {
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          outline: none;
          border: none;
          text-decoration: none;
          font-family: GTEestiProDisplay;
          font-size: 1.375em;
          background: #005BFF;
          color: #fff;
          position: absolute;
          bottom: 0;
          left: 0.5625em;
          width: 12.5em;
          height: 3.4545em; }
          @media (max-width: 961px) {
            #bizreload .registration .content .item-wrapper .how-it-was-button {
              font-size: 0.875em;
              width: 13.75em;
              height: 4.75em;
              bottom: 0;
              left: 1.5625em; } }
          #bizreload .registration .content .item-wrapper .how-it-was-button:hover {
            cursor: pointer;
            background: #003AA2; }
          #bizreload .registration .content .item-wrapper .how-it-was-button::after {
            content: '';
            background: url("../img/arrow-down.svg?v=dedff6a0") center no-repeat;
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            background-size: contain;
            margin-left: 0.7272em;
            width: 1.2727em;
            height: 1.2727em; }
          #bizreload .registration .content .item-wrapper .how-it-was-button::after {
            content: '';
            background: url("../img/arrow-up.svg?v=cbcc8fba") center no-repeat;
            background-size: cover;
            margin-left: 0.7272em;
            width: 1.2727em;
            height: 1.2727em; }
      #bizreload .registration .content.main .item.first .title-wrapper .text {
        padding-top: .5625em; }
        @media (max-width: 961px) {
          #bizreload .registration .content.main .item.first .title-wrapper .text {
            padding-top: 1em; } }
      #bizreload .registration .content.main .item.second .title-wrapper .text {
        padding-top: .5625em; }
        @media (max-width: 961px) {
          #bizreload .registration .content.main .item.second .title-wrapper .text {
            padding-top: 1em; } }
    #bizreload .registration .more-items {
      min-height: 0; }
      #bizreload .registration .more-items .content .item-wrapper {
        height: 0; }
      #bizreload .registration .more-items .content.opened {
        margin-top: 2.5em; }
        #bizreload .registration .more-items .content.opened .item-wrapper {
          height: 35.25em;
          -webkit-transition: height 0.2s linear;
          -o-transition: height 0.2s linear;
          transition: height 0.2s linear; }
          @media (max-width: 961px) {
            #bizreload .registration .more-items .content.opened .item-wrapper {
              height: 25.375em; } }
        @media (max-width: 640px) {
          #bizreload .registration .more-items .content.opened {
            margin-top: 1.5em; } }
      #bizreload .registration .more-items .content.disabled .item-wrapper {
        margin-bottom: 0; }
      #bizreload .registration .more-items .content.first .item.first .title-wrapper .text {
        padding-top: .5937em; }
      #bizreload .registration .more-items .content.first .item.second .title-wrapper .text {
        padding-top: .7187em; }
      #bizreload .registration .more-items .content.first .item.third .title-wrapper .text {
        padding-top: 2.0937em; }
    #bizreload .registration .load-more-wrapper {
      margin: 2.8125em auto 0;
      width: 21.25em; }
      @media (max-width: 961px) {
        #bizreload .registration .load-more-wrapper {
          margin: 1.75em 0 0 17.6875em;
          width: 21.25em; } }
      @media (max-width: 640px) {
        #bizreload .registration .load-more-wrapper {
          width: 16.25em;
          margin: 1.75em 0 0 1.25em; } }
      #bizreload .registration .load-more-wrapper .text {
        text-align: center;
        font-size: 1.5em;
        font-weight: 600;
        letter-spacing: 0.01em;
        color: #112030; }
        @media (max-width: 640px) {
          #bizreload .registration .load-more-wrapper .text {
            font-size: 1.125em; } }
      #bizreload .registration .load-more-wrapper .reg-button {
        width: 10.6118em;
        height: 3.3636em;
        margin-left: 2.4545em;
        margin-top: 1.0454em; }
        @media (max-width: 961px) {
          #bizreload .registration .load-more-wrapper .reg-button {
            font-size: 1.125em;
            width: 9.8888em;
            height: 3.1666em;
            margin-left: 4.5555em;
            margin-top: .6666em; } }
        @media (max-width: 640px) {
          #bizreload .registration .load-more-wrapper .reg-button {
            margin: .6666em auto; } }
  #bizreload .subscription {
    margin-bottom: 18.4375em; }
    @media (max-width: 961px) {
      #bizreload .subscription {
        margin-bottom: 5.75em; } }
    @media (max-width: 640px) {
      #bizreload .subscription {
        margin-bottom: 3.75em; } }
    #bizreload .subscription .announcement {
      position: relative;
      margin-left: 5.625em;
      padding-left: 1.875em;
      padding-top: 2.0625em;
      margin-bottom: 3.625em; }
      @media (max-width: 961px) {
        #bizreload .subscription .announcement {
          padding-top: 1.6875em;
          padding-left: 0.9375em;
          margin-bottom: 3.3125em; } }
      @media (max-width: 640px) {
        #bizreload .subscription .announcement {
          margin-left: 0;
          margin-bottom: 2.8125em; } }
      #bizreload .subscription .announcement:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0.625em;
        height: 6.875em;
        background: #005BFF; }
        @media (max-width: 961px) {
          #bizreload .subscription .announcement:before {
            width: 0.375em;
            height: 5em;
            top: -0.1875em;
            left: -0.5em; } }
        @media (max-width: 640px) {
          #bizreload .subscription .announcement:before {
            width: 0.25em;
            height: 3.4375em;
            top: 0.4375em;
            left: 0em; } }
      #bizreload .subscription .announcement .text {
        width: 29.8125em;
        font-size: 2em;
        letter-spacing: 0.0078em;
        font-weight: 600;
        color: #112030;
        line-height: 125%; }
        @media (max-width: 961px) {
          #bizreload .subscription .announcement .text {
            font-size: 1.25em; } }
        @media (max-width: 640px) {
          #bizreload .subscription .announcement .text {
            font-size: 0.875em;
            width: 90%; } }
    #bizreload .subscription .row {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 640px) {
        #bizreload .subscription .row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
    #bizreload .subscription .input {
      font-family: GTEestiProDisplay;
      font-weight: 500;
      font-size: 1.5em;
      line-height: 1;
      letter-spacing: 0.01em;
      border: 0;
      border-bottom: 1px solid #001A34;
      width: 15.1875em;
      height: 1.875em;
      outline: none;
      border-radius: 0; }
      @media (max-width: 961px) {
        #bizreload .subscription .input {
          font-size: 1.125em;
          width: 18.75em;
          height: 1.5625em; } }
      @media (max-width: 640px) {
        #bizreload .subscription .input {
          font-size: 1em;
          width: 15.6875em;
          margin-bottom: 0.625em; } }
      #bizreload .subscription .input::-webkit-input-placeholder {
        font-family: GTEestiProDisplay;
        font-weight: 600;
        font-size: 1em;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #005BFF;
        opacity: 1; }
      #bizreload .subscription .input::-moz-placeholder {
        font-family: GTEestiProDisplay;
        font-weight: 600;
        font-size: 1em;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #005BFF;
        opacity: 1; }
      #bizreload .subscription .input:-ms-input-placeholder {
        font-family: GTEestiProDisplay;
        font-weight: 600;
        font-size: 1em;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #005BFF;
        opacity: 1; }
      #bizreload .subscription .input::-ms-input-placeholder {
        font-family: GTEestiProDisplay;
        font-weight: 600;
        font-size: 1em;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #005BFF;
        opacity: 1; }
      #bizreload .subscription .input::placeholder {
        font-family: GTEestiProDisplay;
        font-weight: 600;
        font-size: 1em;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #005BFF;
        opacity: 1; }
        @media (max-width: 961px) {
          #bizreload .subscription .input::-webkit-input-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input::-moz-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input:-ms-input-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input::-ms-input-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input::placeholder {
            font-size: 1em; } }
        @media (max-width: 640px) {
          #bizreload .subscription .input::-webkit-input-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input::-moz-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input:-ms-input-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input::-ms-input-placeholder {
            font-size: 1em; }
          #bizreload .subscription .input::placeholder {
            font-size: 1em; } }
      #bizreload .subscription .input.parsley-error {
        border-color: #ED466A; }
      #bizreload .subscription .input + .parsley-errors-list {
        position: absolute;
        left: 16.25em;
        bottom: -2.5em;
        font-family: GTEestiProDisplay;
        font-size: 1em;
        color: #ED466A;
        list-style: none;
        padding: 0; }
        @media (max-width: 961px) {
          #bizreload .subscription .input + .parsley-errors-list {
            font-size: 0.875em;
            bottom: -2.375em;
            left: 7.9375em; } }
        @media (max-width: 640px) {
          #bizreload .subscription .input + .parsley-errors-list {
            left: 0.4375em;
            bottom: auto;
            top: -2.375em; } }
    #bizreload .subscription .btn {
      position: relative;
      font-family: GTEestiProDisplay;
      font-weight: normal;
      font-size: 1.375em;
      line-height: 1;
      width: 14.0625em;
      height: 3.4375em;
      color: #FFFFFF;
      background: #005BFF;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      border: 0;
      cursor: pointer; }
      @media (max-width: 961px) {
        #bizreload .subscription .btn {
          font-size: 1.125em;
          width: 13.125em;
          height: 3.125em; } }
      @media (max-width: 640px) {
        #bizreload .subscription .btn {
          font-size: 1em;
          width: 15.625em;
          height: 4.0625em; } }
      #bizreload .subscription .btn:hover {
        background: #003AA2; }
      #bizreload .subscription .btn.loading {
        position: relative; }
        #bizreload .subscription .btn.loading span {
          display: none; }
        #bizreload .subscription .btn.loading::after {
          display: none; }
        #bizreload .subscription .btn.loading::before {
          content: '';
          position: absolute;
          left: 42.5%;
          top: 25%;
          height: 1.5625em;
          width: 1.5625em;
          border-radius: 50%;
          border: 0.125em solid #fff;
          border-top-color: transparent;
          -webkit-animation: 2s linear 0s normal none infinite running rot;
                  animation: 2s linear 0s normal none infinite running rot; }
  #bizreload .faq {
    margin-bottom: 13.625em; }
    @media (max-width: 961px) {
      #bizreload .faq {
        margin-bottom: 2.6875em; } }
    #bizreload .faq .title {
      font-family: GTEestiProDisplay;
      font-weight: bold;
      font-size: 2.5em;
      line-height: 1;
      color: #005BFF;
      margin-bottom: 1.5em; }
      @media (max-width: 961px) {
        #bizreload .faq .title {
          font-size: 1.75em;
          margin-bottom: 1em; } }
      @media (max-width: 640px) {
        #bizreload .faq .title {
          font-size: 2.5em;
          margin-bottom: 0.875em; } }
    #bizreload .faq .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-height: 42.1875em; }
      @media (max-width: 961px) {
        #bizreload .faq .row {
          max-height: 30.5em; } }
      @media (max-width: 640px) {
        #bizreload .faq .row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          max-height: 100%;
          overflow-x: hidden; } }
    #bizreload .faq .left-container {
      width: 30.4375em;
      max-height: 42.125em;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      outline: none;
      overflow-x: hidden; }
      @media (max-width: 961px) {
        #bizreload .faq .left-container {
          max-width: 21.0625em;
          width: 21.0625em;
          max-height: 30.5em; } }
      @media (max-width: 640px) {
        #bizreload .faq .left-container {
          max-width: 18.75em;
          width: 100%;
          max-height: 21.875em;
          overflow-x: unset; } }
      #bizreload .faq .left-container .jspHorizontalBar {
        display: none; }
      #bizreload .faq .left-container .jspVerticalBar {
        background-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      #bizreload .faq .left-container .jspTrack {
        width: 1px;
        background: #001A34; }
      #bizreload .faq .left-container .jspDrag {
        background: #005BFF;
        width: 0.625em;
        left: -0.3125em; }
      #bizreload .faq .left-container .list {
        padding-left: 0;
        margin: 0;
        padding-top: 0em;
        padding-right: 1.5625em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media (max-width: 961px) {
          #bizreload .faq .left-container .list {
            padding-top: 0.75em; } }
        @media (max-width: 640px) {
          #bizreload .faq .left-container .list {
            padding-top: 0; } }
      #bizreload .faq .left-container .question {
        position: relative;
        font-style: normal;
        font-weight: 300;
        font-size: 1.5em;
        line-height: 1.5;
        letter-spacing: 0.02em;
        color: #112030;
        list-style: none;
        margin-bottom: 2.5em;
        padding-left: 2.3125em;
        cursor: pointer; }
        @media (max-width: 961px) {
          #bizreload .faq .left-container .question {
            font-size: 1.125em;
            padding-left: 3.125em;
            margin-bottom: 1.75em;
            width: 13.75em;
            line-height: 1.4; } }
        @media (max-width: 640px) {
          #bizreload .faq .left-container .question {
            font-size: 0.875em;
            padding-left: 2.8125em;
            margin-bottom: 2.3125em;
            width: 12.5em;
            line-height: 1.2; } }
        #bizreload .faq .left-container .question:nth-last-of-type(1) {
          margin-bottom: 0; }
        #bizreload .faq .left-container .question::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0.9375em;
          width: 1.4375em;
          height: 0.1875em;
          background: #005BFF;
          border-radius: 50%;
          -webkit-transition: top, width, height 0.3s linear;
          -o-transition: top, width, height 0.3s linear;
          transition: top, width, height 0.3s linear; }
          @media (max-width: 961px) {
            #bizreload .faq .left-container .question::after {
              top: 1.25em;
              width: 1.875em;
              height: 0.25em; } }
          @media (max-width: 640px) {
            #bizreload .faq .left-container .question::after {
              top: 0.9375em;
              width: 1.625em;
              height: 0.3125em; } }
        #bizreload .faq .left-container .question.active {
          font-weight: 600;
          font-size: 1.5em;
          color: #112030; }
          @media (max-width: 961px) {
            #bizreload .faq .left-container .question.active {
              font-size: 1.125em; } }
          @media (max-width: 640px) {
            #bizreload .faq .left-container .question.active {
              font-size: 0.875em; } }
          #bizreload .faq .left-container .question.active::after {
            top: 0.625em;
            width: 1.5em;
            height: 1.5em; }
            @media (max-width: 961px) {
              #bizreload .faq .left-container .question.active::after {
                top: 0.3125em;
                width: 1.875em;
                height: 1.875em; } }
            @media (max-width: 640px) {
              #bizreload .faq .left-container .question.active::after {
                top: 0em;
                width: 1.6875em;
                height: 1.6875em; } }
    #bizreload .faq .right-container {
      padding-left: 2.8125em;
      padding-top: 0; }
      @media (max-width: 961px) {
        #bizreload .faq .right-container {
          padding-left: 1.1875em;
          padding-top: 0em; } }
      @media (max-width: 640px) {
        #bizreload .faq .right-container {
          padding-left: 0;
          padding-top: 0;
          margin-bottom: 2.1875em; } }
      #bizreload .faq .right-container .list {
        margin: 0;
        padding-left: 0; }
      #bizreload .faq .right-container .answer {
        position: absolute;
        font-family: GTEestiProDisplay;
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.4;
        letter-spacing: 0.01em;
        color: #112030;
        list-style: none;
        opacity: 0;
        left: -50px;
        -webkit-transition: opacity 1s linear, left .6s linear;
        -o-transition: opacity 1s linear, left .6s linear;
        transition: opacity 1s linear, left .6s linear;
        top: 0; }
        @media (max-width: 961px) {
          #bizreload .faq .right-container .answer {
            font-size: 1.25em;
            line-height: 1.3; } }
        @media (max-width: 640px) {
          #bizreload .faq .right-container .answer {
            font-size: 0.875em; } }
        #bizreload .faq .right-container .answer.active {
          position: relative;
          left: 0;
          opacity: 1;
          top: unset;
          -webkit-transition: opacity 1s linear, left .6s linear;
          -o-transition: opacity 1s linear, left .6s linear;
          transition: opacity 1s linear, left .6s linear; }
        #bizreload .faq .right-container .answer.prev {
          position: relative;
          left: 50px;
          opacity: 0;
          top: 0;
          -webkit-transition: opacity 1s linear, left .6s linear;
          -o-transition: opacity 1s linear, left .6s linear;
          transition: opacity 1s linear, left .6s linear; }
  #bizreload .feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 640px) {
      #bizreload .feedback {
        padding-top: 0.3125em; } }
    #bizreload .feedback .container {
      width: 67.875em;
      margin-left: 7.25em; }
      @media (min-width: 1441px) {
        #bizreload .feedback .container {
          width: 90em;
          margin: 0 auto; } }
      @media (max-width: 961px) {
        #bizreload .feedback .container {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          max-width: unset;
          margin-left: 4.625em; } }
      @media (max-width: 640px) {
        #bizreload .feedback .container {
          width: 12.5em;
          margin-left: 0.6875em; } }
    #bizreload .feedback .title {
      font-family: GTEestiProDisplay;
      font-weight: bold;
      font-size: 2.5em;
      line-height: 1;
      color: #005BFF;
      margin-bottom: 1.2em; }
      @media (max-width: 961px) {
        #bizreload .feedback .title {
          font-size: 1.75em;
          margin-bottom: 1.25em; } }
      @media (max-width: 640px) {
        #bizreload .feedback .title {
          font-size: 1.375em;
          margin-bottom: 0.6363em; } }
    #bizreload .feedback .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 640px) {
        #bizreload .feedback .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #bizreload .feedback .left {
      position: relative;
      margin-right: 7.375em; }
      @media (max-width: 961px) {
        #bizreload .feedback .left {
          margin-right: 5.9375em; } }
      @media (max-width: 640px) {
        #bizreload .feedback .left {
          margin-right: 0;
          margin-bottom: 4.0625em; } }
      #bizreload .feedback .left:after {
        content: '';
        position: absolute;
        background: url("../img/blue-arrow-right.svg?v=fc801fe5") center no-repeat;
        background-size: cover;
        width: 2.6875em;
        height: 2.5em;
        bottom: 0.6875em;
        left: 31.375em; }
        @media (max-width: 961px) {
          #bizreload .feedback .left:after {
            width: 1.875em;
            height: 1.875em;
            bottom: unset;
            top: -0.0625em;
            left: 21.5em; } }
        @media (max-width: 640px) {
          #bizreload .feedback .left:after {
            left: 0.0625em;
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            top: 3.375em; } }
      #bizreload .feedback .left .text {
        font-size: 1.5em;
        letter-spacing: 0.01em;
        color: #112030; }
        @media (max-width: 961px) {
          #bizreload .feedback .left .text {
            position: relative;
            top: 0.3125em;
            font-size: 1em; } }
    @media (max-width: 640px) {
      #bizreload .feedback .right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #bizreload .feedback .right .email {
      position: relative;
      bottom: 0.2916em;
      text-decoration: none;
      font-size: 1.5em;
      letter-spacing: 0.01em;
      color: #112030; }
      @media (max-width: 961px) {
        #bizreload .feedback .right .email {
          font-size: 1em;
          bottom: 0.5em; } }
    #bizreload .feedback .right .copy-button {
      position: relative;
      background: #001A34;
      border: none;
      font-size: 1em;
      width: 12.125em;
      height: 2.75em;
      margin-left: 1em;
      bottom: 0.625em;
      font-family: GTEestiProDisplay; }
      #bizreload .feedback .right .copy-button:hover {
        cursor: pointer; }
      @media (max-width: 961px) {
        #bizreload .feedback .right .copy-button {
          font-size: 0.875em;
          width: 12.5714em;
          height: 3.1428em;
          margin-left: 1.7857em; } }
      @media (max-width: 640px) {
        #bizreload .feedback .right .copy-button {
          margin-left: 0;
          margin-top: 0.4545em; } }

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #bizreload .footer {
    margin-top: 2.75em;
    height: 6.875em;
    width: 100%;
    background: #000F1F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 961px) {
      #bizreload .footer {
        margin-top: 4.75em; } }
    @media (max-width: 640px) {
      #bizreload .footer {
        margin-top: 3.5625em;
        height: 8.75em; } }
    #bizreload .footer .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    #bizreload .footer .social {
      margin-top: 0.25em;
      margin-bottom: 1.5625em;
      width: 7.875em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #bizreload .footer .social .item {
        width: 2em;
        height: 2em;
        text-decoration: none;
        border: none; }
        #bizreload .footer .social .item.youtube {
          margin-top: 0.25em;
          height: 1.375em;
          background: url("../img/youtube.svg?v=65f4b8dd") center no-repeat;
          background-size: contain; }
        #bizreload .footer .social .item.fb {
          background: url("../img/fb.svg?v=ad111f37") center no-repeat;
          background-size: contain; }
        #bizreload .footer .social .item.telegram {
          background: url("../img/telegram.svg?v=87688728") center no-repeat;
          background-size: contain; }
    #bizreload .footer .info {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 0.875em;
      letter-spacing: 0.006em;
      font-weight: 400; }
    @media (max-width: 640px) {
      #bizreload .footer {
        height: 10.375em;
        margin-top: 3.3125em;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
            -ms-flex-align: unset;
                align-items: unset;
        padding-top: 1.25em; }
        #bizreload .footer .social {
          margin-bottom: 3.8125em; }
        #bizreload .footer .info {
          text-align: left;
          width: 16em; } }
