@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
:root {
  --zIndexBig: 100;
  --mainPadding: 32px;
  --innerPadding: 24px;
  --filterWidth: 275px;
  --sideWidth: 31.25%;
  --formWidth: 419px;
  --productsize: 396px;
  --paddingBtm: 0;
  --spaceTop: 88px;
  --mobHeadHeight: 68px;
}

@media only screen and (min-width: 1024px) {
  :root {
    --formWidth: 648px;
  }
}

@media only screen and (min-width: 1920px) {
  :root {
    --sideWidth: 600px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --mainPadding: 24px;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.15cc0c7b1ed5.ttf?i8nq6q") format("truetype"), url("fonts/icomoon.dfed3ea36b63.woff?i8nq6q") format("woff"), url("fonts/icomoon.b92837e78da9.svg?i8nq6q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle-warning:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-iban:before {
  content: "";
}

.icon-euro:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-sort:before {
  content: "";
}

.icon-chevron--up:before {
  content: "";
}

.icon-eye-off:before {
  content: "";
}

.icon-eye-on:before {
  content: "";
}

.icon-locked:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-notification-alert .path1:before {
  content: "";
  color: #505e70;
}

.icon-notification-alert .path2:before {
  content: "";
  margin-left: -1em;
  color: #37a76f;
}

.icon-notification-default:before {
  content: "";
}

.icon-product-add:before {
  content: "";
}

.icon-product-cancel:before {
  content: "";
}

.icon-product-check:before {
  content: "";
}

.icon-product-download:before {
  content: "";
}

.icon-product-download2:before {
  content: "";
}

.icon-product-id:before {
  content: "";
}

.icon-product-info:before {
  content: "";
}

.icon-product-mail:before {
  content: "";
}

.icon-product-menu:before {
  content: "";
}

.icon-product-more-horizontal:before {
  content: "";
}

.icon-product-more-vertical:before {
  content: "";
}

.icon-product-phone:before {
  content: "";
}

.icon-product-phone-mobile:before {
  content: "";
}

.icon-product-remove:before {
  content: "";
}

.icon-product-search:before {
  content: "";
}

.icon-product-user:before {
  content: "";
}

.icon-statistics-arrow-down:before {
  content: "";
}

.icon-statistics-arrow-up:before {
  content: "";
}

.icon-unlocked:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #231F20;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.txtCenter {
  text-align: center;
}

.mBtm40 {
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

.page {
  height: 100vh;
  background-color: #F3F7FA;
  position: relative;
}

.page--auto {
  height: auto;
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .page {
    padding-top: 56px;
    padding-bottom: 100px;
    height: auto;
    min-height: 100vh;
  }
}

@media (min-width: 1560px) {
  .page {
    padding-bottom: 160px;
  }
}

@media (max-width: 1023px) {
  .page--lightgray {
    background-color: #F5F5F5;
  }
  .page--lightgray .btnWrap--stickyBottom {
    background-color: #F5F5F5;
  }
}

@media (max-width: 1023px) {
  .page--white {
    background-color: #fff;
  }
}

.page--landing {
  background: #3B4653;
}

.page--landing img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .page--withSidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 var(--sideWidth);
  }
}

.page__decor {
  position: fixed;
  right: 0;
  top: 1.875rem;
  margin: 0;
  padding: 0;
}

.page__back {
  padding: 0 0 1.5rem;
}

@media (min-width: 1024px) {
  .page__back {
    padding-bottom: 5rem;
  }
}

.page__withButton {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .page__withButton {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .page__withButton {
    height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: var(--spaceTop);
    padding-bottom: 5rem;
    width: 648px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .page__withButton {
    width: 100%;
    padding-left: 80px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .page__withButton--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.page__withButton--auto {
  height: auto;
}

@media (min-width: 1024px) {
  .page__withButton--large {
    width: 856px;
  }
}

@media (min-width: 1024px) {
  .page__withButton--medium {
    width: 808px;
  }
}

.page__withButton--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .page__withButton--center .page__withButton__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page__withButton--center .innerWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .page__withButton--stickyDesktop {
    padding-bottom: var(--paddingBtm);
  }
}

@media (max-width: 1023px) {
  .page__withButton__content {
    height: 100%;
    padding: 2rem 2rem 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .page__withButton__content--bigWrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page__overlay {
  background: rgba(59, 70, 83, 0.32);
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all .45s ease-out .15s;
  transition: all .45s ease-out .15s;
  pointer-events: none;
  z-index: var(--zIndexBig);
}

.menu--open .page__overlay {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.wrapper {
  width: 1040px;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .wrapper {
    padding-left: var(--mainPadding);
    padding-right: var(--mainPadding);
    margin-left: auto;
    margin-right: auto;
  }
}

.titleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1.875rem;
}

@media (max-width: 767px) {
  .titleRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .titleRow__col {
    width: 100%;
  }
}

.titleRow__col--right {
  padding-left: 1.5rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .titleRow__col--right {
    padding-left: 0;
  }
}

.linedTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 1.125rem;
}

.linedTitle__line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  border-bottom: 1px solid #EBEBEB;
  margin-left: 0.5rem;
  margin-bottom: 0.4375rem;
}

.info--center {
  text-align: center;
}

@media (min-width: 1024px) {
  .info--desktopHidden {
    display: none;
  }
}

@media (max-width: 1023px) {
  .info--mobHidden {
    display: none;
  }
}

.info--mTop36 {
  margin-top: 2.25rem;
}

.info--mTop32 {
  margin-top: 2rem;
}

.info--mTop24 {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .info--desktopMTop0 {
    margin-top: 0;
  }
}

.info--mBtm16 {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .info--mBtm16 {
    margin-bottom: 3rem;
  }
}

.info--mBtm32 {
  margin-bottom: 2rem;
}

.info--mBtm24 {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .info--mBtm {
    margin-bottom: 2.5rem;
  }
}

.info--mBtm40 {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .info--desktopMBtm32 {
    margin-bottom: 2rem;
  }
}

.innerWrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .innerWrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33333;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.20833;
}

h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.20833;
  }
}

h4 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.display0 {
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.15789;
  color: #E5E5E5;
}

.display1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #00AEEF;
}

.display2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #282F38;
}

.genericText {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231F20;
}

.genericText--white {
  color: #fff;
}

.genericText--light {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #282F38;
}

.genericText--light strong,
.genericText--light b {
  font-weight: 400;
}

@media (min-width: 1024px) {
  .genericText--light {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.55556;
    color: #282F38;
  }
  .genericText--light strong,
  .genericText--light b {
    font-weight: 500;
  }
}

.genericText--lightAll {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #282F38;
}

.genericText--lightAll strong,
.genericText--lightAll b {
  font-weight: 400;
}

.genericText--lightBig {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #282F38;
}

@media (min-width: 768px) {
  .genericText--lightBig {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.55556;
    color: #282F38;
  }
}

.genericText--regular {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282F38;
}

@media (min-width: 768px) {
  .genericText--regular {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.55556;
    color: #282F38;
  }
  .genericText--regular strong,
  .genericText--regular b {
    font-weight: 500;
  }
}

.genericText--desktopLight {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #282F38;
}

.genericText--desktopLight strong,
.genericText--desktopLight b {
  font-weight: 400;
}

.genericText--center {
  text-align: center;
}

.genericText--mTop16 {
  margin-top: 1rem;
}

.genericText--mTop24 {
  margin-top: 1.5rem;
}

.genericText--mBtm16 {
  margin-bottom: 1rem;
}

.genericText--mBtm24 {
  margin-bottom: 1.5rem;
}

.genericText--mBtm40 {
  margin-bottom: 2.5rem;
}

a,
a:link,
a:visited {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.smallText {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #fff;
}

.simpleList {
  padding: 0 1.5rem 0 1.25rem;
}

.simpleList--pTop8 {
  padding-top: 8px;
}

.simpleList--pBtm16 {
  padding-bottom: 16px;
}

.simpleList--pBtm40 {
  padding-bottom: 40px;
}

.simpleList li {
  list-style-type: disc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282F38;
}

.simpleList li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.genericLabel {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #231F20;
  margin: 0 0 0.5rem;
}

.simpleText {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.42857;
  color: #231F20;
}

@media (min-width: 1024px) {
  .simpleText {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231F20;
  }
}

.green {
  color: #00AEEF;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid rgba(35, 31, 32, 0.2);
  border-radius: 16px;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.14286;
}

.tag svg {
  display: inline-block;
  margin: 0 10px 0 0;
  min-width: 13px;
}

.pretitle {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  .pretitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 5px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0.9375rem 1.5rem 0.9375rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn:not(:disabled), .btn:not(.btn--disabled) {
  cursor: pointer;
}

@media (max-width: 1023px) {
  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.btn:before {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  opacity: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  background: linear-gradient(48.84deg, #00AEEF 8.98%, #08B1EE 19.27%, #1DB9EA 33.68%, #3FC5E3 52.21%, #6FD7DB 72.8%, #ABEED0 95.44%, #D9FFC7 110.88%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 5px;
}

.btn:hover, .btn:focus {
  outline: 0;
}

.btn:hover:before, .btn:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.btn--primary {
  background-color: #00AEEF;
  border: 2px solid #00AEEF;
}

.btn--primary:disabled, .btn--primary.disabled {
  background-color: #B7CDE1;
  cursor: default;
  pointer-events: none;
  border-color: #B7CDE1;
}

.btn--white {
  background-color: #fff;
  color: #00AEEF;
}

.btn--white:hover, .btn--white:focus {
  color: #fff;
}

.btn--secondary {
  background-color: transparent;
  border: 2px solid #00AEEF;
  color: #00AEEF;
}

.btn--secondary:hover, .btn--secondary:focus {
  color: #fff;
}

.btn--secondary:disabled, .btn--secondary.disabled {
  color: #B7CDE1;
  border-color: #B7CDE1;
  cursor: default;
  pointer-events: none;
}

.btn--outline {
  color: #B7CDE1;
  border: 2px solid #B7CDE1;
  border-radius: 8px;
  background-color: transparent;
}

.btn--outline:before {
  display: none;
}

.btn--outline .btn__icon {
  color: inherit;
}

.btn--outline .btn__text {
  color: #00AEEF;
}

.btn--outline:hover, .btn--outline:focus {
  color: #00AEEF;
  border-color: #00AEEF;
}

.btn--outline:disabled, .btn--outline.disabled {
  cursor: default;
  pointer-events: none;
}

.btn--outline.orange {
  color: #ECC9B5;
  border-color: #ECC9B5;
}

.btn--outline.orange .btn__text {
  color: #D9936B;
}

.btn--outline.orange:hover, .btn--outline.orange:focus {
  color: #D9936B;
  border-color: #D9936B;
}

.btn--green {
  color: #00AEEF;
}

.btn--green:hover, .btn--green:focus {
  color: #99CB38;
}

.btn--transparent {
  background-color: transparent;
  color: #00AEEF;
  border: 2px solid currentColor;
}

.btn--transparent:hover, .btn--transparent:focus {
  color: #fff;
}

@media (max-width: 1023px) {
  .btn--full {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .btn--full {
    min-width: 280px;
  }
}

.btn--link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00AEEF;
  background-color: transparent;
}

.btn--link .btn__text {
  text-decoration: underline;
}

.btn--link:before {
  display: none;
}

.btn--link:hover, .btn--link:focus {
  color: #99CB38;
}

.btn--link:disabled, .btn--link.disabled {
  color: #B7CDE1;
  cursor: default;
  pointer-events: none;
}

.btn--linkWhite {
  color: #fff;
}

.btn--choice {
  width: 100%;
  background-color: #fff;
  border: 1px solid #B7CDE1;
  text-align: left;
  border-radius: 5px;
  color: #231F20;
  position: relative;
  min-height: 3.5rem;
  line-height: 3.5rem;
  max-width: 375px;
  margin-right: 4px;
  padding-left: 2rem;
  padding-right: 2.75rem;
  padding-top: 0;
  padding-bottom: 0;
}

.btn--choice:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 5px;
  top: -1px;
  left: -1px;
}

.btn--choice .btn__icon {
  width: 32px;
  height: 32px;
}

.btn--choice:not(.btn--choice--verified) .btn__icon {
  overflow: hidden;
}

.btn--choice:hover, .btn--choice:focus, .btn--choice--selected {
  border-color: transparent;
  color: #fff;
}

.btn--choice--selected {
  border-color: transparent;
}

.btn--choice--selected:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.btn--choice--verified {
  border-color: transparent;
  padding-left: 12px;
  width: 280px;
}

.btn--choice--verified:before {
  display: none;
}

.btn--choice--verified .btn__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #282F38;
}

.btn--choice--verified .btn__prefix {
  color: #A7AEB7;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.btn--choice--verified .btn__icon:before {
  content: "";
  font-family: 'icomoon';
  font-size: 0.8125rem;
  background: #00AEEF;
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 80%;
  color: #fff;
  z-index: 2;
}

.btn--center {
  text-align: center;
}

.btn--icon {
  padding: 0.625rem 0.5625rem 0.4375rem;
  border-radius: 50%;
  background-color: #F5F5F5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #A6A6A6;
}

.btn--icon [class*='icon'] {
  position: relative;
  z-index: 1;
}

.btn--icon:before {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  border-radius: 50%;
}

.btn--icon:hover, .btn--icon:focus {
  color: #fff;
}

.btn--icon:hover:before, .btn--icon:focus:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.btn--removeBank {
  background: none;
  font-size: 1.5rem;
  color: #231F20;
}

.btn__text {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.btn__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.btn__icon--relative {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-left: 4px;
  vertical-align: middle;
}

.btn__icon--relativeLeft {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-right: 4px;
  vertical-align: middle;
}

.btn--small {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.66667;
}

.link {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.link--back {
  color: #335284;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.14286;
  position: relative;
  background-color: #fff;
  border: 2px solid #B7CDE1;
  border-radius: 5px;
  padding: 7px 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.link--back span {
  position: relative;
}

.link--back [class*='icon'] {
  display: inline-block;
  top: 1px;
}

.link--back:before {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  right: -2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  border-radius: 5px;
  background: linear-gradient(48.84deg, #00AEEF 8.98%, #08B1EE 19.27%, #1DB9EA 33.68%, #3FC5E3 52.21%, #6FD7DB 72.8%, #ABEED0 95.44%, #D9FFC7 110.88%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.link--back:hover, .link--back:focus {
  color: #fff;
  opacity: 1;
}

.link--back:hover:before, .link--back:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.link--generic, .link--generic:link, .link--generic:visited {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #231F20;
  text-decoration: none;
}

.link--generic:hover, .link--generic:focus {
  color: #00AEEF;
}

.link--primary, .link--primary:link, .link--primary:visited {
  color: #272E37;
  text-decoration: underline;
}

.link--primary:hover, .link--primary:focus {
  color: #00AEEF;
}

.link--secondary, .link--secondary:link, .link--secondary:visited {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #00AEEF;
  text-decoration: underline;
}

.link--secondary:hover, .link--secondary:focus {
  color: #00AEEF;
}

.btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0 0;
}

@media (min-width: 1024px) {
  .btnWrap {
    padding-top: 2rem;
  }
}

.btnWrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page--landing .btnWrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .btnWrap--stickyBottom {
    padding: 1rem 2rem 1rem;
  }
  .page--landing .btnWrap--stickyBottom {
    background-color: transparent;
  }
  .btnWrap--stickyBottom .checkbox {
    margin-bottom: 20px;
  }
  .btnWrap--stickyBottom.shadow {
    -webkit-box-shadow: 0px -4px 12px #CDDFEC;
            box-shadow: 0px -4px 12px #CDDFEC;
  }
}

@media (max-width: 1023px) {
  .btnWrap--transparent {
    background-color: transparent;
  }
}

.btnWrap--inLanding {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 1024px) {
  .btnWrap--dsktpPadTop40 {
    padding-top: 40px;
  }
}

.btnWrap__row {
  width: 100%;
}

@media (max-width: 1023px) {
  .btnWrap__row:not(:last-child) {
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .btnWrap__row {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .btnWrap__row:last-child {
    padding-bottom: 0;
  }
  .btnWrap__row:last-child .btnWrap__text {
    margin-top: 8px;
  }
}

.btnWrap__row--Lpad, .btnWrap__row--Lpad:not(:last-child) {
  padding-bottom: 0.5rem;
}

.btnWrap__row--Lpad:only-child, .btnWrap__row--Lpad:not(:last-child):only-child {
  padding: 0;
}

@media (min-width: 1024px) {
  .btnWrap__row--Lpad, .btnWrap__row--Lpad:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0.5rem !important;
  }
  .btnWrap__row--Lpad + .btnWrap__row, .btnWrap__row--Lpad:not(:last-child) + .btnWrap__row {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .btnWrap__row--LMobpad, .btnWrap__row--LMobpad:not(:last-child) {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .btnWrap__row--dsktpPadTop20 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  .btnWrap__row--dsktpPadTop0 {
    padding-top: 0 !important;
  }
}

.btnWrap__row--padTop52 {
  padding-top: 3.25rem;
}

.btnWrap__row--center {
  text-align: center;
}

.page--landing .btnWrap__row--center {
  text-align: center;
}

@media (max-width: 1023px) {
  .btnWrap__row--extraWidth {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

@media (max-width: 1023px) {
  .btnWrap__row--mob1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (min-width: 1024px) {
  .btnWrap__row--halfCenter {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center !important;
  }
}

.btnWrap__row--padTop32 {
  padding-top: 2rem;
}

@media (max-width: 1023px) {
  .btnWrap__row--ghost {
    position: relative;
    padding-bottom: 2rem !important;
  }
  .btnWrap__row--ghost:before {
    content: '';
    width: calc(100% + 96px);
    height: calc(100% + 32px);
    position: absolute;
    left: -48px;
    top: -32px;
    background: #EBEBEB;
  }
  .btnWrap__row--ghost > * {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1024px) {
  .btnWrap--desktopNoWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 1.25rem;
    padding-top: 2.5rem;
  }
  .btnWrap--desktopNoWrap .btnWrap__row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: auto;
  }
  .btnWrap--desktopNoWrap .btnWrap__row:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.btnWrap--desktopNoWrap.noPad {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .btnWrap--desktopLeft .btnWrap__row,
  .btnWrap--desktopLeft .btnWrap__row--center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .btnWrap--stickyDesktop {
    background-color: #fff;
    padding: 1.625rem 0 1.625rem;
    border-top: 1px solid #DCDCDC;
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - var(--sideWidth));
  }
}

.btnWrap__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231F20;
}

@media (max-width: 1023px) {
  .btnWrap__text {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .btnWrap__text {
    margin-bottom: 0;
  }
}

.btnWrap__text__icon {
  display: inline-block;
  margin-right: 0.5rem;
}

.btnWrap__img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.btnWrap__powered {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  color: #7E7E7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}

.btnWrap__powered img {
  display: inline-block;
  margin: 0 0 0 3px;
}

.btnWrap__powered:only-child {
  margin-top: 0;
}

.btnWrap__powered a, .btnWrap__powered a:link, .btnWrap__powered a:visited {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


@media (min-width: 1024px) {
  .btnWrap__powered {
    display: none;
  }
}

.steps {
  z-index: 2;
  background-color: rgba(166, 166, 166, 0.5);
}

@media (max-width: 1023px) {
  .steps {
    position: fixed;
    height: 0.5rem;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .steps {
    border-radius: 8px;
    height: 4px;
    position: absolute;
    width: calc(100% - 32px);
    left: 16px;
    bottom: 10px;
  }
}

.steps__indicator {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #00AEEF;
  border-radius: 0px 4px 4px 0px;
  z-index: 3;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}

.steps__indicator--step1 {
  width: calc(100%/10 * 1);
}

.steps__indicator--step2 {
  width: calc(100%/10 * 2);
}

.steps__indicator--step3 {
  width: calc(100%/10 * 3);
}

.steps__indicator--step4 {
  width: calc(100%/10 * 4);
}

.steps__indicator--step5 {
  width: calc(100%/10 * 5);
}

.steps__indicator--step6 {
  width: calc(100%/10 * 6);
}

.steps__indicator--step7 {
  width: calc(100%/10 * 7);
}

.steps__indicator--step8 {
  width: calc(100%/10 * 8);
}

.steps__indicator--step9 {
  width: calc(100%/10 * 9);
}

.steps__indicator--step10 {
  width: calc(100%/10 * 10);
}

.steps__indicator--step10 {
  border-radius: 0;
}

@media (min-width: 1024px) {
  .steps__indicator {
    height: 4px;
    border-radius: 8px;
  }
}

@media (min-width: 1024px) {
  .stepsOuter {
    position: fixed;
    right: 24px;
    bottom: 20px;
    width: 288px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    padding: 8px 16px 10px;
    z-index: 11;
  }
}

@media (min-width: 1560px) {
  .stepsOuter {
    bottom: 56px;
    right: 80px;
  }
}

@media (max-width: 1023px) {
  .stepsPercentage {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stepsPercentage {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.33333;
    color: #231F20;
    margin: 0 0 2px;
  }
}

.form--login {
  width: 280px;
  max-width: 100%;
}

.form--white {
  background-color: #fff;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  max-width: var(--formWidth);
}

@media (min-width: 1024px) {
  .form--white {
    margin-bottom: 2.875rem;
  }
}

.form--sm {
  padding: 1.5rem;
  margin: 0 0 0.5rem;
}

.form--sm .stripeInput input:-moz-read-only {
  padding-bottom: 0;
}

.form--sm .stripeInput input:read-only {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .form--sm .form__row {
    margin: 0;
  }
}

.form--sm .form__row:last-child .field {
  margin: 0;
}

.form--payment {
  padding: 2rem 0;
  max-width: var(--formWidth);
}

@media (min-width: 1024px) {
  .form--payment {
    margin-bottom: 2.875rem;
  }
}

.form__figure {
  margin: 0;
  padding: 0 0 16px;
  text-align: center;
  font-size: 0;
}

.form__figure img {
  width: 98px;
  margin: 0 auto;
}

.form__row {
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.field {
  width: calc(50% - 12px);
}

@media (max-width: 767px) {
  .field {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width: 1023px) {
  .form--payment .field {
    margin-bottom: 16px;
  }
}

.field--half {
  width: calc(50% - 8px);
}

.field--full {
  width: 100%;
}

@media (max-width: 1023px) {
  .field--fullMobile {
    width: 100%;
  }
}

.input input,
.input textarea,
.input select {
  width: 100%;
  display: block;
  border: 1px solid #A7AEB7;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 16px;
  background: transparent;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282F38;
}

.input input:hover,
.input textarea:hover,
.input select:hover {
  border-color: #231F20;
  -webkit-box-shadow: inset 0 0 0 1px #231F20;
          box-shadow: inset 0 0 0 1px #231F20;
}

.input input:focus,
.input textarea:focus,
.input select:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #00AEEF;
          box-shadow: inset 0 0 0 1px #00AEEF;
  border-color: #00AEEF;
  caret-color: #00AEEF;
}

.input input:disabled,
.input textarea:disabled,
.input select:disabled {
  border-color: #A7AEB7;
  color: #A7AEB7;
  background: #F5F5F5;
}

.input--sm input,
.input--sm textarea,
.input--sm select {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #282F38;
  padding: 12px 12px 12px 16px;
}

.input select::-ms-expand {
  display: none;
}

.input--error input,
.input--error textarea,
.input--error select {
  border-color: #D96B6B;
  -webkit-box-shadow: inset 0 0 0 1px #D96B6B;
          box-shadow: inset 0 0 0 1px #D96B6B;
  color: #D96B6B;
}

.input label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #231F20;
  margin: 0 0 8px;
}

.input select option {
  color: #272E37;
  padding: 8px;
}

.input__error {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #D96B6B;
  margin: 6px 0 0;
}

.input__error--generic {
  text-align: center;
  margin: 16px 0 0;
}

.input--white input,
.input--white textarea,
.input--white select {
  color: #fff;
  border-color: #fff;
}

.input--white label {
  color: #fff;
}

.input--white.input--error input,
.input--white.input--error textarea,
.input--white.input--error select {
  border-color: #D96B6B;
  -webkit-box-shadow: inset 0 0 0 1px #D96B6B;
          box-shadow: inset 0 0 0 1px #D96B6B;
  color: #D96B6B;
}

fieldset {
  margin: 24px 0 0;
}

fieldset legend {
  display: block;
  text-align: left;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #231F20;
}

.select {
  position: relative;
}

.select:after {
  font-family: 'icomoon';
  font-size: 7px;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  text-align: center;
  line-height: 24px;
}

.radio,
.checkbox {
  position: relative;
}

.radio__input,
.checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.radioGroup {
  padding: 24px 0 0;
}

.radioGroup .radio:not(:last-child) {
  margin-bottom: 1rem;
}

.radio__input:checked ~ .radio__label:before {
  border-color: #99CB38;
}

.radio__input:checked ~ .radio__label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.5rem;
  padding: 0 0 0 2.5rem;
  position: relative;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #231F20;
}

.radio__label:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  left: 0;
  border: 1px solid #A7AEB7;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
}

.radio__label:after {
  content: '';
  border-radius: 50%;
  display: inline-block;
  background-color: #99CB38;
  border: 1px solid #99CB38;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  margin-top: -0.4375rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.radio__label--readonly {
  padding-left: 0;
}

.radio__label--readonly:before, .radio__label--readonly:after {
  display: none;
}

.radio__label__img {
  display: inline-block;
  margin-right: 1rem;
}

.radio__label__txt {
  color: #272E37;
}

.checkbox--auto {
  display: inline-block;
}

.checkbox__input:not(:disabled) {
  cursor: pointer;
}

.checkbox__input:checked ~ .checkbox__label:before {
  border-color: #00AEEF;
}

.checkbox__input:checked ~ .checkbox__label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkbox__label {
  min-height: 1.5rem;
  padding-left: 2.5rem;
  text-align: left;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #231F20;
  line-height: 24px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .checkbox__label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231F20;
  }
  .btnWrap--stickyBottom .checkbox__label {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.33333;
    color: #231F20;
    line-height: 1.33;
  }
}

.checkbox__label--white {
  color: #fff;
}

.checkbox__label--big {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282F38;
}

.checkbox__label:before {
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #B7CDE1;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
}

.checkbox__label:after {
  content: "";
  font-family: 'icomoon';
  font-size: 0.625rem;
  color: #00AEEF;
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  line-height: 1.3;
}

.checkbox__label .link {
  position: relative;
  z-index: 2;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.checkbox--left {
  text-align: left;
  padding-left: 40px;
}

.checkbox--left .checkbox__label {
  padding-left: 0;
}

.inputWrap {
  position: relative;
}

.inputWrap--withBtn input,
.inputWrap--withBtn textarea,
.inputWrap--withBtn select {
  padding-right: 40px;
}

.js_viewpass {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  background: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.js_viewpass:before {
  content: "";
}

.js_viewpass:after {
  content: "";
}

.js_viewpass:before, .js_viewpass:after {
  font-family: 'icomoon';
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.js_viewpass:after {
  opacity: 0;
}

.js_viewpass.active:before {
  opacity: 0;
}

.js_viewpass.active:after {
  opacity: 1;
}

@media (min-width: 1024px) {
  .formWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .formWrap .form__row {
    width: calc(50% - 16px);
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

@media (max-width: 1023px) {
  .popup {
    background-color: #fff;
  }
}

@media (max-width: 1023px) {
  .popup__overlay {
    display: none;
  }
}

@media (min-width: 1024px) {
  .popup__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(35, 31, 32, 0.32);
  }
}

@media (max-width: 1023px) {
  .popup--alert {
    background: none;
  }
}

@media (max-width: 1023px) {
  .popup--alert .popup__overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(40, 47, 56, 0.48);
  }
}

.popup--alert .popup__content {
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: absolute;
  width: 344px;
  max-width: 100%;
  margin-left: -172px;
  left: 50%;
  max-height: 100%;
}

@media (max-width: 1023px) {
  .popup--alert .popup__content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .popup--alert .popup__content {
    width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: calc(var(--sideWidth) / 2);
  }
}

.popup--alert .popup__content__inner {
  padding: 2.5rem;
}

@media (max-width: 1023px) {
  .popup--alert .popup__content__inner {
    padding: 1.5rem;
  }
}

.popup--alert .popup__title {
  margin-bottom: 1rem;
}

.popup--alert .btnWrap {
  padding-bottom: 0;
}

.popup--alert .btnWrap__row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.popup--alert .btn--full {
  width: 100%;
}

.popup__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__content__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.5rem 8.0625rem 2.5rem 2.5rem;
}

.popup__content__inner .btnWrap {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .popup__content__inner {
    max-height: 80vh;
  }
}

@media (max-width: 1023px) {
  .popup__content__inner {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .popup__content {
    width: 700px;
    max-width: 96%;
    background: #fff;
    -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    margin-left: calc(var(--sideWidth) / 2);
    z-index: 10;
    overflow: hidden;
  }
}

.popup__close {
  min-height: 3.6875rem;
}

.popup__close--inner {
  min-height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}

.popup__close__trigger {
  cursor: pointer;
  pointer-events: auto;
}

.popup__close__trigger:not(.btn) {
  display: inline-block;
  font-size: 1.75rem;
  color: #231F20;
  padding: 0.375rem;
  position: absolute;
  top: 2.125rem;
  right: 3rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.desktop .popup__close__trigger:not(.btn):hover {
  color: #99CB38;
}

.popup__close__trigger:not(.btn):focus {
  color: #99CB38;
  outline: 1px dotted #99CB38;
}

@media (max-width: 1023px) {
  .popup__close__trigger:not(.btn) {
    top: 1rem;
    right: 0.5rem;
  }
}

.popup__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.20833;
  margin: 0 0 2rem;
}

@media (min-width: 1024px) {
  .popup__title {
    margin-bottom: 2.75rem;
  }
}

.popup__subtitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #282F38;
  margin: 0 0 0.5rem;
}

.popup__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #231F20;
  margin: 0 0 1.5rem;
}

.popup__text:last-child {
  margin-bottom: 0;
}

.loader_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}

.loader_screen--opacity {
  background: rgba(167, 174, 183, 0.48);
}

.loader_screen__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

@media only screen and (max-width: 767px) {
  .loader_screen__img {
    max-width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .loader_screen__img {
    max-width: 140px;
  }
}

.loader_screen__img img {
  max-width: 100%;
}

.loader_screen__path {
  fill: #99CB38;
}

.doing_science_label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #282F38;
  text-align: center;
  position: relative;
  top: 55%;
  bottom: 49.03%;
}

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

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

.loader__path {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate linear forwards infinite 1.3s;
          animation: rotate linear forwards infinite 1.3s;
}

/*.datatable {*/
/*  background-color: #fff;*/
/*  border-radius: 16px;*/
/*  padding: var(--innerPadding);*/
/*  margin-top: 29px;*/
/*  position: relative;*/
/*}*/

/*.datatable table.dataTable {*/
/*  max-width: 100%;*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*}*/

/*.datatable table.dataTable thead th,*/
/*.datatable table.dataTable thead td {*/
/*  padding: 14px 24px 14px 8px;*/
/*  border: 0;*/
/*  font-size: 0.875rem;*/
/*  font-weight: 400;*/
/*  line-height: 1.14286;*/
/*  color: #A7AEB7;*/
/*  border: 0;*/
/*}*/

/*@media (max-width: 1023px) {*/
/*  .datatable table.dataTable thead th,*/
/*  .datatable table.dataTable thead td {*/
/*    padding-top: 12px;*/
/*    padding-bottom: 12px;*/
/*  }*/
/*}*/

/*.datatable table.dataTable thead .sorting {*/
/*  background-image: url("../media/Sort.7652f1d3ce9e.svg");*/
/*  background-position: 90% center;*/
/*}*/

/*.datatable table.dataTable thead .sorting.empty {*/
/*  background: none;*/
/*}*/

/*.datatable table.dataTable thead .sorting_asc {*/
/*  background-image: url("../media/Sort_asc.bf6d4340560f.svg");*/
/*  background-position: 90% center;*/
/*}*/

/*.datatable table.dataTable thead .sorting_desc {*/
/*  background-image: url("../media/Sort_desc.9bb92e7b7a29.svg");*/
/*  background-position: 90% center;*/
/*}*/

/*.datatable table.dataTable tbody th,*/
/*.datatable table.dataTable tbody td {*/
/*  padding: 14px 24px 14px 8px;*/
/*  font-size: 0.875rem;*/
/*  font-weight: 400;*/
/*  line-height: 1.14286;*/
/*  color: #231F20;*/
/*  border: 0;*/
/*  border-top: 1px solid #EBEBEB;*/
/*  border-bottom: 1px solid #EBEBEB;*/
/*  -webkit-transition: all .3s ease-out;*/
/*  transition: all .3s ease-out;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .datatable table.dataTable tbody th,*/
/*  .datatable table.dataTable tbody td {*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*  }*/
/*}*/

/*@media (max-width: 1023px) {*/
/*  .datatable table.dataTable tbody th,*/
/*  .datatable table.dataTable tbody td {*/
/*    padding-top: 12px;*/
/*    padding-bottom: 12px;*/
/*  }*/
/*}*/

/*.datatable table.dataTable tbody tr:first-child th,*/
/*.datatable table.dataTable tbody tr:first-child td {*/
/*  border-top-color: transparent;*/
/*}*/

/*.datatable table.dataTable tbody tr.parent td, .datatable table.dataTable tbody tr.child td {*/
/*  background: #EBEBEB !important;*/
/*}*/

/*.datatable table.dataTable tbody tr.parent td.dtr-control:before {*/
/*  content: "";*/
/*}*/

/*.datatable table.dataTable tbody td.dtr-control {*/
/*  position: relative;*/
/*}*/

/*.datatable table.dataTable tbody td.dtr-control:before {*/
/*  content: "";*/
/*  font-family: 'icomoon';*/
/*  font-size: 1rem;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  left: 5px;*/
/*  top: 50%;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*  opacity: 0;*/
/*}*/

/*.datatable table.dataTable.collapsed tbody td {*/
/*  padding-left: 24px;*/
/*}*/

/*.datatable table.dataTable.collapsed tbody td.dtr-control:before {*/
/*  opacity: 1;*/
/*}*/

/*.datatable table {*/
/*  border-collapse: collapse;*/
/*  width: 100%;*/
/*}*/

/*.datatable th,*/
/*.datatable td {*/
/*  background: none;*/
/*  -webkit-transition: all .3s ease-out;*/
/*  transition: all .3s ease-out;*/
/*  text-align: left;*/
/*}*/

/*.datatable th {*/
/*  font-size: 0.875rem;*/
/*  font-weight: 400;*/
/*  line-height: 1.14286;*/
/*  color: #A7AEB7;*/
/*  border: 0;*/
/*}*/

/*.datatable td {*/
/*  font-size: 0.875rem;*/
/*  font-weight: 400;*/
/*  line-height: 1.42857;*/
/*  color: #231F20;*/
/*  border: 0;*/
/*  border-top: 1px solid #A7AEB7;*/
/*  border-bottom: 1px solid #A7AEB7;*/
/*}*/

/*table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column tbody tr.odd > .sorting_1 {*/
/*  background-color: transparent;*/
/*}*/

/*table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {*/
/*  background-color: #F5F5F5;*/
/*}*/

/*table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {*/
/*  background-color: #F5F5F5;*/
/*}*/

/*.dataTables_wrapper {*/
/*  --padTop: 37px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .dataTables_wrapper {*/
/*    --padTop: 24px;*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .dataTables_wrapper .dataTables_length {*/
/*    margin-bottom: 68px;*/
/*  }*/
/*}*/

/*.dataTables_wrapper .dataTables_length label {*/
/*  font-size: 0.75rem;*/
/*  font-weight: 500;*/
/*  line-height: 1.33333;*/
/*  color: #231F20;*/
/*}*/

/*.dataTables_wrapper .dataTables_length select {*/
/*  border: 0;*/
/*  border-bottom: 1px solid transparent;*/
/*  background: none;*/
/*  border-radius: 0;*/
/*  padding: 0;*/
/*  font-size: 0.75rem;*/
/*  font-weight: 500;*/
/*  line-height: 1.33333;*/
/*  color: #231F20;*/
/*  cursor: pointer;*/
/*  -webkit-transition: all .3s ease-out;*/
/*  transition: all .3s ease-out;*/
/*}*/

/*.dataTables_wrapper .dataTables_length select:focus {*/
/*  outline: 0;*/
/*  border-bottom-color: #00AEEF;*/
/*}*/

/*.dataTables_wrapper .dataTables_filter {*/
/*  margin-bottom: 45px;*/
/*  max-width: var(--filterWidth);*/
/*}*/

/*.dataTables_wrapper .dataTables_filter label {*/
/*  font-size: 0.875rem;*/
/*  font-weight: 400;*/
/*  line-height: 1.42857;*/
/*  color: #231F20;*/
/*  position: relative;*/
/*  font-size: 0;*/
/*  min-height: 40px;*/
/*  display: block;*/
/*}*/

/*.dataTables_wrapper .dataTables_filter label:after {*/
/*  content: "";*/
/*  font-family: 'icomoon';*/
/*  font-size: 0.875rem;*/
/*  color: #231F20;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  right: 241px;*/
/*  top: 50%;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*}*/

/*.dataTables_wrapper .dataTables_filter input {*/
/*  background: #F5F5F5;*/
/*  padding: 11px 20px 10px 40px;*/
/*  border-radius: 24px;*/
/*  border: 2px solid transparent;*/
/*  -webkit-transition: all .3s ease-out;*/
/*  transition: all .3s ease-out;*/
/*  min-width: 272px;*/
/*  font-size: 0.75rem;*/
/*  font-weight: 400;*/
/*  line-height: 1.33333;*/
/*  color: #231F20;*/
/*}*/

/*.dataTables_wrapper .dataTables_filter input:focus {*/
/*  border-color: #00AEEF;*/
/*  outline: 0;*/
/*}*/

/*.dataTables_wrapper .dataTables_info,*/
/*.dataTables_wrapper .dataTables_paginate {*/
/*  padding-top: var(--padTop);*/
/*}*/

/*.dataTables_wrapper .dataTables_info {*/
/*  font-size: 0.75rem;*/
/*  font-weight: 500;*/
/*  line-height: 1.33333;*/
/*  color: #231F20;*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .dataTables_wrapper .dataTables_paginate {*/
/*    margin-top: 0;*/
/*    -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*            justify-content: center;*/
/*  }*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {*/
/*  font-size: 0;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  text-align: center;*/
/*  line-height: 24px;*/
/*  border: 0;*/
/*  background: none;*/
/*  color: #231F20 !important;*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {*/
/*  font-family: 'icomoon';*/
/*  font-size: 1.5rem;*/
/*  display: inline-block;*/
/*  color: inherit;*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {*/
/*  content: "";*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {*/
/*  content: "";*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next) {*/
/*  display: inline-block;*/
/*  font-size: 0.75rem;*/
/*  font-weight: 500;*/
/*  line-height: 1.33333;*/
/*  color: #231F20;*/
/*  color: #231F20 !important;*/
/*  background: none;*/
/*  border: 0;*/
/*  border-radius: 0;*/
/*}*/

.dtr-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #231F20;
  display: inline-block;
  margin-right: 4px;
}

.dtr-data {
  word-break: break-word;
}

.dtr-details li {
  padding: 8px 0;
}

.tableWrap {
  padding: 3.5rem 2rem;
}

@media (max-width: 767px) {
  .tableWrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.tooltip {
  display: inline-block;
  color: #A7AEB7;
  opacity: .5;
  font-size: 1rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.tooltip--inTitle {
  font-size: 1.375rem;
  color: #282F38;
  vertical-align: sub;
  opacity: 1;
}

.desktop .tooltip:hover, .tooltip:focus {
  opacity: 1;
}

.sidebar__powered {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  color: #7E7E7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar__powered img {
  display: inline-block;
  margin: 0 0 0 3px;
}

.sidebar__powered a, .sidebar__powered a:link, .sidebar__powered a:visited {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sidebar {
    width: var(--sideWidth);
    background: #fff;
    padding: 5rem 0 2rem;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
  }
  .sidebar__logo {
    padding: 0 0 0.375rem;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sidebar__logo img {
    width: 190px;
  }
  .sidebar__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .sidebar {
    border-radius: 0 200px;
  }
}

.statusBox {
  text-align: center;
  padding: 0;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .statusBox--type1 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.statusBox__icon {
  padding: 0 0 2.5rem;
  line-height: 1;
}

.statusBox__icon img {
  width: 80px;
}

.statusBox__icon--notFound img {
  width: auto;
}

.statusBox__text {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.statusBox__text strong, .statusBox__text b {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #231F20;
  display: block;
  margin: 0 0 0.5rem;
}

@media (max-width: 1023px) {
  .statusBox__text strong, .statusBox__text b {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.16667;
  }
}

@media (min-width: 1024px) {
  .statusBox__text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .statusBox__text--noMargin {
    margin-bottom: 0;
  }
}

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 0.5rem;
  max-width: var(--formWidth);
}

@media (max-width: 767px) {
  .notification--box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.notification__icon {
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
  margin: 0 1rem 0 0;
}

.notification__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #282F38;
  margin: 0;
}

.notification--box .notification__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282F38;
}

.notification--error.notification--box {
  background-color: rgba(236, 181, 181, 0.16);
}

.notification--error .notification__icon,
.notification--error .notification__text {
  color: #D96B6B;
}

.logo img {
  width: 120px;
}

@media (max-width: 1023px) {
  .landing__intro {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    padding-top: var(--mobHeadHeight);
  }
  .landing__introMiddle, .landing__introBtm {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .landing__introTop, .landing__introMiddle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing__introMiddle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .landing__introMiddle--mobOnly {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  .landing__introMiddle--mobOnly figure, .landing__introMiddle--mobOnly img {
    width: 100%;
  }
  .landing__introTop {
    padding-bottom: 0.5rem;
  }
  .landing__introTop .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.375rem;
  }
  .landing__introBtm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .landing__introTop {
    display: none;
  }
  .landing__introMiddle {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .landing__introMiddle--mobOnly {
    display: none;
  }
  .landing__introBtm {
    padding-bottom: 2rem;
  }
}

.landing__intro__partner {
  margin: 0 0 8px;
}

@media (max-width: 1023px) {
  .landing__intro__partner {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.20833;
    color: #282F38;
  }
}

@media (min-width: 1024px) {
  .landing__intro__partner {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.20833;
    color: #282F38;
  }
}

.landing__intro__title {
  margin: 0 0 8px;
}

@media (max-width: 1023px) {
  .landing__intro__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.20833;
  }
}

@media (min-width: 1024px) {
  .landing__intro__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #231F20;
  }
}

.landing__intro__text {
  margin: 0;
}

@media (max-width: 1023px) {
  .landing__intro__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231F20;
  }
}

@media (min-width: 1024px) {
  .landing__intro__text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .landing__intro__text br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .landing__introTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    height: var(--mobHeadHeight);
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1.375rem 2.125rem;
  }
}

@media (max-width: 1023px) {
  .introGraph__bg {
    fill: #EAEBEE;
  }
}

@media (min-width: 1024px) {
  .introGraph__bg {
    fill: #E5E5E5;
  }
}

@media (max-width: 1023px) {
  #img_intro_desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  #img_intro_mobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .langNav--desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .langNav {
    position: fixed;
    top: var(--spaceTop);
    right: 48px;
    z-index: 2;
  }
  .langNav--mobile {
    display: none;
  }
}

.langNav__ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.langNav__li {
  display: inline-block;
  position: relative;
}

.langNav__li:not(:last-child) {
  padding-right: 9px;
  margin-right: 9px;
}

.langNav__li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 20px;
  display: inline-block;
  background-color: #231F20;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.langNav__link:link, .langNav__link:visited {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  color: #231F20;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.langNav__link--active:link, .langNav__link--active:visited {
  font-weight: 600;
}

.stepQuestions__question {
  min-height: 72px;
  margin: 0 0 2rem;
}

@media (min-width: 1024px) {
  .stepQuestions__question--marginBtm80 {
    margin-bottom: 5rem;
  }
}

.stepQuestions__question--auto {
  min-height: inherit;
}

@media (min-width: 1024px) {
  .stepQuestions__question--auto {
    margin-bottom: 1rem;
  }
}

.stepQuestions__questionMain {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33333;
}

@media (min-width: 1024px) {
  .stepQuestions__questionMain {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #231F20;
  }
}

.stepQuestions__question p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0.5rem 0 0;
}

@media (max-width: 1023px) {
  .stepQuestions__question p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.stepQuestions__row {
  margin: 0 0 12px;
}

.stepQuestions__row:last-child {
  margin-bottom: 0;
}

.stepQuestions__row--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
}

.stepQuestions__row--link .tooltip {
  margin-left: 8px;
  color: #272E37;
  cursor: pointer;
}

.stepQuestions__row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stepQuestions__answers {
  max-width: 375px;
}

.stepQuestions__content h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #231F20;
  margin: 0 0 1.5rem;
}

@media (max-width: 767px) {
  .stepQuestions__content h1 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.stepQuestions__content h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  .stepQuestions__content h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.stepQuestions__content p:not(.tag) {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .stepQuestions__content p:not(.tag) {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.stepQuestions__content p:not(.tag) strong, .stepQuestions__content p:not(.tag) b {
  font-weight: 600;
}

.stepQuestions__content p:not(:last-child) {
  margin: 0 0 1rem;
}

.stepQuestions__contentBlock {
  margin: 0 0 3.5rem;
}

.stepQuestions__contentBlock:last-child {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .stepQuestions__contentBlock {
    margin-bottom: 2.5rem;
  }
  .stepQuestions__contentBlock:last-child {
    margin-bottom: 2rem;
  }
}

.otp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 32px;
  background-color: #ffffff;
}

.otp__figure {
  margin: 0 0 48px;
}

@media (max-width: 767px) {
  .otp__figure {
    margin-bottom: 24px;
  }
}

.otp__title {
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #282F38;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .otp__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.otp__text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #282F38;
}

.otpWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin: 40px auto 10px;
}

@media (min-width: 768px) {
  .otpWrap {
    margin-top: 72px;
  }
}

.otpInput {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #A7AEB7;
  font-family: 'Comfortaa', cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  color: #282F38;
  margin: 0 4px;
  padding: 0 4px;
  display: inline-block;
  width: 32px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: center;
}

.otpInput.complete {
  border-bottom-color: #282F38;
}

.otpInput:focus {
  color: #00AEEF;
  border-bottom-color: #00AEEF;
  outline: 0;
}

.otpInput.error, .otpInput.error:focus,
.error .otpInput {
  color: #D96B6B;
  border-bottom-color: #D96B6B;
}

.otp .field {
  width: 100%;
}

.otp label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #282F38;
}

.otp .errorMsg {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #D96B6B;
  margin: 16px 0 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.otpCountdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 24px;
}

.otpCountdown__icon {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1.25rem;
  color: #A7AEB7;
}

.otpCountdown__text {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #505E70;
  margin: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .otpCountdown__text {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.42857;
    color: #505E70;
  }
}

.otpCountdown__text b, .otpCountdown__text strong {
  font-weight: 700;
}

.otpCountdown--error .otpCountdown__icon,
.otpCountdown--error .otpCountdown__text {
  color: #D96B6B;
}
/*# sourceMappingURL=main.css.map */