.cta-section {
  background-color: #01021E;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .cta-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta-section::before {
  content: "";
  position: absolute;
  width: 648px;
  height: 1210px;
  background-image: url("../../../src/img/circle_left_service.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0, -37%);
      -ms-transform: translate(0, -37%);
          transform: translate(0, -37%);
  left: 0;
  z-index: 1;
}
.cta-section .cta-section__content {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  background: linear-gradient(96.82deg, #9A26DC 6.3%, #6D38F0 99.08%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cta-section .cta-section__content {
    border-radius: 0;
    padding-bottom: 0;
    min-height: 900px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cta-section .cta-section__content {
    min-height: 870px;
  }
}
@media (max-width: 670px) {
  .cta-section .cta-section__content {
    min-height: 800px;
  }
}
@media (max-width: 600px) {
  .cta-section .cta-section__content {
    min-height: 850px;
  }
}
.cta-section .cta-section__content .cta-section__content-top-decoration {
  position: absolute;
  top: -225px;
  right: 190px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta-section .cta-section__content .cta-section__content-top-decoration {
    width: 260px;
    height: 260px;
    right: -50px;
    top: -25%;
  }
}
.cta-section .cta-section__content .cta-section__content-bottom-decoration {
  position: absolute;
  bottom: -265px;
  left: 50%;
  -webkit-transform: translate(-81%, 0);
      -ms-transform: translate(-81%, 0);
          transform: translate(-81%, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .cta-section .cta-section__content .cta-section__content-bottom-decoration {
    width: 260px;
    height: 260px;
    bottom: -131px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.cta-section .cta-section__content .cta_title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  width: 100%;
  font-family: "ClashDisplay";
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 996px) {
  .cta-section .cta-section__content .cta_title {
    font-size: 48px;
    line-height: 48px;
  }
}
.cta-section .cta-section__content .cta_subtitle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  width: 100%;
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 58px;
}
@media (max-width: 992px) {
  .cta-section .cta-section__content .cta_subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 48px;
  }
}
.cta-section .cta-section__content .cta_button {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  width: 218px;
  height: 50px;
  border-radius: 12px;
  line-height: 50px;
  background-color: #01021E;
  -webkit-box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
          box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
  background: -webkit-gradient(linear, left top, right top, from(#FFCC17), to(#FFD84D));
  background: linear-gradient(90deg, #FFCC17 0%, #FFD84D 100%);
  font-family: "Inter", serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-section .cta-section__content .cta_button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFD84D), to(#FFCC17));
  background: linear-gradient(90deg, #FFD84D 0%, #FFCC17 100%);
  -webkit-box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
          box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 992px) {
  .cta-section .cta-section__content .cta_button {
    width: 198px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
}
.cta-section .cta-section__content .cta-mobile__heroise {
  display: none;
  opacity: 0;
}
@media (max-width: 992px) {
  .cta-section .cta-section__content .cta-mobile__heroise {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 100%;
    max-width: 550px;
    height: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 1;
    z-index: 2;
  }
}
@media (max-width: 680px) {
  .cta-section .cta-section__content .cta-mobile__heroise {
    bottom: -5px;
  }
}
@media (max-width: 576px) {
  .cta-section .cta-section__content .cta-mobile__heroise {
    bottom: -4px;
  }
}
@media (max-width: 470px) {
  .cta-section .cta-section__content .cta-mobile__heroise {
    bottom: -3px;
  }
}
.cta-section .cta-section__content .cta-section__hero {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
}
.cta-section .cta-section__content .cta-section__hero--left {
  left: -170px;
  top: 60%;
}
@media (max-width: 1200px) {
  .cta-section .cta-section__content .cta-section__hero--left {
    left: -235px;
  }
}
@media (max-width: 992px) {
  .cta-section .cta-section__content .cta-section__hero--left {
    display: none;
  }
}
.cta-section .cta-section__content .cta-section__hero--right {
  right: -100px;
  top: 49.5%;
}
@media (max-width: 1200px) {
  .cta-section .cta-section__content .cta-section__hero--right {
    right: -235px;
  }
}
@media (max-width: 992px) {
  .cta-section .cta-section__content .cta-section__hero--right {
    display: none;
  }
}