/* FONTS
 ========================================================================== */
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #1d5945;
  color: #fff;
}
body ::selection {
  background: #1d5945;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #1d5945;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6, .title_h1, .title_h2, .title_h3, .title_h4 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1f2735;
  line-height: 1.5;
}
h1, .title_h1 {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1140px) {
  h1, .title_h1 {
    font-size: 36px;
  }
}
@media (max-width: 998px) {
  h1, .title_h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  h1, .title_h1 {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  h1, .title_h1 {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  h1, .title_h1 {
    font-size: 28px;
  }
}
h1 p, .title_h1 p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1f2735;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1140px) {
  h1 p, .title_h1 p {
    font-size: 36px;
  }
}
@media (max-width: 998px) {
  h1 p, .title_h1 p {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  h1 p, .title_h1 p {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  h1 p, .title_h1 p {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  h1 p, .title_h1 p {
    font-size: 28px;
  }
}
h2, .title_h2 {
  font-size: 36px;
}
@media (max-width: 1140px) {
  h2, .title_h2 {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  h2, .title_h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2, .title_h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  h2, .title_h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  h2, .title_h2 {
    font-size: 26px;
  }
}
h2 p, .title_h2 p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1f2735;
  line-height: 1.5;
  font-size: 36px;
}
@media (max-width: 1140px) {
  h2 p, .title_h2 p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  h2 p, .title_h2 p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 p, .title_h2 p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  h2 p, .title_h2 p {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  h2 p, .title_h2 p {
    font-size: 26px;
  }
}
h3, .title_h3 {
  font-size: 26px;
  line-height: 1.19;
}
@media (max-width: 998px) {
  h3, .title_h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media (max-width: 425px) {
  h3, .title_h3 {
    font-size: 22px;
    line-height: 1.23;
    font-weight: 600;
  }
}
h3 p, .title_h3 p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1f2735;
  font-size: 26px;
  line-height: 1.19;
}
@media (max-width: 998px) {
  h3 p, .title_h3 p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media (max-width: 425px) {
  h3 p, .title_h3 p {
    font-size: 22px;
    line-height: 1.23;
    font-weight: 600;
  }
}
h4, .title_h4 {
  font-size: 18px;
  color: #000;
}
@media (max-width: 425px) {
  h4, .title_h4 {
    font-size: 16px;
  }
}
h4 p, .title_h4 p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
  color: #000;
}
@media (max-width: 425px) {
  h4 p, .title_h4 p {
    font-size: 16px;
  }
}
p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  padding-bottom: 20px;
}
p:last-child {
  padding-bottom: 0;
}
a {
  color: #1d5945;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
.wys ol {
  list-style: decimal-leading-zero;
}
.wys li {
  position: relative;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  padding-left: 22px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .wys li {
    font-size: 14px;
    padding-left: 18px;
  }
  .wys li:before {
    top: 6px !important;
  }
}
.wys li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 7px;
  border: 2px solid #1d5945;
  border-radius: 50%;
}
.wys li:last-child {
  margin-bottom: 0;
}
.text-green {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f6a56;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .text-green {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 8px;
  }
}
@media (max-width: 425px) {
  .text-green {
    line-height: 1.21;
    margin-bottom: 20px;
  }
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #1d5945;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #174636;
  }
}
.row600 {
  width: 600px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .row600 {
    max-width: 100%;
  }
}
.row795 {
  width: 795px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row795 {
    max-width: 91%;
  }
}
.row796 {
  width: 796px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row796 {
    max-width: 91%;
  }
}
.row815 {
  width: 815px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row815 {
    max-width: 90%;
  }
}
.row920 {
  width: 920px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row920 {
    max-width: 91%;
  }
}
.row996 {
  width: 996px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row996 {
    max-width: 88.2%;
  }
}
.row1000 {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1000 {
    max-width: 91%;
  }
}
.row1023 {
  width: 1023px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1023 {
    max-width: 91%;
  }
}
.row1042 {
  width: 1042px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1042 {
    max-width: 90%;
  }
}
.row1064 {
  width: 1064px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1064 {
    max-width: 90%;
  }
}
.row1072 {
  width: 1072px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1072 {
    max-width: 90%;
  }
}
.row1080 {
  width: 1080px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1080 {
    max-width: 91%;
  }
}
.row1150 {
  width: 1150px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1150 {
    max-width: 90%;
  }
}
.row1200 {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1200 {
    max-width: 91%;
  }
}
.row1140 {
  width: 1140px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1140 {
    max-width: 91%;
  }
}
.row1200 {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1200 {
    max-width: 90%;
  }
}
.row1222 {
  width: 1222px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1222 {
    max-width: 90%;
  }
}
.row1312 {
  width: 1312px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1312 {
    max-width: 90%;
  }
}
.row1400 {
  width: 1400px;
  max-width: 94%;
  margin: 0 auto;
}
.row1406 {
  width: 1406px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .row1406 {
    max-width: 91%;
  }
}
.row1440 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.button-green {
  display: flex;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  border-radius: 10px;
  min-width: 226px;
  width: max-content;
  min-height: 56px;
  background-clip: padding-box;
  background-color: #54f2a4;
  color: #1d5945;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px 40px 10px;
  transition: 0.3s all ease;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
}
.button-green a {
  color: #1d5945;
  text-decoration: none;
  transition: 0.3s all ease;
}
.button-green:active {
  background: #54f2a4;
}
.button-green:hover {
  background: #66ffb3;
  text-decoration: none;
}
.button-green:hover a {
  text-decoration: none;
}
.button-green-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #54f2a4;
  color: #1d5945;
  min-width: 226px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  text-align: center;
  white-space: nowrap;
  padding: 16px 20px;
  transition: 0.3s all ease;
  position: relative;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
}
.button-green-icon a {
  transition: 0.3s all ease;
  color: #1d5945;
  text-decoration: none;
}
.button-green-icon:before {
  content: url("../img/primary_icon.svg");
  width: 24px;
  height: 24px;
  transition: 0.3s all ease;
  margin-right: 15px;
}
.button-green-icon:hover {
  background: #66ffb3;
  text-decoration: none;
  transform: scale(1.05) translate3d(0, 0, 0) perspective(1px);
}
.button-green-icon:hover a {
  text-decoration: none;
}
.button-transparent {
  display: block;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  border: 1.5px solid #0f6a56;
  border-radius: 12px;
  color: #19493a;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.214;
  text-align: center;
  white-space: nowrap;
  padding: 10px 34px 11px 34px;
  transition: 0.3s all ease;
}
.button-transparent a {
  color: #1d5945;
  text-decoration: none;
}
.button-transparent:hover {
  background: #54f2a4;
  text-decoration: none;
  border: 1.5px solid #54f2a4;
}
.button-transparent:hover a {
  text-decoration: none;
}
.button-arrow {
  display: flex;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  color: #1d5945;
  min-height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px 55px 10px 17px;
  transition: 0.3s all ease;
  position: relative;
  width: max-content;
  min-width: 155px;
}
@media (max-width: 1180px) {
  .button-arrow {
    position: relative;
    display: inline-block;
    transition: 0.3s background-color ease;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #cfe1dd;
    color: #1d5945;
    padding: 18.5px 55px 18.5px 20px;
  }
  .button-arrow:focus, .button-arrow:focus-visible, .button-arrow:focus-within {
    background-color: #54f2a4;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .button-arrow:focus-within, .button-arrow:focus-visible, .button-arrow:focus, .button-arrow:focus-visible, .button-arrow:focus-within {
    background-color: #54f2a4;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.button-arrow a {
  color: #1d5945;
  text-decoration: none;
}
.button-arrow:before {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  top: 0;
  left: 0;
  background: #0f6a56;
  opacity: 0.2;
  border-radius: 10px;
}
@media (max-width: 1180px) {
  .button-arrow:before {
    display: none;
  }
}
.button-arrow:after {
  position: absolute;
  content: url("../img/button-arrow.svg");
  width: 14px;
  height: 10.8px;
  right: 14px;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -60%);
  transition: 0.3s all ease;
}
.button-arrow:active:before {
  background: #54f2a4;
}
.button-arrow:hover {
  text-decoration: none;
}
.button-arrow:hover a {
  text-decoration: none;
}
.button-arrow.hover-btn:before {
  animation-name: hover-btn;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
}
.button-arrow.un-hover-btn:before {
  animation-name: un-hover-btn;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  right: 0;
  left: auto;
}
@keyframes hover-btn {
  0% {
    width: 56px;
    left: 0;
  }
  40% {
    width: 102%;
  }
  100% {
    width: 56px;
    right: 0;
    left: auto;
  }
}
@keyframes un-hover-btn {
  0% {
    width: 56px;
    right: 0;
    left: auto;
  }
  40% {
    width: 102%;
  }
  100% {
    width: 56px;
    left: 0;
    right: auto;
  }
}
.button-text-icon {
  display: block;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  color: #1d5945;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  text-align: center;
  white-space: nowrap;
  padding: 15px 55px 14px 17px;
  transition: 0.3s all ease;
  position: relative;
}
.button-text-icon a {
  color: #1d5945;
  text-decoration: none;
}
.button-text-icon:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  left: 23px;
  top: 50%;
  background: #0f6a56;
  opacity: 0.2;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
.button-text-icon:after {
  position: absolute;
  content: url("../img/button-icon.svg");
  width: 14px;
  height: 10.8px;
  right: 12px;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -80%);
  transition: 0.3s all ease;
}
.button-text-icon:hover {
  text-decoration: none;
}
.button-text-icon:hover a {
  text-decoration: none;
}
.button-text-icon:hover:before {
  transform: translate(161px, -50%);
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #1d5945;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #2f4776;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #25385c;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'font_regular', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #1d5945;
  background: #1d5945;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #1d5945;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: -1px;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    border-top: 40px solid #103327;
    border-bottom: 3px solid #103327;
    background: #1d5945;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: transparent;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: transparent;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #2a7f63;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #236c54;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #236c54;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #ebebeb;
  will-change: transform, opacity;
}
header .row {
  height: 120px;
}
@media (max-width: 1140px) {
  header .row {
    height: 40px;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
}
header #logo:hover {
  opacity: 0.8;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 14px;
  padding: 5px 20px;
  color: #181818;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #0a5;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #2a7f63;
  border-bottom: 3px solid #2a7f63;
  background: #1d5945;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #36a681;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  padding: 20px 0;
  background: #212122;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .section-tabber {
    height: 2000px;
  }
  .section-tabber .row1222 {
    position: sticky;
    top: 200px;
  }
  .section-tabber.no-act {
    height: auto;
  }
  .section-tabber.no-act .row1222 {
    position: static;
  }
}
.anim-wrapper {
  overflow: hidden;
  height: 43px;
}
.anim-wrapper span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f6a56;
  padding: 10px 16px;
  display: block;
  background: rgba(0, 72, 56, 0.15);
  margin: 4px 0;
  border-radius: 12px;
  width: max-content;
  transition: 0.3s all ease;
}
@media (max-width: 1240px) {
  .anim-wrapper span {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .anim-wrapper span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .anim-wrapper span {
    margin: 4px auto;
  }
}
.header .main_nav #menu-main-menu li:hover .sub-menu {
  pointer-events: unset !important;
}
.header .main_nav #menu-main-menu .sub-menu {
  width: max-content;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
}
.header .main_nav #menu-main-menu .sub-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -15px;
  width: 0;
  height: 0;
  border-left: 13.5px solid transparent;
  border-right: 13.5px solid transparent;
  border-bottom: 15px solid #fff;
}
.header .main_nav #menu-main-menu .sub-menu li {
  margin-bottom: 35px;
}
.header .main_nav #menu-main-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .main_nav #menu-main-menu .sub-menu li a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  justify-content: flex-end;
}
.header .main_nav #menu-main-menu .sub-menu li a img {
  margin-right: 12px;
}
header {
  transition: 0.3s all ease;
  border-bottom: 0.5px solid transparent;
}
header.act {
  background: #f9f9f9;
}
header.act .button-transparent {
  background: #54f2a4;
  border: 1.5px solid #54f2a4;
}
header.act .button-transparent:hover {
  border: 1.5px solid #0f6a56;
  background: transparent;
}
.mobile_menu_active header {
  border-bottom: 1px solid #586360 !important;
  background: #fff;
}
.mobile_menu_container {
  height: calc(100vh - 56px);
}
.mobile_menu_container .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 150px;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li {
  margin: 0 16px;
  margin-bottom: 12px;
  padding: 9px 15px;
  padding-right: 40px;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #e5ebe9;
  border-radius: 10px;
  width: 100%;
  height: 48px;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li:last-child {
  margin-bottom: 0;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-anchor {
  top: 6px;
  right: 16px;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-anchor:before {
  border-color: #212121;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(225deg);
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-anchor.fa-angle-up {
  top: 10px;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-anchor.fa-angle-up:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile_menu_container .wrapper .mobile_nav > ul > li > a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #1f2735;
  padding: 0;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-menu {
  padding-top: 21px;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-menu > li {
  border: none;
  margin-bottom: 25px;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-menu > li:last-child {
  margin-bottom: 0;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-menu > li a {
  border: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  justify-content: flex-end;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #1f2735;
}
.mobile_menu_container .wrapper .mobile_nav > ul > li .sub-menu > li a img {
  margin-right: 12px;
}
.mobile_menu_container .button-bottom {
  text-align: center;
}
.mobile_menu_container .button-bottom .button-green {
  margin: 0 auto;
  display: flex;
}
#toTop {
  z-index: -1;
  position: fixed;
  right: 60px;
  bottom: 60px;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border: none;
  transition: opacity 0.1s linear;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  #toTop {
    bottom: 18px;
    right: 10px;
  }
}
#toTop circle {
  transition: 0.3s all ease;
}
#toTop.is-visible {
  opacity: 1;
  z-index: 99;
}
.hidden-menu-merchant {
  padding: 12px 0;
  border-top: 0.5px solid rgba(66, 75, 90, 0.3);
  box-shadow: 0px 4px 9px rgba(31, 39, 53, 0.06);
  display: none;
}
.hidden-menu-merchant.act {
  display: block;
}
@media (max-width: 1140px) {
  .hidden-menu-merchant {
    display: none !important;
  }
}
.hidden-menu-merchant .wrapper {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hidden-menu-merchant .wrapper .left-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1f2735;
  margin-right: 370px;
}
.hidden-menu-merchant .wrapper .right-content {
  display: flex;
  align-items: center;
}
.hidden-menu-merchant .wrapper .right-content a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f2735;
  margin-right: 48px;
  transition: 0.3s all ease;
}
.hidden-menu-merchant .wrapper .right-content a:hover {
  text-decoration: none;
  color: #0f6a56;
}
.hidden-menu-merchant .wrapper .right-content a:last-child {
  margin-right: 0;
}
.hidden-menu-merchant .wrapper .right-content a.act {
  color: #0f6a56;
}
#for-merchants, #for-providers {
  padding-top: 125px;
  margin-top: -125px;
  -webkit-background-clip: content-box;
  background-clip: padding-box;
}
.splide .splide__slide {
  background: #fff;
  box-shadow: 0px 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 12px;
  min-height: 200px;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s all ease;
  border: 2px solid transparent;
}
.splide .splide__slide:hover {
  border-color: #1d5945;
}
.splide .splide__slide .slide-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1f2735;
  margin-top: 8px;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
body {
  transition: 0.3s all ease;
  background: #f9f9f9;
}
body.act .burger {
  position: fixed;
  z-index: 105;
}
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background: #f9f9f9;
  transition: 0.3s all ease;
  border-bottom: none;
}
@media (max-width: 1140px) {
  .header {
    border-bottom: 1px solid #586360 !important;
  }
}
.header .wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
@media (max-width: 1140px) {
  .header .wrapper-content {
    height: 56px;
  }
}
.header .wrapper-content .left-content img {
  max-width: 149px;
  max-height: 56px;
}
@media (max-width: 1140px) {
  .header .wrapper-content .left-content img {
    max-width: 142px;
    max-height: 40px;
  }
}
.header .wrapper-content .left-content svg {
  max-width: 149px;
  width: 100%;
  max-height: 56px;
}
@media (max-width: 1140px) {
  .header .wrapper-content .left-content svg {
    max-width: 142px;
    max-height: 30px;
  }
}
.header .wrapper-content .center-content {
  display: inline-flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .header .wrapper-content .center-content {
    flex-grow: 0;
    order: 1;
  }
}
@media (max-width: 1140px) {
  .header .wrapper-content .right-content {
    display: none;
  }
}
#wrap {
  margin-top: 75px;
}
@media (max-width: 1140px) {
  #wrap {
    margin-top: 56px;
  }
}
.home .header .wrapper .wrapper-content .left-content .logo-header {
  pointer-events: none;
}
.home footer .wrap .top-footer .logo-footer {
  pointer-events: none;
}
/* ==========================================================================
 Burger
 ========================================================================== */
.burger {
  top: 28px;
  width: 24px;
  z-index: 110;
  transform: translate(0%, -50%);
  position: fixed;
  right: 3%;
  margin-right: 0;
}
@media (max-width: 550px) {
  .burger {
    right: 5%;
  }
}
.burger .burger-icon {
  width: 24px;
  height: 1px;
  background-color: #26252a;
}
.burger .burger-icon::before, .burger .burger-icon::after {
  width: 24px;
  height: 1px;
  background-color: #26252a;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  z-index: 2;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-right: 72px;
}
.main_nav .level_a > li {
  transition: 0.3s all ease;
}
.main_nav .level_a > li > a {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 31px;
  padding: 37px 0;
  transition: 0.3s all ease;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #1f2735;
  opacity: 0.7;
}
.main_nav .level_a > li.current-menu-item a {
  color: #1f2735;
}
.main_nav .level_a > li.menu-item-has-children:after {
  position: absolute;
  content: "";
  right: 0;
  margin-top: 0;
  top: 50%;
  font-weight: 400;
  transition: 0.3s all ease;
  width: 8px;
  height: 8px;
  border: solid #1f2735;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -75%) rotate(225deg);
  border-radius: 2px;
}
.main_nav .level_a > li.menu-item-has-children:hover:after {
  transform: translate(-50%, -25%) rotate(45deg);
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu li {
  border-top: none;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  min-width: 282px;
  max-width: 527px;
  top: 85px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(31, 39, 53, 0.09);
  border-radius: 16px;
  padding: 24px;
  margin-top: 0;
  border-top: none;
  z-index: 555;
  left: -13px;
  white-space: nowrap;
  border: unset;
  text-align: left;
  visibility: hidden;
  transition: 0.5s all ease;
  opacity: 0;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
  padding: 0 !important;
  border-bottom: none;
  margin: 0;
}
.main_nav .level_a > li > .sub-menu li:hover {
  border-top: none;
}
.main_nav .level_a > li > .sub-menu a {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.19;
  color: #1f2735;
  overflow: hidden;
  transition: 0.3s all ease;
  opacity: 1;
  text-align: center;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: none;
  color: #1f2735;
  opacity: 0.7;
}
.mobile_menu_container {
  background-color: rgba(45, 45, 45, 1);
  color: #031b29;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 1.875;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: 0.3s all ease;
  left: 0;
  z-index: 104;
  max-width: 400px;
  width: 100%;
  border-top: 1px solid #586360 !important;
}
.mobile_menu_container .level_a > li > a:hover {
  background: transparent;
}
.mobile_menu_container .sub-menu {
  padding-top: 10px;
}
.mobile_menu_container .sub-menu li:first-child {
  border-top: 1px solid #031b29;
}
.mobile_menu_container .sub-menu li a {
  color: #031b29;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 1.875;
  font-size: 22px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #031b29;
}
.mobile_menu_container .sub-menu li a:hover, .mobile_menu_container .sub-menu li a:focus, .mobile_menu_container .sub-menu li a:focus-visible, .mobile_menu_container .sub-menu li a:focus-within {
  color: #0a5 !important;
  background: #fff;
}
.mobile_menu_container .level_a > li > a {
  position: relative;
  display: inline-block;
  color: #031b29;
}
.mobile_menu_container .sub-anchor {
  top: 10px;
}
.mobile_menu_container .logo-header {
  margin-bottom: 20px;
}
.mobile_menu_container .level_a > li {
  border-bottom: none;
}
.mobile_menu_container .level_a > li > a {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.mobile_menu_container .fa-angle-down {
  background-color: transparent;
  content: "";
  transition: 0.3s all ease;
}
.mobile_menu_container .fa-angle-down:before {
  position: absolute;
  content: "";
  right: -2px;
  margin-top: 0;
  top: 50%;
  vertical-align: middle;
  font-weight: 400;
  transition: 0.3s all ease;
  width: 6px;
  height: 6px;
  border: solid #b9b9b9;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(135deg);
  border-radius: 2px;
}
.mobile_menu_container .fa-angle-up {
  content: "";
  transition: 0.3s all ease;
}
.mobile_menu_container .fa-angle-up:before {
  position: absolute;
  content: "";
  right: -2px;
  margin-top: 0;
  top: 50%;
  vertical-align: middle;
  font-weight: 400;
  transition: 0.3s all ease;
  width: 6px;
  height: 6px;
  border: solid #0a5;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(135deg);
  border-radius: 2px;
}
.mobile_menu_container .search_mobile {
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_menu_container .search_mobile .search-field {
  padding: 8px 70px 8px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  max-width: 250px;
}
.mobile_menu_container .search_mobile .search {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a5;
  width: 54px;
  height: 54px;
  margin: 3px 3px 3px 3px;
}
.main_menu {
  display: block;
}
@media (max-width: 1140px) {
  .main_menu {
    display: none;
  }
}
.main_menu_mobile {
  display: none;
}
@media (max-width: 1140px) {
  .main_menu_mobile {
    display: block;
  }
}
.main_menu_mobile_add {
  display: none;
}
@media (max-width: 1140px) {
  .main_menu_mobile_add {
    display: block;
  }
}
.mobile_menu_active .burger {
  top: 27px;
}
.burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after, .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
  background-color: #26252a;
}
.mobile_menu_active:before {
  background: transparent;
}
.mobile_menu_container {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  border: none;
  margin-top: 57px;
  padding-top: 17px;
  max-width: 100%;
  width: 100%;
}
.mobile_menu_container .level_a > li:last-child {
  margin-bottom: 0;
}
.mobile_menu_container .level_a > li:hover a {
  color: #1d5945;
}
.mobile_menu_container .level_a > li > a {
  transition: 0.3s all ease;
}
/* ==========================================================================
 Footer
 ========================================================================== */
footer {
  overflow: hidden;
  background: radial-gradient(53.32% 66.69% at 47.62% 45.9%, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  padding: 50px 0 57px;
  border-top: 0.5px solid #106350;
}
@media (max-width: 998px) {
  footer {
    padding: 56px 0 24px;
  }
}
footer .wrap {
  max-width: unset;
  width: unset;
}
@media (max-width: 768px) {
  footer .wrap {
    max-width: 100%;
  }
}
footer .top-footer {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  footer .top-footer {
    margin-bottom: 48px;
  }
}
footer .top-footer .logo-footer {
  max-width: 252px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1024px) {
  footer .top-footer .logo-footer {
    max-width: 187.25px;
  }
}
@media (max-width: 576px) {
  footer .top-footer .logo-footer {
    max-width: 187.25px;
  }
}
footer .middle-footer {
  margin-bottom: 95px;
  display: flex;
}
@media (max-width: 998px) {
  footer .middle-footer {
    margin-bottom: 47px;
  }
}
@media (max-width: 768px) {
  footer .middle-footer {
    margin-bottom: 0;
    position: relative;
  }
}
footer .middle-footer .left-content {
  display: flex;
  margin-right: 140px;
}
@media (max-width: 1140px) {
  footer .middle-footer .left-content {
    margin-right: 100px;
  }
}
@media (max-width: 998px) {
  footer .middle-footer .left-content {
    margin-right: 60px;
  }
}
@media (max-width: 768px) {
  footer .middle-footer .left-content {
    flex-direction: column;
    margin: 0 0 33px 0;
  }
}
footer .middle-footer .left-content .column {
  margin-right: 128px;
}
@media (max-width: 1140px) {
  footer .middle-footer .left-content .column {
    margin-right: 28px;
  }
}
@media (max-width: 768px) {
  footer .middle-footer .left-content .column {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
footer .middle-footer .left-content .column:last-child {
  margin-right: 0;
}
footer .middle-footer .left-content .column ul li {
  margin-bottom: 14px;
}
footer .middle-footer .left-content .column ul li:first-child {
  margin-bottom: 16px;
}
footer .middle-footer .left-content .column ul li:last-child {
  margin-bottom: 0;
}
footer .middle-footer .left-content .column ul li a {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  transition: 0.3s all ease;
}
footer .middle-footer .left-content .column ul li a:hover {
  color: #106350;
  text-decoration: none;
}
footer .middle-footer .left-content .column ul li .title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0.025em;
  color: #1f2735;
  transition: 0.3s all ease;
}
footer .middle-footer .left-content .column ul li .title:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .middle-footer .right-content {
    margin-top: 0;
    display: flex;
    position: absolute;
    bottom: 48px;
    right: 0;
  }
}
footer .middle-footer .right-content .wys a {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  text-decoration-line: underline;
  color: #1f2735;
  transition: 0.3s all ease;
}
footer .middle-footer .right-content .wys a:hover {
  color: #106350;
  opacity: 0.2;
}
footer .middle-footer .right-content .social-mobile-media-wrap {
  display: none;
  min-width: 135px;
  text-align: end;
  width: 100%;
}
footer .middle-footer .right-content .social-mobile-media-wrap a {
  text-decoration: none;
  margin-right: 23px;
  transition: 0.3s all ease;
}
footer .middle-footer .right-content .social-mobile-media-wrap a:last-child {
  margin-right: 0;
}
footer .middle-footer .right-content .social-mobile-media-wrap a:hover {
  text-decoration: none;
}
footer .middle-footer .right-content .social-mobile-media-wrap a svg {
  transition: 0.3s all ease;
}
footer .middle-footer .right-content .social-mobile-media-wrap a svg:hover {
  transform: scale(1.05);
}
@media (max-width: 998px) {
  footer .middle-footer .right-content .social-mobile-media-wrap {
    display: block;
  }
}
footer .bottom-footer {
  display: flex;
  align-items: center;
}
@media (max-width: 998px) {
  footer .bottom-footer {
    padding-top: 24px;
    position: relative;
  }
  footer .bottom-footer:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transition: 0.3s all ease;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
    border-top: 1px solid #106350;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  footer .bottom-footer:before {
    width: 115%;
  }
}
footer .bottom-footer .left-content {
  display: flex;
  margin-right: 10px;
}
@media (max-width: 998px) {
  footer .bottom-footer .left-content {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer .left-content {
    display: inline-block;
  }
}
footer .bottom-footer .left-content .copyright {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.21;
  color: #000;
  padding-right: 4px;
}
@media (max-width: 998px) {
  footer .bottom-footer .left-content .copyright {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer .left-content .copyright {
    font-size: 16px;
    line-height: 1.6;
  }
}
footer .bottom-footer .left-content .wrapper-link span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}
footer .bottom-footer .left-content .wrapper-link a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #106350;
}
footer .bottom-footer .center-content {
  flex: 1;
}
@media (max-width: 998px) {
  footer .bottom-footer .center-content {
    display: none;
  }
}
footer .bottom-footer .center-content .border {
  border-bottom: 1px solid #106350;
  max-width: 690px;
  width: 100%;
}
@media (max-width: 998px) {
  footer .bottom-footer .right-content {
    display: none;
  }
}
footer .bottom-footer .right-content .social-media-wrap {
  margin-left: 33px;
}
footer .bottom-footer .right-content .social-media-wrap a {
  text-decoration: none;
  margin-right: 24px;
  transition: 0.3s all ease;
}
footer .bottom-footer .right-content .social-media-wrap a:last-child {
  margin-right: 0;
}
footer .bottom-footer .right-content .social-media-wrap a:hover {
  text-decoration: none;
}
footer .bottom-footer .right-content .social-media-wrap a svg {
  transition: 0.3s all ease;
}
footer .bottom-footer .right-content .social-media-wrap a svg:hover {
  transform: scale(1.05);
}
/* ==========================================================================
 Title section
 ========================================================================== */
.title-section {
  display: flex;
  margin: 150px 0 80px;
}
@media (max-width: 1180px) {
  .title-section {
    margin: 80px 0 90px;
  }
}
@media (max-width: 768px) {
  .title-section {
    margin: 80px 0 60px;
  }
}
@media (max-width: 425px) {
  .title-section {
    margin: 100px 0 38px;
  }
}
.title-section .row1200 {
  z-index: 2;
}
.title-section .wrapper .title p {
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1140px) {
  .title-section .wrapper .title p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .title-section .wrapper .title p {
    max-width: 556px;
  }
}
@media (max-width: 425px) {
  .title-section .wrapper .title p {
    margin-bottom: 11px;
  }
}
.title-section .wrapper .title p:last-child {
  padding-bottom: 0;
}
.title-section .wrapper .text {
  max-width: 642px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.title-section .wrapper .text:last-child {
  padding: 0;
}
.section-image-and-button + .title-section .title p {
  max-width: 918px;
}
.section-image-and-button + .title-section .text {
  max-width: 551px;
}
.section-maintain-merchants + .title-section {
  margin: 150px 0 55px;
}
@media (max-width: 1180px) {
  .section-maintain-merchants + .title-section {
    margin: 80px 0 90px;
  }
}
@media (max-width: 768px) {
  .section-maintain-merchants + .title-section {
    margin: 80px 0 60px;
  }
}
@media (max-width: 425px) {
  .section-maintain-merchants + .title-section {
    margin: 100px 0 38px;
  }
}
.section-maintain-merchants + .title-section .title p {
  text-align: center;
}
@media (max-width: 998px) {
  .section-maintain-merchants + .title-section .title p {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .section-maintain-merchants + .title-section .title p {
    max-width: 600px;
  }
}
@media (max-width: 425px) {
  .section-maintain-merchants + .title-section .title p {
    max-width: unset;
  }
}
@media (max-width: 375px) {
  .section-columns-and-button + .title-section .title p {
    max-width: 330px;
  }
}
.section-columns-and-button + .title-section .text {
  max-width: 582px;
}
/* ==========================================================================
 Banner Section Merchant
 ========================================================================== */
.banner-section-merchant {
  margin: 0 0 120px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .banner-section-merchant {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 1440px) and (max-height: 980px) {
  .banner-section-merchant {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) and (max-height: 900px) {
  .banner-section-merchant {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1440px) and (max-height: 860px) {
  .banner-section-merchant {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .banner-section-merchant {
    margin: 32px 0 80px;
  }
}
@media (max-width: 1023px) {
  .banner-section-merchant .row1200 {
    max-width: 100%;
  }
}
.banner-section-merchant .wrapper-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content {
    justify-content: center;
  }
}
.banner-section-merchant .wrapper-content .left-content {
  margin-top: 51px;
  max-width: 546px;
  width: 100%;
  margin-right: -53px;
  z-index: 2;
}
@media (max-width: 1240px) {
  .banner-section-merchant .wrapper-content .left-content {
    font-size: 34px;
    max-width: 450px;
  }
}
@media (max-width: 1140px) {
  .banner-section-merchant .wrapper-content .left-content {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content {
    max-width: 592px;
    margin-right: 0;
    margin-top: 0;
  }
}
.banner-section-merchant .wrapper-content .left-content:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js {
    width: 1000px;
    max-width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js {
    max-width: 87%;
  }
}
.banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .tabs-no-js {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .tabs-no-js {
    margin: 0 auto 24px;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .tabs-no-js {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
  margin-bottom: 36px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1f2735;
  font-size: 40px;
  line-height: 1.3;
  text-align: start;
  padding-bottom: 0;
}
@media (max-width: 1140px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    text-align: center !important;
    font-size: 36px;
  }
}
@media (max-width: 998px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 28px;
  }
}
.banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p {
  font-family: 'Inter', sans-serif;
  max-width: 454px;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 48px;
  font-weight: 400;
  color: #1f2735;
  padding-bottom: 20px;
}
@media (max-width: 1240px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p {
    max-width: 400px;
  }
}
.banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1:last-child, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p {
    text-align: center;
    margin: 0 auto 41px;
  }
}
@media (max-width: 500px) {
  .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1 br, .banner-section-merchant .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p br {
    display: none;
  }
}
.banner-section-merchant .wrapper-content .left-content .banner-image-mobile {
  display: none;
  max-width: 754px;
  width: 100%;
  max-height: 492px;
  margin: 0 auto 48px;
  text-align: center;
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .banner-image-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner-section-merchant .wrapper-content .left-content .banner-image-mobile {
    max-width: 581px;
    max-height: 468px;
  }
}
.banner-section-merchant .wrapper-content .left-content .banner-image-mobile svg, .banner-section-merchant .wrapper-content .left-content .banner-image-mobile img {
  max-width: 754px;
  min-height: 302px;
  max-height: 492px;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .banner-image-mobile svg, .banner-section-merchant .wrapper-content .left-content .banner-image-mobile img {
    max-width: 581px;
    max-height: 468px;
    width: 100%;
  }
}
.banner-section-merchant .wrapper-content .left-content .wrapper-button {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .wrapper-button {
    margin: 0 auto 50px;
    justify-content: center;
    max-width: 94%;
  }
}
@media (max-width: 768px) {
  .banner-section-merchant .wrapper-content .left-content .wrapper-button {
    flex-direction: column;
    margin: 0 auto 48px;
    max-width: 343px;
    width: 100%;
  }
  .banner-section-merchant .wrapper-content .left-content .wrapper-button:last-child {
    margin-bottom: 56px;
  }
}
@media (max-width: 550px) {
  .banner-section-merchant .wrapper-content .left-content .wrapper-button {
    width: 100%;
    max-width: 91%;
  }
}
.banner-section-merchant .wrapper-content .left-content .wrapper-button:first-child {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .banner-section-merchant .wrapper-content .left-content .wrapper-button:first-child {
    margin: 0 auto 56px;
  }
}
.banner-section-merchant .wrapper-content .left-content .wrapper-button:last-child {
  margin-bottom: 0;
}
.banner-section-merchant .wrapper-content .left-content .wrapper-button .btn-green {
  width: 226px;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .banner-section-merchant .wrapper-content .left-content .wrapper-button .btn-green {
    margin-right: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 550px) {
  .banner-section-merchant .wrapper-content .left-content .wrapper-button .btn-green {
    margin-bottom: 20px;
  }
}
.banner-section-merchant .wrapper-content .left-content .wrapper-button .btn-green:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.banner-section-merchant .wrapper-content .left-content .wrapper-button .button-arrow {
  margin-right: 0;
}
@media (max-width: 768px) {
  .banner-section-merchant .wrapper-content .left-content .wrapper-button .button-arrow {
    margin: 0 auto;
  }
}
.banner-section-merchant .wrapper-content .left-content .banner-icon {
  max-width: 164px;
  width: 100%;
  max-height: 64px;
}
@media (max-width: 1140px) {
  .banner-section-merchant .wrapper-content .left-content .banner-icon {
    max-width: 82px;
    max-height: 32px;
  }
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .left-content .banner-icon {
    margin: 0 auto;
  }
}
.banner-section-merchant .wrapper-content .left-content .banner-icon img {
  max-width: 164px;
  width: 100%;
  max-height: 64px;
  object-fit: contain;
}
@media (max-width: 425px) {
  .banner-section-merchant .wrapper-content .left-content .banner-icon img {
    max-width: 159px;
    max-height: 63px;
  }
}
.banner-section-merchant .wrapper-content .right-content {
  max-width: 810px;
  width: 100%;
  max-height: 586px;
  margin-right: -120px;
}
@media (max-width: 1439px) {
  .banner-section-merchant .wrapper-content .right-content {
    margin-right: -100px;
  }
}
@media (max-width: 1419px) {
  .banner-section-merchant .wrapper-content .right-content {
    margin-right: -80px;
  }
}
@media (max-width: 1399px) {
  .banner-section-merchant .wrapper-content .right-content {
    margin-right: -60px;
  }
}
@media (max-width: 1379px) {
  .banner-section-merchant .wrapper-content .right-content {
    margin-right: -40px;
  }
}
@media (max-width: 1359px) {
  .banner-section-merchant .wrapper-content .right-content {
    margin-right: -20px;
  }
}
@media (max-width: 1339px) {
  .banner-section-merchant .wrapper-content .right-content {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .banner-section-merchant .wrapper-content .right-content {
    display: none;
  }
}
.banner-section-merchant .wrapper-content .right-content svg, .banner-section-merchant .wrapper-content .right-content img {
  max-width: 810px;
  width: 100%;
  height: 586px;
  object-fit: contain;
}
/* ==========================================================================
 Banner section
 ========================================================================== */
.banner-section {
  margin: 62px 0 120px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .banner-section {
    margin: 40px 0 80px;
  }
}
@media (max-width: 1023px) {
  .banner-section {
    margin: 32px 0 100px;
  }
}
@media (max-width: 1023px) {
  .banner-section .row1200 {
    max-width: 100%;
  }
}
.banner-section .wrapper-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content {
    justify-content: center;
  }
}
.banner-section .wrapper-content .left-content {
  max-width: 553px;
  width: 100%;
  margin-right: 13px;
}
@media (max-width: 1240px) {
  .banner-section .wrapper-content .left-content {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content {
    max-width: 592px;
    margin-right: 0;
  }
}
.banner-section .wrapper-content .left-content:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js {
    width: 1000px;
    max-width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js {
    max-width: 89%;
  }
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js {
    margin: 0 auto 24px;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .tab-title-no-js {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f2735;
  white-space: nowrap;
  margin-right: 20px;
  transition: 0.3s all ease;
  padding: 11px 0 10px;
}
@media (max-width: 1240px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .tab-title-no-js {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .tab-title-no-js {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .tab-title-no-js {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .tab-title-no-js:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .tab-title-no-js {
    font-size: 14px;
    line-height: 1.21;
  }
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .tab-title-no-js:last-child {
  margin-right: 0;
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .active {
  background: rgba(0, 72, 56, 0.09);
  border-radius: 12px;
  padding: 11px 16px 10px;
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .active .subtitle-tabber {
  color: #0f6a56;
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .tabs-no-js .active .subtitle-tabber:hover {
  color: #1f2735;
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
  margin-bottom: 36px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1f2735;
  font-size: 40px;
  line-height: 1.3;
  text-align: start;
  padding-bottom: 0;
}
@media (max-width: 1240px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 34px;
  }
}
@media (max-width: 1140px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    text-align: center !important;
    font-size: 36px;
  }
}
@media (max-width: 998px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .title-tab-no-js p {
    font-size: 28px;
  }
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p {
  font-family: 'Inter', sans-serif;
  max-width: 454px;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 56px;
  font-weight: 400;
  color: #1f2735;
  padding-bottom: 20px;
}
.banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1:last-child, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1150px) and (max-height: 800px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p {
    text-align: center;
    margin: 0 auto 28px;
  }
}
@media (max-width: 500px) {
  .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab h1 br, .banner-section .wrapper-content .left-content .tabs-block-no-js .bottom-content .tab-content-no-js .description-tab p br {
    display: none;
  }
}
.banner-section .wrapper-content .left-content .banner-image-mobile {
  display: none;
  max-width: 754px;
  width: 100%;
  max-height: 492px;
  margin: 0 auto 48px;
  text-align: center;
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .banner-image-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .banner-image-mobile {
    max-width: 581px;
    max-height: 468px;
  }
}
.banner-section .wrapper-content .left-content .banner-image-mobile svg, .banner-section .wrapper-content .left-content .banner-image-mobile img {
  max-width: 754px;
  min-height: 302px;
  max-height: 492px;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .banner-image-mobile svg, .banner-section .wrapper-content .left-content .banner-image-mobile img {
    max-width: 581px;
    max-height: 468px;
    width: 100%;
  }
}
.banner-section .wrapper-content .left-content .wrapper-button {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .wrapper-button {
    margin: 0 auto 50px;
    justify-content: center;
    max-width: 94%;
  }
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .wrapper-button {
    flex-direction: column;
    margin: 0 auto 48px;
    max-width: 343px;
    width: 100%;
  }
  .banner-section .wrapper-content .left-content .wrapper-button:last-child {
    margin-bottom: 56px;
  }
}
@media (max-width: 550px) {
  .banner-section .wrapper-content .left-content .wrapper-button {
    width: 100%;
    max-width: 91%;
  }
}
.banner-section .wrapper-content .left-content .wrapper-button:first-child {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .wrapper-button:first-child {
    margin: 0 auto 48px;
  }
}
.banner-section .wrapper-content .left-content .wrapper-button:last-child {
  margin-bottom: 0;
  padding: 0;
}
.banner-section .wrapper-content .left-content .wrapper-button .btn-green {
  width: 226px;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .wrapper-button .btn-green {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section .wrapper-content .left-content .wrapper-button .btn-green:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.banner-section .wrapper-content .left-content .wrapper-button .button-arrow {
  margin-right: 0;
}
@media (max-width: 768px) {
  .banner-section .wrapper-content .left-content .wrapper-button .button-arrow {
    margin: 0 auto;
  }
}
.banner-section .wrapper-content .left-content .banner-icon {
  max-width: 164px;
  width: 100%;
  max-height: 64px;
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .left-content .banner-icon {
    margin: 0 auto;
  }
}
.banner-section .wrapper-content .left-content .banner-icon img {
  max-width: 164px;
  width: 100%;
  max-height: 64px;
  object-fit: contain;
}
.banner-section .wrapper-content .right-content {
  max-width: 784px;
  width: 100%;
  max-height: 492px;
  margin-right: -120px;
  margin-top: 6px;
}
@media screen and (max-width: 1440px) and (max-height: 800px) {
  .banner-section .wrapper-content .right-content {
    max-height: 450px;
  }
}
@media (max-width: 1439px) {
  .banner-section .wrapper-content .right-content {
    margin-right: -100px;
  }
}
@media (max-width: 1419px) {
  .banner-section .wrapper-content .right-content {
    margin-right: -80px;
  }
}
@media (max-width: 1399px) {
  .banner-section .wrapper-content .right-content {
    margin-right: -60px;
  }
}
@media (max-width: 1379px) {
  .banner-section .wrapper-content .right-content {
    margin-right: -40px;
  }
}
@media (max-width: 1359px) {
  .banner-section .wrapper-content .right-content {
    margin-right: -20px;
  }
}
@media (max-width: 1339px) {
  .banner-section .wrapper-content .right-content {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .banner-section .wrapper-content .right-content {
    display: none;
  }
}
.banner-section .wrapper-content .right-content svg, .banner-section .wrapper-content .right-content img {
  max-width: 784px;
  width: 100%;
  height: 492px;
  object-fit: contain;
}
@media (max-width: 1240px) {
  .banner-section .wrapper-content .right-content svg, .banner-section .wrapper-content .right-content img {
    height: 450px;
  }
}
/* ==========================================================================
 Numbers Section
 ========================================================================== */
.row-number-column .row1064 {
  width: 1015px;
}
.row-number-column .row1064 .title-number-section {
  margin: 0 auto 63px;
}
@media (max-width: 425px) {
  .row-number-column .row1064 .title-number-section {
    max-width: 247px;
  }
}
@media (max-width: 375px) {
  .row-number-column .row1064 .number-block {
    max-width: 140px;
  }
}
.numbers_section {
  margin: 120px 0 150px;
}
@media (max-width: 1180px) {
  .numbers_section {
    margin: 50px 0 120px;
  }
}
@media (max-width: 425px) {
  .numbers_section {
    margin: 56px 0 100px;
  }
}
.numbers_section .title-number-section {
  max-width: 617px;
  width: 100%;
  margin: 0 auto 56px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #1f2735;
}
@media (max-width: 1140px) {
  .numbers_section .title-number-section {
    font-size: 24px;
  }
}
@media (max-width: 998px) {
  .numbers_section .title-number-section {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .numbers_section .title-number-section {
    font-size: 16px;
    max-width: 429px;
  }
}
.numbers_section .number_blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .numbers_section .number_blocks {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 776px) {
  .numbers_section .number_blocks {
    justify-content: space-around;
    align-items: start;
  }
}
.numbers_section .number_blocks .number-block {
  display: flex;
  margin-right: 20px;
  max-width: 230px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.numbers_section .number_blocks .number-block:first-child {
  justify-content: start;
}
@media (max-width: 776px) {
  .numbers_section .number_blocks .number-block:first-child {
    justify-content: center;
  }
}
.numbers_section .number_blocks .number-block:last-child {
  margin-right: 0;
  margin-bottom: 0;
  justify-content: start;
}
@media (max-width: 776px) {
  .numbers_section .number_blocks .number-block:last-child {
    justify-content: center;
  }
}
@media (max-width: 776px) {
  .numbers_section .number_blocks .number-block {
    margin-bottom: 48px;
  }
}
@media (max-width: 506px) {
  .numbers_section .number_blocks .number-block {
    flex-direction: column;
  }
}
.numbers_section .number_blocks .number-block .number {
  margin-right: 16px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.5;
  color: #1f2735;
}
@media (max-width: 480px) {
  .numbers_section .number_blocks .number-block .number {
    font-size: 30px;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .numbers_section .number_blocks .number-block .number {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .numbers_section .number_blocks .number-block .number {
    font-size: 26px;
  }
}
.numbers_section .number_blocks .number-block .text p {
  max-width: 242px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .numbers_section .number_blocks .number-block .text p {
    line-height: 1.5;
  }
}
@media (max-width: 506px) {
  .numbers_section .number_blocks .number-block .text p {
    font-size: 14px;
    text-align: center;
    max-width: 215px;
    min-width: 110px;
    flex-wrap: wrap;
  }
}
.numbers_section .number_blocks .number-block .text p strong {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #1f2735;
}
@media (max-width: 576px) {
  .numbers_section .number_blocks .number-block .text p strong {
    font-size: 22px;
    text-align: center;
  }
}
.numbers_section .number_blocks .number-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
}
@media (max-width: 576px) {
  .numbers_section .number_blocks .number-column {
    align-items: center;
    justify-content: start;
  }
}
.numbers_section .number_blocks .number-column .number {
  margin-right: 0;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 998px) {
  .numbers_section .number_blocks .number-column .number {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .numbers_section .number_blocks .number-column .number {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .numbers_section .number_blocks .number-column .number {
    font-size: 26px;
  }
}
/* ==========================================================================
 Links Section
 ========================================================================== */
.links_section {
  margin: 24px 0;
}
@media (max-width: 1024px) {
  .links_section {
    margin: 32px 0;
  }
}
@media (max-width: 576px) {
  .links_section .row1200 {
    max-width: 100%;
  }
}
.links_section .background-green {
  background: #E8F6F3;
}
.links_section .background-green .border-green {
  border-right: 1px solid #014838;
}
.links_section .background-green .border-green ul li:before {
  border: 1.5px solid #014838;
}
.links_section .background-green .border-green:before {
  background-color: #014838;
}

.links_section .background-blue {
  background: #e2f2f7;
}
.links_section .background-blue .border-blue {
  border-right: 1px solid #75a9b6;
}
.links_section .background-blue .border-blue ul li:before {
  border: 1.5px solid #30b4d5;
}
.links_section .background-blue .border-blue:before {
  background-color: #75a9b6;
}
.links_section .background-yellow {
  background: #faf3d6;
}
.links_section .background-yellow .border-yellow {
  border-right: 1px solid #edc486;
}
.links_section .background-yellow .border-yellow ul li:before {
  border: 1.5px solid #edc486;
}
@media (max-width: 1024px) {
  .links_section .background-yellow .border-yellow ul li:before {
    border: 1.5px solid #dabc42;
  }
}
.links_section .background-yellow .border-yellow:before {
  background-color: #edc486;
}
@media (max-width: 1024px) {
  .links_section .background-yellow .border-yellow:before {
    background-color: #b7a96e;
  }
}
.links_section .wrapper-section {
  padding: 30px 0 48px;
  width: 100%;
  min-height: 444px;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section {
    padding: 40px 45px 44px;
  }
}
@media (max-width: 650px) {
  .links_section .wrapper-section {
    padding: 40px 45px 40px;
  }
}
@media (max-width: 576px) {
  .links_section .wrapper-section {
    border-radius: 0;
    padding: 36px 16px 40px;
  }
}
.links_section .wrapper-section .top-content {
  padding: 0 46px 0 40px;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .top-content {
    padding: 0;
  }
}
.links_section .wrapper-section .top-content .wrapper-title {
  display: flex;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .top-content .wrapper-title {
    margin-right: 0;
  }
}
.links_section .wrapper-section .top-content .wrapper-title .icon {
  max-width: 78px;
  width: 100%;
  max-height: 78px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .links_section .wrapper-section .top-content .wrapper-title .icon {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .links_section .wrapper-section .top-content .wrapper-title .icon {
    max-width: 56px;
    max-height: 56px;
  }
}
.links_section .wrapper-section .top-content .wrapper-title .icon img {
  max-width: 78px;
  width: 100%;
  max-height: 78px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .links_section .wrapper-section .top-content .wrapper-title .icon img {
    max-width: 56px;
    max-height: 56px;
  }
}
.links_section .wrapper-section .top-content .wrapper-title .icon svg {
  max-width: 78px;
  width: 100%;
  max-height: 78px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .top-content .wrapper-title .icon svg {
    max-width: 56px;
    max-height: 56px;
    margin-right: 16px;
  }
}
.links_section .wrapper-section .top-content .wrapper-title .title-link-section {
  margin: auto 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.19;
  color: #1f2735;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .top-content .wrapper-title .title-link-section {
    font-size: 22px;
    line-height: 1.23;
  }
}
.links_section .wrapper-section .top-content .btn-arrow {
  max-width: 155px;
  width: 100%;
}
@media (max-width: 650px) {
  .links_section .wrapper-section .top-content .btn-arrow {
    display: none;
  }
}
.links_section .wrapper-section .bottom-content {
  display: flex;
  margin: 0 46px 0 40px;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content {
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .links_section .wrapper-section .bottom-content {
    flex-direction: column;
  }
}
.links_section .wrapper-section .bottom-content .left-content {
  max-width: 515px;
  width: 100%;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content .left-content {
    max-width: 1000px;
  }
}
.links_section .wrapper-section .bottom-content .left-content .text {
  padding: 0 47px 0 62px;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content .left-content .text {
    border-right: none;
    position: relative;
    padding: 0 0 40px 34px;
    margin-bottom: 40px;
  }
  .links_section .wrapper-section .bottom-content .left-content .text:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 100%;
    transform: translate(0, -50%);
    border-radius: 50%;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .links_section .wrapper-section .bottom-content .left-content .text {
    padding: 0 0 20px 28px;
    margin-bottom: 32px;
  }
}
.links_section .wrapper-section .bottom-content .left-content .wys ul li {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  position: relative;
  padding-bottom: 27px;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content .left-content .wys ul li {
    font-size: 14px;
  }
}
.links_section .wrapper-section .bottom-content .left-content .wys ul li:last-child {
  padding: 0;
}
.links_section .wrapper-section .bottom-content .left-content .wys ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -29px;
  top: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .links_section .wrapper-section .bottom-content .left-content .wys ul li:before {
    left: -24.5px;
  }
}
@media (max-width: 767px) {
  .links_section .wrapper-section .bottom-content .left-content .wys ul li:before {
    top: 11px !important;
  }
}
.links_section .wrapper-section .bottom-content .right-content {
  max-width: 590px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-left: 40px;
  height: fit-content;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content .right-content {
    margin: 0;
    max-width: 1000px;
  }
}
.links_section .wrapper-section .bottom-content .right-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background: #fff;
  border-radius: 30px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  margin-bottom: 16px;
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content .right-content .title {
    font-size: 14px;
    line-height: 1.6;
    padding: 7px 11px;
  }
}
.links_section .wrapper-section .bottom-content .right-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background: #fff;
  border-radius: 30px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  transition: 0.3s all ease;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content .right-content a {
    font-size: 14px;
    line-height: 1.6;
    padding: 7px 11px;
  }
}
.links_section .wrapper-section .bottom-content .right-content a:hover {
  padding: 7px 20px 9px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .links_section .wrapper-section .bottom-content .right-content a:hover {
    padding: 6px 11px 8px;
  }
}
.links_section .wrapper-section .bottom-content .button-arrow {
  display: none;
}
@media (max-width: 650px) {
  .links_section .wrapper-section .bottom-content .button-arrow {
    display: flex;
    justify-content: start;
    max-width: 155px;
    width: 100%;
    margin-top: 32px;
  }
}
.links_section + .title-section {
  margin: 150px auto 63px;
}
@media (max-width: 1140px) {
  .links_section + .title-section {
    max-width: 600px;
    margin: 120px auto 50px;
  }
}
@media (max-width: 767px) {
  .links_section + .title-section {
    margin: 100px auto 50px;
  }
}
@media (max-width: 375px) {
  .links_section + .title-section {
    max-width: 251px;
    margin: 100px auto 50px;
  }
}
/* ==========================================================================
 Trapezoidal Section
 ========================================================================== */
.title-section + .trapezoidal-section {
  margin: -175px 0 100px;
}
@media (max-width: 1024px) {
  .title-section + .trapezoidal-section {
    margin: -175px 0 60px;
  }
}
@media (max-width: 1023px) {
  .title-section + .trapezoidal-section {
    margin: -150px 0 60px;
  }
}
@media (max-width: 768px) {
  .title-section + .trapezoidal-section {
    margin: -145px 0 60px;
  }
}
@media (max-width: 532px) {
  .title-section + .trapezoidal-section {
    margin: -135px 0 100px;
  }
}
@media (max-width: 425px) {
  .title-section + .trapezoidal-section {
    margin: -125px 0 100px;
  }
}
@media (max-width: 378px) {
  .title-section + .trapezoidal-section {
    margin: -134px 0 100px;
  }
}
.trapezoidal-section {
  margin: 150px 0 150px;
}
@media (max-width: 425px) {
  .trapezoidal-section {
    margin: 100px 0 100px;
  }
}
.trapezoidal-section .wrapper-item-trap {
  margin-top: -75px;
}
@media (max-width: 1023px) {
  .trapezoidal-section .wrapper-item-trap {
    margin-top: -55px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .wrapper-item-trap {
    margin-top: -30px;
  }
}
.trapezoidal-section .wrapper-item-trap:first-child .item-background .item {
  padding: 120px 0 68px;
}
@media (max-width: 1023px) {
  .trapezoidal-section .wrapper-item-trap:first-child .item-background .item {
    padding: 105px 0 11px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .wrapper-item-trap:first-child .item-background .item {
    padding: 75px 0 96px;
  }
}
.trapezoidal-section .triangle-top-background-light {
  background-color: #e5ebe9;
  clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 100%);
  height: 77px;
  width: 100%;
}
@media (max-width: 1023px) {
  .trapezoidal-section .triangle-top-background-light {
    clip-path: polygon(0 0, 100% 55px, 100% 100%, 0 100%);
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .triangle-top-background-light {
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
    height: 32px;
  }
}
.trapezoidal-section .triangle-bottom-background-light {
  background-color: #e5ebe9;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 0 100%);
  height: 77px;
  width: 100%;
  margin-top: -2px;
}
@media (max-width: 1023px) {
  .trapezoidal-section .triangle-bottom-background-light {
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .triangle-bottom-background-light {
    height: 32px;
  }
}
.trapezoidal-section .triangle-top-background-dark {
  background-color: #014838;
  clip-path: polygon(0 75px, 100% 0, 100% 100%, 0 100%);
  height: 77px;
  width: 100%;
}
@media (max-width: 1023px) {
  .trapezoidal-section .triangle-top-background-dark {
    clip-path: polygon(0 55px, 100% 0, 100% 100%, 0 100%);
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .triangle-top-background-dark {
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    height: 32px;
  }
}
.trapezoidal-section .triangle-bottom-background-dark {
  background-color: #014838;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 2px);
  height: 77px;
  width: 100%;
  margin-top: -2px;
}
@media (max-width: 1023px) {
  .trapezoidal-section .triangle-bottom-background-dark {
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .triangle-bottom-background-dark {
    height: 32px;
  }
}
.trapezoidal-section .item-background {
  background-color: #e5ebe9;
  margin-top: -2px;
}
.trapezoidal-section .item-background .item {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  padding: 68px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .item {
    justify-content: center;
    flex-direction: column;
    padding: 55px 0 11px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item {
    flex-direction: column-reverse;
    padding: 37px 0 96px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section .item-background .item {
    width: 375px;
    max-width: 100%;
  }
}
.trapezoidal-section .item-background .item .left-content {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .item .left-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 70px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item .left-content {
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section .item-background .item .left-content {
    width: 375px;
    max-width: 91%;
  }
}
.trapezoidal-section .item-background .item .left-content .title-item {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21;
  color: #1f2735;
  max-width: 450px;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .item .left-content .title-item {
    max-width: 510px;
    text-align: start;
    margin: 0 auto 15px;
  }
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .item .left-content .title-item {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .trapezoidal-section .item-background .item .left-content .title-item {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item .left-content .title-item {
    text-align: center;
    margin: 0 auto 16px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section .item-background .item .left-content .title-item {
    font-size: 22px;
    line-height: 1.227;
  }
}
.trapezoidal-section .item-background .item .left-content .title-background-dark {
  color: #fff;
}
.trapezoidal-section .item-background .item .left-content .text-item {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  max-width: 450px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .item .left-content .text-item {
    max-width: 510px;
    text-align: start;
    margin: 0 auto 50px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item .left-content .text-item {
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 40px;
  }
}
.trapezoidal-section .item-background .item .left-content .text-background-dark {
  color: #fff;
}
.trapezoidal-section .item-background .item .left-content .wrapper-button {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .item .left-content .wrapper-button {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item .left-content .wrapper-button {
    flex-direction: column;
    max-width: 375px;
  }
}
.trapezoidal-section .item-background .item .left-content .wrapper-button .btn-green {
  max-width: 226px;
  width: 100%;
  margin-right: 24px;
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-green {
    margin: 0 auto 10px;
  }
}
.trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow {
  max-width: 155px;
  width: 100%;
}
@media (max-width: 768px) {
  .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow {
    margin: 0 auto;
  }
}
.trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark {
  color: #fff;
}
.trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark a {
  color: #fff;
}
.trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:before {
  background: #fff;
  opacity: 0.2;
}
.trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:after {
  content: url("../img/button-arrow-1.svg");
}
@media (max-width: 1140px) {
  .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark {
    background: rgba(255, 255, 255, 0.2);
  }
  .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus, .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus-visible, .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus-within {
    background: #54f2a4 !important;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus-within, .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus-visible, .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus, .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus-visible, .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:focus-within {
    background: #54f2a4 !important;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .trapezoidal-section .item-background .item .left-content .wrapper-button .btn-arrow .button-background-dark:after {
    content: url("../img/button-arrow-2.svg");
  }
}
.trapezoidal-section .item-background .item .right-content {
  max-width: 588px;
  width: 100%;
  max-height: 499px;
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .item .right-content {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .item .right-content {
    margin: 0 auto 40px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section .item-background .item .right-content {
    width: 375px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .trapezoidal-section .item-background .item .right-content .image-desktop {
    display: none;
  }
}
.trapezoidal-section .item-background .item .right-content .image-desktop img, .trapezoidal-section .item-background .item .right-content .image-desktop svg {
  max-width: 588px;
  width: 100%;
  max-height: 499px;
  object-fit: contain;
}
.trapezoidal-section .item-background .item .right-content .image-mobile {
  display: none;
}
@media (max-width: 768px) {
  .trapezoidal-section .item-background .item .right-content .image-mobile {
    display: block;
  }
}
.trapezoidal-section .item-background .item .right-content .image-mobile img, .trapezoidal-section .item-background .item .right-content .image-mobile svg {
  max-width: 588px;
  width: 100%;
  max-height: 499px;
  object-fit: contain;
}
@media (max-width: 375px) {
  .trapezoidal-section .item-background .item .right-content .image-mobile img, .trapezoidal-section .item-background .item .right-content .image-mobile svg {
    max-width: 375px;
    max-height: 338px;
  }
}
.trapezoidal-section .item-background .side-background-dark {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .trapezoidal-section .item-background .side-background-dark {
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section .item-background .side-background-dark {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.trapezoidal-section .background-dark {
  background-color: #014838;
  margin-top: -2px;
}
/* ==========================================================================
 Section With Animated Cards
 ========================================================================== */
.section-with-animated-cards {
  position: relative;
  margin: 100px 0 150px;
}
@media (max-width: 1024px) {
  .section-with-animated-cards {
    margin: 60px 0 150px;
  }
}
@media (max-width: 1023px) {
  .section-with-animated-cards {
    margin: 60px 0 120px;
  }
}
@media (max-width: 425px) {
  .section-with-animated-cards {
    margin: 100px 0 100px;
  }
}
.section-with-animated-cards .wrapper-title {
  margin: 0 auto;
  max-width: 491px;
  width: 100%;
  position: sticky;
  top: 345px;
  z-index: 0;
}
@media (max-width: 1023px) {
  .section-with-animated-cards .wrapper-title {
    max-width: 540px;
  }
}
@media (max-width: 1140px) {
  .section-with-animated-cards .wrapper-title {
    position: unset;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section-with-animated-cards .wrapper-title {
    position: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .section-with-animated-cards .wrapper-title {
    max-width: 400px;
  }
}
.section-with-animated-cards .wrapper-title .title p {
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #1f2735;
  line-height: 1.5;
  font-size: 36px;
}
@media (max-width: 1023px) {
  .section-with-animated-cards .wrapper-title .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-with-animated-cards .wrapper-title .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-with-animated-cards .wrapper-title .title p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-with-animated-cards .wrapper-title .title p {
    font-size: 28px;
    margin-bottom: 11px;
  }
}
@media (max-width: 375px) {
  .section-with-animated-cards .wrapper-title .title p {
    font-size: 26px;
  }
}
.section-with-animated-cards .wrapper-title .title p:last-child {
  margin-bottom: 0;
}
.section-with-animated-cards .wrapper-cards {
  display: grid;
  grid-template-columns: 316px 316px 316px;
  row-gap: 80px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .section-with-animated-cards .wrapper-cards {
    grid-template-columns: 251px 251px 251px;
  }
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards {
    display: block;
    column-count: 2;
    column-gap: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 56px;
    justify-content: center;
  }
}
.section-with-animated-cards .wrapper-cards .card {
  background: rgba(1, 72, 56, 0.94);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 32px;
  padding: 30px;
  height: 413px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card {
    backdrop-filter: unset;
    max-width: 380px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card {
    height: auto;
    padding: 40px 20px 48px;
  }
}
.section-with-animated-cards .wrapper-cards .card:nth-child(1) {
  margin-top: 198px;
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(1) {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(1) {
    margin-top: 0;
    margin-right: 230px;
    order: 2;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(1) {
    margin-right: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(1) {
    margin-right: 40px;
  }
}
.section-with-animated-cards .wrapper-cards .card:nth-child(2) {
  margin-top: 586px;
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(2) {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(2) {
    margin-top: 0;
    margin-left: 230px;
    order: 2;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(2) {
    margin-left: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(2) {
    margin-left: 40px;
  }
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(3) {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(3) {
    margin-top: 0;
    margin-left: 230px;
    order: 1;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(3) {
    margin-left: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(3) {
    margin-left: 40px;
  }
}
.section-with-animated-cards .wrapper-cards .card:nth-child(4) {
  margin-top: 93px;
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(4) {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(4) {
    margin-top: 0;
    margin-right: 230px;
    order: 4;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(4) {
    margin-right: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(4) {
    margin-right: 40px;
  }
}
.section-with-animated-cards .wrapper-cards .card:nth-child(5) {
  margin-top: 586px;
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(5) {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(5) {
    margin-top: 0;
    margin-right: 230px;
    order: 6;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(5) {
    margin-right: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(5) {
    margin-right: 40px;
  }
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(6) {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(6) {
    margin-top: 0;
    margin-left: 230px;
    order: 5;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(6) {
    margin-left: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(6) {
    margin-left: 40px;
  }
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(7) {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(7) {
    margin-top: 0;
    margin-left: 230px;
    order: 7;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(7) {
    margin-left: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(7) {
    margin-left: 40px;
  }
}
.section-with-animated-cards .wrapper-cards .card:nth-child(8) {
  margin-top: 586px;
}
@media (max-width: 840px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(8) {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 660px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(8) {
    margin-top: 0;
    margin-right: 230px;
    order: 8;
    margin-bottom: unset;
  }
}
@media (max-width: 522px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(8) {
    margin-right: 92px;
  }
}
@media (max-width: 374px) {
  .section-with-animated-cards .wrapper-cards .card:nth-child(8) {
    margin-right: 40px;
  }
}
.section-with-animated-cards .wrapper-cards .card .circle {
  width: 72px;
  height: 72px;
  margin-bottom: 30px;
  position: relative;
}
.section-with-animated-cards .wrapper-cards .card .circle .circle-19 {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 8px solid #79ffbd;
  -webkit-border-radius: 50%;
  -webkit-animation: pulsate 1.4s cubic-bezier(0.46, 0.03, 0.52, 0.96) -0.4s infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
.section-with-animated-cards .wrapper-cards .card .circle .circle-47 {
  border: 19px solid rgba(84, 242, 164, 0.8);
  -webkit-border-radius: 50%;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 17px;
  left: 17px;
  -webkit-animation: pulsated 2.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
.section-with-animated-cards .wrapper-cards .card .circle .circle-72 {
  border: 26px solid rgba(84, 242, 164, 0.1);
  -webkit-border-radius: 50%;
  height: 68px;
  width: 68px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-animation: pulsate 2.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite 0.5s;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsated {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
.section-with-animated-cards .wrapper-cards .card .wys p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 425px) {
  .section-with-animated-cards .wrapper-cards .card .wys p {
    font-size: 16px;
  }
}
.section-with-animated-cards .wrapper-cards .card .wys p strong {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 425px) {
  .section-with-animated-cards .wrapper-cards .card .wys p strong {
    font-size: 16px;
  }
}
/* ==========================================================================
 Icon & Button
 ========================================================================== */
.icon-and-button {
  background: #106350;
  padding: 21px 0 21px;
  min-height: 184px;
  align-items: center;
  display: flex;
}
@media (max-width: 998px) {
  .icon-and-button {
    padding: 34px 0 34px;
    max-height: unset;
  }
}
.icon-and-button .wrapper-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 998px) {
  .icon-and-button .wrapper-section {
    flex-direction: column;
    justify-content: center;
  }
}
.icon-and-button .wrapper-section .icon-and-text {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 100%;
}
@media (max-width: 998px) {
  .icon-and-button .wrapper-section .icon-and-text {
    margin-bottom: 48px;
    margin-right: 0;
    max-width: 635px;
  }
}
@media (max-width: 768px) {
  .icon-and-button .wrapper-section .icon-and-text {
    flex-direction: column;
    justify-content: center;
  }
}
.icon-and-button .wrapper-section .icon-and-text .icon-mobile {
  display: none;
  max-width: 209px;
  width: 100%;
  max-height: 152px;
  margin-bottom: 16px;
  margin-right: 0;
  text-align: center;
}
@media (max-width: 425px) {
  .icon-and-button .wrapper-section .icon-and-text .icon-mobile {
    display: block;
  }
}
.icon-and-button .wrapper-section .icon-and-text .icon-mobile img, .icon-and-button .wrapper-section .icon-and-text .icon-mobile svg {
  max-width: 209px;
  max-height: 152px;
  object-fit: contain;
}
.icon-and-button .wrapper-section .icon-and-text .icon {
  margin-right: 24px;
  max-width: 209px;
  width: 100%;
  max-height: 152px;
  text-align: center;
}
@media (max-width: 768px) {
  .icon-and-button .wrapper-section .icon-and-text .icon {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .icon-and-button .wrapper-section .icon-and-text .icon {
    display: none;
  }
}
.icon-and-button .wrapper-section .icon-and-text .icon img, .icon-and-button .wrapper-section .icon-and-text .icon svg {
  max-width: 209px;
  max-height: 152px;
  object-fit: contain;
}
.icon-and-button .wrapper-section .icon-and-text .wys {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 768px) {
  .icon-and-button .wrapper-section .icon-and-text .wys {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .icon-and-button .wrapper-section .icon-and-text .wys {
    max-width: 295px;
    width: 100%;
  }
}
.icon-and-button .wrapper-section .icon-and-text .wys p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .icon-and-button .wrapper-section .icon-and-text .wys p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .icon-and-button .wrapper-section .icon-and-text .wys p {
    font-size: 16px;
    text-align: center;
  }
}
.icon-and-button .wrapper-section .icon-and-text .wys p:last-child {
  padding: 0;
}
.icon-and-button .wrapper-section .icon-and-text .wys p strong {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .icon-and-button .wrapper-section .icon-and-text .wys p strong {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .icon-and-button .wrapper-section .btn-green {
    margin: 0 auto 4px;
  }
}
@media (max-width: 425px) {
  .icon-and-button .wrapper-section .btn-green {
    max-width: 343px;
    width: 100%;
  }
}
.icon-and-button .wrapper-section .btn-green .button-green {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 20px;
  line-height: 1;
}
@media (max-width: 425px) {
  .icon-and-button .wrapper-section .btn-green .button-green {
    margin: 0 auto;
    width: 100%;
    padding: 13px 20px;
  }
}
@media (max-width: 768px) {
  .icon-and-button .wrapper-section .btn-green-icon {
    margin: 0 auto 9px;
    width: 100%;
  }
}
.provide-your-merchants + .icon-and-button {
  padding: 21px 21px;
}
@media (max-width: 998px) {
  .provide-your-merchants + .icon-and-button {
    padding: 34px 0 34px;
    max-height: unset;
  }
}
.provide-your-merchants + .icon-and-button .row1042 {
  width: 996px;
}
.provide-your-merchants + .icon-and-button .row1042 .icon-and-text .icon {
  max-width: 78px;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .provide-your-merchants + .icon-and-button .row1042 .icon-and-text .icon {
    margin-right: 0;
  }
}
/* ==========================================================================
 Section Tabber
 ========================================================================== */
.section-tabber {
  margin: 80px 0 150px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .tab-content-text-child td {
  vertical-align: top;
}
@media (max-width: 1024px) {
  .section-tabber {
    margin: 68px 0 120px;
  }
}
@media (max-width: 425px) {
  .section-tabber {
    margin: 56px 0 100px;
  }
}
.section-tabber .wrapper-section-tabber {
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tabs-positions {
    overflow-x: scroll;
    display: flex;
    margin-bottom: 20px;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .scroll_wrap {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .scroll_wrap {
    margin-bottom: 60px;
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .scroll_wrap {
    margin-bottom: 20px;
    gap: 25px;
  }
}
@media (max-width: 850px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .scroll_wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .tab-title-double .title-desktop {
  display: block;
}
@media (max-width: 768px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .tab-title-double .title-desktop {
    display: none;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .tab-title-double .title-mobile {
  display: none;
}
@media (max-width: 768px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .tab-title-double .title-mobile {
    display: block;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .tab-title-double:hover {
  opacity: 0.8;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .wys {
  border: 1.5px solid #1f2735;
  opacity: 0.5;
  border-radius: 60px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  display: flex;
  justify-content: center;
  padding: 14px 34px 14px 35px;
  align-items: center;
  text-align: center;
  color: #1f2735;
  width: 312px;
  background: transparent;
  cursor: pointer;
  transition: 0.3s all ease;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .wys p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .wys {
    padding: 11px 20px 11px;
    width: 250px;
  }
}
@media (max-width: 390px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .wys {
    padding: 12px 12px 11px 13px;
    width: 162px;
    font-size: 14px;
    line-height: 1.6;
  }
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .wys p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .wys:hover {
  color: #106350;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .wys p {
  padding-bottom: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .active .wys {
  background: #54f2a4;
  border: 1.5px solid transparent;
  opacity: 1;
  border-radius: 60px;
  padding: 14px 38px 14px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  text-align: center;
  color: #1f2735;
  transition: 0.3s all ease;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .active .wys p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  opacity: 1;
}
@media (max-width: 1024px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .active .wys {
    padding: 11px 20px 11px;
  }
}
@media (max-width: 390px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .active .wys {
    padding: 12px 12px 11px 13px;
    width: 162px;
    font-size: 14px;
    line-height: 1.6;
  }
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .active .wys p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .top-tabber .active .wys:hover {
  color: #106350;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double {
  display: none;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double {
    max-width: 100%;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child {
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child {
    display: none;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content {
  max-width: 384px;
  width: 100%;
  height: 100%;
  margin-right: 24px;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content {
    max-width: 700px;
    order: 2;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet {
  display: none;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet {
    display: block;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child {
  display: none;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child:first-child {
  display: block;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child .wys p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #1f2735;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child .wys p strong {
  font-weight: 600;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child .wys p:last-child {
  padding: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child .wys td {
  vertical-align: top;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child .wys ul li {
  margin-left: 0;
  margin-bottom: 16px;
  position: relative;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child .wys ul li:last-child {
  margin-bottom: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tablet .tab-content-tablet-child .wys ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
  transform: translate(0, 0);
  border-radius: 50%;
  border: 1.5px solid #1d5945;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tab-content-child {
  display: none;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tab-content-child:first-child {
  display: block;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tab-content-child img {
  max-width: 384px;
  max-height: 321px;
  object-fit: contain;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .left-content .tab-content-child img {
    margin-bottom: 24px;
    max-width: 461px;
    width: 100%;
    max-height: 385px;
    height: 100%;
    order: 1;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content {
  max-width: 530px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content {
    display: none;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .tab-content-text-child {
  display: none;
  padding: 20px;
  border-radius: 9px;
  background: rgba(165, 165, 165, 0.1);
  margin-top: -19px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .tab-content-text-child:first-child {
  display: block;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .tab-content-text-child:nth-child(2) {
  min-height: 145px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .tab-content-text-child:nth-child(3) {
  min-height: 260px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .tab-content-text-child:nth-child(4) {
  min-height: 383px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .tab-content-text-child:nth-child(5) {
  min-height: 285px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .wys p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #1f2735;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .wys p strong {
  font-weight: 600;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .wys p:last-child {
  padding: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .wys ul li {
  margin-left: 21px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 0;
  font-size: 14px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .wys ul li:last-child {
  margin-bottom: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .right-content .wys ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: -21px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 1.5px solid #1d5945;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content {
  max-width: 282px;
  width: 100%;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content {
    max-width: 226px;
    margin-bottom: 40px;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .tab-title-child {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 282px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s all ease;
  margin-bottom: 32px;
}
@media (max-width: 1240px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .tab-title-child {
    flex-direction: row;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .tab-title-child p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  opacity: 0.5;
  padding: 0;
  transition: 0.3s all ease;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .tab-title-child:hover p {
  opacity: 1;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .tab-title-child:last-child {
  margin-bottom: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .active {
  position: relative;
  padding-left: 19px;
  border-left: 3px solid #54f2a4;
  transition: 0.3s all ease;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .active:before {
  position: absolute;
  content: "";
  border-left: 3px solid #54f2a4;
  width: 50px;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .active:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -10.4px;
  transform: translate(-50%, 50%) rotate(90deg);
  z-index: 0;
  border: 13px solid transparent;
  border-top: 20px solid rgba(165, 165, 165, 0.1);
  transition: 0.3s all ease;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .tabs-block-child .center-content .active:hover {
  font-weight: 500;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile {
  display: none;
}
@media (max-width: 650px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile {
    display: block;
  }
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .tab-title-child {
  position: relative;
  border-left: 3px solid #54f2a4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 282px;
  width: 100%;
  transition: 0.3s all ease;
  margin-bottom: 32px;
  padding: 10px 0 10px 19px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .tab-title-child p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  opacity: 1;
  padding: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .tab-title-child p br {
  display: none;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .tab-title-child:last-child {
  margin-bottom: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .tab-title-child:before {
  position: absolute;
  content: "";
  border-left: 3px solid #54f2a4;
  width: 50px;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .image-mobile {
  text-align: center;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .image-mobile img {
  max-width: 343px;
  width: 100%;
  max-height: 288px;
  height: 100%;
  object-fit: contain;
  margin-bottom: 24px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile {
  margin-bottom: 72px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys table {
  display: flex;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys table td {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys table td:last-child {
  margin-bottom: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #1f2735;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys p strong {
  font-weight: 600;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys p:last-child {
  padding: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys ul li {
  margin-left: 21px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys ul li:last-child {
  margin-bottom: 0;
}
.section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: -21px;
  transform: translate(0, 0);
  border-radius: 50%;
  border: 1.5px solid #1d5945;
}
@media (max-width: 650px) {
  .section-tabber .wrapper-section-tabber .tabber-in-tabber .tab-content-double .child-mobile .description-mobile .wys ul li:before {
    top: 5px !important;
  }
}
.section-tabber .button-green {
  margin: 0 auto;
  max-width: 384px;
}
@media (max-width: 650px) {
  .section-tabber .button-green {
    padding: 19px 40px 18px;
    width: 100%;
  }
}
/* ==========================================================================
 Section Title With Background
 ========================================================================== */
.section-title-with-background {
  background: #fff;
  padding: 100px 0 100px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 998px) {
  .section-title-with-background {
    padding: 126px 0 145px;
  }
}
.section-title-with-background .left-background:before {
  position: absolute;
  content: url("../img/left-before.svg");
  left: -28px;
  top: 81px;
  transform: translate(0%, 0%);
}
@media (max-width: 1180px) {
  .section-title-with-background .left-background:before {
    left: -112px;
    top: 37px;
  }
}
.section-title-with-background .left-background:after {
  position: absolute;
  content: url("../img/left-after.svg");
  font-size: 0;
  left: 0;
  bottom: 0;
  transform: translate(0%, 0%);
}
@media (max-width: 1180px) {
  .section-title-with-background .left-background:after {
    content: url("../img/left-after-mobile.svg");
  }
}
.section-title-with-background .right-background:before {
  position: absolute;
  content: url("../img/right-before.svg");
  font-size: 0;
  right: 0;
  top: 0;
  transform: translate(0%, 0%);
}
@media (max-width: 1180px) {
  .section-title-with-background .right-background:before {
    content: url("../img/right-before-mobile.svg");
  }
}
.section-title-with-background .right-background:after {
  position: absolute;
  content: url("../img/right-after.svg");
  font-size: 0;
  right: -24px;
  bottom: 134px;
  transform: translate(0%, 0%);
}
@media (max-width: 1180px) {
  .section-title-with-background .right-background:after {
    right: -9px;
    bottom: 30px;
  }
}
.section-title-with-background .wrapper .title p {
  max-width: 641px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #1f2735;
  line-height: 1.3;
  font-size: 36px;
  padding-bottom: 17px;
}
@media (max-width: 1140px) {
  .section-title-with-background .wrapper .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-title-with-background .wrapper .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-title-with-background .wrapper .title p {
    font-size: 30px;
  }
  .section-title-with-background .wrapper .title p br {
    display: none;
  }
}
@media (max-width: 425px) {
  .section-title-with-background .wrapper .title p {
    font-size: 28px;
    margin-bottom: 11px;
  }
}
@media (max-width: 375px) {
  .section-title-with-background .wrapper .title p {
    font-size: 26px;
  }
}
.section-title-with-background .wrapper .title p:last-child {
  margin-bottom: 0;
}
.section-title-with-background .wrapper .text {
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  .section-title-with-background .wrapper .text {
    margin-bottom: 0;
  }
}
.section-title-with-background .wrapper .text p {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 25px;
  color: #1f2735;
}
@media (max-width: 768px) {
  .section-title-with-background .wrapper .text p {
    font-weight: 400;
    font-size: 14px;
  }
}
.section-title-with-background .wrapper .text p:last-child {
  padding: 0;
}
.section-title-with-background .wrapper .button-arrow {
  margin: 0 auto;
  max-width: 155px;
  width: 100%;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .section-title-with-background .wrapper .button-arrow {
    display: none;
  }
}
/* ==========================================================================
 Section With Cards
 ========================================================================== */
.section-with-cards {
  margin: 150px 0 139px;
}
@media (max-width: 1023px) {
  .section-with-cards {
    margin: 120px 0 100px;
  }
}
@media (max-width: 425px) {
  .section-with-cards {
    margin: 100px 0 100px;
  }
}
.section-with-cards .title {
  max-width: 971px;
  width: 100%;
  margin: 0 auto 72px;
}
@media (max-width: 1023px) {
  .section-with-cards .title {
    margin: 0 auto 50px;
  }
}
@media (max-width: 425px) {
  .section-with-cards .title {
    margin: 0 auto 35px;
  }
}
.section-with-cards .title p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #1f2735;
  line-height: 1.5;
  font-size: 36px;
}
.section-with-cards .title p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .section-with-cards .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-with-cards .title p {
    font-size: 32px;
  }
  .section-with-cards .title p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-with-cards .title p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-with-cards .title p {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .section-with-cards .title p {
    font-size: 26px;
  }
}
.section-with-cards .title p:last-child {
  margin-bottom: 0;
}
.section-with-cards .wrapper-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 1023px) {
  .section-with-cards .wrapper-cards {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    flex-direction: column;
  }
}
.section-with-cards .wrapper-cards .card {
  background: #fff;
  border-radius: 32px;
  padding: 12px;
  min-height: 524px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .section-with-cards .wrapper-cards .card {
    max-width: 564px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .section-with-cards .wrapper-cards .card {
    min-height: 458px;
  }
}
@media (max-width: 425px) {
  .section-with-cards .wrapper-cards .card {
    border-radius: 24px;
    min-height: 458px;
  }
}
.section-with-cards .wrapper-cards .card:last-child {
  margin-bottom: 0;
}
.section-with-cards .wrapper-cards .card .image-card {
  max-width: 360px;
  width: 100%;
  max-height: 205px;
  margin-bottom: 32px;
  border-radius: 22px;
  background: radial-gradient(53.32% 66.69% at 47.62% 45.9%, rgba(231, 241, 239, 0) 0%, #e7f1ef 100%);
}
@media (max-width: 1023px) {
  .section-with-cards .wrapper-cards .card .image-card {
    max-width: 540px;
    max-height: 308px;
  }
}
@media (max-width: 425px) {
  .section-with-cards .wrapper-cards .card .image-card {
    margin-bottom: 24px;
  }
}
.section-with-cards .wrapper-cards .card .image-card img, .section-with-cards .wrapper-cards .card .image-card svg {
  max-width: 360px;
  width: 100%;
  max-height: 205px;
  border-radius: 22px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .section-with-cards .wrapper-cards .card .image-card img, .section-with-cards .wrapper-cards .card .image-card svg {
    max-width: 540px;
    max-height: 308px;
  }
}
.section-with-cards .wrapper-cards .card .wys {
  max-width: 360px;
  width: 100%;
  padding: 0 20px 0 20px;
  margin-bottom: 48px;
  flex-grow: 1;
}
@media (max-width: 998px) {
  .section-with-cards .wrapper-cards .card .wys {
    max-width: 550px;
  }
}
@media (max-width: 425px) {
  .section-with-cards .wrapper-cards .card .wys {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-with-cards .wrapper-cards .card .wys p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
}
@media (max-width: 425px) {
  .section-with-cards .wrapper-cards .card .wys p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-with-cards .wrapper-cards .card .wys p strong {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.19;
}
@media (max-width: 768px) {
  .section-with-cards .wrapper-cards .card .wys p strong {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .section-with-cards .wrapper-cards .card .wys p strong {
    font-size: 22px;
    line-height: 1.23;
    padding-bottom: 16px;
  }
}
.section-with-cards .wrapper-cards .card .wys p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1150px) {
  .section-with-cards .wrapper-cards .card .wys p:last-child {
    min-height: 120px;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .section-with-cards .wrapper-cards .card .wys p:last-child {
    min-height: unset;
    height: unset;
  }
}
.section-with-cards .wrapper-cards .card .btn-arrow {
  max-width: 155px;
  width: 100%;
  margin: 0 0 20px 20px;
}
@media (max-width: 425px) {
  .section-with-cards .wrapper-cards .card .btn-arrow {
    margin: 0 0 28px 0;
  }
}
/* ==========================================================================
 Section-Image-&-Button
 ========================================================================== */
.section-image-and-button {
  background: rgba(15, 106, 86, 0.1);
  padding: 100px 0 119px;
}
@media (max-width: 998px) {
  .section-image-and-button {
    padding: 90px 0 100px;
  }
}
@media (max-width: 768px) {
  .section-image-and-button {
    padding: 90px 0 90px;
  }
}
@media (max-width: 425px) {
  .section-image-and-button {
    padding: 80px 0 80px;
  }
}
@media (max-width: 550px) {
  .section-image-and-button .row1200 {
    max-width: 92%;
  }
}
.section-image-and-button .wrapper-section {
  text-align: center;
}
.section-image-and-button .wrapper-section .image-desktop {
  max-width: 1200px;
  width: 100%;
  max-height: 526px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .section-image-and-button .wrapper-section .image-desktop {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .section-image-and-button .wrapper-section .image-desktop {
    display: none;
  }
}
.section-image-and-button .wrapper-section .image-desktop img {
  max-width: 1200px;
  width: 100%;
  max-height: 526px;
  object-fit: cover;
}
.section-image-and-button .wrapper-section .image-desktop svg {
  max-width: 1200px;
  width: 100%;
  max-height: 526px;
  object-fit: cover;
}
.section-image-and-button .wrapper-section .image-mobile {
  display: none;
  max-width: 418px;
  width: 100%;
  max-height: 1281px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .section-image-and-button .wrapper-section .image-mobile {
    display: block;
  }
}
@media (max-width: 425px) {
  .section-image-and-button .wrapper-section .image-mobile {
    max-width: 380px;
    max-height: 1165px;
  }
}
@media (max-width: 375px) {
  .section-image-and-button .wrapper-section .image-mobile {
    max-width: 345px;
    max-height: 1059px;
    margin-bottom: 72px;
  }
}
.section-image-and-button .wrapper-section .image-mobile img {
  max-width: 418px;
  width: 100%;
  max-height: 1281px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .section-image-and-button .wrapper-section .image-mobile img {
    max-width: 380px;
    max-height: 1165px;
  }
}
@media (max-width: 375px) {
  .section-image-and-button .wrapper-section .image-mobile img {
    max-width: 345px;
    max-height: 1059px;
  }
}
.section-image-and-button .wrapper-section .image-mobile svg {
  max-width: 418px;
  width: 100%;
  max-height: 1281px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .section-image-and-button .wrapper-section .image-mobile svg {
    max-width: 380px;
    max-height: 1165px;
  }
}
@media (max-width: 375px) {
  .section-image-and-button .wrapper-section .image-mobile svg {
    max-width: 345px;
    max-height: 1059px;
  }
}
.section-image-and-button .wrapper-section .title {
  max-width: 867px;
  width: 100%;
  margin: 0 auto 64px;
}
@media (max-width: 1024px) {
  .section-image-and-button .wrapper-section .title {
    margin: 0 auto 10px;
  }
}
@media (max-width: 768px) {
  .section-image-and-button .wrapper-section .title {
    margin: 0 auto 56px;
  }
}
.section-image-and-button .wrapper-section .title p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #1f2735;
  line-height: 1.5;
  font-size: 36px;
  padding-bottom: 0;
}
@media (max-width: 1140px) {
  .section-image-and-button .wrapper-section .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-image-and-button .wrapper-section .title p {
    font-size: 32px;
  }
  .section-image-and-button .wrapper-section .title p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-image-and-button .wrapper-section .title p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-image-and-button .wrapper-section .title p {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .section-image-and-button .wrapper-section .title p {
    font-size: 26px;
  }
}
.section-image-and-button .wrapper-section .btn-green-icon {
  max-width: 226px;
  width: 100%;
  margin: 0 auto;
}
/* ==========================================================================
 Section Maintain Merchants
 ========================================================================== */
.section-maintain-merchants {
  overflow-x: hidden;
  margin: 150px 0 150px;
}
@media (max-width: 1024px) {
  .section-maintain-merchants {
    margin: 120px 0 100px;
  }
}
@media (max-width: 425px) {
  .section-maintain-merchants {
    margin: 100px 0 100px;
  }
}
@media (max-width: 768px) {
  .section-maintain-merchants .row1200 {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .section-maintain-merchants .row1200 {
    max-width: 100%;
  }
}
.section-maintain-merchants .wrapper-section {
  padding: 71px 66px 98px;
  background: #e2f2f7;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .section-maintain-merchants .wrapper-section {
    padding: 60px 56px 80px;
  }
}
@media (max-width: 768px) {
  .section-maintain-merchants .wrapper-section {
    border-radius: 0;
    padding: 60px 30px 65px;
  }
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section {
    padding: 56px 16px 80px;
  }
}
.section-maintain-merchants .wrapper-section .top-content {
  display: flex;
  margin-bottom: 83px;
}
@media (max-width: 900px) {
  .section-maintain-merchants .wrapper-section .top-content {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section .top-content {
    padding: 0;
  }
}
.section-maintain-merchants .wrapper-section .top-content .left-content {
  max-width: 480px;
  width: 100%;
  margin-right: 79px;
}
@media (max-width: 900px) {
  .section-maintain-merchants .wrapper-section .top-content .left-content {
    margin-bottom: 32px;
  }
}
.section-maintain-merchants .wrapper-section .top-content .left-content .text-green {
  text-align: start;
}
.section-maintain-merchants .wrapper-section .top-content .left-content .title p {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 30px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1f2735;
  line-height: 1.5;
  padding-bottom: 0;
  font-size: 36px;
}
@media (max-width: 1140px) {
  .section-maintain-merchants .wrapper-section .top-content .left-content .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-maintain-merchants .wrapper-section .top-content .left-content .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-maintain-merchants .wrapper-section .top-content .left-content .title p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section .top-content .left-content .title p {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
@media (max-width: 375px) {
  .section-maintain-merchants .wrapper-section .top-content .left-content .title p {
    font-size: 24px;
  }
}
.section-maintain-merchants .wrapper-section .top-content .left-content .text p {
  max-width: 480px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  padding-bottom: 20px;
}
.section-maintain-merchants .wrapper-section .top-content .left-content .text p:last-child {
  padding: 0;
}
.section-maintain-merchants .wrapper-section .top-content .left-content .text ul li {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 14px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .section-maintain-merchants .wrapper-section .top-content .left-content .text ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.section-maintain-merchants .wrapper-section .top-content .left-content .text ul li:last-child {
  padding: 0;
}
.section-maintain-merchants .wrapper-section .top-content .left-content .text ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -22px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 1.5px solid #105344;
}
.section-maintain-merchants .wrapper-section .top-content .right-content {
  display: grid;
  grid-template-columns: 132px 132px 132px;
  grid-template-rows: 100px 100px;
  gap: 30px;
  max-width: 456px;
  width: 100%;
  margin-top: 56px;
}
@media (max-width: 1100px) {
  .section-maintain-merchants .wrapper-section .top-content .right-content {
    grid-template-columns: 132px 132px;
    grid-template-rows: 100px 100px 100px;
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .section-maintain-merchants .wrapper-section .top-content .right-content {
    grid-template-columns: 132px 132px 132px;
    grid-template-rows: 100px 100px;
    margin-top: 0;
  }
}
@media (max-width: 580px) {
  .section-maintain-merchants .wrapper-section .top-content .right-content {
    grid-template-columns: 160px 160px;
    grid-template-rows: 100px 100px 100px;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 374px) {
  .section-maintain-merchants .wrapper-section .top-content .right-content {
    grid-template-columns: 132px 132px;
  }
}
.section-maintain-merchants .wrapper-section .top-content .right-content .payment {
  max-width: 132px;
  width: 100%;
  max-height: 100px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 580px) {
  .section-maintain-merchants .wrapper-section .top-content .right-content .payment {
    max-width: 160px;
  }
}
.section-maintain-merchants .wrapper-section .top-content .right-content .payment img, .section-maintain-merchants .wrapper-section .top-content .right-content .payment svg {
  max-width: 112px;
  max-height: 84px;
  object-fit: contain;
}
.section-maintain-merchants .wrapper-section .bottom-content {
  display: grid;
  grid-template-columns: 369px 369px;
  row-gap: 51px;
  column-gap: 165px;
}
@media (max-width: 1300px) {
  .section-maintain-merchants .wrapper-section .bottom-content {
    row-gap: 48px;
    column-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .section-maintain-merchants .wrapper-section .bottom-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    row-gap: 0;
    column-gap: 0;
  }
}
@media (max-width: 768px) {
  .section-maintain-merchants .wrapper-section .bottom-content {
    margin-bottom: 40px;
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns {
  max-width: 367px;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns {
    margin-bottom: 40px;
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:last-child {
  margin-bottom: 0;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information {
  position: relative;
  cursor: pointer;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information svg, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information svg {
  height: 24px;
  vertical-align: middle;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
  position: absolute;
  z-index: 5;
  bottom: 45px;
  width: 420px;
  background: #fff;
  border: 1px solid rgba(29, 89, 69, 0.35);
  border-radius: 24px;
  padding: 13px 24px 17px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 1140px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    left: 10px !important;
  }
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    left: -1px !important;
    transform: unset !important;
  }
}
@media (max-width: 900px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 300px;
  }
}
@media (max-width: 680px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 200px;
    padding: 10px 12px;
  }
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information p, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information p {
    font-size: 10px;
  }
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    z-index: 1;
  }
}
@media (max-width: 560px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    right: 10px !important;
    left: unset !important;
    width: 160px;
  }
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    transform: scaleX(-1) !important;
    right: -1px !important;
    left: unset !important;
    z-index: 1;
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information p, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #1d5945;
  padding-bottom: 0;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information:before {
  content: '';
  position: absolute;
  bottom: -13px;
  width: 21px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='43' viewBox='0 0 23 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5H11.5H23V29H21.9656C19.8746 29 17.8508 29.7493 16.2514 31.1158L3.24118 42.2309C1.95908 43.3263 0 42.4016 0 40.7011V0.5Z' fill='white'/%3E%3Cpath d='M0.5 0V40.7011C0.5 41.9765 1.99065 42.67 2.9662 41.8485L16.1654 30.7333C17.8782 29.291 20.0455 28.5 22.2847 28.5H23.5V0' stroke='%231D5945' stroke-opacity='0.35'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information:hover .additional-information, .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information:hover .additional-information {
  opacity: 1;
  visibility: visible;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
  left: 10px;
  width: 280px;
}
@media (max-width: 1140px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 210px;
  }
}
@media (max-width: 1080px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 177px;
  }
}
@media (max-width: 900px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 300px;
  }
}
@media (max-width: 680px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 200px;
  }
}
@media (max-width: 560px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 160px;
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(even) .item .wrapper .information .additional-information:before {
  left: -1px;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information {
  left: 10px;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns:nth-child(odd) .item .wrapper .information .additional-information:before {
  left: -1px;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item:nth-child(2) .wrapper {
  margin-top: 14px;
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns .item:nth-child(2) .wrapper {
    margin-top: 10px;
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item:last-child .wrapper {
  margin-bottom: 0;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item:last-child .wrapper:before {
  height: 41px;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item .title {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.23;
  color: #1f2735;
  padding: 0 0 6px 16px;
}
@media (max-width: 768px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns .item .title {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns .item .title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item .title:after {
  position: absolute;
  content: "";
  width: 8.5px;
  height: 30px;
  left: -0.5px;
  bottom: 0;
  border-bottom: 2px solid #94cedd;
  border-left: 2px solid #94cedd;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper {
  display: flex;
  position: relative;
  margin: 0 0 19px 12px;
  align-items: center;
  padding-left: 21px;
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper {
    margin: 0 0 16px 12px;
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper:after {
  position: absolute;
  content: "";
  width: 0;
  height: 15px;
  border: solid #94cedd;
  border-width: 0 0 0 2px;
  transform: translate(-50%, -50%) rotate(-90deg);
  left: 6px;
  top: 50%;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper:before {
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% + 31px);
  background: #94cedd;
  transform: translate(-50%, -50%);
  left: -1px;
  top: 50%;
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper:before {
    height: calc(100% + 23px);
  }
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper .sub-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  padding-right: 11px;
}
.section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper .new {
  margin: 0 12px 0 0;
}
@media (max-width: 425px) {
  .section-maintain-merchants .wrapper-section .bottom-content .columns .item .wrapper .new {
    margin: 0 12px 0 0;
  }
}
.use-all-provider + .icon-and-button {
  padding: 21px 0;
}
@media (max-width: 998px) {
  .use-all-provider + .icon-and-button {
    padding: 34px 0 34px;
    max-height: unset;
  }
}
.use-all-provider + .icon-and-button .row1042 {
  width: 1140px;
}
.use-all-provider + .icon-and-button .row1042 .wys {
  margin-right: 20px;
  margin-bottom: 4px;
}
@media (max-width: 1000px) {
  .use-all-provider + .icon-and-button .row1042 .wys {
    margin-bottom: 0;
  }
}
/* ==========================================================================
 Section Icon and Text
 ========================================================================== */
.section-icon-and-text {
  margin: 120px 0 120px;
}
@media (max-width: 1180px) {
  .section-icon-and-text {
    margin: 80px 0 90px;
  }
}
@media (max-width: 425px) {
  .section-icon-and-text {
    margin: 100px 0 80px;
  }
}
.section-icon-and-text .wrapper .title {
  max-width: 877px;
  width: 100%;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .section-icon-and-text .wrapper .title {
    margin: 0 auto 80px;
  }
}
@media (max-width: 375px) {
  .section-icon-and-text .wrapper .title {
    margin: 0 auto 56px;
  }
}
.section-icon-and-text .wrapper .title p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1140px) {
  .section-icon-and-text .wrapper .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-icon-and-text .wrapper .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-icon-and-text .wrapper .title p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-icon-and-text .wrapper .title p {
    font-size: 28px;
  }
  .section-icon-and-text .wrapper .title p br {
    display: none;
  }
}
@media (max-width: 375px) {
  .section-icon-and-text .wrapper .title p {
    font-size: 26px;
  }
}
.section-icon-and-text .wrapper .wrapper-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .section-icon-and-text .wrapper .wrapper-item {
    display: grid;
    justify-content: center;
    gap: 72px;
    grid-template-columns: 230px 230px;
  }
}
@media (max-width: 570px) {
  .section-icon-and-text .wrapper .wrapper-item {
    grid-template-columns: 230px;
  }
}
.section-icon-and-text .wrapper .wrapper-item .item {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 425px) {
  .section-icon-and-text .wrapper .wrapper-item .item:last-child .subtitle p br {
    display: none;
  }
}
.section-icon-and-text .wrapper .wrapper-item .item .image {
  margin: 0 auto 32px;
  max-width: 78px;
  width: 100%;
  max-height: 78px;
}
@media (max-width: 425px) {
  .section-icon-and-text .wrapper .wrapper-item .item .image {
    margin-bottom: 16px;
  }
}
.section-icon-and-text .wrapper .wrapper-item .item .image img, .section-icon-and-text .wrapper .wrapper-item .item .image svg {
  max-width: 78px;
  width: 100%;
  max-height: 78px;
  object-fit: cover;
}
.section-icon-and-text .wrapper .wrapper-item .item .subtitle p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 425px) {
  .section-icon-and-text .wrapper .wrapper-item .item .subtitle p {
    font-weight: 400;
  }
}
/* ==========================================================================
 Section Image and Text
 ========================================================================== */
.section-image-and-text {
  margin: 150px 0 184px;
}
@media (max-width: 1024px) {
  .section-image-and-text {
    margin: 120px 0 140px;
  }
}
@media (max-width: 425px) {
  .section-image-and-text {
    margin: 100px 0 100px;
  }
}
.section-image-and-text .wrapper .title {
  max-width: 965px;
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .section-image-and-text .wrapper .title {
    margin: 0 auto 65px;
  }
}
@media (max-width: 375px) {
  .section-image-and-text .wrapper .title {
    margin: 0 auto 56px;
  }
}
.section-image-and-text .wrapper .title p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media (max-width: 1140px) {
  .section-image-and-text .wrapper .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-image-and-text .wrapper .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-image-and-text .wrapper .title p {
    font-size: 30px;
    color: #1f2735;
  }
}
@media (max-width: 425px) {
  .section-image-and-text .wrapper .title p {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .section-image-and-text .wrapper .title p {
    font-size: 26px;
  }
}
.section-image-and-text .wrapper .wrapper-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-image-and-text .wrapper .wrapper-item {
    flex-direction: column;
  }
}
.section-image-and-text .wrapper .wrapper-item .item {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1140px) {
  .section-image-and-text .wrapper .wrapper-item .item {
    margin-right: 20px;
  }
  .section-image-and-text .wrapper .wrapper-item .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .section-image-and-text .wrapper .wrapper-item .item {
    margin: 0 auto 48px;
  }
  .section-image-and-text .wrapper .wrapper-item .item:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .section-image-and-text .wrapper .wrapper-item .item {
    max-width: 297px;
    width: 100%;
  }
}
.section-image-and-text .wrapper .wrapper-item .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px;
  width: 120px;
  height: 120px;
  background: #fff;
  box-shadow: 0 9px 20px rgba(31, 39, 53, 0.05);
  border-radius: 16px;
}
@media (max-width: 768px) {
  .section-image-and-text .wrapper .wrapper-item .item .image {
    margin: 0 auto 32px;
    width: 160px;
    border-radius: 14px;
  }
}
.section-image-and-text .wrapper .wrapper-item .item .image img, .section-image-and-text .wrapper .wrapper-item .item .image svg {
  max-width: 78px;
  width: 100%;
  max-height: 78px;
  object-fit: cover;
}
.section-image-and-text .wrapper .wrapper-item .item .subtitle p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.227;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-image-and-text .wrapper .wrapper-item .item .subtitle p {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .section-image-and-text .wrapper .wrapper-item .item .subtitle p br {
    display: none;
  }
}
.section-image-and-text .wrapper .wrapper-item .item .text li {
  margin-bottom: 16px;
  padding-left: 25px;
}
.section-image-and-text .wrapper .wrapper-item .item .text li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-image-and-text .wrapper .wrapper-item .item .text li {
    font-size: 14px;
    text-align: center;
    padding-left: 0;
  }
  .section-image-and-text .wrapper .wrapper-item .item .text li br {
    display: none;
  }
  .section-image-and-text .wrapper .wrapper-item .item .text li:before {
    display: none;
  }
}
.section-image-and-text + .icon-and-button .row1042 {
  width: 1012px;
}
.section-image-and-text + .icon-and-button .row1042 .icon-and-text .icon {
  margin-right: 48px;
}
/* ==========================================================================
 Section Text Image Button
 ========================================================================== */
.section-text-image-button {
  position: relative;
  margin: 132px 0 150px;
}
@media (max-width: 1024px) {
  .section-text-image-button {
    margin: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .section-text-image-button {
    margin: 54px 0 100px;
  }
}
.section-text-image-button:before {
  position: absolute;
  content: url("../img/left-before.svg");
  font-size: 0;
  left: -55px;
  top: 57px;
  transform: translate(0%, 0%);
}
@media (max-width: 1300px) {
  .section-text-image-button:before {
    left: -85px;
    top: 310px;
  }
}
@media (max-width: 768px) {
  .section-text-image-button:before {
    display: none;
  }
}
.section-text-image-button .wrapper .top-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .section-text-image-button .wrapper .top-content {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 80px;
  }
}
.section-text-image-button .wrapper .top-content .left-content {
  max-width: 414px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .section-text-image-button .wrapper .top-content .left-content {
    margin: 0 auto 56px;
    max-width: 800px;
  }
}
.section-text-image-button .wrapper .top-content .left-content .title {
  margin-bottom: 24px;
  display: flex;
}
@media (max-width: 425px) {
  .section-text-image-button .wrapper .top-content .left-content .title {
    justify-content: center;
  }
}
.section-text-image-button .wrapper .top-content .left-content .title p:last-child {
  padding-bottom: 0;
}
.section-text-image-button .wrapper .top-content .left-content .title p strong {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.227;
}
@media (max-width: 768px) {
  .section-text-image-button .wrapper .top-content .left-content .title p strong {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .section-text-image-button .wrapper .top-content .left-content .title p strong {
    font-size: 18px;
    line-height: 1.5;
  }
}
.section-text-image-button .wrapper .top-content .left-content .text ul li {
  margin-bottom: 16px;
  padding-left: 25px;
}
.section-text-image-button .wrapper .top-content .left-content .text ul li:before {
  top: 7px;
  transform: translate(0%, 0%);
}
@media (max-width: 1023px) {
  .section-text-image-button .wrapper .top-content .left-content .text ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.section-text-image-button .wrapper .top-content .left-content .text ul li:last-child {
  margin-bottom: 0;
}
.section-text-image-button .wrapper .top-content .right-content {
  max-width: 384px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-text-image-button .wrapper .top-content .right-content {
    text-align: center;
    margin: 0 auto;
  }
}
.section-text-image-button .wrapper .top-content .right-content .img-wrap {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .section-text-image-button .wrapper .top-content .right-content .img-wrap {
    margin-top: 0;
  }
}
.section-text-image-button .wrapper .top-content .right-content .image-desktop {
  max-width: 385px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .section-text-image-button .wrapper .top-content .right-content .image-desktop {
    display: none;
  }
}
.section-text-image-button .wrapper .top-content .right-content .image-mobile {
  display: none;
  max-width: 343px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .section-text-image-button .wrapper .top-content .right-content .image-mobile {
    display: block;
  }
}
.section-text-image-button .wrapper .bottom-content .button-arrow {
  max-width: 217px;
  margin: 0 auto;
}
/* ==========================================================================
 Section Start Your Company
 ========================================================================== */
.section-start-your-company {
  margin: 120px 0 120px;
}
@media (max-width: 1024px) {
  .section-start-your-company {
    margin: 100px 0 70px;
  }
}
@media (max-width: 425px) {
  .section-start-your-company {
    margin: 100px 0 54px;
  }
}
.section-start-your-company .wrapper .title {
  max-width: 1151px;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .title {
    max-width: 91%;
  }
}
@media (max-width: 375px) {
  .section-start-your-company .wrapper .title {
    margin: 0 auto 20px;
  }
}
.section-start-your-company .wrapper .title p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1140px) {
  .section-start-your-company .wrapper .title p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-start-your-company .wrapper .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .title p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-start-your-company .wrapper .title p {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .section-start-your-company .wrapper .title p {
    font-size: 26px;
  }
}
.section-start-your-company .wrapper .text {
  max-width: 665px;
  width: 100%;
  margin: 0 auto 56px;
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .text {
    max-width: 91%;
  }
}
@media (max-width: 375px) {
  .section-start-your-company .wrapper .text {
    margin: 0 auto 48px;
  }
}
.section-start-your-company .wrapper .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.section-start-your-company .wrapper .wrapper-item {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .wrapper-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.section-start-your-company .wrapper .wrapper-item .item {
  border-radius: 27px;
  padding: 60px 100px 70px;
  max-width: 616px;
  width: 100%;
}
@media (max-width: 1240px) {
  .section-start-your-company .wrapper .wrapper-item .item {
    padding: 60px;
  }
}
@media (max-width: 998px) {
  .section-start-your-company .wrapper .wrapper-item .item {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .wrapper-item .item {
    padding: 40px 20px 75px 20px;
    max-width: 768px;
  }
}
.section-start-your-company .wrapper .wrapper-item .item .subtitle {
  max-width: 1151px;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 375px) {
  .section-start-your-company .wrapper .wrapper-item .item .subtitle {
    margin: 0 auto 20px;
  }
}
.section-start-your-company .wrapper .wrapper-item .item .subtitle p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.227;
  text-align: start;
}
@media (max-width: 1140px) {
  .section-start-your-company .wrapper .wrapper-item .item .subtitle p {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-start-your-company .wrapper .wrapper-item .item .subtitle p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .wrapper-item .item .subtitle p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-start-your-company .wrapper .wrapper-item .item .subtitle p {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .section-start-your-company .wrapper .wrapper-item .item .subtitle p {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }
}
.section-start-your-company .wrapper .wrapper-item .item .text {
  margin: 0;
}
.section-start-your-company .wrapper .wrapper-item .item .text ul li {
  margin-bottom: 16px;
  padding-left: 25px;
}
.section-start-your-company .wrapper .wrapper-item .item .text ul li:before {
  top: 7px;
  transform: translate(0%, 0%);
}
@media (max-width: 1023px) {
  .section-start-your-company .wrapper .wrapper-item .item .text ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.section-start-your-company .wrapper .wrapper-item .item .text ul li:last-child {
  margin-bottom: 0;
}
.section-start-your-company .wrapper .wrapper-item .item:first-child {
  background: #dcfaeb;
  border-radius: 27px 0 0 27px;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 1;
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .wrapper-item .item:first-child {
    border-radius: 27px 27px 0 0;
  }
}
.section-start-your-company .wrapper .wrapper-item .item:nth-child(2) {
  background: #c7e5f8;
  padding: 60px 100px 70px;
  max-width: 616px;
  grid-column: 2/span 3;
  grid-row: 1;
}
@media (max-width: 1240px) {
  .section-start-your-company .wrapper .wrapper-item .item:nth-child(2) {
    padding: 60px;
  }
}
@media (max-width: 998px) {
  .section-start-your-company .wrapper .wrapper-item .item:nth-child(2) {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .wrapper-item .item:nth-child(2) {
    padding: 40px 20px 48px 20px;
    margin-top: -28px;
    max-width: 768px;
  }
}
.section-start-your-company .wrapper .wrapper-item .item:nth-child(3) {
  background: #dcfaeb;
  border-radius: 27px 0 0 27px;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 2;
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .wrapper-item .item:nth-child(3) {
    border-radius: 27px 27px 0 0;
    margin-top: 30px;
  }
}
.section-start-your-company .wrapper .wrapper-item .item:nth-child(4) {
  background: #c7e5f8;
  padding: 60px 105px 70px;
  max-width: 605px;
  grid-column: 2/span 3;
  grid-row: 2;
}
@media (max-width: 1240px) {
  .section-start-your-company .wrapper .wrapper-item .item:nth-child(4) {
    padding: 60px;
  }
}
@media (max-width: 998px) {
  .section-start-your-company .wrapper .wrapper-item .item:nth-child(4) {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .section-start-your-company .wrapper .wrapper-item .item:nth-child(4) {
    padding: 40px 20px 48px 17px;
    margin-top: -28px;
    max-width: 768px;
  }
}
.section-start-your-company .wrapper .wrapper-item .item:last-child {
  border-radius: 27px;
}
/* ==========================================================================
 Section Columns and Button
 ========================================================================== */
.section-columns-and-button {
  position: relative;
  margin: 132px 0 150px;
}
@media (max-width: 1024px) {
  .section-columns-and-button {
    margin: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .section-columns-and-button {
    margin: 54px 0 100px;
  }
}
@media (max-width: 768px) {
  .section-columns-and-button .row1200 {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .section-columns-and-button .row1200 {
    max-width: 100%;
  }
}
.section-columns-and-button .wrapper {
  background: #fff;
  box-shadow: 0 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 32px;
  padding: 80px 100px;
}
@media (max-width: 1024px) {
  .section-columns-and-button .wrapper {
    padding: 80px 50px 100px;
  }
}
@media (max-width: 768px) {
  .section-columns-and-button .wrapper {
    border-radius: 0;
    padding: 80px 30px 80px;
  }
}
@media (max-width: 425px) {
  .section-columns-and-button .wrapper {
    padding: 80px 16px 58px 20px;
  }
}
.section-columns-and-button .wrapper .top-content {
  display: flex;
  justify-content: center;
  max-width: 893px;
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .section-columns-and-button .wrapper .top-content {
    margin: 0 auto 40px;
  }
}
.section-columns-and-button .wrapper .top-content .title p {
  max-width: 978px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #000;
  line-height: 1.5;
  font-size: 36px;
}
@media (max-width: 1140px) {
  .section-columns-and-button .wrapper .top-content .title p {
    font-size: 34px;
  }
  .section-columns-and-button .wrapper .top-content .title p br {
    display: none;
  }
}
@media (max-width: 998px) {
  .section-columns-and-button .wrapper .top-content .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-columns-and-button .wrapper .top-content .title p {
    font-size: 30px;
    color: #1f2735;
  }
}
@media (max-width: 425px) {
  .section-columns-and-button .wrapper .top-content .title p {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .section-columns-and-button .wrapper .top-content .title p {
    max-width: 338px;
    font-size: 26px;
  }
}
.section-columns-and-button .wrapper .top-content .title p:last-child {
  padding-bottom: 0;
}
.section-columns-and-button .wrapper .middle-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-columns-and-button .wrapper .middle-content {
    flex-direction: column;
    justify-content: center;
  }
}
.section-columns-and-button .wrapper .middle-content .column {
  max-width: 414px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .section-columns-and-button .wrapper .middle-content .column {
    max-width: 550px;
    margin: 0 auto 56px;
  }
}
.section-columns-and-button .wrapper .middle-content .column:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .section-columns-and-button .wrapper .middle-content .column:last-child {
    margin: 0 auto 56px;
  }
}
.section-columns-and-button .wrapper .middle-content .column .subtitle {
  margin-bottom: 24px;
  display: flex;
}
@media (max-width: 425px) {
  .section-columns-and-button .wrapper .middle-content .column .subtitle {
    justify-content: center;
  }
}
.section-columns-and-button .wrapper .middle-content .column .subtitle p:last-child {
  padding-bottom: 0;
}
.section-columns-and-button .wrapper .middle-content .column .subtitle p strong {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.227;
}
@media (max-width: 768px) {
  .section-columns-and-button .wrapper .middle-content .column .subtitle p strong {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .section-columns-and-button .wrapper .middle-content .column .subtitle p strong {
    font-size: 18px;
    line-height: 1.5;
  }
}
.section-columns-and-button .wrapper .middle-content .column .text ul li {
  margin-bottom: 16px;
  padding-left: 25px;
}
@media (max-width: 1140px) {
  .section-columns-and-button .wrapper .middle-content .column .text ul li br {
    display: none;
  }
}
.section-columns-and-button .wrapper .middle-content .column .text ul li:before {
  top: 7px;
  transform: translate(0%, 0%);
}
@media (max-width: 1023px) {
  .section-columns-and-button .wrapper .middle-content .column .text ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .section-columns-and-button .wrapper .middle-content .column .text ul li br {
    display: none;
  }
}
.section-columns-and-button .wrapper .middle-content .column .text ul li:last-child {
  margin-bottom: 0;
}
.section-columns-and-button .wrapper .bottom-content .button-green {
  max-width: 226px;
  margin: 0 auto;
}
/* ==========================================================================
 Section PSP Merchant
 ========================================================================== */
.section-psp-merchant {
  position: relative;
  margin: 120px 0 120px;
}
@media (max-width: 1024px) {
  .section-psp-merchant {
    margin: 100px 0 100px;
  }
}
@media (max-width: 425px) {
  .section-psp-merchant {
    margin: 80px 0 100px;
  }
}
.section-psp-merchant:before {
  position: absolute;
  content: url("../img/asset.svg");
  font-size: 0;
  right: 0;
  bottom: -158px;
  transform: translate(0%, 0%);
  width: 300px;
  height: 293px;
}
@media (max-width: 1024px) {
  .section-psp-merchant:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .section-psp-merchant .row1200 {
    max-width: 100%;
  }
}
.section-psp-merchant .wrapper-section {
  display: flex;
  margin-bottom: 87px;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px;
  }
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section {
    margin-bottom: 56px;
  }
}
.section-psp-merchant .wrapper-section .title {
  margin-bottom: 32px;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .title {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section .title {
    text-align: center;
  }
}
.section-psp-merchant .wrapper-section .title p {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.214;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .title p {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .section-psp-merchant .wrapper-section .title p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section-psp-merchant .wrapper-section .title p {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .section-psp-merchant .wrapper-section .title p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 375px) {
  .section-psp-merchant .wrapper-section .title p {
    font-size: 18px;
  }
}
.section-psp-merchant .wrapper-section .left-content {
  background: #dbf5f0;
  border-radius: 27px;
  padding: 44px 51px;
  max-width: 588px;
  width: 100%;
  margin-right: 24px;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .left-content {
    padding: 44px 46px 50px;
    max-width: 900px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section .left-content {
    border-radius: 0;
    padding: 32px 16px 45px;
    margin-bottom: 56px;
  }
}
.section-psp-merchant .wrapper-section .left-content .text li {
  font-size: 18px;
  margin-bottom: 24px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .section-psp-merchant .wrapper-section .left-content .text li {
    margin-bottom: 16px;
    padding-left: 23px;
    font-size: 16px;
  }
}
.section-psp-merchant .wrapper-section .left-content .text li strong {
  font-weight: 600;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .left-content .text li br {
    display: none;
  }
}
.section-psp-merchant .wrapper-section .right-content {
  background: #e2f2f7;
  border-radius: 32px;
  padding: 40px 32px 72px 40px;
  max-width: 588px;
  width: 100%;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .right-content {
    max-width: 900px;
    padding: 44px 46px 69px;
  }
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section .right-content {
    border-radius: 0;
    padding: 32px 16px 56px;
  }
}
.section-psp-merchant .wrapper-section .right-content .icons {
  display: grid;
  grid-template-columns: 190px 190px;
  grid-template-rows: 48px 48px 48px;
  gap: 24px 43px;
  max-width: 450px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .right-content .icons {
    grid-template-columns: 190px 190px 190px;
    grid-template-rows: 48px 48px;
    max-width: 656px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section-psp-merchant .wrapper-section .right-content .icons {
    grid-template-columns: 190px 190px;
    grid-template-rows: 48px 48px 48px;
    max-width: 450px;
    gap: 40px 68px;
  }
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section .right-content .icons {
    grid-template-columns: 126px 126px;
    grid-template-rows: 79px 79px 79px;
    max-width: 320px;
    margin: 0 auto 57px;
  }
}
@media (max-width: 375px) {
  .section-psp-merchant .wrapper-section .right-content .icons {
    justify-content: center;
    grid-template-columns: 111px 111px;
  }
}
@media (max-width: 374px) {
  .section-psp-merchant .wrapper-section .right-content .icons {
    gap: 40px 33px;
    max-width: 285px;
  }
}
.section-psp-merchant .wrapper-section .right-content .icons .wrapper {
  display: flex;
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section .right-content .icons .wrapper {
    flex-direction: column;
  }
}
.section-psp-merchant .wrapper-section .right-content .icons .wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  margin-right: 16px;
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section .right-content .icons .wrapper .icon {
    margin: 0 0 10px 0;
  }
}
.section-psp-merchant .wrapper-section .right-content .icons .wrapper .icon img, .section-psp-merchant .wrapper-section .right-content .icons .wrapper .icon svg {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.section-psp-merchant .wrapper-section .right-content .icons .wrapper .text {
  margin: auto 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
}
@media (max-width: 425px) {
  .section-psp-merchant .wrapper-section .right-content .icons .wrapper .text {
    font-size: 14px;
  }
}
.section-psp-merchant .wrapper-section .right-content .payment-wrapper {
  display: grid;
  grid-template-columns: 132px 132px 132px;
  grid-template-rows: 100px 100px;
  gap: 30px;
  max-width: 456px;
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .right-content .payment-wrapper {
    margin: 0 0 70px;
  }
}
@media (max-width: 768px) {
  .section-psp-merchant .wrapper-section .right-content .payment-wrapper {
    margin: 0 0 70px;
  }
}
@media (max-width: 576px) {
  .section-psp-merchant .wrapper-section .right-content .payment-wrapper {
    grid-template-columns: 160px 160px;
    grid-template-rows: 100px 100px 100px;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 70px;
  }
}
@media (max-width: 374px) {
  .section-psp-merchant .wrapper-section .right-content .payment-wrapper {
    grid-template-columns: 132px 132px;
  }
}
.section-psp-merchant .wrapper-section .right-content .payment-wrapper .payment {
  max-width: 132px;
  width: 100%;
  max-height: 100px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 580px) {
  .section-psp-merchant .wrapper-section .right-content .payment-wrapper .payment {
    max-width: 160px;
  }
}
.section-psp-merchant .wrapper-section .right-content .payment-wrapper .payment img, .section-psp-merchant .wrapper-section .right-content .payment-wrapper .payment svg {
  max-width: 112px;
  max-height: 84px;
  object-fit: contain;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper {
  display: grid;
  grid-template-columns: 251px 223px;
  gap: 43px;
}
@media (max-width: 1300px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper {
    gap: 32px;
  }
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper {
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper {
    justify-content: start;
  }
}
@media (max-width: 650px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    column-gap: 0;
  }
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns {
  max-width: 367px;
  width: 100%;
}
@media (max-width: 650px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns {
    margin-bottom: 40px;
  }
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:last-child {
    margin-bottom: 0;
  }
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information {
  position: relative;
  cursor: pointer;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
  position: absolute;
  z-index: 5;
  bottom: 45px;
  width: 300px;
  background: #fff;
  border: 1px solid rgba(29, 89, 69, 0.35);
  border-radius: 24px;
  padding: 13px 24px 17px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 1240px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 230px;
    left: 10px;
  }
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    left: -1px;
    transform: unset;
  }
}
@media (max-width: 1140px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 300px;
  }
}
@media (max-width: 900px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 300px;
  }
}
@media (max-width: 650px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 263px;
    padding: 5px 10px;
  }
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information p, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information p {
    font-size: 10px;
  }
}
@media (max-width: 540px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 170px;
  }
}
@media (max-width: 425px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    right: 0px !important;
    left: unset !important;
    width: 170px;
  }
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    transform: scaleX(-1) !important;
    right: -1px !important;
    left: unset !important;
    z-index: 1;
  }
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information p, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #1d5945;
  padding-bottom: 0;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
  content: '';
  position: absolute;
  bottom: -13px;
  width: 21px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='43' viewBox='0 0 23 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5H11.5H23V29H21.9656C19.8746 29 17.8508 29.7493 16.2514 31.1158L3.24118 42.2309C1.95908 43.3263 0 42.4016 0 40.7011V0.5Z' fill='white'/%3E%3Cpath d='M0.5 0V40.7011C0.5 41.9765 1.99065 42.67 2.9662 41.8485L16.1654 30.7333C17.8782 29.291 20.0455 28.5 22.2847 28.5H23.5V0' stroke='%231D5945' stroke-opacity='0.35'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information:hover .additional-information, .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information:hover .additional-information {
  opacity: 1;
  visibility: visible;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
  right: 10px;
  left: unset;
}
@media (max-width: 650px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    right: unset;
    left: 10px;
  }
}
@media (max-width: 425px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    right: 10px;
    left: unset;
  }
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
  transform: scaleX(-1) !important;
  right: -1px;
  left: unset;
}
@media (max-width: 650px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    transform: none !important;
    right: unset;
    left: -1px;
  }
}
@media (max-width: 425px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    transform: scaleX(-1) !important;
    right: -1px;
    left: unset;
  }
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information {
  left: 10px;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before {
  left: -1px;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns .item:last-child .wrapper {
  padding-bottom: 0;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns .item .wrapper {
  display: flex;
  position: relative;
  padding: 0 0 19px 25px;
  align-items: center;
  border-left: 2px solid #94cedd;
}
@media (max-width: 425px) {
  .section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns .item .wrapper {
    padding: 0 0 16px 25px;
  }
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns .item .wrapper:after {
  position: absolute;
  content: "";
  width: 0;
  height: 15px;
  border: solid #94cedd;
  border-width: 0 0 0 2px;
  transform: translate(-50%, 0) rotate(-90deg);
  left: 6px;
  top: 4px;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns .item .wrapper .sub-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  padding-right: 11px;
}
.section-psp-merchant .wrapper-section .right-content .columns-wrapper .columns .item .wrapper .information {
  max-height: 24px;
}
.section-psp-merchant .button {
  max-width: 220px;
  margin: 0 auto;
}
/* ==========================================================================
 Trapezoidal Section Without Buttons
 ========================================================================== */
.title-section + .trapezoidal-section-without-buttons {
  margin: -235px 0 150px;
}
@media (max-width: 1023px) {
  .title-section + .trapezoidal-section-without-buttons {
    margin: -230px 0 120px;
  }
}
@media (max-width: 816px) {
  .title-section + .trapezoidal-section-without-buttons {
    margin: -240px 0 120px;
  }
}
@media (max-width: 575px) {
  .title-section + .trapezoidal-section-without-buttons {
    margin: -260px 0 100px;
  }
}
@media (max-width: 425px) {
  .title-section + .trapezoidal-section-without-buttons {
    margin: -240px 0 100px;
  }
}
@media (max-width: 375px) {
  .title-section + .trapezoidal-section-without-buttons {
    margin: -293px 0 100px;
  }
}
.trapezoidal-section-without-buttons {
  margin: 150px 0 150px;
}
@media (max-width: 425px) {
  .trapezoidal-section-without-buttons {
    margin: 100px 0 100px;
  }
}
.trapezoidal-section-without-buttons .wrapper-item-trap {
  margin-top: -75px;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .wrapper-item-trap {
    margin-top: -55px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section-without-buttons .wrapper-item-trap {
    margin-top: -30px;
  }
}
@media (max-width: 1140px) {
  .trapezoidal-section-without-buttons .wrapper-item-trap:first-child .item-background .item {
    padding: 141px 0 71px;
  }
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .wrapper-item-trap:first-child .item-background .item {
    padding: 180px 0 70px;
  }
}
@media (max-width: 540px) {
  .trapezoidal-section-without-buttons .wrapper-item-trap:first-child .item-background .item {
    padding: 200px 0 100px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .wrapper-item-trap:first-child .item-background .item {
    padding: 270px 0 100px;
  }
}
.trapezoidal-section-without-buttons .triangle-top-background-light {
  background-color: #fff;
  clip-path: polygon(0 75px, 100% 0, 100% 100%, 0 100%);
  height: 77px;
  width: 100%;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .triangle-top-background-light {
    clip-path: polygon(0 0, 100% 55px, 100% 100%, 0 100%);
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section-without-buttons .triangle-top-background-light {
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
    height: 32px;
  }
}
.trapezoidal-section-without-buttons .triangle-bottom-background-light {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 2px);
  height: 77px;
  width: 100%;
  margin-top: -2px;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .triangle-bottom-background-light {
    clip-path: polygon(0 0, 100% 0, 100% 2px, 0 100%);
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section-without-buttons .triangle-bottom-background-light {
    height: 32px;
  }
}
.trapezoidal-section-without-buttons .triangle-top-background-dark {
  background-color: #014838;
  clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 100%);
  height: 77px;
  width: 100%;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .triangle-top-background-dark {
    clip-path: polygon(0 55px, 100% 0, 100% 100%, 0 100%);
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section-without-buttons .triangle-top-background-dark {
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    height: 32px;
  }
}
.trapezoidal-section-without-buttons .triangle-bottom-background-dark {
  background-color: #014838;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 0 100%);
  height: 77px;
  width: 100%;
  margin-top: -2px;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .triangle-bottom-background-dark {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 2px);
    height: 57px;
  }
}
@media (max-width: 576px) {
  .trapezoidal-section-without-buttons .triangle-bottom-background-dark {
    height: 32px;
  }
}
.trapezoidal-section-without-buttons .item-background {
  margin-top: -2px;
  background-color: #fff;
}
.trapezoidal-section-without-buttons .item-background .item {
  justify-content: center;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .left-content {
    margin: 0 auto;
  }
}
.trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content {
  max-width: 629px;
  max-height: 454px;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content {
    max-width: 375px;
    margin: 0 auto 21px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content {
    width: 375px;
    max-width: 100%;
  }
}
.trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content img, .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content svg {
  max-width: 629px !important;
  max-height: 454px !important;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content img, .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content svg {
    max-width: 375px;
    margin: 0 auto 21px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content img, .trapezoidal-section-without-buttons .item-background:nth-child(1) .item .right-content svg {
    width: 375px;
  }
}
@media (max-width: 538px) {
  .trapezoidal-section-without-buttons .item-background .item {
    justify-content: end;
  }
  .trapezoidal-section-without-buttons .item-background:nth-child(3) .item {
    justify-content: center;
  }
}
.trapezoidal-section-without-buttons .item-background .item {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  padding: 141px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .trapezoidal-section-without-buttons .item-background .item {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .item {
    flex-direction: column-reverse;
    padding: 66px 0 80px;
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .trapezoidal-section-without-buttons .item-background .item {
    justify-content: end;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background .item {
    padding: 66px 0 100px;
    width: 375px;
    max-width: 100%;
  }
}
@media (max-width: 370px) {
  .trapezoidal-section-without-buttons .item-background .item {
    padding: 66px 0 80px;
  }
}
.trapezoidal-section-without-buttons .item-background .item .left-content {
  max-width: 512px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content {
    width: 375px;
    max-width: 91.5%;
  }
}
.trapezoidal-section-without-buttons .item-background .item .left-content .title-item {
  max-width: 512px;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content .title-item {
    max-width: 800px;
  }
}
.trapezoidal-section-without-buttons .item-background .item .left-content .title-item p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21;
  color: #1f2735;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content .title-item p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content .title-item p {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content .title-item p {
    font-size: 22px;
    line-height: 1.227;
  }
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content .title-item {
    max-width: 800px;
    margin: 0 auto 16px;
    text-align: center;
  }
}
.trapezoidal-section-without-buttons .item-background .item .left-content .text-item {
  max-width: 450px;
  width: 100%;
}
.trapezoidal-section-without-buttons .item-background .item .left-content .text-item p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
}
@media (max-width: 425px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content .text-item p {
    line-height: 1.5;
  }
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .item .left-content .text-item {
    max-width: 800px;
    margin: 0 auto;
  }
}
.trapezoidal-section-without-buttons .item-background .item .right-content {
  max-width: 588px;
  width: 100%;
  max-height: 499px;
  margin: auto 0;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .item .right-content {
    max-width: 375px;
    margin: 0 auto 21px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background .item .right-content {
    width: 375px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .trapezoidal-section-without-buttons .item-background .item .right-content .image-desktop {
    display: none;
  }
}
.trapezoidal-section-without-buttons .item-background .item .right-content .image-desktop img, .trapezoidal-section-without-buttons .item-background .item .right-content .image-desktop svg {
  max-width: 588px;
  width: 100%;
  max-height: 499px;
  object-fit: contain;
}
.trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile {
  display: none;
}
@media (max-width: 768px) {
  .trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile {
    display: block;
  }
}
.trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile img, .trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile svg {
  max-width: 588px;
  width: 100%;
  max-height: 499px;
  object-fit: contain;
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile img, .trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile svg {
    max-width: 375px;
    max-height: 338px;
  }
}
@media (max-width: 375px) {
  .trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile img, .trapezoidal-section-without-buttons .item-background .item .right-content .image-mobile svg {
    max-width: 375px;
    max-height: 338px;
  }
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .side-background-light .left-content {
    margin: 0 auto;
  }
}
.trapezoidal-section-without-buttons .item-background .side-background-light .left-content .title-background-light {
  margin-bottom: 26px;
}
.trapezoidal-section-without-buttons .item-background .side-background-light .left-content .title-background-light p {
  line-height: 1.5;
}
@media (max-width: 1140px) {
  .trapezoidal-section-without-buttons .item-background .side-background-light .left-content .title-background-light {
    margin-bottom: 24px;
  }
}
.trapezoidal-section-without-buttons .item-background .side-background-dark {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .side-background-dark {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.trapezoidal-section-without-buttons .item-background .side-background-dark .left-content {
  max-width: 512px;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .side-background-dark .left-content {
    max-width: 91.5%;
    margin: 0 auto;
  }
}
.trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .title-background-dark {
  margin-bottom: 26px;
}
.trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .title-background-dark p {
  line-height: 1.5;
  max-width: 512px;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .title-background-dark {
    margin-bottom: 24px;
  }
}
.trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .text-background-dark p {
  color: #fff;
}
.trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .text-background-dark ul li {
  color: #fff;
  margin-bottom: 16px;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .text-background-dark ul li {
    padding-left: 21px;
  }
}
.trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .text-background-dark ul li:last-child {
  margin-bottom: 0;
}
.trapezoidal-section-without-buttons .item-background .side-background-dark .left-content .text-background-dark ul li:before {
  border: 1.5px solid #54f2a4;
}
@media (max-width: 1023px) {
  .trapezoidal-section-without-buttons .item-background .side-background-dark .right-content {
    margin: 0 auto 17px;
  }
}
.trapezoidal-section-without-buttons .background-dark {
  background-color: #014838;
}
.trapezoidal-section-without-buttons .background-dark .item {
  justify-content: space-between;
}
/* ==========================================================================
 Section Auto Slider
 ========================================================================== */
.section-auto-slider {
  margin: 150px 0 150px;
}
@media (max-width: 1024px) {
  .section-auto-slider {
    margin: 120px 0 120px;
  }
}
@media (max-width: 425px) {
  .section-auto-slider {
    margin: 100px 0 100px;
  }
}
.section-auto-slider .wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section-auto-slider .wrapper {
    margin-bottom: 40px;
  }
}
.section-auto-slider .title-slider-wrap {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  text-align: center;
  max-width: 978px;
  width: 100%;
}
.section-auto-slider .title-slider-wrap .title-slider {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}
@media (max-width: 1140px) {
  .section-auto-slider .title-slider-wrap .title-slider {
    font-size: 34px;
  }
}
@media (max-width: 998px) {
  .section-auto-slider .title-slider-wrap .title-slider {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-auto-slider .title-slider-wrap .title-slider {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-auto-slider .title-slider-wrap .title-slider {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .section-auto-slider .title-slider-wrap .title-slider {
    font-size: 26px;
  }
}
.section-auto-slider .title-slider-wrap .sub-title-slider p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  margin-bottom: 80px;
}
.section-auto-slider .title-slider-wrap .sub-title-slider p strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .section-auto-slider .title-slider-wrap .sub-title-slider p {
    margin-bottom: 40px;
  }
}
.section-auto-slider .auto-slider {
  margin-top: unset;
}
/* ==========================================================================
 Section Merchant Acquiring Box
 ========================================================================== */
.section-merchant-acquiring-box {
  overflow: hidden;
  margin: 150px 0 150px;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box {
    margin: 120px 0 120px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box {
    margin: 100px 0 100px;
  }
}
@media (max-width: 600px) {
  .section-merchant-acquiring-box .row1200 {
    max-width: 100%;
  }
}
.section-merchant-acquiring-box .wrapper-section {
  background: #e2f2f7;
  border-radius: 32px;
  padding: 80px;
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section {
    border-radius: 0;
    padding: 80px 16px 64px;
  }
}
.section-merchant-acquiring-box .wrapper-section .top-content {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .top-content {
    margin-bottom: 29px;
  }
}
.section-merchant-acquiring-box .wrapper-section .top-content .title p {
  max-width: 844px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #1f2735;
  line-height: 1.5;
  font-size: 36px;
}
@media (max-width: 1140px) {
  .section-merchant-acquiring-box .wrapper-section .top-content .title p {
    font-size: 34px;
  }
  .section-merchant-acquiring-box .wrapper-section .top-content .title p br {
    display: none;
  }
}
@media (max-width: 998px) {
  .section-merchant-acquiring-box .wrapper-section .top-content .title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .top-content .title p {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .top-content .title p {
    font-size: 28px;
    margin-bottom: 11px;
  }
}
@media (max-width: 375px) {
  .section-merchant-acquiring-box .wrapper-section .top-content .title p {
    font-size: 26px;
  }
  .section-merchant-acquiring-box .wrapper-section .top-content .title p br {
    display: block;
  }
}
.section-merchant-acquiring-box .wrapper-section .top-content .title p:last-child {
  padding-bottom: 0;
}
.section-merchant-acquiring-box .wrapper-section .middle-content {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content {
    flex-direction: column;
    margin-bottom: 56px;
  }
}
.section-merchant-acquiring-box .wrapper-section .middle-content .wrapper {
  max-width: 514px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .wrapper {
    max-width: 594px;
    margin: 0 auto 48px;
  }
  .section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text-strong {
    max-width: 800px !important;
  }
  .section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text {
    max-width: 800px !important;
  }
}
.section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text-strong {
  max-width: 455px;
  width: 100%;
}
.section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text-strong p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #1f2735;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text-strong p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text-strong p {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text {
  max-width: 409px;
  width: 100%;
}
.section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text p {
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .wrapper .text p {
    font-size: 14px;
  }
}
.section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper {
  display: grid;
  grid-template-columns: 132px 132px 132px;
  grid-template-rows: 100px 100px;
  gap: 30px;
  max-width: 456px;
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper {
    grid-template-columns: 160px 160px;
    grid-template-rows: 100px 100px 100px;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 374px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper {
    grid-template-columns: 125px 125px;
    gap: 15px;
    max-width: 288px;
  }
}
.section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper .payment {
  max-width: 132px;
  width: 100%;
  max-height: 100px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 580px) {
  .section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper .payment {
    max-width: 160px;
  }
}
.section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper .payment img, .section-merchant-acquiring-box .wrapper-section .middle-content .payment-wrapper .payment svg {
  max-width: 112px;
  max-height: 84px;
  object-fit: contain;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons {
  max-width: 450px;
  width: 100%;
  margin-bottom: 106px;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons {
    display: grid;
    grid-template-columns: 285px 285px;
    grid-template-rows: 48px 48px 48px;
    margin: 0 auto 80px;
    max-width: 594px;
    gap: 40px 24px;
  }
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons {
    grid-template-columns: 160px 160px;
    grid-template-rows: 100px 100px 100px;
    max-width: 344px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons {
    margin: 0 auto 80px;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons {
    grid-template-columns: 125px 125px;
    max-width: 285px;
    margin: 0 auto 80px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper {
  display: flex;
  align-items: center;
  max-width: 285px;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper:nth-child(1) {
  order: 1;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper:nth-child(2) {
  order: 3;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper:nth-child(3) {
  order: 5;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper:nth-child(4) {
  order: 2;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper:nth-child(5) {
  order: 4;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper:nth-child(6) {
  order: 6;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper .icon {
    margin: 0 0 10px 0;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper .icon img, .section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper .icon svg {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper .text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .icons .wrapper .text {
    font-size: 14px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 223px 223px;
  gap: 81px;
}
@media (max-width: 1300px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper {
    gap: 32px;
  }
}
@media (max-width: 1140px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper {
    justify-content: space-around;
  }
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    column-gap: 0;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns {
  max-width: 367px;
  width: 100%;
}
@media (max-width: 550px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns {
    margin-bottom: 40px;
  }
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:last-child {
    margin-bottom: 0;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information {
  position: relative;
  cursor: pointer;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
  position: absolute;
  z-index: 5;
  bottom: 45px;
  width: 300px;
  background: #fff;
  border: 1px solid rgba(29, 89, 69, 0.35);
  border-radius: 24px;
  padding: 13px 24px 17px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 1240px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 230px;
    left: 10px;
  }
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    left: -1px;
    transform: unset;
  }
}
@media (max-width: 1140px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 300px;
  }
}
@media (max-width: 900px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 300px;
  }
}
@media (max-width: 650px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 263px;
    padding: 5px 10px;
  }
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information p, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information p {
    font-size: 10px;
  }
}
@media (max-width: 540px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    width: 170px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    right: 0px !important;
    left: unset !important;
    width: 170px;
  }
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    transform: scaleX(-1) !important;
    right: -1px !important;
    left: unset !important;
    z-index: 1;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information p, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #1d5945;
  padding-bottom: 0;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
  content: '';
  position: absolute;
  bottom: -13px;
  width: 21px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='43' viewBox='0 0 23 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5H11.5H23V29H21.9656C19.8746 29 17.8508 29.7493 16.2514 31.1158L3.24118 42.2309C1.95908 43.3263 0 42.4016 0 40.7011V0.5Z' fill='white'/%3E%3Cpath d='M0.5 0V40.7011C0.5 41.9765 1.99065 42.67 2.9662 41.8485L16.1654 30.7333C17.8782 29.291 20.0455 28.5 22.2847 28.5H23.5V0' stroke='%231D5945' stroke-opacity='0.35'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information:hover .additional-information, .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information:hover .additional-information {
  opacity: 1;
  visibility: visible;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
  right: 10px;
  left: unset;
}
@media (max-width: 650px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    right: unset;
    left: 10px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information {
    right: 10px;
    left: unset;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
  transform: scaleX(-1) !important;
  right: -1px;
  left: unset;
}
@media (max-width: 650px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    transform: none !important;
    right: unset;
    left: -1px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(even) .item .wrapper .information .additional-information:before {
    transform: scaleX(-1) !important;
    right: -1px;
    left: unset;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information {
  left: 10px;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns:nth-child(odd) .item .wrapper .information .additional-information:before {
  left: -1px;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns .item:last-child .wrapper {
  padding-bottom: 0;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns .item .wrapper {
  display: flex;
  position: relative;
  padding: 0 0 19px 25px;
  align-items: center;
  border-left: 2px solid #94cedd;
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns .item .wrapper {
    padding: 0 0 16px 25px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns .item .wrapper:after {
  position: absolute;
  content: "";
  width: 0;
  height: 15px;
  border: solid #94cedd;
  border-width: 0 0 0 2px;
  transform: translate(-50%, 0) rotate(-90deg);
  left: 6px;
  top: 4px;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns .item .wrapper .sub-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  padding-right: 11px;
}
.section-merchant-acquiring-box .wrapper-section .bottom-content .columns-wrapper .columns .item .wrapper .information {
  max-height: 24px;
}
.section-merchant-acquiring-box .wrapper-section .subtitle p {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.19;
  text-align: center;
}
@media (max-width: 1140px) {
  .section-merchant-acquiring-box .wrapper-section .subtitle p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .section-merchant-acquiring-box .wrapper-section .subtitle p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-merchant-acquiring-box .wrapper-section .subtitle p {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .subtitle p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.section-merchant-acquiring-box .wrapper-section .subtitle-slider {
  max-width: 685px;
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .subtitle-slider {
    max-width: 323px;
    margin: 0 auto 40px;
  }
}
.section-merchant-acquiring-box .wrapper-section .subtitle-bank-routines {
  max-width: 677px;
  width: 100%;
  margin: 0 auto 97px;
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .subtitle-bank-routines {
    max-width: 299px;
    margin: 0 auto 40px;
  }
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .bottom-content .splide__track {
  margin-bottom: 0;
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .bottom-content {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .bottom-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .bottom-content {
    margin-bottom: 80px;
  }
}
.section-merchant-acquiring-box .wrapper-section .auto-slider {
  margin-top: unset;
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .splide__track {
  overflow: visible;
  width: 2500px !important;
}
@media (max-width: 1279px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .splide__track {
    width: 1000px !important;
  }
}
@media (max-width: 480px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .splide__track {
    width: 320px !important;
  }
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list {
  -webkit-transition-timing-function: linear;
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide {
  background: #fff;
  box-shadow: 0 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 19px;
  min-height: 248px;
  padding: 24px;
  display: flex;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide {
    min-height: 232px;
  }
}
@media (max-width: 480px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide {
    max-width: unset !important;
  }
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide .img-wrap {
  width: 56px;
  height: 56px;
  padding: 15px 16px 17px;
  background: #2e8568;
  border-radius: 50%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide .img-wrap .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide .title-slide {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1f2735;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide .title-slide {
    margin-bottom: 8px;
  }
}
.section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide .description {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
  text-align: left;
}
@media (max-width: 767px) {
  .section-merchant-acquiring-box .wrapper-section .auto-slider .splide__list .splide__slide .description {
    font-size: 14px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bank-routines {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines {
    flex-direction: column;
    align-items: center;
  }
}
.section-merchant-acquiring-box .wrapper-section .bank-routines .item {
  max-width: 383px;
  width: 100%;
  margin-left: 41px;
  margin-right: 41px;
  margin-bottom: 80px;
}
.section-merchant-acquiring-box .wrapper-section .bank-routines .item:last-child {
  margin-bottom: 64px;
}
@media (max-width: 1160px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1030px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 1023px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item {
    margin-right: 0;
    margin-left: 0;
    max-width: 700px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bank-routines .item .image {
  max-width: 282px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  display: flex;
}
@media (max-width: 1023px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item .image {
    margin: 0 auto 32px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bank-routines .item .image img, .section-merchant-acquiring-box .wrapper-section .bank-routines .item .image svg {
  max-width: 282px;
  width: 100%;
  max-height: 205px;
  object-fit: contain;
  z-index: 2;
}
@media (max-width: 375px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item .image img, .section-merchant-acquiring-box .wrapper-section .bank-routines .item .image svg {
    width: 273px;
  }
}
@media (max-width: 374px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item .image img, .section-merchant-acquiring-box .wrapper-section .bank-routines .item .image svg {
    width: 265px;
  }
}
.section-merchant-acquiring-box .wrapper-section .bank-routines .item .title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #1f2735;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item .title {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item .text {
    max-width: 456px;
    width: 100%;
    margin: 0 auto;
  }
}
.section-merchant-acquiring-box .wrapper-section .bank-routines .item .text p {
  font-weight: 400;
}
@media (max-width: 1023px) {
  .section-merchant-acquiring-box .wrapper-section .bank-routines .item .text p {
    text-align: center;
  }
}
.section-merchant-acquiring-box .wrapper-section .button {
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
}
/* ==========================================================================
 Section Transform Your Infrastructure
 ========================================================================== */
.section-transform-your-infrastructure {
  position: relative;
  margin: 140px 0 150px;
}
@media (max-width: 1180px) {
  .section-transform-your-infrastructure {
    margin: 80px 0 120px;
  }
}
@media (max-width: 425px) {
  .section-transform-your-infrastructure {
    margin: 100px 0 100px;
  }
}
.section-transform-your-infrastructure:before {
  left: -70px;
  top: 336px;
  transform: translate(0%, 0%) rotate(90deg);
  position: absolute;
  content: url("../img/dot grid2.svg");
}
@media (max-width: 1365px) {
  .section-transform-your-infrastructure:before {
    top: 416px;
  }
}
@media (max-width: 998px) {
  .section-transform-your-infrastructure:before {
    display: none;
  }
}
.section-transform-your-infrastructure:after {
  right: 0px;
  top: 6px;
  transform: translate(0%, 0%);
  position: absolute;
  content: url("../img/dot grid2.svg");
}
@media (max-width: 998px) {
  .section-transform-your-infrastructure:after {
    display: none;
  }
}
.section-transform-your-infrastructure .row {
  margin-bottom: 116px;
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row {
    margin-bottom: 100px;
  }
}
.section-transform-your-infrastructure .row:last-child {
  margin-bottom: 0;
}
.section-transform-your-infrastructure .row .wrapper .title {
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (max-width: 425px) {
  .section-transform-your-infrastructure .row .wrapper .title {
    margin-bottom: 56px;
  }
}
.section-transform-your-infrastructure .row .wrapper .title p {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.214;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-transform-your-infrastructure .row .wrapper .title p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row .wrapper .title p {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .section-transform-your-infrastructure .row .wrapper .title p {
    font-size: 22px;
    line-height: 1.5;
  }
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item {
    flex-direction: column;
    align-items: center;
  }
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item .item {
  margin-right: 20px;
  max-width: 345px;
  width: 100%;
}
@media (max-width: 1024px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item:first-child .subtitle {
    max-width: 337px;
  }
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item:first-child .subtitle p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item:last-child {
    margin-bottom: 0;
  }
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item .item:last-child {
  margin-right: 0;
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item .item .image {
  max-width: 78px;
  width: 100%;
  max-height: 78px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item .image {
    margin: 0 auto 32px;
  }
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item .item .image img, .section-transform-your-infrastructure .row .wrapper .wrapper-item .item .image svg {
  width: 78px;
  height: 78px;
  object-fit: contain;
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item .item .subtitle {
  margin-bottom: 16px;
  max-width: 277px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item .subtitle {
    margin: 0 auto 16px;
  }
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item .item .subtitle p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item .subtitle p {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item .subtitle p {
    line-height: 1.6;
  }
}
.section-transform-your-infrastructure .row .wrapper .wrapper-item .item .text p {
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item .text p {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .section-transform-your-infrastructure .row .wrapper .wrapper-item .item .text p {
    font-size: 14px;
  }
}
/* ==========================================================================
 Section Start Providing
 ========================================================================== */
.section-start-providing {
  position: relative;
  margin: 150px 0 100px;
}
@media (max-width: 1023px) {
  .section-start-providing {
    margin: 100px 0 80px;
  }
}
@media (max-width: 1023px) {
  .section-start-providing {
    margin: 94px 0 56px;
  }
}
.section-start-providing .wrapper .title {
  max-width: 867px;
  width: 100%;
  margin: 0 auto 80px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #1f2735;
}
@media (max-width: 1140px) {
  .section-start-providing .wrapper .title {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .section-start-providing .wrapper .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-start-providing .wrapper .title {
    font-size: 28px;
    margin: 0 auto 60px;
  }
}
@media (max-width: 425px) {
  .section-start-providing .wrapper .title {
    max-width: 343px;
    font-size: 26px;
    margin: 0 auto 40px;
  }
}
.section-start-providing .wrapper .section-green-block {
  margin-bottom: 106px;
}
@media (max-width: 1023px) {
  .section-start-providing .wrapper .section-green-block {
    margin-bottom: 56px;
  }
}
.section-start-providing .wrapper .section-green-block .wrapper-strings {
  padding: 40px 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(15, 106, 86, 0.1);
  border-radius: 33px;
}
@media (max-width: 1023px) {
  .section-start-providing .wrapper .section-green-block .wrapper-strings {
    padding: 16px 8px 0;
  }
}
@media (max-width: 576px) {
  .section-start-providing .wrapper .section-green-block .wrapper-strings {
    align-items: start;
    justify-content: center;
  }
}
.section-start-providing .wrapper .section-green-block .wrapper-strings .string {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #1f2735;
  padding: 8px 21px;
  background: #fff;
  border: 1px solid rgba(108, 163, 139, 0.16);
  border-radius: 30px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .section-start-providing .wrapper .section-green-block .wrapper-strings .string {
    font-size: 14px;
    padding: 7.5px 25.5px;
  }
}
@media (max-width: 576px) {
  .section-start-providing .wrapper .section-green-block .wrapper-strings .string {
    padding: 6px 16px;
  }
}
/* ==========================================================================
 Section Icon And Text And Background
 ========================================================================== */
.section-icon-and-text-and-background {
  margin: 100px 0 150px;
}
@media (max-width: 1024px) {
  .section-icon-and-text-and-background {
    margin: 80px 0 120px;
  }
}
@media (max-width: 425px) {
  .section-icon-and-text-and-background {
    margin: 56px 0 100px;
  }
}
.section-icon-and-text-and-background .wrapper .title {
  max-width: 879px;
  width: 100%;
  margin: 0 auto 64px;
}
@media (max-width: 768px) {
  .section-icon-and-text-and-background .wrapper .title {
    margin: 0 auto 55px;
  }
}
@media (max-width: 375px) {
  .section-icon-and-text-and-background .wrapper .title {
    margin: 0 auto 48px;
  }
}
.section-icon-and-text-and-background .wrapper .title p {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.19;
  text-align: center;
}
@media (max-width: 768px) {
  .section-icon-and-text-and-background .wrapper .title p {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 425px) {
  .section-icon-and-text-and-background .wrapper .title p {
    font-size: 22px;
  }
}
.section-icon-and-text-and-background .wrapper .wrapper-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1160px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item {
    gap: 24px;
  }
}
.section-icon-and-text-and-background .wrapper .wrapper-item .item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: #fff;
  box-shadow: 0 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 12px;
  min-height: 189px;
  padding: 32px 19px 32px;
}
.section-icon-and-text-and-background .wrapper .wrapper-item .item:nth-child(3) {
  padding: 32px;
}
@media (max-width: 425px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item .item:nth-child(3) {
    padding: 32px 23px 29px;
  }
}
.section-icon-and-text-and-background .wrapper .wrapper-item .item:nth-child(6) {
  padding: 32px 34px;
}
@media (max-width: 425px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item .item:nth-child(6) {
    padding: 32px 23px 29px;
  }
}
@media (max-width: 520px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item .item {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 425px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item .item {
    padding: 32px 23px 29px;
  }
}
.section-icon-and-text-and-background .wrapper .wrapper-item .item .image {
  margin: 0 auto 20px;
  max-width: 45px;
  width: 100%;
  max-height: 45px;
}
.section-icon-and-text-and-background .wrapper .wrapper-item .item .image img, .section-icon-and-text-and-background .wrapper .wrapper-item .item .image svg {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.section-icon-and-text-and-background .wrapper .wrapper-item .item .subtitle p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
.section-icon-and-text-and-background .wrapper .wrapper-item .item .subtitle p br {
  display: none;
}
@media (max-width: 425px) {
  .section-icon-and-text-and-background .wrapper .wrapper-item .item .subtitle p {
    line-height: 1.5;
  }
  .section-icon-and-text-and-background .wrapper .wrapper-item .item .subtitle p br {
    display: block;
  }
}
/* ==========================================================================
 Banner Default Page
 ========================================================================== */
.banner-default {
  background: #014838;
  min-height: 303px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75.5%);
}
@media (max-width: 425px) {
  .banner-default {
    min-height: 238px;
  }
}
.banner-default h1 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
  padding-top: 78px;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .banner-default h1 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .banner-default h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .banner-default h1 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .banner-default h1 {
    padding-top: 70px;
    font-size: 28px;
    line-height: 1.4;
  }
}
.banner-default .time-update {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 425px) {
  .banner-default .time-update {
    font-size: 14px;
  }
}
/* ==========================================================================
 Text Default Page
 ========================================================================== */
.text-default-page {
  background: #fff;
  clip-path: polygon(0 0, 100% 75px, 100% 100%, 0% 100%);
  margin-top: -75px;
  padding: 165px 0 70px;
}
@media (max-width: 1024px) {
  .text-default-page {
    padding: 140px 0 40px;
  }
}
@media (max-width: 425px) {
  .text-default-page {
    padding: 110px 0 30px;
  }
}
.text-default-page .wrapper {
  margin-bottom: 50px;
}
.text-default-page .wrapper:last-child {
  margin-bottom: 0;
}
.text-default-page .wrapper .subtitle-default {
  margin-bottom: 20px;
}
.text-default-page .wrapper .subtitle-default p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.227;
}
@media (max-width: 425px) {
  .text-default-page .wrapper .subtitle-default p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.text-default-page .wrapper .text_default {
  margin-bottom: 20px;
}
.text-default-page .wrapper .text_default:last-child {
  margin-bottom: 0;
}
.text-default-page .wrapper .text_default p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #1f2735;
}
@media (max-width: 425px) {
  .text-default-page .wrapper .text_default p {
    font-size: 16px;
    line-height: 1.88;
  }
}
.text-default-page .wrapper .text_default p strong {
  font-weight: 500;
}
.text-default-page .wrapper .text_default p a {
  text-decoration-line: none;
  color: #0f6a56;
  border-bottom: 0.5px solid #0f6a56;
  line-height: 1.5;
}
.text-default-page .wrapper .text_default p a:hover {
  text-decoration: none;
}
.text-default-page .wrapper .text_default ol {
  margin-left: 33px;
}
.text-default-page .wrapper .text_default ol li {
  font-size: 18px;
  padding-left: 24px;
}
@media (max-width: 425px) {
  .text-default-page .wrapper .text_default ol li {
    font-size: 16px;
  }
}
.text-default-page .wrapper .text_default ol li a {
  border-bottom: 0.5px solid #0f6a56;
}
.text-default-page .wrapper .text_default ol li a:hover {
  text-decoration: none;
}
.text-default-page .wrapper .text_default ol li:before {
  display: none;
}
.text-default-page .wrapper .text_default ol li:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #2b3145;
  width: 30px;
  left: -33px;
  top: 24px;
}
.text-default-page .wrapper .text_default ol li::marker {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  text-decoration-line: underline;
  border-bottom: 1px solid #2b3145;
  color: #2b3145;
}
@media (max-width: 425px) {
  .text-default-page .wrapper .text_default ol li::marker {
    font-size: 16px;
  }
}
/* ==========================================================================
 Text Default Background Page
 ========================================================================== */
.text-default-background-page {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 96.5%, 0% 100%);
  padding: 20px 0 200px;
}
@media (max-width: 768px) {
  .text-default-background-page {
    clip-path: polygon(0 0, 100% 0, 100% 97.5%, 0% 100%);
  }
}
@media (max-width: 1024px) {
  .text-default-background-page {
    padding: 20px 0 160px;
  }
}
@media (max-width: 425px) {
  .text-default-background-page {
    padding: 20px 0 114px;
  }
}
.text-default-background-page .wrapper {
  background: #e2f2f7;
  border-radius: 32px;
  padding: 40px 0;
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper {
    padding: 40px 0;
  }
}
.text-default-background-page .wrapper .title-default {
  margin-bottom: 20px;
}
.text-default-background-page .wrapper .title-default p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #1f2735;
}
@media (max-width: 1140px) {
  .text-default-background-page .wrapper .title-default p {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .text-default-background-page .wrapper .title-default p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .text-default-background-page .wrapper .title-default p {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper .title-default p {
    font-size: 26px;
    line-height: 1.5;
  }
}
.text-default-background-page .wrapper .text {
  margin-bottom: 20px;
}
.text-default-background-page .wrapper .text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #1f2735;
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper .text p {
    font-size: 16px;
    line-height: 1.88;
  }
}
.text-default-background-page .wrapper .text p strong {
  font-weight: 500;
}
.text-default-background-page .wrapper .text p a {
  text-decoration-line: none;
  color: #0f6a56;
  border-bottom: 0.5px solid #0f6a56;
  line-height: 1.5;
}
.text-default-background-page .wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper .item {
    margin-bottom: 40px;
  }
}
.text-default-background-page .wrapper .item:last-child {
  margin-bottom: 0;
}
.text-default-background-page .wrapper .item .subtitle-default {
  margin-bottom: 15px;
}
.text-default-background-page .wrapper .item .subtitle-default p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.227;
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper .item .subtitle-default p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.text-default-background-page .wrapper .item .text-default P {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #1f2735;
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper .item .text-default P {
    font-size: 14px;
    line-height: 1.86;
  }
}
.text-default-background-page .wrapper .item .text-default P strong {
  font-weight: 500;
}
.text-default-background-page .wrapper .item .text-default P a {
  text-decoration-line: none;
  color: #0f6a56;
  border-bottom: 0.5px solid #0f6a56;
  line-height: 1.5;
}
.text-default-background-page .wrapper .background-green {
  padding: 40px;
  background: #0f6a56;
  border-radius: 16px;
  margin-top: 20px;
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper .background-green {
    padding: 30px;
    margin-top: 20px;
  }
}
.text-default-background-page .wrapper .background-green .subtitle-default p {
  color: #fff;
}
.text-default-background-page .wrapper .background-green .text-default P {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #fff;
}
@media (max-width: 425px) {
  .text-default-background-page .wrapper .background-green .text-default P {
    font-size: 16px;
    line-height: 1.88;
  }
}
.text-default-background-page .wrapper .background-green .text-default P strong {
  font-weight: 500;
}
.text-default-background-page .wrapper .background-green .text-default P a {
  text-decoration-line: none;
  font-weight: 400;
  color: #fff;
  border-bottom: 0.5px solid #fff;
  line-height: 1.5;
}
/* ==========================================================================
 Section Accordion
 ========================================================================== */
.section-accordion {
  margin: 110px 0 170px;
}
@media (max-width: 1024px) {
  .section-accordion {
    margin: 70px 0 110px;
  }
}
@media (max-width: 425px) {
  .section-accordion {
    margin: 41px 0 60px;
  }
}
.section-accordion .wrapper .item {
  position: relative;
  margin-bottom: 80px;
}
.section-accordion .wrapper .item .info {
  display: none;
}
.section-accordion .wrapper .item .h3 {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s all ease;
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .h3 {
    margin-bottom: 40px !important;
  }
}
.section-accordion .wrapper .item .h3:last-child {
  margin-bottom: 0;
}
.section-accordion .wrapper .item .h3.active .number {
  color: #0f6a56 !important;
}
.section-accordion .wrapper .item .h3.active .title-h3 {
  color: #0f6a56 !important;
}
.section-accordion .wrapper .item .h3:hover .number {
  color: #0f6a56;
}
@media (max-width: 767px) {
  .section-accordion .wrapper .item .h3:hover .number {
    color: #2b3145;
  }
}
.section-accordion .wrapper .item .h3:hover .title-h3 {
  color: #0f6a56;
}
@media (max-width: 767px) {
  .section-accordion .wrapper .item .h3:hover .title-h3 {
    color: #2b3145;
  }
}
.section-accordion .wrapper .item .h3 .number {
  display: inline;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #2b3145;
  transition: 0.3s all ease;
}
@media (max-width: 1140px) {
  .section-accordion .wrapper .item .h3 .number {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .section-accordion .wrapper .item .h3 .number {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-accordion .wrapper .item .h3 .number {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .h3 .number {
    font-size: 26px;
    line-height: 1.5;
  }
}
.section-accordion .wrapper .item .h3 .title-h3 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #2b3145;
  border-top: none;
  background: transparent;
  padding: 0 84px 0 0;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 1140px) {
  .section-accordion .wrapper .item .h3 .title-h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .section-accordion .wrapper .item .h3 .title-h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-accordion .wrapper .item .h3 .title-h3 {
    padding: 0 63px 0 0;
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .h3 .title-h3 {
    font-size: 26px;
    line-height: 1.5;
    padding: 0 43px 0 0;
  }
}
.section-accordion .wrapper .item .h3 span {
  cursor: pointer;
  right: 9px;
}
.section-accordion .wrapper .item .h3 span:before, .section-accordion .wrapper .item .h3 span:after {
  content: '';
  background-color: #1f2735;
  width: 20px;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
  top: 50%;
  right: 40px;
}
@media (max-width: 768px) {
  .section-accordion .wrapper .item .h3 span:before, .section-accordion .wrapper .item .h3 span:after {
    right: 0;
  }
}
.section-accordion .wrapper .item .h3 span:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-accordion .wrapper .item .h3 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-accordion .wrapper .item .h3.active {
  border-bottom: none;
  margin-bottom: 50px;
}
.section-accordion .wrapper .item .h3.active span:before, .section-accordion .wrapper .item .h3.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #144d5a;
}
.section-accordion .wrapper .item .background-color {
  background: #e2f2f7;
  border-radius: 32px;
  padding: 50px 71px 50px 60px;
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .background-color {
    padding: 40px 30px;
  }
}
.section-accordion .wrapper .item .background-color .h4 {
  color: #1f2735;
}
.section-accordion .wrapper .item .background-color .h5 {
  color: #1f2735;
}
.section-accordion .wrapper .item .background-color .text {
  color: #1f2735;
}
.section-accordion .wrapper .item .background-color .text p {
  color: #1f2735;
}
.section-accordion .wrapper .item .background-color .text li {
  color: #1f2735;
}
.section-accordion .wrapper .item .info {
  margin-bottom: 80px;
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .info {
    margin-bottom: 60px;
  }
}
.section-accordion .wrapper .item .info .h4 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.214;
  color: #2b3145;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section-accordion .wrapper .item .info .h4 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section-accordion .wrapper .item .info .h4 {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .info .h4 {
    font-size: 22px;
    line-height: 1.227;
  }
}
.section-accordion .wrapper .item .info .h5 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.227;
  color: #1f2735;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .info .h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.section-accordion .wrapper .item .info .text {
  margin-bottom: 20px;
}
.section-accordion .wrapper .item .info .text:last-child {
  margin-bottom: 0;
}
.section-accordion .wrapper .item .info .text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #2b3145;
}
@media (max-width: 425px) {
  .section-accordion .wrapper .item .info .text p {
    font-size: 16px;
    line-height: 1.88;
  }
}
.section-accordion .wrapper .item .info .text p strong {
  font-weight: 500;
}
.section-accordion .wrapper .item .info .text ul {
  margin-bottom: 15px;
}
.section-accordion .wrapper .item .info .text li {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  padding-left: 26px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section-accordion .wrapper .item .info .text li {
    font-size: 14px;
    line-height: 1.86;
  }
  .section-accordion .wrapper .item .info .text li:before {
    top: 6px !important;
  }
}
.section-accordion .wrapper .item .info .text li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  background: #0f6a56;
  border: 1px solid #0f6a56;
  border-radius: 50%;
}
.section-accordion .wrapper .item .info .text li:last-child {
  margin-bottom: 0;
}
.section-accordion .wrapper .item .info .text a {
  text-decoration-line: none;
  color: #0f6a56;
  border-bottom: 0.5px solid #0f6a56;
  line-height: 1.5;
}
/* ==========================================================================
 Section Accordion
 ========================================================================== */
#content {
  padding: 0;
}
.content-404 article {
  display: flex;
  background-color: #fff;
}
@media (max-width: 768px) {
  .content-404 article {
    flex-direction: column-reverse;
  }
}
.content-404 article .left-content {
  clip-path: polygon(0 0, 89.5% 0%, 100% 100%, 0% 100%);
  background: #014838;
  width: 48.7%;
  min-height: 653px;
}
@media (max-width: 768px) {
  .content-404 article .left-content {
    clip-path: polygon(0 10.5%, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    min-height: 399px;
  }
}
.content-404 article .left-content .wrapper {
  padding-top: 171px;
  width: 257px;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content-404 article .left-content .wrapper {
    padding-top: 81px;
    width: 237px;
  }
}
@media (max-width: 550px) {
  .content-404 article .left-content .wrapper {
    max-width: 91%;
  }
}
.content-404 article .left-content .wrapper h1 i {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  .content-404 article .left-content .wrapper h1 i {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .content-404 article .left-content .wrapper h1 i {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .content-404 article .left-content .wrapper h1 i {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .content-404 article .left-content .wrapper h1 i {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .content-404 article .left-content .wrapper h1 i {
    font-size: 28px;
  }
}
.content-404 article .left-content .wrapper span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 60px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .content-404 article .left-content .wrapper span {
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .content-404 article .left-content .wrapper span {
    font-size: 14px;
    line-height: 2;
  }
}
.content-404 article .left-content .wrapper .btn-green {
  max-width: 212px;
}
.content-404 article .left-content .wrapper .btn-green .button-green {
  padding: 18px 40px;
}
.content-404 article .right-content {
  width: 51.3%;
  text-align: center;
  padding: 35px 0 60px;
  margin: auto 0;
}
@media (max-width: 768px) {
  .content-404 article .right-content {
    width: 100%;
    height: 100%;
    padding: 31px 0 0;
  }
}
.content-404 article .right-content .image-404 {
  max-width: 699px;
  width: 100%;
  max-height: 558px;
  height: 100%;
}
@media (max-width: 375px) {
  .content-404 article .right-content .image-404 {
    overflow: hidden;
    margin-left: -7.8px;
  }
}
@media (max-width: 374px) {
  .content-404 article .right-content .image-404 {
    margin-left: unset;
  }
}
.content-404 article .right-content .image-404 img, .content-404 article .right-content .image-404 svg {
  max-width: 699px;
  width: 100%;
  max-height: 558px;
  object-fit: contain;
}
@media (max-width: 375px) {
  .content-404 article .right-content .image-404 img, .content-404 article .right-content .image-404 svg {
    width: 391px;
    height: 100%;
  }
}
@media (max-width: 374px) {
  .content-404 article .right-content .image-404 img, .content-404 article .right-content .image-404 svg {
    width: 100%;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ==========================================================================
 Section Sliders
 ========================================================================== */
.section-sliders {
  margin-bottom: 161px;
}
@media (max-width: 1140px) {
  .section-sliders {
    margin-bottom: 110px;
  }
}
@media (max-width: 425px) {
  .section-sliders {
    margin-bottom: 90px;
  }
}
.section-sliders .wrapper-title {
  background-image: url("../img/group-608.png");
  padding: 100px 0 127px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-title {
    padding: 80px 0 100px;
  }
}
@media (max-width: 425px) {
  .section-sliders .wrapper-title {
    padding: 70px 0 80px;
    background-image: url("../img/group-609.png");
  }
}
.section-sliders .wrapper-title .text-yellow {
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffc866;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-title .text-yellow {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 8px;
  }
}
@media (max-width: 425px) {
  .section-sliders .wrapper-title .text-yellow {
    margin-bottom: 10px;
  }
}
.section-sliders .wrapper-title .title {
  max-width: 699px;
  width: 100%;
  margin: 0 auto;
}
.section-sliders .wrapper-title .title p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-title .title p {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 425px) {
  .section-sliders .wrapper-title .title p {
    font-size: 26px;
  }
}
.section-sliders .arrow {
  border-radius: 59px;
  padding: 20px 22px;
  background: #f9f9f9;
  max-width: 199px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: -25px auto 92px;
  max-height: 55px;
}
@media (max-width: 1140px) {
  .section-sliders .arrow {
    margin: -25px auto 90px;
  }
}
@media (max-width: 425px) {
  .section-sliders .arrow {
    max-width: 112px;
    padding: 15px 17px;
    margin: -21px auto 90px;
    max-height: 42px;
  }
}
.section-sliders .arrow svg {
  max-width: 13px;
  width: 100%;
  max-height: 17px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .section-sliders .arrow svg {
    max-width: 7.74px;
    max-height: 11.61px;
  }
}
.section-sliders .wrapper-slider .slider-group .sub-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21;
  text-align: center;
  color: #1f2735;
  margin: 0 auto 30px;
  max-width: 674px;
  width: 100%;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-slider .slider-group .sub-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 auto 25px;
  }
}
@media (max-width: 425px) {
  .section-sliders .wrapper-slider .slider-group .sub-title {
    font-size: 22px;
    line-height: 1.23;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-buttons {
  height: unset;
}
.section-sliders .wrapper-slider .slider-group .swiper-buttons .swiper-wrapper {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-slider .slider-group .swiper-buttons .swiper-wrapper {
    margin-bottom: 17px;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-buttons .swiper-wrapper .swiper-slide {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  color: #1f2735;
  padding: 12px 25px;
  border: 1px solid rgba(31, 39, 53, 0.1);
  border-radius: 13px;
  max-height: 43px;
  width: max-content !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  cursor: pointer;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-slider .slider-group .swiper-buttons .swiper-wrapper .swiper-slide {
    margin-right: 4px !important;
  }
}
@media (max-width: 425px) {
  .section-sliders .wrapper-slider .slider-group .swiper-buttons .swiper-wrapper .swiper-slide {
    margin-right: 8px !important;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-buttons .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.section-sliders .wrapper-slider .slider-group .swiper-buttons .swiper-wrapper .swiper-slide-thumb-active {
  padding: 12px 25px;
  background: #ffc866;
  border-radius: 13px;
}
.section-sliders .wrapper-slider .slider-group .swiper-content {
  margin: 0 0 100px;
  height: unset;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content {
    margin: 0 0 70px;
  }
}
@media (max-width: 425px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content {
    margin: 0 0 90px;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide {
  background: #e2f2f6;
  border-radius: 32px;
  padding: 90px 78px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide {
    padding: 60px;
  }
}
@media (max-width: 1023px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
@media (max-width: 425px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide {
    border-radius: 27px;
    padding: 30px;
    height: max-content;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content {
  max-width: 560px;
  width: 100%;
  text-align: left;
  margin-right: 20px;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content {
    max-width: 570px;
  }
}
@media (max-width: 1023px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #1f2735;
  margin-bottom: 18px;
}
@media (max-width: 1140px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .title {
    font-size: 20px;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .text table {
  display: flex;
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .text table tr {
  display: flex;
}
@media (max-width: 600px) {
  .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .text table tr {
    display: unset;
  }
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .text table td {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .text table td:last-child {
  margin-bottom: 0;
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .text p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  opacity: 0.7;
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .left-content .text p li {
  font-size: 16px;
  line-height: 1.6;
  color: #1f2735;
  opacity: 0.7;
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .right-content {
  display: flex;
  max-width: 360px;
  width: 100%;
  max-height: 302px;
  height: 100%;
}
.section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .right-content .image img, .section-sliders .wrapper-slider .slider-group .swiper-content .swiper-wrapper .swiper-slide .right-content .image svg {
  max-width: 360px;
  width: 100%;
  height: auto;
  max-height: 302px;
  object-fit: cover;
}
.section-sliders .bottom-content {
  max-width: 256px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .section-sliders .bottom-content {
    margin: -40px auto 0 !important;
  }
}
.section-sliders .bottom-content .button-green {
  padding: 19px 26px 18px;
}
#CookiebotWidget {
  display: none !important;
}
body#id-name-857 #CookiebotWidget {
  left: 20px !important;
  right: unset !important;
  display: block !important;
}
.interface-preview {
  background-color: #e8f6f3 !important;
}
.choose-a-delivery {
  background: #f9f9f9;
  margin: 65px 0 150px;
}
@media (max-width: 1023px) {
  .choose-a-delivery {
    margin: 56px 0 100px;
  }
}
.choose-a-delivery .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .choose-a-delivery .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.choose-a-delivery .wrapper .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 490px;
  width: 100%;
  margin-right: 20px;
}
.choose-a-delivery .wrapper .item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .choose-a-delivery .wrapper .item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .choose-a-delivery .wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.choose-a-delivery .wrapper .item .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: #fff;
  box-shadow: 0 9px 20px rgba(31, 39, 53, 0.05);
  border-radius: 14px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .choose-a-delivery .wrapper .item .img-wrap {
    margin-right: 0;
    margin-bottom: 24px;
    width: 104px;
    height: 104px;
  }
}
.choose-a-delivery .wrapper .item .img-wrap svg {
  max-width: 56px;
  max-height: 39px;
  width: 100%;
  height: 100%;
}
.choose-a-delivery .wrapper .item .flex-wrap {
  flex: 1;
}
.choose-a-delivery .wrapper .item .flex-wrap .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  color: #1f2735;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .choose-a-delivery .wrapper .item .flex-wrap .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.choose-a-delivery .wrapper .item .flex-wrap .wys {
  margin-bottom: 28px;
}
.choose-a-delivery .wrapper .item .flex-wrap .wys p {
  font-weight: 400;
}
@media (max-width: 1023px) {
  .choose-a-delivery .wrapper .item .flex-wrap .wys p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .choose-a-delivery .wrapper .item .flex-wrap .button-arrow {
    display: none;
  }
}
.let-your-merchants {
  background: #f9f9f9;
  margin: 55px 0 135px;
}
@media (max-width: 1023px) {
  .let-your-merchants {
    margin: 55px 0 100px;
  }
}
.let-your-merchants .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .let-your-merchants .wrapper {
    flex-direction: column;
  }
}
.let-your-merchants .wrapper .left-content {
  max-width: 486px;
  width: 100%;
  margin-right: 24px;
  margin-top: 21px;
}
@media (max-width: 1023px) {
  .let-your-merchants .wrapper .left-content {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .let-your-merchants .wrapper .left-content {
    margin-bottom: 48px;
    text-align: center;
  }
}
.let-your-merchants .wrapper .left-content .image-desktop {
  max-width: 486px;
  width: 100%;
  object-fit: cover;
  margin-top: -55px;
}
@media (max-width: 1023px) {
  .let-your-merchants .wrapper .left-content .image-desktop {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .let-your-merchants .wrapper .left-content .image-desktop {
    display: none;
  }
}
.let-your-merchants .wrapper .left-content .image-mobile {
  display: none;
  max-width: 343px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .let-your-merchants .wrapper .left-content .image-mobile {
    display: block;
    margin: 0 auto;
  }
}
.let-your-merchants .wrapper .right-content {
  max-width: 680px;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 42px 50px;
  margin-top: 20px;
}
@media (max-width: 1251px) {
  .let-your-merchants .wrapper .right-content {
    gap: 50px 30px;
  }
}
@media (max-width: 1023px) {
  .let-your-merchants .wrapper .right-content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .let-your-merchants .wrapper .right-content {
    gap: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .let-your-merchants .wrapper .right-content:last-child {
    margin-bottom: 0;
  }
}
.let-your-merchants .wrapper .right-content .column {
  max-width: 310px;
  width: 100%;
}
@media (max-width: 767px) {
  .let-your-merchants .wrapper .right-content .column {
    max-width: 650px;
  }
}
.let-your-merchants .wrapper .right-content .column:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 2;
}
.let-your-merchants .wrapper .right-content .column:nth-child(2) {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
.let-your-merchants .wrapper .right-content .column:nth-child(3) {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .let-your-merchants .wrapper .right-content .column {
    margin-bottom: 48px;
  }
  .let-your-merchants .wrapper .right-content .column:last-child {
    margin-bottom: 0;
  }
}
.let-your-merchants .wrapper .right-content .column .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #1f2735;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .let-your-merchants .wrapper .right-content .column .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1140px) {
  .let-your-merchants .wrapper .right-content .column .wys br {
    display: none;
  }
}
.let-your-merchants .wrapper .right-content .column .wys li {
  padding-left: 25px;
  margin-bottom: 14.5px;
}
@media (max-width: 767px) {
  .let-your-merchants .wrapper .right-content .column .wys p {
    font-size: 14px;
  }
}
.let-your-merchants .wrapper .right-content .column .wys p {
  font-weight: 400;
  padding-bottom: 18px;
}
.let-your-merchants .wrapper .right-content .column .wys p:last-child {
  padding-bottom: 0;
}
.let-your-merchants .wrapper .right-content:first-child .title {
  margin-bottom: 18px;
}
.provide-your-merchants {
  background: #f9f9f9;
  margin: 44px 0 124px;
}
@media (max-width: 1023px) {
  .provide-your-merchants {
    margin: 12px 0 100px;
  }
}
.provide-your-merchants .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.provide-your-merchants .wrapper .left-content {
  max-width: 450px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper .left-content {
    margin: 0 auto 64px;
  }
}
.provide-your-merchants .wrapper .left-content .wys {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper .left-content .wys {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper .left-content .button-arrow {
    display: none;
  }
}
.provide-your-merchants .wrapper .right-content {
  max-width: 525px;
  width: 100%;
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper .right-content {
    text-align: center;
    margin: 0 auto;
  }
}
.provide-your-merchants .wrapper .right-content .image-desktop {
  max-width: 525px;
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper .right-content .image-desktop {
    display: none;
  }
}
.provide-your-merchants .wrapper .right-content .image-mobile {
  display: none;
  max-width: 343px;
  height: auto;
  width: 100%;
  object-fit: cover;
  margin: 0 auto 44px;
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper .right-content .image-mobile {
    display: block;
  }
}
.provide-your-merchants .wrapper .right-content .button-arrow {
  display: none;
}
@media (max-width: 767px) {
  .provide-your-merchants .wrapper .right-content .button-arrow {
    display: flex;
    margin: 0 auto;
  }
}
.use-all-provider {
  background: #f9f9f9;
  margin: 72px 0 150px;
}
@media (max-width: 1023px) {
  .use-all-provider {
    margin: 38px 0 100px;
  }
}
.use-all-provider .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .use-all-provider .wrapper {
    flex-direction: column;
  }
}
.use-all-provider .wrapper .item {
  text-align: center;
  margin-right: 20px;
  max-width: 180px;
}
.use-all-provider .wrapper .item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .use-all-provider .wrapper .item {
    margin-right: 0;
    margin-bottom: 61px;
  }
}
.use-all-provider .wrapper .item .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 120px;
  background: #fff;
  box-shadow: 0 9px 20px rgba(31, 39, 53, 0.05);
  border-radius: 16px;
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  .use-all-provider .wrapper .item .img-wrap {
    margin-bottom: 24px;
    width: 159px;
    height: 106px;
  }
}
.use-all-provider .wrapper .item .img-wrap svg {
  max-width: 78px;
  max-height: 78px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .use-all-provider .wrapper .item .img-wrap svg {
    max-width: 64px;
    max-height: 64px;
  }
}
.use-all-provider .wrapper .item .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 1.22;
  color: #1f2735;
}
.title-section + .find-more-solutions {
  margin: -24px 0 135px;
}
.find-more-solutions {
  background: #f9f9f9;
  margin: 72px 0 135px;
}
@media (max-width: 1023px) {
  .find-more-solutions {
    margin: 41px 0 100px;
  }
}
.find-more-solutions .wrapper {
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
  background: #faf3d6;
  border-radius: 32px;
  padding: 40px 50px;
}
@media (max-width: 600px) {
  .find-more-solutions .wrapper {
    border-radius: 0;
    padding: 36px 16px 48px;
  }
}
.find-more-solutions .wrapper .card-wrapper {
  max-width: 588px;
  width: 100%;
}
@media (max-width: 420px) {
  .find-more-solutions .wrapper .card-wrapper {
    max-width: 588px;
  }
}
.find-more-solutions .wrapper .card-wrapper .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .find-more-solutions .wrapper .card-wrapper .flex-wrap {
    margin-bottom: 24px;
  }
}
.find-more-solutions .wrapper .card-wrapper .flex-wrap .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  border-radius: 15px;
  margin-right: 28px;
}
@media (max-width: 600px) {
  .find-more-solutions .wrapper .card-wrapper .flex-wrap .img-wrap {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 10px;
  }
}
.find-more-solutions .wrapper .card-wrapper .flex-wrap .img-wrap svg {
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .find-more-solutions .wrapper .card-wrapper .flex-wrap .img-wrap svg {
    max-width: 40px;
    max-height: 40px;
  }
}
.find-more-solutions .wrapper .card-wrapper .flex-wrap .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  color: #1f2735;
}
@media (max-width: 600px) {
  .find-more-solutions .wrapper .card-wrapper .flex-wrap .title {
    font-size: 22px;
  }
}
.find-more-solutions .wrapper .card-wrapper .wys {
  margin-bottom: 38px;
}
@media (max-width: 600px) {
  .find-more-solutions .wrapper .card-wrapper .wys {
    margin-bottom: 48px;
  }
}
.find-more-solutions .wrapper .card-wrapper .wys p {
  font-weight: 400;
}
.find-more-solutions .wrapper .card-wrapper .wys p:last-child {
  padding-bottom: 0;
}
.find-more-solutions .wrapper .card-wrapper .button-arrow {
  display: flex;
}
.simplify-your-merchants {
  background: #014838;
  padding: 100px 0 120px;
}
@media (max-width: 1023px) {
  .simplify-your-merchants {
    padding: 50px 0 80px;
  }
}
.simplify-your-merchants .wrapper .title-wrap {
  max-width: 840px;
  margin: 0 auto 72px;
}
.simplify-your-merchants .wrapper .title-wrap .section-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .title-wrap {
    margin-bottom: 41px;
  }
  .simplify-your-merchants .wrapper .title-wrap .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .simplify-your-merchants .wrapper .title-wrap .section-title {
    font-size: 26px;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 24px 24px 40px;
  background: #fff;
  border-radius: 32px;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .simplify-your-merchants .wrapper .wrapper-columns {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .simplify-your-merchants .wrapper .wrapper-columns {
    padding: 32px 16px 48px;
  }
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) {
    margin-bottom: 40px;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) .item-wrapper {
  column-count: 2;
  display: block;
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) .item-wrapper {
    margin-right: 0;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) .item-wrapper .item {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) .item-wrapper .item {
    min-height: 138px;
  }
}
@media (max-width: 576px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) .item-wrapper .item {
    min-height: unset;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(2) {
  max-width: 242px;
  width: 100%;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(2) {
    max-width: unset;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(2) {
    margin-bottom: 40px;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(3) {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(3) {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column {
    margin-bottom: 40px;
  }
  .simplify-your-merchants .wrapper .wrapper-columns .column:last-child {
    margin-bottom: 0;
  }
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) {
    width: 100%;
  }
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(1) .item-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    column-count: unset;
    margin-right: 0;
  }
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(2) {
    max-width: 100% !important;
  }
  .simplify-your-merchants .wrapper .wrapper-columns .column:nth-child(3) {
    max-width: 100% !important;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column .title {
  position: relative;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 1.22;
  padding-left: 20px;
  margin-bottom: 24px;
  margin-left: 25px;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column .title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column .title {
    margin-left: 0;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column .title span {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 0;
  border-radius: 50%;
}
.simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper {
    justify-content: center;
    column-count: 2;
    display: block;
  }
}
@media (max-width: 576px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper {
    flex-wrap: nowrap;
    column-count: 1;
    justify-content: space-between;
    flex-direction: column;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item {
  padding: 18px 19px 40px 24px;
  border-radius: 19px;
  margin-bottom: 16px;
  margin-right: 16px;
  width: 98%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 1023px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item {
    margin-right: 0;
    padding: 18px 18px 30px 24px;
    float: left;
  }
}
@media (max-width: 576px) {
  .simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item {
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item .item-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1f2735;
  margin-bottom: 12px;
}
.simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item .preview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  color: #1d5945;
  cursor: pointer;
}
.simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item .preview span {
  margin-left: 16px;
}
.simplify-your-merchants .wrapper .wrapper-columns .column .item-wrapper .item .preview span svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.fancybox__nav, .fancybox__thumbs {
  display: none;
}
.fancybox__content > .carousel__button.is-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 24px;
  right: 24px;
}
@media (max-width: 576px) {
  .fancybox__content > .carousel__button.is-close {
    width: 16px;
    height: 16px;
    top: 16px;
    right: 16px;
  }
}
.fancybox__content > .carousel__button.is-close svg {
  width: 18px;
  height: 18px;
  filter: none;
  color: #000;
}
.fancybox__content {
  max-width: 996px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 28px rgba(31, 39, 53, 0.09);
  border-radius: 23px;
  padding: 27px 130px 46px 130px;
}
@media (max-width: 1140px) {
  .fancybox__content {
    padding: 27px 30px 35px;
  }
}
@media (max-width: 576px) {
  .fancybox__content {
    padding: 30px 20px;
    min-height: 370px;
    justify-content: center;
  }
}
.fancybox__content .wrapper-title {
  max-width: 600px;
  margin: 0 auto 23px;
}
.fancybox__content .wrapper-title .title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #1f2735;
}
.fancybox__content .wrapper {
  margin: 0 auto;
  max-width: 792px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .fancybox__content .wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.fancybox__content .wrapper .img-wrap {
  cursor: pointer;
  position: relative;
  max-width: 792px;
  max-height: 495px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 520px) {
  .fancybox__content .wrapper .img-wrap {
    margin-right: 0;
    margin-bottom: 17px;
  }
  .fancybox__content .wrapper .img-wrap:last-child {
    margin-bottom: 0;
  }
}
.fancybox__content .wrapper .img-wrap img, .fancybox__content .wrapper .img-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.fancybox__content .wrapper .img-wrap .dandruff {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
}
@media (max-width: 576px) {
  .fancybox__content .carousel__button is-close {
    top: 16px !important;
    right: 16px !important;
  }
}
.fancybox__slide {
  justify-content: center;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: none;
}
.fancybox__toolbar .fancybox__toolbar__items .fancybox__button--zoom, .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--fullscreen {
  display: none;
}
.fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  top: 32px;
  right: 25px;
}
@media (max-width: 576px) {
  .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close {
    top: 16px;
    right: 16px;
  }
}
.fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg {
  color: #000;
  width: 21px;
  height: 21px;
  filter: none;
}
.fancybox__slide {
  padding: 48px 16px 8px 16px;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.with-fancybox body {
  overflow: hidden;
}
.selected-features {
  background: #f9f9f9;
  margin: 50px 0 150px;
}
@media (max-width: 1023px) {
  .selected-features {
    margin: 40px 0 100px;
  }
}
.selected-features .wrapper .top-content {
  margin-bottom: 80px;
}
.selected-features .wrapper .top-content .green-text {
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f6a56;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .selected-features .wrapper .top-content .green-text {
    font-size: 14px;
  }
}
.selected-features .wrapper .top-content .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
}
.selected-features .wrapper .top-content .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 188px;
  background: #fff;
  box-shadow: 0 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .selected-features .wrapper .top-content .swiper-container .swiper-wrapper .swiper-slide {
    min-height: 159px;
  }
}
.selected-features .wrapper .top-content .swiper-container .swiper-wrapper .swiper-slide .img-wrap {
  max-width: 78px;
  max-height: 78px;
  margin: 0 auto;
}
.selected-features .wrapper .top-content .swiper-container .swiper-wrapper .swiper-slide .slide-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1f2735;
  margin-top: 10px;
}
.selected-features .wrapper .bottom-content .green-text {
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f6a56;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .selected-features .wrapper .bottom-content .green-text {
    margin-bottom: 32px;
    font-size: 14px;
  }
}
.selected-features .wrapper .bottom-content .center-wrap .cards-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.95%;
  width: 101.9%;
}
.selected-features .wrapper .bottom-content .center-wrap .cards-wrapper > * {
  width: 14.7666666667%;
  margin: 0 0.95% 1.1083333333em;
}
@media (max-width: 1275px) {
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 900px) {
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 576px) {
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.15%;
    width: 104.3%;
  }
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper > * {
    width: 45.7%;
    margin: 0 2.15% 3.225em;
  }
}
@media (max-width: 375px) {
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3.25%;
    width: 106.5%;
  }
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper > * {
    width: 43.5%;
    margin: 0 3.25% 4.875em;
  }
}
@media (max-width: 374px) {
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5%;
    width: 115%;
  }
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper > * {
    width: 85%;
    margin: 0 7.5% 15em;
  }
}
.selected-features .wrapper .bottom-content .center-wrap .cards-wrapper .card {
  padding: 32px 14px 52px;
  min-height: 188px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 12px;
}
@media (max-width: 576px) {
  .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper .card {
    margin-bottom: 24px;
    min-height: 172px;
    padding: 24px 14px;
  }
}
.selected-features .wrapper .bottom-content .center-wrap .cards-wrapper .card .img-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  min-height: 49px;
}
.selected-features .wrapper .bottom-content .center-wrap .cards-wrapper .card .img-wrap img, .selected-features .wrapper .bottom-content .center-wrap .cards-wrapper .card .img-wrap svg {
  max-width: 72px;
  height: 100%;
  width: 100%;
  max-height: 48px;
}
.selected-features .wrapper .bottom-content .center-wrap .cards-wrapper .card .card-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #1f2735;
}
.first-in-class-solution {
  background: #f9f9f9;
  margin: 150px 0;
}
@media (max-width: 1023px) {
  .first-in-class-solution {
    margin: 100px 0;
  }
}
.first-in-class-solution + .start-a-company {
  margin-top: -150px;
}
.first-in-class-solution .wrapper {
  padding: 80px 20px 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  background: #fff;
  box-shadow: 0px 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 32px;
}
@media (max-width: 767px) {
  .first-in-class-solution .wrapper {
    border-radius: 0;
    padding: 60px 54px 80px;
  }
}
.first-in-class-solution .wrapper .top-content {
  text-align: center;
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .first-in-class-solution .wrapper .top-content {
    margin-bottom: 50px;
  }
}
.first-in-class-solution .wrapper .top-content .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  color: #1f2735;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .first-in-class-solution .wrapper .top-content .title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.first-in-class-solution .wrapper .top-content .sub-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 767px) {
  .first-in-class-solution .wrapper .top-content .sub-title {
    font-size: 14px;
  }
}
.first-in-class-solution .wrapper .bottom-content {
  max-width: 930px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .first-in-class-solution .wrapper .bottom-content {
    justify-content: center;
  }
}
.first-in-class-solution .wrapper .bottom-content .item {
  margin-bottom: 0;
  text-align: center;
  max-width: 246px;
  margin-right: 10px;
}
.first-in-class-solution .wrapper .bottom-content .item:last-child {
  margin-right: 0;
}
@media (max-width: 859px) {
  .first-in-class-solution .wrapper .bottom-content .item {
    margin-bottom: 80px;
  }
  .first-in-class-solution .wrapper .bottom-content .item:last-child {
    margin-bottom: 0;
  }
}
.first-in-class-solution .wrapper .bottom-content .item .img-wrap {
  max-width: 78px;
  min-height: 78px;
  margin: 0 auto 32px;
}
.first-in-class-solution .wrapper .bottom-content .item .img-wrap img, .first-in-class-solution .wrapper .bottom-content .item .img-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first-in-class-solution .wrapper .bottom-content .item .description {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #1f2735;
}
@media (max-width: 767px) {
  .first-in-class-solution .wrapper .bottom-content .item .description {
    font-size: 16px;
  }
}
.start-a-company {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .start-a-company {
    padding: 100px 0;
  }
}
.start-a-company .wrapper {
  position: relative;
  z-index: 2;
}
.start-a-company .wrapper .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #1f2735;
  max-width: 790px;
  margin: 0 auto 80px;
}
@media (max-width: 1023px) {
  .start-a-company .wrapper .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .start-a-company .wrapper .title {
    margin-bottom: 32px;
  }
}
.start-a-company .wrapper .item-wrapper {
  justify-content: space-between;
  display: grid;
  grid-template-columns: 478px 478px;
  row-gap: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1140px) {
  .start-a-company .wrapper .item-wrapper {
    row-gap: 40px;
    column-gap: 20px;
  }
}
@media (max-width: 1040px) {
  .start-a-company .wrapper .item-wrapper {
    grid-template-columns: 450px 450px;
  }
}
@media (max-width: 1023px) {
  .start-a-company .wrapper .item-wrapper {
    justify-content: center;
    grid-template-columns: 342px 342px;
  }
}
@media (max-width: 767px) {
  .start-a-company .wrapper .item-wrapper {
    row-gap: 0;
    column-gap: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 72px;
  }
}
.start-a-company .wrapper .item-wrapper .item {
  max-width: 478px;
  width: 100%;
}
@media (max-width: 1040px) {
  .start-a-company .wrapper .item-wrapper .item {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .start-a-company .wrapper .item-wrapper .item {
    max-width: 342px;
  }
}
@media (max-width: 767px) {
  .start-a-company .wrapper .item-wrapper .item {
    margin-bottom: 40px;
  }
  .start-a-company .wrapper .item-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.start-a-company .wrapper .item-wrapper .item .item-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #1f2735;
  margin-bottom: 16px;
  max-width: 320px;
}
@media (max-width: 1023px) {
  .start-a-company .wrapper .item-wrapper .item .item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .start-a-company .wrapper .item-wrapper .item .item-title {
    text-align: center;
    max-width: 280px;
    margin: 0 auto 16px;
  }
}
.start-a-company .wrapper .item-wrapper .item .item-sub-title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 7px 16px 9px;
  border-radius: 13px;
  margin-bottom: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .start-a-company .wrapper .item-wrapper .item .item-sub-title {
    margin: 0 auto 24px;
    display: block;
    max-width: max-content;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .start-a-company .wrapper .item-wrapper .item .wys ul li {
    font-size: 14px;
    padding-left: 18px;
  }
}
.start-a-company .wrapper .btn-wrap {
  width: 100%;
  text-align: center;
}
.start-a-company .wrapper .btn-wrap .button-green {
  margin: 0 auto;
}
.start-a-company .svg-background1 {
  position: absolute;
  top: -18px;
  right: 0;
}
.start-a-company .svg-background1 svg {
  max-width: 300px;
  width: 100%;
}
.start-a-company .svg-background2 {
  position: absolute;
  left: 0;
  top: 230px;
}
.start-a-company .svg-background2 svg {
  max-width: 157px;
  width: 100%;
}
.start-a-company .svg-background3 {
  position: absolute;
  right: 0;
  bottom: 43%;
}
.start-a-company .svg-background4 {
  position: absolute;
  left: 0;
  bottom: -6;
}
.start-a-company .svg-background5 {
  position: absolute;
  right: 65px;
  bottom: -80px;
}
@media (max-width: 1023px) {
  .start-a-company .svg-background1, .start-a-company .svg-background2, .start-a-company .svg-background3, .start-a-company .svg-background4, .start-a-company .svg-background5 {
    display: none;
  }
}
.turn-on-a-powerful {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 100px 0 60px;
}
@media (max-width: 1023px) {
  .turn-on-a-powerful {
    padding: 80px 0 60px;
  }
}
.turn-on-a-powerful .wrapper .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #1f2735;
  max-width: 875px;
  margin: 0 auto 80px;
}
@media (max-width: 1023px) {
  .turn-on-a-powerful .wrapper .title {
    font-size: 26px;
    margin-bottom: 66px;
  }
}
.turn-on-a-powerful .wrapper .item-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .turn-on-a-powerful .wrapper .item-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .turn-on-a-powerful .wrapper .item-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.turn-on-a-powerful .wrapper .item-wrapper .item {
  max-width: 478px;
  margin-right: 20px;
  margin-bottom: 55px;
}
.turn-on-a-powerful .wrapper .item-wrapper .item:last-child {
  margin-right: 0;
}
@media (max-width: 1040px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item {
    margin-right: 30px;
    max-width: 343px;
  }
  .turn-on-a-powerful .wrapper .item-wrapper .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 775px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item {
    margin-right: 0;
  }
}
.turn-on-a-powerful .wrapper .item-wrapper .item .green-text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f6a56;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item .green-text {
    font-size: 14px;
  }
}
@media (max-width: 775px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item .green-text {
    text-align: center;
  }
}
.turn-on-a-powerful .wrapper .item-wrapper .item .item-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #1f2735;
  margin-bottom: 24px;
  max-width: 362px;
}
@media (max-width: 1023px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item .item-title {
    font-size: 18px;
  }
}
@media (max-width: 775px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item .item-title {
    text-align: center;
    max-width: 290px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 1023px) {
  .turn-on-a-powerful .wrapper .item-wrapper .item .wys ul li {
    font-size: 14px;
    padding-left: 18px;
  }
}
.get-a-full-functional {
  position: relative;
  padding: 150px 0 0;
}
@media (max-width: 1023px) {
  .get-a-full-functional {
    padding: 100px 0 0;
  }
}
.get-a-full-functional .wrapper {
  position: relative;
  z-index: 2;
}
.get-a-full-functional .wrapper .section-title {
  max-width: 820px;
  margin: 0 auto 56px;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-title {
    margin-bottom: 48px;
    padding: 0 20px 0;
  }
}
.get-a-full-functional .wrapper .section-title .green-text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f6a56;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-title .green-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.get-a-full-functional .wrapper .section-title .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: #1f2735;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-title .title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.get-a-full-functional .wrapper .section-title .sub-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #1f2735;
  max-width: 470px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-title .sub-title {
    font-size: 14px;
  }
}
.get-a-full-functional .wrapper .section-green-block {
  margin-bottom: 106px;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-green-block {
    margin-bottom: 56px;
  }
}
.get-a-full-functional .wrapper .section-green-block .wrapper-strings {
  padding: 40px 38px 24px;
  border-radius: 33px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-green-block .wrapper-strings {
    padding: 16px 8px 0;
  }
}
.get-a-full-functional .wrapper .section-green-block .wrapper-strings .string {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1f2735;
  padding: 8px 21px;
  background: #fff;
  border: 1px solid rgba(108, 163, 139, 0.16);
  border-radius: 30px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-green-block .wrapper-strings .string {
    font-size: 14px;
    padding: 7.5px 19px;
  }
}
@media (max-width: 576px) {
  .get-a-full-functional .wrapper .section-green-block .wrapper-strings .string {
    padding: 6px 17px;
  }
}
.get-a-full-functional .wrapper .section-cards {
  margin-bottom: 110px;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-cards {
    margin-bottom: 100px;
  }
}
.get-a-full-functional .wrapper .section-cards .wrapper-cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
.get-a-full-functional .wrapper .section-cards .wrapper-cards > * {
  width: 19%;
  margin: 0 3% 3.75em;
}
@media (max-width: 767px) {
  .get-a-full-functional .wrapper .section-cards .wrapper-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3%;
    width: 106%;
  }
  .get-a-full-functional .wrapper .section-cards .wrapper-cards > * {
    width: 44%;
    margin: 0 3% 4.5em;
  }
}
@media (max-width: 485px) {
  .get-a-full-functional .wrapper .section-cards .wrapper-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .get-a-full-functional .wrapper .section-cards .wrapper-cards > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.get-a-full-functional .wrapper .section-cards .wrapper-cards .item {
  margin-bottom: 0;
}
@media (max-width: 485px) {
  .get-a-full-functional .wrapper .section-cards .wrapper-cards .item {
    margin-bottom: 80px;
  }
  .get-a-full-functional .wrapper .section-cards .wrapper-cards .item:last-child {
    margin-bottom: 0;
  }
}
.get-a-full-functional .wrapper .section-cards .wrapper-cards .item .img-wrap {
  width: 78px;
  height: 78px;
  background: #fff;
  box-shadow: 0 9px 20px rgba(31, 39, 53, 0.05);
  border-radius: 14px;
  padding: 11px;
  margin: 0 auto 32px;
}
@media (max-width: 485px) {
  .get-a-full-functional .wrapper .section-cards .wrapper-cards .item .img-wrap {
    width: 104px;
    height: 104px;
    padding: 24px;
    margin-bottom: 24px;
  }
}
.get-a-full-functional .wrapper .section-cards .wrapper-cards .item .img-wrap img, .get-a-full-functional .wrapper .section-cards .wrapper-cards .item .img-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.get-a-full-functional .wrapper .section-cards .wrapper-cards .item .item-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #1f2735;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-cards .wrapper-cards .item .item-title {
    font-size: 18px;
  }
}
@media (max-width: 485px) {
  .get-a-full-functional .wrapper .section-cards .wrapper-cards .item .wys {
    max-width: 230px;
    margin: 0 auto;
  }
}
.get-a-full-functional .wrapper .section-cards .wrapper-cards .item .wys p {
  font-weight: 400;
}
@media (max-width: 1023px) {
  .get-a-full-functional .wrapper .section-cards .wrapper-cards .item .wys p {
    font-size: 14px;
  }
}
.get-a-full-functional .wrapper .section-sliders .bottom-content {
  margin: 0 auto;
  text-align: center;
  max-width: 335px;
}
@media (max-width: 425px) {
  .get-a-full-functional .wrapper .section-sliders .bottom-content {
    margin: -40px auto 0 !important;
  }
}
.get-a-full-functional .wrapper .section-sliders .bottom-content .button-arrow {
  display: flex;
}
@media (max-width: 370px) {
  .get-a-full-functional .wrapper .section-sliders .bottom-content .button-arrow {
    font-size: 13px;
    margin: 0 auto;
  }
}
.get-a-full-functional .svg-background6 {
  position: absolute;
  top: 70px;
  right: 0;
}
.get-a-full-functional .svg-background7 {
  position: absolute;
  top: 300px;
  left: 0;
}
@media (max-width: 1023px) {
  .get-a-full-functional .svg-background6, .get-a-full-functional .svg-background7 {
    display: none;
  }
}
.leave-your-competitors {
  position: relative;
  background: linear-gradient(90deg, #419377 -2.4%, #1d5945 100%);
  padding: 80px 0 209px;
}
@media (max-width: 767px) {
  .leave-your-competitors {
    padding-bottom: 160px;
  }
}
.leave-your-competitors .wrapper {
  position: relative;
  z-index: 2;
}
.leave-your-competitors .wrapper .title-columns {
  max-width: 768px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .leave-your-competitors .wrapper .title-columns {
    margin-bottom: 40px;
  }
}
.leave-your-competitors .wrapper .title-columns .green-text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #54f2a4;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .leave-your-competitors .wrapper .title-columns .green-text {
    font-size: 14px;
    margin-bottom: 21px;
  }
}
.leave-your-competitors .wrapper .title-columns .title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .leave-your-competitors .wrapper .title-columns .title {
    font-size: 22px;
  }
}
.leave-your-competitors .wrapper .wrapper-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 72px;
}
@media (max-width: 1023px) {
  .leave-your-competitors .wrapper .wrapper-columns {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .leave-your-competitors .wrapper .wrapper-columns {
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .leave-your-competitors .wrapper .wrapper-columns {
    align-items: flex-start;
  }
}
.leave-your-competitors .wrapper .wrapper-columns .column {
  margin-right: 20px;
  max-width: 212px;
  width: 100%;
}
.leave-your-competitors .wrapper .wrapper-columns .column:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .leave-your-competitors .wrapper .wrapper-columns .column {
    margin-right: 0;
    margin-bottom: 56px;
  }
  .leave-your-competitors .wrapper .wrapper-columns .column:last-child {
    margin-bottom: 0;
  }
}
.leave-your-competitors .wrapper .wrapper-columns .column .title-column {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .leave-your-competitors .wrapper .wrapper-columns .column .title-column {
    font-size: 18px;
  }
}
.leave-your-competitors .wrapper .wrapper-columns .column .wys ul li {
  color: #fff;
}
.leave-your-competitors .wrapper .wrapper-columns .column .wys ul li:before {
  border-color: #54f2a4;
}
.leave-your-competitors .wrapper .title-slider-wrap {
  max-width: 735px;
  margin: 0 auto;
}
.leave-your-competitors .wrapper .title-slider-wrap .title-slider {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .leave-your-competitors .wrapper .title-slider-wrap .title-slider {
    font-size: 18px;
  }
}
.leave-your-competitors .wrapper .title-slider-wrap .sub-title-slider {
  max-width: 518px;
  margin: 0 auto;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .leave-your-competitors .wrapper .title-slider-wrap .sub-title-slider {
    font-size: 14px;
  }
}
.leave-your-competitors .svg-background8 {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 1023px) {
  .leave-your-competitors .svg-background8 {
    display: none;
  }
}
.auto-slider {
  margin-top: -130px;
}
@media (max-width: 767px) {
  .auto-slider {
    margin-top: -122px;
  }
}
.auto-slider .bottom-content .splide__track {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .auto-slider .bottom-content .splide__track {
    margin-bottom: 59px;
  }
}
.auto-slider .bottom-content .splide__track .splide__list {
  -webkit-transition-timing-function: linear;
}
.auto-slider .bottom-content .splide__track .splide__list .splide__slide {
  background: #fff;
  box-shadow: 0px 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 19px;
  width: 100%;
  min-height: 248px;
  margin-right: 24px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .auto-slider .bottom-content .splide__track .splide__list .splide__slide {
    width: 100%;
    min-height: 232px;
  }
}
@media (max-width: 480px) {
  .auto-slider .bottom-content .splide__track .splide__list .splide__slide {
    max-width: 251px;
  }
}
.auto-slider .bottom-content .splide__track .splide__list .splide__slide .img-wrap {
  width: 56px;
  height: 56px;
  padding: 15px 16px 17px;
  background: #2e8568;
  border-radius: 50%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auto-slider .bottom-content .splide__track .splide__list .splide__slide .img-wrap img, .auto-slider .bottom-content .splide__track .splide__list .splide__slide .img-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auto-slider .bottom-content .splide__track .splide__list .splide__slide .title-slide {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1f2735;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .auto-slider .bottom-content .splide__track .splide__list .splide__slide .title-slide {
    margin-bottom: 8px;
  }
}
.auto-slider .bottom-content .splide__track .splide__list .splide__slide .description {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
  text-align: left;
}
@media (max-width: 767px) {
  .auto-slider .bottom-content .splide__track .splide__list .splide__slide .description {
    font-size: 14px;
  }
}
.auto-slider .bottom-content .btn-wrap {
  margin: 0 auto;
  text-align: center;
}
.auto-slider .bottom-content .btn-wrap .button-arrow {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 370px) {
  .auto-slider .bottom-content .btn-wrap .button-arrow {
    font-size: 13px;
  }
}
.get-services-for-developing .wrapper .row {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}
.get-services-for-developing .wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .get-services-for-developing .wrapper .row:nth-child(even) {
    flex-direction: column;
  }
}
.get-services-for-developing .wrapper .row:nth-child(even) .item {
  margin-right: 24px;
}
.get-services-for-developing .wrapper .row:nth-child(even) .item:first-child {
  margin-right: 0;
}
.get-services-for-developing .wrapper .row:nth-child(even) .item:last-child {
  margin-right: 24px;
}
@media (max-width: 900px) {
  .get-services-for-developing .wrapper .row:nth-child(even) .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .get-services-for-developing .wrapper .row {
    flex-direction: column;
    row-gap: 0;
    column-gap: 0;
    margin-bottom: 0;
  }
}
.get-services-for-developing .wrapper .row .item {
  padding: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 27px;
  min-height: 314px;
  margin-right: 24px;
}
.get-services-for-developing .wrapper .row .item:first-child {
  max-width: 486px;
  width: 100%;
}
.get-services-for-developing .wrapper .row .item:last-child {
  max-width: 690px;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 900px) {
  .get-services-for-developing .wrapper .row .item {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .get-services-for-developing .wrapper .row .item {
    padding: 32px;
    background-position: center right;
  }
}
.get-services-for-developing .wrapper .row .item .title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #000;
  margin-bottom: 16px;
  max-width: 390px;
}
@media (max-width: 576px) {
  .get-services-for-developing .wrapper .row .item .title {
    font-size: 18px;
  }
}
.get-services-for-developing .wrapper .row .item .wys {
  max-width: 415px;
}
.get-services-for-developing .wrapper .row .item .wys p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}
@media (max-width: 576px) {
  .get-services-for-developing .wrapper .row .item .wys p {
    font-size: 14px;
  }
}
.get-services-for-developing .wrapper .row .item .wys p:last-child {
  padding-bottom: 0;
}
.get-services-for-developing .wrapper .btn-wrap {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 900px) {
  .get-services-for-developing .wrapper .btn-wrap {
    margin-top: 32px;
  }
}
.get-services-for-developing .wrapper .btn-wrap .button-arrow {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .get-services-for-developing .wrapper .btn-wrap .button-arrow {
    white-space: unset;
    text-align: left;
    max-width: 280px;
  }
  .get-services-for-developing .wrapper .btn-wrap .button-arrow:before {
    height: 68px;
  }
}
.contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 127px;
  background-image: url("data:image/svg+xml,%3Csvg width='1231' height='546' viewBox='0 0 1231 546' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Crect width='1231' height='546' fill='white'/%3E%3Crect x='651' y='-139' width='652' height='774' fill='url(%23pattern0)'/%3E%3Crect x='651' y='-139' width='652' height='774' fill='url(%23paint0_radial_1_2)'/%3E%3Cpath d='M0 663L0 -1L743.94 -1L807 663L0 663Z' fill='%23014838'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1_2' transform='translate(-0.0656575 0.0375165) scale(0.000772885 0.000965493)'/%3E%3C/pattern%3E%3CradialGradient id='paint0_radial_1_2' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(984.896 299.935) rotate(93.2331) scale(366.114 308.965)'%3E%3Cstop stop-color='%23E5EBE9' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='1231' height='546' fill='white'/%3E%3C/clipPath%3E%3Cimage id='image0_1_2' width='1782' height='1071' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .contact-us {
    min-height: 70vh;
    background-position: center;
  }
}
@media (max-width: 1140px) {
  .contact-us {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='1000' viewBox='0 0 375 1000' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Crect width='375' height='1000' fill='%23F9F9F9'/%3E%3Cpath d='M0 0L375 0L375 489.507L0 531L0 0Z' fill='%23014838'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='375' height='1000' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1140px) {
  .contact-us {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .contact-us {
    padding: 60px 0 80px;
  }
}
@media (max-width: 420px) {
  .contact-us {
    background-position: center -17px;
  }
}
.contact-us .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .contact-us .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1140px) {
  .contact-us .wrapper {
    padding-bottom: 130px;
  }
}
@media (max-width: 576px) {
  .contact-us .wrapper {
    padding-bottom: 100px;
  }
}
.contact-us .wrapper .left-content {
  max-width: 450px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1140px) {
  .contact-us .wrapper .left-content {
    margin-right: 0;
    margin-bottom: 70px;
    max-width: 415px;
  }
}
@media (max-width: 576px) {
  .contact-us .wrapper .left-content {
    margin-bottom: 60px;
  }
}
.contact-us .wrapper .left-content .wys {
  margin-bottom: 72px;
}
@media (max-width: 1140px) {
  .contact-us .wrapper .left-content .wys {
    margin-bottom: 0;
    text-align: center;
  }
}
.contact-us .wrapper .left-content .wys h1 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1140px) {
  .contact-us .wrapper .left-content .wys h1 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .contact-us .wrapper .left-content .wys h1 {
    font-size: 26px;
  }
}
.contact-us .wrapper .left-content .wys p {
  max-width: 306px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1140px) {
  .contact-us .wrapper .left-content .wys p {
    max-width: 100%;
    font-weight: 400;
  }
}
@media (max-width: 576px) {
  .contact-us .wrapper .left-content .wys p {
    font-size: 14px;
    max-width: 265px;
    margin: 0 auto;
  }
}
.contact-us .wrapper .left-content .request-text {
  display: block;
  position: relative;
  z-index: 5;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  max-width: 190px;
}
@media (max-width: 1140px) {
  .contact-us .wrapper .left-content .request-text {
    display: none;
  }
}
.contact-us .wrapper .left-content .request-text:before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='370' height='339' viewBox='0 0 370 339' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='107.153' width='301.125' height='219' rx='109.5' transform='rotate(29.2936 107.153 0)' fill='url(%23pattern0)'/%3E%3Crect x='107.153' width='301.125' height='219' rx='109.5' transform='rotate(29.2936 107.153 0)' fill='url(%23paint0_radial_2780_11036)'/%3E%3Cpath d='M187.225 207.358C182.261 216.206 165.073 224.132 165.073 224.132C165.073 224.132 162.879 205.332 167.843 196.484C172.806 187.636 177.755 188.959 183.118 191.968C188.481 194.976 192.241 198.418 187.225 207.358Z' fill='url(%23paint1_linear_2780_11036)'/%3E%3Cpath d='M178.142 204.808C173.652 210.165 161.626 213.96 161.626 213.96C161.626 213.96 163.216 201.644 167.706 196.287C172.196 190.93 175.08 192.185 177.969 194.532C180.857 196.88 182.632 199.451 178.142 204.808Z' fill='url(%23paint2_linear_2780_11036)'/%3E%3Cpath d='M174.661 202.855C172.429 209.479 175.458 221.72 175.458 221.72C175.458 221.72 185.234 213.997 187.465 207.373C189.697 200.749 187.124 198.941 183.614 197.7C180.105 196.458 176.892 196.231 174.661 202.855Z' fill='url(%23paint3_linear_2780_11036)'/%3E%3Cpath d='M208.082 174.59L207.631 173.852C208.007 174.063 208.374 174.511 208.595 174.999L209.047 175.738C208.732 175.197 208.459 174.801 208.082 174.59Z' fill='%23A60000'/%3E%3Cpath d='M195.16 193.876L194.709 193.138L207.632 173.852L208.083 174.59L195.16 193.876Z' fill='%23840000'/%3E%3Cpath d='M208.082 174.59C210.519 176.199 211.83 184.447 209.71 188.226C206.763 193.479 203.816 198.732 203.66 199.009L198.802 199.07L195.159 193.876L208.082 174.59Z' fill='%235D9A79'/%3E%3Cpath d='M183.244 160.655L184.109 160.656L174.385 181.736L173.52 181.736L183.244 160.655Z' fill='%23FD0000'/%3E%3Cpath d='M181.761 160.43L182.532 160.377C183.158 160.365 183.586 160.483 184.014 160.602L183.149 160.602C182.866 160.443 182.387 160.417 181.761 160.43Z' fill='%23BF0000'/%3E%3Cpath d='M183.244 160.655L173.52 181.736L167.189 181.334L164.708 177.156C164.864 176.879 167.811 171.626 170.758 166.373C172.878 162.594 180.6 159.414 183.244 160.655Z' fill='%236FA989'/%3E%3Cpath d='M210.579 177.202C210.123 177.794 209.813 178.347 209.46 178.755C207.584 181.217 206.921 182.178 205.708 183.678C205.201 184.363 204.444 185.271 203.988 185.863C202.225 187.904 201.769 188.496 200.762 189.628C198.501 192.115 197.547 193.155 195.449 195.129C195.449 195.129 193.352 197.103 191.566 198.524C190.475 199.366 188.965 199.852 187.046 199.744C181.613 199.726 175.079 195.939 172.471 191.325C171.568 189.849 171.289 188.36 171.336 187.175C171.786 183.065 173.13 178.245 173.519 176.888C174.351 174.083 174.793 172.635 175.615 170.067C176.211 168.341 177.283 165.55 177.56 164.615C178.364 162.521 178.89 161.362 179.581 159.69C178.871 161.836 179.291 164.616 181.098 167.569C185.249 174.502 195.129 180.045 203.115 179.921C206.525 180.017 209.117 178.926 210.579 177.202Z' fill='url(%23paint4_linear_2780_11036)'/%3E%3Cpath d='M217.244 166.643C215.185 170.093 212.877 173.766 211.095 176.28C210.94 176.557 210.639 176.873 210.484 177.149C209.022 178.873 206.43 179.964 203.063 180.013C194.982 180.084 185.197 174.595 181.046 167.661C179.238 164.709 178.819 161.929 179.528 159.782C179.589 159.453 179.744 159.176 179.899 158.9C179.951 158.808 180.003 158.715 180.055 158.623C181.798 154.634 183.1 152.092 183.1 152.092C183.669 151.079 184.299 149.736 184.867 148.722C185.488 147.616 186.169 146.181 186.79 145.075C187.565 143.692 188.59 142.086 189.657 140.625C188.365 142.929 188.62 146.223 190.742 149.716C195.082 156.755 205.149 162.403 213.324 162.385C217.317 162.323 220.158 161.008 221.451 158.704C220.388 161.259 219.509 162.825 217.244 166.643Z' fill='url(%23paint5_linear_2780_11036)'/%3E%3Cpath d='M221.399 158.796C220.012 161.048 217.266 162.415 213.272 162.477C205.097 162.495 194.936 156.794 190.691 149.808C188.568 146.315 188.313 143.021 189.605 140.717C189.812 140.349 190.061 140.125 190.268 139.756C190.32 139.664 190.32 139.664 190.372 139.572C191.129 138.664 192.041 137.479 192.746 136.663C193.348 136.031 194.105 135.123 194.801 134.544C195.6 133.781 196.648 132.794 197.448 132.031C198.195 131.36 199.286 130.518 200.128 129.899C201.365 129.018 203.142 127.834 204.473 127.005C208.07 124.783 211.391 123.495 213.098 122.878C217.73 121.236 220.825 120.791 221.69 120.792C223.164 123.678 224.026 127.433 224.304 128.922C224.667 130.701 225.298 134.206 225.38 138.25C225.366 139.818 225.334 141.859 225.226 143.374C225.137 144.415 225.039 145.693 224.856 146.68C224.621 147.76 224.471 149.13 224.236 150.21C224.011 151.053 223.724 152.225 223.499 153.068C223.213 154.24 222.771 155.689 222.296 156.756C222.193 156.94 222.184 157.177 222.08 157.361C221.873 157.73 221.657 158.336 221.399 158.796Z' fill='url(%23paint6_linear_2780_11036)'/%3E%3Cpath d='M225.304 135.299C225.082 132.388 224.696 129.99 224.366 128.593C224.088 127.104 223.174 123.441 221.752 120.463C220.981 120.515 217.792 120.907 213.16 122.549C211.744 123.087 209.205 124.086 206.303 125.73C205.527 127.112 205.744 128.93 206.912 131.039C209.444 135.125 215.371 138.451 220.084 138.429C223.015 138.498 224.844 137.222 225.304 135.299Z' fill='url(%23paint7_linear_2780_11036)'/%3E%3Cpath d='M199.901 182.117L200.766 182.118C201.446 186.861 199.837 199.651 197.769 203.337C194.821 208.591 191.874 213.844 191.719 214.12L190.854 214.119C191.009 213.843 193.956 208.59 196.903 203.336C199.066 199.703 200.58 186.86 199.901 182.117Z' fill='%235D9475'/%3E%3Cpath d='M199.868 181.735C200.702 186.201 199.075 199.465 196.955 203.244C194.008 208.497 191.06 213.75 190.905 214.027L188.373 209.941L187.979 199.178L199.868 181.735Z' fill='%236FA989'/%3E%3Cpath d='M181.425 171.388L172.881 190.586L163.49 195.86L158.631 195.921C158.787 195.644 161.734 190.391 164.681 185.138C166.561 181.346 177.179 173.004 181.425 171.388Z' fill='%235A8B6E'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2780_11036' transform='translate(-1.34068 -0.848557) scale(0.00200246 0.00276042)'/%3E%3C/pattern%3E%3CradialGradient id='paint0_radial_2780_11036' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(250.556 100.515) rotate(86.1952) scale(118.747 130.7)'%3E%3Cstop stop-color='%23014838' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23014838'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint1_linear_2780_11036' x1='169.622' y1='226.681' x2='182.346' y2='191.643' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3054' stop-color='%23EA9E44'/%3E%3Cstop offset='0.9676' stop-color='%23FED851'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2780_11036' x1='167.365' y1='217.178' x2='175.652' y2='193.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3054' stop-color='%23FFAF51'/%3E%3Cstop offset='0.9676' stop-color='%23FED851'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_2780_11036' x1='175.444' y1='221.71' x2='183.761' y2='197.743' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3054' stop-color='%23FFAF51'/%3E%3Cstop offset='0.9676' stop-color='%23FED851'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_2780_11036' x1='171.404' y1='174.204' x2='202.44' y2='191.616' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3661' stop-color='%23507B61'/%3E%3Cstop offset='0.8027' stop-color='%236EA989'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_2780_11036' x1='216.01' y1='149.868' x2='182.557' y2='170.142' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2123' stop-color='%23ECEEF5'/%3E%3Cstop offset='1' stop-color='%23D2D5E8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_2780_11036' x1='229.617' y1='133.594' x2='193.963' y2='155.202' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2123' stop-color='%23F6F8FF'/%3E%3Cstop offset='1' stop-color='%23E0E3EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_2780_11036' x1='224.244' y1='131.676' x2='209.116' y2='131.324' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.1973' stop-color='%234F7A60'/%3E%3Cstop offset='0.9042' stop-color='%236DA888'/%3E%3C/linearGradient%3E%3Cimage id='image0_2780_11036' width='1782' height='1071' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 220px;
  top: -83px;
  left: 130px;
}
@media (max-width: 767px) {
  .contact-us .wrapper .left-content .request-text:before {
    background-image: url("data:image/svg+xml,%3Csvg width='246' height='270' viewBox='0 0 246 270' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='85.4858' width='240.234' height='174.716' rx='87.3579' transform='rotate(29.2936 85.4858 0)' fill='url(%23pattern0)'/%3E%3Crect x='85.4858' width='240.234' height='174.716' rx='87.3579' transform='rotate(29.2936 85.4858 0)' fill='url(%23paint0_radial_2839_11032)'/%3E%3Cpath d='M148.789 164.378C144.316 171.855 130.761 179.571 130.761 179.571C130.761 179.571 130.718 164.701 135.191 157.224C139.664 149.747 143.26 150.41 147.022 152.389C150.785 154.369 153.309 156.823 148.789 164.378Z' fill='url(%23paint1_linear_2839_11032)'/%3E%3Cpath d='M141.653 162.723C137.824 167.397 128.587 171.503 128.587 171.503C128.587 171.503 130.95 161.545 134.779 156.872C138.608 152.198 140.614 152.938 142.518 154.549C144.422 156.161 145.482 158.05 141.653 162.723Z' fill='url(%23paint2_linear_2839_11032)'/%3E%3Cpath d='M140.195 162.207C137.908 167.689 138.96 177.175 138.96 177.175C138.96 177.175 146.92 170.138 149.207 164.656C151.495 159.175 149.77 157.965 147.3 157.291C144.831 156.617 142.482 156.725 140.195 162.207Z' fill='url(%23paint3_linear_2839_11032)'/%3E%3Cpath d='M166.025 139.297L165.739 138.698C166.021 138.844 166.269 139.199 166.396 139.603L166.682 140.202C166.485 139.762 166.307 139.444 166.025 139.297Z' fill='%23A60000'/%3E%3Cpath d='M155.591 154.831L155.343 154.304L165.752 138.539L166 139.067L155.591 154.831Z' fill='%23840000'/%3E%3Cpath d='M166.918 139.135C168.525 140.186 168.704 146.546 166.825 149.697C164.214 154.079 161.602 158.46 161.465 158.691L157.958 159.163L155.815 155.404L166.918 139.135Z' fill='%235D9A79'/%3E%3Cpath d='M146.546 128.173L147.137 128.104L138.766 144.984L138.175 145.052L146.546 128.173Z' fill='%23FD0000'/%3E%3Cpath d='M145.007 128.095L145.634 127.973C146.14 127.9 146.472 127.961 146.804 128.022L146.107 128.107C145.896 127.997 145.512 128.022 145.007 128.095Z' fill='%23BF0000'/%3E%3Cpath d='M146.396 127.502L137.432 144.9L132.907 145.138L131.507 142.075C131.645 141.844 134.256 137.463 136.868 133.081C138.746 129.93 144.606 126.759 146.396 127.502Z' fill='%236FA989'/%3E%3Cpath d='M167.99 139.048C167.578 139.579 167.284 140.065 166.971 140.435C165.276 142.642 164.668 143.497 163.581 144.849C163.121 145.461 162.446 146.281 162.034 146.813C160.468 148.661 160.057 149.193 159.167 150.221C157.171 152.485 156.33 153.432 154.512 155.256C154.512 155.256 152.695 157.08 151.172 158.418C150.245 159.214 149.029 159.754 147.554 159.841C143.353 160.322 138.672 157.787 137.11 154.21C136.557 153.072 136.489 151.866 136.642 150.881C137.397 147.442 138.913 143.333 139.348 142.175C140.269 139.78 140.754 138.541 141.644 136.343C142.276 134.861 143.381 132.455 143.688 131.656C144.516 129.851 145.038 128.845 145.738 127.399C144.977 129.239 145.027 131.5 146.133 133.776C148.659 139.13 155.755 142.811 161.947 141.979C164.575 141.746 166.688 140.607 167.99 139.048Z' fill='url(%23paint4_linear_2839_11032)'/%3E%3Cpath d='M172.602 131.308C170.653 134.372 168.488 137.645 166.849 139.904C166.7 140.149 166.434 140.44 166.286 140.685C164.974 142.256 162.845 143.404 160.215 143.755C153.908 144.558 146.826 140.885 144.281 135.49C143.166 133.196 143.116 130.918 143.882 129.064C143.963 128.784 144.111 128.54 144.26 128.295C144.309 128.213 144.359 128.132 144.408 128.05C146.165 124.565 147.433 122.328 147.433 122.328C147.977 121.431 148.602 120.254 149.146 119.357C149.74 118.378 150.415 117.119 151.008 116.141C151.751 114.917 152.71 113.485 153.687 112.169C152.45 114.208 152.321 116.928 153.628 119.644C156.309 125.109 163.596 128.889 169.97 128.121C173.09 127.701 175.435 126.344 176.672 124.305C175.59 126.532 174.749 127.918 172.602 131.308Z' fill='url(%23paint5_linear_2839_11032)'/%3E%3Cpath d='M174.403 126.084C173.128 128.044 170.905 129.406 167.859 129.816C161.635 130.567 154.455 126.836 151.903 121.525C150.627 118.87 150.753 116.209 151.961 114.215C152.155 113.896 152.366 113.691 152.559 113.372C152.608 113.292 152.608 113.292 152.656 113.212C153.32 112.404 154.13 111.356 154.746 110.628C155.265 110.059 155.93 109.251 156.516 108.716C157.199 108.022 158.093 107.123 158.775 106.429C159.41 105.815 160.322 105.031 161.023 104.451C162.05 103.621 163.518 102.497 164.611 101.702C167.566 99.5662 170.218 98.2179 171.578 97.5609C175.263 95.8056 177.662 95.1644 178.321 95.0871C179.161 97.3067 179.453 100.289 179.519 101.478C179.623 102.894 179.762 105.694 179.431 108.982C179.268 110.261 179.045 111.928 178.816 113.172C178.647 114.028 178.448 115.078 178.213 115.899C177.929 116.801 177.682 117.931 177.398 118.832C177.144 119.539 176.812 120.52 176.559 121.227C176.227 122.208 175.75 123.428 175.285 124.34C175.188 124.5 175.158 124.694 175.061 124.854C174.868 125.173 174.644 125.686 174.403 126.084Z' fill='url(%23paint6_linear_2839_11032)'/%3E%3Cpath d='M178.891 107.425C179.007 105.024 178.945 103.065 178.827 101.934C178.759 100.721 178.412 97.7581 177.602 95.4113C176.996 95.5254 174.476 96.1446 170.707 97.9362C169.552 98.5144 167.477 99.5784 165.055 101.212C164.314 102.433 164.302 103.926 165.001 105.573C166.565 108.739 170.848 110.96 174.517 110.509C176.791 110.296 178.341 109.067 178.891 107.425Z' fill='url(%23paint7_linear_2839_11032)'/%3E%3Cpath d='M160.52 145.3L161.131 145.228C161.189 148.849 158.92 158.905 157.134 161.939C154.589 166.263 152.044 170.586 151.91 170.814L151.299 170.886C151.433 170.659 153.978 166.335 156.524 162.012C158.372 159.011 160.579 148.922 160.52 145.3Z' fill='%235D9475'/%3E%3Cpath d='M160.409 144.832C160.6 148.24 158.246 158.709 156.398 161.833C153.829 166.176 151.26 170.52 151.125 170.749L149.693 167.783L150.384 159.434L160.409 144.832Z' fill='%236FA989'/%3E%3Cpath d='M144.972 136.07L137.166 151.753L130.014 156.664L126.554 157.127C126.689 156.898 129.258 152.555 131.827 148.211C133.506 145.097 141.807 137.692 144.972 136.07Z' fill='%235A8B6E'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2839_11032' transform='translate(-1.34068 -0.848557) scale(0.00200246 0.00276042)'/%3E%3C/pattern%3E%3CradialGradient id='paint0_radial_2839_11032' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(199.891 80.1895) rotate(86.1952) scale(94.7352 104.271)'%3E%3Cstop stop-color='%23014838' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23014838'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint1_linear_2839_11032' x1='133.952' y1='181.248' x2='142.793' y2='151.112' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3054' stop-color='%23EA9E44'/%3E%3Cstop offset='0.9676' stop-color='%23FED851'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2839_11032' x1='132.509' y1='173.551' x2='137.946' y2='152.913' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3054' stop-color='%23FFAF51'/%3E%3Cstop offset='0.9676' stop-color='%23FED851'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_2839_11032' x1='138.951' y1='177.169' x2='144.421' y2='156.522' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3054' stop-color='%23FFAF51'/%3E%3Cstop offset='0.9676' stop-color='%23FED851'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_2839_11032' x1='137.977' y1='140.149' x2='159.397' y2='153.147' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.3661' stop-color='%23507B61'/%3E%3Cstop offset='0.8027' stop-color='%236EA989'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_2839_11032' x1='173.311' y1='117.443' x2='142.679' y2='132.135' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2123' stop-color='%23ECEEF5'/%3E%3Cstop offset='1' stop-color='%23D2D5E8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_2839_11032' x1='183.11' y1='104.806' x2='151.213' y2='120.078' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2123' stop-color='%23F6F8FF'/%3E%3Cstop offset='1' stop-color='%23E0E3EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_2839_11032' x1='178.426' y1='104.509' x2='167.069' y2='102.908' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.1973' stop-color='%234F7A60'/%3E%3Cstop offset='0.9042' stop-color='%236DA888'/%3E%3C/linearGradient%3E%3Cimage id='image0_2839_11032' width='1782' height='1071' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 576px) {
  .contact-us .wrapper .left-content .request-text:before {
    width: 240px;
    height: 175px;
    top: -65px;
    left: 110px;
  }
}
.contact-us .wrapper .left-content .request-text a {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
@media (max-width: 576px) {
  .contact-us .wrapper .left-content .request-text a {
    font-size: 14px;
  }
}
.contact-us .wrapper .right-content {
  max-width: 715px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.contact-us .wrapper .right-content .form-wrapper {
  padding: 70px 80px 0;
  background: #e2f2f7;
  border-radius: 32px;
}
@media (max-width: 576px) {
  .contact-us .wrapper .right-content .form-wrapper {
    padding: 40px 30px 0;
  }
}
.contact-us .wrapper .right-content .form-wrapper form .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .contact-us .wrapper .right-content .form-wrapper form .top-content {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.contact-us .wrapper .right-content .form-wrapper form .top-content label {
  max-width: 267px;
  width: 100%;
  margin-right: 10px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: rgba(31, 39, 53, 0.8);
}
@media (max-width: 576px) {
  .contact-us .wrapper .right-content .form-wrapper form .top-content label {
    margin-bottom: 30px;
    margin-right: 0;
    max-width: 100%;
  }
  .contact-us .wrapper .right-content .form-wrapper form .top-content label:last-child {
    margin-bottom: 0;
  }
}
.contact-us .wrapper .right-content .form-wrapper form .top-content label:last-child {
  margin-right: 0;
}
.contact-us .wrapper .right-content .form-wrapper form .top-content label .wpcf7-not-valid {
  border: 1px solid #f25454;
}
.contact-us .wrapper .right-content .form-wrapper form .top-content label input {
  margin-top: 5px;
  background: #fff;
  border: 1px solid rgba(31, 39, 53, 0.1);
  border-radius: 10px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  color: #1f2735;
  padding-left: 20px;
  padding-right: 20px;
  height: 56px;
  transition: 0.3s all ease;
}
.contact-us .wrapper .right-content .form-wrapper form .top-content label input:focus {
  border: 1px solid #1f2735;
}
.contact-us .wrapper .right-content .form-wrapper form .top-content label input::placeholder {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  color: rgba(31, 39, 53, 0.3);
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content {
  margin-bottom: 51px;
}
@media (max-width: 576px) {
  .contact-us .wrapper .right-content .form-wrapper form .bottom-content {
    margin-bottom: 49px;
  }
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label {
  max-width: 554px;
  width: 100%;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: rgba(31, 39, 53, 0.8);
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label.textarea-wrapper {
  display: block;
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label.textarea-wrapper > span {
  margin-top: 5px;
  margin-bottom: 20px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  border: 1px solid rgba(31, 39, 53, 0.1);
  border-radius: 10px;
  transition: 0.3s all ease;
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label.textarea-wrapper > span.border {
  border: 1px solid #1f2735;
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label textarea {
  background: transparent;
  padding: 0;
  border: none;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  color: #1f2735;
  height: 120px;
  resize: none;
  position: relative;
  z-index: 2;
  outline: none;
}
@media (max-width: 576px) {
  .contact-us .wrapper .right-content .form-wrapper form .bottom-content label textarea {
    height: 120px;
  }
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label textarea::-webkit-resizer {
  background: transparent;
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label textarea:focus {
  outline: none;
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content label textarea::placeholder {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  color: rgba(31, 39, 53, 0.3);
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content .privacy {
  max-width: 435px;
  font-family: 'Inter';
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  color: rgba(31, 39, 53, 0.7);
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content .privacy a {
  border-bottom: 1px solid rgba(31, 39, 53, 0.7);
  color: rgba(31, 39, 53, 0.7);
}
.contact-us .wrapper .right-content .form-wrapper form .bottom-content .privacy a:hover {
  text-decoration: none;
}
.contact-us .wrapper .right-content .form-wrapper form .button-green {
  padding: 18px 67.65px 18px;
  margin: -26px auto;
  cursor: pointer;
  border: none;
  position: relative;
  bottom: -26px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px !important;
}
.contact-us .wrapper .right-content .form-wrapper form .wpcf7-response-output {
  display: none;
}
.contact-us .wrapper .right-content .form-wrapper form .wpcf7-not-valid-tip {
  text-align: left;
  background: transparent;
  top: unset;
  bottom: -40px;
  font-family: 'Inter';
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  color: #f25454;
}
.contact-us .request-text-bottom {
  display: none;
  margin: 0 auto;
  text-align: center;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
}
.contact-us .request-text-bottom a {
  color: #1f2735;
  border-bottom: 1px solid #1f2735;
}
@media (max-width: 425px) {
  .contact-us .request-text-bottom a {
    font-weight: 500;
    font-size: 14px;
  }
}
.contact-us .request-text-bottom:hover a {
  text-decoration: none;
}
@media (max-width: 1140px) {
  .contact-us .request-text-bottom {
    display: block;
  }
}
@media (max-width: 425px) {
  .contact-us .request-text-bottom {
    max-width: 250px;
    font-weight: 500;
    font-size: 14px;
  }
}
/*.main_nav .level_a > li > a {
  pointer-events: none;
}*/
.tpl-contact-us .fancybox__content {
  height: auto;
}
.tpl-contact-us .fancybox__slide {
  justify-content: center;
  padding: 48px 8px 8px 8px !important;
}
.tpl-contact-us .fancybox__content > .carousel__button.is-close {
  top: 20px !important;
  right: 20px !important;
}
@media (max-width: 576px) {
  .tpl-contact-us .fancybox__content > .carousel__button.is-close {
    width: 24px;
    height: 24px;
    left: unset;
  }
  .tpl-contact-us .fancybox__content > .carousel__button.is-close:before {
    display: none;
  }
  .tpl-contact-us .fancybox__content > .carousel__button.is-close svg {
    width: 12px;
    height: 12px;
    display: block;
  }
}
.tpl-contact-us #thank-you {
  padding: 80px 111px;
  align-items: center;
  justify-content: space-between;
  border-radius: 23px !important;
}
@media (max-width: 576px) {
  .tpl-contact-us #thank-you {
    padding: 60px;
    max-width: 315px !important;
  }
}
.tpl-contact-us #thank-you .img-wrap {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .tpl-contact-us #thank-you .img-wrap {
    margin-bottom: 20px;
  }
}
.tpl-contact-us #thank-you .img-wrap img, .tpl-contact-us #thank-you .img-wrap svg {
  max-width: 228px !important;
  max-height: 164px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 576px) {
  .tpl-contact-us #thank-you .img-wrap img, .tpl-contact-us #thank-you .img-wrap svg {
    max-width: 152px !important;
    max-height: 109px !important;
  }
}
.tpl-contact-us #thank-you .text-pop-up {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .tpl-contact-us #thank-you .text-pop-up {
    margin-bottom: 25px;
  }
}
.tpl-contact-us #thank-you .text-pop-up .title-pop-up {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 26px;
  line-height: 27px;
  text-align: center;
  color: #031b29;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  .tpl-contact-us #thank-you .text-pop-up .title-pop-up {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.tpl-contact-us #thank-you .text-pop-up p {
  font-family: 'Inter';
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #031b29;
}
@media (max-width: 576px) {
  .tpl-contact-us #thank-you .text-pop-up p {
    font-size: 14px;
  }
}
.tpl-contact-us #thank-you .button-green {
  max-width: 140px !important;
  max-height: 55px !important;
}
#CybotCookiebotDialog[data-template=bottom] {
  top: 100% !important;
  transform: translate(-50%, -100%) !important;
  min-width: 100% !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
  align-items: flex-end !important;
}
#CybotCookiebotDialog #CybotCookiebotBannerCloseButtonE2E {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept {
  background-color: #54f2a4 !important;
  border: 1.5px solid #54f2a4 !important;
  color: #19493a !important;
  border-radius: 12px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept:hover {
  border: 1.5px solid #0f6a56 !important;
  background: transparent !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: 0.025em !important;
  color: #1f2735 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #1f2735 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  font-family: 'Inter' !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #106350 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  font-family: 'Inter' !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #014838 !important;
  color: #014838 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #014838 !important;
}
#CybotCookiebotDialog label {
  font-family: 'Inter' !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: 0.025em !important;
  color: #1f2735 !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
  color: #014838 !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  font-family: 'Inter' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #1f2735 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout {
  font-family: 'Inter' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #1f2735 !important;
}
#CookiebotWidget {
  max-width: calc(100vw - 40px) !important;
}
html body.compensate-for-scrollbar {
  padding-right: 0 !important;
  overflow: auto !important;
}
.hide-scroll {
  overflow: hidden;
}
body {
  overflow: auto;
}
.tpl-loyalty-management {
  background-color: #fff;
}
.tpl-loyalty-management .button-loyalty {
  font-family: 'Inter';
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1d5945;
  padding: 18px 50px;
  background: #54f2a4;
  border-radius: 10px;
  text-decoration: none;
}
.tpl-loyalty-management .button-loyalty:hover {
  background: #66ffb3;
  text-decoration: none;
}
.tpl-loyalty-management .button-loyalty:hover a {
  text-decoration: none;
}
.tpl-loyalty-management .banner-loyalty {
  position: relative;
  padding: 90px 0 176px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty {
    padding: 80px 0 100px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .banner-loyalty {
    padding: 32px 0 90px;
  }
}
.tpl-loyalty-management .banner-loyalty:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='801' viewBox='0 0 1440 801' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L1441 0.000372025V801H0V0Z' fill='url(%23paint0_linear_3243_11716)'/%3E%3Cmask id='mask0_3243_11716' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-1' y='7' width='1441' height='794'%3E%3Cpath d='M-1 7L1440 7.00037V801H-1V7Z' fill='url(%23paint1_linear_3243_11716)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3243_11716)'%3E%3Cg opacity='0.1'%3E%3Cpath d='M732 239.885V906.812C732 942.597 770.477 964.984 801.302 947.134L1336.03 637.491C1340.22 635.049 1343.71 631.54 1346.13 627.316C1348.56 623.092 1349.83 618.302 1349.83 613.425C1349.83 608.549 1348.56 603.759 1346.13 599.534C1343.71 595.31 1340.22 591.801 1336.03 589.36L732 239.885Z' fill='url(%23paint2_linear_3243_11716)'/%3E%3Cpath d='M2125.02 136.75L1564.71 -188.808C1535.04 -203.409 1502.44 -211 1469.4 -211C1436.36 -211 1403.75 -203.409 1374.08 -188.808L812.284 140.039L1389.25 473.668C1513.56 545.417 1564.71 633.608 1564.71 778.898V1366.41C1564.71 1402.24 1603.27 1424.62 1634.1 1406.68L2124.72 1121.2C2151.62 1102.15 2174.01 1077.39 2190.3 1048.66C2206.6 1019.93 2216.4 987.946 2219 954.98V302.369C2216.17 269.443 2206.17 237.544 2189.73 208.926C2173.29 180.308 2150.79 155.669 2123.83 136.75' fill='url(%23paint3_linear_3243_11716)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3243_11716' x1='134.211' y1='-1.78728e-06' x2='514.533' y2='889.104' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3243_11716' x1='133.211' y1='7' x2='507.923' y2='890.713' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_3243_11716' x1='637.584' y1='707.323' x2='1503.59' y2='-2.87967' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_3243_11716' x1='637.584' y1='707.323' x2='1503.59' y2='-2.87967' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty:before {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='993' viewBox='0 0 768 993' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L768 0.000461199V993H0V0Z' fill='url(%23paint0_linear_4105_28835)'/%3E%3Cmask id='mask0_4105_28835' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='993'%3E%3Cpath d='M0 0L768 0.000466732V993H0V0Z' fill='url(%23paint1_linear_4105_28835)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4105_28835)'%3E%3Cg opacity='0.1'%3E%3Cpath d='M0 564.462V1355.01C0 1397.43 45.6086 1423.97 82.1474 1402.81L715.989 1035.77C720.966 1032.87 725.098 1028.71 727.971 1023.71C730.844 1018.7 732.357 1013.02 732.357 1007.24C732.357 1001.46 730.844 995.783 727.971 990.776C725.098 985.769 720.966 981.61 715.989 978.715L0 564.462Z' fill='url(%23paint2_linear_4105_28835)'/%3E%3Cpath d='M1651.23 442.21L987.066 56.3054C951.89 38.9975 913.244 30 874.08 30C834.916 30 796.27 38.9975 761.094 56.3054L95.1652 446.108L779.073 841.58C926.431 926.627 987.066 1031.17 987.066 1203.39V1899.8C987.066 1942.27 1032.77 1968.8 1069.31 1947.54L1650.88 1609.14C1682.76 1586.56 1709.3 1557.2 1728.62 1523.15C1747.93 1489.1 1759.55 1451.18 1762.63 1412.11V638.528C1759.27 599.499 1747.43 561.687 1727.94 527.764C1708.44 493.841 1681.78 464.635 1649.82 442.21' fill='url(%23paint3_linear_4105_28835)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4105_28835' x1='71.5294' y1='-2.21569e-06' x2='723.474' y2='655.227' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4105_28835' x1='71.5294' y1='-2.21569e-06' x2='723.474' y2='655.227' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_4105_28835' x1='-111.917' y1='1118.54' x2='914.61' y2='276.698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_4105_28835' x1='-111.917' y1='1118.54' x2='914.61' y2='276.698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .banner-loyalty:before {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='785' viewBox='0 0 375 785' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L375 0.000364594V785H0V0Z' fill='url(%23paint0_linear_4105_28836)'/%3E%3Cmask id='mask0_4105_28836' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='175' width='375' height='610'%3E%3Cpath d='M0 175L375 175V785H0V175Z' fill='url(%23paint1_linear_4105_28836)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4105_28836)'%3E%3Cg opacity='0.1'%3E%3Cpath d='M-40 373.368V745.178C-40 765.128 -18.5494 777.609 -1.36448 767.658L296.743 595.032C299.084 593.671 301.028 591.715 302.379 589.36C303.73 587.005 304.441 584.334 304.441 581.616C304.441 578.897 303.73 576.227 302.379 573.872C301.028 571.517 299.084 569.56 296.743 568.199L-40 373.368Z' fill='url(%23paint2_linear_4105_28836)'/%3E%3Cpath d='M736.607 315.87L424.236 134.372C407.692 126.232 389.516 122 371.097 122C352.677 122 334.501 126.232 317.957 134.372L4.75803 317.703L326.413 503.702C395.718 543.701 424.236 592.867 424.236 673.867V1001.4C424.236 1021.38 445.734 1033.85 462.918 1023.85L736.441 864.698C751.435 854.081 763.918 840.273 773.002 824.258C782.086 808.242 787.548 790.411 789 772.032V408.203C787.421 389.846 781.85 372.062 772.682 356.108C763.514 340.153 750.973 326.417 735.943 315.87' fill='url(%23paint3_linear_4105_28836)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4105_28836' x1='34.9265' y1='-1.75158e-06' x2='496.814' y2='286.726' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4105_28836' x1='34.9265' y1='175' x2='425.53' y2='487.038' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_4105_28836' x1='-92.6368' y1='633.964' x2='390.159' y2='238.027' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_4105_28836' x1='-92.6368' y1='633.964' x2='390.159' y2='238.027' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.tpl-loyalty-management .banner-loyalty .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper {
    flex-direction: column;
  }
}
.tpl-loyalty-management .banner-loyalty .wrapper .left-content {
  max-width: 410px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .left-content {
    margin-right: 0;
    max-width: 592px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .left-content {
    margin-bottom: 35px;
  }
}
.tpl-loyalty-management .banner-loyalty .wrapper .left-content .title-banner {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .left-content .title-banner {
    max-width: 515px;
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 140%;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .left-content .title-banner {
    font-size: 28px;
    max-width: 315px;
  }
}
.tpl-loyalty-management .banner-loyalty .wrapper .left-content .wys {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .left-content .wys {
    max-width: 445px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .left-content .wys {
    max-width: 315px;
  }
}
.tpl-loyalty-management .banner-loyalty .wrapper .left-content .wys p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .left-content .button-loyalty {
    display: none;
  }
}
.tpl-loyalty-management .banner-loyalty .wrapper .right-content {
  max-width: 683px;
  width: 100%;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .right-content {
    max-width: 690px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .right-content .img-wrap {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .right-content .img-wrap {
    margin-bottom: 37px;
  }
}
.tpl-loyalty-management .banner-loyalty .wrapper .right-content .img-wrap svg, .tpl-loyalty-management .banner-loyalty .wrapper .right-content .img-wrap img {
  width: 100%;
}
.tpl-loyalty-management .banner-loyalty .wrapper .right-content .button-wrap {
  margin: 0 auto;
  text-align: center;
  display: none;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .banner-loyalty .wrapper .right-content .button-wrap {
    display: block;
  }
}
.tpl-loyalty-management .use-the-opportunity {
  background-color: #e8f6f3;
  margin-top: -65px;
  padding-bottom: 140px;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity {
    margin-top: 0;
    padding: 24px 0 100px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity {
    padding: 16px 0 90px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.35%;
    width: 102.7%;
  }
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards > * {
    width: 47.3%;
    margin: 0 1.35% 2.025em;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card {
  background-color: #fff;
  box-shadow: 0px 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 20px;
  padding: 40px 30px 40px 30px;
  margin-right: 24px;
  min-width: 282px;
}
@media (max-width: 1280px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card {
    min-width: unset;
  }
}
@media (max-width: 1250px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 1070px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card {
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card {
    margin-right: auto;
    padding: 40px 40px 40px 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 590px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card {
    margin-bottom: 10px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card:last-child {
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card:last-child {
    margin-bottom: 0;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card .text-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card .text-card .left-card svg {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card .text-card .right-card {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
  max-width: 181px;
  width: 100%;
}
@media (max-width: 1250px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card .text-card .right-card {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .wrapper-cards .card .text-card .right-card {
    font-size: 16px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper {
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper {
    margin-top: 90px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content {
  max-width: 588px;
  width: 100%;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content {
    margin-right: 0;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .title-section {
  position: relative;
  z-index: 2;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  color: #1f2735;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 500px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .title-section {
    font-size: 30px;
    line-height: 150%;
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .title-section {
    max-width: 584px;
    text-align: center;
    margin: 0 auto 20px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .title-section {
    font-size: 26px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap {
  margin-top: 95px;
  margin-left: 84px;
  width: 100%;
  max-width: 282px;
  position: relative;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap {
    margin: 70px auto;
    max-width: 218px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap {
    margin: 66px auto 75px;
    max-width: 156px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 550px;
  height: 500px;
  background-image: url("data:image/svg+xml,%3Csvg width='547' height='524' viewBox='0 0 547 524' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='152.949' y='-89' width='553.57' height='494.492' rx='247.246' transform='rotate(29.2936 152.949 -89)' fill='url(%23pattern0)'/%3E%3Crect x='152.949' y='-89' width='553.57' height='494.492' rx='247.246' transform='rotate(29.2936 152.949 -89)' fill='url(%23paint0_radial_3287_11607)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_3287_11607' transform='translate(-0.624223 -0.188525) scale(0.00127766 0.00176127)'/%3E%3C/pattern%3E%3CradialGradient id='paint0_radial_3287_11607' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(416.573 137.957) rotate(86.9007) scale(267.926 240.45)'%3E%3Cstop stop-color='%23E8F6F3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E8F6F3'/%3E%3C/radialGradient%3E%3Cimage id='image0_3287_11607' width='1782' height='1071' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: 0 72px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap:before {
    width: 430px;
    height: 380px;
    background-position: 0 42px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap:before {
    width: 310px;
    height: 275px;
    background-position: 5px 30px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap img, .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .left-content .img-wrap svg {
  width: 100%;
  position: relative;
  z-index: 2;
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content {
  max-width: 509px;
  width: 100%;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content {
    max-width: 690px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block {
    margin-bottom: 50px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .left-block {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: -78px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .left-block {
    position: unset;
    margin-right: 26px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .left-block {
    margin-right: 25px;
    width: 30px;
    height: 30px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .left-block svg {
  width: 34px;
  height: 34px;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .left-block svg {
    width: 30px;
    height: 30px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .right-block .title-block {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 123%;
  color: #1f2735;
  margin-bottom: 16px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .right-block .title-block {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .right-block .title-block {
    font-size: 22px;
    line-height: 123%;
    margin-bottom: 10px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .right-block .description p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .right-content .block .right-block .description p {
    font-size: 14px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .bottom-text {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .bottom-text {
    margin-left: 60px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .bottom-text {
    font-size: 14px;
    margin-left: 55px;
  }
}
.tpl-loyalty-management .use-the-opportunity .wrapper .bottom-wrapper .bottom-text span {
  font-weight: 500;
}
.tpl-loyalty-management .enhance-your-payment {
  padding: 140px 0 0;
  margin-bottom: 160px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment {
    padding: 120px 0 0;
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment {
    padding: 80px 0 0;
    margin-bottom: 80px;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .title-section {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  color: #1f2735;
  max-width: 642px;
  margin: 0 auto 60px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .title-section {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 150%;
    max-width: 460px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .title-section {
    font-size: 26px;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  align-items: flex-start;
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 32px;
  padding: 40px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card {
    margin-bottom: 20px;
    min-height: unset;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:last-child {
  margin-bottom: 0;
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(1) {
  background-color: #e8f6f3;
  min-height: 247px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(1) {
    min-height: unset;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(2) {
  background-color: #e2f2f7;
  min-height: 247px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(2) {
    min-height: unset;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(3) {
  background-color: #e2f2f7;
  min-height: 273px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(3) {
    background-color: #e8f6f3;
    min-height: unset;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(4) {
  background-color: #e8f6f3;
  min-height: 273px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card:nth-child(4) {
    background-color: #e2f2f7;
    min-height: unset;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .img-wrap {
  max-width: 78px;
  width: 100%;
  margin-right: 20px;
  border-radius: 15px;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .img-wrap {
    max-width: 50px;
    border-radius: 10px;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .img-wrap img, .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .img-wrap svg {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .img-wrap img, .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .img-wrap svg {
    border-radius: 10px;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .right-card {
  margin-top: 15px;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .right-card {
    margin-top: 0;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .right-card .title-card {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #1f2735;
  margin-bottom: 19px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .right-card .title-card {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 13px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .right-card .title-card {
    font-size: 22px;
    line-height: 123%;
    margin-bottom: 16px;
  }
}
.tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .right-card .description p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .enhance-your-payment .wrapper .wrapper-cards .card .right-card .description p {
    font-size: 14px;
  }
}
.tpl-loyalty-management .get-a-full-fledged {
  background-color: #fff;
  margin: 160px 0;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged {
    margin: 120px 0 130px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .get-a-full-fledged {
    margin: 80px 0 100px;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .title-section {
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  color: #1f2735;
  max-width: 587px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .title-section {
    font-size: 30px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .title-section {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .title-section {
    max-width: 314px;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles {
  max-width: 778px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 80px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles {
    margin-bottom: 60px;
    max-width: 495px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles .subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #1f2735;
  margin-right: 10px;
  padding: 6px 20px 6px 20px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles .subtitle {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles .subtitle:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles .subtitle {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles .subtitle:first-child {
    margin-right: 0;
  }
  .tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles .subtitle:last-child {
    margin-bottom: 0;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .subtitles .subtitle:last-child {
  margin-right: 0;
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content {
  max-width: 312px;
  width: 100%;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content {
    max-width: 100%;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first:first-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first:first-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second:first-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second:first-child {
  padding-bottom: 60px;
  border-bottom: 2px solid rgba(229, 235, 233, 0.5);
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first:first-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first:first-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second:first-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second:first-child {
    padding-bottom: 40px;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first:last-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first:last-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second:last-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second:last-child {
  padding-top: 60px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first:last-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first:last-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second:last-child, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second:last-child {
    padding-top: 40px;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second .title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 123%;
  color: #1f2735;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second .title {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second .title, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second .title {
    font-size: 22px;
    line-height: 123%;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first .description p, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first .description p, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second .description p, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second .description p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1f2735;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-first .description p, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-first .description p, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content .item-second .description p, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content .item-second .description p {
    line-height: 140%;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .left-content {
    margin-bottom: 50px;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .right-content {
    margin-left: 0;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .center-content {
  max-width: 445px;
  width: 100%;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .center-content {
    max-width: 473px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .center-content {
    margin-bottom: 50px;
  }
}
.tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .center-content img, .tpl-loyalty-management .get-a-full-fledged .wrapper .bottom-wrapper .center-content svg {
  width: 100%;
}
.tpl-loyalty-management .provide-your-merchant {
  overflow-x: hidden;
}
.tpl-loyalty-management .provide-your-merchant .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper {
  padding-top: 125px;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='439' viewBox='0 0 1440 439' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='439' fill='url(%23paint0_linear_3289_22213)'/%3E%3Cmask id='mask0_3289_22213' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='439'%3E%3Crect width='1440' height='439' fill='url(%23paint1_linear_3289_22213)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3289_22213)'%3E%3Cg opacity='0.05'%3E%3Cpath d='M20 188.149V1059.59C20 1106.35 70.2757 1135.6 110.553 1112.28L809.255 707.681C814.741 704.49 819.297 699.905 822.464 694.386C825.63 688.866 827.298 682.607 827.298 676.236C827.298 669.864 825.63 663.604 822.464 658.085C819.297 652.566 814.741 647.981 809.255 644.79L20 188.149Z' fill='url(%23paint2_linear_3289_22213)'/%3E%3Cpath d='M1840.2 53.3878L1108.07 -372.003C1069.3 -391.082 1026.7 -401 983.524 -401C940.352 -401 897.752 -391.082 858.976 -372.003L124.903 57.6846L878.795 493.622C1041.23 587.372 1108.07 702.607 1108.07 892.451V1660.12C1108.07 1706.94 1158.46 1736.18 1198.73 1712.74L1839.81 1339.72C1874.96 1314.83 1904.21 1282.47 1925.5 1244.93C1946.8 1207.4 1959.6 1165.6 1963 1122.53V269.794C1959.3 226.771 1946.24 185.09 1924.75 147.696C1903.27 110.302 1873.87 78.1078 1838.65 53.3878' fill='url(%23paint3_linear_3289_22213)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3289_22213' x1='-34.5' y1='148.55' x2='1440' y2='148.55' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23419377'/%3E%3Cstop offset='1' stop-color='%231D5945'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3289_22213' x1='-34.5' y1='148.55' x2='1440' y2='148.55' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23419377'/%3E%3Cstop offset='1' stop-color='%231D5945'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_3289_22213' x1='-103.37' y1='798.927' x2='1028.2' y2='-129.066' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_3289_22213' x1='-103.37' y1='798.927' x2='1028.2' y2='-129.066' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin-bottom: -75px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper {
    margin-bottom: 0;
    padding: 100px 0 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='685' viewBox='0 0 768 685' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='768' height='685' fill='url(%23paint0_linear_3626_37532)'/%3E%3Cmask id='mask0_3626_37532' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='685'%3E%3Crect width='768' height='685' fill='url(%23paint1_linear_3626_37532)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3626_37532)'%3E%3Cg opacity='0.05'%3E%3Cpath d='M20 188.149V1059.59C20 1106.35 70.2757 1135.6 110.553 1112.28L809.255 707.681C814.741 704.49 819.297 699.905 822.464 694.386C825.63 688.866 827.298 682.607 827.298 676.236C827.298 669.864 825.63 663.604 822.464 658.085C819.297 652.566 814.741 647.981 809.255 644.79L20 188.149Z' fill='url(%23paint2_linear_3626_37532)'/%3E%3Cpath d='M1840.2 53.3878L1108.07 -372.003C1069.3 -391.082 1026.7 -401 983.524 -401C940.352 -401 897.752 -391.082 858.976 -372.003L124.903 57.6846L878.795 493.622C1041.23 587.372 1108.07 702.607 1108.07 892.451V1660.12C1108.07 1706.94 1158.46 1736.18 1198.73 1712.74L1839.81 1339.72C1874.96 1314.83 1904.21 1282.47 1925.5 1244.93C1946.8 1207.4 1959.6 1165.6 1963 1122.53V269.794C1959.3 226.771 1946.24 185.09 1924.75 147.696C1903.27 110.302 1873.87 78.1078 1838.65 53.3878' fill='url(%23paint3_linear_3626_37532)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3626_37532' x1='-18.4' y1='231.793' x2='768' y2='231.793' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23419377'/%3E%3Cstop offset='1' stop-color='%231D5945'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3626_37532' x1='-18.4' y1='231.793' x2='768' y2='231.793' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23419377'/%3E%3Cstop offset='1' stop-color='%231D5945'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_3626_37532' x1='-103.37' y1='798.927' x2='1028.2' y2='-129.066' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_3626_37532' x1='-103.37' y1='798.927' x2='1028.2' y2='-129.066' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper {
    padding: 80px 0;
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='844' viewBox='0 0 375 844' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L375 0.000391996V844H0V0Z' fill='url(%23paint0_linear_4125_28844)'/%3E%3Cmask id='mask0_4125_28844' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='844'%3E%3Cpath d='M0 0L375 0.000391996V844H0V0Z' fill='url(%23paint1_linear_4125_28844)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4125_28844)'%3E%3Cg opacity='0.05'%3E%3Cpath d='M-93 226.985V598.23C-93 618.15 -71.5819 630.612 -54.423 620.675L243.233 448.313C245.57 446.953 247.511 445 248.86 442.649C250.209 440.297 250.919 437.631 250.919 434.917C250.919 432.202 250.209 429.536 248.86 427.184C247.511 424.833 245.57 422.88 243.233 421.52L-93 226.985Z' fill='url(%23paint2_linear_4125_28844)'/%3E%3Cpath d='M682.43 169.575L370.533 -11.6469C354.014 -19.7747 335.865 -24 317.474 -24C299.082 -24 280.934 -19.7747 264.415 -11.6469L-48.3098 171.406L272.858 357.121C342.058 397.06 370.533 446.151 370.533 527.027V854.065C370.533 874.008 391.997 886.467 409.156 876.482L682.264 717.568C697.236 706.967 709.7 693.181 718.77 677.189C727.84 661.198 733.294 643.394 734.744 625.043V261.767C733.167 243.439 727.604 225.682 718.45 209.752C709.296 193.821 696.774 180.106 681.767 169.575' fill='url(%23paint3_linear_4125_28844)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4125_28844' x1='34.9265' y1='-1.88323e-06' x2='514.825' y2='277.081' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4125_28844' x1='34.9265' y1='-1.88323e-06' x2='514.825' y2='277.081' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014838'/%3E%3Cstop offset='1' stop-color='%232E8568'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_4125_28844' x1='-145.557' y1='487.185' x2='336.505' y2='91.8475' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_4125_28844' x1='-145.557' y1='487.185' x2='336.505' y2='91.8475' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F6A56' stop-opacity='0'/%3E%3Cstop offset='0.43287' stop-color='white'/%3E%3Cstop offset='1' stop-color='%230F6A56' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .title-section {
  position: relative;
  z-index: 2;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0 auto 80px;
  max-width: 668px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .title-section {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 50px;
    max-width: 608px;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .title-section {
    font-size: 26px;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  padding: 40px 30px;
  margin-right: 24px;
  box-shadow: 0px 18px 17px rgba(31, 39, 53, 0.01);
  border-radius: 20px;
  min-height: 166px;
  width: 100%;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card {
    margin-right: 10px;
    padding: 30px 20px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card {
    width: 47%;
    min-height: auto;
    margin: 10px;
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card {
    padding: 30px;
    margin: 5px;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card {
    margin: 0 auto 10px;
    width: 100%;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card:last-child {
    margin-right: 5px;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card .left-card {
  margin-right: 15px;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card .left-card svg {
  width: 26px;
  height: 26px;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card .right-card .title-card {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #1f2735;
  margin-bottom: 4px;
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card .right-card .title-card {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .top-wrapper .cards-wrapper .card .right-card .text-card {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #1f2735;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper {
  background-color: #e8f6f3;
  padding-bottom: 145px;
  padding-top: 190px;
  width: 101%;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper {
    padding: 100px 0 120px;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper {
    padding: 60px 0 80px;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap {
    align-items: center;
    flex-direction: column;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content {
  max-width: 690px;
  width: 100%;
  margin-left: 0px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  justify-content: space-between;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
    margin-bottom: 70px;
  }
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item {
  max-width: 282px;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1040px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item {
    max-width: 270px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item {
    margin-bottom: 50px;
    max-width: 300px;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item:nth-child(5) {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item:nth-child(5) {
    margin-bottom: 40px;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item:nth-child(6) {
  margin-bottom: 0;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item .item-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #1f2735;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item .item-title {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 700px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item .item-title {
    font-size: 22px;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item .description {
  margin-bottom: 0;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .left-content .item .description p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1f2735;
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .right-content {
  max-width: 600px;
  width: 100%;
  margin-left: 20px;
  margin-right: -195px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .right-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .right-content .img-wrap img, .tpl-loyalty-management .provide-your-merchant .wrapper .bottom-wrapper .content-wrap .right-content .img-wrap svg {
  width: 100%;
  object-fit: contain;
}
.tpl-loyalty-management .deliver-a-merchant-self-serve {
  margin: 166px 0 140px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve {
    margin: 120px 0;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve {
    margin: 80px 0;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .title-section {
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  color: #1f2735;
  max-width: 587px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .title-section {
    font-size: 30px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .title-section {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .title-section {
    max-width: 314px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles {
  max-width: 325px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 80px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles {
    margin-bottom: 50px;
    max-width: 296px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles .subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #1f2735;
  margin-right: 10px;
  padding: 6px 20px 6px 20px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles .subtitle {
    margin-right: 0;
  }
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles .subtitle:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles .subtitle {
    font-size: 14px;
    line-height: 30px;
  }
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles .subtitle:first-child {
    margin-right: 8px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .subtitles .subtitle:last-child {
  margin-right: 0;
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper {
    margin-bottom: 70px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content {
  max-width: 312px;
  width: 100%;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content {
    max-width: 100%;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first:first-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first:first-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second:first-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second:first-child {
  padding-bottom: 60px;
  border-bottom: 2px solid rgba(229, 235, 233, 0.5);
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first:first-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first:first-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second:first-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second:first-child {
    padding-bottom: 40px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first:last-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first:last-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second:last-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second:last-child {
  padding-top: 60px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first:last-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first:last-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second:last-child, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second:last-child {
    padding-top: 40px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second .title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 123%;
  color: #1f2735;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second .title {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second .title, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second .title {
    font-size: 22px;
    line-height: 123%;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first .description p, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first .description p, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second .description p, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second .description p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1f2735;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-first .description p, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-first .description p, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content .item-second .description p, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content .item-second .description p {
    line-height: 140%;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .left-content {
    margin-bottom: 50px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .right-content {
    margin-left: 0;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .center-content {
  max-width: 445px;
  width: 100%;
}
@media (max-width: 1023px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .center-content {
    max-width: 473px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .center-content {
    margin-bottom: 50px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .center-content img, .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .top-wrapper .center-content svg {
  width: 100%;
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='296' viewBox='0 0 1200 296' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1200' height='296' rx='32' fill='%23E2F2F7'/%3E%3Cmask id='mask0_4126_28846' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1200' height='296'%3E%3Cpath d='M0 32C0 14.3269 14.3269 0 32 0H1168C1185.67 0 1200 14.3269 1200 32V264C1200 281.673 1185.67 296 1168 296H32C14.3269 296 0 281.673 0 264V32Z' fill='%233581B8'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4126_28846)'%3E%3Cpath d='M1075.51 157.038L1129.28 107.754L1077.12 98.3931L1017.83 138.269C1015.83 139.705 1014.09 141.256 1012.64 142.95C1003.44 153.692 1010.56 165.027 1028.58 168.26C1045.19 171.241 1065.28 166.271 1075.51 157.038ZM1110.1 182.888C1128.1 186.119 1150.16 180.019 1159.36 169.277C1159.7 168.878 1160 168.472 1160.3 168.088L1194.49 119.455L1142.33 110.095L1095.25 156.37C1094.87 156.77 1094.51 157.172 1094.16 157.577C1084.96 168.32 1092.09 179.657 1110.1 182.888ZM1164.78 204.442L1131.84 242.916L1005.04 220.163L1037.93 181.748C1031.06 182.289 1024.2 182.068 1017.75 180.91C1015.27 180.466 1013.07 179.812 1010.91 179.134L958.022 240.912C951.607 248.404 954.334 255.966 964.085 257.715L1106.12 283.203C1115.89 284.955 1129.13 280.249 1135.54 272.766L1188.42 210.997C1185.79 210.85 1183.23 210.575 1180.78 210.175C1174.6 209.061 1169.18 207.12 1164.78 204.442ZM1244.03 178.858L1259.69 131.155L1207.54 121.797L1173.89 174.601C1167.59 184.584 1174.93 194.521 1191.61 197.516C1209.62 200.747 1231.68 194.647 1240.88 183.905C1242.33 182.212 1243.35 180.533 1244.03 178.858Z' fill='url(%23paint0_linear_4126_28846)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4126_28846' x1='1193.04' y1='220.462' x2='943.116' y2='174.338' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C3DAE8'/%3E%3Cstop offset='1' stop-color='%23C3DAE8' stop-opacity='0.08'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  padding: 80px 78px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .column:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper {
    padding: 60px 60px 70px 60px;
    flex-direction: column;
    border-radius: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='720' height='498' viewBox='0 0 720 498' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='720' height='498' rx='32' fill='%23E2F2F6'/%3E%3Cmask id='mask0_4128_28849' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='720' height='498'%3E%3Crect width='720' height='498' rx='27' fill='%233581B8'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4128_28849)'%3E%3Cpath d='M532.932 323.17L613.289 249.197L535.326 235.147L446.721 294.998C443.724 297.154 441.127 299.482 438.96 302.024C425.214 318.147 435.852 335.16 462.781 340.013C487.606 344.487 517.642 337.027 532.932 323.17ZM584.615 361.969C611.525 366.818 644.493 357.663 658.239 341.539C658.749 340.941 659.203 340.332 659.65 339.755L710.753 266.76L632.789 252.711L562.426 322.167C561.863 322.767 561.319 323.371 560.794 323.979C547.048 340.103 557.705 357.119 584.615 361.969ZM666.344 394.321L617.113 452.068L427.606 417.917L476.763 360.258C466.495 361.069 456.24 360.738 446.594 358.999C442.899 358.333 439.604 357.352 436.384 356.334L357.333 449.059C347.745 460.305 351.821 471.654 366.394 474.28L578.68 512.536C593.272 515.165 613.068 508.101 622.642 496.87L701.681 404.159C697.737 403.938 693.918 403.525 690.25 402.925C681.016 401.253 672.924 398.34 666.344 394.321ZM784.782 355.919L808.197 284.321L730.253 270.275L679.956 349.53C670.548 364.515 681.509 379.43 706.449 383.924C733.358 388.774 766.327 379.619 780.073 363.495C782.239 360.954 783.775 358.434 784.782 355.919Z' fill='url(%23paint0_linear_4128_28849)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4128_28849' x1='708.585' y1='418.365' x2='334.951' y2='349.704' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C3DAE8'/%3E%3Cstop offset='1' stop-color='%23C3DAE8' stop-opacity='0.08'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper {
    padding: 50px 30px;
    min-height: 525px;
    justify-content: flex-start;
  }
}
@media (max-width: 400px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='343' height='525' viewBox='0 0 343 525' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 27C0 12.0883 12.0883 0 27 0H316C330.912 0 343 12.0883 343 27V498C343 512.912 330.912 525 316 525H27C12.0883 525 0 512.912 0 498V27Z' fill='%23E2F2F6'/%3E%3Cmask id='mask0_4128_28850' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='163' width='343' height='362'%3E%3Crect y='163' width='343' height='362' rx='27' fill='%233581B8'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4128_28850)'%3E%3Cpath d='M257.677 441.579L298.277 404.204L258.887 397.106L214.12 427.345C212.606 428.434 211.293 429.61 210.199 430.894C203.254 439.041 208.628 447.636 222.234 450.088C234.777 452.349 249.952 448.58 257.677 441.579ZM283.789 461.181C297.385 463.631 314.042 459.006 320.987 450.859C321.245 450.557 321.474 450.249 321.7 449.958L347.519 413.078L308.129 405.98L272.579 441.072C272.294 441.375 272.019 441.68 271.754 441.987C264.809 450.133 270.193 458.731 283.789 461.181ZM325.082 477.527L300.209 506.703L204.462 489.448L229.298 460.316C224.111 460.727 218.929 460.559 214.056 459.681C212.189 459.344 210.524 458.849 208.897 458.334L168.957 505.183C164.114 510.864 166.173 516.598 173.536 517.925L280.791 537.253C288.163 538.582 298.165 535.013 303.002 529.339L342.936 482.497C340.943 482.385 339.014 482.177 337.16 481.874C332.495 481.029 328.406 479.557 325.082 477.527ZM384.922 458.125L396.752 421.95L357.371 414.854L331.96 454.897C327.206 462.468 332.744 470.003 345.344 472.274C358.94 474.724 375.597 470.098 382.542 461.952C383.637 460.668 384.413 459.395 384.922 458.125Z' fill='url(%23paint0_linear_4128_28850)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4128_28850' x1='346.424' y1='489.674' x2='157.649' y2='454.985' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C3DAE8'/%3E%3Cstop offset='1' stop-color='%23C3DAE8' stop-opacity='0.08'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .title-bottom {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #1f2735;
  max-width: 313px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .title-bottom {
    max-width: 485px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .title-bottom {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 25px;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .rows .row {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2735;
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .rows .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .rows .row {
    line-height: 1.6;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .rows .row {
    line-height: 1.4;
  }
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .rows .row:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  left: 0;
  top: 8px;
  background: linear-gradient(360deg, rgba(234, 158, 68, 1) 36%, rgba(254, 216, 81, 1) 100%);
  border-radius: 50%;
}
.tpl-loyalty-management .deliver-a-merchant-self-serve .wrapper .bottom-wrapper .rows .row:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 2px;
  top: 10px;
  background-color: #e2f2f7;
  border-radius: 50%;
}
.tpl-loyalty-management .icon-button {
  background: #106350;
  padding: 19px 0 13px;
}
@media (max-width: 1024px) {
  .tpl-loyalty-management .icon-button {
    padding: 60px 0 58px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .icon-button {
    padding: 32px 0 66px;
  }
}
.tpl-loyalty-management .icon-button .wrapper-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .tpl-loyalty-management .icon-button .wrapper-section {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .tpl-loyalty-management .icon-button .wrapper-section {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .icon-button .wrapper-section {
    flex-direction: column;
    align-items: center;
  }
}
.tpl-loyalty-management .icon-button .wrapper-section .icon-and-text {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: 54px;
  margin-right: 42px;
}
@media (max-width: 1140px) {
  .tpl-loyalty-management .icon-button .wrapper-section .icon-and-text {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .tpl-loyalty-management .icon-button .wrapper-section .icon-and-text {
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .icon-button .wrapper-section .icon-and-text {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon-mobile {
  display: none;
  max-width: 262px;
  width: 100%;
  max-height: 190px;
  text-align: center;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon-mobile {
    display: block;
  }
}
.tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon-mobile img, .tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon-mobile svg {
  max-width: 262px;
  max-height: 190px;
  object-fit: contain;
}
.tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon {
  max-width: 209px;
  width: 100%;
  max-height: 152px;
  text-align: center;
}
@media (max-width: 576px) {
  .tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon {
    display: none;
  }
}
.tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon img, .tpl-loyalty-management .icon-button .wrapper-section .icon-and-text .icon svg {
  max-width: 209px;
  max-height: 152px;
  object-fit: contain;
}
.tpl-loyalty-management .icon-button .wrapper-section .btn-green {
  max-width: 712px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .tpl-loyalty-management .icon-button .wrapper-section .btn-green {
    max-width: 350px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .icon-button .wrapper-section .btn-green {
    align-items: center;
  }
}
.tpl-loyalty-management .icon-button .wrapper-section .btn-green .wys {
  max-width: 371px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .tpl-loyalty-management .icon-button .wrapper-section .btn-green .wys {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tpl-loyalty-management .icon-button .wrapper-section .btn-green .wys p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 1024px) {
  .tpl-loyalty-management .icon-button .wrapper-section .btn-green .wys p {
    font-weight: 400;
  }
}
@media (max-width: 576px) {
  .tpl-loyalty-management .icon-button .wrapper-section .btn-green .wys p {
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
  }
}

/* Line wrapping in code examples */
  .enlighter-default{
  word-break: break-all;
  }
  @media (min-width: 1141px) and (max-width: 1200px){
    .main_nav .level_a li{
      margin-right: 50px;
    }
  }