@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html,
body {
  height: 100%;
  min-width: 375px;
}

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wrapper-cont {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main-cont {
  flex: 1 1 auto;
  overflow: hidden;
}

body {
  font-size: 18px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  overflow: auto !important;
  padding-right: 0 !important;
  color: #1C1C1C;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 400;
  line-height: normal;
  font-family: "IBM Plex Sans", sans-serif;
  color: #1C1C1C;
  font-size: clamp(36px, 6.0606060606vw, 80px);
}

h2 {
  font-weight: 400;
  line-height: normal;
  font-family: "IBM Plex Sans", sans-serif;
  color: #1C1C1C;
  font-size: clamp(26px, 3.7878787879vw, 50px);
}

h3 {
  font-size: clamp(24px, 3.1818181818vw, 42px);
  font-weight: 400;
  line-height: normal;
  font-family: "IBM Plex Sans", sans-serif;
}

h4 {
  font-size: clamp(18px, 2.4242424242vw, 32px);
  line-height: normal;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
}
@media (max-width: 576px) {
  h6 {
    font-size: 16px;
  }
}

header {
  padding: 34px;
}

.bg {
  background-color: #F3F9FF;
}

.gradient-text {
  background: var(--logo-grad, linear-gradient(152deg, #50E6EF 0%, #A22FE8 101.41%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.gradient-text-2 {
  background: var(--logo-grad, linear-gradient(152deg, #53BBE7 0%, #A22FE8 101.41%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

a:hover {
  color: inherit;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  font-weight: 600;
  color: #1c1c1c;
}

.mt-90 {
  margin-top: 90px;
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .mt-80 {
    margin-top: 50px;
  }
}

.mt-60 {
  margin-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-lg-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-lg-40 {
    margin-bottom: 24px;
  }
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-40 {
  padding: 40px;
}
@media (max-width: 768px) {
  .p-40 {
    padding: 24px;
  }
}

@media (max-width: 1200px) {
  .mb-sm-40 {
    margin-bottom: 40px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-120 {
  padding-top: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .mb-150 {
    margin-bottom: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .mb-110 {
    margin-bottom: 70px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fs-16 {
  font-size: 16px;
}

.main-color {
  color: #6875F3 !important;
}

.gray-color {
  color: #515151;
}

.nav-link {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .nav-link {
    font-size: 16px;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icon/burger-btn.svg");
}

.navbar-nav.active .nav-item .nav-link.show {
  outline: none;
}

textarea,
input:focus {
  outline: 0;
}

textarea {
  height: fit-content;
  min-height: 56px;
}
textarea::placeholder {
  color: #1C1C1C;
}
textarea::-webkit-scrollbar {
  width: 6px;
}
textarea::-webkit-scrollbar-track {
  border-radius: 5px;
}
textarea::-webkit-scrollbar-thumb {
  background: #B5B5B5;
  border-radius: 5px;
}
textarea::-webkit-scrollbar-thumb:hover {
  background: #dad6bf;
}

.contact-wrapper {
  background-image: url("../img/img-bg/contact-bg.png");
  background-position: 450px -200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F3F9FF;
  min-height: 100vh;
  overflow: hidden;
}

.faq-wrapper {
  background-image: url("../img/img-bg/blure-color2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F3F9FF;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .faq-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contact-banner {
  background-color: #7B86EC;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .contact-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contact-banner-alt {
  padding: 80px 40px 80px 80px;
  background-color: #7B86EC;
  border-radius: 20px;
}
.contact-banner-alt__title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-banner-alt__title {
    margin-bottom: 24px;
  }
}
.contact-banner-alt__text {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contact-banner-alt__text {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .contact-banner-alt {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .contact-banner-alt {
    padding: 40px 24px;
  }
}
@media (max-width: 576px) {
  .contact-banner-alt {
    padding: 40px 12px;
  }
}

.arrow-btn {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .arrow-btn {
    width: 45px;
    height: 45px;
  }
}

.contact-main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin: 100px 0 0;
}
@media (max-width: 991px) {
  .contact-main {
    min-height: auto;
  }
}

textarea.input-contact__item {
  height: 106px;
}
@media (max-width: 768px) {
  textarea.input-contact__item {
    height: auto;
  }
}

.contact-main-form {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: inherit;
  padding: 40px;
}
@media (max-width: 991px) {
  .contact-main-form {
    padding: 20px;
  }
}

.main-btn {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  background-image: linear-gradient(90deg, #6454F0, #6EE2F5, #6454F0, #6EE2F5);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 135px;
  color: #fff;
  border: none;
  height: 55px;
  background-size: 300% 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn:hover {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-btn-alt {
  position: relative;
  padding: 13px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #0261D0;
  transition: all 1.6s ease-in-out;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 150px;
  color: #fff;
  border: none;
  height: 55px;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
.main-btn-alt:hover {
  color: #fff;
}
.main-btn-alt:hover::before {
  animation: shine 1.2s ease-out;
}
.main-btn-alt::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

.aqua-btn {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 16px 32px;
  background-color: #6EE2F5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C1C1C;
  outline: none;
  overflow: hidden;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .aqua-btn {
    padding: 8px 42px;
    height: 45px;
  }
}
.aqua-btn:hover::before {
  animation: shine 1.2s ease-out;
}
.aqua-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.main-btn.nav-btn {
  padding: 6px 16px;
  height: 37px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.main-btn.nav-btn:hover {
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  color: #fff;
}
@media (max-width: 991px) {
  .main-btn.nav-btn {
    min-width: 100%;
    opacity: 1;
    pointer-events: inherit;
  }
}

.nav-btn-wrapper {
  display: flex;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .nav-btn-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

.opacity-animation {
  opacity: 1 !important;
  pointer-events: inherit !important;
}

.main-img {
  max-width: 100%;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navbar-nav {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  max-width: 710px;
}
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 24px;
  }
}

.navbar-nav.active .nav-item .nav-link.show {
  color: #1C1C1C;
  font-weight: 500;
}
.navbar-nav.active .nav-item .nav-link {
  color: #8C8C8C;
  font-weight: 400;
}

.decor-header {
  height: 1px;
  width: 100%;
  position: absolute;
  background: #1c1c1c;
  top: 50px;
  max-width: 700px;
}
@media (max-width: 991px) {
  .decor-header {
    display: none;
  }
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.main-btn-white {
  border: 1px solid #212121;
}
.error__text {
  color: #dc3545;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}

.footer-copy-wrapper {
  align-items: center;
  border-top: 0.5px solid var(--Grey, #8C8C8C);
  padding-top: 8px;
}
@media (max-width: 768px) {
  .footer-copy-wrapper {
    border-top: none;
    padding-top: 0;
  }
}

footer {
  background-color: #E9F2FB;
}

.legal {
  color: #515151;
  font-size: 14px;
}

.footer-copy {
  font-size: 14px;
  color: #515151;
}

.footer-link {
  padding-bottom: 16px;
}
.footer-link a {
  font-size: 16px;
  color: #515151;
  text-decoration: none;
}
.footer-link a:hover {
  color: #1c1c1c;
  font-weight: 500;
}

.list-unstyled {
  margin-bottom: 0;
}

.footer-contact {
  max-width: 400px;
  margin: 0 auto 16px;
}

.input-contact {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .input-contact {
    margin-bottom: 20px;
  }
}
.input-contact__item {
  outline: none;
  width: 100%;
  border: none;
  font-size: 20px;
  padding: 10px 0 4px;
  resize: none;
  background-color: transparent;
  border-bottom: 1px solid #1c1c1c;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 45px;
}
.input-contact__item::-webkit-input-placeholder {
  color: #1c1c1c !important;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.input-contact__item:-moz-placeholder {
  color: #1c1c1c !important;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.input-contact__item::-moz-placeholder {
  color: #1c1c1c !important;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.input-contact__item:-ms-input-placeholder {
  color: #1c1c1c !important;
  font-family: "IBM Plex Sans", sans-serif !important;
}

.error-field .input-contact__item {
  border-bottom: 1px solid #dc3545;
}
.error-field .input-contact__item::placeholder {
  color: #dc3545;
}

.input-contact__item::placeholder {
  color: #1c1c1c;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}

.recaptcha-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}

.navbar-toggler {
  border-radius: 0;
  padding: 8px;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-brand {
  padding: 0;
  position: relative;
  z-index: 1100;
}
.navbar-brand img {
  height: 45px;
  width: 160px;
}

.dropdown {
  min-width: 182px;
}

.laptop {
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../img/icon/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 14px;
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #1c1c1c;
  border-radius: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1c1c1c;
  font-size: 18px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-bottom: 1px solid #1c1c1c;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 45px;
  background: transparent;
}

.select2-dropdown {
  border: none;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  z-index: 1061;
}

.show {
  display: block;
}
@media (max-width: 991px) {
  .show {
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .nav-item.dropdown {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .dropdown-toggle.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.dropdown-toggle::after {
  content: none;
}

.icon-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-toggle span {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #1C1C1C;
  border-radius: 24px;
  position: absolute;
  transition: transform 0.3s ease;
}

.dropdown-toggle.nav-link.show .icon-toggle .minus {
  transform: rotate(90deg);
}

.modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 2px 10px 2px rgba(154, 154, 154, 0.25);
}

.modal-title {
  text-transform: uppercase;
  text-align: center;
}

.modal-header {
  flex-direction: column-reverse;
  border-bottom: none;
  padding-bottom: 4px;
}

.modal-body {
  text-align: center;
  padding-bottom: 0;
}
.modal-body p {
  margin-bottom: 0;
}

.modal-footer {
  border-top: none;
  justify-content: center;
  padding: 40px 0;
}

.alerts-img-5 {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.alerts-img-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list {
  list-style: none;
}
.list .item-select {
  background-color: rgba(176, 194, 255, 0.13);
  border-radius: 10px;
}
.list__item {
  margin-bottom: 20px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.list__item_num {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #4B7EFF;
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.offcanvas-header {
  justify-content: end;
  position: relative;
  top: 12px;
}

.offcanvas-top {
  height: fit-content;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.offcanvas-top.show {
  opacity: 1;
}

.offcanvas {
  z-index: 100;
}

.offcanvas-body {
  margin-top: 24px;
  border-top: 1px solid #1c1c1c;
}
@media (max-width: 991px) {
  .offcanvas-body {
    border-top: none;
  }
}

.offcanvas-list {
  list-style: none;
}
.offcanvas-list__item {
  font-weight: 400;
  font-size: 16px;
  color: #1c1c1c;
}

.offcanvas-body-wrapper {
  max-width: 570px;
  margin: 0 auto;
}

.navbar {
  background: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  padding: 8px 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (max-width: 991px) {
  .navbar {
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  }
}
.navbar:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}

.navbar-scroll {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0.9s;
  transition-timing-function: ease;
}

.dropdown-menu {
  min-width: 9rem !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(2, 97, 208, 0.06);
  background: #FFF;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.12);
  transition: 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    height: fit-content;
    box-shadow: none;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 992px) {
  .dropdown-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .dropdown-menu.show {
    max-height: 500px;
  }
}
.dropdown-item {
  padding: 12px;
  color: #1c1c1c;
  margin-bottom: 8px;
  font-weight: 500;
}
.dropdown-item:last-child {
  margin-bottom: 0;
}
.dropdown-item:hover {
  color: #0261D0;
  border-radius: 12px;
  background: #F3F9FF;
}
@media (max-width: 991px) {
  .dropdown-item {
    padding: 6px 12px;
    font-weight: 400;
  }
  .dropdown-item:hover {
    background: transparent;
    color: #1c1c1c;
    font-weight: 500;
  }
}

.main-style-nav {
  background-color: #F3F9FF;
}

.blure-stain {
  overflow: hidden;
}
.blure-stain__img {
  position: absolute;
  right: 88px;
  top: 96px;
}
.blure-stain__img2 {
  position: absolute;
  right: -351px;
  top: -238px;
}

.block-illustration {
  display: flex;
  align-items: center;
  background-image: url("../img/img-bg/block-illustration-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.block-illustration2 {
  display: flex;
  align-items: center;
  background-image: url("../img/img-bg/block-illustration2-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.hexagon-center {
  position: absolute;
  width: 509px;
  height: 530px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -150%);
}

.rot-wrapper {
  position: absolute;
  top: 50%;
  width: 1200px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hexagon-rot {
  animation: 10s linear 0s normal none infinite running rot;
  -webkit-animation: 60s linear 0s normal none infinite running rot;
}

.management-system {
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 991px) {
  .management-system {
    padding: 20px;
    min-height: 180px;
  }
}
.management-system__text {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 500;
  color: #515151;
  text-align: center;
}

.grid-item-big {
  height: 490px;
}

.grid-item-middle {
  height: 250px;
}

.grid-item-small {
  height: 130px;
}

.grid-item-small {
  height: 130px;
}

.hexagon-decor1,
.hexagon-decor2,
.hexagon-decor3 {
  bottom: 0;
  left: 0;
}

.hexagon-decor2 {
  bottom: 60px;
  left: 70px;
  animation: hexagon-animation1 1.5s ease-in-out;
}

.hexagon-decor1 {
  bottom: 123px;
  left: 159px;
  animation: hexagon-animation2 1.5s ease-in-out;
}

@keyframes hexagon-animation1 {
  0% {
    bottom: 0;
    left: 0;
  }
  100% {
    bottom: 60px;
    left: 70px;
  }
}
@keyframes hexagon-animation2 {
  0% {
    bottom: 0;
    left: 0;
  }
  100% {
    bottom: 123px;
    left: 159px;
  }
}
.swiper-pagination-blog .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/pagination-line.svg") !important;
  background-size: cover;
  width: 32px;
  height: 2px;
}

.benefits1,
.benefits2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .benefits1,
  .benefits2 {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .benefits1,
  .benefits2 {
    padding: 40px 0;
  }
}

.chargeback {
  background-image: url("../img/img-bg/chargeback-bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .chargeback {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .chargeback {
    padding: 40px 0;
  }
}

.email-notifications {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: var(--logo-grad, linear-gradient(152deg, #66F4FD 0%, #A22FE8 101.41%));
  padding: 80px 0;
}
@media (max-width: 768px) {
  .email-notifications {
    padding: 60px 0;
  }
}

.email-notifications-title {
  text-align: center;
}

.email-benefits-list-img {
  max-width: 369px;
  position: relative;
}
.email-benefits-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

.notifications-height {
  height: 475px;
}
@media (max-width: 576px) {
  .notifications-height {
    height: inherit;
    padding-bottom: 60px;
  }
}

.email-banner {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 40px;
}
.email-banner .banner-notif {
  object-fit: none;
}
.email-banner .banner-template {
  position: absolute;
  left: 40px;
  bottom: -10px;
}
@media (max-width: 1400px) {
  .email-banner .banner-template {
    width: 190px;
    left: 5px;
    bottom: 18px;
  }
}
@media (max-width: 1200px) {
  .email-banner .banner-template {
    left: 0;
    bottom: 18px;
  }
}
@media (max-width: 991px) {
  .email-banner .banner-template {
    left: 66px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .email-banner .banner-template {
    left: 32px;
    bottom: 20px;
    width: 145px;
  }
}
@media (max-width: 576px) {
  .email-banner .banner-template {
    width: 118px;
    left: 15px;
    bottom: -35px;
  }
}
.email-banner .banner-template2 {
  position: absolute;
  right: 52px;
  bottom: 15px;
}
@media (max-width: 1400px) {
  .email-banner .banner-template2 {
    width: 190px;
    bottom: 35px;
  }
}
@media (max-width: 1200px) {
  .email-banner .banner-template2 {
    width: 190px;
    bottom: 34px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .email-banner .banner-template2 {
    width: 219px;
    bottom: 33px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .email-banner .banner-template2 {
    width: 160px;
    bottom: 45px;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .email-banner .banner-template2 {
    width: 135px;
    right: 33px;
    bottom: -32px;
  }
}

.benefits1 {
  background-image: url("../img/benefits/benefits-bg.png");
  background-size: contain;
  background-position: center;
  min-height: 743px;
}

.benefits2 {
  background-image: url("../img/benefits/benefits-bg2.png");
  background-size: cover;
}

.img-tablet {
  position: absolute;
  left: -110px;
  top: 0;
  width: 743px;
}
@media (max-width: 1200px) {
  .img-tablet {
    left: -205px;
  }
}
@media (max-width: 991px) {
  .img-tablet {
    position: relative;
    left: -110px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .img-tablet {
    position: relative;
    left: -110px;
    margin-bottom: 40px;
    width: 650px;
  }
}
@media (max-width: 576px) {
  .img-tablet {
    position: relative;
    left: -110px;
    margin-bottom: 40px;
    width: 470px;
  }
}

.client-settings {
  background-image: url("../img/img-bg/client-settings-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  padding-bottom: 80px;
}

.subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #1c1c1c;
  margin-right: 28px;
}
@media (max-width: 1200px) {
  .subtitle {
    margin-right: 0;
  }
}

.settings-banner {
  border-radius: 20px;
  border: 0.5px solid transparent;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) padding-box, linear-gradient(152deg, rgba(102, 244, 253, 0.1) 0%, rgba(162, 47, 232, 0.1) 100%) border-box;
}
.settings-banner img {
  padding: 16px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}

.ticker-list {
  display: flex;
  width: 200%;
}
.ticker-list__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  column-gap: 24px;
}

.ticker-time {
  animation: ticker-l 45s linear infinite;
  padding-top: 24px;
}

.ticker-time2 {
  animation: ticker-r 55s linear infinite;
}

.ticker-time3 {
  animation: ticker-l 65s linear infinite;
}

.ticker-time4 {
  animation: ticker-r 75s linear infinite;
}

@keyframes ticker-l {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes ticker-r {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.ticker-img img {
  border-radius: 20px;
}

.ticker-img {
  position: relative;
}
.ticker-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: background-color 0.8s;
}

.ticker-img-blur::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.ticker-img-blur:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.ticker-img-blur2::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.ticker-img-blur2:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.ticker-img-blur3::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.ticker-img-blur3:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.ticker-img-blur4::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.ticker-img-blur4:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.ticker {
  background-image: url("../img/ticker/ticker-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.ticker::after {
  content: "";
  background: linear-gradient(180deg, rgba(12, 37, 75, 0) 0%, #0C254B 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ticker-title {
  position: absolute;
  top: 70%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 1130px;
  text-align: center;
  z-index: 100;
  padding: 0 12px;
}

.anti-fraud-systems {
  background-image: url("../img/anti-fraud-systems/anti-fraud-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .anti-fraud-systems {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .anti-fraud-systems {
    padding: 40px 0;
  }
}

.big-safe-img {
  max-width: 1200px;
  animation: 14s ease-in-out infinite big-safe;
  -webkit-animation: 10s ease infinite big-safe;
  left: -230px;
}

@keyframes big-safe {
  100% {
    top: 0;
    left: -250px;
  }
  50% {
    left: -190px;
    top: -80px;
  }
  0% {
    top: 0;
    left: -250px;
  }
}
.accordion-item-wrapper {
  border: none;
  background: transparent;
  margin-bottom: 16px;
}
.accordion-item-wrapper .accordion-button::after {
  background-image: url("../img/icon/plus-icon.svg");
  width: 24px;
  height: 24px;
  background-size: cover !important;
  margin-top: 5px;
}
.accordion-item-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url("../img/icon/cross-icon.svg");
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  transition: background-color 0.5s ease-in-out;
  border: 1px solid #FFF;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  background: transparent;
  transition: background-color 0.2s ease-in-out;
  padding: 20px 16px;
}
@media (max-width: 576px) {
  .accordion-button {
    padding: 10px 8px;
  }
}

.accordion-body {
  padding: 16px 0;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 576px) {
  .accordion-body {
    font-size: 18px;
  }
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button {
  transition: none;
}

.detection-wrapper {
  display: flex;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.detection-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  .detection-text {
    font-size: 16px;
  }
}

.detection-line {
  max-width: 90%;
  top: 8px;
  animation: 6s linear infinite detection-line;
}

@keyframes detection-line {
  100% {
    top: 8px;
  }
  50% {
    top: 54px;
  }
  0% {
    top: 8px;
  }
}
[data-aos=ticker-aos] {
  transform: rotate(-5deg);
}

[data-aos=ticker-aos].aos-animate {
  transform: rotate(0deg);
}

[data-aos=ticker-wrapper-aos] {
  transform: scale(1.3);
}

[data-aos=ticker-wrapper-aos].aos-animate {
  transform: scale(1);
  transition-duration: 3s !important;
}

.settings-cart {
  text-align: center;
}

.settings-cart-text {
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 0;
}

.fraud-bg {
  background-color: #F3F9FF;
}

.fraud-bg-2 {
  background-image: url("../img/img-bg/fraud-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
}

.num-gradient {
  text-align: right;
  text-shadow: 1px 5px 12px rgba(102, 109, 241, 0.2);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media (max-width: 768px) {
  .num-gradient {
    text-shadow: 1px 2px 3px rgba(102, 109, 241, 0.1);
  }
}

.gradient-border {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #6454F0, #6EE2F5) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
  width: 60px;
  height: 60px;
}

.gradient-border2 {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #6454F0, #6EE2F5) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  padding: 40px;
}

.num-gradient-text {
  font-size: 20px;
  font-weight: 400;
  margin-left: 24px;
}

.online-payment {
  background: rgb(102, 244, 253);
  background: linear-gradient(153deg, rgb(102, 244, 253) 0%, rgb(162, 47, 232) 102%);
}

[data-aos=benefits1] {
  transform: perspective(2500px) rotateY(50deg);
}

[data-aos=benefits1].aos-animate {
  transform: perspective(2164px) rotateY(0);
}

.grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  padding: 24px 12px;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  height: 150px;
}
@media (max-width: 768px) {
  .grid__item {
    height: 106px;
  }
}

.box-shadow {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  height: 100%;
}
@media (max-width: 768px) {
  .box-shadow {
    padding: 16px;
  }
}

.row-g {
  row-gap: 24px;
}
@media (max-width: 768px) {
  .row-g {
    row-gap: 16px;
  }
}

.row-g2 {
  row-gap: 40px;
}
@media (max-width: 991px) {
  .row-g2 {
    row-gap: 20px;
  }
}

.row-g3 {
  row-gap: 16px;
}

.item_5 {
  height: 100%;
  min-height: 280px;
}

.chargeback-main {
  background-image: url("../img/img-bg/chargeback-main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: var(--back, #F3F9FF);
}

.chargebacks-description {
  background: linear-gradient(white, white) padding-box, linear-gradient(152deg, #66F4FD, #A22FE8) border-box;
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 40px;
  box-shadow: 0px 6px 20px 0px rgba(3, 115, 247, 0.06);
}

@media (max-width: 1200px) {
  .chargebacks-banner {
    margin-bottom: 40px;
    text-align: center;
  }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #6454F0 0%, #6EE2F5 100%) border-box;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #1C1C1C;
  font-size: 18px;
}
@media (max-width: 576px) {
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-size: 16px;
  }
}

.nav-pills .nav-link {
  color: #1c1c1c;
  font-size: 18px;
  padding: 6px 3px;
  font-weight: 400;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
  .nav-pills .nav-link {
    max-width: 198px;
  }
}
@media (max-width: 1200px) {
  .nav-pills .nav-link {
    max-width: fit-content;
  }
}
@media (max-width: 768px) {
  .nav-pills .nav-link {
    max-width: 185px;
  }
}
@media (max-width: 576px) {
  .nav-pills .nav-link {
    font-size: 16px;
    max-width: fit-content;
  }
}

.nav-pills {
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  z-index: 0;
  flex-wrap: nowrap;
}
@media (max-width: 576px) {
  .nav-pills {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .nav-pills .nav-item {
    padding: 8px 8px;
  }
}

@media (max-width: 768px) {
  .direct-alert {
    max-width: 350px;
    margin-left: auto;
  }
}

.about-bg {
  background-image: url("../img/img-bg/about-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
}

.about-bg2 {
  background-image: url("../img/img-bg/benefits.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.about-bg3 {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
  background: linear-gradient(0deg, #F9FCFF 0.04%, #F2F6FF 100%);
}
.about-bg3 .about-bg-hex {
  position: absolute;
  left: -90px;
  top: -150px;
}

.numbers {
  color: #fff;
}
.numbers__title {
  font-weight: 700;
  font-size: 60px;
}
.numbers__text {
  font-size: 28px;
}

.aci-numbers__title {
  font-weight: 700;
  font-size: 32px;
  color: #2726DD;
  line-height: normal;
}
.aci-numbers__text {
  font-size: 20px;
  color: #1C1C1C;
  line-height: normal;
}

.orchestration-system {
  padding: 40px;
  max-width: 600px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  margin: auto;
}
.orchestration-system__title {
  color: #8C8C8C;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.orchestration-system__text {
  color: #1C1C1C;
  font-size: 20px;
}

.orchestration-system-bg {
  background-image: url("../img/img-bg/blure-color1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 727px;
  height: 601px;
  position: absolute;
  top: -53px;
  left: -53px;
  z-index: -1;
}

.orchestration-system-bg2 {
  background-image: url("../img/img-bg/blure-color2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 727px;
  height: 601px;
  position: absolute;
  top: -53px;
  right: -53px;
  z-index: -1;
}

.predicts {
  background: var(--logo-grad, linear-gradient(152deg, #66F4FD 0%, #A22FE8 101.41%));
  padding-top: 80px;
  padding-bottom: 80px;
}

.recurring-wrapper {
  padding: 40px;
  border-radius: 40px;
  background: radial-gradient(1143.85% 228% at 0% 0%, #BAD9FA 0%, #DBEFFF 34.11%, #DCEEFF 59.96%, #74ABF0 100%);
  margin-bottom: 28px;
}

.line-decor {
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #6454F0 0%, #6EE2F5 100%);
  margin: auto;
}
@media (max-width: 1400px) {
  .line-decor {
    width: 60px;
  }
}
@media (max-width: 1400px) {
  .line-decor {
    width: 46px;
  }
}

.line-decor-position {
  position: relative;
  top: -18px;
}
@media (max-width: 1200px) {
  .line-decor-position {
    top: -26px;
  }
}
@media (max-width: 991px) {
  .line-decor-position {
    top: -18px;
  }
}

.tab-pane1 {
  height: 210px;
  overflow: auto;
}

.tab-pane2 {
  height: 175px;
  overflow: auto;
}

.box-wrap {
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  font-size: 20px;
  font-weight: 400;
  background: #FFF;
}

.box-wrap.box-wrap-art {
  padding: 40px;
}
@media (max-width: 768px) {
  .box-wrap.box-wrap-art {
    padding: 24px;
  }
}

.bg-green {
  background-color: #6DB115;
}

.bg-orange {
  background-color: #F28900;
}

.bg-blue {
  background-color: #2726DD;
}

.bg-teal {
  background-color: #0096A9;
}

.ethoca-title {
  font-weight: 500;
  color: #6DB115;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  grid-auto-rows: minmax(150px, auto);
  grid-auto-flow: dense;
  gap: 24px;
}
@media (max-width: 1200px) {
  .grid-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(150px, auto);
  }
}
@media (max-width: 991px) {
  .grid-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(150px, auto);
    gap: 24px;
  }
}
.grid-wrapper .grid__col {
  display: grid;
}
@media (max-width: 1200px) {
  .grid-wrapper .grid__col:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 991px) {
  .grid-wrapper .grid__col:last-child {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}

.verify {
  padding: 80px 0;
  background: rgba(242, 137, 0, 0.1);
}

.border-wrapper {
  border-radius: 20px;
  border: 3px solid #F28900;
  padding: 24px;
}

.worldwide {
  padding: 80px 40px;
  background-color: #2726DD;
}

@media (max-width: 991px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb-item a {
  font-size: 18px;
  font-weight: 400;
  color: #515151;
  text-decoration: none;
}
@media (max-width: 768px) {
  .breadcrumb-item a {
    font-size: 16px;
  }
}
.breadcrumb-item:last-child {
  font-weight: 500;
  color: #515151;
}
.breadcrumb-item:last-child a {
  cursor: default;
}
.breadcrumb-item:last-child span {
  font-weight: 500;
  color: #515151;
}

.breadcrumb-item-art a span {
  color: #fff;
  font-weight: 400;
}
.breadcrumb-item-art:last-child a span {
  font-weight: 500;
  color: #fff;
}
.breadcrumb-item-art::before {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item.breadcrumb-item-art::before {
  color: #fff;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: #515151;
}

.breadcrumb-item.text-white a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item.text-white::before {
  color: #fff;
}

.blog-img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  height: 395px;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (max-width: 991px) {
  .blog-img {
    height: auto;
  }
}

.blog-img-art {
  height: 400px;
  min-height: 300px;
}

.blog-wrapper {
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  height: 100%;
}
.blog-wrapper:hover .blog-img img {
  transform: scale(1.05);
}
.blog-wrapper:hover .blog-title {
  background: linear-gradient(90deg, #5465F0 0%, #12B6D1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-wrapper .blog-text {
  height: 82px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-wrapper .blog-text {
    display: none;
  }
}
.blog-wrapper .blog-title {
  height: 37px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-wrapper .blog-title {
    font-size: 18px !important;
    height: auto;
    -webkit-line-clamp: inherit;
    overflow: inherit;
  }
}

.footer-logo {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer-logo {
    margin-bottom: 32px;
  }
}
.footer-logo img {
  height: 45px;
}

.social a {
  text-decoration: none;
}

.footer {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 16px;
}
@media (max-width: 991px) {
  .footer-bottom {
    flex-flow: wrap;
  }
}
@media (max-width: 768px) {
  .footer-bottom {
    row-gap: 32px;
  }
}
.footer-bottom__item1 {
  width: 40%;
}
@media (max-width: 1200px) {
  .footer-bottom__item1 {
    width: 34%;
  }
}
@media (max-width: 991px) {
  .footer-bottom__item1 {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .footer-bottom__item1 {
    width: 100%;
    text-align: center;
    order: 1;
  }
}
@media (max-width: 768px) {
  .footer-bottom__item2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer-bottom__item3 {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .footer-bottom__item3 {
    width: 100%;
    text-align: center;
  }
}
.footer-bottom__item4 {
  display: flex;
  justify-content: end;
  column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 991px) {
  .footer-bottom__item4 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .footer-bottom__item4 {
    justify-content: center;
    width: 100%;
  }
  .footer-bottom__item4 div {
    flex-flow: wrap;
  }
}

.social-heading {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.blog-title {
  font-size: 28px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  color: #1c1c1c;
}

.blog-img-h {
  height: 426px;
}
@media (max-width: 1200px) {
  .blog-img-h {
    height: 389px;
  }
}
@media (max-width: 991px) {
  .blog-img-h {
    height: 412px;
  }
}

.blog-swiper-wrapper {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .blog-swiper-wrapper {
    margin-bottom: 40px;
  }
}

.blog-img-swiper {
  height: auto;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  object-position: right;
}
.blog-img-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog-img-swiper {
    height: 50vh;
    margin-bottom: 20px;
  }
}

.blog-title-swiper {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .blog-title-swiper {
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .blog-title-swiper {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .blog-title-swiper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .blog-title-swiper {
    margin-bottom: 16px;
    font-size: 26px;
  }
}

.blog-title-swiper.blog-title-swiper-9 {
  font-size: 36px;
}
@media (max-width: 1380px) {
  .blog-title-swiper.blog-title-swiper-9 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .blog-title-swiper.blog-title-swiper-9 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .blog-title-swiper.blog-title-swiper-9 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .blog-title-swiper.blog-title-swiper-9 {
    font-size: 26px;
  }
}

.blog-text-swiper {
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
}

.swiper-pagination-blog {
  margin-top: -20px;
  position: relative;
  display: inline;
  z-index: 1;
}
@media (max-width: 991px) {
  .swiper-pagination-blog {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}
.swiper-pagination-blog .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  padding: 7px 0;
}
.swiper-pagination-blog .swiper-pagination-bullet {
  display: inline-block;
  padding: 7px 0;
  border-radius: 0;
  margin: 0 8px !important;
  width: 32px;
  height: 2px;
  opacity: 0.5;
  background: transparent;
}

.swiper-pagination-bullet {
  position: relative;
}

.blog-date,
.blog-text {
  font-family: "IBM Plex Sans", sans-serif;
  color: #1c1c1c;
  font-weight: 400;
}
@media (max-width: 768px) {
  .blog-date,
  .blog-text {
    font-size: 16px;
  }
}

.blog-text-art {
  font-family: "IBM Plex Sans", sans-serif;
  color: #1c1c1c;
  font-weight: 400;
  font-size: 20px;
  min-height: 130px;
}
@media (max-width: 768px) {
  .blog-text-art {
    font-size: 18px;
  }
}

.blog-date {
  font-size: 18px;
}

.article-bg {
  margin-top: 110px;
  padding: 40px;
  border-radius: 24px;
  background-image: url("../img/img-bg/article-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0261D0;
}

.article-bg2 {
  background: var(--f, linear-gradient(90deg, #6454F0 0%, #6EE2F5 100%));
  border-radius: 20px;
  padding: 40px;
}

.list-style {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-style li {
  background-repeat: no-repeat;
  background-position: 1px 2px;
  padding-left: 40px;
}
.list-style__item1 {
  background-image: url("../img/icon/icon-list.svg");
}
.list-style__item2 {
  background-image: url("../img/icon/icon-list2.svg");
}
.list-style__item3 {
  background-image: url("../img/icon/verifi-icon.svg");
}
.list-style__item4 {
  background-image: url("../img/icon/ethoca-icon.svg");
}

.nav-wrapper {
  height: 55px;
}

.nav-desc {
  padding: 10px 0 18px;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  text-decoration: none;
}
.nav-desc span, .nav-desc a {
  width: 100%;
  display: inline-block;
  padding: 4px 0 4px;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  text-decoration: none;
}
.nav-desc__list {
  list-style: none;
  padding-left: 0;
}
.nav-desc__list_item {
  margin-bottom: 6px;
}
.nav-desc__list_item a {
  font-size: 16px;
  font-weight: 400;
  color: #1c1c1c;
  text-decoration: none;
  line-height: normal;
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-desc__list_item a:hover {
  font-weight: 500;
}

.nav-wrapper:hover .nav-line {
  background-color: #1c1c1c;
}

.page-bg {
  background-image: url("../img/img-bg/404-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  padding-bottom: 80px;
  padding-top: 150px;
}

.navbar-color {
  background: #fff !important;
}

.pagination {
  column-gap: 24px;
  font-size: 32px;
  line-height: normal;
}
@media (max-width: 576px) {
  .pagination {
    column-gap: 12px;
    font-size: 24px;
  }
}

.pagination-num.page__numbers.pagination-active {
  border-radius: 8px;
  background: var(--f, linear-gradient(90deg, #6454F0 0%, #6EE2F5 100%));
  padding: 0 12px;
  color: #fff;
}
@media (max-width: 576px) {
  .pagination-num.page__numbers.pagination-active {
    padding: 0 10px;
  }
}

.pagination-num.page__numbers {
  color: #1c1c1c;
}

.pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-arrow svg {
  vertical-align: middle;
}

.bin-wrapper {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  padding: 40px 40px 20px;
}
@media (max-width: 576px) {
  .bin-wrapper {
    padding: 4px;
  }
}

.bin-input-wrapper {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #6454F0, #6EE2F5) border-box;
  border: 1px solid transparent;
  width: 480px;
  height: 305px;
  overflow: hidden;
  box-shadow: 0px 6px 20px 0px rgba(3, 115, 247, 0.06);
  border-radius: 8px;
}
.bin-input-wrapper .bin-input-bg {
  background-color: #F3F9FF;
  padding: 20px;
}
@media (max-width: 576px) {
  .bin-input-wrapper .bin-input-bg {
    padding: 6px;
  }
}
@media (max-width: 768px) {
  .bin-input-wrapper {
    width: 100%;
    height: auto;
  }
}
.bin-input-wrapper .recaptcha-field {
  height: 78px;
}

.bin-input {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  padding: 16px;
  position: relative;
}
.bin-input .error__text {
  position: absolute;
  bottom: 75px;
}
@media (max-width: 576px) {
  .bin-input .error__text {
    bottom: 65px;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .bin-input {
    padding: 6px;
  }
}
.bin-input label {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .bin-input label {
    margin-bottom: 20px;
  }
}
.bin-input label input {
  padding: 12px 16px;
  font-size: 32px;
  font-weight: 400;
  color: #1C1C1C;
  width: 152px;
  border: 1px solid #1C1C1C;
  background: #fff;
  border-radius: 8px;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .bin-input label input {
    padding: 8px 16px;
  }
}

.img-card {
  width: 480px;
  height: 305px;
}
@media (max-width: 768px) {
  .img-card {
    width: auto;
    height: auto;
  }
}

.row-card {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  row-gap: 12px;
}
@media (max-width: 1200px) {
  .row-card {
    flex-direction: column;
  }
}

.card-info {
  border-bottom: 1px solid #1C1C1C;
  padding-bottom: 16px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.card-info .card-info-col {
  font-size: 20px;
  width: 50%;
}

.info-box {
  display: none;
}

.bin-input-wrapper .recaptcha-field {
  position: relative;
}
.bin-input-wrapper .recaptcha-field .error__text {
  bottom: -35px;
}

.error-field {
  position: relative;
}
.error-field input, .error-field .select2-selection--single {
  border-color: #dc3545 !important;
}

.blog-34,
.blog-46,
.blog-47 {
  border: 1px solid #0261D0;
  border-radius: 20px;
}
.blog-34 table,
.blog-46 table,
.blog-47 table {
  overflow: hidden;
  border-radius: 20px;
}
.blog-34 table,
.blog-34 td, .blog-34 th,
.blog-46 table,
.blog-46 td,
.blog-46 th,
.blog-47 table,
.blog-47 td,
.blog-47 th {
  border-collapse: collapse;
}
.blog-34 td, .blog-34 th,
.blog-46 td,
.blog-46 th,
.blog-47 td,
.blog-47 th {
  border-right: 1px solid #0261D0;
  border-bottom: 1px solid #0261D0;
  padding: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-34 td, .blog-34 th,
  .blog-46 td,
  .blog-46 th,
  .blog-47 td,
  .blog-47 th {
    padding: 8px 3px;
    font-size: 14px;
  }
}
.blog-34 td:last-child, .blog-34 th:last-child,
.blog-46 td:last-child,
.blog-46 th:last-child,
.blog-47 td:last-child,
.blog-47 th:last-child {
  border-right: none;
}
.blog-34 tr:last-child td,
.blog-46 tr:last-child td,
.blog-47 tr:last-child td {
  border-bottom: none;
}

.blog-img-47 {
  height: 580px;
}
@media (max-width: 991px) {
  .blog-img-47 {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .blog-img-47 {
    height: 380px;
  }
}

.blog-img-47-1 {
  height: 500px;
}
@media (max-width: 991px) {
  .blog-img-47-1 {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .blog-img-47-1 {
    height: 300px;
  }
}

.list-partners {
  background-color: #C2DEFF;
  position: relative;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .list-partners {
    padding: 24px;
  }
}

.partners-cart {
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .partners-cart {
    padding: 24px;
  }
}
.partners-cart__holder {
  border-radius: 20px;
  background: #F3F9FF;
  padding: 40px;
}
@media (max-width: 768px) {
  .partners-cart__holder {
    padding: 24px;
  }
}

.swiper-pagination.partners-pagination {
  top: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination.partners-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 12px;
  height: 12px;
}
.swiper-pagination.partners-pagination .swiper-pagination-bullet {
  background-color: rgb(81, 81, 81);
}

.offer-bg {
  background-image: url("../img/img-bg/blure-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
}
@media (max-width: 991px) {
  .offer-bg {
    padding: 40px 0 40px;
  }
}

.offer-wrapper {
  min-height: 450px;
  max-width: 480px;
  margin: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .offer-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.offer-wrapper .offer-sub {
  font-size: 16px;
  font-weight: 500;
  color: #515151;
  line-height: 24px;
}

.holder-pay {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .holder-pay {
    margin-bottom: 60px;
  }
}

.calculator {
  padding: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
}
@media (max-width: 991px) {
  .calculator {
    padding: 20px;
  }
}

.range-slider {
  position: relative;
  width: 100%;
  height: 55px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .range-slider {
    height: 30px;
  }
}

.range-slider_input {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  opacity: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .range-slider_input {
    height: 8px;
  }
}

@-moz-document url-prefix() {
  .range-slider {
    overflow: visible;
  }
  .range-slider_input {
    height: 55px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .range-slider_input {
      height: 32px;
    }
  }
}
.range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.range-slider_thumb {
  padding: 9px 20px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0261D0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  z-index: 3;
}
@media (max-width: 768px) {
  .range-slider_thumb {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 10px;
  }
}

.range-slider_line {
  height: 12px;
  width: 100%;
  background-color: #C2DEFF;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .range-slider_line {
    height: 8px;
  }
}

.range-slider_line-fill {
  position: absolute;
  height: 12px;
  width: 0;
  border-radius: 18px;
  background: linear-gradient(90deg, #6454F0 0%, #6EE2F5 100%);
}
@media (max-width: 768px) {
  .range-slider_line-fill {
    height: 8px;
  }
}

.calculator-label {
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
}
@media (max-width: 768px) {
  .calculator-label {
    font-size: 16px;
  }
}

.calculations {
  display: flex;
  flex-direction: column;
  position: relative;
}
.calculations__annual {
  color: #515151;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .calculations__annual {
    font-size: 16px;
  }
}
.calculations__item {
  color: #515151;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.calculations__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .calculations__item {
    font-size: 14px;
  }
}

.calculations__total {
  padding: 12px 24px;
  background-color: #EFF1FE;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .calculations__total {
    flex-direction: column;
    text-align: center;
  }
}
.calculations__total .manager-img {
  width: 217px;
  position: absolute;
  right: 0;
  top: -34px;
}
@media (max-width: 1200px) {
  .calculations__total .manager-img {
    display: none;
  }
}

.contact-us-modal.modal .modal-dialog {
  max-width: 85%;
  margin: 0.5rem auto;
}
@media (max-width: 768px) {
  .contact-us-modal.modal .modal-dialog {
    max-width: 96%;
  }
}
.contact-us-modal.modal .modal-dialog .modal-content {
  border-radius: 0;
  position: relative;
}
.contact-us-modal.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 0;
  padding: 8px;
  border: 1px solid #1c1c1c;
}

.contact-us-modal-wrapper {
  padding: 100px;
}
@media (max-width: 991px) {
  .contact-us-modal-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .contact-us-modal-wrapper {
    padding: 24px 12px;
  }
}

.contact-us-bg {
  background-image: url("../img/img-bg/contact-us-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}
.contact-us-bg .contact-us-socials {
  filter: invert(65%);
  width: 48px;
  height: 48px;
}
.contact-us-bg .contact-us-socials img {
  width: 100%;
}
@media (max-width: 991px) {
  .contact-us-bg {
    padding: 12px;
    align-items: flex-start;
  }
}

.explore-more {
  background-color: #F3F9FF;
  padding: 20px 20px 32px 20px;
  border-radius: 20px;
}
.explore-more .quick-reference {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #AAC5E4;
}
.explore-more .quick-reference:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.explore-more .quick-reference__description {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #1C1C1C;
}
.explore-more .quick-reference__description:hover {
  color: #0261D0;
}

.global-icons {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 20px 0 rgba(3, 115, 247, 0.06);
  column-gap: 16px;
  height: 100%;
  padding: 40px;
}
@media (max-width: 1200px) {
  .global-icons {
    padding: 24px;
  }
}
.global-icons .global-icons-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.global-icons .global-icons-icon-x2 {
  width: 80px;
  height: 80px;
}
.global-icons .global-icons-title {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  flex: 1 1 auto;
  text-align: center;
}
.global-icons .global-icons-text {
  font-size: 18px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 0;
}

.card-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}
.card-wr .card-item,
.card-wr .card-item2 {
  background-color: #63A0DC;
  color: white;
  border-radius: 24px;
  padding: 40px 24px;
}
.card-wr .card-item h5,
.card-wr .card-item2 h5 {
  color: #ffffff;
}
.card-wr .card-item p,
.card-wr .card-item2 p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.card-wr .card-item {
  flex: 1 1 calc(25% - 20px);
  min-width: 220px;
}
.card-wr .card-item2 {
  flex: 1 1 calc(33.33% - 20px);
  min-width: 220px;
}

/*# sourceMappingURL=style.css.map */
