.magictime {
  animation-duration: 1s;
}
.progress-page {
  position: fixed;
  z-index: 5;
  top: -97px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding: 0 15px;
  color: #fff;
  background: rgba(17, 127, 245, 0.71);
  backdrop-filter: blur(4px);
  transition: transform 0.3s;
}
@media (min-width: 1024px) {
  .progress-page {
    display: none;
  }
}
.progress-page.is-show {
  transform: translateY(97px);
}
.progress-page > * {
  position: relative;
  z-index: 2;
}
.progress-page button {
  border: 0;
  line-height: 35px;
  padding: 0 12px;
  background: #68B3F9;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(17, 127, 245, 0.71);
  transition: all 0.1s linear;
}
.progress-name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}
.faq-box {
  border-radius: 12px;
  background: #F6F7FB;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 16px;
}
.faq-box + .faq-box {
  margin-top: -8px;
}
.faq-box.is-open .faq-box-title:after {
  transform: rotate(180deg);
}
.faq-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
}
.faq-box-title:after {
  display: block;
  height: 24px;
  width: 24px;
  background-color: #242F39;
  font-style: normal;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  transition: all 0.3s;
  content: '';
}
.faq-box-body {
  display: none;
  max-width: 665px;
  padding: 16px 0 0;
}
.faq-box-body p:last-child {
  margin: 0;
}
.faq-box-body a {
  text-decoration: underline;
  color: #117FF5;
}
.faq-box + h2 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .text-page {
    display: flex;
  }
}
.text-page-content {
  max-width: 680px;
}
.text-page-content h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 1024px) {
  .text-page-content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .text-page-content p {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 20px;
  }
}
.text-page-content section {
  padding: 30px 0;
}
.text-page-content section:last-child {
  padding-bottom: 0;
}
.text-page-content img {
  margin: 0 0 20px;
}
.text-page-content table {
  min-width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}
.text-page-content tr:last-child td {
  border-bottom: 1px solid #667894;
}
.text-page-content td {
  border-top: 1px solid #667894;
  padding: 10px 10px 10px 0;
}
@media (min-width: 1024px) {
  .text-page-content td {
    padding: 20px 20px 20px 0;
  }
}
.text-page-content a {
  color: #117FF5;
}
.text-page-content .contacts-form {
  height: auto;
  min-height: auto;
  background: #F6F7FB;
  border-radius: 4px;
  padding: 32px 16px;
}
@media (min-width: 1024px) {
  .text-page-content .contacts-form {
    padding: 24px;
  }
}
.text-page-content .contacts-form .btn {
  width: 100%;
}
.text-page-content .green-box {
  margin-top: 24px;
  padding: 24px 16px;
  border-radius: 8px;
  background: #EDFFF1;
}
@media (min-width: 768px) {
  .text-page-content .green-box {
    padding: 24px;
  }
}
.text-page-content .green-box .green {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .text-page-content .green-box .green {
    margin: 0 0 4px;
  }
}
.text-page-right {
  position: absolute;
  top: 235px;
  right: 30px;
  bottom: 0;
}
@media (min-width: 1024px) {
  .text-page-right {
    bottom: 815px;
  }
}
.text-page-right .text-right-box {
  position: sticky;
  top: 90px;
}
.text-page .main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 24px 16px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .text-page .main {
    padding: 24px 30px 0;
  }
}
.text-page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .text-page h1 {
    font-size: 60px;
    line-height: 75px;
    margin: 0 0 30px;
  }
}
.text-page .section-title {
  width: 100%;
}
.text-page .get-updates {
  padding: 40px 0 30px;
}
@media (min-width: 768px) {
  .text-page .get-updates {
    padding: 60px 0 48px;
  }
}
@media (min-width: 1024px) {
  .text-page .get-updates {
    padding: 60px 0 30px;
  }
}
@media (min-width: 1024px) {
  .text-page .get-updates form {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .text-page .get-updates p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .text-page .get-updates .btn {
    min-width: auto;
    max-width: auto;
  }
}
.text-page .footer {
  margin: 0 -16px;
}
@media (max-width: 1024px) {
  .text-page .footer {
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .text-page .footer {
    margin: 0 -30px;
  }
}
@media (max-width: 1200px) {
  .text-page .footer-menu > li {
    width: auto;
  }
}
.text-page-new h1 {
  margin-bottom: 16px;
}
.text-page-new .footer {
  position: relative;
  background: transparent;
  border-radius: 0;
}
.text-page-new .footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #DCE8FA;
}
.text-intro {
  margin: 0 !important;
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .text-intro {
    font-size: 24px;
    line-height: 38px;
  }
}
.text-content-new {
  max-width: 690px;
}
.text-content-new section {
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .text-content-new section {
    padding: 40px 0 0;
  }
}
.text-content-new img {
  margin: 0 0 24px;
}
.text-content-new img:last-child {
  margin: 0;
}
.text-content-new ul {
  margin: 0 0 16px;
  padding-left: 20px;
}
.text-content-new li {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text-content-new li {
    font-size: 18px;
    line-height: 32px;
  }
}
.text-content-new li:not(:last-child) {
  margin: 0 0 16px;
}
.text-content-new p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text-content-new p {
    font-size: 18px;
    line-height: 32px;
  }
}
.text-content-new p:last-child {
  margin: 0;
}
.text-content-new b {
  font-weight: 500;
}
.text-content-new h2,
.text-content-new .h2 {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .text-content-new h2,
  .text-content-new .h2 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 40px;
  }
}
.text-content-new h3,
.text-content-new .h3 {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .text-content-new h3,
  .text-content-new .h3 {
    margin: 0 0 16px;
    font-size: 24px;
  }
}
.text-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .text-cards.three-columns .card {
    max-width: calc(33% - 12px);
    min-height: 275px;
    margin: 0;
  }
}
.text-cards .card {
  border-radius: 10px;
  padding: 16px 16px 24px;
  margin-bottom: 16px;
  background: #FBFBFB;
  width: 100%;
}
@media (min-width: 768px) {
  .text-cards .card {
    flex-grow: 1;
    max-width: calc(50% - 12px);
    padding: 20px 20px 36px;
    margin-bottom: 24px;
  }
}
.text-cards .card-fluid {
  max-width: 100%;
}
.text-cards .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 12px;
  padding: 10px;
}
@media (min-width: 768px) {
  .text-cards .img {
    width: 50px;
    height: 50px;
    margin: 0 0 20px;
  }
}
.text-cards .img img {
  margin: 0;
}
.text-cards .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .text-cards .title {
    font-size: 24px;
  }
}
.text-cards p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text-cards p {
    font-size: 18px;
    line-height: 26px;
  }
}
.text-cards p:last-child {
  margin: 0;
}
.text-right-box {
  margin-top: 24px;
  color: #667894;
}
@media (min-width: 1440px) {
  .text-right-box {
    position: absolute;
    right: 30px;
    max-width: 230px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .text-right-box.with-icon {
    margin-top: 48px;
  }
}
.text-right-box img {
  margin: 0 0 10px;
}
.text-right-box p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text-right-box p {
    font-size: 18px;
  }
}
.text-right-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 12px;
  padding: 10px;
  background: #F3F3F3;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .text-right-box .icon {
    width: 55px;
    height: 55px;
    margin: 0 0 20px;
    padding: 15px;
  }
}
.text-right-box .icon img {
  margin: 0;
}
.text-right-box .title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #242F39;
}
@media (min-width: 768px) {
  .text-right-box .title {
    margin: 0 0 12px;
    font-size: 24px;
  }
}
.text-right-box .btn {
  margin-top: 4px;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .text-right-box .btn {
    width: 230px;
  }
}
@media (min-width: 1440px) {
  .text-right-box .btn {
    width: 100%;
  }
}
.account-page {
  padding: 10px 16px;
}
@media (min-width: 1024px) {
  .account-page {
    padding: 20px 30px;
  }
}
.account-page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .account-page h1 {
    font-size: 60px;
    line-height: 46px;
    margin: 0 0 30px;
  }
}
.account-page .btn {
  white-space: nowrap;
}
.account-page .btn-blue-o .icon:last-child {
  margin-left: 6px;
}
.account-page .btn-damage {
  width: 100%;
  height: 40px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .account-page .btn-damage {
    position: absolute;
    top: 88px;
    right: 16px;
    width: 180px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .account-page .btn-damage {
    top: 130px;
    right: 30px;
  }
}
.account-page .btn-damage .icon {
  margin-left: 8px;
  background-color: #117FF5;
}
.account-nav {
  display: flex;
  list-style-type: none;
  padding: 0 15px;
  margin: 0 -15px 20px;
  border-bottom: 1px solid #DCE8FA;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .account-nav {
    margin: 0 -30px 20px;
    padding: 0 30px;
  }
}
.account-nav + .account-box {
  margin-top: 30px;
}
.account-nav li:not(:last-child) {
  margin-right: 20px;
}
.account-nav a,
.account-nav span {
  display: block;
  padding: 0 0 8px;
  border-bottom: 5px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
.account-nav a:hover,
.account-nav span:hover {
  color: #117FF5;
}
.account-nav a.active,
.account-nav span.active {
  color: #117FF5;
  border-color: #117FF5;
}
.account-box {
  overflow: hidden;
  margin: 0 -16px 16px;
}
@media (min-width: 768px) {
  .account-box {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .account-box {
    max-width: 546px;
  }
}
.account-box:hover {
  background: #F3F8FE;
}
.account-box.is-open .account-box-title .icon {
  transform: rotate(180deg);
}
.account-box.is-open:hover {
  background: transparent;
}
.account-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 16px;
}
.account-box-body {
  display: none;
  padding: 10px 16px;
}
.account-box .address-form {
  max-width: 100%;
}
.account-box .address-form .input-wrap {
  margin-bottom: 16px;
}
.account-box .btn-blue {
  width: 100%;
}
.account-box .billing {
  padding: 16px 0 32px;
}
.account-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .account-subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.account-bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .account-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
  }
}
.account-bottom .btn {
  background: #F3F8FE;
  margin: 0 0 24px;
  width: 100%;
}
.account-bottom .btn:hover {
  color: #117FF5;
  background: rgba(17, 127, 245, 0.2);
}
@media (min-width: 768px) {
  .account-bottom .btn {
    max-width: 240px;
    padding: 0;
  }
}
.account-bottom .pagination {
  justify-content: center;
  overflow: auto;
}
.reset-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 20px;
}
@media (min-width: 1024px) {
  .reset-page {
    padding: 30px;
  }
}
.reset-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  max-width: 440px;
  margin: auto;
}
@media (min-width: 1024px) {
  .reset-content {
    max-width: 540px;
  }
}
.reset-content img {
  margin: 0 auto 20px;
}
.reset-content .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .reset-content .title {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .reset-content .title {
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 20px;
  }
}
.reset-content .text {
  text-align: center;
}
.reset-content form {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .reset-content form {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .reset-content form {
    margin-top: 80px;
  }
}
.reset-content .input-wrap {
  margin-bottom: 20px;
}
.reset-content .btn {
  width: 100%;
}
.registered-page {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background: #117FF5;
  color: #fff;
}
@media (min-width: 768px) {
  .registered-page {
    padding: 50px 20px 30px;
  }
}
@media (min-width: 1024px) {
  .registered-page {
    padding: 60px 30px 30px;
  }
}
.registered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 520px;
}
.registered-content img {
  max-width: 40px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .registered-content img {
    max-width: 60px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .registered-content img {
    max-width: 80px;
  }
}
.registered-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .registered-content .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 44px;
  }
}
@media (min-width: 1024px) {
  .registered-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .registered-content .title br {
    display: none;
  }
}
.registered-content form {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content form {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .registered-content .input-icon {
    top: 18px;
  }
}
.registered-content .input-wrap {
  width: 100%;
}
.registered-content .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content .btn {
    min-width: 190px;
    max-width: 190px;
    height: 56px;
    margin: 0 0 0 16px;
  }
}
.registered-nav {
  margin: auto 0 0;
}
@media (min-width: 768px) {
  .registered-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.registered-nav .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 160px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  margin-top: 10px;
}
.registered-nav .item:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .registered-nav .item {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .registered-nav .item {
    min-width: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
.registered-nav .title {
  max-width: 150px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.registered-nav .small-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.registered-nav img {
  max-width: 40px;
}
.popup-affiliate {
  max-width: 868px;
}
.affiliate-page .breadcrumbs {
  display: none;
  margin: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .affiliate-page .breadcrumbs {
    display: block;
    margin: 0 0 30px;
  }
}
.affiliate-page .breadcrumbs a {
  color: #fff;
}
.affiliate-page-top {
  background: #117FF5;
  color: #fff;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .affiliate-page-top {
    padding: 30px 15px;
  }
}
@media (min-width: 1024px) {
  .affiliate-page-top {
    padding: 20px 30px 60px;
  }
}
.affiliate-page-top h1 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .affiliate-page-top h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .affiliate-page-top h1 {
    margin: 0 0 30px;
    font-size: 60px;
    line-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .affiliate-page-top br {
    display: none;
  }
}
.affiliate-page-top .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .affiliate-page-top .btn {
    width: 290px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .affiliate-page-top .btn {
    width: 260px;
    height: 60px;
  }
}
.affiliate-page-bottom {
  padding: 25px 15px 60px;
}
@media (min-width: 768px) {
  .affiliate-page-bottom {
    padding: 30px 15px 50px;
  }
}
@media (min-width: 1024px) {
  .affiliate-page-bottom {
    padding: 30px 30px 90px;
  }
}
.affiliate-stats {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 30px;
  font-size: 15px;
  line-height: 18px;
  color: #DCE8FA;
}
@media (min-width: 768px) {
  .affiliate-stats {
    justify-content: space-between;
    margin: 30px 0 130px;
  }
}
@media (min-width: 1024px) {
  .affiliate-stats {
    display: block;
    min-width: 270px;
    max-width: 270px;
    margin: 12px 0 0 80px;
    font-size: 20px;
    line-height: 24px;
  }
}
.affiliate-stats li {
  margin: 0 15px 10px 0;
}
@media (min-width: 1024px) {
  .affiliate-stats li {
    margin: 0 0 30px;
  }
}
.affiliate-stats span {
  display: block;
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .affiliate-stats span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .affiliate-stats span {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 36px;
  }
}
.affiliate-top {
  font-size: 20px;
  line-height: 35px;
}
@media (min-width: 1024px) {
  .affiliate-top {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .affiliate-top-text {
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 64px;
    max-width: 820px;
  }
}
@media (min-width: 1024px) {
  .affiliate-top-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.affiliate-title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .affiliate-title {
    max-width: 820px;
    margin: 0 0 40px;
    font-size: 52px;
    line-height: 64px;
  }
}
.affiliate-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .affiliate-text {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .affiliate-text {
    font-size: 32px;
    line-height: 56px;
  }
}
@media (min-width: 768px) {
  .affiliate-text-left {
    flex-grow: 1;
    max-width: 490px;
  }
}
@media (min-width: 1024px) {
  .affiliate-text-left {
    max-width: 820px;
  }
}
.affiliate-text-right {
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
@media (min-width: 768px) {
  .affiliate-text-right {
    min-width: 200px;
    max-width: 200px;
    margin-left: 50px;
  }
}
@media (min-width: 1024px) {
  .affiliate-text-right {
    min-width: 260px;
    max-width: 260px;
  }
}
.affiliate-text p {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .affiliate-text p {
    margin: 0 0 30px;
  }
}
.affiliate-video {
  padding: 0 0 4px;
}
.affiliate-table {
  margin: 0 0 20px;
  padding: 10px 10px 15px;
  border-radius: 16px;
  background: #F6F7FB;
}
@media (min-width: 1024px) {
  .affiliate-table {
    margin: 0 0 10px;
    padding: 20px;
  }
}
.affiliate-table table {
  width: 100%;
  border-spacing: 0;
}
.affiliate-table th {
  color: rgba(102, 120, 148, 0.6);
  border-bottom: 1px solid #DCE8FA;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 6px;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .affiliate-table th {
    font-size: 16px;
  }
}
.affiliate-table th:not(:last-child) {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .affiliate-table th:not(:last-child) {
    padding-right: 45px;
  }
}
.affiliate-table td {
  padding: 6px 10px 6px 0;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .affiliate-table td {
    padding: 20px 20px 0 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.affiliate-table td:first-child {
  width: 100%;
}
.affiliate-table td:not(:last-child) {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .affiliate-table td:not(:last-child) {
    padding-right: 45px;
  }
}
.affiliate-table-note {
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
@media (min-width: 1024px) {
  .affiliate-table-note {
    margin: 0 0 40px;
    padding-left: 20px;
  }
}
.affiliate-triggers {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .affiliate-triggers {
    padding: 0;
    font-size: 22px;
    line-height: 33px;
  }
}
.affiliate-triggers-item {
  width: 50%;
  padding: 0 12px 10px 0;
}
@media (min-width: 1024px) {
  .affiliate-triggers-item {
    width: 33%;
    padding: 0 24px 40px 0;
  }
}
.affiliate-triggers .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 0 10px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(17, 127, 245, 0.4);
}
@media (min-width: 1024px) {
  .affiliate-triggers .icon {
    width: 76px;
    height: 76px;
    margin: 0 0 16px;
  }
}
@media (min-width: 1024px) {
  .affiliate-triggers .icon img {
    max-width: 40px;
  }
}
.affiliate-triggers p {
  margin: 0;
}
.affiliate-triggers b {
  display: block;
  margin: 0 0 6px;
}
.affiliate-cols {
  display: flex;
  overflow: auto;
  margin: 0 -15px 30px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .affiliate-cols {
    margin: 0 0 60px;
    padding-left: 0;
  }
}
.affiliate-cols p {
  margin: 0 0 10px;
}
.affiliate-cols p:last-child {
  margin: 0;
}
.affiliate-cols span {
  display: block;
  padding: 10px 0 5px;
  color: #667894;
  font-size: 12px;
  line-height: 14px;
}
.affiliate-col-green,
.affiliate-col-red {
  min-width: 240px;
  padding: 10px 10px 40px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .affiliate-col-green,
  .affiliate-col-red {
    padding: 10px 10px 30px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .affiliate-col-green,
  .affiliate-col-red {
    padding: 28px 20px 40px;
    font-size: 20px;
    line-height: 28px;
  }
}
.affiliate-col-green {
  background: rgba(9, 207, 52, 0.05);
}
.affiliate-col-green b {
  color: #09CF34;
}
.affiliate-col-red {
  background: rgba(253, 64, 64, 0.05);
}
.affiliate-col-red b {
  color: #FD4040;
}
.affiliate-big {
  display: block;
  margin: 0 0 6px;
  font-weight: 300;
  font-size: 100px;
  line-height: 0.9;
  line-height: 1;
  color: #242F39;
}
@media (min-width: 768px) {
  .affiliate-big {
    margin: 0 0 3px;
    font-size: 120px;
  }
}
@media (min-width: 1024px) {
  .affiliate-big {
    font-size: 140px;
  }
}
.affiliate-big span {
  font-weight: 500;
  font-size: 30px;
  line-height: 54px;
}
@media (min-width: 1024px) {
  .affiliate-big span {
    font-size: 32px;
  }
}
.affiliate-big b {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .affiliate-big b {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .affiliate-big b {
    font-size: 24px;
  }
}
.referal {
  /* In account */
}
.referal-page-new {
  padding: 24px 16px 40px;
}
.referal-page-new .breadcrumbs {
  display: none;
}
@media (min-width: 1024px) {
  .referal-page-new .breadcrumbs {
    display: block;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new {
    padding: 32px 30px 108px;
  }
}
.referal-page-new .subtitle {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .referal-page-new .subtitle {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new .subtitle {
    margin: 0 0 24px;
  }
}
.referal-page-new h1 {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .referal-page-new h1 {
    margin: 0 0 32px;
    max-width: 545px;
    font-size: 56px;
    line-height: 65px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new h1 {
    margin: 0 0 40px;
    max-width: 585px;
    font-size: 60px;
    line-height: 70px;
  }
}
.referal-page-new .btn {
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .referal-page-new .btn {
    display: inline-flex;
    margin: 0 0 70px;
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new .btn {
    margin: 0 0 108px;
  }
}
.referal-page-new .referal-title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .referal-page-new .referal-title {
    margin: 0 0 32px;
    font-size: 32px;
    line-height: 48px;
  }
}
.referal-page-new .referal-text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .referal-page-new .referal-text {
    margin: 0;
    max-width: 450px;
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new .referal-text {
    max-width: 540px;
  }
}
.referal-page-new .referal-text-right {
  display: block;
}
@media (min-width: 1024px) {
  .referal-page-new .referal-text-right {
    display: none;
  }
}
.referal-page-new .referal-table {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .referal-page-new .referal-table {
    margin: 0 0 56px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new .referal-table {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 0;
    padding: 0;
    margin: 0 0 40px;
  }
}
.referal-page-new .referal-table-right {
  display: none;
}
@media (min-width: 1024px) {
  .referal-page-new .referal-table-right {
    display: block;
  }
}
@media (min-width: 768px) {
  .referal-page-new .referal-table table {
    margin: 0 0 60px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new .referal-table table {
    margin: 0 0 40px;
    max-width: 880px;
  }
}
.referal-page-new .referal-table th {
  color: #667894;
  padding: 0 10px 12px 0;
  line-height: 16px;
}
@media (min-width: 768px) {
  .referal-page-new .referal-table th {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px 8px 0;
  }
}
@media (min-width: 768px) {
  .referal-page-new .referal-table th:last-child {
    width: 100px;
  }
}
.referal-page-new .referal-table td {
  font-size: 14px;
}
@media (min-width: 768px) {
  .referal-page-new .referal-table td {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new .referal-table td {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .referal-page-new .referal-table td:last-child {
    width: 100px;
  }
}
.referal-page-new .referal-table-right,
.referal-page-new .referal-text-right {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .referal-page-new .referal-table-right,
  .referal-page-new .referal-text-right {
    font-size: 18px;
    line-height: 32px;
    min-width: 200px;
    max-width: 200px;
    margin: 0 0 0 60px;
  }
}
.referal-page-new .referal-table-right .big,
.referal-page-new .referal-text-right .big {
  display: flex;
  align-items: flex-end;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 80px;
  line-height: 56px;
  font-style: italic;
}
@media (min-width: 768px) {
  .referal-page-new .referal-table-right .big,
  .referal-page-new .referal-text-right .big {
    margin: 0 0 15px;
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1024px) {
  .referal-page-new .referal-table-right .big,
  .referal-page-new .referal-text-right .big {
    margin: 0 0 10px;
    font-size: 140px;
    line-height: 110px;
  }
}
.referal-page-new .referal-table-right .big span,
.referal-page-new .referal-text-right .big span {
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  .referal-page-new .referal-table-right .big span,
  .referal-page-new .referal-text-right .big span {
    font-size: 30px;
  }
}
.referal-page-top {
  background: #117FF5 url(/resources/6050422be012db16e6cf.svg) no-repeat center 38%;
  background-size: contain;
  color: #fff;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .referal-page-top {
    background: #117FF5 url(/resources/6050422be012db16e6cf.svg) no-repeat center 48%;
    background-size: contain;
    padding: 30px 15px 48px;
  }
}
@media (min-width: 1024px) {
  .referal-page-top {
    background: #117FF5 url(/resources/6050422be012db16e6cf.svg) no-repeat center center;
    background-size: contain;
    padding: 24px 30px 60px;
  }
}
.referal-page-top h1 {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .referal-page-top h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .referal-page-top h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
.referal-page-top br {
  display: none;
}
@media (min-width: 768px) {
  .referal-page-top br {
    display: block;
  }
}
.referal-page-top .helptext {
  color: #fff;
}
.referal-page-bottom {
  padding: 25px 15px 60px;
}
@media (min-width: 768px) {
  .referal-page-bottom {
    padding: 30px 15px 50px;
  }
}
@media (min-width: 1024px) {
  .referal-page-bottom {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 30px 90px;
  }
}
.referal-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .referal-steps {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .referal-steps {
    margin: 0 auto 76px;
    max-width: 1000px;
    font-size: 22px;
    line-height: 33px;
  }
}
.referal-steps-new {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px;
  color: #667894;
}
@media (min-width: 768px) {
  .referal-steps-new {
    display: flex;
    margin: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .referal-steps-new {
    font-size: 18px;
    line-height: 32px;
  }
}
.referal-steps-new li {
  position: relative;
}
@media (min-width: 768px) {
  .referal-steps-new li {
    max-width: 260px;
  }
}
.referal-steps-new li:not(:last-child) {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .referal-steps-new li:not(:last-child) {
    margin: 0 60px 0 0;
  }
}
@media (min-width: 1024px) {
  .referal-steps-new li:not(:last-child) {
    margin: 0 44px 0 0;
  }
}
.referal-steps-new li:nth-child(1):before,
.referal-steps-new li:nth-child(2):before {
  content: '';
  position: absolute;
  z-index: -1;
}
.referal-steps-new li:nth-child(1):before {
  top: 44px;
  left: 16px;
  bottom: -16px;
  width: 33px;
  background: url(/assets/img/referal-s1m.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .referal-steps-new li:nth-child(1):before {
    top: -4px;
    left: 50px;
    width: 190px;
    height: 35px;
    background: url(/assets/img/referal-s1d.png) no-repeat center center;
    background-size: 100% 100%;
  }
}
@media (min-width: 1024px) {
  .referal-steps-new li:nth-child(1):before {
    width: 240px;
    height: 38px;
  }
}
.referal-steps-new li:nth-child(2):before {
  top: 50px;
  left: 11px;
  bottom: -11px;
  width: 29px;
  background: url(/assets/img/referal-s2m.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .referal-steps-new li:nth-child(2):before {
    top: 0;
    left: 50px;
    width: 206px;
    height: 29px;
    background: url(/assets/img/referal-s2d.png) no-repeat center center;
    background-size: 100% 100%;
  }
}
@media (min-width: 1024px) {
  .referal-steps-new li:nth-child(2):before {
    width: 248px;
    height: 29px;
  }
}
.referal-steps-new .num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #DCE8FA;
  font-weight: 700;
  color: #117FF5;
}
@media (min-width: 768px) {
  .referal-steps-new .num {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .referal-steps-new .num {
    font-size: 22px;
    line-height: 33px;
  }
}
.referal-steps-new b {
  display: block;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #242F39;
}
@media (min-width: 1024px) {
  .referal-steps-new b {
    font-size: 24px;
    line-height: 32px;
  }
}
.referal-steps li {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .referal-steps li {
    max-width: 260px;
  }
}
.referal-steps li:not(:last-child) {
  margin: 0 10px 0 0;
}
.referal-steps .num {
  display: block;
  margin: 0 auto 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: #117FF5;
}
@media (min-width: 768px) {
  .referal-steps .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin: 0 auto 16px;
  }
}
@media (min-width: 1024px) {
  .referal-steps .num {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .referal-form {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .referal-form {
    margin: 0 auto;
    max-width: 860px;
  }
}
@media (min-width: 768px) {
  .referal-form .input-wrap {
    width: 33%;
    margin: 0 16px 0 0;
  }
}
.referal-form .btn {
  width: 100%;
  height: 56px;
}
@media (min-width: 768px) {
  .referal-form .btn {
    width: 33%;
    margin: 0;
  }
}
.referal-title {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .referal-title {
    max-width: 820px;
    margin: 0 0 30px;
    font-size: 52px;
    line-height: 64px;
  }
}
.referal-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .referal-text {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .referal-text-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .referal-text-left {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .referal-text-left {
    max-width: 820px;
  }
}
.referal-text-right {
  display: flex;
  align-items: flex-start;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .referal-text-right {
    display: block;
    min-width: 200px;
    max-width: 200px;
    margin-left: 50px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .referal-text-right {
    margin-top: -158px;
    min-width: 270px;
    max-width: 270px;
    font-size: 32px;
    line-height: 40px;
  }
}
.referal-text-right p:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .referal-text-right p:not(:last-child) {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .referal-text-right p:not(:last-child) {
    margin: 0 0 50px;
  }
}
.referal-text p {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .referal-text p {
    margin: 0 0 30px;
  }
}
.referal-text td {
  padding: 6px 10px 6px 0;
}
@media (min-width: 1024px) {
  .referal-text td {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .referal-table {
    margin: 0 0 30px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #DCE8FA;
  }
}
.referal-table table {
  margin: 0 0 20px;
  width: 100%;
  border-spacing: 0;
}
.referal-table th {
  color: rgba(102, 120, 148, 0.6);
  border-bottom: 1px solid #DCE8FA;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px 6px 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .referal-table th {
    font-size: 16px;
  }
}
.referal-table td {
  padding: 15px 10px 0 0;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .referal-table td {
    padding: 20px 20px 0 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.referal-big {
  display: flex;
  align-items: flex-start;
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .referal-big {
    font-size: 100px;
    margin: 0;
  }
}
.referal-big span {
  margin-left: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .referal-big span {
    font-size: 32px;
    line-height: 54px;
  }
}
.referal-tabs {
  display: flex;
  align-items: flex-end;
  list-style-type: none;
  margin: -20px -16px 32px;
  padding: 0 16px;
  background: #F6F7FB;
  overflow: auto;
}
@media (min-width: 768px) {
  .referal-tabs {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .referal-tabs {
    margin: -20px -30px 40px;
    padding: 0 30px;
  }
}
.referal-tabs li {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .referal-tabs li {
    margin-right: 20px;
  }
}
.referal-tabs a {
  display: block;
  padding: 16px 0 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #667894;
  border-bottom: 5px solid transparent;
}
@media (min-width: 768px) {
  .referal-tabs a {
    font-size: 20px;
    line-height: 28px;
  }
}
.referal-tabs a:hover {
  color: #117FF5;
}
.referal-tabs a.is-active {
  color: #117FF5;
  border-color: #117FF5;
}
@media (min-width: 768px) {
  .referal-information {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .referal-information-right {
    max-width: 480px;
  }
}
.referal-information .input-wrap {
  width: 100%;
}
.referal-information .form-title {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #242F39;
}
@media (min-width: 768px) {
  .referal-information .form-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.referal-information .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 16px;
  padding: 5px;
  height: 32px;
  width: 32px;
  background: #fff;
  border-radius: 50%;
}
.referal-information .btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #B7C6DC;
  background: #F6F7FB;
}
.referal-information .btn-copy .icon {
  background-color: #667894;
}
@media (min-width: 768px) {
  .referal-information .input-with-btn {
    display: flex;
    align-items: flex-start;
  }
}
.referal-information .create-promocode,
.referal-information .give-paypal {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .referal-information .create-promocode,
  .referal-information .give-paypal {
    margin: 0 0 40px;
    padding: 0 24px;
  }
}
.referal-information .create-promocode .btn,
.referal-information .give-paypal .btn {
  width: 100%;
  height: 56px;
}
@media (min-width: 768px) {
  .referal-information .create-promocode .btn,
  .referal-information .give-paypal .btn {
    min-width: 67px;
    max-width: 67px;
    margin: 0 0 0 10px;
  }
}
.referal-create-link {
  margin: 0 0 32px;
  padding: 16px;
  border-radius: 4px;
  background: #FAFAFA;
  color: #667894;
}
@media (min-width: 768px) {
  .referal-create-link {
    margin: 0 0 40px;
    padding: 24px;
  }
}
.referal-create-link .form-title {
  margin: 0 0 8px;
}
.referal-plan {
  padding: 0 0 24px;
  color: #667894;
  font-weight: 500;
}
@media (min-width: 768px) {
  .referal-plan {
    padding: 0 0 40px;
  }
}
.referal-plan .title {
  color: #242F39;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.referal-plan .value {
  margin: 0 0 4px;
  color: #242F39;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .referal-plan .value {
    font-size: 32px;
    line-height: 40px;
  }
}
.referal-manager {
  padding: 0 0 32px;
  color: #667894;
  font-weight: 500;
}
.referal-manager .name {
  margin: 0 0 6px;
  color: #242F39;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .referal-manager .name {
    font-size: 24px;
    line-height: 32px;
  }
}
.referal-manager a {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  color: #117FF5;
  font-weight: 400;
}
@media (min-width: 768px) {
  .referal-manager a {
    margin: 10px 10px 0 0;
  }
}
.referal-manager img {
  margin-right: 8px;
}
.referal-statistics {
  border-top: 1px solid #DCE8FA;
  padding: 32px 16px 24px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .referal-statistics {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .referal-statistics {
    padding: 40px 54px 67px;
    margin: 0 -30px;
  }
}
.referal-statistics .title {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #242F39;
}
@media (min-width: 768px) {
  .referal-statistics .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.referal-statistics .statistics-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .referal-statistics .statistics-list {
    display: flex;
    align-items: flex-start;
  }
}
.referal-statistics .statistics-list-item {
  padding: 16px;
  border-radius: 4px;
  background: #FAFAFA;
  color: #242F39;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .referal-statistics .statistics-list-item {
    font-size: 32px;
    line-height: 40px;
    min-width: 200px;
  }
}
.referal-statistics .statistics-list-item:not(:last-child) {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-statistics .statistics-list-item:not(:last-child) {
    margin: 0 24px 0 0;
  }
}
.referal-statistics .name {
  display: block;
  margin: 0 0 8px;
  color: #667894;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.referal-transactions {
  padding: 0 0 10px;
}
.referal-transactions .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  padding: 14px 16px 16px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-transactions .row {
    flex-wrap: nowrap;
    padding: 20px 20px 16px;
    margin: 0 0 20px;
  }
}
.referal-transactions .row-th {
  display: none;
}
@media (min-width: 768px) {
  .referal-transactions .row-th {
    display: flex;
    padding: 0 20px 17px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #667894;
    text-transform: uppercase;
  }
}
.referal-transactions .row .gray {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #667894;
}
@media (min-width: 768px) {
  .referal-transactions .row .gray {
    display: none;
  }
}
.referal-transactions .row .status > div {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
  width: 100%;
  text-align: center;
}
.referal-transactions .row .status .green {
  background: #09CF34;
}
.referal-transactions .row .status .yellow {
  background: #DCB11A;
}
.referal-transactions .row .status .orange {
  background: #FB7234;
}
.referal-transactions .date {
  order: 2;
  width: calc(100% - 200px);
  margin: 0 auto 16px 0;
}
@media (min-width: 768px) {
  .referal-transactions .date {
    order: 4;
    width: 130px;
    margin: 0;
  }
}
.referal-transactions .id {
  width: 60px;
  margin: 0 16px 16px 0;
  order: 1;
}
@media (min-width: 768px) {
  .referal-transactions .id {
    order: 4;
    width: 95px;
    margin: 0;
  }
}
.referal-transactions .type {
  order: 4;
}
@media (min-width: 768px) {
  .referal-transactions .type {
    width: 140px;
  }
}
.referal-transactions .amount {
  order: 4;
}
@media (min-width: 768px) {
  .referal-transactions .amount {
    width: 100px;
  }
}
.referal-transactions .you-get {
  order: 4;
  width: 90px;
}
@media (min-width: 768px) {
  .referal-transactions .you-get {
    width: 100px;
  }
}
.referal-transactions .status {
  order: 3;
  width: 90px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .referal-transactions .status {
    order: 4;
  }
}
.referal-payouts {
  padding: 0 0 10px;
}
.referal-payouts .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  padding: 14px 16px 16px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-payouts .row {
    padding: 20px 20px 16px;
    margin: 0 0 20px;
  }
}
.referal-payouts .row-th {
  display: none;
}
@media (min-width: 768px) {
  .referal-payouts .row-th {
    display: flex;
    padding: 0 20px 17px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #667894;
    text-transform: uppercase;
  }
}
.referal-payouts .date {
  width: 100px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-payouts .date {
    width: 140px;
    margin: 0;
  }
}
.referal-payouts .id {
  width: 140px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-payouts .id {
    margin: 0;
  }
}
.referal-payouts .payment {
  width: 80px;
}
@media (min-width: 768px) {
  .referal-payouts .payment {
    width: 130px;
  }
}
.referal-payouts .paypal {
  flex-grow: 1;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.referal-links {
  padding: 0 0 10px;
}
.referal-links .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  padding: 14px 16px 16px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-links .row {
    padding: 20px 20px 16px;
    margin: 0 0 20px;
  }
}
.referal-links .row-th {
  display: none;
}
@media (min-width: 768px) {
  .referal-links .row-th {
    display: flex;
    padding: 0 20px 17px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #667894;
    text-transform: uppercase;
  }
}
.referal-links .date,
.referal-links .last-use {
  width: 100px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-links .date,
  .referal-links .last-use {
    width: 140px;
    margin: 0;
  }
}
.referal-links .uses {
  width: 80px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .referal-links .uses {
    width: 130px;
  }
}
.referal-links .short-link {
  flex-grow: 1;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.referal-faq {
  max-width: 776px;
}

