/* import styleGuide ---------------------*/
/*------------------------ base style ------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, p, img, div, figure, section, ul, ol, li, table, tbody, thead {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  background-color: #FAFAFA;
}

.container {
  max-width: 1170px;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

h1 {
  font-size: 72px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

h2 {
  font-size: 58px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 33px;
  }
}

h3 {
  font-size: 36px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4 {
  font-size: 20px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 14px;
    line-height: 15px;
  }
}

p {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.disclaimer-reg {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.disclaimer-bold {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}

.p-small {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.copyright-text {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.learn-bold {
  font-family: rift, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

/* ------------------------ Buttons -----------------------------*/
.button {
  font-family: rift, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #2152FF;
  background-color: transparent;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  max-width: fit-content;
  text-align: center;
  white-space: nowrap;
  /*--- for button ---*/
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.button-primary {
  color: #FCFDFF;
  background-color: #2152FF;
}

.button-primary:hover {
  background-color: #204ceb;
}

.button-primary:focus {
  outline: none;
}

.buy-now {
  max-width: 259px;
  padding: 15px 10px;
}

@media only screen and (max-width: 767px) {
  .buy-now {
    max-width: 135px;
    padding: 11.2px 10px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.03em;
  }
}

.buy-now-lg {
  max-width: 224px;
  padding: 20px 10px;
}

@media only screen and (max-width: 767px) {
  .buy-now-lg {
    max-width: 208px;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 22px;
  }
}

.button-large {
  max-width: 268px;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 22px;
  padding-right: 20px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 767px) {
  .button-large {
    max-width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
  }
}

.button-icon::after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 28px;
  position: absolute;
}

/*------------ links -------------------*/
.a-link {
  font-size: 20px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.05em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.a-link:hover {
  border-bottom: 1px solid currentColor;
}

/* ----------------------- font weight ---------------------------*/
.font-bold {
  font-weight: 700;
}

.font-reg {
  font-weight: 400;
}

/* ----------------------- bg colors ---------------------------*/
.body-bg {
  background-color: #FAFAFA;
}

.homepage-header-bg {
  background-color: #FEE54B;
}

.sk-hpage-header-bg {
  background-color: #32D4EC;
}

/* ----------------------- colors ---------------------------*/
.color-black {
  color: #131313;
}

.color-black-bg {
  background-color: #131313;
}

.color-white {
  color: #ffffff;
}

.color-white-bg {
  background-color: #ffffff;
}

.color-light-white {
  color: #FAFAFA;
}

.color-light-white-bg {
  background-color: #FAFAFA;
}

.color-brand {
  color: #2152FF;
}

.color-brand-bg {
  background-color: #2152FF;
}

.color-gray {
  color: #919192;
}

.color-gray-bg {
  background-color: #919192;
}

.color-gray-2 {
  color: #A1A1A1;
}

.color-gray-2-bg {
  background-color: #A1A1A1;
}

.color-white-dsrk {
  color: rgba(255, 255, 255, 0.6);
}

.color-white-dsrk-bg {
  background-color: rgba(255, 255, 255, 0.6);
}

.retina-img {
  width: 50%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .br-mobile {
    display: block;
  }
}

.br-desktop {
  display: block;
}

.border-bottom-1 {
  border-bottom: 1px solid #E1E1E1;
}

.border-bottom-2 {
  border-bottom: 1px solid rgba(145, 145, 146, 0.2);
}

/* import web-component styles ------------*/
.rs-header {
  padding: 7px 0;
  height: 81px;
}

@media only screen and (max-width: 767px) {
  .rs-header {
    padding: 9px 0;
    height: auto;
  }
}

.rs-header__desktop {
  display: block;
}

@media only screen and (max-width: 767px) {
  .rs-header__desktop {
    display: none;
  }
}

.rs-header__mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rs-header__mobile {
    display: block;
  }
}

.rs-header__logo-box {
  max-width: 118px;
}

@media only screen and (max-width: 767px) {
  .rs-header__logo-box {
    max-width: 87.86px;
    margin: 0 auto;
  }
}

.rs-header__logo-box img {
  width: 100%;
}

.rs-header-contat-btn {
  padding: 0 0 0 10px;
}

.rs-header-contat-btn:focus {
  outline: none;
}

.rs-header__user-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media only screen and (max-width: 767px) {
  .rs-header__user {
    position: absolute;
    right: 20px;
  }
}

.rs-header__user img {
  width: 29px;
  height: 29px;
}

.rs-main {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .rs-main {
    padding: 0 17px 50px;
  }
}

.rs-main__banner-top-img {
  width: 155px;
  height: 155px;
  margin: 48px auto 0;
  background: #F7F7F7;
}

.rs-main__banner-top-img img {
  height: 77.07px;
}

@media only screen and (max-width: 767px) {
  .rs-main__banner-top-img {
    margin-top: 28px;
  }
}

.rs-main__banner-top {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .rs-main__banner-top {
    margin-top: 20px;
  }
}

.rs-main__title-d {
  display: block;
}

@media only screen and (max-width: 767px) {
  .rs-main__title-d {
    display: none;
  }
}

.rs-main__title-m {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rs-main__title-m {
    display: block;
  }
}

.rs-main__get-title {
  margin: 35px auto 40px;
  width: 300px;
  height: 37px;
  background: #ffdcc4;
  border: 1px solid #fcc197;
  border-radius: 43px;
}

@media only screen and (max-width: 320px) {
  .rs-main__get-title {
    width: 280px;
  }
}

.rs-main__time-left {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #af8c73;
  padding-top: 5px;
}

.rs-main__time-left .clock-icon {
  margin-right: 8px;
}

.rs-main__time-left .the-time {
  margin-left: 8px;
}

.rs-main__from-container {
  max-width: 570px;
  margin: 0 auto;
  padding-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  .rs-main__from-container {
    padding-bottom: 40px;
  }
}

.rs-main__from-container .dropdown-menu {
  padding: 0;
  width: 282px !important;
}

@media only screen and (max-width: 767px) {
  .rs-main__from-container .dropdown-menu {
    width: calc(100vw - 34px) !important;
  }
}

.rs-main__from-container .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.rs-main__from-container .dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}

.rs-main__from-container .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #f1f1f1;
}

.rs-main__c-from {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #131313;
  padding: 15px 12px 5px;
  border-radius: 5px;
  background-color: #F5F5F5;
  height: auto;
  border: 1px solid transparent;
}

.rs-main__c-from:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #2152FF;
}

.rs-main__c-from::-webkit-input-placeholder {
  color: #919192;
}

.rs-main__c-from::-moz-placeholder {
  color: #919192;
}

.rs-main__c-from:-ms-input-placeholder {
  color: #919192;
}

.rs-main__c-from::-ms-input-placeholder {
  color: #919192;
}

.rs-main__c-from::placeholder {
  color: #919192;
}

.rs-main .title {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #919192;
  position: absolute;
  left: 16px;
  top: 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  visibility: visible;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .rs-main .title {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.rs-main__c-from:placeholder-shown {
  padding: 10px  12px;
}

.rs-main__c-from:placeholder-shown + .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden;
}

.rs-main__c-from.rs-main__select-c-code {
  padding-left: 60px;
}

.rs-main__select-country {
  width: 60px;
}

.rs-main__mybtn {
  width: 60px;
  padding: 12px 5px;
  height: 46.8px;
}

.rs-main__mybtn::after {
  font-family: FontAwesome;
  content: "\f078";
  border: none;
  font-size: 10px;
  color: #919192;
}

.rs-main__mybtn:focus {
  outline: none;
  box-shadow: none;
}

.rs-main__country-list {
  padding-left: 10px;
  border-bottom: 1px solid #F7F7F7;
  width: 100%;
}

.rs-main__country-list:hover {
  cursor: pointer;
}

.rs-main__country-list a {
  width: 100%;
  display: block;
}

.rs-main__country-list:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}

.rs-main__country-list .remove-country {
  margin-left: 8px;
}

.rs-main__from-row .form-group {
  margin-bottom: 8px;
}

.rs-main__from-row .form-group .down-arrow-icon {
  font-size: 10px;
}

.rs-main__shiping-cost {
  margin: 8px 0;
}

.rs-main__shiping-cost .total-cost {
  font-size: 30px;
  font-weight: 700;
}

.rs-main__button {
  width: 100%;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .rs-main__button {
    margin-top: 8px;
  }
}

.rs-main__button button {
  max-width: 100%;
  padding: 17px 10px;
  height: 58px;
}

.rs-main__button button::after {
  content: "\f30b";
  right: 20px;
  font-size: 20px;
}

.rs-main__learn-more {
  margin-bottom: 5px;
}

.rs-main__video-section {
  width: 571px;
  height: 340px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .rs-main__video-section {
    height: auto;
    width: 100%;
  }
  .rs-main__video-section img {
    width: 100%;
  }
}

.rs-disclaimer {
  margin-top: 90px;
}

@media only screen and (max-width: 900 px) {
  .rs-disclaimer {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-disclaimer {
    margin-top: 30px;
  }
}

.rs-disclaimer__container {
  max-width: 936px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .rs-disclaimer__container {
    padding: 0 10px;
  }
}

.rs-disclaimer__title {
  margin-bottom: 10px;
}

.rs-independent__dialog {
  max-width: 570px;
}

.rs-independent__content {
  border-radius: 20px;
}

.rs-independent__close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  font-size: 28px;
}

.rs-independent__pruver {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 50px 20px;
}

@media only screen and (max-width: 767px) {
  .rs-independent__pruver {
    padding: 30px 10px;
  }
}

.rs-independent__pruver-img {
  margin-bottom: 24px;
}

.rs-independent__pruver-img img {
  width: 72px;
  height: 72px;
  margin-bottom: 7px;
}

.rs-independent__pruver-img p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rs-independent__pruver-img a:hover {
  color: #2152FF;
}

.rs-independent__pruver-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .rs-independent__pruver-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rs-independent__pruver-btn {
  font-family: rift, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2152FF;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 24px #e2e5f5;
  box-shadow: 0px 9px 24px #e2e5f5;
  border-radius: 50px;
  padding: 10px 20px;
  width: 145px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
  .rs-independent__pruver-btn {
    margin: 0 auto;
    min-width: 122px;
  }
}

.rs-independent__pruver-btn:not(:last-child) {
  margin-right: 14px;
}

@media only screen and (max-width: 767px) {
  .rs-independent__pruver-btn:not(:last-child) {
    margin-right: auto;
    margin-bottom: 12px;
  }
}

.rs-independent__pruver-btn:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
}

.rs-main__banner-top-img .rs-main__banner-thums-up {
  height: 54px;
}

.rs-main__banner-title-2 {
  max-width: 770px;
}

.rs-main__inTheMintime-alert {
  margin-top: 58px;
}

.rs-main__watch-tv-btn-box {
  margin-top: 55px;
}

.rs-main__watch-tv-btn {
  max-width: 343px;
  padding-left: 19px;
  position: relative;
}

.rs-main__watch-tv-btn::before {
  position: absolute;
  content: "\f26c";
  font-family: "FontAwesome";
  left: 19px;
  font-size: 20px;
}
