/*
Theme Name: PayTR Theme
Theme URI: https://tazebt.com
Description: TazeBt
Author: Gurhan Gorduk
Author URI: https://tazebt.com
Version: 1.1
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,800;1,900&display=swap%27);

@keyframes sliderProgress {
  0% {
    height: 0;
  }

  to {
    height: calc(100% + 38px);
  }
}

@-webkit-keyframes sliderProgress {
  0% {
    height: 0;
  }

  to {
    height: calc(100% + 38px);
  }
}

@keyframes sliderProgressMobile {
  0% {
    width: 0;
  }

  to {
    width: calc(100% + 38px);
  }
}

@-webkit-keyframes sliderProgressMobile {
  0% {
    width: 0;
  }

  to {
    width: calc(100% + 38px);
  }
}

@-webkit-keyframes mobileHeaderScroll {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mobileHeaderScroll {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-1750px);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (max-width: 560px) {
  html {
    font-size: 45%;
  }
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  line-height: 1;
}

body,
dd,
dl,
figure,
p {
  margin: 0;
}

ol[class],
ul[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  line-height: 1.3;
  font-family: libre-franklin;
  font-size: 1.6rem;
  color: #0f2666;
  background-color: #f6f7f9;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

h1,
h2,
h3 {
  font-weight: 200;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.gap-1 {
  gap: 1rem;
}

.section-container {
  max-width: 120rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .section-container {
    max-width: calc(100% - 40px);
  }
}

.flow-content > * + * {
  margin-top: var(--flow-spacer, 1em) !important;
}

.flow-content.custom-section {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .flow-content.custom-section {
    margin-top: 70px !important;
  }
}

.flow-content .sub-title {
  margin-top: 14px !important;
}

.bold {
  font-weight: 600;
}

.section-title-large {
  font-size: 45px;
  font-weight: 400;
  line-height: 58px;
}

.section-title-large b {
  font-weight: 600;
  display: block;
}

@media (max-width: 768px) {
  .section-title-large {
    font-size: 32px;
    line-height: 38px;
  }
}

.section-title {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    line-height: 36px;
    padding: 0 15px;
  }
}

.section-title.accordion-title {
  font-weight: 700;
  font-size: 28px;
}

@media (max-width: 768px) {
  .section-title.accordion-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .section-title.mobile-style {
    padding: 0;
  }
}

.sub-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

@media (max-width: 768px) {
  .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.sub-title-small {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .sub-title-small {
    font-size: 16px;
    line-height: 26px;
  }
}

.text-small {
  font-size: 1rem;
}

.text-dim {
  opacity: 0.7;
}

.clr-primary-light {
  color: #07b7f6;
}

.divider {
  width: 100%;
  height: 2px;
  background: #e1e4ec;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.fs-400 {
  font-size: 2rem;
}

.fs-500 {
  font-size: 2.2rem;
}

.fs-600 {
  font-size: 2.8rem;
}

.fs-700 {
  font-size: 3.5rem;
}

.footer .footer-content > .right .our-product-container a,
.mobile-hidden {
  display: block;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
}

.desktop-hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .desktop-hidden {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .mobile-hide {
    display: none !important;
  }
}

.mobile-hidden-flex {
  display: flex !important;
}

@media (max-width: 768px) {
  .mobile-hidden-flex {
    display: none !important;
  }
}

.desktop-hidden-flex {
  display: none !important;
}

@media (max-width: 768px) {
  .desktop-hidden-flex {
    display: flex !important;
  }
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
}

.container:not(.is-fluid) {
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 570px;
  }
}

@media only screen and (min-width: 900px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 860px;
  }
}

@media only screen and (min-width: 1200px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1800px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1700px;
  }
}

.container-sm {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .container-sm {
    max-width: 570px;
  }
}

@media only screen and (min-width: 900px) {
  .container-sm {
    max-width: 860px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1800px) {
  .container-sm {
    max-width: 1700px;
  }
}

.container-md {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  .container-md {
    max-width: 860px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-md {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1800px) {
  .container-md {
    max-width: 1700px;
  }
}

.container-lg {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .container-lg {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1800px) {
  .container-lg {
    max-width: 1700px;
  }
}

.container-xl {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}

@media only screen and (min-width: 1800px) {
  .container-xl {
    max-width: 1700px;
  }
}

.main-container {
  padding: 0 7.5rem;
}

@media screen and (max-width: 87.5em) {
  .main-container {
    padding: 0 5.5rem;
  }
}

@media screen and (max-width: 75em) {
  .main-container {
    padding: 0 3.5rem;
  }
}

@media screen and (max-width: 61.9375em) {
  .main-container {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-container {
    padding: 0 1.25rem;
  }
}

.main-container.no-left {
  padding: 0 7.5rem 0 0;
}

@media screen and (max-width: 87.5em) {
  .main-container.no-left {
    padding: 0 5.5rem 0 0;
  }
}

@media screen and (max-width: 75em) {
  .main-container.no-left {
    padding: 0 3.5rem 0 0;
  }
}

@media screen and (max-width: 61.9375em) {
  .main-container.no-left {
    padding: 0 2rem 0 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-container.no-left {
    padding: 0 1.25rem 0 0;
  }
}

.main-container.no-right {
  padding: 0 0 0 7.5rem;
}

@media screen and (max-width: 87.5em) {
  .main-container.no-right {
    padding: 0 0 0 5.5rem;
  }
}

@media screen and (max-width: 75em) {
  .main-container.no-right {
    padding: 0 0 0 3.5rem;
  }
}

@media screen and (max-width: 61.9375em) {
  .main-container.no-right {
    padding: 0 0 0 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-container.no-right {
    padding: 0 0 0 1.25rem;
  }
}

@media screen and (max-width: 61.9375em) {
  .main-container.md-full {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-container.md-full {
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 61.9375em) {
  .main-container.md-no-right {
    padding: 0 0 0 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-container.m-no-right,
  .main-container.md-no-right {
    padding: 0 0 0 1.25rem;
  }

  .main-container.sm-no-container {
    padding: 0;
  }
}

.main,
.main-container.relative {
  position: relative;
}

@media screen and (min-width: 1500px) {
  .main-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
  }
}

table,
td,
th {
  border: 1px solid;
}

table td {
  padding: 10px 12px;
}

table {
  border-collapse: collapse;
}

.header {
  position: fixed;
  background: 0 0;
  z-index: 2000;
  width: 100%;
  color: #fff;
  top: 0;
}

.header.dark-bg {
  background: linear-gradient(#1b80c1 0, #188cce 35%);
}

.header.dark {
  background: #e6f8fe;
  color: #0f2666;
}

.footer
  .footer-content
  > .right
  .our-product-container
  .footer-accordion
  .svg-container
  path,
.header .mega-menu__item .icon-container path,
.header.dark svg path,
.header.light-header svg path {
  fill: #0f2666;
}

.header.dark .header-content__top,
.header.light-header .header-content__top {
  border-bottom: 1px solid rgba(15, 38, 102, 0.05);
}

.header.dark .header-content__top .top-header-list > li:not(:last-child),
.header.light-header
  .header-content__top
  .top-header-list
  > li:not(:last-child) {
  border-right: 1px solid rgba(15, 38, 102, 0.05);
}

.header.dark .header-content__bottom .menu__link-item,
.header.dark .header-content__top .top-header-list__link-item,
.header.light-header .header-content__bottom .menu__link-item,
.header.light-header .header-content__top .top-header-list__link-item {
  color: #0f2666;
}

.header.dark .header-content__bottom .menu .icon-container,
.header.light-header .header-content__bottom .menu .icon-container {
  background: rgba(7, 183, 246, 0.2);
}

.header .svg-container path,
.header.dark .header-content__bottom .menu .icon-container svg path,
.header.light-header .header-content__bottom .menu .icon-container svg path {
  fill: #07b7f6;
}

.header.light-header {
  background: #f6f7f9;
  color: #0f2666;
}

.header .m-button,
.header .m-dark-button {
  display: none;
}

@media (max-width: 1024px) {
  .header .header-content {
    background-color: #f6f7f9;
    color: #0f2666;
    height: 100vh;
    transform: translateX(-100%);
    transition: all 0.5s;
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 17px;
    z-index: 999999999;
    max-width: 100%;
    top: 0;
    overflow-y: auto;
  }
}

.header .header-content__top {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
  .header .header-content__top {
    padding: 0;
    border-bottom: none;
    order: 2;
  }
}

.header .header-content__top .top-header-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .header-content__top .top-header-list > li:not(:last-child) {
  padding-right: 3rem;
  border-right: 1px solid rgba(217, 217, 217, 0.3);
  margin-right: 1rem;
}

@media (max-width: 1024px) {
  .header .header-content__top .top-header-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .header .header-content__top .top-header-list svg path {
    fill: currentColor;
  }

  .header .header-content__top .top-header-list > li:not(:last-child) {
    padding-right: initial;
    border-right: initial;
    margin-right: initial;
  }

  /* .header .header-content__top .top-header-list > :first-child {
    order: 1;
  } */
}

.header .header-content__top .top-header-list__link-item {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}

.top-header-list__item__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-header-list__item__phone > img {
  height: auto;
  width: 24px;
}

.top-header-list__item__mobile-phone-icon {
  display: none;
}

@media (max-width: 560px) {
  .top-header-list__item__desktop-phone-icon {
    display: none;
  }

  .top-header-list__item__mobile-phone-icon {
    display: block;
  }
}

.top-header-list__item__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-header-list__item__phone > img {
  height: auto;
  width: 24px;
}

.top-header-list__item__mobile-phone-icon {
  display: none;
}

@media (max-width: 560px) {
  .top-header-list__item__desktop-phone-icon {
    display: none;
  }

  .top-header-list__item__mobile-phone-icon {
    display: block;
  }
}

.top-header-list__item__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-header-list__item__phone > img {
  height: auto;
  width: 24px;
}

.top-header-list__item__mobile-phone-icon {
  display: none;
}

@media (max-width: 560px) {
  .top-header-list__item__desktop-phone-icon {
    display: none;
  }

  .top-header-list__item__mobile-phone-icon {
    display: block;
  }
}

.top-header-list__item__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-header-list__item__phone > img {
  height: auto;
  width: 24px;
}

.top-header-list__item__mobile-phone-icon {
  display: none;
}

@media (max-width: 560px) {
  .top-header-list__item__desktop-phone-icon {
    display: none;
  }

  .top-header-list__item__mobile-phone-icon {
    display: block;
  }
}

.top-header-list__item__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-header-list__item__phone > img {
  height: auto;
  width: 24px;
}

.top-header-list__item__mobile-phone-icon {
  display: none;
}

@media (max-width: 560px) {
  .top-header-list__item__desktop-phone-icon {
    display: none;
  }

  .top-header-list__item__mobile-phone-icon {
    display: block;
  }
}

@media (max-width: 1024px) {
  .header .header-content__top .top-header-list__link-item {
    color: #0f2666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.header .header-content__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0;
}

@media (max-width: 1024px) {
  .header .header-content__bottom {
    order: 1;
    padding: 0;
    position: relative;
  }
}

.header .header-content__bottom > li:last-child {
  flex-grow: 1;
}

.header .header-content__bottom .menu-logo .mobile {
  display: none;
}

.header .header-content__bottom .menu-logo .mobile img {
  max-height: 20px;
}

.header .header-content__bottom .menu-logo .desktop img {
  max-width: 178px;
}

.header .header-content__bottom .menu-logo .mobile-menu-close {
  display: none;
  position: relative;
  width: 2.5rem;
  cursor: pointer;
}

.header .header-content__bottom .menu-logo .mobile-menu-close > span {
  width: 2.5rem;
  height: 0.2rem;
  background-color: #07b7f6;
  display: inline-block;
  position: absolute;
  bottom: 50%;
}

.header
  .header-content__bottom
  .menu-logo
  .mobile-menu-close
  > span:first-child {
  transform: rotate(45deg);
}

.header
  .header-content__bottom
  .menu-logo
  .mobile-menu-close
  > span:last-child {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .header .header-content__bottom .menu-logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    align-items: center;
    margin-top: 10px;
  }

  .header .header-content__bottom .menu-logo .mobile {
    display: block;
  }

  .header .header-content__bottom .menu-logo .desktop {
    display: none;
  }

  .header .header-content__bottom .menu-logo .mobile-menu-close {
    display: block;
  }

  .header .header-content__bottom .menu-logo .mobile-menu-close img {
    height: 20px;
  }
}

.header .header-content__bottom .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4rem;
  width: calc(100% - 540px);
}

@media (max-width: 1024px) {
  .header .header-content__bottom .header-wrapper {
    width: 100%;
    padding-left: 0;
  }
}

.header .header-content__bottom .menu {
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .header .header-content__bottom .menu {
    flex-direction: column;
    flex-basis: 100%;
    gap: 0;
    background-color: #fff;
    border-radius: 1.6rem;
    margin-top: 10px;
    margin-bottom: 3rem;
    padding: 30px 25px;
  }

  .header .header-content__bottom .menu .section-container {
    max-width: 100%;
  }
}

.header .header-content__bottom .menu__flex-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .header .header-content__bottom .menu__flex-item {
    width: 100%;
    justify-content: space-between;
  }
}

.header .header-content__bottom .menu__flex-item.active .icon-container svg {
  transform: rotateX(180deg);
}

.header .header-content__bottom .menu__link-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 1024px) {
  .header .header-content__bottom .menu__link-item {
    color: #0f2666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
}

.header .header-content__bottom .menu__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 10px 15px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .header .header-content__bottom .menu__item {
    flex: 1 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 1024px) {
  .header .header-content__bottom .menu__item {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 2.7rem;
  }

  .header .header-content__bottom .menu__item:not(:last-child) {
    border-bottom: 1px solid #e1e4ec;
    padding-bottom: 2.7rem;
  }
}

@media (min-width: 1024px) {
  .header .header-content__bottom .menu__item:first-child {
    padding: 0 15px 0 0;
  }

  .header .header-content__bottom .menu__item:last-child {
    padding: 0 0 0 15px;
  }
}

.header .header-content__bottom .menu__item .icon-container {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 1024px) {
  .header .header-content__bottom .menu__item .icon-container {
    transform: rotate(-90deg);
    background-color: #e6f8fe;
    width: 18px;
    height: 18px;
  }

  .header .header-content__bottom .menu__item .icon-container svg {
    width: 8px;
  }

  .header .header-content__bottom .menu__item .icon-container svg path {
    fill: #07b7f6;
  }
}

.header .header-content__bottom .menu__item.js-menu-item .menu__link-item {
  pointer-events: none;
}

.header .header-content__bottom .menu__button-container {
  gap: 2rem;
  display: flex;
  justify-content: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 1024px) {
  .header .header-content__bottom .menu__button-container {
    position: absolute;
    bottom: -40rem;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .header .header-content__bottom .menu__button-container {
    justify-content: center;
    gap: 20px;
  }

  .header .header-content__bottom .menu__button-container .button {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .header
    .header-content__bottom
    .menu__button-container
    .button__transparent-light {
    width: calc(50% - 10px);
    border: 1px solid #07b7f6;
  }

  .header .header-content__bottom .menu__button-container .button__secondary {
    width: calc(50% - 10px);
    background-color: #07b7f6;
    color: #fff;
  }
}

.header .header-content .close-content,
.header .mega-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in-out;
}

.header .mega-menu {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 118px;
  overflow: hidden;
  transition: all 0.1s ease;
  z-index: 10;
  padding-top: 58px;
  transform: translate(-50%);
  display: none;
}

.header .mega-menu.opened {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media (max-width: 1024px) {
  .header .mega-menu {
    padding-top: 0;
    top: 74px;
    border-radius: 16px;
    overflow: initial;
  }
}

.header .mega-menu__inner {
  display: flex;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}

.header .mega-menu__left {
  width: 410px;
  border-right: 1px solid #e1e4ec;
}

@media (max-width: 1200px) {
  .header .mega-menu__left {
    width: 330px;
  }
}

@media (max-width: 1024px) {
  .header .mega-menu__left {
    width: 100%;
    padding-bottom: 10px;
    height: 70vh;
    border-right: unset;
  }
}

.header .mega-menu__item {
  padding: 2.6875rem 3rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header .mega-menu__item {
    max-width: 88%;
    margin: 0 auto;
  }

  .header .mega-menu__item:not(:last-child) {
    border-bottom: 1px solid #e1e4ec;
  }
}

.header .mega-menu__item .icon-container {
  opacity: 0;
  visibility: hidden;
  width: 30px !important;
  height: 30px !important;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #bbd9ed !important;
  transform: rotate(-90deg);
  align-self: center;
  transition: all 0.1s ease-in-out;
}

@media (max-width: 1024px) {
  .header .mega-menu__item .icon-container {
    opacity: 1;
    visibility: visible;
    width: 18px !important;
    height: 18px !important;
    background-color: #e6f8fe !important;
  }
}

.header .mega-menu__item .icon-container svg {
  width: 14px;
  height: 7px;
}

.header .mega-menu__item.active {
  background: rgba(7, 183, 246, 0.1);
  padding: 4rem 3rem;
}

@media (max-width: 1024px) {
  .header .mega-menu__item.active {
    background: 0 0;
    padding: 20px 25px;
  }
}

.header .mega-menu__item.active .icon-container {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1024px) {
  .header .mega-menu__item {
    background: 0 0;
    padding: 20px 25px;
    cursor: pointer;
  }
}

.header .mega-menu__left-content {
  max-width: 80%;
}

.header .mega-menu__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0f2666;
  line-height: 28px;
}

@media (max-width: 768px) {
  .header .mega-menu__title {
    font-size: 14px;
  }
}

.header .mega-menu__title-desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0f2666;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .header .mega-menu__title-desc {
    display: none;
  }
}

.header .mega-menu__content-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #0f2666;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .header .mega-menu__content-title {
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.header .mega-menu__right {
  padding: 30px 39px;
  width: calc(100% - 410px);
}

@media (max-width: 1200px) {
  .header .mega-menu__right {
    width: calc(100% - 330px);
  }
}

@media (max-width: 1024px) {
  .header .mega-menu__right {
    display: none;
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    padding: 20px 30px;
    border-radius: 16px;
  }

  .header .mega-menu__right.active {
    display: block;
  }
}

.header .mega-menu__tab-content {
  display: none;
  flex-wrap: wrap;
  row-gap: 4.0625rem;
}

@media (min-width: 1024px) {
  .header .mega-menu__tab-content {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .header .mega-menu__tab-content {
    -moz-column-gap: 6.5rem;
    column-gap: 6.5rem;
  }
}

@media (max-width: 1024px) {
  .header .mega-menu__tab-content {
    flex-direction: column;
    width: 100%;
    row-gap: 0;
  }

  .header .mega-menu__tab-content * {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header .mega-menu__tab-content ::-webkit-scrollbar {
    display: none;
  }
}

.header .mega-menu__tab-content.active {
  display: flex;
}

@media (max-width: 768px) {
  .header .mega-menu__tab-content.active {
    height: 100%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media (max-width: 1024px) {
  .header .mega-menu__tab-content .link-container {
    position: absolute;
    right: 0;
    bottom: -40px;
  }

  .header
    .mega-menu__tab-content
    .link-container
    .mobile-bottom-category-link
    span {
    pointer-events: none;
  }

  .header .mega-menu__tab-content .mobile-navigation {
    padding: 0 0 20px !important;
  }
}

.header .mega-menu__content-wrapper {
  width: 100%;
  position: relative;
}

.header .mega-menu__content-wrapper.bottom-line {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .header .mega-menu__content-wrapper.bottom-line {
    margin-bottom: 25px;
  }
}

.header .mega-menu__content-wrapper.bottom-line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e4ec;
  position: absolute;
  left: 0;
  bottom: -25px;
}

@media (max-width: 1024px) {
  .header .mega-menu__content-wrapper.bottom-line::after {
    width: calc(100% + 60px);
    bottom: 5px;
    margin: 0 -30px;
  }

  .header .mega-menu__content-wrapper.bottom-line.mobile-line-hidden {
    margin-bottom: 0;
  }

  .header .mega-menu__content-wrapper.bottom-line.mobile-line-hidden::after {
    content: unset;
  }
}

.header .mega-menu__content-wrapper .flex {
  width: 100%;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1024px) {
  .header .mega-menu__content-wrapper .flex {
    flex-direction: column;
  }
}

.header .mega-menu__content-wrapper .blog-cards-list {
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.header .mega-menu__content-wrapper .link-container {
  display: flex;
  margin-top: 20px;
}

.header .mega-menu__content-wrapper .link-container a span {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #0f2666;
}

@media (max-width: 1024px) {
  .header .mega-menu__container {
    overflow-y: auto;
    max-height: 465px;
    margin-right: -15px;
    padding-right: 15px;
  }
}

.header .mega-menu .mobile-navigation {
  display: none;
}

@media (max-width: 1024px) {
  .header .mega-menu .mobile-navigation {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 66px;
    padding: 20px 25px;
  }

  .header .mega-menu .mobile-navigation svg {
    transform: rotate(90deg);
    width: 13px;
    height: 14px;
  }

  .header .mega-menu .mobile-navigation-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 auto;
  }

  .header .mega-menu .mobile-navigation button {
    background-color: transparent;
  }
}

.header .mega-menu .mega-menu-close,
.header .mega-menu .mega-tab-close {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.header .mega-menu .section-container,
.input-container-textarea textarea {
  height: 100%;
}

.header .header-content-mobile-active {
  transform: translateX(0);
}

.header
  .header-content-mobile-active
  .menu__button-container
  .button-secondary {
  background: #07b7f6;
  color: #fff;
}

.header
  .header-content-mobile-active
  .menu__button-container
  .button-transparent {
  color: #07b7f6;
  border: 1px solid #07b7f6;
}

.header .mobile-header {
  display: none;
  padding: 2rem;
  width: 100%;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
}

.header .mobile-header-scrolled {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff !important;
  -webkit-animation: mobileHeaderScroll 0.5s;
  animation: mobileHeaderScroll 0.5s;
}

.header .mobile-header > a {
  margin: 0 auto;
}

.header .mobile-header .m-button {
  display: flex;
}

.header .mobile-header .menu-icon {
  height: 2.5rem;
  cursor: pointer;
}

.header .mobile-header .menu-icon span {
  width: 2.5rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.header .mobile-header .menu-icon > span:nth-child(1) {
  transform: translateY(0.5rem);
}

.header .mobile-header .menu-icon > span:nth-child(2) {
  transform: translateY(1rem);
}

.header .mobile-header .menu-icon > span:nth-child(3) {
  transform: translateY(1.5rem);
}

.header .mobile-header .menu-button-container {
  flex-basis: 100%;
  text-align: center;
  margin-top: 1rem;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header .mobile-header .menu-button-container {
    margin-top: 24px;
  }
}

.header .mobile-header .menu-button-container .button {
  flex: 1;
  justify-content: center;
}

@media (max-width: 1024px) {
  .header .mobile-header {
    display: flex;
    flex-wrap: wrap;
    background-color: #1988cb;
  }
}

.header .mobile-header.light-header {
  background: #f6f7f9 !important;
}

.header .mobile-header.light-header .m-button {
  display: none;
}

.header .mobile-header.light-header .m-dark-button {
  display: flex;
}

.header .mobile-header.dark .menu-icon span,
.header .mobile-header.light-header .menu-icon span {
  background: #07b7f6;
}

.header .mobile-header.light-header .button-primary-light {
  background-color: #07b7f6;
  color: #fff;
}

.header .mobile-header.light-header .button-transparent {
  background-color: transparent;
  border: 1px solid #07b7f6;
  color: #07b7f6;
}

.header .mobile-header.dark {
  background: #e6f8fe;
}

.header .mobile-header.dark .m-button {
  display: none;
}

.header .mobile-header.dark .m-dark-button {
  display: flex;
}

.header .mobile-header.dark .button-primary-light {
  background-color: #07b7f6;
  color: #fff;
}

.header .mobile-header.dark .button-transparent {
  background-color: transparent;
  border: 1px solid #07b7f6;
  color: #07b7f6;
}

.header .link-container {
  display: none;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .header .link-container {
    display: block;
  }

  .header .link-container .mobile-bottom-category-link span {
    pointer-events: none;
  }
}

.header .link-container a {
  color: currentColor;
  gap: 1rem;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header .link-container a span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #0f2666;
}

.header .svg-container {
  background-color: #e6f8fe;
  width: 1.6rem;
  aspect-ratio: 1;
  display: flex;
  transform: rotate(-90deg);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .header .svg-container {
    display: flex;
  }
}

.header li {
  list-style: none;
}

.header .mega-menu__right.active .mega-menu__tab-content {
  flex-direction: column;
}

.header .row-menu .mega-menu__right.active .mega-menu__tab-content {
  flex-direction: row;
}

body.mobile-menu-open {
  overflow: hidden;
}

.page-header-area {
  padding-top: 170px !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .page-header-area {
    padding-top: 140px !important;
  }
}

.footer {
  margin-top: 140px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #0f2666;
  padding: 2rem;
}

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

.footer .footer-head {
  padding-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}

.footer .footer-head .social {
  display: flex;
  gap: 3rem;
}

@media (max-width: 1024px) {
  .footer .footer-head .social {
    order: -1;
  }

  .footer .footer-head {
    flex-direction: column;
    gap: 3rem;
  }
}

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

  .footer .footer-head .logo {
    margin-top: 20px;
  }
}

.footer .footer-head .logo img {
  max-width: 135px;
}

.footer .footer-content {
  margin-top: 5rem;
  padding-bottom: 7rem;
  display: flex;
  gap: 8rem;
}

.footer .footer-content > div {
  flex-basis: 100%;
}

.footer .footer-content > .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 1024px) {
  .footer .footer-content > .left > .top {
    display: none;
  }
}

.footer .footer-content > .left > .bottom {
  display: flex;
  margin-top: 50px;
}

.footer .footer-content > .left > .bottom > * {
  flex-basis: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .footer .footer-content > .left > .bottom {
    flex-direction: column;
  }

  .footer .footer-content > .left > .bottom .footer-title {
    margin-bottom: 0;
  }

  .footer .footer-content > .left > .bottom .left {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer .footer-content > .left > .bottom .left div:first-child {
    flex: 0 1 100%;
  }

  .footer .footer-content > .left > .bottom .left a {
    flex: 0 1 45%;
  }

  .footer .footer-content > .left > .bottom .right {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer .footer-content a {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
  }
}

.footer .footer-content > .right .footer-button {
  background-color: transparent;
  padding: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .footer .footer-content > .right .footer-button {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.footer .footer-content > .right .our-product-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .footer .footer-content > .right .our-product-container .panel {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .footer .footer-content > .right .our-product-container .panel {
    padding: 1rem;
  }
}

.footer .footer-content > .right .our-product-container a:not(:last-child) {
  margin-bottom: 1rem;
}

.footer .footer-content > .right .our-product-container .our-product-top {
  display: flex;
  gap: 1rem;
  margin-bottom: 4rem;
}

.footer .footer-content > .right .our-product-container .our-product-top > * {
  flex-basis: 100%;
}

@media (max-width: 1024px) {
  .footer .footer-content > .right .our-product-container .our-product-top {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.footer .footer-content > .right .our-product-container .footer-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .footer .footer-content > .right .our-product-container .footer-accordion a {
    pointer-events: none;
  }
}

.footer
  .footer-content
  > .right
  .our-product-container
  .footer-accordion
  .svg-container {
  display: none;
  background-color: #fff;
  width: 1.6rem;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .footer
    .footer-content
    > .right
    .our-product-container
    .footer-accordion
    .svg-container {
    display: flex;
  }
}

.footer
  .footer-content
  > .right
  .our-product-container
  .accordion-active
  .svg-container
  svg {
  transform: rotate(180deg);
}

.footer .footer-content > .right .our-product-container .our-product-bottom {
  display: flex;
  gap: 1rem;
  margin-bottom: 4rem;
}

.footer
  .footer-content
  > .right
  .our-product-container
  .our-product-bottom
  > * {
  flex-basis: 100%;
}

@media (max-width: 1024px) {
  .footer
    .footer-content
    > .right
    .our-product-container
    .our-product-bottom
    > div:last-child {
    padding-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-content > .right .our-product-container .our-product-bottom {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .footer .footer-content > .right .our-product-container .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer .footer-content .about-us-desc {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.footer .footer-content .footer-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 700;
}

.footer .footer-content .right .footer-title#middle {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .footer .footer-content .footer-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }
}

.footer .footer-content .footer-subtitle {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .footer .footer-content {
    flex-direction: column;
  }
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .footer .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer .footer-bottom a {
    font-size: 12px;
  }
}

.footer .footer-bottom-left {
  display: flex;
  gap: 4.7rem;
}

@media (max-width: 1024px) {
  .footer .footer-bottom-left {
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: center;
    text-align: center;
  }
}

.footer .footer-bottom-right {
  padding-right: 7rem;
}

@media (max-width: 1024px) {
  .footer .footer-bottom-right {
    padding: 0;
    margin-top: 3rem;
  }
}

.footer a {
  color: inherit;
}

.digital-pos
  .digital-pos-content
  .digitalPosSwiper
  .swiper-wrapper
  .swiper-slide
  .card
  .detail-button,
.footer .mobile-link-container {
  display: none;
}

@media (max-width: 768px) {
  .footer .mobile-link-container {
    display: block;
  }

  .footer .mobile-link-container a {
    display: flex !important;
    margin-top: 20px;
    align-items: center;
  }

  .footer .mobile-link-container a span {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
  }

  .footer .mobile-link-container a .svg-container {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6f8fe;
    border-radius: 50%;
    transform: rotate(-90deg);
    margin-top: 0;
    margin-left: 8px;
  }

  .footer .mobile-link-container a .svg-container svg path {
    fill: #0f2666;
  }
}
.footer .bottom-logo {
  justify-content: flex-end;
  display: flex;
  max-width: 300px;
  margin-left: auto;
  gap: 10px;
}

.footer .bottom-todeb-logo {
  justify-content: flex-end;
  display: flex;
  max-width: 300px;
  margin-left: auto;
  gap: 10px;
}

.footer .bottom-todeb-logo p {
  text-align: right;
  font-size: 8px;
  line-height: 16px;
}

.footer .bottom-todeb-logo img {
  width: 141px;
  height: 48px;
}

@media (max-width: 768px) {
  .footer .bottom-todeb-logo {
    justify-content: center;
    margin-top: 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .footer .bottom-logo img {
    width: 141px;
    height: 48px;
  }
}
.footer-logo-container{
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.footer .bottom-logo {
  justify-content: flex-end;
  display: flex;
  max-width: 300px;
  margin-left: auto;
  gap: 10px;
}

@media (max-width: 768px) {
  .footer .bottom-logo {
    justify-content: center;
    margin-top: 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
  }
}

.footer .bottom-logo p {
  text-align: right;
  font-size: 8px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .footer .bottom-logo p {
    text-align: center;
  }
}

.footer .bottom-logo img {
  width: 56px;
  height: 56px;
}

@media (max-width: 768px) {
  .footer .bottom-logo img {
    width: 40px;
    height: 40px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 16px;
}

.button-primary {
  background: #0f2666;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.button-primary-light,
.button-secondary {
  background-color: #07b7f6;
  padding: 1rem 3rem;
  border-radius: 1rem;
  color: #fff;
}

.button-secondary {
  background-color: #fff;
  color: #07b7f6;
}

.button-social {
  background: #052c46;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 3rem;
  border-radius: 1.875rem;
}

.button-social > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.button-transparent,
.button-transparent-light {
  background-color: transparent;
  padding: 1rem 3rem;
  border: 1px solid #e6f8fe;
  border-radius: 1rem;
  color: #e6f8fe;
}

.button-transparent-light {
  border: 1px solid #07b7f6;
  color: #07b7f6;
}

.button.size\:medium {
  height: 37px;
}

.button.size\:large {
  height: 50px;
}

.advantages {
  display: flex;
  gap: 88px;
  margin: 245px 0 0;
}

@media (max-width: 768px) {
  .advantages {
    display: block;
    margin: 70px 0 0;
  }
}

.advantages__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 330px;
  flex: 1;
}

@media (max-width: 768px) {
  .advantages__item {
    margin-bottom: 20px;
    max-width: 80%;
  }
}

.advantages__item img {
  width: 72px;
}

@media (max-width: 768px) {
  .advantages__item img {
    width: 55px;
  }
}

.advantages__item span {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .advantages__item span {
    font-size: 14px;
    line-height: 25px;
  }
}

.hero {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
}

.hero .hero-bg-linear {
  height: 95%;
  background: linear-gradient(180deg, #1b81c4 0, #07b7f6 100%);
  padding-top: 150px;
}

@media (max-width: 768px) {
  .hero .hero-bg-linear {
    margin-bottom: 100px;
    padding-top: 110px;
  }

  .hero .hero-bg-linear.slider-hero {
    margin-bottom: 40px;
  }
}

.hero .section-container {
  overflow-x: clip;
  overflow-y: visible;
}

.hero .swiper {
  width: 100%;
  height: 100%;
  overflow-x: visible;
  overflow: visible !important;
}

@media (max-width: 1024px) {
  .hero .swiper.heroSwiper {
    padding-top: 20px;
  }
}

.hero .swiper.heroSwiper .swiper-slide {
  height: auto;
}

@media (max-width: 600px) {
  .hero .swiper.heroSwiper .swiper-slide {
    height: 100%;
  }
}

.hero .swiper .swiper-wrapper {
  height: auto;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .hero .swiper .swiper-wrapper {
    padding: 0 20px 0 21px;
  }
}

.hero .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
  padding: 2rem 0;
}

@media (max-width: 1024px) {
  .hero .swiper-slide {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero .swiper-slide {
    align-items: flex-start;
  }
}

.hero .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 768px) {
  .hero .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 324px;
  }
}

.hero .swiper-slide .swiper-text-content {
  //flex: 3;
  max-width: 59rem;
  max-width: 490px;
}

@media (max-width: 1024px) {
  .hero .swiper-slide .swiper-text-content {
    min-height: 250px;
  }
}

@media (max-width: 600px) {
  .hero .swiper-slide .swiper-text-content {
    margin-top: 0;
    max-width: 330px;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .hero .swiper-slide .swiper-text-content a,
  .hero .swiper-slide .swiper-text-content button {
    margin-top: 50px !important;
    margin-bottom: 24px;
  }
}

.hero .swiper-slide .swiper-text-content .sub-title-small {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .hero .swiper-slide .swiper-text-content .button-primary {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 8.5px 40px;
    margin-top: 30px;
  }
}

.hero .swiper-slide .swiper-text-content .button {
  font-size: 18px;
}

.hero .swiper-slide .hero-img-container {
  flex: 2;
  height: auto;
  max-width: 40%;
  margin-bottom: -100px;
  margin-right: 40px;
}

@media (max-width: 1024px) {
  .hero .swiper-slide .hero-img-container {
    bottom: auto;
    height: auto;
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
    right: auto;
    position: relative;
    flex: 1;
    min-width: 50%;
  }
}

@media (max-width: 660px) {
  .hero .swiper-slide .hero-img-container {
    min-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  .hero .swiper-slide .hero-img-container {
    min-width: 80%;
  }
}

.hero .swiper-pagination {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  bottom: 20px !important;
  left: 0;
  margin-top: 30px !important;
  position: absolute;
}

@media (max-width: 1200px) {
  .hero .swiper-pagination {
    bottom: 10px !important;
  }
}

@media (max-width: 1024px) {
  .hero .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .hero .swiper-pagination-bullet {
    width: 5rem !important;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.3rem;
  }
}

.hero .swiper-pagination-bullet {
  width: 10rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
}

.hero .swiper-pagination-bullet-active {
  background: #fff;
}

.payment-channel {
  margin-top: 140px;
}

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

.payment-channel .payment-channel-head {
  max-width: 59rem;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .payment-channel .payment-channel-head {
    max-width: 90% !important;
    margin-bottom: 15px;
  }
}

.payment-channel .solution-tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
  border-bottom: 1px solid rgba(15, 38, 102, 0.1);
}

.payment-channel .solution-tabs button {
  background-color: transparent;
  padding: 0 16px 16px;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 768px) {
  .payment-channel .solution-tabs button {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.payment-channel .solution-tabs .disabled,
.shop-panel .shop-panel-content .left-part .content .desc {
  opacity: 0.7;
}

.payment-channel .tab-content {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .payment-channel .tab-content {
    padding-top: 40px;
  }
}

.payment-channel .custom-container {
  margin-left: 12rem;
}

@media screen and (min-width: 1600px) {
  .payment-channel .custom-container {
    max-width: 120rem;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .payment-channel .custom-container {
    margin-left: 0;
    padding-left: 2rem;
  }
}

.payment-channel .swiper {
  padding: 0 10px;
}

.payment-channel .swiper .swiper-wrapper {
  height: initial;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .payment-channel .swiper .swiper-wrapper {
    padding-bottom: 30px;
  }
}

.payment-channel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
  height: auto;
}

.payment-channel .swiper-slide:nth-of-type(4n + 1) img,
.type8:nth-of-type(4n + 1) img {
  box-shadow: inset 0 14px 0 20px rgba(7, 183, 246, 0.28);
}

.payment-channel .swiper-slide:nth-of-type(4n + 2) img,
.type8:nth-of-type(4n + 2) img {
  box-shadow: inset 0 14px 0 20px rgba(234, 100, 29, 0.28);
}

.payment-channel .swiper-slide:nth-of-type(4n + 3) img,
.type8:nth-of-type(4n + 3) img {
  box-shadow: inset 0 14px 0 20px rgba(255, 203, 8, 0.28);
}

.payment-channel .swiper-slide:nth-of-type(4n + 4) img,
.type8:nth-of-type(4n + 4) img {
  box-shadow: inset 0 14px 0 20px rgba(27, 129, 196, 0.28);
}

.payment-channel .bottom {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-right: 12rem;
}

@media (max-width: 1024px) {
  .payment-channel .bottom {
    margin-right: 0;
    padding-right: 2rem;
    justify-content: flex-end;
  }
}

.payment-channel .bottom .pagination-container {
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .payment-channel .bottom .pagination-container {
    display: none;
  }
}

.campaigns .bottom .pagination-container > a,
.payment-channel .bottom .pagination-container > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e4e7ec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-channel .bottom .pagination-container .prev-btn-container {
  transform: rotate(90deg);
}

.payment-channel .bottom .pagination-container .next-btn-container {
  transform: rotate(-90deg);
}

.payment-channel .bottom .line {
  flex-grow: 1;
  height: 0.2rem;
  background-color: rgba(5, 44, 70, 0.1);
}

@media (max-width: 768px) {
  .payment-channel .bottom .line {
    display: none;
  }
}

.type8 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.which-product {
  color: #fff;
  height: 320px;
  margin-top: 170px;
}

@media (max-width: 1024px) {
  .which-product {
    height: initial;
    margin-top: 70px;
  }
}

.which-product.small-section-gutter {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .which-product.small-section-gutter {
    margin-top: 75px;
  }
}

.which-product-card {
  display: flex;
  background: linear-gradient(180deg, #1b81c4 0, #07b7f6 100%);
  border-radius: 2rem;
  height: 320px;
}

@media (max-width: 1024px) {
  .which-product-card {
    flex-direction: column;
    gap: 1rem;
    height: initial;
  }
}

.which-product-card .left-part {
  padding: 50px 55px 50px 90px;
}

@media (max-width: 768px) {
  .which-product-card .left-part {
    padding: 40px 20px;
  }
}

.which-product-card .left-part .button-primary {
  align-self: flex-start;
}

.which-product-card-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .which-product-card-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.which-product-card .sub-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  .which-product-card .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.which-product-card .which-product-card-image {
  transform: translateY(-30px);
}

@media (max-width: 1200px) {
  .which-product-card .which-product-card-image {
    transform: translateY(0);
    display: flex;
    align-items: flex-end;
  }
}

.which-product-card .button {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .which-product-card .button {
    margin-top: 20px;
  }
}

.shop-panel .shop-panel-head {
  max-width: 68rem;
  margin: 0 auto 120px;
}

.shop-panel .sub-title {
  margin-top: 15px;
}

.shop-panel .shop-panel-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .shop-panel .shop-panel-content {
    flex-direction: column;
  }

  .shop-panel .shop-panel-content .right-part {
    order: -1;
  }
}

.shop-panel .shop-panel-content .left-part {
  display: flex;
  gap: 5rem;
}

.shop-panel .shop-panel-content .left-part .progress > div {
  width: 1.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #def1f9;
  position: relative;
}

.shop-panel .shop-panel-content .left-part .progress > div:not(:last-child) {
  margin-bottom: 9rem;
}

.shop-panel .shop-panel-content .left-part .progress > div > span {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  height: 9rem;
  width: 0.1rem;
  z-index: -1;
  border: 1px dashed rgba(7, 183, 246, 0.2);
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion.accordion-active
  button
  span,
.shop-panel .shop-panel-content .left-part .progress > div.active {
  background-color: #07b7f6;
}

.shop-panel .shop-panel-content .left-part .progress > div.active > span {
  border: 1px solid #07b7f6;
}

.shop-panel .shop-panel-content .left-part .progress > div.active-last {
  position: relative;
}

.shop-panel .shop-panel-content .left-part .progress > div.active-last::before {
  content: "";
  position: absolute;
  width: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #07b7f6;
  opacity: 0.1;
  transform: scale(3);
}

.shop-panel .shop-panel-content .left-part .progress > div.active-last > span {
  border: 1px dashed rgba(7, 183, 246, 0.2);
}

@media (max-width: 1024px) {
  .shop-panel .shop-panel-content .left-part .progress {
    transform: rotate(-90deg) translateX(30rem);
    margin-bottom: -5rem;
  }
}

.shop-panel .shop-panel-content .left-part .content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 44rem;
}

@media (max-width: 1024px) {
  .shop-panel .shop-panel-content .left-part .content {
    max-width: initial;
  }
}

.contact-us-form form,
.shop-panel .shop-panel-content .left-part .content > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .shop-panel .shop-panel-content .left-part {
    flex-direction: column;
    gap: 0;
    margin-top: -20rem;
  }
}

.why-choose-us {
  margin-top: 140px !important;
}

@media (max-width: 1024px) {
  .why-choose-us {
    margin-top: 70px !important;
  }
}

.why-choose-us-head {
  margin-bottom: 6.4rem;
}

@media (max-width: 768px) {
  .why-choose-us-head {
    margin-bottom: 4rem;
  }
}

.why-choose-us-content .cards {
  margin-top: 6.4rem;
  display: flex;
  gap: 30px;
}

@media (max-width: 1024px) {
  .why-choose-us-content .cards {
    flex-direction: column;
    margin-top: 30px;
    gap: 14px;
  }
}

.why-choose-us-content .cards .imaged-card {
  flex: 0 1 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.why-choose-us-content .cards .card {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
}

@media (max-width: 768px) {
  .why-choose-us-content .cards .card {
    padding: 30px 20px;
  }
}

.why-choose-us-content .cards .card .card-image {
  margin: 1.4rem 0 3rem;
}

@media (max-width: 768px) {
  .why-choose-us-content .cards .card .card-image {
    margin: 0 0 10px;
  }
}

.why-choose-us-content .cards .card .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 768px) {
  .why-choose-us-content .cards .card .card-title {
    font-size: 18px;
  }
}

.why-choose-us-content .cards .card .card-desc {
  font-size: 16px;
  font-weight: 400px;
  line-height: 26px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .why-choose-us-content .cards .card .card-desc {
    font-size: 14px;
    margin-top: 8px;
  }
}

.why-choose-us-content .cards .card .btn-container {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .why-choose-us-content .cards .card .btn-container {
    margin-top: 8px;
    padding: 10px 0;
  }
}

.why-choose-us-content .cards .card .btn-container button:first-of-type {
  margin-right: 8px;
}

.why-choose-us-content .cards .card .svg-container {
  background-color: #e6f8fe;
  transform: rotate(-90deg);
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.campaigns .card .svg-container svg path,
.campaigns-card-container .campaign-card .campaign-button svg path,
.imaged-card .svg-container svg path,
.imaged-card-type2 .svg-container svg path,
.main .link .svg-container svg path,
.recommended-product .recommended-list .card .svg-container svg path,
.type4 .campaign-card .campaign-button svg path,
.why-choose-us-content .cards .card .svg-container svg path,
.work-partners-page .partner-list .partner-cards .item .svg-container svg path {
  fill: #07b7f6;
}

.why-choose-us-content .cards .card .button-primary {
  padding: 0.075rem 3.4rem;
  font-size: 14px;
  border-radius: 12px;
}

.why-choose-us .whyChooseUsSwiper .swiper-wrapper {
  height: initial;
}

.why-choose-us .whyChooseUsSwiper .swiper-slide {
  width: initial;
}

@media (max-width: 768px) {
  .why-choose-us .whyChooseUsSwiper .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.why-choose-us .whyChooseUsSwiper .swiper-slide .img-wrapper {
  width: 160px;
}

@media (max-width: 768px) {
  .why-choose-us .whyChooseUsSwiper .swiper-slide .img-wrapper {
    width: 120px;
  }
}

@media (max-width: 1024px) {
  .why-choose-us .whyChooseUsSwiper {
    margin-right: -20px;
  }
}

.why-choose-us .bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 7.5rem;
}

@media (max-width: 768px) {
  .why-choose-us .bottom {
    margin-top: 30px;
  }
}

.for-integration {
  margin-top: 140px;
}

@media (max-width: 1024px) {
  .for-integration {
    height: initial;
    margin: 70px 20px 0;
  }
}

.for-integration-card {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
    180deg,
    rgba(225, 228, 236, 0.67) 0,
    rgba(225, 228, 236, 0.19) 100%
  );
  border-radius: 2rem;
  height: 330px;
}

.for-integration-card > div {
  flex: 1;
}

@media (max-width: 1024px) {
  .for-integration-card {
    flex-direction: column;
    gap: 1rem;
    height: initial;
  }
}

.for-integration-card .left-part {
  padding: 50px 0 50px 90px;
}

@media (max-width: 1024px) {
  .for-integration-card .left-part {
    padding: 40px 20px 32px;
  }
}

.for-integration-card .left-part h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

@media (max-width: 1200px) {
  .for-integration-card .left-part h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .for-integration-card .left-part h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }
}

.for-integration-card .left-part h3.size\:large {
  font-size: 36px;
  line-height: 45px;
}

@media (max-width: 768px) {
  .for-integration-card .left-part h3.size\:large {
    font-size: 28px;
    line-height: 38px;
  }
}

.for-integration-card .left-part p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .for-integration-card .left-part p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
}

.for-integration-card .left-part .button-primary {
  align-self: flex-start;
}

.for-integration-card .left-part .link {
  margin-top: 40px !important;
}

@media (max-width: 1024px) {
  .for-integration-card .left-part .link {
    margin-top: 20px !important;
  }
}

.for-integration-card .right-part {
  padding-right: 50px;
  transform: translateY(-30px);
}

@media (max-width: 1024px) {
  .for-integration-card .right-part {
    padding-right: 0;
    transform: translateY(0);
  }
}

.for-integration-card img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .for-integration-card img {
    max-width: 100%;
    margin-bottom: 5rem;
    margin: auto;
  }
}

.business-partners {
  margin-top: 140px;
}

@media (max-width: 1024px) {
  .business-partners {
    margin-top: 70px;
  }
}

.business-partners .business-partners-content {
  margin: 60px 0 0;
}

@media (max-width: 1024px) {
  .business-partners .business-partners-content {
    margin: 30px 0 0;
  }
}

.business-partners .business-partners-content .img-wrapper img {
  max-width: 160px;
}

.business-partners .whyChooseUsSwiper .swiper-wrapper {
  height: initial;
}

.business-partners .whyChooseUsSwiper .swiper-slide {
  width: initial;
}

@media (max-width: 768px) {
  .business-partners .whyChooseUsSwiper .swiper-slide .img-wrapper img {
    width: 120px;
  }
}

@media (max-width: 1024px) {
  .business-partners .whyChooseUsSwiper {
    margin-right: -2rem;
  }
}

.business-partners .want-to-be-partners-container {
  position: relative;
  margin-top: 60px;
  padding-bottom: 20px;
  padding-top: 4px;
}

@media (max-width: 1024px) {
  .business-partners .want-to-be-partners-container {
    margin-top: 30px;
  }
}

.business-partners .want-to-be-partners-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/assets/images/dots.png) no-repeat;
  background-size: 94%;
  background-position: 30px -30px;
}

@media (max-width: 768px) {
  .business-partners .want-to-be-partners-container::before {
    background: url(/wp-content/uploads/assets/images/dots-mobile.png) no-repeat;
    background-position: 10px 10px;
  }
}

.business-partners .want-to-be-partners-container .want-to-be-partner {
  transform: translateY(5%);
  width: 100%;
  height: 90%;
  color: #fff;
  padding: 5rem 9rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 23.5rem;
}

@media (max-width: 1024px) {
  .business-partners .want-to-be-partners-container .want-to-be-partner {
    padding: 40px 30px;
    height: 320px;
  }
}

.business-partners
  .want-to-be-partners-container
  .want-to-be-partner
  .want-to-be-partner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.business-partners
  .want-to-be-partners-container
  .want-to-be-partner
  .want-to-be-partner-content
  a.button {
  align-self: flex-end;
  padding: 1rem 4rem;
  position: relative;
  top: 15px;
}

@media (max-width: 1024px) {
  .business-partners
    .want-to-be-partners-container
    .want-to-be-partner
    .want-to-be-partner-content
    a.button {
    align-self: start;
    margin-top: 20px;
  }
}

.business-partners
  .want-to-be-partners-container
  .want-to-be-partner
  .left-part {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .business-partners
    .want-to-be-partners-container
    .want-to-be-partner
    .left-part {
    flex-direction: column;
  }
}

.business-partners
  .want-to-be-partners-container
  .want-to-be-partner
  .right-part {
  margin-top: 3rem;
}

.business-partners .want-to-be-partners-container .want-to-be-partner__title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .business-partners .want-to-be-partners-container .want-to-be-partner__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.business-partners .want-to-be-partners-container .want-to-be-partner__desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .business-partners .want-to-be-partners-container .want-to-be-partner__desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.business-partners .want-to-be-partners-container .want-to-be-partner-bg {
  padding: 0 4rem;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  background: linear-gradient(180deg, #1b81c4 0, #07b7f6 100%);
  z-index: -1;
  height: 23.5rem;
}

@media (max-width: 1024px) {
  .business-partners .want-to-be-partners-container .want-to-be-partner-bg {
    height: 320px;
  }
}

.business-partners .want-to-be-partners-container .want-to-be-partner-bg img {
  height: inherit;
}

.campaigns {
  margin-top: 140px;
}

@media (max-width: 1024px) {
  .campaigns {
    margin-top: 70px;
  }
}

.campaigns .card {
  background: #fff;
  box-shadow: 0 1.5rem 1.5rem rgba(15, 38, 102, 0.1);
  border-radius: 2rem;
}

.campaigns .card .content {
  padding: 1.75rem;
}

.campaigns .card img {
  max-width: initial;
}

.campaigns .card .svg-container {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
}

.campaigns .swiper {
  margin-left: 12rem;
}

@media (max-width: 1024px) {
  .campaigns .swiper {
    margin-left: 0;
    padding-left: 2rem;
  }
}

.campaigns .swiper .swiper-wrapper {
  height: initial;
  margin-bottom: 2rem;
}

.campaigns .swiper .swiper-wrapper .swiper-slide {
  width: initial;
}

.campaigns .swiper .swiper-wrapper .swiper-slide__campaign-card {
  text-align: center;
  max-width: 253px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border-radius: 20px;
}

.campaigns
  .swiper
  .swiper-wrapper
  .swiper-slide__campaign-card__card-description {
  color: #fff;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/uploads/assets/images/campaign-card-bg.png);
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  line-height: 28px;
}

.campaigns
  .swiper
  .swiper-wrapper
  .swiper-slide__campaign-card__card-description
  font {
  font-size: 20px;
  font-weight: 600;
}

.campaigns
  .swiper
  .swiper-wrapper
  .swiper-slide__campaign-card__card-description
  .description-blue {
  color: #07b7f6;
  font-size: 20px;
  font-weight: 600;
}

.campaigns
  .swiper
  .swiper-wrapper
  .swiper-slide__campaign-card__card-description
  .description-yellow {
  color: #ffcb08;
  font-size: 20px;
  font-weight: 600;
}

.campaigns
  .swiper
  .swiper-wrapper
  .swiper-slide__campaign-card__card-description
  .description-orange {
  display: block;
  color: #ea641d;
  font-size: 20px;
  font-weight: 600;
}

.campaigns
  .swiper
  .swiper-wrapper
  .swiper-slide__campaign-card__card-description
  span {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 4px;
}

.campaigns
  .swiper
  .swiper-wrapper
  .swiper-slide__campaign-card__campaign-card-title {
  height: 52px;
  padding-top: 12px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}

@media (max-width: 1024px) {
  .campaigns .swiper .swiper-wrapper {
    margin-right: -2rem;
  }
}

.campaigns .bottom {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-right: 12rem;
}

@media (max-width: 1024px) {
  .campaigns .bottom {
    margin: 30px 0 0;
    padding-right: 2rem;
    justify-content: flex-end;
  }
}

.campaigns .bottom .pagination-container {
  display: flex;
  gap: 1rem;
}

@media (max-width: 768px) {
  .campaigns .bottom .pagination-container {
    display: none;
  }
}

.campaigns .bottom .pagination-container .prev-btn-container {
  transform: rotate(90deg);
}

.campaigns .bottom .pagination-container .next-btn-container {
  transform: rotate(-90deg);
}

.campaigns .bottom .line {
  flex-grow: 1;
  height: 0.2rem;
  background-color: rgba(5, 44, 70, 0.1);
}

@media (max-width: 768px) {
  .campaigns .bottom .line {
    display: none;
  }
}

.type9 .swiper-slide__campaign-card {
  text-align: center;
  max-width: 253px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border-radius: 20px;
}

.type9
  .swiper-slide__campaign-card
  .swiper-slide__campaign-card__card-description {
  color: #fff;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/uploads/assets/images/campaign-card-bg.png);
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  line-height: 28px;
}

.type9
  .swiper-slide__campaign-card
  .swiper-slide__campaign-card__card-description
  .description-blue {
  color: #07b7f6;
  font-size: 20px;
  font-weight: 600;
}

.type9
  .swiper-slide__campaign-card
  .swiper-slide__campaign-card__card-description
  .description-yellow {
  color: #ffcb08;
  font-size: 20px;
  font-weight: 600;
}

.type9
  .swiper-slide__campaign-card
  .swiper-slide__campaign-card__card-description
  .description-orange {
  display: block;
  color: #ea641d;
  font-size: 20px;
  font-weight: 600;
}

.type9
  .swiper-slide__campaign-card
  .swiper-slide__campaign-card__campaign-card-title {
  height: 52px;
  padding-top: 12px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}

.faq {
  min-height: 600px;
  margin-top: 140px;
}

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

.faq .faq-content-section {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .faq .faq-content-section {
    margin-top: 40px;
  }
}

.faq .faq-content-section .faq-tabs-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.faq .faq-content-section .faq-tabs-container .faq-tab-links {
  font-weight: 400;
  font-size: 18px;
  display: block;
}

@media (max-width: 768px) {
  .faq .faq-content-section .faq-tabs-container .faq-tab-links {
    font-size: 16px;
  }
}

.faq .faq-content-section .faq-tabs-container a,
.faq .faq-content-section .faq-tabs-container button {
  background: #fff;
  border-radius: 1.5rem;
  padding: 24px 2rem;
  text-align: left;
  color: #0f2666;
  font-weight: 400;
  width: 28rem;
}

@media (max-width: 1024px) {
  .faq .faq-content-section .faq-tabs-container a,
  .faq .faq-content-section .faq-tabs-container button {
    width: 100%;
  }
}

.faq .faq-content-section .faq-tabs-container a.active,
.faq .faq-content-section .faq-tabs-container button.active {
  background: rgba(7, 183, 246, 0.1);
  color: #07b7f6;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .faq .faq-content-section .faq-tabs-container a.active,
  .faq .faq-content-section .faq-tabs-container button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.faq .faq-content-section .faq-tabs-container .faq-tab-content {
  position: absolute;
  top: 0;
  left: 31rem;
  width: calc(100% - 31rem);
}

@media (max-width: 1024px) {
  .faq .faq-content-section .faq-tabs-container .faq-tab-content {
    border-collapse: separate;
    position: initial;
    width: 100%;
    box-shadow: 0 15px 15px rgba(50, 103, 246, 0.05);
    border-radius: 0 0 20px 20px;
  }

  .faq .faq-content-section .faq-tabs-container .faq-tab-content .link {
    display: none;
  }
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .accordion-container {
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .accordion-container {
    margin-bottom: initial;
  }

  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .accordion-container:last-of-type {
    border-bottom: none;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .accordion-container:last-of-type
    .faq-accordion
    button {
    border-bottom: none;
  }
}

.faq .faq-content-section .faq-tabs-container .faq-tab-content .faq-accordion {
  background-color: #e7e9f0;
  cursor: pointer;
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 15px;
  padding: 2rem;
  border-radius: 1.5rem;
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion.accordion-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion.accordion-active
  button {
  font-weight: 600;
  border-bottom: 1px solid rgba(15, 38, 102, 0.1);
}

@media (max-width: 768px) {
  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .faq-accordion.accordion-active
    button {
    border: 0;
  }
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion.accordion-active
  button
  span::before {
  background-color: #fff;
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion.accordion-active
  button
  span::after {
  content: none;
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion
  button {
  background-color: inherit;
  width: 100%;
  border-radius: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .faq-accordion
    button {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .faq-accordion
    button {
    border-bottom: 1px solid rgba(15, 38, 102, 0.1);
  }
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion
  button
  span {
  width: 37.5px;
  height: 37.5px;
  min-width: 37.5px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(7, 183, 246, 0.1);
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion
  button
  span::after,
.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion
  button
  span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #07b7f6;
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion
  button
  span::before {
  width: 1rem;
  height: 0.2rem;
}

.faq
  .faq-content-section
  .faq-tabs-container
  .faq-tab-content
  .faq-accordion
  button
  span::after {
  width: 0.2rem;
  height: 1rem;
}

@media (max-width: 1024px) {
  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .faq-accordion
    button
    span {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .faq
    .faq-content-section
    .faq-tabs-container
    .faq-tab-content
    .faq-accordion {
    border-radius: 0;
    background-color: #fff;
  }
}

.faq .faq-content-section .faq-tabs-container .faq-tab-content .panel {
  padding: 2rem 3rem 5rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  opacity: 0.7;
  line-height: 2.6rem;
}

@media (max-width: 1024px) {
  .faq .faq-content-section .faq-tabs-container .faq-tab-content .panel {
    border-radius: 0;
    padding: 0 3rem 5rem;
  }
}

.faq .faq-content-section .faq-tabs-container .faq-tab-content .panel p,
.type9
  .swiper-slide__campaign-card
  .swiper-slide__campaign-card__card-description
  span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .faq .faq-content-section .faq-tabs-container .faq-tab-content .panel p {
    font-size: 14px;
    line-height: 20px;
  }
}

.faq .faq-content-section .accordion:hover,
.faq .faq-content-section .active {
  background-color: #ccc;
}

.faq .faq-content-section .panel {
  padding: 0 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}

.faq.search-faq {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .faq.search-faq .faq-tab-content {
    left: 6rem !important;
    width: calc(100% - 12rem) !important;
  }
}

.digital-pos .digital-pos-head {
  margin-bottom: 6.4rem;
}

.digital-pos .digital-pos-content .pagination-container {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 70px;
  margin-right: 123px;
}

@media (max-width: 768px) {
  .digital-pos .digital-pos-content .pagination-container {
    display: none;
  }
}

.digital-pos .digital-pos-content .digitalPosSwiper .swiper-wrapper {
  height: initial;
  align-items: center;
}

@media (max-width: 768px) {
  .digital-pos .digital-pos-content .digitalPosSwiper .swiper-wrapper {
    align-items: center;
  }
}

.digital-pos
  .digital-pos-content
  .digitalPosSwiper
  .swiper-wrapper
  .swiper-slide {
  margin-right: 30px;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.digital-pos
  .digital-pos-content
  .digitalPosSwiper
  .swiper-wrapper
  .swiper-slide
  .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  gap: 15px;
  width: 288px;
  height: 294px;
  background: #fff;
  border-radius: 30px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .digital-pos
    .digital-pos-content
    .digitalPosSwiper
    .swiper-wrapper
    .swiper-slide
    .card
    .detail-button {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 1rem;
    color: #0f2666;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
  }

  .digital-pos
    .digital-pos-content
    .digitalPosSwiper
    .swiper-wrapper
    .swiper-slide
    .card
    .detail-button
    .svg-container {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6f8fe;
    border-radius: 50%;
    transform: rotate(-90deg);
  }

  .digital-pos
    .digital-pos-content
    .digitalPosSwiper
    .swiper-wrapper
    .swiper-slide
    .card
    .digital-pos-title
    h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #0f2666;
  }

  .digital-pos
    .digital-pos-content
    .digitalPosSwiper
    .swiper-wrapper
    .swiper-slide
    .card
    .digital-pos-body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #0f2666;
    opacity: 0.7;
  }
}

.digital-pos
  .digital-pos-content
  .digitalPosSwiper
  .swiper-wrapper
  .swiper-slide-active
  .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 42.449px;
  gap: 15px;
  width: 408px;
  height: 353px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(15, 38, 102, 0.1);
  border-radius: 42.449px;
  flex: none;
}

@media (max-width: 768px) {
  .digital-pos
    .digital-pos-content
    .digitalPosSwiper
    .swiper-wrapper
    .swiper-slide-active
    .card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 15px;
    width: 215px;
    height: 426px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 39, 105, 0.1);
    border-radius: 20px;
    flex: none;
  }
}

.cta-news-container .whyChooseUsSwiper .swiper-wrapper {
  height: initial;
}

.cta-news-container .whyChooseUsSwiper .swiper-slide {
  width: initial;
}

@media (max-width: 768px) {
  .cta-news-container .whyChooseUsSwiper .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.cta-news-container .whyChooseUsSwiper .swiper-slide .img-wrapper {
  width: 160px;
}

@media (max-width: 768px) {
  .cta-news-container .whyChooseUsSwiper .swiper-slide .img-wrapper {
    width: 120px;
  }
}

@media (max-width: 1024px) {
  .cta-news-container .whyChooseUsSwiper {
    margin-right: -20px;
  }
}

.cta-news {
  position: relative;
  display: flex;
  gap: 100px;
  margin-top: 120px;
  align-items: center;
}

@media (max-width: 1024px) {
  .cta-news {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cta-news {
    margin-top: 20px;
  }
}

.cta-news__content {
  max-width: 50%;
}

@media (max-width: 1024px) {
  .cta-news__content {
    max-width: 100%;
    background: #fff;
    padding: 30px 15px;
    border-radius: 14px;
  }
}

.cta-news__content--logo img {
  max-width: 65px;
}

.cta-news__content--title {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  color: #0f2666;
  margin: 34px 0;
}

@media (max-width: 1024px) {
  .cta-news__content--title {
    line-height: 33px;
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .cta-news__content--title {
    font-size: 18px;
    line-height: 28px;
  }
}

.cta-news__content--description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  opacity: 0.7;
  margin: 34px 0;
}

@media (max-width: 1024px) {
  .cta-news__content--description {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
}

.cta-news__image {
  position: relative;
}

@media (max-width: 1024px) {
  .cta-news__image {
    margin-top: 30px;
  }
}

.cta-news__image img {
  border-radius: 33px;
  max-width: 480px;
  width: 100%;
}

.cta-news__image::after {
  content: "";
  background: url(/wp-content/uploads//assets/images/quotes.png);
  width: 80px;
  height: 88px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 44px;
  right: -40px;
}

@media (max-width: 1024px) {
  .cta-news__image::after {
    width: 50px;
    height: 58px;
    right: 6px;
    top: -20px;
  }
}

.for-developers {
  margin-top: 140px;
}

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

.for-developers .cards {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .for-developers .cards {
    display: block;
    gap: 10px;
    margin-top: 30px;
  }
}

.for-developers .cards .for-developers__card {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 30px;
  flex: 1 0 50%;
  max-height: 260px;
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card {
    margin-top: 30px;
    max-height: 250px;
    border-radius: 14px;
  }
}

.for-developers .cards .for-developers__card__image {
  position: relative;
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card__image {
    display: none;
  }
}

.for-developers .cards .for-developers__card__image img {
  max-width: 210px;
  height: 100%;
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card__image img {
    max-width: 150px;
  }
}

.for-developers .cards .for-developers__card__image::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  left: 125px;
  top: 0;
  background: linear-gradient(270deg, #fff 26.92%, rgba(255, 255, 255, 0) 93%);
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card__image::after {
    width: 30px;
    left: 120px;
  }
}

.for-developers .cards .for-developers__card__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card__content {
    padding: 30px 20px;
  }
}

.for-developers .cards .for-developers__card__content--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #0f2666;
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card__content--title {
    font-size: 16px;
    line-height: 16px;
  }
}

.for-developers .cards .for-developers__card__content--description {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card__content--description {
    font-size: 12px;
    margin: 6px 0;
  }
}

.for-developers .cards .for-developers__card__content--link {
  color: #07b7f6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
}

.for-developers .cards .for-developers__card__content--link svg {
  margin-left: 6px;
}

@media (max-width: 1024px) {
  .for-developers .cards .for-developers__card__content--link {
    justify-content: flex-start;
    margin-top: 12px;
    font-size: 14px;
  }
}

.progress-slider {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .progress-slider {
    margin: 70px 0 0;
  }
}

.progress-slider .shop-panel .shop-panel-head {
  max-width: 100%;
  margin: 0 0 60px;
}

@media (max-width: 768px) {
  .progress-slider .shop-panel .shop-panel-head {
    margin: 0 auto 45px;
  }

  .progress-slider .shop-panel .shop-panel-head .section-title {
    padding: 0 25px;
  }
}

.progress-slider .shop-panel .swiper-parent-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

@media (max-width: 768px) {
  .progress-slider .shop-panel .swiper-parent-container {
    flex-direction: column-reverse;
    gap: 14px;
  }
}

.progress-slider .shop-panel .swiper-parent-container > div {
  max-height: 700px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 768px) {
  .progress-slider .shop-panel .swiper-parent-container > div.mySwiper-wrapper {
    max-height: 275px;
  }
}

.progress-slider
  .shop-panel
  .swiper-parent-container
  > div.mySwiper-wrapper
  .slide-item {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.progress-slider
  .shop-panel
  .swiper-parent-container
  > div.mySwiper-wrapper
  .swiper-wrapper {
  max-height: 500px !important;
}

.progress-slider
  .shop-panel
  .swiper-parent-container
  > div.timeline-date-wrapper
  .swiper-slide:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .progress-slider
    .shop-panel
    .swiper-parent-container
    > div.timeline-date-wrapper {
    max-height: inherit;
    margin: 0 -20px 0 0;
  }
}

.progress-slider .timeline {
  padding: 0 2rem;
}

.progress-slider .timeline-dates {
  box-sizing: border-box;
  margin: 20px 0 0;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0.5rem 20px;
}

@media (max-width: 768px) {
  .progress-slider .timeline-dates {
    margin: 0;
    padding-top: 15px;
  }
}

.progress-slider .timeline-dates .swiper-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .progress-slider .timeline-dates .swiper-wrapper {
    width: inherit;
    margin-top: 0;
    align-items: baseline;
  }
}

.progress-slider .pagination-container {
  display: block;
}

.progress-slider .pagination-container .swiper-button-prev {
  top: auto;
  margin-top: 22px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .progress-slider .pagination-container .swiper-button-prev {
    margin-top: 22px;
    top: auto;
  }
}

.progress-slider .pagination-container .swiper-button-next {
  top: auto;
  margin-top: 22px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .progress-slider .pagination-container .swiper-button-next {
    margin-top: 22px;
    top: auto;
  }
}

.progress-slider .pagination-container .swiper-button-next:after,
.progress-slider .pagination-container .swiper-button-prev:after,
.progress-slider .timeline-dates .swiper-slide .item div span {
  display: none;
}

.progress-slider .timeline-dates .swiper-slide {
  cursor: pointer;
  min-height: 37px;
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .progress-slider .timeline-dates .swiper-slide {
    width: 70%;
    height: auto;
  }
}

.progress-slider
  .timeline-dates
  .swiper-slide:last-of-type.swiper-slide-active
  .custom-bullet::after {
  opacity: 1;
  content: "";
  width: 1px;
  height: calc(100% + 18px);
  position: absolute;
  left: 7px;
  top: 15px;
  border: 1px solid #00b3ff;
  background: #00b3ff;
  z-index: 0;
}

@media (max-width: 768px) {
  .progress-slider
    .timeline-dates
    .swiper-slide:last-of-type.swiper-slide-active
    .custom-bullet::after {
    height: 1px;
    width: calc(100% + 25px);
    top: 21px;
    left: 19px;
  }
}

.progress-slider .progress-content {
  color: #0f2666;
  margin-left: 50px;
}

@media (max-width: 768px) {
  .progress-slider .progress-content {
    margin-left: 0;
  }
}

.progress-slider .progress-content .progress-content-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .progress-slider .progress-content .progress-content-title {
    font-size: 18px;
  }
}

.progress-slider .progress-content p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .progress-slider .progress-content p {
    font-size: 14px;
  }
}

.progress-slider .timeline-dates .swiper-slide .item .custom-bullet {
  font-size: 1.5rem;
  top: 0;
  background-color: rgba(181, 233, 252, 0.4);
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .progress-slider .timeline-dates .swiper-slide .item .custom-bullet {
    margin: 15px;
  }
}

.progress-slider .timeline-dates .swiper-slide .progress-content-container {
  height: auto;
}

.progress-slider .timeline-dates .swiper-slide .item {
  width: 500px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 768px) {
  .progress-slider .timeline-dates .swiper-slide .item {
    width: 100%;
    flex-direction: column;
  }
}

.progress-slider .timeline-dates .swiper-slide .item::before {
  content: "";
  width: 1px;
  height: calc(100% + 30px);
  border-left: 1.66786px dashed #07b7f6;
  position: absolute;
  top: 0;
  left: 7px;
  opacity: 0.2;
  z-index: -1;
}

@media (max-width: 768px) {
  .progress-slider .timeline-dates .swiper-slide .item::before {
    height: 1px;
    width: calc(100% + 25px);
    border-left: none;
    border-top: 1.66786px dashed #07b7f6;
    top: 21px;
    left: 17px;
  }
}

.progress-slider
  .timeline-dates
  .swiper-slide-active
  .item
  .progress-content-title {
  color: #07b7f6;
}

.progress-slider .timeline-dates .swiper-slide-active .item .custom-bullet {
  font-size: 2rem;
  opacity: 1;
  background: #07b7f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.progress-slider
  .timeline-dates
  .swiper-slide-active
  .item
  .custom-bullet::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: rgba(0, 179, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: -17px;
  z-index: 1;
}

@media (max-width: 768px) {
  .progress-slider
    .timeline-dates
    .swiper-slide-active
    .item
    .custom-bullet::before {
    top: -3px;
    left: -3px;
  }
}

.progress-slider
  .timeline-dates
  .swiper-slide-active
  .item
  .custom-bullet::after {
  content: unset;
}

@media (max-width: 768px) {
  .progress-slider
    .timeline-dates
    .swiper-slide-active
    .item
    .custom-bullet::after {
    content: "";
    opacity: 1;
    height: 1px;
    width: calc(100% + 25px);
    position: absolute;
    top: 21px;
    left: 19px;
    border: 1px solid #00b3ff;
    background: #00b3ff;
    z-index: -1;
  }
}

.progress-slider .timeline-dates .swiper-slide-active .item .custom-bullet,
.progress-slider
  .timeline-dates
  .swiper-wrapper
  .swiper-slide-next
  .custom-bullet,
.progress-slider
  .timeline-dates
  .swiper-wrapper
  .swiper-slide-prev
  .custom-bullet {
  display: initial !important;
}

.progress-slider .timeline-dates .swiper-wrapper {
  max-height: 700px;
}

@media (max-width: 768px) {
  .progress-slider .timeline-dates .swiper-wrapper {
    max-height: inherit;
  }
}

.progress-slider .swiper-vertical.timeline-dates .swiper-wrapper {
  transform: none !important;
}

.progress-slider .swiper-pagination-progressbar-fill {
  background: #07b7f6 !important;
  position: absolute;
  left: 141px !important;
  top: 39.2% !important;
  width: 100%;
  height: 9% !important;
  transform: scale(0);
  transform-origin: left top;
}

.progress-slider .timeline-dates .swiper-wrapper .skipped .custom-bullet,
.progress-slider
  .timeline-dates
  .swiper-wrapper
  .swiper-slide-prev
  .custom-bullet {
  background: #07b7f6;
  opacity: 1;
}

.progress-slider
  .timeline-dates
  .swiper-wrapper
  .skipped
  .custom-bullet::after {
  opacity: 1;
  content: "";
  width: 1px;
  height: calc(100% + 30px);
  position: absolute;
  left: 7px;
  top: 15px;
  border: 1px solid #00b3ff;
  background: #00b3ff;
  z-index: 0;
}

@media (max-width: 768px) {
  .progress-slider
    .timeline-dates
    .swiper-wrapper
    .skipped
    .custom-bullet::after {
    height: 1px;
    width: calc(100% + 25px);
    top: 21px;
    left: 19px;
  }
}

.progress-slider .timeline-dates .swiper-slide-active .item .custom-bullet,
.progress-slider
  .timeline-dates
  .swiper-wrapper
  .swiper-slide-next
  .custom-bullet,
.progress-slider
  .timeline-dates
  .swiper-wrapper
  .swiper-slide-prev
  .custom-bullet {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}

.progress-slider .timeline-dates .swiper-slide-active:after {
  background-color: #e39034;
}

@media (max-width: 768px) {
  .progress-slider .shop-panel .swiper {
    height: 100%;
  }
}

.progress-slider .shop-panel .swiper .pagination-container {
  position: relative;
  z-index: 999999;
}

.progress-slider .shop-panel .swiper .pagination-container .swiper-button-next,
.progress-slider .shop-panel .swiper .pagination-container .swiper-button-prev {
  margin-top: 0;
  top: 0;
}

.progress-slider
  .shop-panel
  .swiper
  .pagination-container
  .swiper-button-next::after,
.progress-slider
  .shop-panel
  .swiper
  .pagination-container
  .swiper-button-prev::after {
  display: none;
}

.progress-slider .shop-panel .swiper .swiper-wrapper {
  margin-top: 40px;
  max-height: 1000px;
}

@media (max-width: 768px) {
  .progress-slider .shop-panel .swiper .swiper-wrapper {
    margin-top: 0;
    height: 210px;
  }
}

.progress-slider .shop-panel .swiper .swiper-wrapper .swiper-slide .slide-item {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .progress-slider
    .shop-panel
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-item {
    gap: inherit;
    height: 210px;
  }
}

.progress-slider
  .shop-panel
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-item
  .deneme {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .progress-slider
    .shop-panel
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-item
    .deneme {
    width: 100%;
  }
}

.progress-slider
  .shop-panel
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-item
  img {
  max-height: 450px;
}

@media (max-width: 768px) {
  .progress-slider
    .shop-panel
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-item
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.progress-slider .shop-panel .swiper .swiper-pagination {
  display: flex;
  justify-content: space-evenly;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}

.progress-slider
  .shop-panel
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #07b7f6;
}

.progress-slider
  .shop-panel
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07b7f6;
  background: #b5e9fc;
}

.topics-bg-neutral {
  background-color: #f6f7f9;
}

.search-form {
  position: relative;
  background-color: #fff;
  margin: auto;
  width: 70%;
}
#search-error,
#application-tracker-error {
  margin: auto;
  width: 70%;
  color: #bb251a;
  margin-top: 6px;
  font-size: 12px;
}
#application-tracker-error {
  width: 100%;
}

@media (max-width: 768px) {
  .search-form {
    width: 100%;
  }
}

.search-form .input-container {
  padding-left: 50px;
  height: 56px;
}

@media (max-width: 768px) {
  .search-form .input-container label {
    font-size: 14px;
  }
}

.search-form .search-icon {
  position: absolute;
  left: 20px;
  top: 30%;
}

.topics-item-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px 30px;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .topics-item-container {
    grid-template-columns: 50% 50%;
    gap: 15px;
    margin-top: 45px;
  }
}

.topic-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  border-radius: 30px;
  background-color: #fff;
  color: #0f2666;
  text-align: center;
}

@media (max-width: 768px) {
  .topic-item {
    min-height: 160px;
  }
}

.topic-item-integrations {
  background-color: transparent;
  border: 1px solid #e1e4ec;
  text-align: center;
  height: 100%;
}

@media (max-width: 768px) {
  .topic-item-integrations {
    padding: 20px 13px !important;
    min-height: inherit !important;
  }
}

.topic-item-integrations p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 768px) {
  .topic-item-integrations p {
    font-size: 14px;
    line-height: 25px;
  }
}

.topic-item-support {
  font-weight: 700;
}

@media (max-width: 768px) {
  .topic-item img {
    width: 50px;
  }
}

.topic-item b {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .topic-item b {
    font-size: 16px;
    line-height: 26px;
  }
}

.type2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #e1e4ec;
  text-align: center;
}

.contact-us {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20rem;
  position: relative;
  margin-top: 100px;
  gap: 5rem;
}

@media (max-width: 1200px) {
  .contact-us {
    padding: 0 5rem;
  }
}

@media (max-width: 768px) {
  .contact-us {
    padding: 0 1rem;
    margin-top: 70px !important;
  }
}

.contact-us-head {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1200px) {
  .contact-us-head {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .contact-us-head {
    width: 90%;
  }
}

.contact-us-form {
  width: 50%;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

.contact-us-form::after {
  content: "";
  background: url(/wp-content/uploads/assets/images/contact-us-dots.png);
  width: 90%;
  height: 50vh;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact-us-form::after {
    content: unset;
  }
}

@media (max-width: 1200px) {
  .contact-us-form {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .contact-us-form {
    width: 90%;
  }
}

.contact-us-form .form-group {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .contact-us-form .form-group {
    flex-direction: column;
    row-gap: 1rem;
  }

  .contact-us-form .form-group.checkbox-group {
    flex-direction: row;
  }
}

.contact-us-form .form-group .input-area {
  width: 48%;
}

.hero-form .form-group .input-area {
  width: 48%;
}

.hero-campaign-form .form-group .input-area {
  width: 48%;
}

@media (max-width: 768px) {
  .contact-us-form .form-group .input-area {
    width: 100%;
  }

  .hero-form .form-group .input-area {
    width: 100%;
  }

  .hero-campaign-form .form-group .input-area {
    width: 100%;
  }
}

.contact-us-form p,
.hero.product-hero .hero-area .hero-content .hero-form form p,
.work-partners-page .partner-advantage .work-partners-form form p {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  width: 90%;
}

.campaign-detail .detail-form form .checkbox label,
.contact-us-form .checkbox-start .checkbox label,
.hero.product-hero .hero-area .hero-content .hero-form form .checkbox label {
  align-items: flex-start;
}

.contact-us-form .form-button {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .contact-us-form .form-button {
    margin-top: 20px;
  }
}

.contact-us.support-contact-us {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .contact-us.support-contact-us {
    margin: 70px auto 0;
    padding: 0;
    width: calc(100% - 40px);
  }
}

.contact-us.support-contact-us .contact-us-head {
  width: 52%;
}

@media (max-width: 1024px) {
  .contact-us.support-contact-us .contact-us-head {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .contact-us.support-contact-us .contact-us-head {
    width: 100%;
    padding: 0 10px;
  }
}

.contact-us.support-contact-us .contact-us-form {
  width: 52%;
}

@media (max-width: 1024px) {
  .contact-us.support-contact-us .contact-us-form {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .contact-us.support-contact-us .contact-us-form {
    width: 100%;
  }
}

.checkbox-ctn {
  display: flex;
  gap: 2rem;
  margin-top: 5px;
}

.contact-info {
  padding: 50px 90px;
  align-items: center;
  gap: 100px;
  border-radius: 20px;
  display: flex;
  background-color: #e8f2f9;
  margin-top: 140px;
  position: relative;
}

@media (max-width: 1024px) {
  .contact-info {
    gap: 5rem;
  }
}

.contact-info::after {
  content: "";
  background: url(/wp-content/uploads/assets/images/support-banner-dots.png);
  width: 90%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact-info::after {
    background: url(/wp-content/uploads/support-mobile-dot.png);
    width: 100%;
    background-size: 100% 100%;
    top: 0;
  }

  .contact-info {
    padding: 40px 25px;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
    margin-top: 0;
  }
}

.contact-info .left-part {
  z-index: 1;
  padding-right: 100px;
  max-width: 580px;
  border-right: 1px solid #e1e4ec;
}

.contact-info .left-part div,
.contact-info .left-part h3 {
  line-height: 44px;
}

.contact-info .left-part h3,
.years-slider h3 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .contact-info .left-part h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e4ec;
  }
}

.contact-info .left-part p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .contact-info .left-part p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px !important;
  }
}

@media (max-width: 1024px) {
  .contact-info .left-part {
    max-width: 60%;
    padding-right: 5rem;
  }

  .contact-info .left-part div,
  .contact-info .left-part h3 {
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .contact-info .left-part {
    border-right: none;
    max-width: 100%;
    padding-right: 0;
  }
}

.contact-info .left-part a,
.contact-info .right-part a {
  color: #0f2666;
}

.contact-info .right-part {
  z-index: 1;
}

.contact-info .right-part h3 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .contact-info .right-part h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.contact-info .right-part p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .contact-info .right-part p {
    font-size: 12px;
    line-height: 20px;
  }
}

.contact-info__title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .contact-info__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.contact-info__sub-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .contact-info__sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.contact-info__phone {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .contact-info__phone {
    font-size: 16px;
    line-height: 26px;
  }
}

.contact-info__note {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 2px !important;
}

@media (max-width: 768px) {
  .contact-info__note {
    font-size: 12px;
    line-height: 20px;
  }

  .mobile-support-container {
    max-width: 100%;
    padding: 30px 20px;
    position: relative;
    margin-top: 60px;
  }

  .mobile-support-container .contact-info {
    position: static;
  }
}

.support-head {
  text-align: center;
  padding-top: 170px;
  margin-bottom: 0 !important;
}

.support-head .page-title,
.page-subtitle {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.page-subtitle {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .support-head .page-title,
  .page-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .support-head {
    padding-top: 130px;
  }
}

.follow-us,
.follow-us__logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.follow-us {
  flex-direction: column;
  gap: 1rem;
}

.follow-us__logo-container {
  gap: 3rem;
}

.campaigns-page .category-header .filter-section {
  margin-bottom: 0 !important;
}

.campaigns-page .campaigns-list {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .campaigns-page .campaigns-list {
    margin-top: 40px;
  }

  .campaigns-page .campaigns-list .campaigns-card-container {
    flex-wrap: wrap;
  }

  .campaigns-page .campaigns-list .campaigns-card-container .campaign-card {
    width: 100%;
  }
}

.campaigns-filter .solutions-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.campaigns-filter .solutions-container > div:last-child {
  margin-bottom: 13rem;
}

.category-filter.box {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  border: 0.1rem solid #e1e4ec;
  border-radius: 1.6rem;
  color: #98a2b3;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  padding: 0.85rem 2.3rem;
}

@media (max-width: 768px) {
  .category-filter.box {
    padding: 1.1rem 2.3rem;
  }
}

.category-filter.box.small {
  font-size: 1.4rem;
  padding: 0 2.3rem;
}

.filter-section {
  margin-bottom: 10rem;
}

.filter-section .load-more-button {
  margin-top: 1rem;
  height: 40px;
}

@media (min-width: 1024px) {
  .filter-section .load-more-button {
    display: none;
  }
}

.category-filters-container {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.category-filters-container .category-filter:not(:first-child)::before {
  content: "+";
  margin-right: 1rem;
}

.category-filters-container .category-filter.active {
  background-color: #0f2666;
  color: #fff;
}

.category-filters-container .category-filter.active::before {
  content: "-";
}

@media (max-width: 1024px) {
  .category-filters-container {
    justify-content: flex-start;
  }

  .category-filters-container > .category-filter {
    display: none;
  }

  .category-filters-container > .category-filter:nth-child(-n + 4) {
    display: block;
  }

  .category-filters-container > .visible {
    display: block;
  }
}

.type4 {
  width: 30%;
  min-width: 290px;
  height: auto;
  margin-bottom: 40px;
}

.type4 .campaign-card .campaign-logo {
  float: right;
  position: relative;
  top: 60px;
  right: 10px;
  border-radius: 35px;
  background-color: #fff;
  padding: 7px 20px;
}

.campaigns-card-container .campaign-card .campaign-logo .campaign-logo-wrapper,
.type4 .campaign-card .campaign-logo .campaign-logo-wrapper {
  float: right;
  padding: 10px;
  background: #fff;
}

.type4 .campaign-card .campaign-banner > img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.type4 .campaign-card .campaign-description h2 {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
}

.type4 .campaign-card .campaign-tags > a {
  padding: 7px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  background-color: #0f2666;
  color: #fff;
}

.type4 .campaign-card .campaign-button {
  margin-top: 20px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
}

.campaigns-card-container .campaign-card .campaign-button svg,
.type4 .campaign-card .campaign-button svg {
  width: 8px;
  height: 8px;
}

.campaigns-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .campaigns-card-container {
    flex-wrap: nowrap;
    justify-content: inherit;
    row-gap: 15px;
  }
}

.campaigns-card-container .campaign-card {
  width: calc(33.3333333333% - 18px);
  min-width: 290px;
  position: relative;
  background: #fff;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .campaigns-card-container .campaign-card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 1024px) {
  .campaigns-card-container .campaign-card {
    width: calc(50% - 18px);
  }
}

@media (max-width: 768px) {
  .campaigns-card-container .campaign-card {
    min-width: auto;
    width: 90%;
  }
}

.campaigns-card-container .campaign-card .campaign-logo {
  width: 75px;
  height: 45px;
  position: absolute;
  top: 14px;
  right: 10px;
  border-radius: 15px;
  background-color: #fff;
  padding: 7px 20px;
}

.campaigns-card-container .campaign-card .campaign-banner {
  width: 100%;
  max-height: 205px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.campaigns-card-container .campaign-card .campaign-banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .campaigns-card-container .campaign-card .campaign-banner > img {
    height: auto;
  }
}

.campaigns-card-container .campaign-card .campaign-description a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.campaigns-card-container .campaign-card .campaign-tags {
  display: flex;
  margin-top: 20px;
}

.campaigns-card-container .campaign-card .campaign-tags > a {
  padding: 7px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  background-color: #0f2666;
  color: #fff;
}

.campaigns-card-container
  .campaign-card
  .campaign-tags
  > a:not(:first-of-type) {
  margin-left: 10px;
}

.campaigns-card-container .campaign-card .campaign-button,
.pagination-container > a {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.campaigns-card-container .campaign-card .campaign-button span {
  font-weight: 500;
  font-size: 16px;
  color: #0f2666;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  transition: visibility 0s, opacity 0.2s, width 0.2s linear;
}

.campaigns-card-container .campaign-card .campaign-button .svg-container {
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}

.campaigns-card-container .campaign-card:hover .campaign-button span {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
}

.campaigns-card-container .campaign-card .campaign-card-content {
  background-color: #fff;
  padding: 25px 20px 30px;
  border-radius: 0 0 20px 20px;
}

.pagination-container {
  justify-content: center;
  gap: 1rem;
}

.pagination-container > a {
  margin-top: 70px;
  color: #0f2666;
  width: 46px;
  height: 43px;
  border-radius: 16px;
  background-color: transparent;
  justify-content: center;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .pagination-container > a {
    margin-top: 40px;
  }
}

.pagination-container .active {
  background: #fff;
  border: 1px solid #e1e4ec;
  border-radius: 16px;
}

.pagination-container .next-btn-container,
.pagination-container .prev-btn-container {
  width: 32px;
  height: 32px;
  background-color: #e4e7ec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-container .next-btn-container svg,
.pagination-container .prev-btn-container svg {
  width: 10px;
}

.pagination-container .prev-btn-container {
  transform: rotate(90deg);
}

.pagination-container .next-btn-container {
  transform: rotate(-90deg);
}

.campaign-detail .for-integration {
  margin-top: 0 !important;
}

.campaign-detail .for-integration .left-part,
.pagination-container {
  display: flex;
  align-items: center;
}

.campaign-detail .category-card {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .campaign-detail .category-card {
    margin-top: 70px;
  }
}

.campaign-detail .form-section {
  margin-top: 140px;
  display: flex;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1024px) {
  .campaign-detail .form-section {
    flex-direction: column;
    row-gap: 50px;
  }
}

@media (max-width: 768px) {
  .campaign-detail .form-section {
    margin-top: 70px;
  }
}

.campaign-detail .detail-form {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  max-width: 582px;
  right: 0;
  bottom: 0;
  z-index: 9;
}

@media (max-width: 1200px) {
  .campaign-detail .detail-form {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .campaign-detail .detail-form {
    padding: 30px 20px;
    max-width: 100%;
    position: relative;
  }
}

.campaign-detail .detail-form form,
.work-partners-page .partner-advantage .work-partners-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.campaign-detail .detail-form form h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .campaign-detail .detail-form form h4 {
    font-size: 16px;
  }
}

.campaign-detail .detail-form form p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  width: 90%;
}

.campaign-detail .detail-form form .form-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 768px) {
  .campaign-detail .detail-form form .form-group {
    flex-direction: column;
    row-gap: 1rem;
  }

  .campaign-detail .detail-form form .form-group.checkbox-group {
    flex-direction: row;
  }
}

.campaign-detail .detail-form form .form-group .input-container {
  width: 100%;
}

.campaign-detail .detail-form form .button {
  margin-top: 30px;
  width: 100%;
  justify-content: center;
}

@media (max-width: 768px) {
  .campaign-detail .detail-form form .button {
    margin-top: 15px;
  }
}

.campaign-detail .campaign-tags {
  display: flex;
  margin-top: 10px;
}

.campaign-detail .campaign-tags > a {
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  background-color: #0f2666;
  color: #fff;
}

@media (max-width: 768px) {
  .campaign-detail .campaign-tags > a {
    font-size: 14px;
    padding: 7px 20px;
  }
}

.campaign-detail .campaign-tags > a:not(:last-of-type) {
  margin-right: 10px;
}

.campaign-detail .campaign-header {
  font-weight: 600;
  font-size: 20px;
}

.campaign-detail .campaign-desc > p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #546592;
}

@media (max-width: 768px) {
  .campaign-detail .campaign-desc > p {
    font-size: 14px;
  }
}

.campaign-detail .detail-form {
  position: relative;
}

.category-header {
  padding-top: 170px;
}

@media (max-width: 768px) {
  .category-header {
    padding-top: 130px;
  }
}

.category-header .breadcrumbs-list {
  margin: 17px auto;
}

@media (max-width: 768px) {
  .category-header .breadcrumbs-list {
    margin: 0 auto;
  }
}

.category-header .filter-section {
  margin-bottom: 10rem;
}

.category-header .filter-section .load-more {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .category-header .filter-section .load-more {
    display: none;
  }
}

.category-header .category-filters-container {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.category-header
  .category-filters-container
  .category-filter:not(:first-child)::before {
  content: "+";
  margin-right: 1rem;
}

.category-header .category-filters-container .category-filter.active {
  background-color: #0f2666;
  color: #fff;
}

.category-header .category-filters-container .category-filter.active::before {
  content: "-";
}

@media (max-width: 1024px) {
  .category-header .category-filters-container {
    justify-content: flex-start;
  }

  .category-header .category-filters-container > .category-filter {
    display: none;
  }

  .category-header
    .category-filters-container
    > .category-filter:nth-child(-n + 4) {
    display: block;
  }

  .category-header .category-filters-container > .visible {
    display: block;
  }
}

.category-header .page-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-align: center;
  max-width: 571px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .category-header .page-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.category-header .page-desc {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-align: center;
  max-width: 66rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .category-header .page-desc {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
  }
}

.category-header.blog-section .page-title {
  max-width: inherit;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .category-header.blog-section .page-title {
    padding: 0 15px;
  }
}

.page-header-area {
  padding-top: 10.1rem;
}

@media (max-width: 768px) {
  .page-header-area {
    padding: 70px 0 0;
  }
}

.page-header-area .breadcrumbs-list {
  margin: 17px auto;
}

@media (max-width: 768px) {
  .page-header-area .breadcrumbs-list {
    margin: 0 auto;
  }
}

.page-header-area .filter-section {
  margin-bottom: 10rem;
}

.page-header-area .filter-section .load-more {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .page-header-area .filter-section .load-more {
    display: none;
  }
}

.page-header-area .category-filters-container {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.page-header-area
  .category-filters-container
  .category-filter:not(:first-child)::before {
  content: "+";
  margin-right: 1rem;
}

.page-header-area .category-filters-container .category-filter.active {
  background-color: #0f2666;
  color: #fff;
}

.page-header-area .category-filters-container .category-filter.active::before {
  content: "-";
}

@media (max-width: 1024px) {
  .page-header-area .category-filters-container {
    justify-content: flex-start;
  }

  .page-header-area .category-filters-container > .category-filter {
    display: none;
  }

  .page-header-area
    .category-filters-container
    > .category-filter:nth-child(-n + 4) {
    display: block;
  }

  .page-header-area .category-filters-container > .visible {
    display: block;
  }
}

.page-header-area .page-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-align: center;
  max-width: 571px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-header-area .page-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.page-header-area .page-desc {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-align: center;
  max-width: 66rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-header-area .page-desc {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
  }
}

.page-header-area.blog-section .page-title {
  max-width: inherit;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .page-header-area.blog-section .page-title {
    padding: 0 15px;
  }
}

.category-card {
  --flow-spacer: 2.5rem;
  margin-bottom: 70px;
}

.category-card-header {
  position: relative;
}

.category-card-header-content {
  width: 100%;
  max-width: 77.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.category-card-header .header-title {
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
}

.category-card-header .header-title .header-desc {
  font-weight: 400;
  font-size: 2.6rem;
}

.category-card .card-title {
  font-weight: 600;
  font-size: 3.6rem;
}

.category-card .card-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.category-card .card-subtitle {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-top: 14px !important;
}

.category-card .card-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #546592;
  margin-top: 14px !important;
}

.category-card .btn-container {
  display: flex;
  gap: 2.5rem;
}

.category-card .category-card-container {
  display: flex;
  align-items: center;
  gap: 12rem;
}

.category-card .category-card-container > * {
  flex-basis: 100%;
}

.category-card .category-card-container.mirrored .right-part {
  order: -1;
}

.category-card
  .category-card-container.mirrored
  .right-part
  .card-img-container {
  transform: translate(15%, -50%);
}

@media (max-width: 768px) {
  .category-card
    .category-card-container.mirrored
    .right-part
    .card-img-container {
    transform: translate(4%, -50%);
  }
}

.category-card
  .category-card-container.mirrored
  .right-part
  .card-img-hero-container {
  left: 7%;
}

@media (max-width: 1024px) {
  .category-card .category-card-container {
    flex-direction: column;
    gap: 6rem;
  }
}

.category-card .category-card-container .right-part {
  position: relative;
}

@media (max-width: 1024px) {
  .category-card .category-card-container .right-part {
    order: -1;
  }
}

.category-card .category-card-container .right-part .card-img-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10%, -50%);
}

@media (max-width: 1024px) {
  .category-card .category-card-container .right-part .card-img-container {
    transform: translate(-7%, -50%);
  }
}

.category-card .category-card-container .right-part .card-img-hero-container {
  position: absolute;
  bottom: 0;
  right: 16%;
}

@media (max-width: 1024px) {
  .category-card .category-card-container .right-part .card-img-hero-container {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .category-card .category-card-container .right-part .card-img-hero-container {
    width: 90%;
    margin: 0 auto;
  }
}

.category-card svg {
  width: 60%;
  height: auto;
}

.category-card.promotion-card {
  margin-top: 0 !important;
}

.commission-banner {
  position: relative;
  margin: 140px 0;
}

@media (max-width: 768px) {
  .commission-banner {
    margin: 70px 0;
    padding: 0;
  }
}

.commission-banner .banner-dots {
  background: url(/wp-content/uploads/assets/images/banner-bg.svg);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.commission-banner .commission-content {
  height: 218px;
  background: #e8f2f9;
  border-radius: 20px;
  padding: 30px 90px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.commission-banner .commission-content * {
  color: #0f2666;
}

@media (max-width: 1200px) {
  .commission-banner .commission-content {
    padding: 30px 40px;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .commission-banner .commission-content {
    gap: 1rem;
    height: auto;
    padding: 40px 30px;
    align-items: flex-start;
    flex-direction: column;
  }
}

.commission-banner .commission-content .commission {
  position: relative;
  z-index: 1;
  width: 48%;
  border-right: 1px solid #e1e4ec;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .commission-banner .commission-content .commission {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e1e4ec;
    padding-bottom: 10px;
  }
}

.commission-banner .commission-content .commission p {
  font-size: 32px;
  line-height: 56px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .commission-banner .commission-content .commission p {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .commission-banner .commission-content .commission p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
}

.commission-banner .commission-content .commission p span {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
}

@media (max-width: 768px) {
  .commission-banner .commission-content .commission p span {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }
}

.commission-banner .commission-content .info-item {
  position: relative;
  z-index: 1;
  width: 26%;
}

@media (max-width: 768px) {
  .commission-banner .commission-content .info-item {
    width: 100%;
  }
}

.commission-banner .commission-content .info-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .commission-banner .commission-content .info-item ul {
    flex-direction: column;
  }
}

.commission-banner .commission-content .info-item ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .commission-banner .commission-content .info-item ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

.commission-banner .commission-content .info-item:not(:last-child) {
  flex: none;
}

.commission-banner .commission-content .info-item li {
  margin-left: 15px;
  flex: 1 0 45%;
}

.commission-banner .commission-content .info-item li::before {
  content: "•";
  color: #07b7f6;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.commission-banner .commission-content .commission p span font,
.product-banner-section .product-banner__content .info font,
.product-banner-section .product-banner__title font,
.shop-panel .shop-panel-content .left-part .content .active,
.work-partners-page .partner-advantage .partner-info h1 font {
  color: #07b7f6;
}

.product-banner-section {
  position: relative;
}

.product-banner-section .product-banner {
  background: linear-gradient(
    180deg,
    rgba(225, 228, 236, 0.67) 0,
    rgba(225, 228, 236, 0.42) 100%
  );
  border-radius: 20px;
  height: 333px;
  display: flex;
  align-items: center;
  padding: 50px 90px;
  margin-top: 140px;
}

@media (max-width: 768px) {
  .product-banner-section .product-banner {
    display: block;
    padding: 40px 20px 0;
    height: auto;
    margin-top: 70px;
  }
}

.product-banner-section .product-banner__content .info {
  width: 60%;
}

@media (max-width: 768px) {
  .product-banner-section .product-banner__content .info {
    width: 100%;
  }
}

.product-banner-section .product-banner__content a {
  margin-top: 30px;
  color: #0f2666 !important;
  display: inline-flex;
  align-items: center;
}

.product-banner-section .product-banner__content a::after {
  content: "";
  background-color: #e6f8fe;
  background-image: url(/wp-content/uploads/assets/images/icons/arrow-right.svg);
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 34%;
}

.product-banner-section .product-banner__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}

@media (max-width: 768px) {
  .product-banner-section .product-banner__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .product-banner-section .product-banner__image {
    margin-top: 30px;
  }
}

.product-banner-section .product-banner__image img {
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .product-banner-section .product-banner__image img {
    position: relative;
  }
}

.application-banner {
  margin-top: 140px;
}

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

.application-banner .want-to-be-partners-container {
  height: 18.5rem;
  position: relative;
}

@media (max-width: 1024px) {
  .application-banner .want-to-be-partners-container {
    height: 30rem;
  }
}

.application-banner .want-to-be-partners-container .want-to-be-partner {
  transform: translateY(5%);
  width: 100%;
  height: 90%;
  color: #fff;
  padding: 3rem 6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .application-banner .want-to-be-partners-container .want-to-be-partner {
    padding: 2rem;
  }
}

.application-banner
  .want-to-be-partners-container
  .want-to-be-partner
  .want-to-be-partner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.application-banner
  .want-to-be-partners-container
  .want-to-be-partner
  .want-to-be-partner-content
  button {
  align-self: flex-end;
  padding: 1rem 4rem;
}

@media (max-width: 1024px) {
  .application-banner
    .want-to-be-partners-container
    .want-to-be-partner
    .want-to-be-partner-content
    button {
    align-self: center;
    margin-top: 1rem;
  }
}

.application-banner
  .want-to-be-partners-container
  .want-to-be-partner
  .left-part,
.banner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .application-banner
    .want-to-be-partners-container
    .want-to-be-partner
    .left-part {
    flex-direction: column;
  }
}

.application-banner
  .want-to-be-partners-container
  .want-to-be-partner
  .right-part {
  margin-top: 3rem;
}

.application-banner .want-to-be-partners-container .want-to-be-partner-bg {
  padding: 0 4rem;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  background: linear-gradient(180deg, #1b81c4 0, #07b7f6 100%);
  z-index: -1;
}

.application-banner .want-to-be-partners-container .want-to-be-partner-bg img {
  height: inherit;
}

.banner {
  margin-top: 140px;
  padding: 5rem 8rem;
  position: relative;
  min-height: 22rem;
  background: linear-gradient(180deg, #1b81c4 0, #07b7f6 100%);
  overflow: visible;
  border-radius: 2rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  word-wrap: break-word;
  z-index: 0;
}

@media (max-width: 1200px) {
  .banner {
    padding: 4rem;
  }
}

@media (max-width: 1024px) {
  .banner {
    margin: 2rem;
    flex-direction: column;
    padding: 8rem 4rem 0;
  }
}

@media (max-width: 768px) {
  .banner {
    margin-top: 70px !important;
  }
}

.banner__buttons-container {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.banner__buttons-container .button-primary {
  margin-top: 0 !important;
}

.banner > * {
  z-index: 2;
}

.banner-video {
  text-align: center;
  flex-direction: column;
}

.banner-video::after {
  content: "";
  background-image: url(/wp-content/uploads/assets/images/video-banner-dots.png);
  width: 95%;
  height: 400px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  max-height: 150%;
  left: 50px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .banner-video::after {
    background-size: 95% 80%;
    bottom: -80px;
  }
}

@media (max-width: 1024px) {
  .banner-video::after {
    bottom: -20px;
  }
}

@media (max-width: 768px) {
  .banner-video::after {
    background-position: center;
    background-size: 55% 90%;
    background-image: url(/wp-content/uploads/assets/images/video-banner-dots-mobile.png);
    bottom: -40px;
    left: 20px;
  }
}

.banner-gray {
  background: linear-gradient(
    180deg,
    rgba(225, 228, 236, 0.67) 0,
    rgba(225, 228, 236, 0.19) 100%
  );
  color: #0f2666;
}

.banner__image-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 1024px) {
  .banner__image-container {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.banner__image {
  width: 500px;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 60px;
  max-height: 400px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .banner__image {
    position: initial;
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.banner__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}

@media (max-width: 768px) {
  .banner__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.banner__desc {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .banner__desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.banner .button-primary {
  padding: 1rem 4rem;
}

@media (max-width: 1024px) {
  .banner .button-primary {
    align-self: center;
    margin-top: 1rem;
  }
}

.banner .linkedin-button {
  border: 2px solid #fff;
}

.banner__left-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  width: 50%;
  max-width: 40%;
}

@media (max-width: 1024px) {
  .banner__left-container {
    width: 100%;
    max-width: 100%;
  }
}

.banner__left-container a,
.banner__left-container button {
  align-self: flex-start;
}

.banner__right-container {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 50%;
}

@media (max-width: 1024px) {
  .banner__right-container {
    width: 100%;
    justify-content: flex-start;
  }
}

.banner__right-container .button-primary,
.integrations__blogs a {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .banner__right-container .button-primary {
    margin-left: initial;
  }
}

.banner-without-image {
  padding: 50px 90px;
  min-height: unset;
}

@media (max-width: 768px) {
  .banner-without-image {
    padding: 24px 40px 18px;
  }
}

.banner-without-image::after {
  content: "";
  background-image: url(/wp-content/uploads/assets/images/dots.png);
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  max-height: 120%;
  z-index: 1;
  height: 110%;
  background-position: bottom;
  background-size: 80%;
}

@media (max-width: 768px) {
  .banner-without-image::after {
    background-image: url(/wp-content/uploads/assets/images/dots-mobile.png);
    bottom: 0;
    left: 0;
    background-size: 100%;
  }
}

.banner-gray-without-image::after {
  content: "";
  background-image: url(/wp-content/uploads/assets/images/gray-dots.png);
  width: 100%;
  height: 400px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  bottom: -70px;
  max-height: 150%;
  left: 10px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .banner-gray-without-image::after {
    background-size: cover;
    bottom: -90px;
  }
}

@media (max-width: 1024px) {
  .banner-gray-without-image::after {
    background-size: 100% 100%;
  }
}

@media (max-width: 768px) {
  .banner-gray-without-image::after {
    background-image: url(/wp-content/uploads/assets/images/gray-dots-mobile.png);
  }
}

.banner__video-button,
.banner__video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__video-container {
  flex-direction: column;
  gap: 1rem;
}

.banner__video-button {
  border-radius: 100%;
  background: #e6f8fe;
  width: 58px;
  height: 58px;
}

.banner__video-button svg,
.video-banner .video-banner-content .open-video-button-wrapper > button img {
  margin-left: 5px;
}

.banner .without-image-left-button {
  display: none;
}

@media (max-width: 1024px) {
  .banner .without-image-left-button {
    display: block;
    margin-right: auto;
  }
}

.banner .without-image-right-button {
  display: block;
}

@media (max-width: 1024px) {
  .banner .without-image-right-button {
    display: none;
  }
}

.banner__background {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.application-process {
  margin-top: 140px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 54px;
}

@media (max-width: 768px) {
  .application-process {
    margin-top: 70px !important;
    padding: 0;
    row-gap: 40px;
  }
}

.application-process .process {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.application-process__step-count {
  background: #05b8f6;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.application-process .process-content {
  margin-top: 14px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .application-process .process-content {
    flex-direction: column;
  }
}

.application-process .process-content__item {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.application-process .process-content__item--title {
  font-size: 20px;
  line-height: 23px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .application-process .process-content__item--title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 6px;
  }
}

.application-process .process-content__item--title b {
  font-size: 18px;
  line-height: 28px;
}

.application-process .process-content__item p {
  font-size: 16px;
  line-height: 26px;
  color: #546592;
}

@media (max-width: 768px) {
  .application-process .process-content__item p {
    font-size: 14px;
    line-height: 25px;
  }
}

.recommended-product {
  margin-top: 140px;
}

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

.recommended-product .swiper {
  overflow: initial;
}

@media (max-width: 768px) {
  .recommended-product .swiper {
    overflow: hidden;
    padding-bottom: 20px;
    margin-right: -20px;
  }
}

.recommended-product .recommended-list {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  height: initial;
  padding: 14px 0;
}

@media (max-width: 768px) {
  .recommended-product .recommended-list {
    margin-top: 30px;
    gap: 0;
  }
}

.recommended-product .recommended-list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.recommended-product .recommended-list .swiper-slide:nth-of-type(4n + 1) img {
  box-shadow: inset 0 14px 0 20px rgba(7, 183, 246, 0.28);
}

.recommended-product .recommended-list .swiper-slide:nth-of-type(4n + 2) img {
  box-shadow: inset 0 14px 0 20px rgba(234, 100, 29, 0.28);
}

.recommended-product .recommended-list .swiper-slide:nth-of-type(4n + 3) img {
  box-shadow: inset 0 14px 0 20px rgba(255, 203, 8, 0.28);
}

.recommended-product .recommended-list .swiper-slide:nth-of-type(4n + 4) img {
  box-shadow: inset 0 14px 0 20px rgba(27, 129, 196, 0.28);
}

.recommended-product .recommended-list .imaged-card__title {
  font-size: 20px;
  line-height: 28px;
  color: #0f2666;
}

.recommended-product .recommended-list .imaged-card__text {
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 75px;
}

.recommended-product .recommended-list .card {
  background: #fff;
  box-shadow: 0 1.5rem 1.5rem rgba(15, 38, 102, 0.1);
  border-radius: 2rem;
  max-width: 288px;
  width: 100%;
}

@media (max-width: 768px) {
  .recommended-product .recommended-list .card {
    margin: 0 auto 20px;
  }
}

.recommended-product .recommended-list .card .content {
  padding: 1.75rem;
}

.recommended-product .recommended-list .card:nth-of-type(4n + 1) img {
  box-shadow: inset 0 14px 0 20px rgba(7, 183, 246, 0.28);
}

.recommended-product .recommended-list .card:nth-of-type(4n + 2) img {
  box-shadow: inset 0 14px 0 20px rgba(234, 100, 29, 0.28);
}

.recommended-product .recommended-list .card:nth-of-type(4n + 3) img {
  box-shadow: inset 0 14px 0 20px rgba(255, 203, 8, 0.28);
}

.recommended-product .recommended-list .card:nth-of-type(4n + 4) img {
  box-shadow: inset 0 14px 0 20px rgba(27, 129, 196, 0.28);
}

.recommended-product .recommended-list .card img {
  max-width: initial;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.recommended-product .recommended-list .card .svg-container {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
}

.pos-integration {
  margin-top: 140px;
}

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

.pos-integration .sub-title {
  max-width: 75rem !important;
}

.pos-integration .integration-cards {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards {
    display: block;
    margin-top: 30px;
  }
}

.pos-integration .integration-cards .integration-card {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  color: #000;
  display: block;
  flex: 1;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards .integration-card {
    padding: 30px 20px;
  }

  .pos-integration .integration-cards .integration-card:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.pos-integration .integration-cards .integration-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards .integration-card__title {
    font-size: 18px;
  }
}

.pos-integration .integration-cards .integration-card__sub-title {
  font-size: 16px;
  line-height: 26px;
  margin: 14px 0;
  color: #0f2666;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards .integration-card__sub-title {
    font-size: 14px;
    margin: 5px 0;
  }
}

.pos-integration .integration-cards .integration-card .logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards .integration-card .logo-list {
    margin-top: 20px;
  }
}

.pos-integration .integration-cards .integration-card .logo-list img {
  max-height: 30px;
  width: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards .integration-card .logo-list img {
    max-height: 24px;
  }
}

.pos-integration .integration-cards .integration-card .logo-list span {
  background: #fff;
  border: 1px solid #e1e4ec;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #98a2b3;
  padding: 2px 20px;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards .integration-card .logo-list span {
    font-size: 10px;
    line-height: 20px;
    padding: 0 14px;
  }
}

.pos-integration .integration-cards .integration-card .link {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .pos-integration .integration-cards .integration-card .link {
    margin-top: 20px;
  }
}

.next-to-pos {
  margin-top: 140px;
}

@media (max-width: 1024px) {
  .next-to-pos {
    margin-top: 70px !important;
  }
}

.next-to-pos-head {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .next-to-pos-head {
    margin-bottom: 16px;
  }
}

.next-to-pos-head .sub-title {
  max-width: 65%;
}

@media (max-width: 768px) {
  .next-to-pos-head .sub-title {
    max-width: 100%;
  }
}

.next-to-pos-content {
  margin-left: 13rem;
}

@media (min-width: 1500px) {
  .next-to-pos-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
  }
}

@media (max-width: 1200px) {
  .next-to-pos-content {
    margin-left: unset;
  }
}

@media (max-width: 768px) {
  .next-to-pos-content {
    margin-left: unset;
  }
}

.next-to-pos .bottom {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .next-to-pos .bottom {
    position: absolute;
    right: 100px;
    top: 400px;
  }
}

@media (max-width: 768px) {
  .next-to-pos .bottom {
    display: none;
  }
}

.next-to-pos .bottom .pagination-container .next-btn-container,
.next-to-pos .bottom .pagination-container .prev-btn-container {
  width: 50px !important;
  height: 50px !important;
  margin-top: 80px;
}

/* .next-to-pos .nextToPosSwiper {
  padding-left: 10px;
  padding-right: 10px;
} */

@media (max-width: 768px) {
  .next-to-pos .nextToPosSwiper {
  }
}

.next-to-pos .nextToPosSwiper .swiper-wrapper {
  height: initial;
  padding: 30px 0 80px;
  gap: 100px;
}

@media (max-width: 768px) {
  .next-to-pos .nextToPosSwiper .swiper-wrapper {
    padding: 30px 0 40px;
  }
}

.next-to-pos .nextToPosSwiper .swiper-slide {
  max-width: 358px;
  width: 358px !important;
  min-height: 354px;
  height: 100%;
  max-height: 500px;
  margin-right: 0px !important;
}

@media (max-width: 1024px) {
  .next-to-pos .nextToPosSwiper {
    margin-right: -2rem;
  }

  .next-to-pos .nextToPosSwiper .swiper-slide-prev {
    visibility: hidden;
  }
}

.next-to-pos .nextToPosSwiper .swiper-slide-active {
  max-width: 358px;
  width: 358px !important;
  min-height: 354px;
  height: 100%;
  max-height: 500px;
  margin-right: 0px !important;
}

@media (max-width: 1024px) {
  .next-to-pos .nextToPosSwiper .swiper-slide-active {
    width: 215px !important;
    height: 100% !important;
  }
}

.next-to-pos .nextToPosSwiper .swiper-slide-active .card {
  background: #fff;
  border-radius: 2rem;
  padding: 62px 30px;
  max-width: 408px;
  width: 408px !important;
  height: 100%;
  min-height: 385px;
  max-height: 385px;
  box-shadow: 0 1.5rem 1.5rem rgba(15, 38, 102, 0.1);
}

@media (max-width: 1024px) {
  .next-to-pos .nextToPosSwiper .swiper-slide-active .card {
    width: 305px !important;
    height: 100% !important;
  }
}

.next-to-pos .nextToPosSwiper .swiper-slide-active .card .text {
  display: block !important;
  overflow: visible;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
}

.next-to-pos .card {
  background: #fff;
  border-radius: 2rem;
  padding: 62px 30px;
  max-width: 408px;
  width: 408px !important;
  height: 100%;
  min-height: 385px;
  max-height: 385px;
  box-shadow: 0 1.5rem 1.5rem rgba(15, 38, 102, 0.1);
}

@media (max-width: 768px) {
  .next-to-pos .card {
    max-width: 215px;
    padding: 30px;
    width: 215px !important;
    min-height: 500px !important;
  }
}

.next-to-pos .card .content {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .next-to-pos .card .card-image {
    width: 50px;
    height: 50px;
  }
}

.next-to-pos .card .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 768px) {
  .next-to-pos .card .card-title {
    font-size: 18px;
    min-height: 56px;
  }
}

.next-to-pos .card .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 15px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
}

@media (max-width: 1366px) {
  .next-to-pos .card .text {
    font-size: 14px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
  }
}

.work-partners-page .partner-advantage {
  display: flex;
  gap: 90px;
}

@media (max-width: 768px) {
  .work-partners-page .partner-advantage {
    display: block;
  }
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .work-partners-page .partner-advantage .partner-info {
    width: 50%;
  }
}

.work-partners-page .partner-advantage .partner-info h1 {
  font-size: 36px;
  line-height: 45px;
  color: #0f2666;
  width: 80%;
  margin: 100px 0 25px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .work-partners-page .partner-advantage .partner-info h1 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 15px;
  }
}

.work-partners-page .partner-advantage .partner-info p {
  margin-bottom: 25px;
  width: 80%;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .work-partners-page .partner-advantage .partner-info p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}

.work-partners-page .partner-advantage .partner-info .advantage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .work-partners-page .partner-advantage .partner-info .advantage-list {
    display: block;
    margin-bottom: 60px;
    margin-top: 35px;
  }
}

.work-partners-page
  .partner-advantage
  .partner-info
  .advantage-list
  .advantage-item {
  display: flex;
  flex: 0 1 45%;
  align-items: center;
}

.work-partners-page
  .partner-advantage
  .partner-info
  .advantage-list
  .advantage-item
  img {
  width: 73px;
  height: 73px;
  max-width: inherit;
}

@media (max-width: 768px) {
  .work-partners-page
    .partner-advantage
    .partner-info
    .advantage-list
    .advantage-item
    img {
    width: 55px;
    height: 55px;
  }
}

.work-partners-page
  .partner-advantage
  .partner-info
  .advantage-list
  .advantage-item
  span {
  margin-left: 14px;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .work-partners-page
    .partner-advantage
    .partner-info
    .advantage-list
    .advantage-item
    span {
    font-size: 14px;
    line-height: 25px;
    margin-left: 20px;
  }

  .work-partners-page
    .partner-advantage
    .partner-info
    .advantage-list
    .advantage-item {
    margin-bottom: 20px;
    align-items: center;
  }
}

.work-partners-page .partner-advantage .work-partners-form {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  max-width: 582px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .work-partners-page .partner-advantage .work-partners-form {
    width: 50%;
  }
}

.work-partners-page .partner-advantage .work-partners-form h4,
.work-partners-page .partner-advantage .work-partners-form > div {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .work-partners-page .partner-advantage .work-partners-form h4,
  .work-partners-page .partner-advantage .work-partners-form > div {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero.product-hero .hero-area .hero-content .hero-form form .form-group,
.work-partners-page .partner-advantage .work-partners-form form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .work-partners-page .partner-advantage .work-partners-form form .form-group {
    flex-direction: column;
    row-gap: 1rem;
  }

  .work-partners-page
    .partner-advantage
    .work-partners-form
    form
    .form-group.checkbox-group {
    flex-direction: row;
  }
}

.work-partners-page
  .partner-advantage
  .work-partners-form
  form
  .form-group
  .input-container {
  width: 100%;
}

.work-partners-page .partner-list {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .work-partners-page .partner-list {
    margin-top: 70px;
  }
}

.work-partners-page .partner-list .category {
  margin: 50px 0;
}

@media (max-width: 768px) {
  .work-partners-page .partner-list .category {
    margin: 30px 0;
    padding: 0;
  }
}

.work-partners-page .partner-list .category .filter-section {
  margin-bottom: 0;
}

.work-partners-page .partner-list .partner-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1024px) {
  .work-partners-page .partner-list .partner-cards {
    justify-content: center;
    gap: 15px;
  }
}

.work-partners-page .partner-list .partner-cards .item {
  padding: 30px 22px;
  border: 1px solid #e1e4ec;
  border-radius: 20px;
  max-width: 375px;
}

.work-partners-page .partner-list .partner-cards .item p {
  color: #0f2666;
  opacity: 0.7;
  margin: 20px 0;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .work-partners-page .partner-list .partner-cards .item p {
    line-height: 22px;
  }
}

.work-partners-page .partner-list .partner-cards .item img {
  max-width: 150px;
}

.work-partners-page .partner-list .partner-cards .item .svg-container {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
}

.mega-menu-card {
  width: calc(33.3333333333% - 50px);
}

.mega-menu-card > * + * {
  --flow-spacer: 1rem;
}

@media (max-width: 1024px) {
  .mega-menu-card {
    width: 100%;
    display: flex;
    max-width: initial;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .mega-menu-card > div {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .mega-menu-card {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .mega-menu-card:not(:last-of-type) {
    border-bottom: 1px solid #e1e4ec;
  }
}

.mega-menu-card__image {
  width: 190px;
  height: 75px;
}

@media (max-width: 1024px) {
  .mega-menu-card__image {
    width: 150px;
    height: 48px;
  }
}

.mega-menu-card__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mega-menu-card__content {
  margin-top: 14px;
}

@media (max-width: 1024px) {
  .mega-menu-card__content {
    margin: 0 0 0 14px;
    width: calc(100% - 100px);
  }
}

.mega-menu-card__title {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #0f2666;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .mega-menu-card__title {
    font-size: 14px;
    line-height: 24px;
  }
}

.mega-menu-card__desc {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.7;
  color: #0f2666;
  font-weight: 400;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .mega-menu-card__desc {
    font-size: 10px;
    line-height: 16px;
    margin-top: 0;
  }
}

.mega-menu-card.logo-card {
  width: calc(33.3333333333% - 35px);
}

@media (max-width: 1024px) {
  .mega-menu-card.logo-card {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.mega-menu-card.logo-card .mega-menu-card__image {
  width: auto;
  height: 24px;
}

@media (max-width: 1024px) {
  .mega-menu-card.logo-card .mega-menu-card__image {
    width: 124px;
    min-width: 124px;
  }

  .mega-menu-card.logo-card .mega-menu-card__content {
    width: calc(100% - 120px);
  }
}

.mega-menu-card.blog-card {
  width: calc(33.3333333333% - 25px);
  border: 1px solid #e1e4ec;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .mega-menu-card.blog-card {
    width: 100%;
    padding-bottom: 0;
  }
}

.mega-menu-card.blog-card .mega-menu-card__image {
  width: 100%;
  max-width: 215px;
  height: 76px;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .mega-menu-card.blog-card .mega-menu-card__image {
    width: 85px;
    border-radius: 16px 0 0 16px;
  }
}

.mega-menu-card.blog-card .mega-menu-card__image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .mega-menu-card.blog-card .mega-menu-card__image img {
    border-radius: 16px 0 0 16px;
  }
}

.mega-menu-card.blog-card .mega-menu-card__content {
  padding: 23px 13px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .mega-menu-card.blog-card .mega-menu-card__content {
    margin: 0 0 0 10px;
    padding: 14px 5px 14px 0;
    width: calc(100% - 85px);
  }
}

.mega-menu-card.blog-card .mega-menu-card__desc {
  margin-top: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .mega-menu-card.blog-card .mega-menu-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.mega-menu-card.product-mega-menu-card .mega-menu-card__image {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.imaged-card-type2 {
  display: flex;
  background: #fff;
  box-shadow: 0 1.5rem 1.5rem rgba(15, 38, 102, 0.1);
  border-radius: 2rem;
}

.imaged-card-type2__content,
.news-channel
  .tab-content
  .newsCardSwiper
  .swiper-wrapper
  .swiper-slide
  .imaged-card
  .imaged-card__content {
  padding: 10px 14px 15px;
}

.imaged-card-type2__tags {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 20px;
}

.imaged-card-type2__tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #98a2b3;
  background: #fff;
  border: 1px solid #e1e4ec;
  border-radius: 12px;
  padding: 0 23px;
}

.imaged-card-type2__title {
  font-size: 22px;
  line-height: 23px;
  color: #0f2666;
}

.imaged-card-type2__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #0f2666;
  opacity: 0.7;
  margin-top: 15px;
}

.imaged-card-type2 img {
  max-width: initial;
  border-radius: 0 0 0 0;
}

.imaged-card-type2 .svg-container {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
  margin-top: 20px;
}

.imaged-card-type2.card-wrapper {
  padding: 40px 30px;
  box-shadow: none;
  flex: 1;
}

.imaged-card-type2.card-wrapper .imaged-card__image {
  padding: 4px 0;
}

.imaged-card-type2.card-wrapper .imaged-card__image img,
.imaged-card.card-wrapper .imaged-card__image img {
  border-radius: unset;
}

.imaged-card-type2.card-wrapper .imaged-card__content {
  padding: 20px 0 0;
}

.imaged-card-type2.card-wrapper .imaged-card__title {
  font-size: 20px;
  line-height: 28px;
}

.imaged-card-type2.card-wrapper .imaged-card__text {
  margin-top: 8px;
}

.imaged-card-type2__buttons {
  margin-top: 15px;
  display: flex;
}

.imaged-card-type2__buttons .button {
  font-size: 14px;
}

.imaged-card-type2__buttons .button:first-of-type {
  margin-right: 10px;
}

.imaged-card {
  background: #fff;
  box-shadow: 0 1.5rem 1.5rem rgba(15, 38, 102, 0.1);
  border-radius: 2rem;
}

.imaged-card__content {
  padding: 16px 14px 35px;
}

.imaged-card__tags {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 20px;
}

.imaged-card__tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #98a2b3;
  background: #fff;
  border: 1px solid #e1e4ec;
  border-radius: 12px;
  padding: 0 23px;
}

.imaged-card__title {
  font-size: 22px;
  line-height: 23px;
  color: #0f2666;
}

.imaged-card__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #0f2666;
  opacity: 0.7;
  margin-top: 15px;
}

.imaged-card img {
  max-width: initial;
  border-radius: 20px 20px 0 0;
}

.imaged-card .svg-container {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
  margin-top: 20px;
}

.imaged-card.card-wrapper {
  padding: 40px 30px;
  box-shadow: none;
}

.imaged-card.card-wrapper .imaged-card__image {
  padding: 4px 0;
}

.imaged-card.card-wrapper .imaged-card__content {
  padding: 30px 0 0;
}

@media (max-width: 768px) {
  .imaged-card.card-wrapper .imaged-card__content {
    padding: 10px 0 0;
  }
}

.imaged-card.card-wrapper .imaged-card__title {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .imaged-card.card-wrapper .imaged-card__title {
    font-size: 18px;
  }
}

.imaged-card.card-wrapper .imaged-card__text {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .imaged-card.card-wrapper .imaged-card__text {
    font-size: 14px;
  }
}

.imaged-card__buttons {
  margin-top: 15px;
  display: flex;
}

.imaged-card__buttons .button {
  font-size: 14px;
}

.imaged-card__buttons .button:first-of-type {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .imaged-card.why-choose-us-card-item {
    padding: 30px 20px;
  }
}

.imaged-card.open-sources-card {
  padding-top: 0;
}

.imaged-card.open-sources-card .imaged-card__image,
td,
th {
  padding: 0;
}

.imaged-card.open-sources-card .imaged-card__text {
  margin-top: 0;
}

.imaged-card.open-sources-card .imaged-card__content {
  padding-top: 0;
}

.card-mobile-link {
  color: #0f2666;
  display: none;
  align-items: center;
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
}

.card-mobile-link div {
  width: 20px;
  height: 20px;
  background: #e6f8fe;
  border-radius: 50%;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .card-mobile-link {
    display: flex;
  }
}

.which-product-card {
  justify-content: flex-start;
}

.which-product-card .left-part {
  max-width: 700px;
  margin-right: 87px;
}

@media (max-width: 768px) {
  .which-product-card .left-part {
    margin-right: 30px;
  }
}

.which-product-card .card-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

.which-product-card .which-product-image .card-backgroun-image {
  position: absolute;
}

.which-product-card .which-product-image .card-image {
  position: relative;
  bottom: 35px;
}

.which-product-card .which-product-image .card-image > img {
  height: 360px;
}

.video-banner {
  background: linear-gradient(
    180deg,
    rgba(225, 228, 236, 0.67) 0,
    rgba(225, 228, 236, 0.42) 100%
  );
  margin-top: 140px;
  padding: 30px 0;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .video-banner {
    margin-top: 70px;
    padding: 40px 0;
  }
}

.video-banner .video-banner-bg {
  position: absolute;
  bottom: 0;
  left: 5rem;
}

@media (max-width: 1024px) {
  .video-banner .video-banner-bg {
    bottom: 50px;
    left: 0;
  }
}

@media (max-width: 768px) {
  .video-banner .video-banner-bg {
    bottom: 0;
    height: 100%;
  }
}

.video-banner .video-banner-image > img {
  margin: 50px auto 20px;
}

@media (max-width: 1024px) {
  .video-banner .video-banner-image > img {
    margin: 30px auto 20px;
  }
}

@media (max-width: 768px) {
  .video-banner .video-banner-image > img {
    margin: 20px auto 30px;
  }
}

.video-banner .video-banner-content {
  position: relative;
}

.video-banner .video-banner-content .video-banner-title {
  font-size: 36px;
  line-height: 45px;
  width: 51%;
}

@media (max-width: 1024px) {
  .video-banner .video-banner-content .video-banner-title {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .video-banner .video-banner-content .video-banner-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.video-banner .video-banner-content .open-video-button-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-banner .video-banner-content .open-video-button-wrapper > button {
  background: #e6f8fe;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.video-banner .video-banner-content .open-video-button-wrapper .button-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.promotion-card {
  margin: 140px auto 0;
}

@media (max-width: 768px) {
  .promotion-card {
    margin: 0 auto;
  }
}

.promotion-card .category-card-container {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .promotion-card .category-card-container {
    gap: 34px;
  }

  .promotion-card .category-card-container .left-part {
    padding-left: 20px;
  }
}

.promotion-card
  .category-card-container
  .left-part
  picture:not(:first-of-type) {
  margin-top: 50px !important;
  display: block;
}

@media (max-width: 768px) {
  .promotion-card .category-card-container .left-part img:not(:first-of-type),
  .promotion-card
    .category-card-container
    .left-part
    picture:not(:first-of-type) {
    margin-top: 40px !important;
  }

  .promotion-card .category-card-container .left-part img {
    width: 50px;
  }

  .promotion-card .category-card-container .left-part .card-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .promotion-card .category-card-container .left-part .card-text {
    font-size: 14px;
    line-height: 25px;
  }
}

.achievement-cards {
  margin: 80px 0 0;
}

@media (max-width: 768px) {
  .achievement-cards {
    margin: 40px 0 0;
  }
}

.achievement-cards .achievement-card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  max-height: 300px;
  min-height: 200px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .achievement-cards .achievement-card {
    display: block;
    max-height: none;
    margin-bottom: 15px;
  }
}

.achievement-cards .achievement-card:last-of-type {
  margin-bottom: 0;
}

.achievement-cards .achievement-card__content {
  padding: 30px;
  flex: 1 0 50%;
}

@media (max-width: 1024px) {
  .achievement-cards .achievement-card__content {
    padding: 16px 30px;
  }
}

.achievement-cards .achievement-card__content--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0f2666;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .achievement-cards .achievement-card__content--title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.achievement-cards .achievement-card__content--desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #546592;
}

@media (max-width: 1024px) {
  .achievement-cards .achievement-card__content--desc {
    font-size: 14px;
  }
}

.achievement-cards .achievement-card__image {
  flex: 1 0 50%;
}

.achievement-cards .achievement-card__image img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 200px;
  max-height: 300px;
}

@media (max-width: 1024px) {
  .achievement-cards .achievement-card__image img {
    min-height: 100px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    max-height: 120px;
  }
}

.tab-panel.active-tab {
  color: #07b7f6;
  font-weight: 600;
  border-bottom: 3px solid #07b7f6;
}

.tab-panel-image {
  min-width: 200px;
}

.tab-content,
.years-slider .pagination-container .swiper-button-next:after,
.years-slider .pagination-container .swiper-button-prev:after,
.years-slider
  .shop-panel
  .swiper
  .pagination-container
  .swiper-button-next::after,
.years-slider
  .shop-panel
  .swiper
  .pagination-container
  .swiper-button-prev::after,
.years-slider .timeline-dates .swiper-slide .item div span {
  display: none;
}

.tab-content.active-content {
  display: block;
}

@media (max-width: 768px) {
  .tabs {
    flex-direction: column !important;
    position: relative;
    margin: 0 20px;
    border-bottom: none !important;
  }

  .tabs::after {
    content: url(/wp-content/uploads/assets/images/icons/arrow-down.svg);
    width: 32px;
    height: 32px;
    background: #e4e7ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 6px;
  }

  .tabs .tab-panel {
    display: none;
    color: #0f2666;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .tabs .tab-panel {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tabs .active-tab {
    display: block;
    background: red;
    border-bottom: none !important;
  }

  .tabs .active-tab,
  .tabs.acc {
    background: rgba(15, 38, 102, 0.03) !important;
    border-radius: 15px;
  }

  .tabs.acc .tab-panel {
    display: block;
  }
}

.news-channel {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .news-channel {
    margin-top: 70px;
    margin-bottom: 15px !important;
  }
}

.news-channel .news-channel-head {
  max-width: 59rem;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .news-channel .news-channel-head {
    margin-bottom: 15px;
  }
}

.news-channel .tab-content .newsCardSwiper {
  margin-left: 12rem;
  height: auto;
}

@media (max-width: 768px) {
  .news-channel .tab-content .newsCardSwiper {
    margin-left: 20px;
  }
}

.news-channel .tab-content .newsCardSwiper .bottom {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-right: 12rem;
}

@media (max-width: 1024px) {
  .news-channel .tab-content .newsCardSwiper .bottom {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .news-channel .tab-content .newsCardSwiper .bottom {
    margin-right: 0;
    padding-right: 2rem;
    justify-content: flex-end;
    margin-top: 45px;
  }
}

.news-channel .tab-content .newsCardSwiper .bottom .line {
  flex-grow: 1;
  height: 0.2rem;
  background-color: rgba(5, 44, 70, 0.1);
}

@media (max-width: 768px) {
  .news-channel .tab-content .newsCardSwiper .bottom .line {
    display: none;
  }
}

.news-channel .tab-content .newsCardSwiper .bottom .pagination-container {
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .news-channel .tab-content .newsCardSwiper .bottom .pagination-container {
    display: none;
  }
}

.news-channel .tab-content .newsCardSwiper .swiper-wrapper {
  height: 300px;
}

@media (max-width: 768px) {
  .news-channel .tab-content .newsCardSwiper .swiper-wrapper {
    height: auto;
  }
}

.news-channel .tab-content .newsCardSwiper .swiper-wrapper .swiper-slide {
  width: initial;
}

@media (max-width: 768px) {
  .news-channel .tab-content .newsCardSwiper .swiper-wrapper .swiper-slide {
    width: 90%;
    margin-right: 15px !important;
  }
}

.news-channel
  .tab-content
  .newsCardSwiper
  .swiper-wrapper
  .swiper-slide
  .imaged-card {
  display: flex;
}

.news-channel
  .tab-content
  .newsCardSwiper
  .swiper-wrapper
  .swiper-slide
  .imaged-card
  img {
  border-radius: 0 0 0 0;
}

@media (max-width: 768px) {
  .news-channel
    .tab-content
    .newsCardSwiper
    .swiper-wrapper
    .swiper-slide
    .imaged-card
    img {
    width: 119px;
    height: 192.92px;
  }
}

.news-channel
  .tab-content
  .newsCardSwiper
  .swiper-wrapper
  .swiper-slide
  .imaged-card
  .imaged-card__content
  .imaged-card__text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .news-channel
    .tab-content
    .newsCardSwiper
    .swiper-wrapper
    .swiper-slide
    .imaged-card
    .imaged-card__content
    .imaged-card__text {
    margin-top: 10px;
  }
}

.news-channel
  .tab-content
  .newsCardSwiper
  .swiper-wrapper
  .swiper-slide
  .imaged-card
  .imaged-card__content
  img {
  width: 118px;
  height: 30px;
}

@media (max-width: 768px) {
  .news-channel
    .tab-content
    .newsCardSwiper
    .swiper-wrapper
    .swiper-slide
    .imaged-card
    .imaged-card__content
    img {
    width: auto;
    height: 24px;
  }

  .news-channel
    .tab-content
    .newsCardSwiper
    .swiper-wrapper
    .swiper-slide
    .imaged-card
    .imaged-card__content {
    padding: 20px;
  }
}

.news-channel
  .tab-content
  .newsCardSwiper
  .swiper-wrapper
  .swiper-slide
  .imaged-card
  .imaged-card__content
  .svg-container {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  border-radius: 50%;
  transform: rotate(-90deg);
  margin-top: 20px;
}

@media (max-width: 768px) {
  .news-channel
    .tab-content
    .newsCardSwiper
    .swiper-wrapper
    .swiper-slide
    .imaged-card
    .imaged-card__content
    .svg-container {
    margin-top: 10px;
  }
}

.news-channel
  .tab-content
  .newsCardSwiper
  .swiper-wrapper
  .swiper-slide
  .imaged-card__text {
  width: 330px;
}

@media (max-width: 768px) {
  .news-channel
    .tab-content
    .newsCardSwiper
    .swiper-wrapper
    .swiper-slide
    .imaged-card__text {
    width: 100%;
  }
}

.trust {
  margin-top: 140px;
}

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

.trust .trust-head {
  margin-bottom: 6.4rem;
}

.blog-detail-container .sidebar-box .sidebar-scroll li.active,
.tracking-form__content h3 font,
.trust .trust-head .section-title .clr-primary-light {
  color: #07b7f6;
}

.trust .trust-head .center {
  text-align: center;
  margin: 0 auto;
}

.trust .trust-head .next-to-pos-head .sub-title {
  max-width: 65%;
}

.trust .corparate-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .trust .corparate-images {
    flex-direction: column;
    gap: 1rem;
  }
}

.trust .corparate-images .central-bank-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  padding: 0 6rem;
}

@media (max-width: 768px) {
  .trust .corparate-images .central-bank-icon {
    width: 100%;
    height: 84px;
  }
}

.trust .corparate-images .todeb-icon {
  border: 1px solid rgba(15, 38, 102, 0.1);
  border-radius: 10px;
  padding: 0 6rem;
}

@media (max-width: 768px) {
  .trust .corparate-images .todeb-icon {
    width: 270px;
  }
}

.trust .corparate-images div {
  border: 1px solid rgba(15, 38, 102, 0.1);
  border-radius: 10px;
}

.location {
  color: #fff;
  height: 320px;
  margin-top: 140px;
}

@media (max-width: 1024px) {
  .location {
    height: initial;
    margin-top: 70px;
  }
}

.location .location-product-card {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 2rem;
  height: 370px;
}

@media (max-width: 1024px) {
  .location .location-product-card {
    flex-direction: column;
    gap: 1rem;
    height: initial;
    align-items: center;
  }
}

.location .location-product-card .left-part {
  padding: 40px 52px 49px 33px;
  max-width: 630px;
}

.location .location-product-card .left-part iframe {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .location .location-product-card .left-part iframe {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .location .location-product-card .left-part iframe {
    width: 313px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .location .location-product-card .left-part {
    padding: 17px 20px;
  }
}

.location .location-product-card .left-part .button-primary {
  align-self: flex-start;
}

.location .location-product-card .title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .location .location-product-card .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.location .location-product-card .sub-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  .location .location-product-card .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.location .location-product-card .location-product-card-image {
  padding: 49px 6rem 2rem 2rem;
}

@media (max-width: 768px) {
  .location .location-product-card .location-product-card-image {
    padding: 20px 20px 30px;
  }
}

.location .location-product-card .location-product-card-image .tab-content {
  font-style: normal;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  margin-top: 38px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

@media (max-width: 768px) {
  .location .location-product-card .location-product-card-image .tab-content {
    margin-top: 30px;
  }
}

.location
  .location-product-card
  .location-product-card-image
  .tab-content
  .head {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .location
    .location-product-card
    .location-product-card-image
    .tab-content
    .head {
    font-size: 14px;
  }
}

.location
  .location-product-card
  .location-product-card-image
  .tab-content
  .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #546592;
}

@media (max-width: 768px) {
  .location
    .location-product-card
    .location-product-card-image
    .tab-content
    .text {
    font-size: 14px;
  }
}

.location
  .location-product-card
  .location-product-card-image
  .location-channel-head {
  color: #0f2666;
}

.location
  .location-product-card
  .location-product-card-image
  .location-channel-head
  h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}

@media (max-width: 768px) {
  .location
    .location-product-card
    .location-product-card-image
    .location-channel-head
    h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.location
  .location-product-card
  .location-product-card-image
  .location-channel-head
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .location
    .location-product-card
    .location-product-card-image
    .location-channel-head
    p {
    font-size: 14px;
  }

  .location .location-product-card .location-product-card-image .tabs {
    margin: 0 20px;
    flex-direction: row !important;
    position: inherit;
  }
}

.location .location-product-card .location-product-card-image .tabs .tab-panel {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .location
    .location-product-card
    .location-product-card-image
    .tabs
    .tab-panel {
    padding: 15px 0;
    display: inherit;
  }
}

.location .location-product-card .location-product-card-image .payment-tabs {
  display: flex;
  justify-content: center;
  gap: 10rem;
  border-bottom: 1px solid rgba(15, 38, 102, 0.1);
  width: 100%;
}

@media (max-width: 768px) {
  .location .location-product-card .location-product-card-image .payment-tabs {
    gap: inherit;
    margin: 0;
    border-bottom: 1px solid rgba(15, 38, 102, 0.1) !important;
  }
}

.location
  .location-product-card
  .location-product-card-image
  .payment-tabs
  .tab-panel {
  background-color: transparent;
  padding: 2rem;
  width: 50%;
}

.location
  .location-product-card
  .location-product-card-image
  .payment-tabs
  .active-tab {
  color: #07b7f6;
  font-weight: 600;
  border-bottom: 3px solid #07b7f6 !important;
}

@media (max-width: 768px) {
  .location
    .location-product-card
    .location-product-card-image
    .payment-tabs
    .active-tab {
    display: block !important;
    border-radius: 0;
    background-color: inherit !important;
  }
}

.about-us-hero .hero-bg-neutral {
  height: 95%;
  margin-top: 150px;
}

.about-us-hero .hero-bg-neutral .page-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #0f2666;
  text-align: center;
}

@media (max-width: 768px) {
  .about-us-hero .hero-bg-neutral .page-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.about-us-hero .hero-bg-neutral .hero-container {
  height: 110%;
  margin: 0 auto;
}

.about-us-hero .hero-bg-neutral .hero-container .hero-area,
.payments-hero .hero-bg-neutral .hero-container .hero-area {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.about-us-hero .hero-bg-neutral .hero-container .hero-area .section-container,
.payments-hero .hero-bg-neutral .hero-container .hero-area .section-container {
  height: 90%;
  width: 100%;
}

.about-us-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content {
  display: flex;
  align-items: center;
  gap: 150px;
  position: relative;
  height: 100%;
}

@media (max-width: 768px) {
  .about-us-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content {
    flex-direction: column-reverse;
    row-gap: 70px;
  }
}

.about-us-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content {
  max-width: 450px;
}

.about-us-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #546592;
}

@media (max-width: 768px) {
  .about-us-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-text-content
    p {
    font-size: 14px;
  }
}

.about-us-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  p::first-child {
  margin-top: 20px !important;
}

.about-us-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .about-us-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-text-content
    h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
}

.payments-hero {
  margin-top: 140px;
  color: #0f2666;
}

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

.payments-hero.starting-hero {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .payments-hero.starting-hero {
    margin-top: 0;
  }

  .payments-hero.starting-hero .section-container {
    margin-top: 0 !important;
  }
}

.payments-hero .hero-bg-neutral {
  height: 95%;
}

.payments-hero .hero-bg-neutral .hero-container {
  height: 110%;
  margin: 0 auto;
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content {
  display: flex;
  align-items: center;
  gap: 150px;
  position: relative;
  height: 100%;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content {
    flex-direction: column;
    row-gap: 40px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content.mobile-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-form {
    flex: 1 0 45%;
  }
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-form
  img {
  max-width: 500px;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-form
    img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-form
    img {
    max-width: 100%;
  }
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content {
  max-width: 450px;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-text-content {
    flex: 1 0 45%;
  }
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #546592;
}

@media (max-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-text-content
    p {
    font-size: 14px;
  }
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: inherit;
  color: #546592;
}

@media (max-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-text-content
    h2 {
    font-size: 16px;
    line-height: inherit;
  }
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  .btn-container {
  display: flex;
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  .button {
  min-width: 128px;
  justify-content: center;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-text-content
    .button {
    height: 37px;
    min-width: 100px;
    border-radius: 10px;
  }
}

.payments-hero
  .hero-bg-neutral
  .hero-container
  .hero-area
  .section-container
  .hero-content
  .hero-text-content
  .button.button-primary-light {
  margin-right: 25px;
}

@media (max-width: 768px) {
  .payments-hero
    .hero-bg-neutral
    .hero-container
    .hero-area
    .section-container
    .hero-content
    .hero-text-content
    .button.button-primary-light {
    min-width: 150px;
  }
}

.hiring {
  color: #fff;
  height: 320px;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .hiring {
    height: initial;
    margin-top: 70px;
  }
}

.hiring .hiring-product-card {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, #1b81c4 0, #07b7f6 100%);
  border-radius: 2rem;
  height: 320px;
}

@media (max-width: 768px) {
  .hiring .hiring-product-card {
    height: initial;
    flex-direction: column;
  }
}

.hiring .hiring-product-card .hiring-card-image {
  transform: translateY(-6rem);
  width: 45%;
}

@media (max-width: 768px) {
  .hiring .hiring-product-card .hiring-card-image {
    width: initial;
    transform: translateY(0);
  }
}

.hiring .hiring-product-card .hiring-card-image img {
  width: 100%;
}

.hiring .hiring-product-card .left-part {
  padding: 27px 55px 50px 90px;
  max-width: 630px;
}

@media (max-width: 768px) {
  .hiring .hiring-product-card .left-part {
    padding: 40px 20px;
  }
}

.hiring .hiring-product-card .left-part .title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  position: relative;
  top: 0;
}

@media (max-width: 768px) {
  .hiring .hiring-product-card .left-part .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.hiring .hiring-product-card .left-part .sub-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  .hiring .hiring-product-card .left-part .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.hiring .hiring-product-card .left-part .buttons {
  display: flex;
  gap: 3rem;
}

@media (max-width: 768px) {
  .hiring .hiring-product-card .left-part .buttons {
    margin-top: 20px;
    flex-direction: column;
  }
}

.hiring .hiring-product-card .left-part .buttons .button-primary-light {
  border: 1px solid #fff;
  text-align: center;
}

.hiring .hiring-product-card .left-part .buttons .button {
  width: 198px;
  justify-content: center;
}

.partnership-channel {
  margin-top: 140px;
}

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

.partnership-channel .partnership-channel-head {
  max-width: 59rem;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .partnership-channel .partnership-channel-head {
    margin-bottom: 15px;
  }
}

.partnership-channel .solution-tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
  border-bottom: 1px solid rgba(15, 38, 102, 0.1);
}

.infrastructure-slider .solution-tabs button,
.partnership-channel .solution-tabs button {
  background-color: transparent;
  padding: 2rem;
}

.partnership-channel .solution-tabs .disabled {
  opacity: 0.7;
}

.partnership-channel .tab-content {
  margin-top: 20px;
}

.partnership-channel .slide-track .img-wrapper img,
.partnership-channel .swiper,
.partnership-channel .swiper-slide .img-wrapper img {
  height: auto;
}

@media (max-width: 1024px) {
  .partnership-channel .swiper {
    margin-left: 0;
    padding-left: 2rem;
  }
}

.partnership-channel .swiper .swiper-wrapper {
  height: initial;
  padding: 50px 0 0;
  transition-timing-function: linear;
}

@media (max-width: 768px) {
  .partnership-channel .swiper .swiper-wrapper {
    padding: 25px 0 0;
  }
}

.partnership-channel .slide-track,
.partnership-channel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.partnership-channel .slide-track .img-wrapper,
.partnership-channel .swiper-slide .img-wrapper {
  width: 252px;
  height: 160px;
  padding: 14px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .partnership-channel .slide-track .img-wrapper,
  .partnership-channel .swiper-slide .img-wrapper {
    width: 120px;
    height: 70px;
    padding: 14px 18px;
    margin-right: 14px;
  }
}

.partnership-channel .bottom {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-right: 12rem;
}

@media (max-width: 1024px) {
  .partnership-channel .bottom {
    margin-right: 0;
    padding-right: 2rem;
    justify-content: flex-end;
  }
}

.partnership-channel .bottom .pagination-container {
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .partnership-channel .bottom .pagination-container {
    display: none;
  }
}

.partnership-channel .bottom .pagination-container > a,
.years-slider .timeline-dates .swiper-slide .item div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e4e7ec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnership-channel .bottom .pagination-container .prev-btn-container {
  transform: rotate(90deg);
}

.partnership-channel .bottom .pagination-container .next-btn-container {
  transform: rotate(-90deg);
}

.partnership-channel .bottom .line {
  flex-grow: 1;
  height: 0.2rem;
  background-color: rgba(5, 44, 70, 0.1);
}

@media (max-width: 768px) {
  .partnership-channel .bottom .line {
    display: none;
  }
}

.achievement {
  margin-top: 140px;
  margin-left: 12rem;
}

@media (max-width: 768px) {
  .achievement {
    margin-top: 70px;
    margin-left: 20px;
  }
}

.achievement .next-to-pos-content {
  margin-left: 0 !important;
}

@media (min-width: 1500px) {
  .achievement .next-to-pos-content {
    margin-left: auto !important;
  }
}

.achievement-head {
  margin-bottom: 6.4rem;
}

@media (max-width: 768px) {
  .achievement-head {
    margin-bottom: 4rem;
  }
}

.achievement-head .sub-title {
  max-width: 65%;
}

@media (max-width: 768px) {
  .achievement-head .sub-title {
    max-width: 100%;
  }
}

.achievement .bottom {
  display: flex;
  justify-content: flex-end;
  margin-right: 12rem;
}

@media (max-width: 768px) {
  .achievement .bottom {
    display: none;
  }
}

.achievement .nextToPosSwiperAchievement {
  height: auto;
}

.achievement .nextToPosSwiperAchievement .swiper-wrapper {
  height: initial;
  padding: 20px 0 80px;
}

@media (max-width: 768px) {
  .achievement .nextToPosSwiperAchievement .swiper-wrapper {
    padding: 30px 0 20px;
  }
}

.achievement .nextToPosSwiperAchievement .swiper-slide {
  width: 560px;
  height: auto;
}

@media (max-width: 1024px) {
  .achievement .nextToPosSwiperAchievement {
    margin-right: -20px;
  }
}

.achievement .card,
.type3 {
  background: #fff;
  box-shadow: 0 1.5rem 1.5rem rgba(15, 38, 102, 0.1);
  border-radius: 2rem;
}

.achievement .card {
  height: 100%;
}

.achievement .card .card-image {
  border-radius: 2rem 2rem 0 0;
  max-height: 175px;
  overflow: hidden;
}

.achievement .card .card-image img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.achievement .card .content {
  padding: 3rem;
}

@media (max-width: 768px) {
  .achievement .card .content {
    padding: 30px;
    min-height: 170px;
  }
}

.achievement .card .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 768px) {
  .achievement .card .card-title {
    font-size: 18px;
    min-height: 56px;
  }
}

.achievement .card .text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0f2666;
  min-height: 84px;
}

@media (max-width: 768px) {
  .achievement .card .text {
    font-size: 18px;
    line-height: 28px;
  }
}

.achievement .card:hover .text {
  text-overflow: unset;
  display: block;
}

.type3 {
  max-width: 288px;
}

@media (max-width: 768px) {
  .type3 {
    max-width: 215px;
  }
}

.type3:hover {
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  position: relative;
  z-index: 99;
}

.type3 .content {
  padding: 3rem;
}

.type3 .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 768px) {
  .type3 .card-title {
    font-size: 18px;
    min-height: 56px;
  }
}

.type3 .text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0f2666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .type3 .text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.years-slider {
  margin-top: 140px;
}

.years-slider h1 {
  font-size: 76px;
}

.years-slider h2 {
  font-size: 44px;
}

@media (max-width: 768px) {
  .years-slider h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

.customer-stories-detail-container .why-choose-us .why-choose-us-head > h2,
.customer-story-solutions-container .why-choose-us .why-choose-us-head > h2,
.cutomer-stories-page
  .customer-cards
  .why-choose-us-content
  .reference-head
  > h2,
.years-slider h4 {
  font-size: 28px;
}

.years-slider .shop-panel-head {
  text-align: center;
  margin: 0 auto 15px;
}

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

.years-slider .timeline {
  padding: 0 2rem;
}

.years-slider .timeline-dates {
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  margin: 50px 0 34px;
  width: 100%;
  overflow: hidden;
}

.years-slider .timeline-dates .swiper-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding: 12px 0;
}

.years-slider .pagination-container {
  display: block;
}

.years-slider .pagination-container .next-btn-container,
.years-slider .pagination-container .prev-btn-container {
  width: 50px;
  height: 50px;
}

.years-slider .pagination-container .next-btn-container svg,
.years-slider .pagination-container .prev-btn-container svg {
  width: 20px;
}

.years-slider .pagination-container .swiper-button-prev {
  top: auto;
  margin-top: 22px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .years-slider .pagination-container .swiper-button-prev {
    margin-top: 22px;
    top: auto;
  }
}

.years-slider .pagination-container .swiper-button-next {
  top: auto;
  margin-top: 22px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .years-slider .pagination-container .swiper-button-next {
    margin-top: 22px;
    top: auto;
  }
}

.years-slider .timeline-dates .swiper-slide {
  color: #fff;
  cursor: pointer;
  font-family: "Times New Roman", serif;
  font-weight: 700;
  font-style: italic;
  min-height: 37px;
  width: auto;
  height: 100%;
}

.years-slider .timeline-dates .swiper-slide .item div {
  position: relative;
  font-size: 1.5rem;
  opacity: 0.4;
  top: 0;
  color: #07b7f6;
  background-color: #b5e9fc;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .years-slider .timeline-dates .swiper-slide .item div {
    display: none;
  }
}

.years-slider .timeline-dates .swiper-slide .item {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .years-slider .timeline-dates .swiper-slide .item {
    width: 100px;
  }
}

.years-slider .timeline-dates .swiper-slide-active .item div {
  font-size: 2rem;
  opacity: 1;
  top: -0.5rem;
  background: #07b7f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.years-slider .timeline-dates .swiper-slide-active .item div:before {
  content: "";
  width: 111px;
  height: 111px;
  background-color: #e6f8fe;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.years-slider .timeline-dates .swiper-slide-active .item div span,
.years-slider .timeline-dates .swiper-wrapper .swiper-slide-next div span,
.years-slider .timeline-dates .swiper-wrapper .swiper-slide-prev div span {
  display: initial !important;
}

.years-slider .timeline-dates .swiper-wrapper .swiper-slide-next div,
.years-slider .timeline-dates .swiper-wrapper .swiper-slide-prev div {
  width: 60px;
  height: 60px;
}

.years-slider .timeline-dates .swiper-slide-active .item div {
  width: 80px;
  height: 80px;
}

.years-slider .timeline-dates .swiper-slide-active:after {
  background-color: #e39034;
}

.years-slider .shop-panel .swiper .pagination-container {
  position: relative;
  z-index: 999999;
}

.years-slider .shop-panel .swiper .pagination-container .swiper-button-next,
.years-slider .shop-panel .swiper .pagination-container .swiper-button-prev {
  margin-top: 0;
  top: 0;
}

.years-slider .shop-panel .swiper .swiper-wrapper {
  height: auto;
}

.years-slider .shop-panel .swiper .swiper-wrapper .swiper-slide .list-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.years-slider
  .shop-panel
  .swiper
  .swiper-wrapper
  .swiper-slide
  .list-wrapper
  .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 30px;
  background: #fff;
  border-radius: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-size: 18px;
  line-height: 30px;
  height: 90px;
}

@media (max-width: 768px) {
  .years-slider
    .shop-panel
    .swiper
    .swiper-wrapper
    .swiper-slide
    .list-wrapper
    .list-item {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  .years-slider
    .shop-panel
    .swiper
    .swiper-wrapper
    .swiper-slide
    .list-wrapper
    .list-item:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }

  .years-slider
    .shop-panel
    .swiper
    .swiper-wrapper
    .swiper-slide
    .list-wrapper.show-all-list
    .list-item {
    display: flex !important;
  }
}

.years-slider .shop-panel .swiper .swiper-pagination {
  display: flex;
  justify-content: space-evenly;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}

.years-slider
  .shop-panel
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #07b7f6;
}

.years-slider .shop-panel .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07b7f6;
  background: #b5e9fc;
}

.years-slider .show-milestone {
  margin: 34px auto 0;
}

.achivement-statistic {
  padding: 20px 12px;
  position: relative;
}

@media (max-width: 768px) {
  .achivement-statistic {
    padding: 20px 12px 0;
  }
}

.achivement-statistic::after {
  content: "";
  background: url(/wp-content/uploads/assets/images/achivement-statistic-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .achivement-statistic::after {
    background: url(/wp-content/uploads/assets/images/achivement-statistic-mobile-bg.png);
    background-repeat: no-repeat;
  }
}

.achivement-statistic .achivement-statistic-content {
  padding: 50px 90px;
  background: #e8f2f9;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .achivement-statistic .achivement-statistic-content {
    display: block;
    padding: 40px 54;
  }
}

.achivement-statistic .achivement-statistic-content .achivement-item {
  text-align: center;
  max-width: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .achivement-statistic .achivement-statistic-content .achivement-item {
    margin: 0 auto;
    max-width: 100%;
  }
}

.achivement-statistic .achivement-statistic-content .achivement-item--title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0f2666;
}

@media (max-width: 1024px) {
  .achivement-statistic .achivement-statistic-content .achivement-item--title {
    font-size: 16px;
    line-height: 26px;
  }
}

.achivement-statistic .achivement-statistic-content .achivement-item--number {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  color: #0f2666;
}

@media (max-width: 1024px) {
  .achivement-statistic .achivement-statistic-content .achivement-item--number {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
  }
}

.achivement-statistic .achivement-statistic-content hr {
  border: 1px solid #e1e4ec;
}

.cutomer-stories-page .category-header .filter-section {
  margin-bottom: 0;
}

.cutomer-stories-page .customer-cards {
  margin-top: 0;
}

.cutomer-stories-page .customer-cards .cards {
  flex-wrap: wrap;
}

.cutomer-stories-page .customer-cards .cards .imaged-card {
  flex: 0 0 calc(50% - 2rem);
}

.cutomer-stories-page
  .customer-cards
  .why-choose-us-content
  .pagination-container {
  margin: 74px 0 154px;
}

.cutomer-stories-page .customer-cards .why-choose-us-content .reference-head {
  margin-bottom: 40px;
}

.customer-stories-detail .filter-section {
  display: none;
}

.customer-stories-detail-container h2,
.customer-stories-detail-container h3,
.customer-stories-detail-container h4,
.customer-stories-detail-container h5,
.customer-story-solutions-container h2,
.customer-story-solutions-container h3,
.customer-story-solutions-container h4,
.customer-story-solutions-container h5 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #0f2666;
}

.customer-stories-detail-container p,
.customer-story-solutions-container p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #546592;
}

.customer-stories-detail-container
  .solutions-container
  .category-card
  .category-card-container
  .right-part
  .card-img-hero-container,
.customer-story-solutions-container
  .solutions-container
  .category-card
  .category-card-container
  .right-part
  .card-img-hero-container {
  position: relative;
  right: 0;
  max-width: 540px;
}

.customer-stories-detail-container
  .solutions-container
  .category-card
  .category-card-container
  .right-part
  .card-img-hero-container
  > img,
.customer-story-solutions-container
  .solutions-container
  .category-card
  .category-card-container
  .right-part
  .card-img-hero-container
  > img {
  height: 396px;
}

.customer-stories-detail-container .payment-channel,
.customer-story-solutions-container .payment-channel {
  max-width: 120rem;
  margin: 0 auto;
}

.customer-stories-detail-container .payment-channel .paymentCardSwiper,
.customer-story-solutions-container .payment-channel .paymentCardSwiper {
  margin-left: 0;
}

.customer-stories-detail-container .follow-us,
.customer-story-solutions-container .follow-us {
  margin-top: 140px;
}

.customer-stories-detail-container .follow-us > h3,
.customer-story-solutions-container .follow-us > h3 {
  font-size: 18px;
}

.customer-stories-detail-container .social,
.customer-story-solutions-container .social {
  text-align: center;
  margin-top: 20px;
}

.customer-stories-detail-container .social > a,
.customer-story-solutions-container .social > a {
  margin: 0 20px;
}

.customer-stories-detail-container .customer-story-solutions-container,
.customer-story-solutions-container .customer-story-solutions-container {
  display: flex;
  justify-content: space-between;
}

.customer-stories-detail-container .customer-story-solutions-container > div,
.customer-story-solutions-container .customer-story-solutions-container > div {
  width: 40%;
}

.customer-stories-detail-container
  .customer-story-solutions-container
  .category-card,
.customer-story-solutions-container
  .customer-story-solutions-container
  .category-card {
  margin-bottom: 0;
}

.integrations__infrastructure-card {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  height: 100%;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  .integrations__infrastructure-card {
    height: auto;
    min-width: 215px;
  }
}

.integrations__infrastructure-card .imaged-card__content {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .integrations__infrastructure-card .imaged-card__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.integrations__infrastructure-card img {
  width: 100px;
  box-shadow: none !important;
}

.tab-shopify {
  background-image: url(/wp-content/uploads/assets/images/logos/shopify.png) !important;
}

.tab-tsoft {
  background-image: url(/wp-content/uploads/assets/images/logos/t-soft.png) !important;
}

.tab-softtr {
  background-image: url(/wp-content/uploads/assets/images/logos/softtr.png) !important;
}

.tab-ticimax {
  background-image: url(/wp-content/uploads/assets/images/logos/ticimax.png) !important;
}

.tab-ideasoft {
  background-image: url(/wp-content/uploads/assets/images/logos/ideasoft.png) !important;
}

.open-sources-card img {
  width: 150px;
}

.other-infrastructures-filters {
  margin-top: 2rem;
}

.other-infrastructures-filters .category-header {
  padding-top: 0;
}

.other-infrastructures-filters__card {
  padding-top: 0 !important;
  background-color: transparent;
  border: 1px #d0d5dd solid;
  border-radius: 15px;
  width: 100%;
}

.other-infrastructures-filters__card .imaged-card__content {
  padding-top: 0 !important;
}

.other-infrastructures-filters__card .imaged-card__text {
  margin-top: 0 !important;
}

.other-infrastructures-filters__card .svg-container {
  display: none;
}

.other-infrastructures-filters__card-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 768px) {
  .other-infrastructures-filters__card-ctn {
    grid-template-columns: 1fr;
  }
}

.other-infrastructures-filters__card .imaged-card__image {
  padding: 0 !important;
}

.other-infrastructures-filters__card .imaged-card__text {
}

.other-infrastructures-filters__card img {
  max-width: 200px;
}

.other-infrastructures-filters h1,
.other-infrastructures-filters h2 {
  margin-bottom: 6rem !important;
  text-align: center;
  font-weight: 700;
}

.other-infrastructures-filters h2 {
  font-size: 28px;
  line-height: 56px;
  margin-bottom: 40px !important;
}

.other-infrastructures-filters .category-header .filter-section {
  margin-bottom: 40px;
}

.other-infrastructures-filters-container {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.other-infrastructures-filters-container
  .category-filter:not(:first-child)::before {
  content: "+";
  margin-right: 1rem;
}

.other-infrastructures-filters-container .category-filter.active {
  background-color: #0f2666;
  color: #fff;
}

.other-infrastructures-filters-container .category-filter.active::before {
  content: "-";
}

@media (max-width: 1024px) {
  .other-infrastructures-filters-container {
    justify-content: flex-start;
  }

  .other-infrastructures-filters-container
    > .category-filter:nth-child(-n + 4) {
    display: block;
  }

  .other-infrastructures-filters-container > .visible {
    display: block;
  }
}

.other-infrastructures-filters .box {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  border: 0.1rem solid #e1e4ec;
  border-radius: 1.6rem;
  color: #98a2b3;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  padding: 0.85rem 2.3rem;
}

.other-infrastructures-filters .box.small {
  font-size: 1.4rem;
  padding: 0 2.3rem;
}

.other-infrastructures-filters .solutions-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.other-infrastructures-filters .solutions-container > div:last-child {
  margin-bottom: 13rem;
}

.infrastructure-slider {
  padding: 0 2rem;
}

.infrastructure-slider__tabs {
  width: 100%;
}

.infrastructure-slider__tabs .swiper-wrapper {
  padding: 24px 0 !important;
}

.infrastructure-slider .imaged-card.card-wrapper,
.infrastructure-slider .imaged-card.card-wrapper .imaged-card__content {
  padding-top: 0 !important;
}

.infrastructure-slider .imaged-card.card-wrapper .imaged-card__text {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .infrastructure-slider .tab-panel-image {
    min-width: auto;
    width: 76px;
  }

  .infrastructure-slider {
    padding: 0 0.5rem;
  }
}

@media (min-width: 768px) {
  .infrastructure-slider__logo-ctn {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .infrastructure-slider__logo-ctn {
    padding: 0 !important;
  }
}

.infrastructure-slider__logo-ctn button {
  filter: grayscale(100%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.infrastructure-slider__logo-ctn .tab-panel::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: -24px;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.infrastructure-slider__logo-ctn .active-tab {
  filter: none !important;
  border-bottom: none;
  position: relative;
}

.infrastructure-slider__logo-ctn .active-tab::before {
  background-color: #07b7f6;
  transition: all 0.5s ease-in-out;
}

.infrastructure-slider__card {
  width: 100% !important;
}

.infrastructure-slider__card img {
  width: 150px !important;
  box-shadow: none !important;
}

.infrastructure-slider__card .imaged-card__image {
  padding: 0 !important;
}

.infrastructure-slider__card .imaged-card__text {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .infrastructure-slider {
    margin-bottom: 44px !important;
  }
}

.infrastructure-slider .payment-channel-head {
  max-width: 59rem;
  margin-bottom: 60px;
}

.infrastructure-slider .solution-tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
  position: relative;
  margin-bottom: 140px;
}

@media (max-width: 768px) {
  .infrastructure-slider .solution-tabs {
    margin-bottom: 70px;
  }
}

.infrastructure-slider .solution-tabs::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(15, 38, 102, 0.1);
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.infrastructure-slider .solution-tabs .disabled {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .infrastructure-slider .swiper {
    margin-left: 0;
    padding-left: 2rem;
  }
}

.infrastructure-slider .swiper .swiper-wrapper {
  height: initial;
  padding: 40px 0 0;
}

@media (max-width: 768px) {
  .infrastructure-slider .swiper .swiper-wrapper {
    padding: 30px 0;
  }
}

.infrastructure-slider .swiper-slide {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.news-section-container__card-ctn .imaged-card {
  display: flex;
  max-width: 590px;
  height: 221px;
}

.news-section-container__card-ctn .imaged-card .imaged-card__image {
  min-width: 270px;
  width: 270px;
}
@media (max-width: 560px) {
  .news-section-container__card-ctn .imaged-card .imaged-card__image {
    min-width: 190px;
    width: 190px;
  }
}

.news-section-container__card-ctn .imaged-card .imaged-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 0;
  object-fit: cover;
}

.news-section-container__card-ctn .imaged-card__title {
  height: 40px;
}

.news-section-container__card-ctn .imaged-card__title img {
  width: 118px;
  border-radius: 0;
}

.news-section-container__card-ctn .imaged-card__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
  height: 75px;
}

@media (max-width: 768px) {
  .integrations-logo-tab-mobile-slider {
    margin-bottom: 70px;
  }

  .integrations-logo-tab-mobile-slider
    .progress-slider
    .timeline-dates
    .swiper-slide {
    max-width: 25%;
  }

  .integrations-logo-tab-mobile-slider .mySwiper-wrapper {
    max-height: 376px !important;
    overflow: hidden;
  }

  .integrations-logo-tab-mobile-slider .mySwiper-wrapper .imaged-card {
    padding-top: 0 !important;
  }

  .integrations-logo-tab-mobile-slider .mySwiper-wrapper .imaged-card__content {
    padding: 0 !important;
  }

  .integrations-logo-tab-mobile-slider .mySwiper-wrapper .imaged-card__text {
    margin-top: 0 !important;
  }

  .integrations-logo-tab-mobile-slider .progress-content-container::before {
    content: unset !important;
  }

  .integrations-logo-tab-mobile-slider
    .progress-slider
    .timeline-dates
    .swiper-slide
    .item
    .custom-bullet,
  .integrations-logo-tab-mobile-slider
    .progress-slider
    .timeline-dates
    .swiper-slide-active
    .item
    .custom-bullet {
    display: none !important;
  }

  .integrations-logo-tab-mobile-slider .swiper-wrapper {
    align-items: center !important;
    height: auto !important;
  }

  .integrations-logo-tab-mobile-slider
    .timeline-date-wrapper
    .swiper-container {
    min-height: 56px;
  }

  .integrations-logo-tab-mobile-slider
    .timeline-date-wrapper
    .progress-content {
    margin-left: auto;
    margin-right: auto;
  }

  .integrations-logo-tab-mobile-slider
    .timeline-date-wrapper
    .swiper-slide-active {
    color: #07b7f6;
    font-weight: 600;
    border-bottom: 3px solid #07b7f6;
  }

  .integrations-logo-tab-mobile-slider .timeline-date-wrapper .swiper-wrapper {
    position: absolute;
    left: -100px;
  }
}

.integration-solution-image {
  transform: translateY(-4rem);
}

.integration-solution-image img {
  width: 1200px;
}

@media (max-width: 1200px) {
  .integration-solution-image img {
    width: 600px;
  }
}

.integrations__blogs {
  margin-top: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.integrations__blogs h1 {
  font-weight: 700;
}

.integrations__blogs-container {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

@media (max-width: 1200px) {
  .integrations__blogs-container {
    flex-direction: column;
    align-items: center;
  }
}

.integrations__blog-card {
  overflow: hidden;
}

.integrations__blog-card .imaged-card__content {
  padding: 4rem;
}

@media (max-width: 1200px) {
  .integrations__blog-card,
  .integrations__blog-card img {
    width: 550px;
  }
}

@media (max-width: 768px) {
  .integrations__blog-card,
  .integrations__blog-card img {
    width: 350px;
  }
}

.why-you-should {
  margin-top: 60px;
  position: relative;
}

.why-you-should .flow-content {
  margin-bottom: 40px;
}

.why-you-should .advantages-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.why-you-should .advantages-card-container::after {
  content: "";
  background: url(/wp-content/uploads/assets/images/integrations-dots-bg.png);
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .why-you-should .advantages-card-container::after {
    content: unset;
  }
}

.why-you-should .advantages-card-container .why-you-should-content {
  width: 31%;
  min-width: 360px;
  margin-top: 20px;
  margin-right: 28px;
}

@media (max-width: 768px) {
  .why-you-should .advantages-card-container .why-you-should-content {
    margin-right: 0;
  }
}

.why-you-should
  .advantages-card-container
  .why-you-should-content
  .advantages-card {
  background: #fff;
  padding: 30px;
  height: 207px;
  border-radius: 20px;
}

.why-you-should
  .advantages-card-container
  .why-you-should-content
  .advantages-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.why-you-should
  .advantages-card-container
  .why-you-should-content
  .advantages-card__text {
  line-height: 26px;
}

.wooCommerce-integration .why-choose-us-content {
  max-width: 120rem;
  margin: 0 auto;
}

.wooCommerce-integration .why-choose-us-content .cards {
  align-items: center;
}

.wooCommerce-integration .why-choose-us-content .cards .imaged-card {
  width: 90%;
}

.wooCommerce-integration .why-choose-us-content .cards .imaged-card__content {
  padding-top: 0;
}

.blog-card-container {
  display: grid;
  grid-template-rows: 204px 1fr;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card-img-box {
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.blog-card-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-card-content-box {
  display: flex;
  flex-direction: column;
  padding: 26px 33.3px 30px;
  gap: 16px;
}

@media (max-width: 768px) {
  .blog-card-content-box {
    padding: 26px 30px 30px;
  }
}

.blog-card-content-box h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0f2666;
}

@media (max-width: 560px) {
  .blog-card-content-box h4 {
    font-size: 18px;
  }
}

.blog-card-content-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #546592;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 560px) {
  .blog-card-content-box p {
    font-size: 14px;
    line-height: 25px;
  }
}

.blog-card-tag-box {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: auto;
  margin-bottom: 10px;
}

.blog-card-tag-box span {
  background: #0f2666;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  padding: 0 22px;
}

.blog-filter-container {
  margin: 40px 0 0;
}

.blog-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .blog-cards-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .blog-cards-container {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-top: 30px;
  }
}

.blog-cards-container.blog-cards-slider {
  display: grid !important;
}

@media (max-width: 768px) {
  .blog-cards-container.blog-cards-slider {
    display: flex !important;
    grid-gap: inherit;
  }
}

.blog-detail-container {
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-template-areas: "sidebar social" "sidebar content";
  grid-gap: 45px;
}

@media (max-width: 1024px) {
  .blog-detail-container {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 768px) {
  .blog-detail-container {
    grid-gap: 1px;
    grid-template-columns: 1fr;
    grid-template-areas: "social" "toggle" "sidebar" "content";
  }
}

.blog-detail-container .toggle-button {
  grid-area: toggle;
  align-items: center;
  justify-content: space-between;
  display: none;
  padding: 20px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media (max-width: 768px) {
  .blog-detail-container .toggle-button {
    display: flex;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: rgba(15, 38, 102, 0.03);
  }
}

.blog-detail-container .toggle-button svg {
  transition: 200ms;
}

@media (max-width: 768px) {
  .blog-detail-container .toggle-button.open {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
  }
}

.blog-detail-container .toggle-button.open svg {
  transform: rotateZ(180deg);
}

.blog-detail-container .toggle-button span {
  font-size: 14px;
  font-weight: 400;
}

.blog-detail-container .sidebar-box {
  grid-area: sidebar;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.blog-detail-container .sidebar-box a {
  cursor: pointer;
}

.blog-detail-container .sidebar-box ul {
  counter-reset: item;
}

.blog-detail-container .sidebar-box ul li {
  list-style: none;
  margin: 0;
}

.blog-detail-container .sidebar-box ul li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.blog-detail-container .sidebar-box ul li li {
  margin: 0 0 0 16px;
}

.blog-detail-container .sidebar-box ul li li::before {
  content: counters(item, ".") " ";
}

.blog-detail-container .sidebar-box ul li li:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .blog-detail-container .sidebar-box {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
  }
}

@media (max-width: 768px) {
  .blog-detail-container .sidebar-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    transition: 200ms;
    height: 0;
    padding: 0 20px;
  }

  .blog-detail-container .sidebar-box.open {
    height: 100%;
    padding: 20px;
  }
}

.blog-detail-container .sidebar-box .sidebar-scroll {
  padding-right: 26px;
  height: 500px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .blog-detail-container .sidebar-box .sidebar-scroll {
    height: initial;
    overflow: initial;
  }
}

.blog-detail-container .sidebar-box .sidebar-scroll::-webkit-scrollbar {
  width: 10px;
}

.blog-detail-container .sidebar-box .sidebar-scroll::-webkit-scrollbar-track {
  background: #f6f7f9;
  border-radius: 99px;
}

.blog-detail-container .sidebar-box .sidebar-scroll::-webkit-scrollbar-thumb {
  background: #07b7f6;
  border-radius: 99px;
}

.blog-detail-container
  .sidebar-box
  .sidebar-scroll::-webkit-scrollbar-thumb:hover {
  background: #07b7f6;
}

.blog-detail-container .sidebar-box .sidebar-scroll li {
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #0f2666;
}

.blog-detail-container .sidebar-box .sidebar-scroll li a {
  font-size: 14px;
  line-height: 25px;
}

.blog-detail-container .sidebar-box .sidebar-scroll li span {
  cursor: pointer;
  transition: 100ms;
}

.blog-detail-container .sidebar-box .sidebar-scroll li.active a {
  color: #07b7f6 !important;
}

.blog-detail-container .head-box {
  grid-area: social;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .blog-detail-container .head-box {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
  }
}

.blog-detail-container .social {
  display: flex;
  grid-gap: 20px;
}

.blog-detail-container .social a {
  width: 44px;
  height: 44px;
  background: #e6f8fe;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-detail-container .date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #546592;
}

.blog-detail-container .content-box {
  grid-area: content;
}

@media (max-width: 768px) {
  .blog-detail-container .content-box {
    margin-top: 40px;
  }
}

.blog-detail-container .content-box li,
.blog-detail-container .content-box p {
  line-height: 26px;
  color: #546592;
  font-size: 16px;
}

.blog-detail-container .content-box b,
.blog-detail-container .content-box strong {
  color: #546592;
}

.blog-detail-container .content-box p {
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .blog-detail-container .content-box p {
    font-size: 14px;
  }
}

.blog-detail-container .content-box p:last-child {
  margin-bottom: 0;
}

.blog-detail-container .content-box img {
  width: 100%;
  border-radius: 20px;
  margin: 40px 0;
}

.blog-detail-container .content-box h2,
.static-content h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .blog-detail-container .content-box h2 {
    font-size: 22px;
  }
}

.blog-detail-container .content-box h3,
.blog-detail-container .content-box h4,
.static-content h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .blog-detail-container .content-box h3 {
    font-size: 20px;
  }
}

.blog-detail-container .content-box h4,
.static-content h4 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .blog-detail-container .content-box h4 {
    font-size: 18px;
  }
}

.blog-detail-container .content-box h5,
.blog-detail-container .content-box h6,
.static-content h5,
.static-content h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .blog-detail-container .content-box h5 {
    font-size: 16px;
  }
}

.blog-detail-container .content-box h6,
.static-content h6 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .blog-detail-container .content-box h6 {
    font-size: 14px;
  }
}

.blog-detail-container .content-box a {
  color: #07b7f6 !important;
}

.blog-list {
  margin-top: 140px;
}

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

.blog-list h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  color: #0f2666;
}

@media (max-width: 768px) {
  .blog-list h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
}

.blog-list .bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .blog-list .bottom {
    margin-top: 30px;
  }
}

.blog-list .swiper {
  margin: 0 -20px 0 0;
}

.blog-list .swiper .swiper-wrapper {
  height: auto;
}

@media (max-width: 768px) {
  .blog-list .swiper .swiper-wrapper .swiper-slide {
    width: 88%;
  }
}

.blog-detail-section {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .blog-detail-section {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .blog-detail-section {
    margin-top: 40px;
  }
}

.news-card-container {
  display: grid;
  grid-template-columns: 231px 1fr;
  grid-template-rows: 1fr;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .news-card-container {
    grid-template-columns: 40% 1fr;
  }
}

@media (max-width: 600px) {
  .news-card-container {
    grid-template-columns: 35% 1fr;
  }
}

.news-card-img-box {
  display: flex;
}

.news-card-img-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news-card-content-box {
  display: flex;
  flex-direction: column;
  padding: 26px 33.3px 30px;
  gap: 16px;
}

@media (max-width: 768px) {
  .news-card-content-box {
    padding: 20px;
    gap: 10px;
  }
}

.news-card-content-box img {
  height: 30px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

@media (max-width: 768px) {
  .news-card-content-box img {
    height: 24px;
  }
}

.news-card-content-box p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0f2666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 560px) {
  .news-card-content-box p {
    font-size: 14px;
    line-height: 26px;
  }
}

.news-card-content-box svg {
  margin-top: auto;
}

.news-filter-container {
  margin-top: 40px;
}

.news-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .news-cards-container {
    grid-template-columns: 1fr;
  }
}

.why-paytr-page .why-paytr-section {
  background: #e6f8fe;
  padding-bottom: 0;
}

.why-paytr-page .why-paytr-section .why-paytr-banner {
  position: relative;
}

.why-paytr-page .why-paytr-section .why-paytr-banner img {
  margin: 0 auto;
  z-index: 9;
  position: relative;
}

.why-paytr-page .why-paytr-section .why-paytr-banner::after {
  content: "";
  background-image: url(/wp-content/uploads/hero-dots-why.png);
  position: absolute;
  left: 50%;
  right: 50%;
  background-size: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  width: 60%;
  transform: translate(-50%);
  z-index: 0;
}

@media (max-width: 768px) {
  .why-paytr-page .why-paytr-section .why-paytr-banner::after {
    transform: unset;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.why-paytr-page .flow-content {
  width: 80%;
  margin: 0 auto;
}

.why-paytr-page .why-paytr-advantages-contaier {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .why-paytr-page .why-paytr-advantages-contaier {
    margin-top: 70px;
  }
}

.why-paytr-page .why-paytr-advantages-contaier .imaged-card-why-paytr {
  margin: 68px auto 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 768px) {
  .why-paytr-page .why-paytr-advantages-contaier .imaged-card-why-paytr {
    margin: 40px auto 0;
    gap: 14px;
  }
}

.why-paytr-page
  .why-paytr-advantages-contaier
  .imaged-card-why-paytr
  .imaged-card {
  width: 27%;
  min-width: 375px;
}

@media (max-width: 768px) {
  .why-paytr-page
    .why-paytr-advantages-contaier
    .imaged-card-why-paytr
    .imaged-card {
    min-width: auto;
    width: 100%;
    padding: 30px;
  }

  .why-paytr-page
    .why-paytr-advantages-contaier
    .imaged-card-why-paytr
    .imaged-card
    .imaged-card__image {
    padding: 0;
    width: 50px;
  }

  .why-paytr-page
    .why-paytr-advantages-contaier
    .imaged-card-why-paytr
    .imaged-card
    .imaged-card__image
    img {
    width: 100%;
  }
}

.why-paytr-page
  .why-paytr-advantages-contaier
  .imaged-card-why-paytr
  .imaged-card
  .imaged-card__content {
  padding: 15px 0 0;
}

@media (max-width: 768px) {
  .why-paytr-page
    .why-paytr-advantages-contaier
    .imaged-card-why-paytr
    .imaged-card
    .imaged-card__text {
    margin-top: 15px;
  }
}

.why-paytr-page .why-paytr-advantages-contaier .solutions-container {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .why-paytr-page .why-paytr-advantages-contaier .solutions-container {
    margin-top: 70px;
  }
}

.why-paytr-page
  .why-paytr-advantages-contaier
  .solutions-container
  .why-choose-us-head {
  margin: 0 auto 40px;
}

.why-paytr-page
  .why-paytr-advantages-contaier
  .solutions-container
  .why-choose-us-head
  .section-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 56px;
}

@media (max-width: 768px) {
  .why-paytr-page
    .why-paytr-advantages-contaier
    .solutions-container
    .why-choose-us-head
    .section-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
}

.why-paytr-page .why-paytr-advantages-contaier .campaign-link {
  justify-content: flex-end;
}

.why-paytr-page .why-paytr-page-commission .section-container {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .why-paytr-page .why-paytr-page-commission .section-container {
    margin-top: 70px;
  }
}

.why-paytr-page .campaigns-section {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .why-paytr-page .campaigns-section {
    margin-bottom: 0;
  }
}

.why-paytr-page .campaigns-section .swiper-wrapper {
  height: initial;
}

.achievement-icons {
  display: flex;
  justify-content: space-evenly;
  height: 114px;
  margin-top: 140px;
}

@media (max-width: 768px) {
  .achievement-icons {
    flex-direction: column;
    height: auto;
    align-items: center;
    gap: 40px;
    justify-content: inherit;
    margin-top: 70px;
  }
}

.achievement-icons .icon {
  position: relative;
  background: url(/wp-content/uploads/assets/images/about-us/Vector.png);
  width: 145px;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  justify-content: center;
}

.achievement-icons .icon:nth-child(1):before {
  background: url(/wp-content/uploads/assets/images/about-us/orange-dot-single.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 40px;
  z-index: 2;
  left: 160px;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-size: 100%;
}

@media (max-width: 768px) {
  .achievement-icons .icon:nth-child(1):before {
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    top: unset;
    left: unset;
  }
}

.achievement-icons .icon:nth-child(1):after {
  background: url(/wp-content/uploads/assets/images/about-us/blue-dot-single.png);
  position: absolute;
  top: 0;
  left: -25px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .achievement-icons .icon:nth-child(1):after {
    left: 50px;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.achievement-icons .icon:nth-child(2):before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/assets/images/about-us/yellow-dot-single.png);
  top: -10px;
  background-repeat: no-repeat;
  left: -10px;
  display: block;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .achievement-icons .icon:nth-child(2):before {
    right: 40px;
    top: 0;
    left: unset;
  }
}

.achievement-icons .icon:nth-child(2):after {
  background: url(/wp-content/uploads/assets/images/about-us/orange-dot-single.png);
  content: "";
  position: absolute;
  top: 70px;
  left: 150px;
  display: block;
  width: 23px;
  height: 23px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .achievement-icons .icon:nth-child(2):after {
    left: 0;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.achievement-icons .icon:nth-child(3):before {
  background: url(/wp-content/uploads/assets/images/about-us/yellow-dot-single.png);
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .achievement-icons .icon:nth-child(3):before {
    background: url(/wp-content/uploads/assets/images/about-us/blue-dot-single.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    top: 0;
    right: 20px;
  }
}

.achievement-icons .icon:nth-child(4):before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/assets/images/about-us/blue-dot-single.png);
  top: 30px;
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .achievement-icons .icon:nth-child(4):before {
    width: 15px;
    height: 15px;
    top: 0;
    left: -28px;
  }
}

.achievement-icons .icon:nth-child(4):after {
  background: url(/wp-content/uploads/assets/images/about-us/yellow-dot-single.png);
  position: absolute;
  top: 50px;
  left: 150px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .achievement-icons .icon:nth-child(4):after {
    background: url(/wp-content/uploads/assets/images/about-us/orange-dot-single.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    bottom: -4;
    top: unset;
    right: -4;
    left: unset;
  }

  .achievement-icons .icon {
    gap: 0;
    height: 90px;
    background-size: 65%;
    background-position: center;
    width: auto;
  }
}

.achievement-icons .icon div,
.achievement-icons .icon h2,
.achievement-icons .icon p {
  font-style: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #0f2666;
}

.achievement-icons .icon div,
.achievement-icons .icon h2 {
  font-weight: 600;
  z-index: 3;
  font-size: 36px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .achievement-icons .icon div,
  .achievement-icons .icon h2 {
    font-size: 28px;
    line-height: 38px;
    width: 100%;
  }
}

.achievement-icons .icon p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

@media (max-width: 768px) {
  .achievement-icons .icon p {
    font-size: 16px;
    line-height: 26px;
  }
}

.step-section {
  padding: 0 2rem;
}

.product-finder .step-container .step-loading {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 24px;
}

.product-finder .step-container .step-head-content {
  display: flex;
  grid-gap: 42px;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 768px) {
  .product-finder .step-container .step-head-content {
    grid-gap: 0;
  }
}

.product-finder .step-container .step-count,
.product-finder .step-container .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: 200ms;
}

.product-finder .step-container .step-item {
  width: 55px;
  height: 55px;
  position: relative;
}

.product-finder .step-container .step-count {
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #d0d5dd;
}

.product-finder .step-container .active.step-item {
  background-color: #e6f8fe;
}

.product-finder .step-container .active.step-item .step-count {
  background-color: #07b7f6;
}

.product-finder .step-container .active.step-item .border::after {
  opacity: 1;
}

.product-finder .step-container .border {
  margin: 0;
  border: 1px dashed #98a2b3;
  position: absolute;
  width: 97px;
  right: 8px;
  top: 50%;
  z-index: -1;
}

@media (max-width: 768px) {
  .product-finder .step-container .border {
    display: none;
  }
}

.product-finder .step-container .border::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  top: -1px;
  background-color: #07b7f6;
  transition: 200ms;
  opacity: 0;
}

.product-finder .step-container .step-item:first-child .border {
  display: none;
}

.product-finder .step-container .step-content {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-finder .step-container .step-questions {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.product-finder .step-container .step-and {
  width: 100%;
}

.product-finder .step-container .questions-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #0f2666;
}

.product-finder .step-container .questions-head-fit {
  max-width: 600px;
}

.product-finder .step-container .questions-step-button {
  margin: 87px auto auto;
}

.product-finder .step-container .questions-content {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: 20px;
  padding: 30px 0;
}

.product-finder .step-container .questions-content.questions-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 14px;
  padding: 30px 0;
}

@media screen and (max-width: 61.9375em) {
  .product-finder .step-container .questions-content.questions-content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 36em) {
  .product-finder .step-container .questions-content.questions-content-grid {
    grid-template-columns: 1fr;
  }
}

.product-finder .step-container .questions-content-center {
  margin: auto;
}

.product-finder .step-container .questions-column {
  display: inline-flex;
  flex-direction: column;
  grid-gap: 14px;
}

.product-finder .step-container .question {
  display: flex;
  grid-gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #546592;
  align-items: center;
}

.product-finder .step-container .questions-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 24px;
  width: 24px;
  background-color: transparent;
}

.product-finder .step-container .questions-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-finder .step-container .questions-radio-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: solid 1px #89939e;
  border-radius: 999px;
  transition: 200ms;
}

.product-finder
  .step-container
  .questions-radio
  input:checked
  ~ .questions-radio-checkmark::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transition: 200ms;
  background-color: #07b7f6;
}

.product-finder
  .step-container
  .questions-radio
  input:checked
  ~ .questions-radio-checkmark {
  border-color: #07b7f6;
}

.product-finder .step-container .questions-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 24px;
  height: 24px;
}

.product-finder .step-container .questions-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 999;
}

.product-finder .step-container .questions-checkmark {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  border: solid 1px #98a2b3;
}

.product-finder
  .step-container
  .questions-checkbox
  input:checked
  ~ .questions-checkmark {
  background-color: #07b7f6;
  border-color: #07b7f6;
}

.product-finder .step-container .questions-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.product-finder
  .step-container
  .questions-checkbox
  input:checked
  ~ .questions-checkmark::after {
  display: block;
  left: 8px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(41deg);
}

.product-finder .step-container .questions-conclusion {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .product-finder .step-container .questions-conclusion {
    justify-content: start;
  }
}

.product-finder .step-container .questions-conclusion a {
  max-width: 373px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 61.9375em) {
  .product-finder .step-container .questions-conclusion a {
    max-width: 354px;
  }
}

@media (max-width: 768px) {
  .product-finder .step-container .questions-conclusion a {
    max-width: initial;
    width: 100%;
  }
}

.product-finder .step-container .questions-conclusion a img {
  width: 100%;
  height: 105px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 1)
  .imaged-card__image {
  background-color: rgba(7, 183, 246, 0.28);
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 2)
  .imaged-card__image {
  background-color: rgba(234, 100, 29, 0.28);
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 3)
  .imaged-card__image {
  background-color: rgba(255, 203, 8, 0.28);
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 4)
  .imaged-card__image {
  background-color: rgba(27, 129, 196, 0.28);
}

.tracking-form {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tracking-form {
    margin-top: 70px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.tracking-form__content {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

@media (max-width: 768px) {
  .tracking-form__content {
    height: auto;
  }
}

.tracking-form__content .input-container {
  border: 1px solid #e1e4ec;
  border-radius: 4px;
  margin: 20px 0;
}

.tracking-form__content h3,
.tracking-status__content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0f2666;
}

.tracking-form__content button {
  width: 100%;
  margin-top: 40px;
}

.tracking-form__content .form-info {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #546592;
  margin-top: 16px;
}

.tracking-form > div {
  max-width: 550px;
}

.tracking-status {
  margin-top: 60px;
}

.tracking-status::after {
  content: "";
  background: url(/wp-content/uploads/assets/images/tracking-bg.png);
  width: 100%;
  height: 100%;
  background-size: 100%;
  display: block;
  margin-top: 100px;
  z-index: -1;
  position: absolute;
  top: 38px;
  background-repeat: no-repeat;
}

.tracking-status.no-after::after {
  content: unset;
}

.tracking-status__content {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  z-index: 1;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .tracking-status__content {
    width: 100%;
    padding: 20px;
  }
}

.tracking-status__content img {
  margin: 0 auto;
}

.tracking-status__content h3 {
  font-size: 28px;
  line-height: 38px;
  margin: 20px 0 14px;
}

@media (max-width: 768px) {
  .tracking-status__content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.tracking-status__content p,
.tracking-status__content span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #0f2666;
}

.tracking-status__content p {
  font-weight: 400;
  margin: 14px 0;
  color: #576794;
}

@media (max-width: 768px) {
  .tracking-status__content p {
    font-size: 14px;
  }
}

.tracking-status__content .extra-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.application-tracking-page .tracking-head a,
.tracking-status__content a {
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #0f2666;
}

.tracking-status__content a {
  justify-content: center;
  font-weight: 500;
}

.tracking-status__content a svg {
  margin-left: 8px;
}

.tracking-status__content .button {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin: 0 auto 14px;
}

.application-tracking-page {
  margin-top: 20px;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .application-tracking-page {
    padding-top: 110px;
  }
}

.application-tracking-page .tracking-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.application-tracking-page .tracking-head h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #0f2666;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .application-tracking-page .tracking-head h1 {
    order: 3;
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 0;
  }
}

.application-tracking-page .tracking-head a {
  text-align: center;
  grid-gap: 14px;
  white-space: nowrap;
  margin: 0;
  border: 0;
  background: 0 0;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .application-tracking-page .tracking-head a {
    justify-content: center;
    order: 1;
    font-size: 14px;
  }

  .application-tracking-page .tracking-head {
    grid-template-columns: 1fr;
    padding: 20px 30px 0;
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}

.cookie.active,
.loader {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.loader {
  display: block;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

.loader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cookie {
  display: none;
}

.cookie__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

@media (max-width: 768px) {
  .cookie__area {
    flex-direction: column;
    gap: 12px;
  }
}

.cookie__area__content,
.cookie__area__cta {
  gap: 16px;
  display: flex;
  align-items: center;
}
.reject-cookie-btn {
  margin-right: 16px;
}
.cookie__area__content p {
  margin-left: 50px;
  color: #0f2666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 80%;
}

@media (max-width: 768px) {
  .cookie__area__content p {
    width: 100%;
    font-size: 12px;
  }
}

.cookie__area__content p a {
  text-decoration: underline;
  font-weight: 600;
  color: #0f2666 !important;
}

.cookie__area__cta--close {
  background: 0 0;
  margin-left: 24px;
}

@media (max-width: 768px) {
  .cookie__area__cta--close {
    width: 100%;
    text-align: right;
  }
}

.cookie.active {
  background: #fff;
  padding: 20px;
  display: block !important;
  z-index: 999999999999 !important;
}

@media (max-width: 768px) {
  .cookie.active {
    padding: 10px;
  }
}

.custom-select select,
.modal {
  display: none;
}

.modal__area {
  background: #fff;
  width: 50vw;
  height: 50vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .modal__area {
    width: 90vw;
  }
}

.modal__area--close {
  width: 100%;
  text-align: right;
  display: block;
  background: 0 0;
  margin-bottom: 20px;
}

.modal__area__content {
  max-height: 84%;
  overflow-y: scroll;
}

.modal__area__content h3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  color: #0f2666;
}

.modal__area__content p {
  color: #0f2666;
}

.modal.active {
  display: block !important;
  padding: 20px;
  position: fixed;
  background: rgba(211, 211, 211, 0.629);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999999999 !important;
}

.input-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: flex-end;
  background: 0 0;
  cursor: text;
  border: 1px solid #e1e4ec;
  border-radius: 4px;
  padding: 8px 20px;
}

.input-container-textarea {
  height: 120px;
}

@media (max-width: 768px) {
  .input-container-textarea {
    height: 135px !important;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 47.9375em) {
  .input-container {
    height: 52px;
  }
}

.input-container input,
.input-container label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: all 200ms ease;
}

.input-container label {
  color: #98a2b3;
  cursor: text;
}

.input-container input {
  background-color: transparent;
  color: #0f2666;
  height: 6px;
  padding: 0;
}

.input-container input::-moz-placeholder {
  color: #98a2b3;
}

.input-container input::placeholder {
  color: #98a2b3;
}

.input-container input:focus {
  height: 24px;
}

.input-container.input-focus label,
.input-container:hover label {
  font-size: 12px;
  line-height: 16px;
}

.input-container.input-focus input,
.input-container:hover input {
  height: 24px;
}

.textarea {
  height: 150px;
}

.textarea-counter {
  margin-left: auto;
  font-size: 1.2rem;
  color: #98a2b3;
  width: auto !important;
}

.checkbox label {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.checkbox__label {
  color: #0f2666;
  font-size: 12px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .checkbox__label {
    line-height: 18px;
  }
}

.checkbox__label font {
  font-weight: 600;
  color: #0f2666;
  cursor: pointer;
}

.checkbox__check {
  border: 2px solid #bccbd3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 1 0 auto;
  margin-right: 12px;
}

.checkbox__check.size\:medium {
  width: 24px;
  height: 24px;
}

.checkbox__check.viewType\:square {
  border-radius: 4px;
}

.checkbox__check.viewType\:circle::after,
.checkbox__check.viewType\:square::after {
  background-image: url(/wp-content/uploads/assets/images/check.svg);
  width: 16px;
  height: 16px;
}

.checkbox__check.viewType\:circle {
  border-radius: 50%;
}

.checkbox__check.viewType\:circle::after {
  width: 20px;
  margin-bottom: 2px;
}

.checkbox__check::after {
  background-repeat: no-repeat;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:checked ~ .checkbox__check {
  border-color: #07b7f6;
  background: #07b7f6;
}

.checkbox input:checked ~ .checkbox__check:after {
  content: "";
}

.breadcrumbs,
.breadcrumbs .breadcrumbs-list,
.breadcrumbs a {
  display: flex;
  align-items: center;
}

.breadcrumbs {
  margin: 16px 0 30px;
  justify-content: center;
  position: relative;
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin: 20px auto 40px;
  }
}

.breadcrumbs .breadcrumbs-list {
  z-index: 99;
  background: #f6f7f9;
  padding: 14px 28px;
  border-radius: 16px;
  border: 1px solid #e4e7ec;
}

.breadcrumbs .breadcrumbs-divider {
  display: block;
  background: #e1e4ec;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.breadcrumbs a {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}

.breadcrumbs a:not(:last-of-type) {
  color: #98a2b3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.breadcrumbs a:not(:last-of-type)::after {
  content: "";
  background-color: #e4e7ec;
  background-image: url(/wp-content/uploads/assets/images/icons/arrow-down.svg);
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-radius: 50%;
  background-position: 60% center;
  background-size: 47%;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(-90deg);
}

.breadcrumbs a:last-of-type {
  color: #0f2666;
  font-weight: 600;
  display: inline-block;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.breadcrumbs a:not(:last-child):not(:first-child):hover + div {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 40px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.breadcrumbs .breadcrumbs-popover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 60px);
  background-color: #e4e7ec;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.breadcrumbs .breadcrumbs-popover::before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e4e7ec;
  transition-duration: 0.3s;
  transition-property: transform;
}

.custom-select {
  position: relative;
  font-family: Arial;
  border: 1px solid #0f2666;
  border-radius: 4px;
  margin: 0 auto;
  width: 25%;
  height: 56px;
}

.main .link,
.select-selected {
  display: flex;
  align-items: center;
}

.select-items,
.select-selected {
  background-color: #fff;
  border-radius: 4px;
}

.select-selected {
  height: 100%;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #e1e4ec transparent transparent;
}

.custom-select.selected .select-selected:after {
  border-color: #0f2666 transparent transparent;
}

.select-items div,
.select-selected {
  color: #0f2666;
  padding: 12px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #07b7f6;
  max-height: 240px;
  overflow-y: auto;
}

.title {
  font-size: 15px;
  line-height: 1.73;
  transition: 200ms;
  position: absolute;
  top: 14.5px;
}

.select-hide {
  display: none;
}

.same-as-selected,
.select-items div:hover {
  background-color: #e6f8fe;
}

.main {
  min-height: 100vh;
  overflow: hidden;
  max-width: 100vw;
}

@media (max-width: 768px) {
  .main {
    min-height: 100vh;
  }
}

.main .link {
  color: currentColor;
  gap: 1rem;
}

.main .link .svg-container {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f8fe;
  transform: rotate(-90deg);
}

.main .link.float-right {
  justify-content: flex-end;
}

.main .link.size\:small span {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

@media (max-width: 768px) {
  .main .link.size\:small span {
    font-size: 14px;
  }
}

.hero.product-hero {
  color: #0f2666;
  margin-bottom: 140px;
}

@media (max-width: 768px) {
  .hero.product-hero {
    margin-bottom: 180px;
  }
}

.hero.product-hero .hero-bg-neutral {
  background: #e6f8fe;
  height: 100%;
  max-height: 820px;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .hero.product-hero .hero-bg-neutral {
    min-height: 900px;
    height: 100%;
    max-height: unset;
    padding-top: 110px;
  }
}

.hero.product-hero .hero-container {
  height: 110%;
  margin: 0 auto;
}

.hero.product-hero .section-container {
  height: 90%;
  width: 100%;
}

.hero.product-hero .hero-area {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.hero.product-hero .hero-area::after {
  content: "";
  background-image: url(/wp-content/uploads/assets/images/hero-frame.png);
  width: 50vw;
  height: 50%;
  position: absolute;
  background-repeat: no-repeat;
  right: 4%;
  bottom: 20%;
  pointer-events: none;
}

@media (max-width: 1500px) {
  .hero.product-hero .hero-area::after {
    background-size: contain;
  }
}

@media (max-width: 1024px) {
  .hero.product-hero .hero-area::after {
    content: unset;
  }
}

.hero.product-hero .hero-area .hero-info {
  text-align: center;
}

.hero.product-hero .hero-area .hero-info h1 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}

@media (max-width: 1024px) {
  .hero.product-hero .hero-area .hero-info h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }
}

.hero.product-hero .hero-area .hero-content {
  display: flex;
  //align-items: center;
  gap: 20vh;
  position: relative;
  height: 100%;
  padding-bottom: 220px;
  flex-flow: wrap;
  flex-direction: column;
}

@media (max-width: 820px) {
  .hero.product-hero .hero-area .hero-content {
    padding-bottom: 140px;
  }
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content {
    display: block;
    padding-bottom: 0;
    margin-bottom: -150px;
  }
}

.hero.product-hero .hero-area .hero-content .hero-text-content {
  max-width: 450px;
  margin-top: 60px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  //justify-content: space-between;
}

@media (max-width: 1024px) {
  .hero.product-hero .hero-area .hero-content .hero-text-content {
    max-width: 50%;
    padding-right: 30px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content .hero-text-content {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .hero.product-hero
    .hero-area
    .hero-content
    .hero-text-content
    .button-primary {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.hero.product-hero .hero-area .hero-content .hero-text-content h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
}

.hero.product-hero .hero-area .hero-content .hero-text-content h2 b {
  font-weight: 700;
  display: inline;
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content .hero-text-content h2 b {
    font-weight: 600;
  }
}

.hero.product-hero .hero-area .hero-content .hero-text-content h2 font {
  color: #07b7f6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content .hero-text-content h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hero.product-hero .hero-area .hero-content .hero-text-content p {
    margin-bottom: 40px;
  }
}

.hero.product-hero .hero-area .hero-content .hero-form {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  max-width: 582px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .hero.product-hero .hero-area .hero-content .hero-form {
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  .hero.product-hero .hero-area .hero-content .hero-form {
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content .hero-form {
    padding: 30px 20px;
    max-width: 100%;
    position: relative;
  }
}

.hero.product-hero .hero-area .hero-content .hero-form form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.hero.product-hero .hero-area .hero-content .hero-form form h4,
.hero.product-hero .hero-area .hero-content .hero-form form > div:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content .hero-form form h4,
  .hero.product-hero
    .hero-area
    .hero-content
    .hero-form
    form
    > div:first-child {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content .hero-form form .form-group {
    flex-direction: column;
    gap: 13px;
  }

  .hero.product-hero
    .hero-area
    .hero-content
    .hero-form
    form
    .form-group.checkbox-group {
    flex-direction: row;
  }
}

.hero.product-hero
  .hero-area
  .hero-content
  .hero-form
  form
  .form-group
  .input-container {
  width: 100%;
}

.hero.product-hero .hero-area .hero-content .hero-form form .button {
  margin-top: 30px;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .hero.product-hero .hero-area .hero-content .hero-form form .button {
    margin-top: 15px;
  }
}

.hero.product-hero .hero-area .hero-content .hero-form form .custom-select,
.hero-campaign-form form .custom-select {
  width: 100%;
  border: 1px solid #e1e4ec;
}

.hero.product-hero
  .hero-area
  .hero-content
  .hero-form
  form
  .custom-select
  .select-selected,
.hero-campaign-form form .custom-select .select-selected {
  color: #98a2b3;
}

.hero.product-hero
  .hero-area
  .hero-content
  .hero-form
  form
  .custom-select.selected
  .select-selected {
  color: #0f2666 !important;
}

@media (max-width: 1024px) {
  .category {
    padding: 2rem;
  }
}

.category .box {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  border: 0.1rem solid #e1e4ec;
  border-radius: 1.6rem;
  color: #98a2b3;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  padding: 0.85rem 2.3rem;
}

.category .box.small {
  font-size: 1.4rem;
  padding: 0 2.3rem;
}

.category .category-card,
.category .category-card .category-card-container {
  margin-bottom: 0;
}

.category .category-card .card-bg {
  margin-bottom: 70px;
}

.category .solutions-container {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  gap: 140px;
}

@media (max-width: 768px) {
  .category .solutions-container {
    gap: 70px;
    margin-top: 70px;
  }
}

.error-page {
  margin-top: 200px;
}

.error-page__info {
  text-align: center;
  color: #0f2666;
}

.error-page__info h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
}

.error-page__info h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin: 14px 0;
}

.error-page__info p,
.static-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #576794;
}

.error-page__info__tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}

.static-content {
  width: 80%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 1024px) {
  .static-content {
    width: 100%;
    padding: 20px 10px;
    overflow: hidden;
  }
}

.static-content p {
  color: #546592;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .static-content p {
    font-size: 14px;
  }
}

.static-content p:last-child {
  margin-bottom: 0;
}

.static-content img {
  width: 100%;
  border-radius: 20px;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .static-content h2 {
    font-size: 22px;
  }
}

.static-content h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #0f2666;
}

@media (max-width: 768px) {
  .static-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .static-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .static-content h5 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .static-content h6 {
    font-size: 14px;
  }
}

.static-content a {
  color: #07b7f6 !important;
}

.scroller {
  overflow: hidden;
}

@media (max-width: 768px) {
  .scroller {
    overflow-x: scroll;
  }
}

* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

*,
html {
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
  font-weight: 400;
}

li {
  list-style: disc;
  margin: 0 0 0 16px;
  padding: 8px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
  padding: 0;
}

button,
input[type="submit"] {
  cursor: pointer;
}

button,
input,
select,
textarea {
  outline: 0;
  border: 0;
}

p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.product-finder .step-container .step-head-content {
  display: flex;
  grid-gap: 42px;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 768px) {
  .product-finder .step-container .step-head-content {
    grid-gap: 0;
  }
}

.product-finder .step-container .step-count,
.product-finder .step-container .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: 200ms;
}

.product-finder .step-container .step-item {
  width: 55px;
  height: 55px;
  position: relative;
}

.product-finder .step-container .step-count {
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #d0d5dd;
}

.product-finder .step-container .active.step-item {
  background-color: #e6f8fe;
}

.product-finder .step-container .active.step-item .step-count {
  background-color: #07b7f6;
}

.product-finder .step-container .active.step-item .border::after {
  opacity: 1;
}

.product-finder .step-container .border {
  margin: 0;
  border: 1px dashed #98a2b3;
  position: absolute;
  width: 97px;
  right: 8px;
  top: 50%;
  z-index: -1;
}

@media (max-width: 768px) {
  .product-finder .step-container .border {
    display: none;
  }
}

.product-finder .step-container .border::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  top: -1px;
  background-color: #07b7f6;
  transition: 200ms;
  opacity: 0;
}

.product-finder .step-container .step-item:first-child .border {
  display: none;
}

.product-finder .step-container .step-content {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-finder .step-container .step-questions {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.product-finder .step-container .step-and {
  width: 100%;
}

.product-finder .step-container .questions-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #0f2666;
}

.product-finder .step-container .questions-head-fit {
  max-width: 600px;
}

.product-finder .step-container .questions-step-button {
  margin: 87px auto auto;
}

.product-finder .step-container .questions-content {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: 20px;
  padding: 30px 0;
}

.product-finder .step-container .questions-content .imaged-card__content p {
  color: #0f2666;
}

.product-finder .step-container .questions-content.questions-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 14px;
  padding: 30px 0;
}

@media screen and (max-width: 61.9375em) {
  .product-finder .step-container .questions-content.questions-content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 36em) {
  .product-finder .step-container .questions-content.questions-content-grid {
    grid-template-columns: 1fr;
  }
}

.product-finder .step-container .questions-content-center {
  margin: auto;
}

.product-finder .step-container .questions-column {
  display: inline-flex;
  flex-direction: column;
  grid-gap: 14px;
}

.product-finder .step-container .question {
  display: flex;
  grid-gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #546592;
  align-items: center;
}

.product-finder .step-container .questions-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 24px;
  width: 24px;
  background-color: transparent;
}

.product-finder .step-container .questions-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-finder .step-container .questions-radio-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: solid 1px #89939e;
  border-radius: 999px;
  transition: 200ms;
}

.product-finder
  .step-container
  .questions-radio
  input:checked
  ~ .questions-radio-checkmark::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transition: 200ms;
  background-color: #07b7f6;
}

.product-finder
  .step-container
  .questions-radio
  input:checked
  ~ .questions-radio-checkmark {
  border-color: #07b7f6;
}

.product-finder .step-container .questions-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 24px;
  height: 24px;
}

.product-finder .step-container .questions-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 999;
}

.product-finder .step-container .questions-checkmark {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  border: solid 1px #98a2b3;
}

.product-finder
  .step-container
  .questions-checkbox
  input:checked
  ~ .questions-checkmark {
  background-color: #07b7f6;
  border-color: #07b7f6;
}

.product-finder .step-container .questions-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.product-finder
  .step-container
  .questions-checkbox
  input:checked
  ~ .questions-checkmark::after {
  display: block;
  left: 8px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(41deg);
}

.product-finder .step-container .questions-conclusion {
  flex-wrap: wrap;
  margin: auto;
}

.product-finder .step-container .questions-conclusion a {
  max-width: 373px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 61.9375em) {
  .product-finder .step-container .questions-conclusion a {
    max-width: 354px;
  }
}

@media (max-width: 768px) {
  .product-finder .step-container .questions-conclusion a {
    max-width: initial;
    width: 100%;
  }
}

.product-finder .step-container .questions-conclusion a img {
  width: 100%;
  height: 105px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 1)
  .imaged-card__image {
  background-color: rgba(7, 183, 246, 0.28);
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 2)
  .imaged-card__image {
  background-color: rgba(234, 100, 29, 0.28);
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 3)
  .imaged-card__image {
  background-color: rgba(255, 203, 8, 0.28);
}

.product-finder
  .step-container
  .questions-conclusion
  a:nth-of-type(4n + 4)
  .imaged-card__image {
  background-color: rgba(27, 129, 196, 0.28);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.dropdown-container {
  position: relative;
  display: inline-block;
}

/* Style for dropdown button */
.dropdown-button {
  padding: 15px 20px;
  background-color: white;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  color: #98a2b3;
  justify-content: flex-start;
  align-items: center;
  min-height: 57px;
}

.dropdown-button-label {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
}

/* Style for dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #07b7f6;
  padding: 10px 0;
  z-index: 1;
  height: max-content;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 4px;
  max-height: 240px;
}

.dropdown-content-open {
  display: block;
}

.dropdown-content .checkbox {
  display: flex;
  grid-gap: 13px;
}

/* Style for dropdown options (checkboxes) */
.dropdown-option {
  padding: 8px;
  display: block;
}

.parentLabel {
  display: flex;
  max-width: 94%;
  margin: 6px auto;
  width: 100% !important;
}

.parentLabel .label {
  width: 91%;
}

.parentLabel .label h4 {
  margin: 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #0f2666;
}

.parentLabel .label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #98a2b3;
}

.select-arrow-active::after {
  rotate: 180deg;
  top: 35%;
}

.dropdown-button span {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #e1e4ec transparent transparent;
}
textarea {
  resize: none;
}
.disabled-item {
  pointer-events: none;
  cursor: none;
  color: #98a2b3 !important;
}
.sikayetvar-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .sikayetvar-badge {
    flex-direction: column;
  }
}

.video-swiper {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  max-height: 350px;
  width: 100%;
  margin-top: 25px;
}

.video-wrapper {
  width: 100%;
  max-width: 700px; /* Maksimum genişliği belirleyebilirsiniz */
}

.video-wrapper iframe,
.video-wrapper video {
  border-radius: 90px;
  width: 100%;
  height: auto; /* Oranı koruyarak küçülmesini sağlar */
  padding: 70px 20px 70px 20px;
  min-height: 500px;
}

@media (max-width: 768px) {
  .video-wrapper {
    max-width: 100%;
    min-height: 200px;
  }
  .video-wrapper iframe,
  .video-wrapper video {
    border-radius: 30px;
    width: 100%;
    height: auto; /* Oranı koruyarak küçülmesini sağlar */
    padding: 10px !important;
  }
}

.video-slider {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease;
  flex-direction: row;
}

.video-swiper .swiper-slide-active {
  position: relative; /* Butonları içinde tutabilmek için */
}

.video-swiper .swiper-button-next,
.video-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0081bd;
  z-index: 10;
  transition: background 0.3s ease;
}

.video-swiper .swiper-button-next {
  right: -60px;
} /* Butonu slaydın dışına taşıyoruz */
.video-swiper .swiper-button-prev {
  left: -60px;
} /* Butonu slaydın dışına taşıyoruz */

.image-card-kyc-header {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}
.image-card-kyc-container {
  display: block;
  margin: 20px 350px;
}
.image-card-kyc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: auto;
}
.image-card-kyc {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 15px;
  flex: 1 1 48%; /* Her zaman 2 sütun */
  min-width: 350px; /* Küçülmeye karşı koruma */
  max-width: 600px;
}
.image-card-kyc-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-card-kyc-image {
  width: 80px;
  height: 80px;
}
.image-card-kyc-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.image-card-kyc-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #0f2666;
}
.image-card-kyc-description {
  font-size: 16px;
  color: #0f2666b3;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 768px) {
  .image-card-kyc-list {
    flex-direction: column;
    gap: 50px;
  }
  .image-card-kyc {
    flex: 1 1 100%;
  }
  .image-card-kyc-container {
    margin: 20px 20px;
  }
}
@media (max-width: 1024px) {
  .image-card-kyc-container {
    margin: 20px 20px;
  }
}
@media (min-width: 1026px) {
  .image-card-kyc-container {
    margin: 20px 150px;
  }
}
@media (min-width: 1600px) {
  .image-card-kyc-container {
    margin: 20px 350px;
  }
}
.scroll-button {
  color: #ffffff;
  background-color: transparent;
  font-size: 18px;
}

/* bank-card*/
.bank-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.bank-card {
  display: flex;
  align-items: center;
  width: 500px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  padding: 35px 15px 15px 15px;
  margin: 0 auto;
}

.bank-badge {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 15px;
  color: #e6f8fe;
}

.bank-badge-active {
  background-color: #dc3545;
}

.bank-card-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 10px;
}

.bank-card-content {
  padding-left: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bank-info {
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.bank-key {
  font-size: 14px;
  color: #666;
}

.bank-value {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.bank-copy-btn {
  background: none;
  color: #007bff;
  border: none;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.bank-website-link {
  font-size: 14px;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
}

.bank-website-link:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .bank-cards-container {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .bank-card {
    width: 90%;
    margin: 10px auto;
    padding: 20px 10px;
  }
}
  @media (min-width: 1025px) {
    .first-section {
      width: 400px !important;
      left: 35% !important;
    }
  }


.glossary-container {
  margin: 120px auto 60px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glossary-title{
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 15px;
}
.glossary-search {
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 30px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.glossary-search-wrapper {
  background-color: #b5e9fc; 
  padding: 30px 20px;
  margin-bottom: 40px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.glossary-grid {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 100px;
  margin: auto;
}
.glossary-block {
  padding: 16px;
  border-radius: 8px;
  min-height: 220px;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.glossary-letter {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.glossary-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  flex-grow: 1;
}
.glossary-link {
  position: relative;
  display: inline-block;
  color: #0073aa;
  font-size: 15px;
  margin-bottom: 6px;
  text-decoration: none;
}
.glossary-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #0073aa;
  transition: width 0.3s ease;
}
.glossary-link:hover::after {
  width: 100%;
}
.glossary-item-group.hidden {
  display: none;
}
.glossary-more-btn {
  margin-top: 5px;
  padding: 8px 16px;
  background-color: transparent;
  color: #052c46;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: start;
}
@media (max-width: 768px) {
  .glossary-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .glossary-grid {
      grid-template-columns: 1fr;
  }
}