@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap";

.primary-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.colo-light-green-bg {
  background-color: rgba(90, 208, 186, 0.8);
}
.colo-light-green-bg-solid {
  background-color: #5ad0ba;
}
.colo-light-green-bg-solid:hover {
  background-color: #3cb19b;
}
.colo-light-green {
  color: #5ad0ba;
}
.color-primary {
  color: #ffbd59;
}
.color-light-blue-bg {
  background-color: rgba(83, 207, 233, 0.8);
}
.color-light-blue-bg-solid {
  background-color: #53cfe9;
}
.color-light-blue-bg-solid:hover {
  background-color: #2e95aa;
}
.color-light-blue {
  color: #53cfe9;
}
.color-blue-bg {
  background-color: rgba(20, 100, 170, 0.8);
}
.color-blue-bg-solid {
  background-color: #1464aa;
}
.color-blue-bg-solid:hover {
  background-color: #0c518d;
}
.color-blue {
  color: #1464aa;
}
.colo-pink-bg {
  background-color: rgba(226, 83, 107, 0.8);
}
.colo-pink-bg-solid {
  background-color: #e2536b;
}
.colo-pink-bg-solid:hover {
  background-color: #c4374e;
}
.colo-pink {
  color: #e2536b;
}
.color-green {
  color: #0a8371;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-primary .title {
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.title-primary .title .sub-title {
  font-size: 50%;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  color: #181e72;
  margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Hurme-Geometric-Sans-No-3", sans-serif;
  line-height: 1.5;
  background-color: #f6faff !important;
  font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  letter-spacing: 1px;
  /* background: url(../assets/images/body-bg.gif) no-repeat; */
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: relative;
 /* -webkit-user-select: none; */
}
@media screen and (max-width: 749px) {
  body {
    font-size: 12px;
  }
}
input,
button {
  font-family: "Hurme-Geometric-Sans-No-3", sans-serif;
}
a {
  text-decoration: none;
}
p {
  text-align: justify;
}
p:not(:last-child) {
  margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #111;
  transition: all 0.5s ease;
  z-index: 99999999999999;
}
.preloader_inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 3em;
  font-weight: 500;
  color: #181e72;
}
.show {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 0.5s ease;
}
.colo-light-green-bg {
  background-color: rgba(90, 208, 186, 0.8);
}
.colo-light-green-bg-solid {
  background-color: #5ad0ba;
}
.colo-light-green-bg-solid:hover {
  background-color: #3cb19b;
}
.colo-light-green {
  color: #5ad0ba;
}
.color-primary {
  color: #ffbd59;
}
.color-light-blue-bg {
  background-color: rgba(83, 207, 233, 0.8);
}
.color-light-blue-bg-solid {
  background-color: #53cfe9;
}
.color-light-blue-bg-solid:hover {
  background-color: #2e95aa;
}
.color-light-blue {
  color: #53cfe9;
}
.color-blue-bg {
  background-color: rgba(20, 100, 170, 0.8);
}
.color-blue-bg-solid {
  background-color: #1464aa;
}
.color-blue-bg-solid:hover {
  background-color: #0c518d;
}
.color-blue {
  color: #1464aa;
}
.colo-pink-bg {
  background-color: rgba(226, 83, 107, 0.8);
}
.colo-pink-bg-solid {
  background-color: #e2536b;
}
.colo-pink-bg-solid:hover {
  background-color: #c4374e;
}
.colo-pink {
  color: #e2536b;
}
.color-green {
  color: #0a8371;
}
@font-face {
  font-family: "Hurme-Geometric-Sans-No-3";
  src: url("../fonts/Hurme-Geometric-Sans-No-3/HurmeGeometricSans3Light.otf")
    format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Hurme-Geometric-Sans-No-3";
  src: url("../fonts/Hurme-Geometric-Sans-No-3/HurmeGeometricSans3.ttf")
    format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Hurme-Geometric-Sans-No-3";
  src: url("../fonts/Hurme-Geometric-Sans-No-3/HurmeGeometricSans3-SemiBold_3.ttf")
    format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Hurme-Geometric-Sans-No-3";
  src: url("../fonts/Hurme-Geometric-Sans-No-3/HurmeGeometricSans3-Bold.ttf")
    format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-discord-bold:before {
  content: "";
}
.icon-add:before {
  content: "";
}
.icon-quote:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-comment:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-heart-bold:before {
  content: "";
}
.icon-visibility:before {
  content: "";
}
.icon-smartphone:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-linkedin-bold:before {
  content: "";
}
.icon-instagram-500:before {
  content: "";
}
.icon-facebook-500:before {
  content: "";
}
.icon-left-arrow:before {
  content: "";
}
.icon-telephone:before {
  content: "";
}
.icon-right-arrow:before {
  content: "";
}
.icon-arrow-down-bold:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-down-arrow:before {
  content: "";
}
.icon-call:before {
  content: "";
}
.icon-call-bold:before {
  content: "";
}
.icon-email:before {
  content: "";
}
.icon-email-bold:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-facebook-bold:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-instagram-bold:before {
  content: "";
}
.icon-pin:before {
  content: "";
}
.icon-pin-bold:before {
  content: "";
}
.icon-tripadvisor:before {
  content: "";
}
.icon-tripadvisor-bold:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-twitter-bold:before {
  content: "";
}
.icon-viber:before {
  content: "";
}
.icon-viber-bold:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-whatsapp-bold:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-youtube-bold:before {
  content: "";
}
.icon-star-empty:before {
  content: "";
}
.icon-star-half:before {
  content: "";
}
.icon-star-full:before {
  content: "";
}
.index-header-block {
  height: calc(300px + (620 - 300) * ((100vw - 1024px) / (1920 - 1024)));
  display: flex;
  align-items: center;
  padding: 0 5%;
}
@media only screen and (max-device-width: 1023px) {
  .index-header-block {
    height: calc(260px + (450 - 260) * ((100vw - 320px) / (1023 - 320)));
  }
}
.index-header-block .content {
  width: 100%;
}
.index-header-block .content .title {
  font-size: calc(24px + (48 - 24) * ((100vw - 1024px) / (1920 - 1024)));
  line-height: 1;
}
@media only screen and (max-device-width: 1023px) {
  .index-header-block .content .title {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1023 - 320)));
  }
}
@media screen and (max-width: 749px) {
  .index-header-block .content .title {
    font-size: 20px;
  }
}
.index-header-block .content .title .custom-bar-green {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 601px) {
  .index-header-block .content .title .custom-bar-green {
    display: inline-block;
  }
}
.index-header-block .content .title .custom-bar-green::before {
  content: "";
  width: 102%;
  height: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0a8371;
  z-index: -1;
}
.index-header-block .content .sub-title {
  color: #000;
  line-height: 1;
  font-size: calc(18px + (36 - 18) * ((100vw - 1024px) / (1920 - 1024)));
  margin: calc(10px + (15 - 10) * ((100vw - 1024px) / (1920 - 1024))) 0
    calc(10px + (60 - 10) * ((100vw - 1024px) / (1920 - 1024))) 0;
  font-weight: 600;
}
@media only screen and (max-device-width: 1023px) {
  .index-header-block .content .sub-title {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1023 - 320)));
  }
}
.index-header-block .content .fonticon {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 749px) {
  .index-header-block .content .fonticon {
    font-size: 10px;
  }
}
.index-header-block .content .fonticon i {
  color: #0a8371;
}
.index-header-block .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 115px;
}
@media only screen and (max-device-width: 1023px) {
  .index-header-block .content ul {
    margin-top: 30px;
    margin-left: 30px;
    gap: 0;
  }
}
@media screen and (max-width: 749px) {
  .index-header-block .content ul {
    display: none;
  }
}
.index-header-block .content ul li {
  list-style: disc;
}
.index-header-block.header-index-bg {
  background: url(~/assets/images/temporary-image-section1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
/* .bank-card-block {
  margin: calc(30px + (90 - 30) * ((100vw - 1024px) / (1920 - 1024))) auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
  .bank-card-block {
    margin-top: 40px;
  }
}
.bank-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 80px;
  padding: 45px calc(25px + (25 - 25) * ((100vw - 1024px) / (1920 - 1024)));
  background: rgba(24, 30, 114, 0.03);
  border-radius: 10px;
  box-shadow: 0 2px 10px #ccc;
  color: #000;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1100px) {
  .bank-card {
    grid-gap: calc(20px + (40 - 20) * ((100vw - 320px) / (1100 - 320)));
  }
}
@media screen and (max-width: 749px) {
  .bank-card {
    padding: 20px calc(25px + (25 - 25) * ((100vw - 1024px) / (1920 - 1024)));
  }
}
.bank-card:not(:last-child) {
  margin-bottom: calc(30px + (80 - 30) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 850px) {
  .bank-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.bank-card:hover {
  box-shadow:  0 2px 10px #999;
  transform: translateY(-8px);
}
.bank-card:hover .visite-bank {
  background-color: #0a8371 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 749px) {
  .bank-card.award-block {
    padding-top: 65px !important;
  }
}
.bank-card.award-block .logo {
  margin-left: 0;
  align-items: center;
}
.bank-card .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
@media screen and (max-width: 749px) {
  .bank-card .logo {
    margin-left: 0;
  }
}
.bank-card .logo img {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .bank-card .logo img {
    max-width: 65px;
    width: 100%;
  }
}
.bank-card .logo .award {
  background-color: #000;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  margin-bottom: 40px;
  font-weight: 600;
  margin-top: -15px;
}
@media screen and (max-width: 1100px) {
  .bank-card .logo .award {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 850px) {
  .bank-card .logo .award {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .bank-card .logo .award {
    position: absolute;
    left: 25px;
    top: 15px;
  }
}
.bank-card .logo .award i {
  margin-right: 5px;
}
.bank-card .text-mobile {
  display: none;
}
.bank-card .list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .bank-card .list-wrap {
    justify-content: flex-end;
    padding-left: 15px;
    text-align: center;
    border-left: 1px solid rgba(24, 30, 114, 0.1);
  }
  .bank-card .list-wrap .text-mobile {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .bank-card .list-wrap .title-box {
    display: none;
  }
}
.bank-card .list-wrap .title-box .title {
  font-size: calc(15px + (22 - 15) * ((100vw - 1024px) / (1920 - 1024)));
}
.bank-card .list-wrap .title-box p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .bank-card .list-wrap .title-box p {
    font-size: 13px;
  }
}
.bank-card .list-wrap .title-box .eye-button {
  background-color: #000;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  margin-top: 15px;
}
.bank-card .list-wrap .title-box ul {
  margin-top: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024)));
  margin-left: calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 850px) {
  .bank-card .list-wrap .title-box ul {
    display: none;
  }
}
.bank-card .list-wrap .title-box ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .bank-card .list-wrap .title-box ul li {
    font-size: calc(11px + (12 - 11) * ((100vw - 320px) / (1100 - 320)));
  }
}
.bank-card .list-wrap .title-box ul li i {
  color: #181e72;
}
.bank-card .list-wrap .star-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .bank-card .list-wrap .star-wrap {
    gap: 15px;
  }
}
.bank-card .list-wrap .star-wrap .stars {
  color: #fcd205;
  font-size: calc(20px + (23 - 20) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 1100px) {
  .bank-card .list-wrap .star-wrap .stars {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1100 - 320)));
  }
}
@media screen and (max-width: 850px) {
  .bank-card .list-wrap .star-wrap .stars {
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (850 - 320)));
  }
}
@media screen and (max-width: 749px) {
  .bank-card .list-wrap .star-wrap .stars {
    display: none;
  }
}
.bank-card .list-wrap .star-wrap .visite-bank {
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: calc(7px + (15 - 7) * ((100vw - 1024px) / (1920 - 1024)))
    calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024)));
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
  text-decoration: none;
  padding: 14px 25px;
}
@media screen and (max-width: 1100px) {
  .bank-card .list-wrap .star-wrap .visite-bank {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1100 - 320)));
    padding: calc(10px + (10 - 10) * ((100vw - 320px) / (1100 - 320)))
      calc(12px + (18 - 12) * ((100vw - 320px) / (1100 - 320)));
  }
}
@media screen and (max-width: 850px) {
  .bank-card .list-wrap .star-wrap .visite-bank {
    font-size: calc(8px + (10 - 8) * ((100vw - 320px) / (850 - 320)));
    padding: 10px;
  }
}
@media screen and (max-width: 749px) {
  .bank-card .list-wrap .star-wrap .visite-bank {
    font-size: 12px;
  }
}
.bank-card .list-wrap .star-wrap a {
  color: #000;
  transition: all 0.5s ease;
}
.bank-card .list-wrap .star-wrap a:hover {
  text-decoration: underline;
}
.bank-card .list-wrap .star-wrap img {
  max-width: 20px;
}
.bank-card .list-wrap .star-wrap p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .bank-card .list-wrap .star-wrap p {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1100 - 320)));
  }
}
@media screen and (max-width: 850px) {
  .bank-card .list-wrap .star-wrap p {
    font-size: calc(9px + (10 - 9) * ((100vw - 320px) / (850 - 320)));
  }
}
@media screen and (max-width: 749px) {
  .bank-card .list-wrap .star-wrap p {
    display: none;
  }
}
.bank-card .list-wrap .star-wrap p i {
  color: #000;
}
.bank-card .list-wrap .star-wrap p span:hover {
  text-decoration: underline;
} */
.bank-card-block{
  margin:calc(30px + (90 - 30) * ((100vw - 1024px) / (1920 - 1024))) auto;
  margin-bottom:80px
}
@media screen and (max-width: 749px){
  .bank-card-block{
      margin-top:40px
  }
}
.bank-card{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-gap:80px;
  padding:45px calc(25px + (25 - 25) * ((100vw - 1024px) / (1920 - 1024)));
  background:rgba(24,30,114,.03);
  border-radius:10px;
  box-shadow:0 2px 10px #ccc;
  color:#000;
  transition:all .5s ease
}
@media screen and (max-width: 1100px){
  .bank-card{
      grid-gap:calc(20px + (40 - 20) * ((100vw - 320px) / (1100 - 320)))
  }
}
@media screen and (max-width: 749px){
  .bank-card{
      padding: 40px 15px 15px;
  }
}
.bank-card:not(:last-child){
  margin-bottom:calc(30px + (80 - 30) * ((100vw - 1024px) / (1920 - 1024)))
}
@media screen and (max-width: 850px){
  .bank-card:not(:last-child){
      margin-bottom:30px
  }
}
.bank-card:hover{
  box-shadow:0 2px 10px #999
}
.bank-card:hover .visite-bank{
  background-color:#0a8371 !important;
  text-decoration:none !important
}

.bank-card.award-block .logo{
  margin-left:0;
  align-items:flex-start
}
.bank-card .logo{
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  margin-left:20px;
  text-align: center;
}
@media screen and (max-width: 749px){
  .bank-card .logo{
      margin-left:0
  }
}
.bank-card .logo img{
  max-width:120px;
  width:100%
}
@media screen and (max-width: 749px){
  .bank-card .logo img{
      max-width:65px;
      width:100%
  }
}
.bank-card .logo .award{
  background-color:#000;
  display:inline-block;
  border-radius:10px;
  text-transform:uppercase;
  color:#fff;
  padding:10px 25px;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  font-size:10px;
  margin-bottom:40px;
  font-weight:600;
  margin-top:-15px
}
@media screen and (max-width: 1100px){
  .bank-card .logo .award{
      padding:10px 15px
  }
}
@media screen and (max-width: 850px){
  .bank-card .logo .award{
      margin-top:0
  }
}
@media screen and (max-width: 749px){
  .bank-card .logo .award{
      position:absolute;
      left:25px;
      top:15px;
      display: none;
  }
}
.bank-card .logo .award i{
  margin-right:5px
}
.bank-card .text-mobile{
  display:none
}
.bank-card .list-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center
}
@media screen and (max-width: 749px){
  .bank-card .list-wrap{
      justify-content:flex-end;
      padding-left:10px;
      text-align:center;
      border-left:1px solid rgba(24,30,114,.1);
      flex-direction:column
  }
  .bank-card .list-wrap .text-mobile{
      display:block;
      margin-bottom:10px;
      text-align: left;
      font-weight: 600;
  }
  .bank-card{
    grid-gap: 10px;
  }
}
@media screen and (max-width: 749px){
  .bank-card .list-wrap .title-box .title-wrap{
      position:absolute;
      left:60px;
      top:0px
  }
  .bank-card .list-wrap .title-box .title-wrap p{
      display:none
  }
  .bank-card .list-wrap .title-box .title-wrap .eye-button{
      display:none
  }
}
.bank-card .list-wrap .title-box .title{
  font-size:calc(18px + (22 - 18) * ((100vw - 1024px) / (1920 - 1024)));
}
.bank-card .list-wrap .title-box p{
  font-size:14px;
  margin:0;
  font-weight:600
}
@media screen and (max-width: 1100px){
  .bank-card .list-wrap .title-box p{
      font-size:13px
  }
}
.bank-card .list-wrap .title-box .eye-button{
  background-color:#000;
  display:inline-block;
  border-radius:10px;
  text-transform:uppercase;
  color:#fff;
  padding:10px 25px;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  font-size:10px;
  margin-top:15px
}
.bank-card .list-wrap .title-box ul{
  margin-top:calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024)));
  margin-left:calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024)))
}
@media screen and (max-width: 749px){
  .bank-card .list-wrap .title-box ul{
      text-align:left
  }
  .bank-card .list-wrap .title-box .title{
    color: #fff;
    background-color: #000;
    padding: 3px 30px;
  }
}
.bank-card .list-wrap .title-box ul li{
  position:relative;
  padding-left:5px;
  font-size:14px
}
@media screen and (max-width: 1100px){
  .bank-card .list-wrap .title-box ul li{
      font-size:calc(11px + (12 - 11) * ((100vw - 320px) / (1100 - 320)))
  }
}
.bank-card .list-wrap .title-box ul li i{
  color:#181e72
}
.bank-card .list-wrap .star-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:20px
}
@media screen and (max-width: 850px){
  .bank-card .list-wrap .star-wrap{
      gap:15px;
      width: 100%;
      margin-top: 15px;
  }
  .bank-reward-block .bank-card .list-wrap .title-box .title{display: block;}
  .bank-reward-block .bank-card .ribbon-icon{
    color: #000;
    background: none;    
    font-size: 40px;
    top: -17px;
  }
}
.bank-card .list-wrap .star-wrap .stars{
  color:#fcd205;
  font-size:calc(20px + (23 - 20) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 1100px){
  .bank-card .list-wrap .star-wrap .stars{
      font-size:calc(16px + (18 - 16) * ((100vw - 320px) / (1100 - 320)))
  }
}
@media screen and (max-width: 850px){
  .bank-card .list-wrap .star-wrap .stars{
      font-size:calc(12px + (16 - 12) * ((100vw - 320px) / (850 - 320)))
  }
}
@media screen and (max-width: 749px){
  .bank-card .list-wrap .star-wrap .stars{
      position:absolute;
      left:25px;
      bottom:15px;
      font-size:8px;
      display: none;
  }
}
.bank-card .list-wrap .star-wrap .visite-bank{
  background-color:#000;
  border-radius:10px;
  display:inline-block;
  color:#fff;
  text-align:center;
  padding:calc(7px + (15 - 7) * ((100vw - 1024px) / (1920 - 1024))) calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024)));
  text-transform:uppercase;
  font-size:16px;
  transition:all .5s ease;
  text-decoration:none;
  padding:14px 25px
}
@media screen and (max-width: 1100px){
  .bank-card .list-wrap .star-wrap .visite-bank{
      font-size:calc(10px + (12 - 10) * ((100vw - 320px) / (1100 - 320)));
      padding:calc(10px + (10 - 10) * ((100vw - 320px) / (1100 - 320))) calc(12px + (18 - 12) * ((100vw - 320px) / (1100 - 320)))
  }
}
@media screen and (max-width: 850px){
  .bank-card .list-wrap .star-wrap .visite-bank{
      font-size:calc(8px + (10 - 8) * ((100vw - 320px) / (850 - 320)));
      padding:10px
  }
}
@media screen and (max-width: 749px){
  .bank-card .list-wrap .star-wrap .visite-bank{
      font-size:12px;
      padding:5px;
      width:100%;
      border-radius: 4px;
  }
}
.bank-card .list-wrap .star-wrap a{
  color:#000;
  transition:all .5s ease
}
.bank-card .list-wrap .star-wrap a:hover{
  text-decoration:underline
}
.bank-card .list-wrap .star-wrap img{
  max-width:20px
}
.bank-card .list-wrap .star-wrap p{
  display:flex;
  align-items:center;
  gap:5px;
  font-size:14px
}
@media screen and (max-width: 1100px){
  .bank-card .list-wrap .star-wrap p{
      font-size:calc(10px + (12 - 10) * ((100vw - 320px) / (1100 - 320)))
  }
}
@media screen and (max-width: 850px){
  .bank-card .list-wrap .star-wrap p{
      font-size:calc(9px + (10 - 9) * ((100vw - 320px) / (850 - 320)))
  }
}
@media screen and (max-width: 749px){
  .bank-card .list-wrap .star-wrap p{
      display:none
  }
}
.bank-card .list-wrap .star-wrap p i{
  color:#000
}
.bank-card .list-wrap .star-wrap p span:hover{
  text-decoration:underline
}
.bank-card .ribbon-icon {
  position: absolute;
  top: -1px;
  left: 25px;
  background: url(~/assets/images/ribbon-45.png) no-repeat;
  width: 35px;
  height: 40px;
  background-size: contain;
  background-position: center;
  display: flex;
  color: #fff;
  justify-content: center;
  padding-top: 2px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 749px) {
  .bank-card .ribbon-icon {
    width: 30px;
    height: 40px;
    font-size: 9px;
    padding-top: 7px;
  }
}
.title-wrapper {
  text-align: center;
}
.title-wrapper .title {
  font-size: calc(22px + (38 - 22) * ((100vw - 1024px) / (1920 - 1024)));
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
@media screen and (max-width: 749px) {
  .title-wrapper .title {
    font-size: 15px;
  }
}
.title-wrapper .title.border {
  position: relative;
  display: inline-block;
}
.title-wrapper .title.border::before {
  width: 80%;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  height: 2px;
}
.title-wrapper p {
  font-size: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024)));
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  .title-wrapper p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.content-block {
  background: #0a8371;
  padding: calc(30px + (80 - 30) * ((100vw - 1024px) / (1920 - 1024))) 0;
  margin-top: calc(15px + (30 - 15) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 850px) {
  .content-block {
    padding-top: 30px;
  }
}
.content-block .title-wrapper .title {
  color: #fff;
}
.content-block .title-wrapper p {
  color: #fff;
}
.content-block .title-wrapper p.border {
  position: relative;
  display: inline-block;
}
.content-block .title-wrapper p.border::before {
  width: 80%;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  height: 2px;
}
.content-block .grid {
  padding-top: calc(60px + (100 - 60) * ((100vw - 1024px) / (1920 - 1024)));
  display: grid;
  grid-gap: 30px;
}
.content-block .grid .grid-col-2 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 850px) {
  .content-block .grid .grid-col-2 {
    grid-template-columns: auto;
  }
  .content-block .grid .grid-col-2 .content {
    order: 2;
  }
}
.content-block .grid .grid-col-2 .imgbox{
  height:100%;
  width:calc(280px + (500 - 280) * ((100vw - 1024px) / (1920 - 1024)));
  position:relative
}
@media screen and (max-width: 1100px){
  .content-block .grid .grid-col-2 .imgbox{
      height:calc(200px + (265 - 200) * ((100vw - 320px) / (1100 - 320)))
  }
}
@media screen and (max-width: 850px){
  .content-block .grid .grid-col-2 .imgbox{
      width:400px;
      height:280px;
      margin:0 auto
  }
}
@media screen and (max-width: 850px)and (max-width: 601px){
  .content-block .grid .grid-col-2 .imgbox{
      width:100%;
      height:240px
  }
}
.content-block .grid .grid-col-2 .imgbox img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.content-block .grid p {
  color: #fff;
}
@media screen and (max-width: 749px) {
  .content-block .grid p {
    font-size: 13px;
  }
}
.content-block .grid .article-btn {
  display: inline-block;
  background-color: #000;
  color: #f6faff;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  margin-top: 30px;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.content-block .grid .article-btn:hover {
  background-color: #f6faff;
  color: #000;
}
.bank-reward-block {
  padding: calc(30px + (80 - 30) * ((100vw - 1024px) / (1920 - 1024))) 0;
}
@media screen and (max-width: 749px) {
  .bank-reward-block {
    margin: 30px 0;
  }
  .bank-reward-block .list-wrap {
    border: 0;
    border-left: 1px solid rgba(24,30,114,.1);
  }
}
.bank-reward-block .choose-bank {
  margin-top: calc(50px + (80 - 50) * ((100vw - 1024px) / (1920 - 1024)));
  margin-bottom: calc(30px + (60 - 30) * ((100vw - 1024px) / (1920 - 1024)));
}
.visitor-reached {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 300px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 27%;
  background-color: #000;
  padding: 10px 15px;
  margin-left: auto;
  margin-right: -20px;
  margin-bottom: -30px;
  z-index: 9;
}
@media screen and (max-width: 749px) {
  .visitor-reached {
    display: none;
  }
}
.visitor-reached::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #0a8371;
  bottom: -20px;
  right: 0%;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.visitor-reached .imgbox {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #f6faff;
  z-index: 5;
  background-color: #0a8371;
  border-radius: 50%;
  position: absolute;
  left: -30px;
}
.visitor-reached p {
  margin: 0;
  color: #f6faff;
  font-size: 14px;
  z-index: 5;
  padding: 0px 15px 0px 30px;
  text-align: center;
}
.home-header-block {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 1100px) {
  .home-header-block {
    height: 400px;
  }
}
@media screen and (max-width: 850px) {
  .home-header-block {
    height: calc(210px + (280 - 210) * ((100vw - 320px) / (850 - 320)));
  }
}
.home-header-block .left-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(350px + (600 - 350) * ((100vw - 1024px) / (1920 - 1024)));
  height: 100%;
  background: url(~/assets/images/header-home-left.svg) no-repeat;
  background-size: contain;
  background-position: left top;
}
@media screen and (max-width: 850px) {
  .home-header-block .left-header-bg {
    width: calc(200px + (260 - 200) * ((100vw - 320px) / (850 - 320)));
    height: calc(200px + (260 - 200) * ((100vw - 320px) / (850 - 320)));
    background-size: cover;
  }
}
.home-header-block .grid {
  display: grid;
  grid-template-columns: 65% auto;
  align-items: center;
  height: 100%;
  grid-gap: 30px;
}
@media screen and (max-width: 850px) {
  .home-header-block .grid {
    grid-template-columns: auto;
  }
}
.home-header-block .grid .index-title-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  .home-header-block .grid .index-title-wrapper {
    padding-right: calc(10% + (15 - 10) * ((100vw - 320px) / (850 - 320)));
  }
}
@media screen and (max-width: 749px) {
  .home-header-block .grid .index-title-wrapper {
    padding-right: 0%;
  }
}
.home-header-block .grid .search-box {
  position: relative;
  max-width: 430px;
  width: 100%;
  margin-top: 30px;
  margin-left: 90px;
}
@media screen and (max-width: 850px) {
  .home-header-block .grid .search-box {
    display: none;
  }
}
.home-header-block .grid .search-box input {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  height: 55px;
}
.home-header-block .grid .search-box .sent-button-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0a8371;
}
.home-header-block .grid .search-box .sent-button-wrap .submit-btn {
  cursor: pointer;
  padding: 0;
  background-color: #0a8371;
  width: 40px;
  height: 40px;
}
.home-header-block .grid .search-box .sent-button-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  pointer-events: none;
  z-index: 2;
}
.home-header-block .grid .search-box ::-moz-placeholder {
  color: #fff;
}
.home-header-block .grid .search-box :-ms-input-placeholder {
  color: #fff;
}
.home-header-block .grid .search-box ::placeholder {
  color: #fff;
}
@media screen and (max-width: 850px) {
  .home-header-block .grid .right-col {
    display: none;
  }
}
.home-header-block .grid .right-col img {
  max-width: 100%;
}
.header-title {
  font-size: calc(32px + (52 - 32) * ((100vw - 1024px) / (1920 - 1024)));
  line-height: 1;
  font-weight: 700;
}
.header-title span {
  display: block;
}
.header-title span.small {
  font-size: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 15px;
}
.index-body-block {
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .index-body-block {
    margin-top: 0;
  }
}
.index-body-block .grid {
  display: grid;
  grid-template-columns: auto 31.6%;
  grid-gap: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .index-body-block .grid {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 749px) {
  .index-body-block .grid {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 601px) {
  .index-body-block .grid {
    margin-bottom: 50px;
  }
}
.index-body-block .grid .title-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 601px) {
  .index-body-block .grid .title-block {
    align-items: center;
    flex-direction: column;
  }
}
.index-body-block .grid .title-block .title {
  font-weight: 700;
  font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.index-body-block .grid .title-block .title span {
  font-size: 50%;
  display: block;
  letter-spacing: 2px;
}
.index-body-block .grid .title-block .index-cat-btn {
  display: inline-block;
  background-color: rgba(24, 30, 114, 0.03);
  color: #000;
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.5s ease;
}
@media screen and (max-width: 850px) {
  .index-body-block .grid .title-block .index-cat-btn {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 601px) {
  .index-body-block .grid .title-block .index-cat-btn {
    margin-top: 25px;
  }
}
.index-body-block .grid .title-block .index-cat-btn:hover {
  background-color: #000;
  color: #fff;
}
.index-body-block .grid .single-category-box {
  color: #000;
  display: inline-block;
  transition: all 0.5s ease;
}
.index-body-block .grid .single-category-box:hover .short-title {
  text-decoration: underline;
}
.index-body-block .grid .single-category-box:not(:last-child) {
  margin-bottom: 25px;
}
.index-body-block .grid .single-category-box .cat-title {
  color: #fff;
  background-color: #0a8371;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
  height: 55px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 749px) {
  .index-body-block .grid .single-category-box .cat-title {
    height: 40px;
  }
}
.index-body-block .grid .single-category-box .cat-title .number {
  background-color: #000;
  position: absolute;
  left: 0;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  .index-body-block .grid .single-category-box .cat-title .number {
    height: 40px;
    width: 40px;
  }
}
.index-body-block .grid .single-category-box .cat-title .title {
  text-transform: uppercase;
  font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding-left: 80px;
}
.index-body-block .grid .single-category-box .content {
  display: flex;
  padding: 15px;
  padding-right: 0;
  align-items: center;
}
@media screen and (max-width: 601px) {
  .index-body-block .grid .single-category-box .content {
    flex-direction: column;
  }
}
.index-body-block .grid .single-category-box .content .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 210px;
  height: 140px;
  margin-right: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 850px) {
  .index-body-block .grid .single-category-box .content .img-box img {
    width: 160px;
    height: 100px;
  }
}
@media screen and (max-width: 601px) {
  .index-body-block .grid .single-category-box .content .img-box img {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
}
.index-body-block .grid .single-category-box .content .text .short-title {
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 850px) {
  .index-body-block .grid .single-category-box .content .text .short-title {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (850 - 320)));
  }
}
@media screen and (max-width: 749px) {
  .index-body-block .grid .single-category-box .content .text .short-title {
    font-size: 13px;
  }
}
.index-body-block .grid .more-category-btn-box {
  max-width: 370px;
  width: 100%;
  margin: 15px auto 0;
}
.index-body-block .grid .more-category-btn-box a {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  transition: all 0.5s ease;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}
.index-body-block .grid .more-category-btn-box a:hover {
  background-color: #0a8371;
}
.side-bar .cat-icon-wrap {
  background-color: rgba(24, 30, 114, 0.03);
  text-align: center;
  border-radius: 10px;
  padding: 20px 25px;
}
.side-bar .cat-icon-wrap .title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.side-bar .cat-icon-wrap .icon-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-row-gap: 15px;
}
.side-bar .cat-icon-wrap .icon-box .single-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #000;
  transition: all 0.5s ease;
}
.side-bar .cat-icon-wrap .icon-box .single-icon:hover span {
  text-decoration: underline;
}
.side-bar .cat-icon-wrap .icon-box .single-icon i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 10px;
}
.mobile-notification {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  display: block;
  margin-bottom: 45px;
}
.mobile-notification .title {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 30px 15px;
}
.mobile-notification .notification-sm-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  border-top: 1px solid #fff;
}
.mobile-notification .notification-sm-text .border-right {
  border-right: 1px solid #fff;
}
.mobile-notification .notification-sm-text span {
  display: block;
  padding: 15px 5px;
}
.circle-block {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 1100px) {
  .circle-block {
    grid-template-columns: auto;
  }
}
.circle-block .header-title {
  font-size: 34px;
}
@media screen and (max-width: 1100px) {
  .circle-block .header-title {
    display: inline-block;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 601px) {
  .circle-block .header-title {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.circle-block .header-title span {
  display: inline-block;
  position: relative;
}
.circle-block .header-title .custom-bar-green {
  position: relative;
}
.circle-block .header-title .custom-bar-green::before {
  content: "";
  width: 102%;
  height: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #0a8371;
  z-index: -1;
}
.circle-block .circle-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 601px) {
  .circle-block .circle-wrap {
    grid-template-columns: auto;
    grid-row-gap: 40px;
  }
}
.circle-block .circle-wrap .single-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  background-color: #eff3fb;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .circle-block .circle-wrap .single-circle {
    margin: 0 auto;
  }
}
@media screen and (max-width: 601px) {
  .circle-block .circle-wrap .single-circle {
    width: 160px;
    height: 160px;
  }
}
.circle-block .circle-wrap .single-circle::before {
  width: 105%;
  height: 105%;
  background-color: #0a8371;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
.circle-block .circle-wrap .single-circle span {
  font-size: 12px;
}
@media screen and (max-width: 601px) {
  .circle-block .circle-wrap .single-circle span {
    font-size: 9px;
  }
}
.circle-block .circle-wrap .single-circle .number {
  font-weight: 700;
  font-size: 25px;
}
footer {
  padding-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  background: #000;
}
@media screen and (max-width: 749px) {
  footer {
    padding-bottom: 30px;
  }
}
footer .logo {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 850px) {
  footer .logo {
    align-items: center;
  }
}
footer .logo img {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 850px) {
  footer .logo img {
    max-width: calc(130px + (180 - 130) * ((100vw - 320px) / (850 - 320)));
  }
}
footer .logo p {
  max-width: 330px;
}
footer .logo ul {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 850px) {
  footer .logo ul {
    margin-left: 30px;
  }
}
footer .logo ul li {
  position: relative;
  padding-left: 20px;
}
footer .logo ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
footer .logo ul li a {
  color: #fff;
  font-size: 13px;
}
footer .logo ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  footer .content {
    display: none;
  }
}
footer .terms a {
  color: #fff;
  display: inline-block;
  margin: 10px 0;
}
footer .grid {
  display: grid;
  grid-template-columns: 30% auto;
  grid-gap: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 850px) {
  footer .grid {
    grid-template-columns: auto;
  }
}
footer p {
  font-size: 13px;
}
.copyright {
  color: #111;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 850px) {
  .copyright {
    font-size: 8px;
  }
}
.nav-disclaimer {
  padding: 5px 15px;
  text-align: center;
  font-size: 10px;
}
@media only screen and (max-device-width: 1023px) {
  .nav-disclaimer {
    font-size: 8px;
  }
}
.nav-disclaimer p {
  text-align: center;
}
.nav-disclaimer a {
  color: #111;
  text-decoration: underline;
}
#main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  transition: all 0.4s ease;
  height: 65px;
  background-color: #000;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  #main-nav {
    padding: 0;
    height: 55px;
  }
}
#main-nav.fix-nav {
  height: 80px;
  box-shadow: 0 2px 5px #444;
}
#main-nav.fix-nav .logo img {
  max-width: 150px;
}
#main-nav .nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-nav .logo a {
  display: flex;
}
#main-nav .logo a img {
  max-width: 100%;
  transition: all 0.5s ease;
}
#main-nav .nav-list-wrap {
  display: flex;
  align-items: center;
}
#main-nav .nav-list-wrap .nav-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #main-nav .nav-list-wrap .nav-list {
    justify-content: center;
    flex-direction: column;
  }
}
#main-nav .nav-list-wrap .nav-list li {
  position: relative;
}
#main-nav .nav-list-wrap .nav-list li a {
  color: #f6faff;
  display: inline-block;
  padding: 10px 25px;
  padding-right: calc(15px + (25 - 15) * ((100vw - 1024px) / (1920 - 1024)));
  padding-left: calc(15px + (25 - 15) * ((100vw - 1024px) / (1920 - 1024)));
  font-weight: 600;
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  #main-nav .nav-list-wrap .nav-list li a {
    font-size: 15px;
  }
}
#main-nav .nav-list-wrap .nav-list li a:hover {
  text-decoration: underline;
}
#main-nav .nav-list-wrap .nav-list li a.cta-nav-btn {
  background-color: #0a8371;
  display: inline-block;
  padding-top: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  padding-right: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding-left: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease;
}
#main-nav .nav-list-wrap .nav-list li a.cta-nav-btn:hover {
  background-color: rgba(10, 131, 113, 0.8);
}
@media screen and (max-width: 749px) {
  #main-nav .nav-list-wrap .nav-list li a.cta-nav-btn {
    margin-top: 15px;
  }
}
#main-nav .nav-list-wrap .nav-list li:last-child a {
  padding-right: 0;
}
#menu__toggle {
  display: none;
}
@media screen and (max-width: 850px) {
  #menu__toggle {
    display: block;
    opacity: 0;
    z-index: 7;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
  }
  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 30px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 11;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #000;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition-duration: 0.5s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
}
.privacy-wrapper {
  margin-top: 50px;
  margin-bottom: 45px;
}
.privacy-wrapper .title {
  font-size: 40px;
  margin: 30px 0;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .privacy-wrapper .title {
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1100 - 320)));
  }
}
.privacy-wrapper .grid {
  padding: 30px;
  padding-top: 0;
  font-size: 14px;
}
.privacy-wrapper .grid .privacy-single-wrap {
  margin-bottom: 15px;
}
.privacy-wrapper .grid .privacy-single-wrap .content {
  margin-left: 25px;
  margin-top: 10px;
}
.privacy-wrapper .grid .privacy-single-wrap .sub-content {
  margin-left: 20px;
  margin-bottom: 15px;
}
.inner-title {
  font-size: 40px;
  margin: 45px 0;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .inner-title {
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1100 - 320)));
  }
}
.guides-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 45px 0 75px;
  grid-row-gap: calc(30px + (80 - 30) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 850px) {
  .guides-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 601px) {
  .guides-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.guides-wrapper .card {
  box-shadow: 0 2px 10px rgba(153, 153, 153, 0.5);
  background-color: rgba(24, 30, 114, 0.03);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
  color: #000;
}
.guides-wrapper .card:hover {
  box-shadow: 0 2px 10px rgba(153, 153, 153, 0.8);
  transform: translateY(-8px);
}
.guides-wrapper .card:hover .card-btn {
  background-color: #0a8371 !important;
}
.guides-wrapper .card img {
  width: 100%;
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 601px) {
  .guides-wrapper .card img {
    height: 210px;
  }
}
.guides-wrapper .card .content {
  padding: 25px;
}
.guides-wrapper .card .content .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .guides-wrapper .card .content p {
    font-size: 13px;
  }
}
.guides-wrapper .card .content .card-btn {
  background-color: #000;
  display: block;
  color: #f6faff;
  padding: 12px 20px;
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s ease;
  border-radius: 10px;
  margin-top: 25px;
}
.avis-grid .avis-button {
  position: relative;
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-gap: 30px;
  padding: 45px calc(25px + (25 - 25) * ((100vw - 1024px) / (1920 - 1024)));
  background: rgba(24, 30, 114, 0.03);
  border-radius: 10px;
  box-shadow: 0 2px 10px #ccc;
  color: #000;
  transition: all 0.5s ease;
  min-height: 257px;
  margin-bottom: calc(30px + (60 - 30) * ((100vw - 1024px) / (1920 - 1024)));
}
@media screen and (max-width: 749px) {
  .avis-grid .avis-button {
    grid-template-columns: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.avis-grid .avis-button:last-child {
  margin-bottom: 75px;
}
.avis-grid .avis-button:hover {
  box-shadow: 0 2px 10px #999;
  transform: translateY(-8px);
}
.avis-grid .avis-button:hover .button-black {
  background-color: #0a8371 !important;
}
.avis-grid .avis-button .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .avis-grid .avis-button .logo {
    margin-top: 20px;
  }
}
.avis-grid .avis-button .content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.avis-grid .avis-button .content-box .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .avis-grid .avis-button .content-box .title {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
  }
}
.avis-grid .avis-button .content-box span {
  font-weight: 600;
  color: #0a8371;
  transition: all 0.5s ease;
}
.avis-grid .avis-button .content-box span:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .avis-grid .avis-button .content-box p {
    font-size: 13px;
  }
}
.avis-grid .avis-button .content-box .button-black {
  background-color: #000;
  display: block;
  color: #f6faff;
  padding: 15px 35px;
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s ease;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 25px;
}
@media screen and (max-width: 749px) {
  .avis-grid .avis-button .content-box .button-black {
    margin: 25px auto 0;
  }
}
.avis-grid .avis-button .content-box .button-black:hover {
  text-decoration: none;
}
.article-title-box {
  display: grid;
  grid-template-columns: auto 31.6%;
}
@media screen and (max-width: 749px) {
  .article-title-box {
    grid-template-columns: auto;
    text-align: center;
  }
}
.article-grid {
  display: grid;
  grid-template-columns: auto 31.6%;
  grid-gap: 30px;
}
@media screen and (max-width: 749px) {
  .article-grid {
    grid-template-columns: auto;
  }
}
.article-grid .main-article p {
  text-align: justify;
}
@media screen and (max-width: 749px) {
  .article-grid .main-article p {
    font-size: 13px;
  }
}
.article-grid .main-article .featured-photo img {
  height: 350px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgb(204 204 204 / 50%);
}
@media screen and (max-width: 601px) {
  .article-grid .main-article .featured-photo img {
    height: 225px;
  }
}
.article-grid .main-article article .title {
  font-size: calc(18px + (22 - 18) * ((100vw - 1024px) / (1920 - 1024)));
  font-weight: 700;
  margin: 30px 0;
  line-height: 1;
}
.article-grid .main-article article .content-btn {
  background: transparent;
  -webkit-box-shadow: inset 0 -6px #ffd600;
  box-shadow: inset 0 -6px #ffd600;
  line-height: 12px;
  color: #212222;
  transition: all .5s ease;
}
.article-grid .main-article article .content-btn:hover {
  text-decoration: underline 3px;
  background: transparent;
  -webkit-box-shadow: inset 0 -6px #ffd600;
  box-shadow: inset 0 -30px #ffd600;
  line-height: 12px;
  color: #212222;
  transition: all .5s ease;
}
@media screen and (max-width: 749px) {
  .article-grid .side-bar {
    margin-bottom: 45px;
  }
}
.article-grid .side-bar .widget-wrap {
  padding: 30px;
  background-color: rgba(24, 30, 114, 0.03);
  border-radius: 15px;
}
.article-grid .side-bar .widget-wrap .title {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .article-grid .side-bar .widget-wrap .title {
    font-size: 16px;
  }
}
.article-grid .side-bar .widget-wrap a {
  background-color: #f6faff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 10px;
  padding-right: 0;
  color: #000;
  transition: all 0.5s ease;
}
.article-grid .side-bar .widget-wrap a:hover {
  box-shadow: 0 5px 10px #ccc;
}
.article-grid .side-bar .widget-wrap a:hover .arrow {
  background-color: #000;
}
.article-grid .side-bar .widget-wrap a:not(:last-child) {
  margin-bottom: 15px;
}
.article-grid .side-bar .widget-wrap a .widget-logo {
  display: flex;
  align-items: center;
}
.article-grid .side-bar .widget-wrap a .widget-logo img {
  max-width: 35px;
  margin-right: 15px;
}
.article-grid .side-bar .widget-wrap a .arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a8371;
  color: #f6faff;
  margin-right: -15px;
  font-size: 12px;
  transition: all 0.5s ease;
}
.article-grid .side-bar .widget-wrap .view-btn {
  background-color: #000;
  color: #f6faff;
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin: 20px auto 0;
  padding: 15px 35px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.article-grid .side-bar .widget-wrap .view-btn:hover {
  background-color: #0a8371;
}
.article-grid .author-wrap {
  border-top: 1px solid rgba(24, 30, 114, 0.1);
  margin-top: 50px;
  padding-top: 30px;
  margin-bottom: 75px;
}
@media screen and (max-width: 749px) {
  .article-grid .author-wrap {
    margin-bottom: 30px;
  }
  .article-grid .author-wrap p {
    font-size: 11px;
  }
}
.article-grid .author-wrap .author {
  display: flex;
  align-items: center;
}
.article-grid .author-wrap .author img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid rgba(24, 30, 114, 0.1);
}
.article-grid .author-wrap .author .author-name p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.article-grid .author-wrap .author .author-name p a {
  color: #0a8371;
  pointer-events: none;
}
.must-read-block {
  background-color: rgba(24, 30, 114, 0.03);
  padding: 30px;
  margin-bottom: 75px;
}
.must-read-block .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.must-read-block .title-wrap .title {
  font-weight: 700;
  font-size: 16px;
}
.must-read-block .title-wrap a {
  color: #0a8371;
  transition: all 0.5s ease;
}
.must-read-block .title-wrap a:hover {
  text-decoration: underline;
}
.must-read-block .read-more-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .must-read-block .read-more-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 601px) {
  .must-read-block .read-more-wrapper {
    grid-template-columns: auto;
  }
}
.must-read-block .read-more-wrapper .read-more {
  background-color: #f6faff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.5);
  transition: all 0.5s ease;
  color: #000;
}
@media screen and (max-width: 850px) {
  .must-read-block .read-more-wrapper .read-more:last-child {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .must-read-block .read-more-wrapper .read-more {
    padding: 20px;
  }
}
.must-read-block .read-more-wrapper .read-more:hover {
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.9);
  transform: translateY(-8px);
}
.must-read-block .read-more-wrapper .read-more:hover .placeholder-btn {
  background-color: #0a8371 !important;
}
.must-read-block .read-more-wrapper .read-more .placeholder-btn {
  display: inline-block;
  background-color: #000;
  padding: 15px 35px;
  color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .must-read-block .read-more-wrapper .read-more .placeholder-btn {
    padding: 10px 15px;
  }
}
.single-rattings-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-gap: 45px;
  padding: 20px calc(25px + (25 - 25) * ((100vw - 1024px) / (1920 - 1024)));
  background: rgba(24, 30, 114, 0.03);
  border-radius: 10px;
  box-shadow: 0 2px 10px #ccc;
  color: #000;
  transition: all 0.5s ease;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .single-rattings-card {
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
  }
}
.single-rattings-card:not(:last-child) {
  margin: calc(30px + (40 - 30) * ((100vw - 1024px) / (1920 - 1024))) 0;
}
.single-rattings-card:hover {
  box-shadow: 0 2px 10px #999;
}
.single-rattings-card:hover .rattings-button {
  background-color: #0a8371 !important;
  text-decoration: none !important;
}
.single-rattings-card .title-box {
  text-align: left;
}
@media screen and (max-width: 749px) {
  .single-rattings-card .title-box {
    display: none;
  }
}
.single-rattings-card .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.single-rattings-card .logo img {
  max-width: 85px;
  width: 100%;
}
.single-rattings-card .star-wrap {
  padding: 0 25px;
}
.single-rattings-card .star-wrap .point {
  font-size: 40px;
}
.single-rattings-card .star-wrap .stars {
  color: #fcd205;
  font-size: calc(20px + (23 - 20) * ((100vw - 1024px) / (1920 - 1024)));
}
.single-rattings-card .button-wrap {
  text-align: right;
}
.single-rattings-card .button-wrap .text-mobile {
  display: none;
}
@media screen and (max-width: 749px) {
  .single-rattings-card .button-wrap {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
    border-left: 1px solid rgba(24, 30, 114, 0.1);
    padding-left: 15px;
  }
  .single-rattings-card .button-wrap .text-mobile {
    display: block;
  }
}
.single-rattings-card .button-wrap .rattings-button {
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: calc(7px + (15 - 7) * ((100vw - 1024px) / (1920 - 1024)))
    calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024)));
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
  text-decoration: none;
  padding: 14px 25px;
}
@media only screen and (max-device-width: 1023px) {
  .single-rattings-card .button-wrap .rattings-button {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.pros-cons-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 601px) {
  .pros-cons-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pros-cons-wrapper ul li {
  padding-left: 25px;
  position: relative;
}
.pros-cons-wrapper ul li::before {
  font-weight: 900;
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  color: #0a8371;
}
@media screen and (max-width: 749px) {
  .pros-cons-wrapper ul li {
    font-size: 13px;
  }
}
.pros-cons-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pros-cons-wrapper .right-col ul li::before {
  content: "";
  color: red;
}
.at-a-glance-wrapper {
  background-color: rgba(24, 30, 114, 0.03);
  border-radius: 10px;
  padding: 45px calc(25px + (25 - 25) * ((100vw - 1024px) / (1920 - 1024)));
  margin-top: 50px;
  margin-bottom: 50px;
}
.at-a-glance-wrapper .rattings-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(24, 30, 114, 0.1);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.at-a-glance-wrapper .rattings-title .title {
  margin: 0;
  font-size: 40px;
}
.at-a-glance-wrapper .rattings-title .score-wrap .score {
  font-size: calc(32px + (70 - 32) * ((100vw - 1024px) / (1920 - 1024)));
  font-weight: 700;
  display: flex;
  line-height: 1;
}
@media only screen and (max-device-width: 1023px) {
  .at-a-glance-wrapper .rattings-title .score-wrap .score {
    font-size: 32px;
  }
}
@media screen and (max-width: 601px) {
  .at-a-glance-wrapper .rattings-title .score-wrap .score {
    font-size: 30px;
  }
}
.at-a-glance-wrapper .rattings-title .score-wrap .score sup {
  font-size: 30%;
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  .at-a-glance-wrapper .rattings-title .score-wrap .score sup {
    font-size: 50%;
    margin-top: 0;
  }
}
.at-a-glance-wrapper .single-rattings-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 601px) {
  .at-a-glance-wrapper .single-rattings-wrap {
    grid-template-columns: auto;
  }
}
.at-a-glance-wrapper .single-rattings-wrap .rattings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(24, 30, 114, 0.1);
  padding-bottom: 25px;
}
.at-a-glance-wrapper .single-rattings-wrap .rattings .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0;
  padding-right: 25px;
}
.at-a-glance-wrapper .single-rattings-wrap .rattings .title span {
  margin-top: 5px;
  font-size: 80%;
  font-weight: normal;
  display: block;
}
.at-a-glance-wrapper .single-rattings-wrap .rattings .score {
  font-size: 32px;
  line-height: 1;
}
.stick-button-wrapper {
  max-width: 450px;
  width: 100%;
  margin: 50px auto 0;
}
.stick-button-wrapper a {
  background-color: #0a8371;
  border-radius: 10px;
  display: block;
  color: #fff;
  text-align: center;
  padding: calc(7px + (15 - 7) * ((100vw - 1024px) / (1920 - 1024)))
    calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024)));
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
  text-decoration: none;
  padding: 14px 25px;
}
.stick-button-wrapper a:hover {
  background-color: #000;
}
/*# sourceMappingURL=main.css.map */

.logo-review {
  border-radius: 15px;
}

.logo-sidebar {
  border-radius: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.read-more img {
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 15px;
}

.read-more-p {
  font-weight: 600;
  color: #030303;
}

/* mobile star warp */
.mobile-start-wrap{
  display: none;
}

@media screen and (max-width: 749px) {
  .mobile-start-wrap{
    display: block;
    margin-top: 25px;
  }
  .mobile-start-wrap .stars{
    color: #fcd205;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .mobile-start-wrap .stars i{
    margin-right: 2px;
  }
  .mobile-start-wrap .stars i:last-child{
    margin-right: 0;
  }
  .mobile-start-wrap p{
    font-size: 9px;
    margin-top: 5px;
    text-align: center;
  }
  .bank-card-block.primary-container, .primary-container.choose-bank{
    padding: 0 2%;
  }
  .bank-card .list-wrap .title-box .title{
    font-size: 12px;
  }
}