@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@font-face {
  font-family: "rhb-font-light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RHB/RHB-Font-light-woff.woff") format("woff"),
    url("../fonts/RHB/RHB-Font-light-ttf.ttf") format("truetype");
}
@font-face {
  font-family: "rhb-font-normal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RHB/RHB-Font-woff.woff") format("woff"),
    url("../fonts/RHB/RHB-Font-ttf.ttf") format("truetype");
}
@font-face {
  font-family: "rhb-font-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/RHB/RHB-Font-medium-woff.woff") format("woff"),
    url("../fonts/RHB/RHB-Font-medium-ttf.ttf") format("truetype");
}
@font-face {
  font-family: "rhb-font-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RHB/RHB-Font-bold-woff.woff") format("woff"),
    url("../fonts/RHB/RHB-Font-bold-ttf.ttf") format("truetype");
}
.text--300 {
  font-family: "rhb-font-light", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text--400 {
  font-family: "rhb-font-normal", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text--500 {
  font-family: "rhb-font-medium", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text--700 {
  font-family: "rhb-font-bold", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text--color-primary-blue {
  color: #025fab;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
input,
textarea,
select,
button {
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
a,
input {
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  margin: 0 0 0;
}
.text--center {
  text-align: center;
}
.text--bold {
  font-weight: 700;
}
.text--color-light-blue {
  color: #5bc2e7;
}
.text--color-medium-blue {
  color: #0067b1;
}
.underline {
  text-decoration: underline;
}
.slick-slide {
  margin: 0 0px;
}
.slick-slide:focus,
.slick-slide a {
  outline: none;
}
.slick-list {
  margin: 0 0px;
}
.slick-center .cardBody {
  box-shadow: inset 0px -6px 0px 0px #5bc2e7;
}
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #4a565c;
  background: #fff;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}
a {
  color: #025fab;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
.site--container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}
.section--light-brown {
  background-color: #f1f1f1;
}
.section--light-grey {
  background-color: #f7f7f7;
}
.section--dark-blue {
  background-color: #20222f;
  color: #fff;
}
.section--heading {
  font-family: "rhb-font-normal", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section--heading strong {
  font-family: "rhb-font-medium", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.section--heading .heading--lg {
  font-size: 140%;
}
@media (max-width: 991px) {
  .section--heading .heading--lg {
    font-size: 125%;
  }
}
h1.section--heading {
  font-size: 56px;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  h1.section--heading {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h1.section--heading {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h1.section--heading {
    font-size: 28px;
    line-height: 1.2;
  }
}
h2.section--heading {
  font-size: 42px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  h2.section--heading {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h2.section--heading {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h2.section--heading {
    font-size: 24px;
    line-height: 1.2;
  }
}
h3.section--heading {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  h3.section--heading {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h3.section--heading {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h3.section--heading {
    font-size: 24px;
    line-height: 1.2;
  }
}
h4.section--heading {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  h4.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  h4.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  h4.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
h5.section--heading {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  h5.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  h5.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  h5.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
h6.section--heading {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  h6.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  h6.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  h6.section--heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
.navbar.navbar--nav.navigation {
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.navbar.navbar--nav.navigation.premier {
  background: #002f65;
  color: #c6d5dc;
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation {
    height: 58px;
    background: #fff;
  }
}
.navbar.navbar--nav.navigation.is--active {
  background: #fff;
  -webkit-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
}
.navbar.navbar--nav.navigation.is--active.premier {
  background: #002f65;
}
.navbar.navbar--nav.navigation .navbar-brand {
  width: 160px;
  height: 60px;
  background: transparent url("../images/nav--logo.png") no-repeat center center;
  text-indent: -9999px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation .navbar-brand {
    height: 58px;
  }
}
.navbar.navbar--nav.navigation .navbar-right {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation .navbar-right {
    margin-right: 0;
  }
}
.navbar.navbar--nav.navigation .premier--brand-container {
  padding-top: 15px;
  padding-right: 15px;
  float: right;
}
.navbar.navbar--nav.navigation .premier--logo {
  max-width: 150px;
  margin-top: 6px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation .premier--logo {
    margin: 6px auto 0;
  }
}
.navbar.navbar--nav.navigation .premier_brand {
  color: #c6d5dc;
  font-size: 20px;
  text-align: right;
  font-family: "rhb-font-normal", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation .navbar-nav {
    margin: 0 0;
  }
}
.navbar.navbar--nav.navigation .navbar-toggle {
  background: #fff;
  margin-top: 12px;
  background: #fff;
}
.navbar.navbar--nav.navigation .navbar-toggle .icon-bar {
  background: #025fab;
}
.navbar.navbar--nav.navigation li {
  display: inline-block;
  height: 60px;
  text-transform: uppercase;
  font-family: "rhb-font-normal", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 112.5%;
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation li {
    display: block;
    height: 44px;
    border-bottom: 1px solid #ddd;
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation li:last-child {
    border-bottom: 0;
  }
}
.navbar.navbar--nav.navigation li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  color: #025fab;
}
@media (max-width: 767px) {
  .navbar.navbar--nav.navigation li a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
  }
}
.navbar.navbar--nav.navigation li.active a,
.navbar.navbar--nav.navigation li a:hover,
.navbar.navbar--nav.navigation li a:active,
.navbar.navbar--nav.navigation li a:focus {
  background: transparent;
  color: #db0011;
}
@media (max-width: 767px) {
  #navbar {
    border-top: 1px solid #025fab;
    background: white;
  }
}
.form {
  text-align: center;
  padding: 60px 0 60px;
}
@media (max-width: 991px) {
  .form {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .form {
    padding: 40px 0 40px;
  }
}
@media (max-width: 479px) {
  .form {
    padding: 30px 0 30px;
  }
}
.form--subheading {
  padding-top: 10px;
}
.form--form {
  text-align: left;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .form--form {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .form--form {
    padding-top: 5px;
  }
}
.form--control {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .form--control {
    padding-top: 25px;
  }
}
.form--label {
  color: #8b989e;
  padding: 0 0 5px 10px;
}
.form--input,
.form--select,
.form--textarea {
  background: transparent;
  border-radius: 6px;
  display: block;
  width: 100%;
  border: 1px solid #a1a1a1;
}
.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
  color: #bbc6c8;
}
.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
  color: #bbc6c8;
}
.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
  color: #bbc6c8;
}
.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
  color: #bbc6c8;
}
@media (max-width: 767px) {
  .form--input,
  .form--select,
  .form--textarea {
    background: #fff;
    border-radius: 4px;
  }
}
.form--input {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.form--error {
  color: #c0392b;
  font-size: 75%;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: normal;
}
.form--customer-label {
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .form--customer-label {
    padding-top: 0;
  }
}
.form--customer-label span {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .form--customer-label span {
    display: block;
    margin: 0 0 10px 0;
  }
}
.form--customer-label label {
  font-weight: normal;
}
.form--customer-label label + label {
  margin-left: 20px;
}
.form--customer-label input {
  margin-right: 10px;
}
.form--tnc-container {
  margin: 0;
}
.form--tnc-input {
  vertical-align: top;
  float: left;
  width: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .form--tnc-input {
    width: 15px;
  }
}
.form--tnc-label {
  padding-left: 10px;
  float: right;
  width: calc(100% - 20px);
}
.form--tnc-label p + p {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .form--tnc-label {
    width: calc(100% - 15px);
  }
}
.form--tnc-label-text {
  font-size: 75%;
  font-weight: normal;
}
@media (max-width: 767px) {
  .form--tnc-label-text {
    font-size: 81.25%;
  }
}
@media (max-width: 479px) {
  .form--tnc-label-text {
    font-size: 75%;
  }
}
.form--submit {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .form--submit {
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .form--submit {
    padding-top: 20px;
  }
}
.form--submit-btn {
  font-size: 150%;
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  border: 0;
  display: inline-block;
  background: #0067b1;
  color: #fff;
  font-family: "rhb-font-light", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 130px;
}
.form--submit-btn:hover,
.form--submit-btn:active,
.form--submit-btn:focus {
  color: #fff;
  background: #004f88;
}
@media (max-width: 767px) {
  .form--submit-btn {
    display: block;
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .form--submit-btn {
    padding: 0 15px;
  }
}
.disclaimer {
  padding: 40px 0 40px;
  font-size: 68.75%;
  color: #7c8a90;
}
@media (max-width: 767px) {
  .disclaimer {
    padding: 30px 0 30px;
  }
}
.footer-custom {
  margin-bottom: 45px;
  font-family: "lato-normal", sans-serif;
}
@media (max-width: 767px) {
  .footer-custom {
    margin-bottom: 43px;
  }
}
.footer-custom .footerInner {
  margin: 0px 60px 0;
}
@media (max-width: 767px) {
  .footer-custom .footerInner {
    margin: 0px 40px 0;
  }
}
.footer-custom .footerBox {
  margin-top: 10px;
  color: #ffffff;
  background: #5bc2e7;
  padding: 30px 70px;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}
.footer-custom .footerBox .footerBox--big {
  font-size: 35px;
  line-height: 1.4;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .footer-custom .footerBox .footerBox--big {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .footer-custom .footerBox .footerBox--big {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  .footer-custom .footerBox .footerBox--big {
    font-size: 25px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .footer-custom .footerBox .footerBox--big {
    font-size: 18px;
  }
}
.footer-custom .footerBox .footerBox__light {
  font-weight: 300;
}
@media (max-width: 991px) {
  .footer-custom .footerBox {
    padding: 20px 50px;
  }
}
@media (max-width: 767px) {
  .footer-custom .footerBox {
    background: #5bc2e7;
    color: #ffffff;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .footer-custom .footerBox {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
}
.footer-custom .footerBox a {
  color: #ffffff;
}
.footer-custom .footerBox--premier {
  background: #0067b1;
}
.footer-custom .footerBottom {
  display: table;
}
.footer-custom .footer__logo,
.footer-custom .footer__content {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .footer-custom .footer__logo,
  .footer-custom .footer__content {
    display: block;
  }
}
.footer-custom .footer__logo {
  width: 266px;
  background: #5bc2e7;
  padding: 28.7px 45.7px 30.1px 67px;
}
@media (max-width: 767px) {
  .footer-custom .footer__logo {
    padding: 24.7px 0px 26.1px 40px;
    width: 206px;
  }
}
@media (max-width: 479px) {
  .footer-custom .footer__logo {
    padding: 15px 0px 15px 40px;
    width: 146px;
  }
}
.footer-custom .footer__logo--premier {
  background: #0067b1;
  padding: 21.7px 13.7px 23.1px 56px;
}
@media (max-width: 767px) {
  .footer-custom .footer__logo img {
    max-width: 124px;
  }
}
@media (max-width: 479px) {
  .footer-custom .footer__logo img {
    max-width: 84px;
  }
}
.footer-custom .footer__content {
  color: #818a91;
  padding: 20px 70px 0 30px;
  font-size: 15px;
  text-align: justify;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .footer-custom .footer__content {
    font-size: 12px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .footer-custom .footer__content {
    margin-top: 21.5px;
    padding: 0 40px;
    font-size: 12px;
    text-align: justify;
  }
}
.footer-custom .footer__islam,
.footer-custom .footer__copyright {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .footer-custom .footer__islam,
  .footer-custom .footer__copyright {
    display: block;
  }
}
.footer-custom .footer__islam {
  padding-right: 20px;
  width: 51px;
}
@media (max-width: 767px) {
  .footer-custom .footer__islam {
    float: left;
    width: 35px;
    margin-right: 12px;
    padding-right: 0;
  }
}
.postfooterCustom {
  padding: 0 0 35px;
  font-family: "lato", arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .postfooterCustom {
    padding: 0 0 25px;
  }
}
@media (max-width: 479px) {
  .postfooterCustom {
    padding: 0 0 25px;
  }
}
.postfooterCustom__text {
  margin: 0 60px;
  font-size: 14px;
  text-align: justify;
  color: #818a91;
}
@media (max-width: 991px) {
  .postfooterCustom__text {
    margin: 0 60px;
    font-size: 12px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .postfooterCustom__text {
    margin: 0 40px;
    font-size: 12px;
    text-align: justify;
  }
}
@media (max-width: 479px) {
  .postfooterCustom__text {
    margin: 0 40px;
    font-size: 12px;
    text-align: justify;
  }
}
.footer__terms {
  color: #0667b0;
  font-weight: normal;
  font-size: 15px;
  margin: 35px 60px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .footer__terms {
    margin: 30px 43px 0;
  }
}
.footer__terms a {
  text-decoration: underline;
}
.footer__terms a:focus,
.footer__terms a:active,
.footer__terms a:hover {
  color: #0667b0;
}
.footer__terms a.terms-no-deco {
  text-decoration: none;
}
.footer__terms--premier {
  font-weight: normal;
  font-size: 15px;
  margin: 10px 60px 0;
}
@media (max-width: 767px) {
  .footer__terms--premier {
    margin: 0px 43px 0;
  }
}
.footer__terms--premier a {
  color: #0067b1;
}
.footer__terms--premier a:focus,
.footer__terms--premier a:active,
.footer__terms--premier a:hover {
  color: #0067b1;
}
.footer__terms--premier.terms-no-deco {
  text-decoration: none;
}
@media (max-width: 991px) {
  .other__main {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .hide--xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide--md {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hide--lg {
    display: none;
  }
}
.banner img {
  width: 100%;
}
.step {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .step {
    padding: 25px 0;
  }
}
.step__title {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .step__title {
    font-size: 27px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .step__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .step__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.step__description {
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 0 60px 0;
}
@media screen and (max-width: 991px) {
  .step__description {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .step__description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  .step__description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .step__description {
    padding: 10px 0 30px 0;
  }
}
.step__simple {
  padding: 0 0 40px 0;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .step__simple {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .step__simple {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .step__simple {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .step__simple {
    padding: 0 0 10px 0;
  }
}
.step__icon img {
  margin: 0 auto;
  max-width: 50%;
}
.step__number {
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .step__number {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .step__number {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .step__number {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .step__number {
    padding-bottom: 0;
  }
}
.step__ready {
  font-size: 22px;
  line-height: 1.2;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .step__ready {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .step__ready {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .step__ready {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .step__ready {
    padding-top: 25px;
  }
}
.step__mobile {
  text-align: left;
  padding: 0 20px;
}
.step__mobile table {
  width: 100%;
}
.step__mobile td:nth-child(1) {
  width: 40%;
}
.step__mobile td:nth-child(2) {
  width: 60%;
}
.account {
  background: #f5f5f5;
  padding: 50px 0;
}
.account__title {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .account__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .account__title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .account__title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.cardBody {
  background: #ffffff;
  margin: 30px 0;
}
.account__subtitle {
  font-size: 18px;
  line-height: 1.2;
  padding: 50px 20px 0 20px;
}
@media screen and (max-width: 991px) {
  .account__subtitle {
    font-size: 17px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .account__subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .account__subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
.account__description {
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .account__description {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .account__description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  .account__description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.account__button {
  padding: 25px 20px 50px 20px;
}
.account__button a {
  padding: 10px 30px;
  background: #5bc2e7;
  color: #ffffff;
}
.account__button a:focus {
  color: #ffffff;
}
.account__button a:hover {
  color: #ffffff;
}
.account__button .btn {
  border-radius: 0;
}
.account__click {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .account__click {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .account__click {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  .account__click {
    font-size: 16px;
    line-height: 1.4;
  }
}
.border-bottom-yes:after {
  content: "";
  display: block;
  margin: auto;
  height: 5px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.border-bottom-yes:hover:after {
  width: 100%;
  box-shadow: inset 0px -9px 0px 0px #5bc2e7;
}
.card:hover {
  box-shadow: 0px 8px 11px 3px rgba(214, 214, 214, 0.79);
}
.signup {
  padding: 70px 0 15px 0;
}
.signup__title {
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .signup__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .signup__title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .signup__title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.singup__button a {
  background: #6cc24a;
  padding: 15px 55px;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .singup__button a {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .singup__button a {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  .singup__button a {
    font-size: 16px;
    line-height: 1.2;
  }
}
.singup__button a:focus {
  color: #ffffff;
}
.singup__button a:hover {
  color: #ffffff;
}
.singup__button .btn {
  border-radius: 0;
}
.arrow--right {
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translate(-100%, -50%);
  cursor: pointer;
  z-index: 9999;
}
.arrow--right img {
  width: 65%;
}
@media (max-width: 991px) {
  .arrow--right {
    left: 55px;
  }
}
@media (max-width: 767px) {
  .arrow--right {
    left: 45px;
  }
}
.arrow--left {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-100%, -50%);
  cursor: pointer;
}
.arrow--left img {
  width: 65%;
}
@media (max-width: 991px) {
  .arrow--left {
    right: 29px;
  }
}
@media (max-width: 767px) {
  .arrow--left {
    right: 20px;
  }
}

.cookies-ar{
    font-family: lato;
}
