body {
  background: transparent !important;
  background-color: transparent !important;
}

p {
  margin: 0;
}

.ion7-form-notice {
  position: fixed;
  top: 14px;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 111;
  font-family: "Cal Sans", sans-serif;
  font-size: 1px;
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.ion7-form-notice.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}
.ion7-form-notice.is-success {
  border-color: rgba(134, 215, 5, 0.55);
  box-shadow: 0 10px 30px rgba(134, 215, 5, 0.16);
}
.ion7-form-notice.is-error {
  border-color: rgba(255, 49, 48, 0.5);
  box-shadow: 0 10px 30px rgba(255, 49, 48, 0.2);
}
@media (max-width: 767px) {
  .ion7-form-notice {
    width: calc(100% - 22px);
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 12px;
  }
}
.ion7-form-notice #summary.hero-container .hero-wrapper .ion7-loader {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 60;
}

.bg-wrapper-custom {
  position: fixed;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  top: 0;
  left: 0;
}
.bg-wrapper-custom .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.8;
}
.bg-wrapper-custom .blob1 {
  background: #ffadad;
  width: 500px;
  height: 500px;
  top: 10%;
  left: 10%;
  animation: animate1 18s infinite alternate;
}
.bg-wrapper-custom .blob2 {
  background: #ffd6a5;
  width: 400px;
  height: 450px;
  top: 20%;
  right: 5%;
  animation: animate2 15s infinite alternate;
}
.bg-wrapper-custom .blob3 {
  background: #caffbf;
  width: 350px;
  height: 350px;
  bottom: 10%;
  left: 30%;
  animation: animate3 17s infinite alternate;
}
.bg-wrapper-custom .blob4 {
  background: #d5ff40;
  width: 350px;
  height: 350px;
  bottom: 25%;
  right: 20%;
  animation: animate4 20s infinite alternate;
}
.bg-wrapper-custom .blob5 {
  background: #9bf6ff;
  width: 200px;
  height: 200px;
  top: 40%;
  left: 45%;
  animation: animate5 16s infinite alternate;
}
.bg-wrapper-custom .bg-inner-custom {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: transparent !important;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3294117647));
  position: absolute;
}

@keyframes animate1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(60vw, 40vh) scale(1.2);
  }
  100% {
    transform: translate(-20vw, -30vh) scale(0.9);
  }
}
@keyframes animate2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(-50vw, 30vh) scale(0.8);
  }
  100% {
    transform: translate(20vw, -60vh) scale(1.1);
  }
}
@keyframes animate3 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  60% {
    transform: translate(-30vw, -40vh) scale(1.1);
  }
  100% {
    transform: translate(40vw, 50vh) scale(0.9);
  }
}
@keyframes animate4 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  30% {
    transform: translate(30vw, -60vh) scale(0.9);
  }
  100% {
    transform: translate(-40vw, 30vh) scale(1.2);
  }
}
@keyframes animate5 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-50vw, -50vh) scale(1.1);
  }
  100% {
    transform: translate(50vw, 50vh) scale(0.8);
  }
}
@font-face {
  font-family: "Cal Sans";
  src: url("../fonts/CalSans-Regular.woff2") format("woff2"), url("../fonts/CalSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zuume";
  src: url("../fonts/Zuume-ExtraBold.woff2") format("woff2"), url("../fonts/Zuume-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-23 {
  font-size: 23px;
  font-family: "Cal Sans";
}

.font-38 {
  font-size: 38px;
  font-family: "Cal Sans";
}

.toggle-wrapper {
  position: fixed;
  top: 50px;
  left: 50%;
  --toggle-wrapper-scale: 1;
  transform: translateX(-50%) scale(var(--toggle-wrapper-scale));
  transform-origin: 50% 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: radial-gradient(ellipse at top, rgba(214, 255, 64, 0.18), rgba(102, 122, 30, 0.05), rgba(0, 0, 0, 0.0901960784)), radial-gradient(ellipse at bottom, rgba(230, 100, 100, 0.13), rgba(0, 0, 0, 0.37));
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  overflow: hidden;
}
.toggle-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/ION7/noise.webp");
  background-repeat: repeat;
  background-size: 700px 700px;
  background-position: 0 0;
  opacity: 0.1;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  z-index: 0;
  pointer-events: none;
}
.toggle-wrapper .toggle-logo {
  position: relative;
  z-index: 2;
  width: 39px;
  height: 39px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 7px;
  pointer-events: none;
}
.toggle-wrapper .toggle-logo img {
  width: 35px;
  height: 35px;
  display: block;
}

.toggle-box {
  position: relative;
  z-index: 2;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
  transition: color 0.2s ease;
}
.toggle-box h6 {
  margin: 0;
  font-family: "Cal Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
}
.toggle-box.is-active {
  color: #000000;
}
.toggle-box.is-active h6 {
  color: #000000;
}

.toggle-highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border-radius: 999px;
  transition: transform 0.35s ease, width 0.35s ease, height 0.35s ease;
  z-index: 1;
  background: linear-gradient(45.15deg, rgba(255, 255, 255, 0.71) 15.53%, #86D705 39.89%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  backdrop-filter: blur(21.7px);
}

.ion7-section {
  display: block;
  min-height: 60vh;
}
.ion7-section.is-active {
  display: block;
}

.max-w-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-container .hero-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 700px;
  text-align: center;
  color: rgba(255, 255, 255, 0.651);
  position: relative;
}
.hero-container .hero-wrapper .image-left {
  position: absolute;
  bottom: 330px;
  left: clamp(10px, 1.6vw, 28px);
  z-index: 1;
}
.hero-container .hero-wrapper .image-left img {
  width: clamp(150px, 12.5vw, 238px);
  height: auto;
  border-radius: 10px;
  position: relative;
  will-change: transform, opacity;
}
.hero-container .hero-wrapper .image-left img:nth-last-of-type(1) {
  top: clamp(62px, 5.4vw, 100px);
  margin-left: 5px;
}
.hero-container .hero-wrapper .image-bottom {
  position: absolute;
  bottom: 40px;
  right: clamp(120px, 16vw, 290px);
  left: auto;
  z-index: 1;
}
.hero-container .hero-wrapper .image-bottom img {
  width: auto;
  height: clamp(175px, 14.8vw, 285px);
  border-radius: 10px;
  position: relative;
  will-change: transform, opacity;
}
.hero-container .hero-wrapper .image-bottom img:nth-last-of-type(1) {
  top: 20px;
  margin-left: 5px;
}
.hero-container .hero-wrapper .image-right {
  position: absolute;
  top: clamp(195px, 17vw, 250px);
  right: clamp(10px, 1.8vw, 30px);
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.hero-container .hero-wrapper .image-right img {
  width: clamp(165px, 13.4vw, 255px);
  height: auto;
  border-radius: 10px;
  position: relative;
  will-change: transform, opacity;
}
.hero-container .hero-wrapper .image-right img:nth-last-of-type(1) {
  margin-top: 5px;
}
.hero-container .hero-wrapper .ion7-loader {
  z-index: 6;
  pointer-events: none;
  will-change: transform, opacity;
}
.hero-container .hero-wrapper .ion7-loader.is-floating {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-container .hero-wrapper .ion7-loader img {
  width: auto;
  height: min(120px, 24vw);
  max-height: 120px;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}
.hero-container .hero-wrapper .text-container {
  width: 100%;
  max-width: min(46vw, 700px);
  padding: 0 clamp(14px, 2.4vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
.hero-container .hero-wrapper .text-container .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero-container .hero-wrapper .text-container .text-wrapper.left-align {
  align-items: flex-start;
}
.hero-container .hero-wrapper .text-container .text-wrapper.right-align {
  align-items: flex-end;
}
.hero-container .hero-wrapper .text-container .text-wrapper p {
  line-height: 1;
  color: white;
  margin: 0;
}
.hero-container .hero-wrapper .text-container .desc {
  font-size: 16px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 300;
  max-width: 495px;
  text-align: right;
  margin-top: 20px;
}
.hero-container .hero-wrapper .text-container .button-wrapper {
  display: flex;
  margin-top: 20px;
}
.hero-container .hero-wrapper .text-container .button-wrapper .button-cta {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 34px;
  background: linear-gradient(23deg, rgb(255, 255, 255) 10.53%, #86D705 43.89%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  backdrop-filter: blur(21.7px);
  border-radius: 999px;
  color: #243805;
  font-family: "Cal Sans";
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  min-width: 160px;
}
.hero-container .hero-wrapper .text-container .button-wrapper .demo-btn {
  background: linear-gradient(23deg, rgba(134, 215, 5, 0.99) 15.53%, rgba(255, 255, 255, 0.3069) 63.89%);
  margin-left: 10px;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-container .hero-wrapper .text-container .button-wrapper .demo-btn i {
  margin-left: 5px;
  font-size: 21px;
  color: #d5ff40;
}
.hero-container .intro-stage {
  position: relative;
  min-height: 130vh;
  width: 100%;
  overflow: visible;
  margin-bottom: 0px;
}
.hero-container .intro-stage .orb-wrapper {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: min(980px, 100vw);
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.hero-container .intro-stage .orb-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}
.hero-container .intro-stage .orb-wrapper .overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  height: 70%;
  width: 100%;
  bottom: 0;
  left: 0;
  top: auto;
}
.hero-container .intro-stage .intro-container {
  height: 100vh;
  width: 100%;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  z-index: 2;
}
.hero-container .intro-stage .intro-container .intro-header {
  position: relative;
  text-align: center;
  max-width: 500px;
}
.hero-container .intro-stage .intro-container .intro-header .ION7-intro {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}
.hero-container .intro-stage .intro-container .intro-header p {
  margin: 0;
  line-height: 1;
}
.hero-container .intro-stage .intro-container .intro-header p:nth-last-of-type(1) {
  margin-top: 20px;
}
.hero-container .intro-stage .intro-container .intro-header .desc {
  font-family: "Inter", "Roboto", sans-serif;
}
.hero-container .intro-stage .intro-dashboard {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 4;
  margin-top: -22vh;
  display: flex;
  justify-content: center;
}
.hero-container .intro-stage .intro-dashboard .dashboard-border {
  width: 95vw;
  max-width: 1300px;
  min-width: 0;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.0588235294);
  backdrop-filter: blur(8px);
  overflow: hidden;
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0px 0px rgba(255, 255, 255, 0);
}
.hero-container .intro-stage .intro-dashboard .dashboard-border::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/ION7/noise.webp");
  background-repeat: repeat;
  background-size: 64px 64px;
  background-position: 0 0;
  opacity: 0.25;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  z-index: 0;
  pointer-events: none;
}
.hero-container .intro-stage .intro-dashboard .dashboard-border img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.hero-container .stroke-title-max {
  width: 100%;
  margin: 30px 0 70px;
  position: relative;
  display: grid;
  place-items: center;
  container-type: inline-size;
}
.hero-container .stroke-title-max .stroke {
  font-family: "Zuume";
  width: 100%;
  text-align: center;
  white-space: nowrap;
  line-height: 0.85;
  font-size: clamp(42px, 23.5cqi, 350px);
  color: #d5ff40;
  background-image: linear-gradient(112deg, rgba(213, 255, 64, 0.72) 0%, rgba(213, 255, 64, 0.92) 26%, rgb(255, 255, 255) 42%, rgb(255, 244, 196) 48%, rgb(255, 255, 255) 54%, rgba(255, 228, 146, 0.98) 60%, rgba(213, 255, 64, 0.96) 78%, rgba(213, 255, 64, 0.8) 100%);
  background-repeat: no-repeat;
  background-size: 280% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.16), 0 0 26px rgba(255, 224, 148, 0.22);
  will-change: opacity, background-position;
}
.hero-container .stroke-title-max .text {
  font-family: "Cal Sans";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(18px, 10vw, 50px);
  white-space: nowrap;
  z-index: 2;
  color: #d5ff40;
  background-image: linear-gradient(112deg, rgba(213, 255, 64, 0.76) 0%, rgba(213, 255, 64, 0.94) 30%, rgba(255, 255, 255, 0.96) 46%, rgba(255, 224, 148, 0.98) 52%, rgba(255, 255, 255, 0.96) 58%, rgba(213, 255, 64, 0.95) 76%, rgba(213, 255, 64, 0.78) 100%);
  background-repeat: no-repeat;
  background-size: 240% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: opacity, background-position;
}
.hero-container .section-col-2 {
  width: 100%;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  height: 100vh;
  align-items: center;
}
.hero-container .section-col-2 .text-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 30px;
}
.hero-container .section-col-2 .text-wrapper .error {
  font-size: 17px;
  font-family: "Cal Sans";
  line-height: 1;
  color: white;
  box-sizing: border-box;
  padding: 11px 19px;
  background: radial-gradient(ellipse at top, rgba(236, 41, 41, 0.59), rgba(102, 122, 30, 0), rgba(0, 0, 0, 0.0901960784)), radial-gradient(ellipse at bottom, rgba(230, 100, 100, 0.856), rgba(0, 0, 0, 0.37));
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.hero-container .section-col-2 .text-wrapper .error::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/ION7/noise.webp");
  background-repeat: repeat;
  background-size: 64px 64px;
  background-position: 0 0;
  opacity: 0.25;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  z-index: -1;
  pointer-events: none;
}
.hero-container .section-col-2 .text-wrapper .error img {
  height: 15px;
  width: auto;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.hero-container .section-col-2 .text-wrapper .error.reverse {
  margin-bottom: 10px;
}
.hero-container .section-col-2 .text-wrapper .error.reverse img {
  margin-left: 0;
  margin-right: 10px;
}
.hero-container .section-col-2 .text-wrapper .highlight {
  box-sizing: border-box;
  padding: 0px 10px;
  background-color: #ff3130;
  color: wheat;
  line-height: 1.6;
  white-space: nowrap;
}
.hero-container .section-col-2 .text-wrapper p {
  line-height: 1;
  color: white;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.hero-container .section-col-2 .text-wrapper .desc {
  font-size: 16px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 300;
  max-width: 520px;
  text-align: left;
  margin-top: 20px;
}
.hero-container .section-col-2 .text-wrapper > .font-38.ion7-shine-title {
  display: inline-block;
  color: #d5ff40;
  background-image: linear-gradient(112deg, rgba(213, 255, 64, 0.6) 0%, rgba(213, 255, 64, 0.88) 24%, rgba(255, 255, 255, 0.98) 39%, rgb(255, 255, 255) 46%, rgb(255, 248, 215) 50%, rgb(255, 255, 255) 54%, rgba(255, 223, 132, 0.98) 60%, rgba(213, 255, 64, 0.95) 76%, rgba(213, 255, 64, 0.74) 100%);
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.24), 0 0 34px rgba(255, 224, 148, 0.3);
  will-change: opacity, background-position;
}
.hero-container .section-col-2 .text-wrapper .icon img {
  position: absolute;
  top: -20px;
  left: -27px;
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}
.hero-container .section-col-2 .text-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}
.hero-container .section-col-2 .text-wrapper .title span {
  box-sizing: border-box;
  padding: 15px 25px;
  border-radius: 50px;
}
.hero-container .section-col-2 .text-wrapper .title span:nth-of-type(1n) {
  background-color: #cb5cff;
  color: black;
}
.hero-container .section-col-2 .text-wrapper .title span:nth-of-type(2n) {
  background-color: #ff3130;
  color: wheat;
}
.hero-container .section-col-2 .text-wrapper .title span:nth-of-type(3n) {
  background-color: #5cfff1;
  color: black;
}
.hero-container .section-col-2 .text-wrapper .title span:nth-of-type(4n) {
  background-color: #ffe95c;
  color: black;
}
.hero-container .section-col-2 .text-wrapper .title span:nth-of-type(5n) {
  background-color: #d5ff40;
  color: black;
}
.hero-container .section-col-2 .text-wrapper .title span:nth-of-type(6n) {
  background-color: #ff5c7d;
  color: black;
}
.hero-container .section-col-2 .text-wrapper .title span:nth-of-type(7n) {
  background-color: #ffaf5c;
  color: black;
}
.hero-container .section-col-2 .box-wrapper {
  width: 50%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 10px 30px;
  row-gap: 15px;
}
.hero-container .section-col-2 .box-wrapper .box {
  width: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-sizing: border-box;
  padding: 15px;
  border-radius: 30px;
  position: relative;
  background: radial-gradient(circle at 120% 120%, rgba(213, 255, 64, 0.24) 0%, rgba(213, 255, 64, 0.12) 28%, rgba(213, 255, 64, 0) 62%), radial-gradient(ellipse at center, rgba(102, 122, 30, 0.05) 0%, rgba(0, 0, 0, 0.37) 75%);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  overflow: hidden;
}
.hero-container .section-col-2 .box-wrapper .box .box-subtitle {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  font-family: "Cal Sans";
}
.hero-container .section-col-2 .box-wrapper .box {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0px 0px rgba(255, 255, 255, 0);
}
.hero-container .section-col-2 .box-wrapper .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/ION7/noise.webp");
  background-repeat: repeat;
  background-size: 500px 500px;
  background-position: 0 0;
  opacity: 0.2;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  z-index: 0;
  pointer-events: none;
}
.hero-container .section-col-2 .box-wrapper .box > * {
  position: relative;
  z-index: 1;
}
.hero-container .section-col-2 .box-wrapper .box .divider-dash {
  width: 100%;
  height: 1px;
  border-bottom: 0;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.29) 0 14px, rgba(255, 255, 255, 0) 14px 22px);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.hero-container .section-col-2 .box-wrapper .box .image-col {
  width: 100%;
  height: 100%;
}
.hero-container .section-col-2 .box-wrapper .box .image-col img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-container .section-col-2 .box-wrapper .box .box-row {
  width: 100%;
  min-height: 55px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 13px 15px;
}
.hero-container .section-col-2 .box-wrapper .box .box-row.total {
  background: radial-gradient(ellipse at top, rgba(214, 255, 64, 0.18), rgba(102, 122, 30, 0), rgba(0, 0, 0, 0.0901960784)), radial-gradient(ellipse at bottom, rgba(230, 100, 100, 0.26), rgba(0, 0, 0, 0.37));
  padding: 20px 15px;
}
.hero-container .section-col-2 .box-wrapper .box .box-row.total span.sub {
  font-size: 14px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-left: 5px;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .info {
  width: 75%;
  height: -moz-fit-content;
  height: fit-content;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .info .title {
  font-size: 21px;
  font-family: "Cal Sans";
  line-height: 1;
  color: white;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .info .desc {
  font-size: 13px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 300;
  color: #bbbbbb;
  line-height: 1;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .info .desc:nth-of-type(odd) {
  margin-top: 0px;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .info .desc b {
  color: white;
  margin-right: 2px;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .info .desc .dirham {
  width: 12px;
  height: 12px;
  margin-right: 1px;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .info .desc .dirham path {
  fill: white;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .price {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .price p {
  display: flex;
  align-items: center;
  color: white;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .price .dirham {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.hero-container .section-col-2 .box-wrapper .box .box-row .price .dirham path {
  fill: white;
}
.hero-container .problem-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.hero-container .problem-container .orb-shadow {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: auto;
}
.hero-container .problem-container .problem-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-container .problem-container .problem-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-container .problem-container .problem-wrapper .text-wrapper p {
  line-height: 1;
  color: white;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-container .problem-container .problem-wrapper .text-wrapper p.highlight-red {
  color: white;
  background: #ff3130;
  box-sizing: border-box;
  padding: 7px 38px;
  transform: rotate(-3deg);
  z-index: 0;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .icon img {
  position: absolute;
  top: -20px;
  left: -27px;
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span {
  box-sizing: border-box;
  padding: 15px 25px;
  border-radius: 50px;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span:nth-of-type(1n) {
  background-color: #cb5cff;
  color: black;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span:nth-of-type(2n) {
  background-color: #ff3130;
  color: wheat;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span:nth-of-type(3n) {
  background-color: #5cfff1;
  color: black;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span:nth-of-type(4n) {
  background-color: #ffe95c;
  color: black;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span:nth-of-type(5n) {
  background-color: #d5ff40;
  color: black;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span:nth-of-type(6n) {
  background-color: #ff5c7d;
  color: black;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .title span:nth-of-type(7n) {
  background-color: #ffaf5c;
  color: black;
}
.hero-container .problem-container .problem-wrapper .text-wrapper .desc {
  font-size: 16px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 300;
  max-width: 520px;
  text-align: center;
  margin-top: 20px;
}

.features-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #000;
  transition: background-color 0.32s ease;
}
.features-container.is-70-bg {
  background: rgba(0, 0, 0, 0.7);
}
.features-container .features-intro-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.features-container .features-intro-container .intro-wrapper {
  --ion7-main-lift-offset: 0px;
  --ion7-main-lift-target: 0px;
  --ion7-main-center-y: calc(50% - var(--ion7-main-lift-offset));
  --ion7-main-font-scale: 20;
  --ion7-main-clip-opacity: 0;
  --ion7-main-live-opacity: 0;
  --ion7-main-gradient-opacity: 0;
  --ion7-main-gradient-position: 0%;
  --ion7-main-sub-top: calc(var(--ion7-main-center-y) - clamp(128px, 1.6vw, 188px));
  --ion7-main-support-top: calc(var(--ion7-main-center-y) + clamp(56px, 5.2vw, 82px));
  --ion7-main-desc-top: calc(var(--ion7-main-center-y) + clamp(126px, 11.4vw, 178px));
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  padding: 0 24px;
  overflow: hidden;
}
.features-container .features-intro-container .intro-wrapper .sub {
  font-size: 38px;
  font-family: "Cal Sans";
  color: white;
  position: absolute;
  top: var(--ion7-main-sub-top);
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  text-align: center;
  z-index: 4;
}
.features-container .features-intro-container .intro-wrapper .main-text {
  font-size: calc(clamp(32px, 50vw, 165px) * var(--ion7-main-font-scale));
  font-family: "Zuume";
  line-height: 1;
  position: absolute;
  top: var(--ion7-main-center-y);
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  margin: 0;
  padding-bottom: 0.04em;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  will-change: opacity, font-size;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  isolation: isolate;
  z-index: 2;
}
.features-container .features-intro-container .intro-wrapper .main-text::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: block;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  background-image: url("../images/46.webp");
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: 50% 50%;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: var(--ion7-main-clip-opacity);
  pointer-events: none;
  z-index: 0;
}
.features-container .features-intro-container .intro-wrapper .main-text .main-text-live {
  position: relative;
  z-index: 1;
  display: block;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  background-image: url("../images/46.webp");
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: 50% 50%;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: var(--ion7-main-live-opacity);
}
.features-container .features-intro-container .intro-wrapper .main-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: block;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  background-image: linear-gradient(112deg, rgba(213, 255, 64, 0.6) 0%, rgba(213, 255, 64, 0.88) 24%, rgba(255, 255, 255, 0.98) 39%, rgb(255, 255, 255) 46%, rgb(255, 248, 215) 50%, rgb(255, 255, 255) 54%, rgba(255, 223, 132, 0.98) 60%, rgba(213, 255, 64, 0.95) 76%, rgba(213, 255, 64, 0.74) 100%);
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: var(--ion7-main-gradient-position) 50%;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: var(--ion7-main-gradient-opacity);
  pointer-events: none;
  z-index: 2;
}
.features-container .features-intro-container .intro-wrapper .support-text {
  font-family: "Cal Sans";
  font-size: 38px;
  color: white;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  top: var(--ion7-main-support-top);
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  text-align: center;
  z-index: 4;
}
.features-container .features-intro-container .intro-wrapper .desc {
  font-size: 19px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 400;
  width: min(700px, 100% - 48px);
  text-align: center;
  color: #5d5d5d;
  margin-top: 0;
  line-height: 1.3;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  top: var(--ion7-main-desc-top);
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 4;
}
.features-container .features-intro-container .intro-wrapper .desc .bright {
  color: white;
  font-weight: 500;
}
.features-container .features-intro-container .feature-col-2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
}
.features-container .features-intro-container .feature-col-2 .feature-image {
  width: 55%;
  height: 100%;
  position: relative;
}
.features-container .features-intro-container .feature-col-2 .feature-image .image-box {
  position: absolute;
  width: 110vw;
  top: 0;
  left: -5vw;
  right: auto;
}
.features-container .features-intro-container .feature-col-2 .feature-image .image-box .base {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.features-container .features-intro-container .feature-col-2 .feature-image .image-box img[class^=image-],
.features-container .features-intro-container .feature-col-2 .feature-image .image-box img[class*=" image-"] {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 0;
  left: 0;
}
.features-container .features-intro-container .feature-col-2 .feature-image .image-box img[class^=image-]:not(.image-1),
.features-container .features-intro-container .feature-col-2 .feature-image .image-box img[class*=" image-"]:not(.image-1) {
  opacity: 0;
  visibility: hidden;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper {
  width: 45%;
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box {
  width: 500px;
  max-width: 100%;
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box p {
  text-align: center;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .highlight {
  line-height: 1;
  display: inline-block;
  color: #d5ff40;
  background-image: linear-gradient(112deg, rgba(213, 255, 64, 0.6) 0%, rgba(213, 255, 64, 0.88) 24%, rgba(255, 255, 255, 0.98) 39%, rgb(255, 255, 255) 46%, rgb(255, 248, 215) 50%, rgb(255, 255, 255) 54%, rgba(255, 223, 132, 0.98) 60%, rgba(213, 255, 64, 0.95) 76%, rgba(213, 255, 64, 0.74) 100%);
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: background-position;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header {
  line-height: 1;
  margin-bottom: 20px;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header .highlight {
  display: inline;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header.has-crossed-out {
  overflow: hidden;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header .crossed-out,
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header .replace {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header .crossed-out {
  display: block;
  position: relative;
  line-height: 1.1;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header .replace {
  display: inline-block;
  line-height: 1.1;
  will-change: transform, opacity;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .header .crossed-out-strike {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ff3130;
  transform: translateY(-50%) scaleX(0);
  transform-origin: 0% 50%;
  pointer-events: none;
  will-change: transform;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box .desc {
  font-size: 16px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 300;
}
.features-container .features-intro-container .feature-col-2 .desc-wrapper .desc-box:not(.desc-1) {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.background-dark {
  background: #000;
  transition: background-color 0.32s ease;
}
.background-dark.is-70-bg {
  background: rgba(0, 0, 0, 0.7);
}

.pricing-container {
  width: 100%;
  height: 100%;
  min-height: 110vh;
  position: relative;
  isolation: isolate;
  background: transparent;
}
.pricing-container .pricing-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 80px 24px;
  row-gap: 26px;
}
.pricing-container .pricing-wrapper .pricing-intro {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 750px;
  margin-bottom: 0;
}
.pricing-container .pricing-wrapper .pricing-intro .pricing-header {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.pricing-container .pricing-wrapper .pricing-intro .desc {
  font-size: 17px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 400;
  width: min(700px, 100% - 48px);
  text-align: center;
  color: #5d5d5d;
  margin-top: 0;
  line-height: 1.3;
  margin-inline: auto;
}
.pricing-container .pricing-wrapper .pricing-intro .desc .bright {
  color: white;
  font-weight: 500;
}
.pricing-container .pricing-wrapper .pricing-plan-toggle {
  position: relative;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  margin: 25px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(20, 20, 20, 0.46);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  overflow: hidden;
}
.pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border-radius: 999px;
  transition: transform 0.35s ease, width 0.35s ease, height 0.35s ease;
  z-index: 1;
  background: linear-gradient(45.15deg, rgba(255, 255, 255, 0.71) 15.53%, #86D705 39.89%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  backdrop-filter: blur(21.7px);
}
.pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option {
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 20px;
  min-width: 0;
  height: 37px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
  transition: color 0.2s ease;
  box-sizing: border-box;
  white-space: nowrap;
}
.pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option .label {
  margin: 0;
  font-family: "Cal Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
}
.pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option .sub {
  font-size: 10px;
  line-height: 1;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 500;
  color: #d5ff40;
  padding: 0;
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
}
.pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option.is-active {
  color: #000000;
}
.pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option.is-active .sub {
  color: #243805;
}
.pricing-container .pricing-wrapper .pricing-col-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-inline: auto;
  overflow: visible;
  padding: 20px 0;
  gap: 24px;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box {
  width: 100%;
  max-width: 360px;
  flex: 0 1 360px;
  height: auto;
  position: relative;
  overflow: visible;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .plan-tag {
  padding: 7px 14px;
  border-radius: 999px;
  position: absolute;
  font-size: 11px;
  line-height: 1;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 500;
  color: #12170a;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(213, 255, 64);
  z-index: 4;
  white-space: nowrap;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box {
  width: 100%;
  max-width: 360px;
  border-radius: 30px;
  padding: 28px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 660px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/ION7/noise.webp");
  background-repeat: repeat;
  background-size: 64px 64px;
  background-position: 0 0;
  opacity: 0.25;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  z-index: 0;
  pointer-events: none;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box > * {
  position: relative;
  z-index: 1;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .title {
  margin: 0;
  color: #ffffff;
  font-family: "Cal Sans";
  font-size: 34px;
  line-height: 1;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price {
  margin: 10px 0 0;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: center;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .price-value,
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .price-period {
  display: inline-block;
  will-change: transform, opacity;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .price-value {
  position: relative;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .price-value::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ff3130;
  transform: translateY(-50%) scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.24s ease;
  pointer-events: none;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .price-value.is-struck::after {
  transform: translateY(-50%) scaleX(1);
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .price-discounted-value {
  margin-left: 8px;
  color: #d5ff40;
  font-size: 34px;
  font-family: "Cal Sans";
  line-height: 1;
  display: inline-block;
  will-change: transform, opacity;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .sub {
  margin-left: 4px;
  font-size: 15px;
  font-family: "Inter", "Roboto", sans-serif;
  color: #90a293;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .dirham {
  width: 26px;
  height: 26px;
  margin-right: 3px;
  flex-shrink: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price .dirham path {
  fill: currentColor;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .desc {
  margin: 16px 0 0;
  color: #90a293;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .save-note {
  margin: 3px 0 0;
  min-height: 16px;
  color: #d5ff40;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  opacity: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .save-note.is-visible {
  opacity: 1;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price-billing-row {
  margin: 3px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price-billing-row .save-note,
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price-billing-row .save-pill {
  margin: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price-billing-row .price-billing-note {
  color: #90a293;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price-billing-row .price-billing-note .billing-amount {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price-billing-row .price-billing-note .dirham {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .price-billing-row .price-billing-note .dirham path {
  fill: currentColor;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .save-pill {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 9px;
  min-height: 0;
  border-radius: 999px;
  border: 1px solid rgba(213, 255, 64, 0.45);
  background: rgba(213, 255, 64, 0.12);
  color: #d5ff40;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .save-pill .save-pill-amount {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .save-pill .dirham {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .save-pill .dirham path {
  fill: currentColor;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box ul {
  margin: 35px 0 0;
  padding-left: 0;
  list-style: none;
  color: #ffffff;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box ul li img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box ul li.separator-after {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box ul li + li {
  margin-top: 7px;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .button-cta {
  margin-top: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 34px;
  background: linear-gradient(156deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 69%, #d5ff40 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  backdrop-filter: blur(21.7px);
  border-radius: 999px;
  color: #000000;
  font-family: "Cal Sans";
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  min-width: 160px;
  width: 100%;
  text-align: center;
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box.is-popular {
  height: 720px;
  margin-top: 0;
  margin-bottom: 0;
  background: radial-gradient(ellipse at top, rgba(214, 255, 64, 0.28), rgba(153, 182, 54, 0.12), rgba(0, 0, 0, 0.0901960784)), radial-gradient(ellipse at bottom, rgba(230, 100, 100, 0.18), rgba(0, 0, 0, 0.37));
  border-color: rgba(213, 255, 64, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box.is-popular .title {
  color: #d5ff40;
  background-image: linear-gradient(112deg, rgba(213, 255, 64, 0.6) 0%, rgba(213, 255, 64, 0.88) 24%, rgba(255, 255, 255, 0.98) 39%, rgb(255, 255, 255) 46%, rgb(255, 248, 215) 50%, rgb(255, 255, 255) 54%, rgba(255, 223, 132, 0.98) 60%, rgba(213, 255, 64, 0.95) 76%, rgba(213, 255, 64, 0.74) 100%);
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 88% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.24), 0 0 34px rgba(255, 224, 148, 0.3);
}
.pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box.is-popular .button-cta {
  border: none;
  background: linear-gradient(23deg, rgb(255, 255, 255) 10.53%, #86D705 43.89%);
  color: #243805;
}

.faq-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 24px 90px;
}
.faq-container .faq-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto 28px;
}
.faq-container .faq-intro .faq-header {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.faq-container .faq-intro .desc {
  font-size: 17px;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 400;
  width: min(700px, 100% - 48px);
  text-align: center;
  color: #5d5d5d;
  margin-top: 0;
  line-height: 1.3;
  margin-inline: auto;
}
.faq-container .faq-intro .desc a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-container .faq-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-container .faq-wrapper .faq-box {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(20, 20, 20, 0.46);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 20px 22px;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.faq-container .faq-wrapper .faq-box.is-open {
  border-color: rgba(134, 215, 5, 0.48);
  background: rgba(25, 25, 25, 0.64);
}
.faq-container .faq-wrapper .faq-box .faq-question {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  font-family: "Cal Sans";
  font-size: 22px;
  line-height: 1.15;
  color: #fff;
}
.faq-container .faq-wrapper .faq-box .faq-question::after {
  content: "+";
  font-size: 28px;
  line-height: 1;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 300;
  color: #86D705;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}
.faq-container .faq-wrapper .faq-box .faq-answer {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.45;
  font-family: "Inter", "Roboto", sans-serif;
  font-weight: 400;
  color: #bcbcbc;
  transition: opacity 0.2s ease;
}
.faq-container .faq-wrapper .faq-box.is-open .faq-question::after {
  transform: rotate(45deg);
}
.faq-container .faq-wrapper .faq-box.is-open .faq-answer {
  opacity: 1;
  padding-top: 12px;
}

@media (max-width: 1399px) {
  .hero-container {
    min-height: 640px;
  }
  .hero-container .image-left {
    bottom: 290px;
    left: 16px;
  }
  .hero-container .image-left img {
    width: clamp(138px, 12vw, 200px);
  }
  .hero-container .image-left img:nth-last-of-type(1) {
    top: clamp(58px, 5vw, 84px);
  }
  .hero-container .image-bottom {
    bottom: 40px;
    right: clamp(110px, 14vw, 190px);
  }
  .hero-container .image-bottom img {
    height: clamp(160px, 14vw, 215px);
  }
  .hero-container .image-right {
    top: 230px;
    right: 16px;
  }
  .hero-container .image-right img {
    width: clamp(148px, 12.6vw, 190px);
  }
  .hero-container .text-container {
    max-width: min(50vw, 620px);
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .hero-container {
    min-height: 620px;
  }
  .hero-container .image-left {
    bottom: 250px;
  }
  .hero-container .image-left img {
    width: clamp(118px, 12.2vw, 165px);
  }
  .hero-container .image-left img:nth-last-of-type(1) {
    top: clamp(52px, 5vw, 68px);
  }
  .hero-container .image-bottom {
    right: clamp(75px, 10vw, 125px);
  }
  .hero-container .image-bottom img {
    height: clamp(138px, 13.2vw, 178px);
  }
  .hero-container .image-right {
    top: 220px;
  }
  .hero-container .image-right img {
    width: clamp(126px, 11.8vw, 158px);
  }
  .hero-container .text-container {
    max-width: min(54vw, 570px);
    margin-top: 0;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .features-container .features-intro-container {
    height: auto;
    min-height: clamp(920px, 130vw, 1220px);
    overflow: visible;
  }
  .features-container .intro-wrapper {
    --ion7-main-font-scale: 1;
    --ion7-main-live-opacity: 1;
    --ion7-main-gradient-opacity: 1;
    --ion7-main-gradient-position: 88%;
    --ion7-main-sub-top: calc(var(--ion7-main-center-y) - clamp(108px, 14vw, 138px));
    --ion7-main-support-top: calc(var(--ion7-main-center-y) + clamp(44px, 8vw, 64px));
    --ion7-main-desc-top: calc(var(--ion7-main-center-y) + clamp(98px, 16vw, 150px));
  }
  .features-container .intro-wrapper .sub,
  .features-container .intro-wrapper .support-text {
    font-size: clamp(26px, 6.4vw, 34px);
  }
  .features-container .intro-wrapper .desc {
    font-size: 17px;
    width: min(620px, 100% - 36px);
  }
  .features-container .feature-col-2 .feature-image .image-box {
    width: min(122vw, 980px);
  }
  .features-container .feature-col-2 .desc-wrapper .desc-box {
    width: min(460px, 100%);
  }
  .pricing-container .pricing-wrapper {
    padding: 70px 18px;
    row-gap: clamp(20px, 3.8vw, 30px);
  }
  .pricing-container .pricing-wrapper .pricing-intro .desc {
    width: min(680px, 100% - 30px);
  }
  .pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-wrapper {
    margin-top: 18px;
  }
  .pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option {
    min-width: 132px;
    padding: 0 14px;
    height: 37px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 {
    padding: 34px 0 28px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box {
    flex-basis: calc(50% - 12px);
    max-width: none;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box.is-popular-wrap {
    max-width: 560px;
    width: 100%;
    margin-inline: auto;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box {
    max-width: none;
    height: 660px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box.is-popular {
    margin-top: 0;
    margin-bottom: 0;
    height: 720px;
  }
  .faq-container {
    padding: 18px 20px 72px;
  }
  .faq-container .faq-intro {
    margin-bottom: 24px;
  }
  .faq-container .faq-intro .desc {
    width: min(680px, 100% - 28px);
    font-size: 16px;
  }
  .hero-container {
    min-height: 680px;
  }
  .hero-container .image-left {
    bottom: 250px;
  }
  .hero-container .image-left img {
    width: clamp(102px, 13vw, 132px);
  }
  .hero-container .image-bottom {
    bottom: 32px;
    right: 78px;
  }
  .hero-container .image-bottom img {
    height: clamp(112px, 14vw, 142px);
  }
  .hero-container .image-right {
    top: 230px;
  }
  .hero-container .image-right img {
    width: clamp(106px, 12.8vw, 132px);
  }
  .hero-container .text-container {
    max-width: min(62vw, 520px);
    margin-top: 60px;
  }
  .contact-section .contact .contact_wrapper {
    padding-inline: 4px;
  }
  .contact-section .contact .contact-informations .contact_row {
    row-gap: 24px;
  }
  .contact-section .contact .contact-informations .contact_row .contact_row_section,
  .contact-section .contact .contact-informations .contact_row .form_info {
    width: 100%;
    max-width: 100%;
  }
  .contact-section .contact .contact-informations .contact_row .contact_info .contact_sub_info {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .contact-section .contact .contact-informations .contact_row .contact_info .contact_sub_info .sub_info_box {
    width: calc(50% - 7px);
  }
  .footer .button-wrapper {
    align-items: flex-start;
  }
  .footer .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
}
@media (max-width: 720px) {
  .intro-wrapper {
    padding-bottom: 8vw;
  }
  .main-text {
    padding-bottom: 6vw;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  .features-container {
    --ion7-features-mobile-side-gap: clamp(14px, 4.4vw, 18px);
    height: 100% !important;
    max-height: none !important;
  }
  .features-container .features-intro-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    padding: clamp(26px, 7vw, 38px) 0 clamp(18px, 6vw, 32px);
    row-gap: clamp(12px, 4vw, 24px);
  }
  .features-container .intro-wrapper {
    --ion7-main-font-scale: 1;
    --ion7-main-lift-offset: 0px;
    --ion7-main-center-y: 50%;
    --ion7-main-sub-top: calc(50% - 110px);
    --ion7-main-support-top: calc(50% + 10px);
    --ion7-main-desc-top: calc(50% + 60px);
    --ion7-main-live-opacity: 1;
    --ion7-main-gradient-opacity: 1;
    --ion7-main-gradient-position: 88%;
    position: relative;
  }
  .features-container .intro-wrapper .sub,
  .features-container .intro-wrapper .main-text,
  .features-container .intro-wrapper .support-text,
  .features-container .intro-wrapper .desc {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-inline: 0 !important;
    width: 100%;
    text-align: center;
  }
  .features-container .intro-wrapper {
    height: auto;
    min-height: clamp(340px, 56svh, 520px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 var(--ion7-features-mobile-side-gap);
    overflow: visible;
  }
  .features-container .intro-wrapper .sub,
  .features-container .intro-wrapper .main-text,
  .features-container .intro-wrapper .support-text,
  .features-container .intro-wrapper .desc {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    text-align: center;
  }
  .features-container .intro-wrapper .sub,
  .features-container .intro-wrapper .support-text {
    font-size: clamp(22px, 7.5vw, 30px);
    width: auto;
  }
  .features-container .intro-wrapper .sub {
    margin-bottom: 10px;
  }
  .features-container .intro-wrapper .main-text {
    display: block;
    margin: 0 auto;
    font-size: clamp(94px, 31vw, 158px);
    line-height: 1;
  }
  .features-container .intro-wrapper .support-text {
    margin-top: 6px;
  }
  .features-container .intro-wrapper .desc {
    font-size: 16px;
    line-height: 1.4;
    width: min(620px, 100% - 12px);
    margin-top: clamp(16px, 4vw, 22px);
  }
  .features-container .feature-col-2 {
    position: relative;
    inset: auto;
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 var(--ion7-features-mobile-side-gap) clamp(8px, 3vw, 18px);
    z-index: 8;
  }
  .features-container .feature-col-2 .feature-image {
    width: 100vw !important;
    height: auto;
    order: 2;
  }
  .features-container .feature-col-2 .feature-image .image-box {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    width: 100% !important;
    transform-origin: 50% 50%;
  }
  .features-container .feature-col-2 .desc-wrapper {
    width: 100% !important;
    height: auto;
    order: 1;
    place-items: start center;
    align-items: flex-start !important;
  }
  .features-container .feature-col-2 .desc-wrapper .desc-box {
    row-gap: 8px;
    width: 100% !important;
  }
  .features-container .feature-col-2 .desc-wrapper .desc-box .header {
    margin-bottom: 14px;
    line-height: 1.1;
    font-size: clamp(28px, 8.8vw, 38px);
  }
  .features-container .feature-col-2 .desc-wrapper .desc-box .header .crossed-out {
    font-size: 32px;
  }
  .features-container .feature-col-2 .desc-wrapper .desc-box .desc {
    font-size: 15px;
    line-height: 1.45;
  }
  .pricing-container {
    min-height: auto;
  }
  .pricing-container .pricing-wrapper {
    padding: clamp(52px, 13vw, 64px) 14px;
    row-gap: clamp(16px, 5vw, 24px);
  }
  .pricing-container .pricing-wrapper .pricing-intro .pricing-header {
    margin-bottom: 14px;
  }
  .pricing-container .pricing-wrapper .pricing-intro .desc {
    font-size: 16px;
    line-height: 1.4;
    width: min(620px, 100% - 20px);
  }
  .pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-wrapper {
    width: 100%;
    max-width: 520px;
    margin-top: 14px;
  }
  .pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option {
    min-width: 0;
    width: 100%;
    padding: 0 10px;
    height: 37px;
  }
  .pricing-container .pricing-wrapper .pricing-plan-toggle .pricing-toggle-option .sub {
    font-size: 10px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 {
    padding: 12px 0;
    gap: 16px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box {
    flex-basis: 100%;
    max-width: 100%;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box {
    min-height: 0;
    height: auto;
    padding: 24px 18px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box .title {
    font-size: 30px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box ul {
    margin-top: 26px;
  }
  .pricing-container .pricing-wrapper .pricing-col-3 .price-outer-box .price-box.is-popular {
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    min-height: 0;
  }
  .faq-container {
    padding: 10px 14px 58px;
  }
  .faq-container .faq-intro {
    margin-bottom: 20px;
  }
  .faq-container .faq-intro .faq-header {
    margin-bottom: 14px;
    font-size: clamp(30px, 9.2vw, 38px);
  }
  .faq-container .faq-intro .desc {
    width: min(620px, 100% - 16px);
    font-size: 15px;
    line-height: 1.4;
  }
  .faq-container .faq-wrapper {
    gap: 10px;
  }
  .faq-container .faq-wrapper .faq-box {
    padding: 16px 16px;
  }
  .faq-container .faq-wrapper .faq-box .faq-question {
    font-size: 20px;
  }
  .faq-container .faq-wrapper .faq-box .faq-answer {
    font-size: 15px;
    line-height: 1.4;
  }
  .hero-container {
    --ion7-hero-mobile-side-gap: clamp(14px, 4.6vw, 20px);
    --ion7-hero-mobile-top-gap: clamp(102px, 18vw, 128px);
    --ion7-hero-mobile-bottom-gap: clamp(26px, 7vw, 44px);
    --ion7-intro-mobile-content-pad: clamp(14px, 4.2vw, 18px);
    min-height: auto;
    padding-inline: var(--ion7-hero-mobile-side-gap);
  }
  .hero-container .hero-wrapper {
    height: auto;
    min-height: max(640px, 100svh);
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: var(--ion7-hero-mobile-bottom-gap);
    gap: 0;
  }
  .hero-container .hero-wrapper .ion7-loader.is-floating {
    position: fixed;
    top: 50vh;
    left: 50vw;
    z-index: 60;
  }
  .hero-container .hero-wrapper .image-left {
    position: static;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    order: 2;
    width: 100%;
    margin-top: clamp(22px, 6vh, 48px);
  }
  .hero-container .hero-wrapper .image-left img {
    width: min(34vw, 138px);
    max-width: 100%;
    height: auto;
  }
  .hero-container .hero-wrapper .image-left img:nth-last-of-type(1) {
    top: 0;
    margin-left: 0;
  }
  .hero-container .hero-wrapper .image-bottom {
    position: static;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
  .hero-container .hero-wrapper .image-bottom img {
    width: min(34vw, 138px);
    max-width: 100%;
    height: auto;
  }
  .hero-container .hero-wrapper .image-bottom img:nth-last-of-type(1) {
    top: 0;
    margin-left: 0;
  }
  .hero-container .hero-wrapper .image-right {
    position: static;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    order: 4;
    width: 100%;
    margin-top: 10px;
  }
  .hero-container .hero-wrapper .image-right img {
    width: min(34vw, 138px);
    max-width: 100%;
    height: auto;
  }
  .hero-container .hero-wrapper .text-container {
    max-width: 100%;
    padding: var(--ion7-hero-mobile-top-gap) 0 0;
    margin-top: clamp(60px, 15vw, 94px);
    margin-bottom: clamp(26px, 7vw, 40px);
    order: 1;
    z-index: 3;
  }
  .hero-container .hero-wrapper .text-container .text-wrapper {
    row-gap: 6px;
  }
  .hero-container .hero-wrapper .text-container .text-wrapper.left-align, .hero-container .hero-wrapper .text-container .text-wrapper.right-align {
    align-items: center;
  }
  .hero-container .hero-wrapper .text-container .desc {
    text-align: center;
    max-width: 100%;
    margin-top: 20px !important;
  }
  .hero-container .hero-wrapper .text-container .button-wrapper {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-container .hero-wrapper .text-container .button-wrapper .button-cta {
    margin: 0;
  }
  .hero-container .hero-wrapper .text-container .button-wrapper .demo-btn {
    margin-left: 0;
  }
  .hero-container .hero-wrapper .text-container .font-38 {
    font-size: 26px;
  }
  .hero-container .hero-wrapper .text-container .font-23 {
    font-size: clamp(16px, 4.8vw, 22px);
  }
  .hero-container .intro-stage {
    min-height: auto;
    margin-bottom: clamp(20px, 5vw, 34px);
  }
  .hero-container .intro-stage .orb-wrapper {
    top: clamp(-56px, -10vw, -34px);
    width: min(152vw, 980px);
  }
  .hero-container .intro-stage .intro-container {
    height: auto;
    min-height: clamp(480px, 68svh, 740px);
    align-items: flex-end;
    padding: clamp(92px, 18vw, 118px) var(--ion7-intro-mobile-content-pad) clamp(14px, 3.8vw, 20px);
  }
  .hero-container .intro-stage .intro-container .intro-header {
    max-width: 100%;
    width: min(640px, 100%);
    transform: translateY(clamp(-170px, -20vw, -120px));
  }
  .hero-container .intro-stage .intro-container .intro-header .ION7-intro {
    width: 78px;
    margin-bottom: 12px;
  }
  .hero-container .intro-stage .intro-container .intro-header .font-38 {
    font-size: 30px;
  }
  .hero-container .intro-stage .intro-container .intro-header .desc {
    font-size: 15px;
    line-height: 1.45;
    width: min(560px, 100%);
    margin-inline: auto;
  }
  .hero-container .intro-stage .intro-dashboard {
    margin-top: -4vh;
    padding: 0;
  }
  .hero-container .intro-stage .intro-dashboard .dashboard-border {
    width: 100%;
    border-radius: 20px;
    padding: clamp(8px, 2.6vw, 12px);
  }
  .hero-container .intro-stage .intro-dashboard .dashboard-border img {
    border-radius: 14px;
  }
  .hero-container .problem-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-container .problem-container .problem-wrapper .text-wrapper {
    width: 100%;
    max-width: min(680px, 100%);
    margin-inline: auto;
    padding-inline: 8px;
  }
  .hero-container .problem-container .problem-wrapper .text-wrapper .font-38 {
    font-size: 22px;
    line-height: 1.1;
  }
  .hero-container .problem-container .problem-wrapper .text-wrapper .icon img {
    display: none;
  }
  .hero-container .problem-container .problem-wrapper .text-wrapper .title {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: clamp(14px, 3.8vw, 17px);
    margin-bottom: 18px;
  }
  .hero-container .problem-container .problem-wrapper .text-wrapper .title span {
    padding: 10px 14px;
    border-radius: 30px;
    line-height: 1.05;
    white-space: nowrap;
  }
  .hero-container .section-col-2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero-container .section-col-2 .text-wrapper {
    width: 100%;
    padding: 10px;
  }
  .hero-container .section-col-2 .text-wrapper .error {
    margin-bottom: 5px;
  }
  .hero-container .section-col-2 .text-wrapper .error.reverse {
    flex-direction: row;
  }
  .hero-container .section-col-2 .text-wrapper > .font-38.ion7-shine-title, .hero-container .section-col-2 .text-wrapper .font-38 {
    font-size: 30px;
  }
  .hero-container .section-col-2 .box-wrapper {
    padding: 10px;
    width: 100%;
  }
  .hero-container .section-col-2 .box-wrapper .box {
    padding: 10px;
    row-gap: 8px;
  }
  .hero-container .section-col-2 .box-wrapper .box .box-row.total {
    padding: 15px 15px;
  }
  .hero-container .section-col-2 .box-wrapper .box .box-row .info .title {
    font-size: 20px;
  }
  .hero-container .reverse {
    flex-direction: column-reverse;
  }
  .contact-section .contact .contact_wrapper {
    padding-inline: 0;
  }
  .contact-section .contact .contact-informations .contact_row {
    row-gap: 20px;
  }
  .contact-section .contact .contact-informations .contact_row .contact_row_section,
  .contact-section .contact .contact-informations .contact_row .form_info {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .contact-section .contact .contact-informations .contact_row .contact_info .bold {
    font-size: clamp(68px, 19vw, 104px);
    margin-bottom: 28px;
  }
  .contact-section .contact .contact-informations .contact_row .contact_info .contact_sub_info {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .contact-section .contact .contact-informations .contact_row .contact_info .contact_sub_info .sub_info_box {
    width: 100%;
  }
  .contact-section .contact .contact-informations .contact_row .form_info .input_box {
    margin-bottom: 12px;
  }
  .contact-section .contact .contact-informations .contact_row .form_info .input_box .button_select_box {
    gap: 8px;
  }
  .contact-section .contact .contact-informations .contact_row .form_info .input_box .button_select_box label {
    margin: 0;
    width: calc(50% - 50px);
    text-align: center;
    padding: 14px 12px;
    white-space: normal;
    line-height: 1.2;
  }
  .footer {
    padding-bottom: 62px;
  }
  .footer .top_divider .button-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 10px;
  }
  .footer .top_divider .button-wrapper a {
    margin: 0 !important;
  }
  .footer .top_divider .button-wrapper a .contact_button {
    min-width: 180px;
    height: 50px;
    min-height: 50px;
    font-size: 20px;
  }
  .footer .top_divider .button-wrapper a img {
    height: 44px;
  }
  .footer .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .toggle-wrapper {
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
    border-radius: 999px;
    width: -moz-max-content;
    width: max-content;
    display: none;
  }
  .toggle-wrapper .toggle-logo {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    margin-right: 4px;
  }
  .toggle-wrapper .toggle-logo img {
    width: 28px;
    height: 28px;
  }
  .toggle-box {
    padding: 10px clamp(10px, 3vw, 16px);
    width: -moz-fit-content;
    width: fit-content;
  }
  .toggle-box h6 {
    font-size: clamp(11px, 3.2vw, 13px);
  }
}
@media (max-width: 375px) {
  .hero-wrapper .text-container .button-wrapper .button-cta {
    padding: 15px 30px !important;
  }
  .support-text {
    font-size: 30px !important;
  }
  .hero-container .stroke-title-max .stroke {
    font-size: 80px;
  }
  .hero-container .section-col-2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero-container .section-col-2 .text-wrapper {
    width: 100%;
    padding: 10px;
  }
  .hero-container .section-col-2 .text-wrapper .error {
    margin-bottom: 5px;
  }
  .hero-container .section-col-2 .text-wrapper .error.reverse {
    flex-direction: row;
  }
  .hero-container .section-col-2 .text-wrapper > .font-38.ion7-shine-title, .hero-container .section-col-2 .text-wrapper .font-38 {
    font-size: 21px;
  }
  .hero-container .section-col-2 .text-wrapper .desc {
    font-size: 14px;
  }
  .hero-container .section-col-2 .box-wrapper {
    padding: 10px 0;
    width: 100%;
  }
  .hero-container .section-col-2 .box-wrapper .box {
    padding: 10px;
    row-gap: 8px;
  }
  .hero-container .section-col-2 .box-wrapper .box .box-row {
    padding: 5px 8px;
  }
  .hero-container .section-col-2 .box-wrapper .box .box-row.total {
    padding: 10px 15px;
  }
  .hero-container .section-col-2 .box-wrapper .box .box-row .info .title {
    font-size: 18px;
  }
  .hero-container .section-col-2 .box-wrapper .box .box-row .info .desc {
    margin-top: 7px;
  }
  .hero-container .reverse {
    flex-direction: column-reverse;
  }
}
.p-top-0 {
  padding-top: 0;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-35 {
  padding-top: 35px;
}

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

.p-top-45 {
  padding-top: 45px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-55 {
  padding-top: 55px;
}

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

.p-top-65 {
  padding-top: 65px;
}

.p-top-70 {
  padding-top: 70px;
}

.p-left-0 {
  padding-left: 0;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-bottom-0 {
  padding-bottom: 0px;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-75 {
  margin-top: 75px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-85 {
  margin-top: 85px;
}

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

.m-bottom-0 {
  margin-bottom: 0px;
}

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

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

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

.m-bottom-75 {
  margin-bottom: 75px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-100 {
  margin-bottom: 100px;
}

.max-w-100 {
  max-width: 100% !important;
}/*# sourceMappingURL=ion7.css.map */

/* ============================================
   ION7 LANDING — RESPONSIVE ADDITIONS v2
   Uses real class names from footer HTML
   ============================================ */

/* --- TABLET: ≤991px — stack left-col above right-col --- */
@media (max-width: 991px) {
  .footer .links {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer .left-col {
    width: 100%;
    max-width: 100%;
  }
  .footer .right-col {
    width: 100%;
    flex-wrap: wrap;
    gap: 28px 20px;
  }
  .footer .right-col .link-col {
    flex: 1 1 calc(50% - 10px);
    min-width: 130px;
  }
  .footer .right-col .link-col:last-child {
    flex: 1 1 100%;
  }
}

/* --- TABLET: hero card sizing 721px–991px --- */
@media (max-width: 991px) and (min-width: 721px) {
  .image-left,
  .image-right {
    width: clamp(130px, 16vw, 160px) !important;
  }
  .image-bottom {
    width: clamp(180px, 22vw, 220px) !important;
  }
}

/* --- MOBILE: ≤720px — full column stack --- */
@media (max-width: 720px) {
  .footer .links {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .footer .right-col {
    flex-direction: column;
    gap: 20px;
  }
  .footer .right-col .link-col {
    flex: 1 1 100%;
    width: 100%;
  }
  .footer .caption_container {
    text-align: center;
  }
  .footer .button-wrapper {
    align-items: center;
    justify-content: center;
  }
}

/* --- SMALL MOBILE: ≤480px --- */
@media (max-width: 480px) {
  .footer .left-col {
    padding: 24px 20px;
  }
  .footer .right-col {
    padding: 0 4px;
  }
  .footer .link-col .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer .link-col a {
    font-size: 13px;
    line-height: 1.9;
  }
  .footer .social-links {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }
}

/* --- LANDSCAPE MOBILE: ≤896px landscape --- */
@media (max-width: 896px) and (orientation: landscape) {
  .footer .links {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer .left-col {
    flex: 1 1 280px;
  }
  .footer .right-col {
    flex: 2 1 380px;
  }
}
/* --- MOBILE FOOTER FORCE STACK --- */
@media (max-width: 991px) {
  .footer .links .right-col {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 24px !important;
  }
  .footer .links .right-col .link-col {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
  .footer .links .right-col .link-col a {
    display: block !important;
  }
  .footer .links .left-col {
    width: 100% !important;
  }
}
