html {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
}

.affiliate {
  padding-top: 96px;
  padding-bottom: 112px;
  background: #062547;
}

.affiliate__wrapper {
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
}

@media (max-width: 1220px) {
  .affiliate__wrapper {
    padding: 0 20px;
  }
}

.affiliate__header {
  margin-bottom: 52px;
  text-align: center;
  color: #fff;
}

.affiliate__title {
  margin-top: 0;
  margin-bottom: 0.750em;
  font-size: 4rem;
  line-height: 1;
  font-weight: 300;
}

.affiliate__subtitle {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
}

.accounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 280px;
}

@media (max-width: 1220px) {
  .accounts {
    padding-right: 230px;
  }
}

@media (max-width: 970px) {
  .accounts {
    padding-right: 0;
  }
}

.accounts__list {
  display: table;
  font-size: 1rem;
}

.accounts__row {
  display: table-row;
}

.accounts__row:last-child .accounts__cell--card::after {
  display: none;
}

.accounts__row:last-child .accounts__cell--caption::after {
  display: none;
}

.accounts__row:first-child .accounts__cell--caption::after {
  display: none;
}

.accounts__row:first-child .accounts__cell--card::after {
  display: none;
}

.accounts__cell {
  display: table-cell;
  padding: 10px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 970px) {
  .accounts__cell {
    padding: 10px 28px;
  }
}

.accounts__cell--caption {
  position: relative;
  width: 260px;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

@media (max-width: 1220px) {
  .accounts__cell--caption {
    width: 230px;
  }
}

.accounts__cell--caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

@media (max-width: 970px) {
  .accounts__cell--caption {
    display: none;
  }
}

.accounts__cell--empty {
  padding: 0;
  width: 20px;
}

@media (max-width: 970px) {
  .accounts__cell--empty:nth-child(2) {
    display: none;
  }
}

@media (max-width: 567px) {
  .accounts__cell--empty {
    display: none;
  }
}

.accounts__cell--title {
  padding-top: 26px;
  border-top: 2px solid #168ac9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.accounts__cell--card {
  position: relative;
  width: 280px;
  background: #1f3b5a;
}

@media (max-width: 970px) {
  .accounts__cell--card {
    width: 420px;
  }
}

.accounts__cell--card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

@media (max-width: 567px) {
  .accounts__cell--card {
    display: none;
    width: 100%;
  }
  .accounts__cell--card.js-active-cell {
    display: table;
  }
}

.accounts__cell--last {
  padding-bottom: 60px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.accounts__tabs-container {
  display: none;
}

@media (max-width: 567px) {
  .accounts__tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 20px;
  }
}

.accounts__tab {
  padding: 0 10px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 1.8rem;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.accounts__tab.js-active-tab {
  border-color: #449adf;
}

.accounts__mobile {
  display: none;
  color: #fff;
  opacity: 0.6;
  font-size: 1.4rem;
}

@media (max-width: 970px) {
  .accounts__mobile {
    display: block;
  }
}

.accounts__value {
  font-size: 1.4rem;
  line-height: 1.42857142857;
  color: #fff;
}

@media (max-width: 970px) {
  .accounts__value {
    font-size: 1.6rem;
  }
}

.accounts__title {
  margin: 0;
  font-size: 2.2rem;
  line-height: 2.27272727273;
  font-weight: 400;
  color: #fff;
}

.accounts__caption {
  font-size: 1.4rem;
  line-height: 1.42857142857;
  color: #ffffff;
  opacity: 0.6;
}

html[dir="rtl"] .accounts {
  padding-left: 280px;
  padding-right: 0;
}

@media (max-width: 1220px) {
  html[dir="rtl"] .accounts {
    padding-left: 230px;
  }
}

@media (max-width: 970px) {
  html[dir="rtl"] .accounts {
    padding-left: 0;
  }
}

html[dir="rtl"] .accounts__cell--caption {
  text-align: left;
}

html[dir="rtl"] .accounts__cell--caption::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

html[dir="rtl"] .accounts__cell--card::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
/*# sourceMappingURL=accounts-type.css.map */