@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800");
@font-face {
  font-family: Circe;
  font-display: swap;
  src: local(Circe),
    url(assets/fonts/circe/lightc798c798.woff?rev=d9c0fa19ce15632de3547f9e434d8a7b2?rev=fba89a16b8c3057272d2ff89ef27ebfe)
      format("woff2"),
    url(assets/fonts/circe/light492d492d.html?rev=d9c0fa19ce15632de3547f9e434d8a7b)
      format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: local(Circe),
    url(assets/fonts/circe/regular4d234d23.woff?rev=d98dc4c862b3894b67b553f3a616a8e02?rev=c55b3bab51ed27ed0c5aeaa9b7a32b28)
      format("woff2"),
    url(assets/fonts/circe/regular2eae2eae.html?rev=d98dc4c862b3894b67b553f3a616a8e0)
      format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: local(Circe),
    url(assets/fonts/circe/bold8f518f51.woff?rev=c0375bc51e596b3ea123adc22b1d766e2?rev=c779683609fb099d54ef71c2ffda2f2f)
      format("woff2"),
    url(assets/fonts/circe/bold3bd63bd6.html?rev=c0375bc51e596b3ea123adc22b1d766e)
      format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: local(Circe),
    url(assets/fonts/circe/extrabold6af96af9.html?rev=97e2382e2da9de7c8ac14d7b18a47d112?rev=5a0ed6cc81223c18481a459a0cb89eb5)
      format("woff2"),
    url(assets/fonts/circe/extrabold68356835.html?rev=97e2382e2da9de7c8ac14d7b18a47d11)
      format("woff");
  font-style: normal;
  font-weight: 800;
}

.prs-container {
  padding: 0 2rem;
}

@media (min-width: 79rem) {
  .prs-container {
    padding: 0 calc((100% - 75rem) / 2);
  }
}

.prs-container--dark-bg {
  background-color: #f9f9f9;
}

.prs-title {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: unset;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .prs-title {
    font-size: 2.75rem;
  }
}

.prs-title--secondary {
  color: hsla(0, 0%, 100%, 0.95);
}

.prs-text {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  font-size: 1rem;
  text-align: left;
  font-weight: 300;
  margin: 0;
}

@media (min-width: 768px) {
  .prs-text {
    font-size: 1.1875rem;
  }
}

.prs-text--secondary {
  color: hsla(0, 0%, 100%, 0.95);
}

.btn {
  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;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #52afee;
  line-height: 1;
  outline: none;
  font-family: Circe, sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.1875rem;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  opacity: 0.9;
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
    padding: 0.6875rem 2.5rem;
  }
}

.btn:hover {
  opacity: 1;
}

.btn--filled {
  background: #52afee;
}

.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.mainmenu--left-part {
  display: none;
}

@media (min-width: 992px) {
  .mainmenu--left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mainmenu__submenu {
  display: none;
  background: rgba(0, 0, 0, 0.87);
  padding: 1rem 1rem 0.5rem;
  position: absolute;
  top: 2.2rem;
  left: 7px;
  list-style: none;
}

.mainmenu__submenu > li {
  margin-bottom: 0.5rem;
}

.mainmenu__submenu > li > a {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainmenu__submenu > li > a:hover {
  color: #52afef;
}

.mainmenu__submenu--languages {
  top: 2.5rem;
}

.mainmenu__item {
  position: relative;
  height: 100%;
}

.mainmenu__item:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  height: 2px;
  background: #52afef;
}

.mainmenu__item--hoverable {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mainmenu__item--hoverable:hover .mainmenu__submenu {
  display: block;
}

@media (min-width: 480px) {
  .mainmenu__item--language-selector {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width: 992px) {
  .mainmenu__item--language-selector {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.mainmenu__link {
  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;
  height: 100%;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 768px) {
  .mainmenu__link {
    min-height: 50px;
  }
}

.mainmenu__link--login {
  display: none;
}

@media (min-width: 768px) {
  .mainmenu__link--login {
    display: block;
  }
}

.mainmenu__link-dropdown {
  height: 7px;
  margin-left: 5px;
  width: 12px;
}

.mainmenu__register-link {
  display: none;
  font-size: 1rem;
  height: 33px;
  line-height: 2.0625rem;
  background: #52afee;
  width: 120px;
  opacity: 0.9;
  margin: 0 1rem;
}

@media (min-width: 480px) {
  .mainmenu__register-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .mainmenu__register-link {
    width: 130px;
    margin-right: 0;
  }
}

.mainmenu__register-link:hover {
  opacity: 1;
}

.mainmenu__linkglow {
  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;
  height: 100%;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  background-color: #00c6cb;
  -webkit-box-shadow: 1px 1px 40px 1px #0ff;
  box-shadow: 1px 1px 40px 1px #0ff;
}

.mainmenu__linkglow:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  left: 0.5rem;
  height: 2px;
  background: #52afef;
}

.lang {
  display: none;
  height: 100%;
  position: relative;
}

.lang:hover .lang__menu {
  display: block;
}

.lang__current {
  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;
  height: 100%;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}

.lang__current:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("assets/icons/arrow-bottom-blue1c191c19.html?rev=c81e37bc8b2a65cd275569b00d58804c")
    no-repeat 50%;
  right: 0;
  top: 13px;
}

.lang__flag {
  width: 14px;
  height: 9px;
  background-size: cover;
  margin-right: 0.4rem;
}

.lang__flag--en {
  background-image: url("assets/icons/flags/en9ea49ea4.html?rev=6bc693c41da7a1f9c061b48eda8cdd38");
}

.lang__menu {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: rgba(0, 137, 191, 0.8);
  z-index: 30;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.lang__item {
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
}

.lang__item:hover {
  text-decoration: underline;
}

.mobmenu {
  display: none;
  position: fixed;
  top: 3.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.87);
  -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;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobmenu--opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .mobmenu {
    display: none;
  }
}

.mobmenu__item {
  display: block;
}

.mobmenu__link {
  background-color: rgba(0, 0, 0, 0.24);
  border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.5);
  padding: 1.25rem 1rem;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}

.mobmenu__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobmenu__account-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 2.5rem;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  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;
}

.mobmenu__account-button--login {
  background: #52afee;
}

.mobmenu__account-button--register {
  background: #d8003f;
}

.flag {
  margin-right: 5px;
  margin-bottom: 1px;
  width: 20px;
  height: 15px;
}

.header {
  position: absolute;
  z-index: 1050;
  top: 0;
  right: 0;
  left: 0;
  font-family: Circe, sans-serif;
  background: rgba(26, 58, 83, 0);
}

.header--index-page {
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.2);
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 76px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 480px) {
  .header-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header__logo {
    margin-right: 50px;
  }
}

.header__logo-img {
  width: 116px;
  height: 18px;
  display: block;
}

@media (min-width: 480px) {
  .header__logo-img {
    width: 155px;
  }
}

.header__mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 480px) {
  .header__mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__lang {
  margin-right: 2rem;
}

@media (min-width: 992px) {
  .header__lang {
    margin-right: 0;
  }
}

.header__burger {
  width: 40px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  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;
}

@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}

.header__burger-icon {
  width: 18px;
  height: 13px;
  background: url("assets/icons/menu9b9a9b9a.svg?rev=89da53a9a5917d92b0a94963a7b51f6d")
    no-repeat 0 0 / contain;
}

.popup {
  font-family: Open sans, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  font-size: 1.1875rem;
}

.popup--opened {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: auto;
  opacity: 1;
}

.popup__wrapper {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.popup__close {
  position: fixed;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  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;
  background: #52afee;
  cursor: pointer;
  z-index: 20;
}

.popup__close-icon {
  width: 36px;
  height: 36px;
  display: block;
  background: url("assets/icons/closedb38db38.html?rev=f80c092321a0c6a00323379e50d9cb80")
    no-repeat 50%;
}

.popup__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem 0;
}

@media (min-width: 768px) {
  .popup__body {
    padding-top: 6rem;
  }
}

.popup__body--docs {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.popup__body--divider {
  padding-top: 0;
}

.popup__current {
  display: none;
}

.popup__current--active {
  display: block;
}

.popup-header {
  font-weight: 300;
  font-size: 1.75rem;
  color: #151515;
  margin: 0 0 2rem;
}

.popup__title {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.popup-content {
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
}

.popup-content ul {
  padding-left: 1rem;
}

.popup-content ol {
  list-style: none;
  counter-reset: a;
}

.popup-content ol > li {
  position: relative;
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}

.popup-content ol > li:before {
  counter-increment: a;
  content: counters(a, ".") ". ";
  position: absolute;
  left: 0;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  top: 0;
  padding-right: 5px;
}

.popup-content .p__ol {
  padding-left: 1rem;
}

.popup-content .p__ol > li:before {
  font-weight: 600;
  font-size: 1rem;
}

.popup-content .p__ol-2 {
  padding-left: 2rem;
}

.popup-content .p__ol-2 .p__subheader:before {
  font-weight: 600;
}

.popup-content .p__ol-inner {
  padding-left: 2.5rem;
}

.popup-content .p__ol-inner-2 {
  padding-left: 3rem;
}

.last-update {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #565656;
  font-weight: 600;
  margin-bottom: 1rem;
}

.risk-title {
  font-size: 1.3125rem;
  color: #515151;
}

.link-to-leverage {
  color: #52afee;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.footer {
  background: #19282e;
  font-family: Circe, sans-serif;
}

@media (min-width: 768px) {
  .footer {
    background: url("assets/images/footerc262c262.jpg?rev=9ee646a606b520a2d1871f11e84d4993")
      no-repeat 0 0;
    background-size: cover;
  }
}

.footer__wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .footer__wrapper {
    padding-bottom: 60px;
  }
}

.footer__menu {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.1);
  margin-bottom: 2rem;
  min-height: 55px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo,
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo-img {
  display: block;
  width: 121px;
  height: 14px;
}

.footer__links {
  list-style-type: none;
  padding: 0;
}

@media (min-width: 768px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .footer__link-item {
    margin: 0 2rem;
  }
}

.footer__link-item:first-child {
  margin-left: 0;
}

.footer__link-item:last-child {
  margin-right: 0;
}

.footer__link {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .footer__info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footer__address {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  color: #fff;
  line-height: 1.5;
  font-size: 0.6875rem;
  font-weight: 300;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .footer__address {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .footer__address {
    margin-right: 115px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.footer__address a {
  color: #fff;
  text-decoration: none;
}

.footer__address a:hover {
  text-decoration: underline;
}

.footer__sub-links {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 2rem;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 480px) {
  .footer__sub-links {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}

.footer__sub-links:last-child {
  margin-right: 0;
}

.footer__sub-links-header {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer__sub-link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.footer__sub-link:hover {
  text-decoration: underline;
}

.footer__sub-link:after {
  content: "/";
  display: inline-block;
  margin: 0 1rem;
}

.footer__sub-link:last-child:after {
  display: none;
}

.footer__socials {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .footer__socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer__social {
  width: 44px;
  height: 44px;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__social:last-child {
  margin-right: 0;
}

.footer__social:hover {
  opacity: 1;
}

.footer__social a {
  color: #fff;
}

.footer__social svg {
  fill: currentColor;
}

.footer__copyright {
  font-size: 0.6875rem;
  color: #888;
  font-weight: 300;
}

.footer__copyright strong {
  font-weight: 600;
}

.affiliate-title {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .affiliate-title {
    margin-bottom: 3rem;
  }
}

.item-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  .item-card-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2rem;
  }
}

@media (min-width: 62.5rem) {
  .item-card-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.item-card {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 2rem 1rem;
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
    margin-right: 2rem;
    height: 250px;
  }
}

@media (min-width: 62.5rem) {
  .item-card {
    -webkit-box-flex: calc(25% - 2rem);
    -ms-flex: calc(25% - 2rem) 0 0px;
    flex: calc(25% - 2rem) 0 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .item-card {
    padding: 2rem;
  }
}

.affiliate-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.affiliate-btn-group > button,
.affiliate-btn-group a {
  width: 100%;
}

.affiliate-btn-group > button:first-child,
.affiliate-btn-group a:first-child {
  margin-bottom: 1rem;
}

@media (min-width: 32.5rem) {
  .affiliate-btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .affiliate-btn-group > button,
  .affiliate-btn-group a {
    width: auto;
  }

  .affiliate-btn-group > button:first-child,
  .affiliate-btn-group a:first-child {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.affiliate-title-section {
  font-family: Open sans, sans-serif;
  padding-top: 7rem;
  background: url("assets/images/top-bg08e208e2.png?rev=0ca0fcd7e2074de4c8f54030834bc1d6")
      no-repeat 50%,
    #005d75;
  background-size: cover;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .affiliate-title-section {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 768px) and (min-resolution: 2dppx) {
  .affiliate-title-section {
    background: url("assets/images/top-bg%402x7ef27ef2.html?rev=9e09182c63c0e2b839d690b2ca7157d2")
        no-repeat 50%,
      #005d75;
  }
}

.affiliate-title-section__title {
  font-size: 2rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.32;
  font-weight: 800;
}

@media (min-width: 768px) {
  .affiliate-title-section__title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}

.affiliate-title-section__subtitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.75rem;
  line-height: 1.2;
  max-width: 500px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .affiliate-title-section__subtitle {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .affiliate-title-section__subtitle {
    font-size: 2.25rem;
  }
}

.affiliate-title-section__subtitle p {
  margin: 0;
}

.affiliate-title-section__list {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  max-width: 570px;
  margin: 0 0 50px;
  font-weight: 400;
  display: none;
  padding: 0 0 0 20px;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .affiliate-title-section__list {
    display: block;
  }
}

.affiliate-title-section__btn-group {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.affiliate-program-schema-section {
  background: url("assets/images/white4b764b76.jpg?rev=6ca74404b2ee59400f28b2aa8c6c16d3")
    no-repeat 50%;
  background-size: cover;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 992px) {
  .affiliate-program-schema-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.affiliate-program-schema-item {
  height: 200px;
  width: 150px;
  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;
  padding: 0.5rem;
}

@media (min-width: 480px) {
  .affiliate-program-schema-item {
    height: 150px;
    padding: 0.75rem;
  }
}

.affiliate-program-schema-item--left {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.affiliate-program-schema-item--right {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.affiliate-program-schema-item__text {
  margin-top: 1rem;
  font-size: 0.8125rem;
  text-align: center;
}

@media (min-width: 480px) {
  .affiliate-program-schema-item__text {
    font-size: 0.9375rem;
  }
}

.affiliate-program-schema {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 50rem;
}

@media (min-width: 768px) {
  .affiliate-program-schema {
    margin-top: 4rem;
  }
}

.affiliate-program-schema__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.affiliate-program-schema__row--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.affiliate-program-schema__row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.affiliate-program-schema__row--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.affiliate-program-schema__arrow {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65px;
  flex: 1 1 65px;
  height: 65px;
  border: 1px solid #000;
}

.affiliate-program-schema__arrow:before {
  content: "";
  background: #000;
  border-radius: 50%;
  height: 9px;
  position: absolute;
  width: 9px;
}

.affiliate-program-schema__arrow--top-left {
  border-bottom: transparent;
  border-right: transparent;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

@media (min-width: 480px) {
  .affiliate-program-schema__arrow--top-left {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

.affiliate-program-schema__arrow--top-left:before {
  top: -4.6px;
  right: -4.6px;
}

.affiliate-program-schema__arrow--top-right {
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

@media (min-width: 480px) {
  .affiliate-program-schema__arrow--top-right {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

.affiliate-program-schema__arrow--top-right:before {
  bottom: -4.6px;
  right: -4.6px;
}

.affiliate-program-schema__arrow--bottom-left {
  border-top: transparent;
  border-right: transparent;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (min-width: 480px) {
  .affiliate-program-schema__arrow--bottom-left {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.affiliate-program-schema__arrow--bottom-left:before {
  top: -4.6px;
  left: -4.6px;
}

.affiliate-program-schema__arrow--bottom-right {
  border-top: transparent;
  border-left: transparent;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (min-width: 480px) {
  .affiliate-program-schema__arrow--bottom-right {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.affiliate-program-schema__arrow--bottom-right:before {
  bottom: -4.6px;
  left: -4.6px;
}

.examples-section {
  background-color: #0a0f1b;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 992px) {
  .examples-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.examples-section__description {
  margin-bottom: 4rem;
}

.example-title {
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 1.125rem;
  font-family: unset;
  font-weight: 300;
  line-height: unset;
  margin: 0 0 2rem;
  text-align: left;
}

@media (min-width: 768px) {
  .example-title {
    font-size: 1.5rem;
  }
}

.example-title--accent {
  color: #52afee;
}

.example-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4rem;
}

@media (min-width: 62.5rem) {
  .example-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.example-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #161e33;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.example-card:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .example-card {
    padding: 2rem;
  }
}

@media (min-width: 62.5rem) {
  .example-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0 !important;
    min-height: 11.5rem;
    padding: 2rem 1rem;
  }

  .example-card:not(:last-child) {
    margin-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .example-card {
    padding: 2rem;
  }
}

.example-card__icon--referral {
  margin-left: 1.219rem;
  margin-right: 2.219rem;
}

.example-card__icon--diagram {
  margin-left: 0.065rem;
  margin-right: 1.065rem;
}

.example-card__icon--bar-chart {
  margin-left: 0.219rem;
  margin-right: 1.219rem;
}

.example-card__icon--money-2 {
  margin-right: 1rem;
}

.example-card__icon--money-1 {
  margin-left: 0.219rem;
  margin-right: 1.219rem;
}

@media (min-width: 62.5rem) {
  .example-card__icon {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
}

.example-card__text {
  font-size: 1rem;
}

.example-card__text b {
  font-weight: 400;
}

.referral-levels-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 992px) {
  .referral-levels-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.referral-levels-section__description {
  margin-bottom: 4rem;
}

.referral-levels-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 33.125rem) {
  .referral-levels-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .referral-levels-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.referral-levels-item__percent {
  color: #52afee;
  margin-bottom: 1rem;
  font-size: 3.625rem;
  line-height: 3.625rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 33.125rem) {
  .referral-levels-item__percent {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .referral-levels-item__percent {
    font-size: 4.625rem;
    line-height: 4.625rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.referral-levels-item__text {
  font-size: 1.1875rem;
  text-align: center;
}

@media (min-width: 33.125rem) {
  .referral-levels-item__text:not(:last-child) {
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .referral-levels-item__text {
    margin-right: 0;
  }
}

.referral-levels-item__text--bold {
  font-weight: 400;
}

.referral-levels-schema-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 992px) {
  .referral-levels-schema-container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media (-webkit-min-device-pixel-ratio: 1), (min-resolution: 1dppx) {
  .referral-levels-schema-container {
    background: url("assets/images/fill-14d064d06.html?rev=e7b8e31e46097ba6314d3ffd243111e7")
        no-repeat 50% / cover,
      #1d2835;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .referral-levels-schema-container {
    background: url("assets/images/fill-1%402xbd8bbd8b.jpg?rev=7068fe88ce782b19fa8247e5e2b2c8e6")
        no-repeat 50% / cover,
      #1d2835;
  }
}

.referral-levels-schema {
  margin: 6rem auto;
  max-width: 100%;
  display: block;
}

.referral-levels-calculation-table-container {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 992px) {
  .referral-levels-calculation-table-container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.referral-levels-calculation-table-container__description {
  margin-bottom: 4rem;
}

.referral-levels-calculation-table {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto 4rem;
  overflow-x: auto;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}

.referral-levels-calculation-table > table {
  color: rgba(0, 0, 0, 0.65);
  font-family: unset;
  font-weight: 400;
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.referral-levels-calculation-table > table td,
.referral-levels-calculation-table > table th {
  text-align: left;
  height: 40px;
  padding: 5px;
}

@media (min-width: 768px) {
  .referral-levels-calculation-table > table td,
  .referral-levels-calculation-table > table th {
    padding: 10px;
  }
}

.referral-levels-calculation-table > table td:not(:first-child),
.referral-levels-calculation-table > table th:not(:first-child) {
  text-align: center;
}

.referral-levels-calculation-table > table > thead {
  font-weight: 600;
}

.referral-levels-calculation-table > table > tbody td,
.referral-levels-calculation-table > table > tbody th {
  white-space: nowrap;
}

.referral-levels-calculation-table > table > tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.04);
}

.referral-levels-calculation-table > table > tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.025);
}

.referral-levels-calculation-table > table > tbody th {
  color: #52afee;
  font-weight: 400;
}

.referral-levels-calculation-table__total {
  font-size: 2rem;
}

.tips-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 992px) {
  .tips-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.tips-section__description {
  margin-bottom: 4rem;
}

.tips-list {
  margin-bottom: 2rem;
}

@media (min-width: 62.5rem) {
  .tips-list {
    margin-bottom: 4rem;
  }
}

.tips-item {
  background: #f7f7f7;
  height: auto;
}

.tips-item__icon {
  margin-bottom: 2rem;
}

@media (min-width: 62.5rem) {
  .tips-item__icon--link,
  .tips-item__icon--player {
    margin-bottom: 2.813rem;
  }
}

@media (min-width: 62.5rem) {
  .tips-item__icon--blog {
    margin-bottom: 2rem;
  }
}

@media (min-width: 62.5rem) {
  .tips-item__icon--social {
    margin-bottom: 2.5rem;
  }
}

.tips-item__text {
  font-size: 0.9375rem;
  text-align: center;
}

.tips-ghost-btn {
  color: #52afee;
}
