@charset "UTF-8";
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Plain", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: "Plain";
}

a {
  text-decoration: none;
  font-family: "Plain";
  padding: 0;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent !important;
}

:focus-visible {
  outline: none;
}

textarea {
  font-family: "Plain";
}

a,
button,
div,
span {
  font-family: "Plain";
  -webkit-tap-highlight-color: transparent;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4684f8;
  cursor: pointer;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "plain";
  z-index: 2;
}
.btn:hover {
  background-color: #303030;
  color: #fff;
}
@media (max-width: 768px) {
  .btn:hover {
    background-color: #4684f8;
  }
}
.btn--md {
  border-radius: 0.3125vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  padding: 0.8854166667vw 1.6666666667vw 1.0416666667vw;
}
@media (max-width: 1024px) {
  .btn--md {
    border-radius: 0.5859375vw;
    font-size: 1.5625vw;
    padding: 1.66015625vw 3.125vw 1.953125vw;
  }
}
@media (max-width: 768px) {
  .btn--md {
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
    padding: 4.358974359vw 8.2051282051vw 5.1282051282vw;
  }
}
.btn--sm {
  border-radius: 0.3125vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  padding: 0.6770833333vw 1.25vw 0.8333333333vw;
}
.btn--lg {
  border-radius: 0.625vw;
  font-size: 2.03125vw;
  font-weight: 500;
  padding: 1.3020833333vw 2.9166666667vw 1.875vw;
}
@media (max-width: 768px) {
  .btn--lg {
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
    font-weight: 500;
    padding: 4.358974359vw 8.2051282051vw 5.1282051282vw;
  }
}

.main-header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  backdrop-filter: blur(25px);
  height: 4.1666666667vw;
  isolation: isolate;
}
.main-header-container .new-header-wrapper {
  max-width: 66.6666666667vw;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header-container .new-header-wrapper .left-header-wrapper {
  display: flex;
  align-items: center;
  gap: 3.75vw;
}
.main-header-container .new-header-wrapper .left-header-wrapper .fusion-logo img {
  width: fuidDesk(120);
  height: 1.5885416667vw;
}
.main-header-container .new-header-wrapper .left-header-wrapper .navbar-menu-wrapper {
  display: flex;
  gap: 2.5vw;
}
.main-header-container .new-header-wrapper .left-header-wrapper .navbar-menu-wrapper .navbar-menu-item {
  display: flex;
  align-items: center;
  gap: 0.3125vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 120%;
  cursor: pointer;
  color: #303030;
}
.main-header-container .new-header-wrapper .left-header-wrapper .navbar-menu-wrapper .navbar-menu-item img {
  width: 0.625vw;
  height: 0.625vw;
  transform: rotate(90deg);
  margin-top: 0.3645833333vw;
}
.main-header-container .new-header-wrapper .left-header-wrapper .navbar-menu-wrapper .navbar-menu-item.dropdown-trigger {
  user-select: none;
}
.main-header-container .new-header-wrapper .left-header-wrapper .navbar-menu-wrapper .navbar-menu-item.dropdown-trigger img {
  transition: transform 0.35s ease;
}
.main-header-container .new-header-wrapper .left-header-wrapper .navbar-menu-wrapper .navbar-menu-item.dropdown-trigger.is-active img {
  transform: rotate(-90deg);
}
.main-header-container .new-header-wrapper .right-header-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
.main-header-container .new-header-wrapper .right-header-wrapper .demo-btn {
  font-size: 0.8333333333vw;
  color: #303030;
  font-weight: 600;
  line-height: 120%;
  margin-right: 1.25vw;
}
.main-header-container .new-header-wrapper .right-header-wrapper .menu-divider {
  min-width: 1px;
  height: 1.25vw;
  background-color: #e3e3e3;
}
.main-header-container .new-header-wrapper .right-header-wrapper .sigin-btn,
.main-header-container .new-header-wrapper .right-header-wrapper .free-trial-btn {
  box-sizing: border-box;
  padding: 0.6197916667vw 1.25vw 0.8229166667vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 115%;
  color: #4684F8;
  border-radius: 0.3125vw;
  border: 1px solid #4684F8;
  background-color: transparent;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease, transform 300ms ease;
}
.main-header-container .new-header-wrapper .right-header-wrapper .sigin-btn:hover,
.main-header-container .new-header-wrapper .right-header-wrapper .free-trial-btn:hover {
  background-color: #4684F8;
  color: #fff;
}
.main-header-container .new-header-wrapper .right-header-wrapper .free-trial-btn {
  background-color: #4684F8;
  color: #fff;
  border-color: transparent;
}
.main-header-container .new-header-wrapper .right-header-wrapper .free-trial-btn:hover {
  color: #4684F8;
  background-color: transparent;
  border-color: #4684F8;
}
.main-header-container .product-submenu-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  /* Closed */
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-8px);
  transition: height 350ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 350ms;
}
.main-header-container .product-submenu-container.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: height 350ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}
.main-header-container .product-submenu-container .product-submenu-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 300ms;
  max-width: 66.6666666667vw;
  margin: 0;
  transform: translate(-50%, -6px);
  height: fit-content;
  max-height: calc(100vh - 4.1666666667vw - 1.25vw);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.25vw 0;
  scrollbar-width: none;
  display: flex;
}
.main-header-container .product-submenu-container .product-submenu-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition: opacity 220ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}
.main-header-container .product-submenu-container .product-submenu-wrapper::-webkit-scrollbar {
  display: none;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper {
  min-width: 20.3125vw;
  max-width: 20.3125vw;
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper:nth-child(1) {
  margin-right: 1.25vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper .menu-col-heading {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 120%;
  color: #777;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper .menu-col-heading.mtb-16-8 {
  margin: 0.8333333333vw 0 0.4166666667vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper .menu-col-heading.mtb-32-8 {
  margin: 1.6666666667vw 0 0.4166666667vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper .menu-col-heading.mtb-7-9 {
  margin: 0.4166666667vw 0 0.4166666667vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a {
  height: auto;
  flex-shrink: 0;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 1.25vw;
  gap: 1.25vw;
  border-radius: 0.625vw;
  background-color: transparent;
  /* ✅ added transition */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-icon-col {
  padding-top: 0.2604166667vw;
  position: relative;
  width: 1.4583333333vw;
  min-width: 1.4583333333vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-icon-col svg {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-icon-col .idle-icon,
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-icon-col .active-icon {
  position: absolute;
  top: 0.2604166667vw;
  left: 0;
  transition: opacity 0.3s ease;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-icon-col .active-icon {
  opacity: 0;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 0.3125vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper .product-menu-h3 {
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  margin-bottom: 3px;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper .heading-chip {
  display: flex;
  padding: 0.2604166667vw 0.625vw 0.3645833333vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.8333333333vw;
  background: #FF942B;
  color: #fff;
  font-size: 0.6770833333vw;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a .product-submenu-item .product-menu-content-col .product-menu-p {
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 120%;
  color: #777;
  margin-top: 0.1041666667vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a:hover .product-submenu-item {
  background-color: #F6F9FF;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a:hover .product-submenu-item .idle-icon {
  opacity: 0;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .product-menu-col-wrapper a:hover .product-submenu-item .active-icon {
  opacity: 1;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col {
  padding: 0.8333333333vw 1.25vw 1.25vw;
  border-radius: 0.625vw;
  background-color: #F4F4F4;
  margin-left: 0.8333333333vw;
  flex: 1;
  height: fit-content;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col .blog-feature-heading {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 120%;
  color: #777;
  margin-bottom: 1.25vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col .blog-menu-img {
  width: 100%;
  height: 14.5833333333vw;
  object-fit: cover;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col .blog-menu-heading {
  font-size: 1.0416666667vw;
  color: #303030;
  font-weight: 600;
  line-height: 140%;
  margin: 1.25vw 0 0.2083333333vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col .blog-submenu-heading {
  font-size: 0.8333333333vw;
  color: #777;
  font-weight: 300;
  line-height: 120%;
  margin: 0 0 1.0416666667vw;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col .tab-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.3125vw;
  font-size: 0.8333333333vw;
  color: #4684F8;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col .tab-learn-more-arrow {
  display: inline-flex;
  align-items: center;
}
.main-header-container .product-submenu-container .product-submenu-wrapper .blog-menu-col .tab-learn-more-arrow img {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  margin-top: 0.2083333333vw;
}

.tablet-header-container {
  display: none;
  padding: 2.34375vw 11.71875vw;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background-color: #fff;
  position: relative;
  z-index: 99;
  /* Back state */
  /* =====================================================
     HAMBURGER MENU ACTIVE
     ===================================================== */
  /* =====================================================
     PRODUCT MENU ACTIVE
     ===================================================== */
  /* =====================================================
     RESOURCES MENU ACTIVE
     ===================================================== */
  /* =========================================================
  PANEL ENTRANCE
  ========================================================= */
  /* =====================================================
     PRODUCT / RESOURCE SCROLLING
     ===================================================== */
}
.tablet-header-container .new-tablet-header-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 110;
  /* -----------------------------------------------------
  HAMBURGER / CROSS
  ----------------------------------------------------- */
  /* -----------------------------------------------------
  LOGO / BACK BUTTON
  ----------------------------------------------------- */
}
.tablet-header-container .new-tablet-header-wrapper .tablet-fusion-logo {
  width: 8.7890625vw;
  height: 2.24609375vw;
}
.tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu {
  width: 2.34375vw;
  height: 2.34375vw;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  /* Top line */
  /* Bottom line */
  /* Active → Cross */
}
.tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu span {
  position: absolute;
  width: 100%;
  min-height: 2px;
  height: 2px;
  max-height: 2px;
  background-color: #303030;
  left: 0;
  transition: top 0.3s ease, bottom 0.3s ease, transform 0.3s ease;
}
.tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu span:nth-child(1) {
  top: 0.48828125vw;
}
.tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu span:nth-child(2) {
  bottom: 0.390625vw;
}
.tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu.active-menu span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu.active-menu span:nth-child(2) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.tablet-header-container .new-tablet-header-wrapper .fusion-logo-tablet,
.tablet-header-container .new-tablet-header-wrapper .back-arrow-btn {
  transition: opacity 0.25s ease;
}
.tablet-header-container .new-tablet-header-wrapper .fusion-logo-tablet {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tablet-header-container .new-tablet-header-wrapper .back-arrow-btn {
  display: block;
  width: 2.34375vw;
  height: 2.34375vw;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tablet-header-container .new-tablet-header-wrapper .back-arrow-btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.tablet-header-container.submenu-active .fusion-logo-tablet {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tablet-header-container.submenu-active .back-arrow-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tablet-header-container .hamburger-dropdown-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.125vw 11.71875vw;
  position: absolute;
  top: 6.8359375vw;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  max-height: calc(100vh - 7.8125vw);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /* Closed state */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.3s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  /* Open state */
}
.tablet-header-container .hamburger-dropdown-container::-webkit-scrollbar {
  display: none;
}
.tablet-header-container .hamburger-dropdown-container.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.35s ease, visibility 0s linear 0s;
}
.tablet-header-container .tablet-btn-container {
  padding: 3.125vw 0 0;
  position: relative;
  z-index: 100;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tablet-header-container .tablet-btn-container .tablet-btn {
  padding: 1.23046875vw 0 1.611328125vw;
  border-radius: 0.5859375vw;
  font-size: 1.5625vw;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  background-color: #fff;
  text-align: center;
}
.tablet-header-container .tablet-btn-container .tablet-btn.free-trial-btn {
  background-color: #4684F8;
  color: #fff;
}
.tablet-header-container .tablet-btn-container .tablet-btn.signin-btn {
  background-color: #fff;
  color: #4684F8;
  border: 1px solid #4684F8;
}
.tablet-header-container .hamburger-dropdown-menu {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tablet-header-container .hamburger-dropdown-menu::-webkit-scrollbar {
  display: none;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-menu-wrapper {
  padding: 2.34375vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-menu-wrapper .tablet-menu-text {
  font-size: 1.953125vw;
  color: #000;
  font-weight: 400;
  line-height: 120%;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-menu-wrapper .tablet-menu-img {
  width: 1.5625vw;
  height: 1.5625vw;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu {
  margin-top: 3.125vw;
  padding: 1.5625vw 2.34375vw 2.34375vw;
  border-radius: 1.171875vw;
  background: #F4F4F4;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .featured-text-tablet {
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 120%;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .blog-post-img {
  width: 100%;
  height: 27.34375vw;
  object-fit: cover;
  margin: 2.34375vw 0;
  border-radius: 1.171875vw;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .blog-post-heading {
  font-size: 1.953125vw;
  color: #303030;
  font-weight: 600;
  line-height: 140%;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .blog-post-subheading {
  font-size: 1.5625vw;
  font-weight: 300;
  line-height: 120%;
  margin: 0.390625vw 0 1.953125vw;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .tab-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.390625vw;
  font-size: 1.5625vw;
  color: #4684F8;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .tab-learn-more-arrow {
  display: inline-flex;
  align-items: center;
}
.tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .tab-learn-more-arrow img {
  display: block;
  width: 1.171875vw;
  height: 1.171875vw;
  margin-top: 0.390625vw;
}
.tablet-header-container .dropdown-content-container {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tablet-header-container .dropdown-content-container::-webkit-scrollbar {
  display: none;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading {
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 120%;
  color: #777;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading.mtb-0-8 {
  margin: 0 0 0.78125vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading.mtb-8-8 {
  margin: 0.78125vw 0;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading.mtb-7-9 {
  margin: 0.78125vw 0 0.78125vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a {
  height: auto;
  width: 100%;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item {
  box-sizing: border-box;
  display: flex;
  padding: 2.34375vw;
  gap: 2.34375vw;
  border-radius: 1.171875vw;
  background-color: transparent;
  /* ✅ added transition */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-icon-col {
  padding-top: 0.48828125vw;
  position: relative;
  width: 2.734375vw;
  min-width: 2.734375vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-icon-col svg {
  width: 2.734375vw;
  height: 2.734375vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-icon-col .idle-icon {
  position: absolute;
  top: 0.48828125vw;
  left: 0;
  transition: opacity 0.3s ease;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5859375vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper .product-menu-h3 {
  font-size: 1.953125vw;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  margin-bottom: 0.29296875vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper .heading-chip {
  display: flex;
  padding: 0.390625vw 1.171875vw 0.5859375vw;
  justify-content: center;
  align-items: center;
  border-radius: 1.5625vw;
  background: #FF942B;
  color: #fff;
  font-size: 1.26953125vw;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .product-menu-p {
  font-size: 1.5625vw;
  font-weight: 300;
  line-height: 120%;
  color: #777;
  margin-top: 0.1953125vw;
}
.tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .new-product-submenu-item {
  background-color: #F6F9FF;
}
.tablet-header-container .hamburger-dropdown-menu,
.tablet-header-container .dropdown-content-container {
  width: 100%;
  display: none;
}
.tablet-header-container .hamburger-dropdown-container.menu-home .hamburger-dropdown-menu {
  display: block;
  animation: tabletPanelSlideIn 0.3s ease both;
}
.tablet-header-container .hamburger-dropdown-container.menu-home .dropdown-content-container {
  display: none;
}
.tablet-header-container .hamburger-dropdown-container.menu-home .tablet-btn-container {
  display: flex;
}
.tablet-header-container .hamburger-dropdown-container.menu-product .hamburger-dropdown-menu {
  display: none;
}
.tablet-header-container .hamburger-dropdown-container.menu-product #product-dropdown-container {
  display: block;
  animation: tabletPanelSlideIn 0.3s ease both;
}
.tablet-header-container .hamburger-dropdown-container.menu-product #resources-dropdown-container {
  display: none;
}
.tablet-header-container .hamburger-dropdown-container.menu-resources .hamburger-dropdown-menu {
  display: none;
}
.tablet-header-container .hamburger-dropdown-container.menu-resources #product-dropdown-container {
  display: none;
}
.tablet-header-container .hamburger-dropdown-container.menu-resources #resources-dropdown-container {
  display: block;
  animation: tabletPanelSlideIn 0.3s ease both;
}
@keyframes tabletPanelSlideIn {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(0);
  }
}
.tablet-header-container .hamburger-dropdown-menu,
.tablet-header-container .dropdown-content-container {
  max-height: calc(100vh - 7.8125vw);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tablet-header-container .hamburger-dropdown-menu::-webkit-scrollbar,
.tablet-header-container .dropdown-content-container::-webkit-scrollbar {
  display: none;
}

.main-footer-conatiner {
  padding: 7.9166666667vw 0;
  background-color: #061026;
}
.main-footer-conatiner .main-footer-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper {
  margin: 4.1666666667vw 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .footer-menu-heading {
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin-bottom: 1.875vw;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper .footer-menu {
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 120%;
  color: #9F9F9F;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-content-col {
  flex: 1;
  font-size: 0.8333333333vw;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-icon-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1.25vw;
}
@media (max-width: 1024px) {
  .main-footer-conatiner {
    padding: 9.765625vw 11.71875vw;
  }
  .main-footer-conatiner .main-footer-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper {
    margin: 7.8125vw 0;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .footer-menu-heading {
    font-size: 1.953125vw;
    margin-bottom: 3.515625vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper {
    gap: 2.34375vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper .footer-menu {
    font-size: 1.5625vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-content-col {
    font-size: 1.5625vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-icon-col {
    gap: 2.34375vw;
  }
}

@media (max-width: 1024px) {
  .main-header-container {
    display: none;
  }
  .tablet-header-container {
    display: block;
  }
}
@media (max-width: 768px) {
  .main-header-container {
    display: none;
  }
  .main-footer-conatiner {
    padding: 12.3076923077vw 6.1538461538vw;
  }
  .main-footer-conatiner .main-footer-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper {
    margin: 0;
    grid-template-columns: 1fr;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .footer-menu-heading {
    margin: 12.3076923077vw 0 10.2564102564vw;
    font-size: 5.1282051282vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper {
    gap: 6.1538461538vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper .footer-menu {
    font-size: 4.1025641026vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper {
    flex-direction: column-reverse;
    gap: 12.3076923077vw;
    margin-top: 12.3076923077vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-icon-col {
    justify-content: space-between;
    gap: 3.0769230769vw;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-content-col {
    font-size: 4.1025641026vw;
  }
  .tablet-header-container {
    display: block;
    padding: 6.1538461538vw;
    /* =====================================================
    HAMBURGER MENU ACTIVE
    ===================================================== */
    /* =====================================================
    PRODUCT MENU ACTIVE
    ===================================================== */
    /* =====================================================
    RESOURCES MENU ACTIVE
    ===================================================== */
    /* =========================================================
    PANEL ENTRANCE
    ========================================================= */
    /* =====================================================
    PRODUCT / RESOURCE SCROLLING
    ===================================================== */
  }
  .tablet-header-container .new-tablet-header-wrapper {
    /* -----------------------------------------------------
    HAMBURGER / CROSS
    ----------------------------------------------------- */
  }
  .tablet-header-container .new-tablet-header-wrapper .tablet-fusion-logo {
    width: 23.0769230769vw;
    height: 5.8974358974vw;
  }
  .tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    /* Top line */
    /* Bottom line */
  }
  .tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu span:nth-child(1) {
    top: 1.5384615385vw;
  }
  .tablet-header-container .new-tablet-header-wrapper .tablet-hamburger-menu span:nth-child(2) {
    bottom: 1.5384615385vw;
  }
  .tablet-header-container .new-tablet-header-wrapper .back-arrow-btn {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .tablet-header-container .hamburger-dropdown-container {
    padding: 6.1538461538vw;
    top: 18.4615384615vw;
    max-height: 100vh;
  }
  .tablet-header-container .tablet-btn-container {
    padding: 6.1538461538vw 0 0;
    gap: 2.0512820513vw;
  }
  .tablet-header-container .tablet-btn-container .tablet-btn {
    padding: 3.2307692308vw 0 4.2307692308vw;
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-menu-wrapper {
    padding: 6.1538461538vw 0;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-menu-wrapper .tablet-menu-text {
    font-size: 5.1282051282vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-menu-wrapper .tablet-menu-img {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu {
    margin-top: 8.2051282051vw;
    padding: 6.1538461538vw;
    border-radius: 2.3076923077vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .featured-text-tablet {
    font-size: 3.3333333333vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .blog-post-img {
    width: 100%;
    height: 53.3333333333vw;
    margin: 4.1025641026vw 0;
    border-radius: 2.3076923077vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .blog-post-heading {
    font-size: 5.1282051282vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .blog-post-subheading {
    font-size: 4.1025641026vw;
    margin: 1.0256410256vw 0 5.1282051282vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .tab-learn-more {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
  }
  .tablet-header-container .hamburger-dropdown-menu .tablet-blog-menu .tab-learn-more-arrow img {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper {
    gap: 2.0512820513vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading {
    font-size: 4.1025641026vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading.mtb-0-8 {
    margin: 0 0 2.0512820513vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading.mtb-8-8 {
    margin: 2.0512820513vw 0;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper .menu-col-heading.mtb-7-9 {
    margin: 2.0512820513vw 0 2.0512820513vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item {
    padding: 5.1282051282vw;
    gap: 5.1282051282vw;
    border-radius: 3.0769230769vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-icon-col {
    padding-top: 1.2820512821vw;
    width: 7.1794871795vw;
    min-width: 7.1794871795vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-icon-col svg {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-icon-col .idle-icon {
    top: 0vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col {
    flex: 1;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper {
    flex: 1;
    justify-content: space-between;
    gap: 1.5384615385vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper .product-menu-h3 {
    font-size: 5.1282051282vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .menu-heading-wrapper .heading-chip {
    padding: 0.7692307692vw 3.0769230769vw 1.2820512821vw;
    height: auto;
    border-radius: 4.1025641026vw;
    font-size: 3.3333333333vw;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .product-submenu-item .product-menu-content-col .product-menu-p {
    display: none;
  }
  .tablet-header-container .dropdown-content-container .dropdown-content-wrapper a .new-product-submenu-item {
    background-color: #F6F9FF;
  }
  .tablet-header-container .hamburger-dropdown-menu,
  .tablet-header-container .dropdown-content-container {
    width: 100%;
    display: none;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-home .hamburger-dropdown-menu {
    display: block;
    animation: tabletPanelSlideIn 0.3s ease both;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-home .dropdown-content-container {
    display: none;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-home .tablet-btn-container {
    display: flex;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-product .hamburger-dropdown-menu {
    display: none;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-product #product-dropdown-container {
    display: block;
    animation: tabletPanelSlideIn 0.3s ease both;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-product #resources-dropdown-container {
    display: none;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-resources .hamburger-dropdown-menu {
    display: none;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-resources #product-dropdown-container {
    display: none;
  }
  .tablet-header-container .hamburger-dropdown-container.menu-resources #resources-dropdown-container {
    display: block;
    animation: tabletPanelSlideIn 0.3s ease both;
  }
  @keyframes tabletPanelSlideIn {
    from {
      transform: translateX(20px);
    }
    to {
      transform: translateX(0);
    }
  }
  .tablet-header-container .hamburger-dropdown-menu,
  .tablet-header-container .dropdown-content-container {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .tablet-header-container .hamburger-dropdown-menu::-webkit-scrollbar,
  .tablet-header-container .dropdown-content-container::-webkit-scrollbar {
    display: none;
  }
}
.index-hero-section {
  background-color: #fff;
  overflow: hidden;
}
.index-hero-section .hero-section-container {
  overflow: hidden;
  position: relative;
  padding: 10.4166666667vw 0 0;
}
.index-hero-section .hero-section-container .bg-shade {
  position: absolute;
  top: 46.875vw;
  left: 5.2083333333vw;
  width: 83.3333333333vw;
  height: 31.9270833333vw;
  transform: rotate(-150deg);
  border-radius: 13.125vw;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.index-hero-section .hero-section-container .bg-shade::before {
  content: "";
  position: absolute;
  inset: -5%;
  border-radius: inherit;
  background: linear-gradient(93deg, rgba(0, 109, 255, 0.7) 6.8%, rgba(117, 0, 255, 0.7) 46.78%, rgba(255, 141, 0, 0.56) 82.84%);
  filter: blur(15.625vw);
  -webkit-filter: blur(15.625vw);
  pointer-events: none;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  z-index: 9;
  position: relative;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 0.4166666667vw;
  padding: 0.625vw 1.6666666667vw 0.625vw 1.25vw;
  border-radius: 1.25vw;
  border: 1.5px solid #FFF;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.12);
  background: #FCFCFC;
  margin-bottom: 1.0416666667vw;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai p {
  font-family: "Plain";
  font-size: 1.0416666667vw;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-transform: capitalize;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai .ai-img {
  width: 0.9375vw;
  height: 0.9375vw;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper h1 {
  font-family: "Plain";
  font-size: 3.9583333333vw;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper h1 .text-rotator {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1.2;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper h1 .text-rotator .words {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
  will-change: transform;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper h1 .text-rotator .words span {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper h1 .anime-text {
  background: linear-gradient(151deg, #FC4631 20.62%, #FF482C 20.62%, #6A00FF 72.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai-p {
  font-size: 1.6145833333vw;
  font-weight: 300;
  line-height: 120%;
  color: #4F4F4F;
  margin: 1.6666666667vw 0 2.5vw;
}
.index-hero-section .hero-section-container .index-hero-section-wrapper .btn-hero {
  width: fit-content;
}
.index-hero-section .hero-section-container .hero-video-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 6.25vw;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.index-hero-section .hero-section-container .hero-video-wrapper .video-section {
  width: 100%;
  display: grid;
  overflow: hidden;
  border-radius: 0.625vw;
}
.index-hero-section .hero-section-container .hero-video-wrapper .video-section video {
  grid-area: 1/1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 450ms ease, visibility 450ms ease;
  pointer-events: none;
  border-radius: 1.1458vw;
}
.index-hero-section .hero-section-container .hero-video-wrapper .video-section video.active-video {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.index-hero-section .hero-section-container .video-menu-tab-wrapper {
  position: relative;
  isolation: isolate;
  display: flex;
  max-width: 52.0833vw;
  width: 100%;
  padding: 0.4166666667vw;
  gap: 0.4166666667vw;
  border-radius: 0.8333333333vw;
  margin: 3.75vw auto 5.2083333333vw;
}
.index-hero-section .hero-section-container .video-menu-tab-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.02);
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
.index-hero-section .hero-section-container .video-menu-tab-wrapper .video-menutab {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0.625vw 0.4166666667vw;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667vw;
  flex: 1 0 0;
  color: #000;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0.625vw;
  cursor: pointer;
  transition: background-color 300ms ease, color 300ms ease;
}
.index-hero-section .hero-section-container .video-menu-tab-wrapper .video-menutab:hover {
  background: rgba(255, 255, 255, 0.08);
}
.index-hero-section .hero-section-container .video-menu-tab-wrapper .video-menutab.active-video-menu {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
.index-hero-section .hero-section-container .mobile-hero-video-wrapper {
  display: none;
}
.index-hero-section .hero-section-container .mobile-hero-tab-wrapper {
  display: none;
}
.index-hero-section .sqa-platform-section {
  background-color: #fff;
  padding: 12.5vw 0;
  position: relative;
  isolation: isolate;
}
.index-hero-section .sqa-platform-section .icon-video-bg-shade {
  width: 38.6458333333vw;
  height: 23.6979166667vw;
  transform: rotate(-47.969deg);
  position: absolute;
  right: 11.4583333333vw;
  top: 10.4166666667vw;
  border-radius: 9.7395833333vw;
  opacity: 0.6;
  background: linear-gradient(270deg, rgba(0, 109, 255, 0.4) 39.12%, rgba(117, 0, 255, 0.4) 105.38%);
  filter: blur(11.5625vw);
  z-index: -1;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper {
  display: flex;
  align-items: center;
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-content {
  min-width: 50%;
  width: 50%;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-content .sqa-platform-section-content-p {
  width: 68%;
  font-size: 2.5520833333vw;
  font-weight: 400;
  line-height: 120%;
  color: #777777;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-content .sqa-platform-section-content-p .span-sqa {
  color: #303030;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video {
  min-width: 50%;
  width: 50%;
  border-radius: 0.625vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .left-marquee-col,
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .right-marquee-col {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7.6563vw;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .left-marquee-col {
  left: 0;
  border-radius: 0.625vw 0 0 0.625vw;
  background: linear-gradient(90deg, rgba(241, 242, 254, 0.8) 0%, rgba(222, 226, 255, 0.2) 94.45%);
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .right-marquee-col {
  right: 0;
  border-radius: 0 0.625vw 0.625vw 0;
  background: linear-gradient(90deg, rgba(220, 230, 254, 0.1) 41.72%, #EFF3FE 108.08%);
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee {
  width: 100%;
  overflow: hidden;
  padding: 1.0416666667vw 0;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee .icon-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee .icon-marquee-group {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  flex-shrink: 0;
  padding-right: 2.5vw;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee .icon-marquee-item {
  flex: 0 0 auto;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee .icon-marquee-item img {
  display: block;
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  box-shadow: 0 3.385px 16.923px 0 rgba(0, 0, 0, 0.15);
  border-radius: 1.4063vw;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee:nth-child(1) .icon-marquee-track {
  animation: marquee-left 40s linear infinite;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee:nth-child(2) .icon-marquee-track {
  animation: marquee-right 40s linear infinite;
}
.index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee:nth-child(3) .icon-marquee-track {
  animation: marquee-left 40s linear infinite;
}
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}
@media (max-width: 1024px) {
  .index-hero-section .hero-section-container {
    padding: 12.5vw 11.71875vw 0;
  }
  .index-hero-section .hero-section-container .bg-shade {
    top: 68.359375vw;
    right: 0;
    width: 89.35546875vw;
    height: 34.1796875vw;
    transform: rotate(-150deg);
    border-radius: 24.609375vw;
    filter: blur(24.4140625vw);
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai {
    gap: 0.78125vw;
    padding: 1.171875vw 3.125vw 1.171875vw 2.34375vw;
    border-radius: 2.34375vw;
    margin-bottom: 1.953125vw;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai p {
    font-family: "Plain";
    font-size: 1.953125vw;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
    text-transform: capitalize;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai .ai-img {
    width: 1.7578125vw;
    height: 1.7578125vw;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper h1 {
    font-size: 5.95703125vw;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai-p {
    font-size: 2.44140625vw;
    margin: 2.34375vw 0 3.125vw;
  }
  .index-hero-section .hero-section-container .hero-video-wrapper {
    margin-top: 7.8125vw;
    max-width: 100%;
    width: 100%;
  }
  .index-hero-section .hero-section-container .hero-video-wrapper .video-section {
    border-radius: 1.171875vw;
  }
  .index-hero-section .hero-section-container .hero-video-wrapper .video-section video {
    border-radius: 1.171875vw;
  }
  .index-hero-section .hero-section-container .video-menu-tab-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0.78125vw;
    gap: 0.78125vw;
    border-radius: 1.5625vw;
    margin: 4.296875vw auto 17.578125vw;
  }
  .index-hero-section .hero-section-container .video-menu-tab-wrapper .video-menutab {
    padding: 1.171875vw 0.78125vw;
    gap: 0.78125vw;
    font-size: 1.5625vw;
    border-radius: 0.78125vw;
  }
  .index-hero-section .sqa-platform-section {
    padding: 17.578125vw 11.71875vw;
  }
  .index-hero-section .sqa-platform-section .icon-video-bg-shade {
    width: 45.41015625vw;
    height: 27.83203125vw;
    right: 5.2734375vw;
    top: 10.7421875vw;
    border-radius: 13.8671875vw;
    filter: blur(14.84375vw);
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-content .sqa-platform-section-content-p {
    width: 100%;
    font-size: 3.80859375vw;
  }
}
@media (max-width: 768px) {
  .index-hero-section .hero-section-container {
    padding: 17.4358974359vw 0 30.7692307692vw;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 6.1538461538vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai {
    gap: 2.0512820513vw;
    padding: 3.0769230769vw 8.2051282051vw 3.0769230769vw 6.1538461538vw;
    border-radius: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai p {
    font-size: 5.1282051282vw;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai .ai-img {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper h1 {
    font-size: 12.5641025641vw;
    text-align: center;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper h1 .text-rotator .words span {
    padding-bottom: 1.0256410256vw;
    justify-content: center;
  }
  .index-hero-section .hero-section-container .index-hero-section-wrapper .agentic-ai-p {
    font-size: 5.1282051282vw;
    margin: 8.2051282051vw 0 10.2564102564vw;
    text-align: center;
  }
  .index-hero-section .hero-section-container .bg-shade {
    position: absolute;
    left: -25.641025641vw;
    top: 138.9743589744vw;
    width: 133.8461538462vw;
    height: 53.8461538462vw;
    transform: rotate(-139.947deg);
    border-radius: 64.6153846154vw;
    opacity: 0.6;
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.7) 6.8%, rgba(117, 0, 255, 0.7) 46.78%, rgba(255, 141, 0, 0.56) 82.84%);
    filter: blur(150px);
    backface-visibility: hidden;
    z-index: 0;
  }
  .index-hero-section .hero-section-container .hero-video-wrapper {
    display: none;
  }
  .index-hero-section .hero-section-container .video-menu-tab-wrapper {
    display: none;
  }
  .index-hero-section .hero-section-container .mobile-hero-video-wrapper {
    display: block;
    padding: 12.3076923077vw 6.1538461538vw 8.2051282051vw;
    position: relative;
    z-index: 1;
  }
  .index-hero-section .hero-section-container .mobile-hero-video-wrapper .mobile-video-wrapper {
    width: 100%;
    display: grid;
    overflow: hidden;
    border-radius: 3.0769230769vw;
  }
  .index-hero-section .hero-section-container .mobile-hero-video-wrapper .mobile-video-wrapper video {
    grid-area: 1/1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3.0769230769vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 450ms ease, visibility 450ms ease;
    pointer-events: none;
    border-radius: 1.1458vw;
  }
  .index-hero-section .hero-section-container .mobile-hero-video-wrapper .mobile-video-wrapper video.active-video {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
  }
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper {
    display: block;
    padding: 0 6.1538461538vw;
  }
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper {
    display: flex;
    padding: 2.0512820513vw;
    align-items: center;
    justify-content: space-between;
    gap: 4.1025641026vw;
    border-radius: 4.1025641026vw;
    background: linear-gradient(90deg, rgba(233, 223, 242, 0.74) 0%, #C6C0F6 100%);
  }
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .left-tab-arrow,
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .right-tab-arrow {
    position: relative;
    z-index: 2;
    display: flex;
    flex-shrink: 0;
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    justify-content: center;
    align-items: center;
    border-radius: 2.0512820513vw;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: background-color 200ms ease, transform 200ms ease;
  }
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .left-tab-arrow:active,
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .right-tab-arrow:active {
    transform: scale(1);
  }
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .left-tab-arrow img,
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .right-tab-arrow img {
    display: block;
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .mobile-tab-content {
    flex: 1;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 120%;
    color: #000;
  }
  .index-hero-section .hero-section-container .mobile-hero-tab-wrapper .mobile-hero-menu-wrapper .mobile-tab-content.active-mobile-tab {
    display: flex;
  }
  .index-hero-section .sqa-platform-section {
    padding: 30.7692307692vw 6.1538461538vw;
  }
  .index-hero-section .sqa-platform-section .icon-video-bg-shade {
    width: 120.7692307692vw;
    height: 73.8461538462vw;
    transform: rotate(-47.969deg);
    transform: rotate(-47.969deg);
    position: absolute;
    left: -18.2051282051vw;
    top: 38.4615384615vw;
    border-radius: 28.9743589744vw;
    opacity: 0.6;
    background: linear-gradient(270deg, rgba(0, 109, 255, 0.4) 39.12%, rgba(117, 0, 255, 0.4) 105.38%);
    filter: blur(200px);
    z-index: -1;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-content {
    min-width: 100%;
    width: 100%;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-content .sqa-platform-section-content-p {
    width: 100%;
    font-size: 7.9487179487vw;
    margin-bottom: 14.358974359vw;
    text-align: center;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video {
    min-width: 100%;
    width: 100%;
    border-radius: 3.0769230769vw;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee {
    padding: 4.1025641026vw 0;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee .icon-marquee-group {
    gap: 5.1282051282vw;
    padding-right: 6.1538461538vw;
  }
  .index-hero-section .sqa-platform-section .sqa-platform-section-wrapper .sqa-platform-section-video .icon-marquee .icon-marquee-item img {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    box-shadow: 0 3.385px 12.923px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3.8461538462vw;
  }
}

.ai-powered-section {
  background-color: #f9f9f9;
  padding: 11.4583333333vw 0;
  position: relative;
  overflow: hidden;
}
.ai-powered-section .ai-powered-bg-shade {
  width: 48.75vw;
  height: 31.9270833333vw;
  transform: rotate(-30deg);
  position: absolute;
  right: 13.0208333333vw;
  top: 13.0208333333vw;
  border-radius: 13.125vw;
  opacity: 0.6;
  background: linear-gradient(93deg, rgba(0, 109, 255, 0.3) 6.8%, rgba(117, 0, 255, 0.3) 46.78%, rgba(255, 141, 0, 0.24) 85.44%);
  filter: blur(15.625vw);
  z-index: 0;
}
.ai-powered-section .ai-powered-section-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 0.4166666667vw;
  padding: 0.625vw 1.6666666667vw 0.625vw 1.25vw;
  border-radius: 1.25vw;
  border: 1.5px solid #FFF;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.12);
  background: #FCFCFC;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai p {
  font-family: "Plain";
  font-size: 1.0416666667vw;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-transform: capitalize;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai .ai-img {
  width: 18px;
  height: 18px;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .ai-powered-h2 {
  font-family: Plain;
  font-size: 3.1770833333vw;
  color: #303030;
  font-weight: 400;
  line-height: 120%;
  width: 67%;
  text-align: center;
  margin: 1.0416666667vw auto 2.9166666667vw;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .ai-powered-h2 .ai-powered-span {
  background: linear-gradient(110deg, #FF482C 26.62%, #6A00FF 73.38%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .btn-ai-powered {
  width: fit-content;
  background-color: #303030;
}
.ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .btn-ai-powered:hover {
  background-color: #4684f8;
  color: #fff;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 6.3020833333vw;
  margin-top: 6.875vw;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper {
  width: 19.2708333333vw;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .horizontal-divider {
  background-color: #ECECEC;
  height: 2px;
  width: 100%;
  margin: 1.875vw auto;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu {
  font-size: 1.3020833333vw;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
  margin-top: 0.8333333333vw;
  cursor: pointer;
  transition: color 250ms ease;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu.active-feature {
  color: #000;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 450ms ease, opacity 250ms ease, margin-top 450ms ease;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body .feature-tab-p {
  font-size: 1.0416666667vw;
  font-weight: 300;
  line-height: 120%;
  color: #777777;
  margin-bottom: 1.25vw;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body .tab-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8333333333vw;
  color: #4684F8;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body .tab-learn-more-arrow {
  display: inline-flex;
  align-items: center;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body .tab-learn-more-arrow img {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  margin-top: 5px;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-video-wrapper {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  overflow: hidden;
  border-radius: 0.625vw;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-video-wrapper .feature-tab-video-gradient {
  width: 100%;
  height: 4.5833vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(247, 247, 248, 0) 0%, #F7F7F8 77%);
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-video-wrapper .feature-tab-video {
  grid-area: 1/1;
  width: 100%;
  height: auto;
  border-radius: 0.625vw;
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
  transition: opacity 450ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1), visibility 450ms ease;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-video-wrapper .feature-tab-video.feature-tab-radius {
  border-top-left-radius: 1.0417vw;
  border-top-right-radius: 1.0417vw;
}
.ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-video-wrapper .feature-tab-video.active-feature-video {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}
.ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .ai-powered-section {
    padding: 17.578125vw 11.71875vw;
  }
  .ai-powered-section .ai-powered-bg-shade {
    width: 64.55078125vw;
    height: 40.8203125vw;
    right: 0vw;
    top: 19.53125vw;
    border-radius: 16.6015625vw;
    filter: blur(17.08984375vw);
  }
  .ai-powered-section .ai-powered-section-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai {
    gap: 0.78125vw;
    padding: 1.171875vw 3.125vw 1.171875vw 2.34375vw;
    border-radius: 2.34375vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai p {
    font-size: 1.953125vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai .ai-img {
    width: 1.7578125vw;
    height: 1.7578125vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .ai-powered-h2 {
    font-size: 4.78515625vw;
    width: 100%;
    text-align: center;
    margin: 1.953125vw auto 5.46875vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper {
    gap: 4.296875vw;
    margin-top: 11.71875vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper {
    width: 25.0977vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .horizontal-divider {
    margin: 2.1484375vw auto;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu {
    font-size: 1.953125vw;
    margin-top: 1.5625vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body .feature-tab-p {
    font-size: 1.5625vw;
    margin-bottom: 2.34375vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body .tab-learn-more {
    gap: 4px;
    font-size: 1.5625vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-menu-wrapper .feature-tab-menu-body .tab-learn-more-arrow img {
    display: block;
    width: 1.171875vw;
    height: 1.171875vw;
    margin-top: 5px;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-video-wrapper {
    border-radius: 1.171875vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper .feature-tab-video-wrapper .feature-tab-video {
    border-radius: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .ai-powered-section {
    padding: 30.7692307692vw 6.1538461538vw;
  }
  .ai-powered-section .ai-powered-bg-shade {
    width: 114.358974359vw;
    height: 72.3076923077vw;
    transform: rotate(-50.401deg);
    position: absolute;
    left: -7.6923076923vw;
    top: 64.1025641026vw;
    border-radius: 43.5897435897vw;
    opacity: 0.6;
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.3) 6.8%, rgba(117, 0, 255, 0.3) 46.78%, rgba(255, 141, 0, 0.24) 85.44%);
    filter: blur(90px);
  }
  .ai-powered-section .ai-powered-section-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai {
    gap: 2.0512820513vw;
    padding: 3.0769230769vw 8.2051282051vw 3.0769230769vw 6.1538461538vw;
    border-radius: 6.1538461538vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai p {
    font-size: 5.1282051282vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .agentic-ai .ai-img {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .intelligent-wrapper .ai-powered-h2 {
    font-size: 10vw;
    width: 100%;
    margin: 5.1282051282vw auto 10.2564102564vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-video-wrapper {
    display: none;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper {
    display: block;
    padding: 12.3076923077vw 0 0;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-divider {
    background-color: #ECECEC;
    height: 2px;
    width: 100%;
    margin: 6.1538461538vw 0;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-menu-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 5.1282051282vw;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-menu-row .tab-chevron-img {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    transform: rotate(180deg);
    transition: transform 0.35s ease;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition: max-height 0.5s ease, opacity 0.35s ease, padding 0.4s ease;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-content-p {
    font-size: 4.1025641026vw;
    font-weight: 400;
    line-height: 120%;
    color: #777;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 1.5384615385vw;
    font-size: 4.1025641026vw;
    color: #4684F8;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    margin: 4.1025641026vw 0 8.2051282051vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-learn-more-arrow {
    display: inline-flex;
    align-items: center;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-learn-more-arrow img {
    display: block;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin-top: 1.2820512821vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-video-container {
    position: relative;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-video-container .tab-video {
    display: block;
    width: 100%;
    height: auto;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-video-container .tab-video.feature-tab-radius {
    border-top-left-radius: 2.5641025641vw;
    border-top-right-radius: 2.5641025641vw;
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row .tab-body-content-wrapper .tab-video-container .tab-video-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 57px;
    z-index: 5;
    background: linear-gradient(180deg, rgba(247, 247, 248, 0) 0%, #F7F7F8 100%);
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row.active .tab-menu-row .tab-chevron-img {
    transform: rotate(270deg);
  }
  .ai-powered-section .ai-powered-section-wrapper .tab-accordian-wrapper .tab-accordian-row.active .tab-body-content-wrapper {
    max-height: 1000px;
    opacity: 1;
    padding: 4.1025641026vw 0 0;
  }
}

.static-content-section {
  padding: 11.4583333333vw 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.static-content-section .static-content-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 7.2916666667vw;
  position: relative;
  z-index: 1;
}
.static-content-section .static-content-wrapper .static-content-col .mobile-static-gradient {
  display: none;
}
.static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5.2083333333vw;
  margin-bottom: 4.7916666667vw;
}
.static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .tab-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.0416666667vw;
  color: #4684F8;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}
.static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .tab-learn-more-arrow {
  display: inline-flex;
  align-items: center;
}
.static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .tab-learn-more-arrow img {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  margin-top: 5px;
}
.static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-learnmore-wrapper {
  flex: 1;
}
.static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-content-h3 {
  font-size: 3.1770833333vw;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
  min-width: 28.6979166667vw;
  max-width: 28.6979166667vw;
}
.static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-content-p {
  font-size: 1.3020833333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color: #777777;
  margin-bottom: 1.25vw;
}
.static-content-section .static-content-wrapper .static-content-col .static-content-img {
  width: 100%;
  height: auto;
  border-top-right-radius: 0.625vw;
  border-top-left-radius: 0.625vw;
}
.static-content-section .static-bg-shade-9, .static-content-section .static-bg-shade-8, .static-content-section .static-bg-shade-7, .static-content-section .static-bg-shade-6, .static-content-section .static-bg-shade-5, .static-content-section .static-bg-shade-4, .static-content-section .static-bg-shade-3, .static-content-section .static-bg-shade-2, .static-content-section .static-bg-shade-1 {
  position: absolute;
  border-radius: 13.0208333333vw;
  opacity: 0.6;
  filter: blur(15.625vw);
  z-index: 0;
}
.static-content-section .static-bg-shade-1 {
  right: 7.8125vw;
  top: 13.0208333333vw;
  width: 49.7916666667vw;
  height: 27.6041666667vw;
  transform: rotate(-135deg);
  background: linear-gradient(91deg, rgba(0, 109, 255, 0.5) 25.33%, rgba(0, 216, 138, 0.5) 59.72%, rgba(255, 141, 0, 0.4) 90.74%);
}
.static-content-section .static-bg-shade-2 {
  right: 10.4166666667vw;
  top: 36.4583333333vw;
  width: 86.7708333333vw;
  height: 31.875vw;
  transform: rotate(-135deg);
  background: linear-gradient(93deg, rgba(0, 109, 255, 0.5) 6.8%, rgba(0, 215, 138, 0.5) 65.48%, rgba(255, 141, 0, 0.4) 82.84%);
}
.static-content-section .static-bg-shade-3 {
  left: 5.2083333333vw;
  top: 75.5208333333vw;
  width: 49.7916666667vw;
  height: 27.6041666667vw;
  transform: rotate(-135deg);
  background: linear-gradient(91deg, rgba(0, 109, 255, 0.22) 38.15%, rgba(255, 0, 99, 0.15) 71.02%);
}
.static-content-section .static-bg-shade-4 {
  right: 13.0208333333vw;
  bottom: 10.4166666667vw;
  width: 68.6458333333vw;
  height: 28.6458333333vw;
  transform: rotate(320deg);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.5) 13.27%, rgba(0, 109, 255, 0.5) 29.03%, rgba(255, 199, 0, 0.5) 68.23%);
}
.static-content-section .static-bg-shade-5 {
  left: 5.2083333333vw;
  bottom: 26.0416666667vw;
  width: 49.7916666667vw;
  height: 27.6041666667vw;
  transform: rotate(-135deg);
  background: linear-gradient(95deg, rgba(0, 109, 255, 0.09) 20.42%, rgba(255, 0, 99, 0.15) 74.17%);
}
.static-content-section .static-bg-shade-6 {
  transform: rotate(310deg);
  left: 5.2083333333vw;
  bottom: 109.375vw;
  width: 83.3333333333vw;
  height: 31.875vw;
  background: linear-gradient(93deg, rgba(0, 109, 255, 0.5) 6.8%, rgba(0, 216, 138, 0.5) 46.78%, rgba(255, 141, 0, 0.4) 82.84%);
}
.static-content-section .static-bg-shade-7 {
  right: 5.2083333333vw;
  bottom: 72.9166666667vw;
  width: 52.9166666667vw;
  height: 31.875vw;
  transform: rotate(135deg);
  background: linear-gradient(93deg, rgba(0, 215, 138, 0.22) 47.37%, rgba(255, 199, 0, 0.22) 77.89%);
}
.static-content-section .static-bg-shade-8 {
  transform: rotate(135deg);
  left: 7.8125vw;
  top: 104.1666666667vw;
  width: 48.2291666667vw;
  height: 28.0729166667vw;
  background: linear-gradient(93deg, rgba(0, 109, 255, 0.22) 6.8%, rgba(0, 216, 138, 0.22) 46.78%, rgba(255, 141, 0, 0.18) 82.84%);
}
.static-content-section .static-bg-shade-9 {
  display: none;
}
@media (max-width: 1024px) {
  .static-content-section {
    padding: 0 11.71875vw;
  }
  .static-content-section .static-content-wrapper {
    max-width: 100%;
    width: 100%;
    gap: 0;
  }
  .static-content-section .static-content-wrapper .static-content-col {
    padding: 17.578125vw 0;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper {
    gap: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .tab-learn-more {
    font-size: 1.953125vw;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .tab-learn-more-arrow img {
    width: 1.171875vw;
    height: 1.171875vw;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-learnmore-wrapper {
    flex: 1;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-content-h3 {
    font-size: 4.78515625vw;
    flex: 1;
    min-width: 0;
    max-width: none;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-content-p {
    font-size: 1.953125vw;
    margin-bottom: 2.34375vw;
  }
  .static-content-section .static-bg-shade-1, .static-content-section .static-bg-shade-2, .static-content-section .static-bg-shade-3, .static-content-section .static-bg-shade-4, .static-content-section .static-bg-shade-5, .static-content-section .static-bg-shade-6, .static-content-section .static-bg-shade-7, .static-content-section .static-bg-shade-8, .static-content-section .static-bg-shade-9 {
    border-radius: 24.4140625vw;
    filter: blur(19.53125vw);
  }
  .static-content-section .static-bg-shade-1 {
    right: 0vw;
    top: 32.2265625vw;
    width: 57.51953125vw;
    height: 31.8359375vw;
  }
  .static-content-section .static-bg-shade-2 {
    left: 0vw;
    top: 48.828125vw;
    width: 100.09765625vw;
    height: 36.81640625vw;
  }
  .static-content-section .static-bg-shade-3 {
    left: 4.8828125vw;
    top: 126.953125vw;
    width: 74.8046875vw;
    height: 41.40625vw;
    filter: blur(14.6484375vw);
  }
  .static-content-section .static-bg-shade-9 {
    display: block;
    right: 0vw;
    top: 107.421875vw;
    width: 43.9453125vw;
    height: 36.81640625vw;
    transform: rotate(-135deg);
  }
  .static-content-section .static-bg-shade-6 {
    left: 0;
    top: 200.1953125vw;
    width: 51.5625vw;
    height: 29.98046875vw;
    transform: rotate(135deg);
  }
  .static-content-section .static-bg-shade-7 {
    right: 0vw;
    top: 200.1953125vw;
    width: 92.7734375vw;
    height: 34.08203125vw;
    filter: blur(14.6484375vw);
    transform: rotate(330deg);
  }
  .static-content-section .static-bg-shade-4 {
    right: -4.8828125vw;
    bottom: 9.765625vw;
    width: 81.0546875vw;
    height: 34.1796875vw;
    transform: rotate(320deg);
  }
  .static-content-section .static-bg-shade-5 {
    left: 4.8828125vw;
    bottom: 9.765625vw;
    width: 58.59375vw;
    height: 32.6171875vw;
  }
  .static-content-section .static-bg-shade-8 {
    left: 31.25vw;
    top: 297.8515625vw;
    width: 67.67578125vw;
    height: 40.8203125vw;
    transform: rotate(100deg);
    filter: blur(12.20703125vw);
  }
}
@media (max-width: 768px) {
  .static-content-section {
    padding: 0;
  }
  .static-content-section .static-bg-shade-1,
  .static-content-section .static-bg-shade-2,
  .static-content-section .static-bg-shade-3,
  .static-content-section .static-bg-shade-4,
  .static-content-section .static-bg-shade-5,
  .static-content-section .static-bg-shade-6,
  .static-content-section .static-bg-shade-7,
  .static-content-section .static-bg-shade-8,
  .static-content-section .static-bg-shade-9 {
    display: none;
  }
  .static-content-section .static-content-wrapper {
    width: 100%;
    max-width: 100%;
    gap: 0;
  }
  .static-content-section .static-content-wrapper .static-content-col {
    padding: 30.7692307692vw 6.1538461538vw;
    position: relative;
    isolation: isolate;
  }
}
@media (max-width: 768px) and (min-width: 400px) and (max-width: 450px) {
  .static-content-section .static-content-wrapper .static-content-col {
    padding: 27.907vw 6.1538461538vw;
  }
}
@media (max-width: 768px) {
  .static-content-section .static-content-wrapper .static-content-col .mobile-gradient-1,
  .static-content-section .static-content-wrapper .static-content-col .mobile-gradient-2 {
    z-index: -1;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper,
  .static-content-section .static-content-wrapper .static-content-col .static-content-img {
    position: relative;
    z-index: 1;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .tab-learn-more {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
    margin: 4.1025641026vw 0 6.1538461538vw;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .tab-learn-more-arrow img {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin-top: 1.2820512821vw;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-content-h3 {
    font-size: 7.9487179487vw;
    margin-bottom: 5.3846153846vw;
    min-width: 100%;
    max-width: 100%;
  }
  .static-content-section .static-content-wrapper .static-content-col .sqa-content-wrapper .sqa-content-p {
    font-size: 4.1025641026vw;
    margin-bottom: 0;
  }
  .static-content-section .static-content-wrapper .static-content-col .static-content-img {
    width: 100%;
    height: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .static-content-section .static-content-wrapper .static-content-col .mobile-static-gradient {
    display: block;
    position: absolute;
    border-radius: 64.1025641026vw;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(1) .mobile-gradient-1 {
    width: 64.8717948718vw;
    height: 36.1538461538vw;
    right: -12.8205128205vw;
    bottom: 51.2820512821vw;
    transform: rotate(-132.655deg);
    background: linear-gradient(91deg, rgba(0, 109, 255, 0.5) 25.33%, rgba(0, 216, 138, 0.5) 59.72%, rgba(255, 141, 0, 0.4) 90.74%);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(1) .mobile-gradient-2 {
    width: 100.7692307692vw;
    height: 50.5128205128vw;
    left: -12.8205128205vw;
    bottom: 25.641025641vw;
    transform: rotate(-132.655deg);
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.5) 6.8%, rgba(0, 215, 138, 0.5) 65.48%, rgba(255, 141, 0, 0.4) 82.84%);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(2) .mobile-gradient-1 {
    width: 113.3333333333vw;
    height: 54.358974359vw;
    left: -10.2564102564vw;
    bottom: 25.641025641vw;
    transform: rotate(-177.005deg);
    background: linear-gradient(91deg, rgba(0, 109, 255, 0.22) 38.15%, rgba(255, 0, 99, 0.15) 71.02%);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(2) .mobile-gradient-2 {
    width: 48.4615384615vw;
    height: 30vw;
    right: 0vw;
    bottom: 12.8205128205vw;
    background: linear-gradient(0deg, rgba(255, 141, 0, 0.18) 0%, rgba(255, 141, 0, 0.18) 100%);
    filter: blur(40px);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(3) .mobile-gradient-1 {
    width: 51.5384615385vw;
    height: 31.7948717949vw;
    left: -2.5641025641vw;
    top: 76.9230769231vw;
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.22) 6.8%, rgba(0, 216, 138, 0.22) 46.78%, rgba(255, 141, 0, 0.18) 82.84%);
    filter: blur(30px);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(3) .mobile-gradient-2 {
    width: 97.4358974359vw;
    height: 25.8974358974vw;
    right: -7.6923076923vw;
    bottom: 12.8205128205vw;
    transform: rotate(300deg);
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.27) 6.8%, rgba(0, 216, 138, 0.5) 46.78%, rgba(255, 141, 0, 0.4) 82.84%);
    filter: blur(80px);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(4) .mobile-gradient-1 {
    width: 55.3846153846vw;
    height: 38.7179487179vw;
    right: 0vw;
    bottom: 30.7692307692vw;
    transform: rotate(-220deg);
    background: linear-gradient(0deg, rgba(0, 216, 138, 0.5) 0%, rgba(0, 216, 138, 0.5) 100%);
    filter: blur(50px);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(4) .mobile-gradient-2 {
    width: 110vw;
    height: 43.5897435897vw;
    left: 0vw;
    bottom: 25.641025641vw;
    transform: rotate(220deg);
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.5) 13.27%, rgba(0, 109, 255, 0.5) 29.03%, rgba(255, 201, 7, 0.31) 60.21%);
    filter: blur(65px);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(5) .mobile-gradient-1 {
    width: 96.9230769231vw;
    height: 43.8461538462vw;
    right: -12.8205128205vw;
    bottom: 15.3846153846vw;
    transform: rotate(310deg);
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.5) 13.27%, rgba(0, 109, 255, 0.5) 29.03%, var(--Error-Handling-Warning-Warning-100, rgba(255, 199, 0, 0.5)) 68.23%);
    filter: blur(100px);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(5) .mobile-gradient-2 {
    width: 67.1794871795vw;
    height: 37.4358974359vw;
    left: 0vw;
    bottom: 38.4615384615vw;
    transform: rotate(-135deg);
    background: linear-gradient(95deg, rgba(0, 109, 255, 0.09) 20.42%, rgba(255, 0, 99, 0.15) 74.17%);
  }
  .static-content-section .static-content-wrapper .static-content-col:nth-child(5) .mobile-gradient-3 {
    width: 34.6153846154vw;
    height: 37.4358974359vw;
    left: 12.5641025641vw;
    top: 51.2820512821vw;
    transform: rotate(-135deg);
    background: linear-gradient(0deg, rgba(0, 109, 255, 0.09) 0%, rgba(0, 109, 255, 0.09) 100%);
    filter: blur(20px);
  }
}

.carousal-slider-section {
  padding: 11.4583333333vw 0;
  background: linear-gradient(0deg, rgba(0, 109, 255, 0.1) 0%, rgba(0, 109, 255, 0.1) 100%), #000;
  overflow: hidden;
}
.carousal-slider-section .carousal-content-wrapper {
  max-width: 34.375vw;
  width: 100%;
  margin: 0 auto 4.7916666667vw;
}
.carousal-slider-section .carousal-content-wrapper .carousal-h3 {
  font-size: 3.1770833333vw;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
.carousal-slider-section .carousal-content-wrapper .carousal-p {
  font-size: 1.3020833333vw;
  font-weight: 300;
  line-height: 120%;
  color: #9F9F9F;
  margin: 1.875vw 0 3.3333333333vw;
  text-align: center;
}
.carousal-slider-section .carousal-content-wrapper .secure-platform {
  display: flex;
  padding: 0.6563vw 1.6666666667vw 0.8594vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  background-color: #fff;
  width: fit-content;
  margin: auto;
}
.carousal-slider-section .carousal-slider-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper {
  width: 100%;
  overflow: hidden;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .slick-list {
  overflow: visible;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .slick-slide {
  width: 80%;
  margin-right: 2.0833333333vw;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide {
  width: 80vw;
  margin-right: 2.0833333333vw;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.8333333333vw 0.8333333333vw 0 0;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-video-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper {
  display: flex;
  padding: 2.5vw 2.5vw 2.9166666667vw 2.5vw;
  align-self: stretch;
  border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  background: linear-gradient(0deg, rgba(0, 109, 255, 0.11) 0%, rgba(0, 109, 255, 0.11) 100%), rgba(0, 0, 0, 0.9);
  gap: 1.25vw;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-divider {
  border-radius: 0.4166666667vw;
  background: #FFAA55;
  min-width: 2.5px;
  width: 2.5px;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-h4 {
  font-size: 1.6145833333vw;
  font-weight: 300;
  color: #fff;
  line-height: 120%;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-bottom-p {
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 0.8333333333vw;
  color: #C6C6C6;
  width: 85%;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper {
  margin-top: 4.7916666667vw;
  display: flex;
  justify-content: center;
  gap: 0.4166666667vw;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper .carousal-progress-bar {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper .carousal-progress-bar.active-progress-bar {
  width: 1.4583333333vw;
  height: 0.5208333333vw;
  border-radius: 999px;
  background: #FFF;
}
@media (max-width: 1024px) {
  .carousal-slider-section {
    padding: 17.578125vw 11.71875vw;
  }
  .carousal-slider-section .carousal-content-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5.46875vw;
  }
  .carousal-slider-section .carousal-content-wrapper .carousal-h3 {
    font-size: 4.78515625vw;
  }
  .carousal-slider-section .carousal-content-wrapper .carousal-p {
    font-size: 2.44140625vw;
    margin: 3.515625vw 0 6.25vw;
  }
  .carousal-slider-section .carousal-content-wrapper .secure-platform {
    padding: 1.2305vw 3.125vw 1.6113vw;
    border-radius: 0.5859375vw;
    font-size: 1.5625vw;
  }
  .carousal-slider-section .carousal-slider-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .slick-slide {
    margin-right: 2.34375vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide {
    margin-right: 2.34375vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-video-wrapper {
    border-radius: 0.95703125vw 0.95703125vw 0 0;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper {
    padding: 2.9296875vw 2.9296875vw 3.3203125vw 2.9296875vw;
    border-radius: 0 0 0.95703125vw 0.95703125vw;
    gap: 1.435546875vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-divider {
    border-radius: 0.78125vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-h4 {
    font-size: 2.44140625vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-bottom-p {
    font-size: 1.5625vw;
    margin-top: 0.9375vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper {
    margin-top: 5.46875vw;
    gap: 0.48828125vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper .carousal-progress-bar {
    width: 0.5981445313vw;
    height: 0.5981445313vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper .carousal-progress-bar.active-progress-bar {
    width: 1.6748046875vw;
    height: 0.5981445313vw;
  }
}
@media (max-width: 768px) {
  .carousal-slider-section {
    padding: 30.7692307692vw 6.1538461538vw;
  }
  .carousal-slider-section .carousal-content-wrapper {
    max-width: 100%;
    margin: 0 auto 8.2051282051vw;
  }
  .carousal-slider-section .carousal-content-wrapper .carousal-h3 {
    font-size: 7.9487179487vw;
  }
  .carousal-slider-section .carousal-content-wrapper .carousal-p {
    font-size: 4.1025641026vw;
    margin: 5.1282051282vw 0 10.2564102564vw;
  }
  .carousal-slider-section .carousal-content-wrapper .secure-platform {
    padding: 4.358974359vw 8.2051282051vw 5.1282051282vw;
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .slick-slide {
    width: 80%;
    margin-right: 3.1153846154vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide {
    margin-right: 3.1153846154vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-video-wrapper {
    border-radius: 1.25vw 1.25vw 0 0;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper {
    padding: 3.7512820513vw 3.7512820513vw 4.358974359vw 3.7512820513vw;
    border-radius: 0 0 1.25vw 1.25vw;
    gap: 2.0512820513vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-divider {
    border-radius: 0.5128205128vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-h4 {
    font-size: 4.1025641026vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-wrapper .carousal-slide .carousal-bottom-content-wrapper .carousal-bottom-p {
    font-size: 3.3333333333vw;
    margin-top: 1.2307692308vw;
    width: 100%;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper {
    margin-top: 8.2051282051vw;
    gap: 1.2564102564vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper .carousal-progress-bar {
    width: 1.5705128205vw;
    height: 1.5705128205vw;
  }
  .carousal-slider-section .carousal-slider-wrapper .carousal-progress-wrapper .carousal-progress-bar.active-progress-bar {
    width: 4.3974358974vw;
    height: 1.5705128205vw;
  }
}

.tools-team-section {
  padding: 11.4583333333vw 0;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.tools-team-section .tools-team-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.tools-team-section .tools-team-wrapper .tools-team-h5 {
  font-size: 3.1770833333vw;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
  width: 65%;
}
.tools-team-section .tools-team-wrapper .tools-team-p {
  font-size: 1.3020833333vw;
  font-weight: 300;
  line-height: 120%;
  color: #777;
  margin: 2.3958333333vw 0 6.25vw;
  width: 60%;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper {
  display: flex;
  gap: 0.8333333333vw;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col {
  flex: 1;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col img {
  width: 100%;
  height: auto;
  border-radius: 1.3020833333vw;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-chip {
  margin-top: 1.875vw;
  display: flex;
  padding: 0.2604166667vw 0.8333333333vw 0.46875vw;
  align-items: center;
  gap: 0.4167vw;
  border-radius: 0.8333333333vw;
  background: #FF8500;
  backdrop-filter: blur(10px);
  font-size: 0.8333333333vw;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  width: fit-content;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .card-title {
  margin: 0.8333333333vw 0 1.25vw;
  font-size: 1.6145833333vw;
  font-weight: 400;
  line-height: 120%;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1.0416666667vw;
  color: #777777;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-learn-more-arrow {
  display: inline-flex;
  align-items: center;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-learn-more-arrow img {
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: 5px;
}
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-card-shade-1,
.tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-card-shade-2 {
  display: none;
}
.tools-team-section .tools-team-bg-shade {
  position: absolute;
  left: 10.4166666667vw;
  top: 26.0416666667vw;
  width: 66.25vw;
  height: 30.2083333333vw;
  transform: rotate(320deg);
  border-radius: 20.8333333333vw;
  opacity: 0.7;
  background: linear-gradient(93deg, rgba(0, 109, 255, 0.6) 16.52%, rgba(255, 0, 99, 0.5) 46.78%, rgba(255, 141, 0, 0.9) 94.92%);
  filter: blur(13.0208333333vw);
  z-index: 0;
}
.tools-team-section .tools-team-bg-shade-2 {
  position: absolute;
  right: 10.4166666667vw;
  bottom: 20.8333333333vw;
  width: 37.96875vw;
  height: 16.875vw;
  transform: rotate(135deg);
  border-radius: 13.0208333333vw;
  opacity: 0.6;
  background: linear-gradient(93deg, rgba(255, 201, 7, 0.04) 37.89%, rgba(255, 141, 0, 0.24) 64.11%);
  filter: blur(13.0208333333vw);
  z-index: 0;
}
@media (max-width: 1024px) {
  .tools-team-section {
    padding: 17.578125vw 11.71875vw;
  }
  .tools-team-section .tools-team-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .tools-team-section .tools-team-wrapper .tools-team-h5 {
    font-size: 4.78515625vw;
    width: 100%;
  }
  .tools-team-section .tools-team-wrapper .tools-team-p {
    font-size: 2.44140625vw;
    margin: 3.125vw 0 7.8125vw;
    width: 100%;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper {
    gap: 1.5625vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-chip {
    margin-top: 2.1484vw;
    padding: 0.48828125vw 1.5625vw 0.78125vw;
    gap: 0.7813vw;
    border-radius: 1.5625vw;
    font-size: 1.2695vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .card-title {
    margin: 0.9766vw 0 1.3672vw;
    font-size: 1.953125vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-learn-more {
    gap: 0.391vw;
    font-size: 1.5625vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-learn-more img {
    width: 1.171875vw;
    height: 1.171875vw;
  }
  .tools-team-section .tools-team-bg-shade {
    left: 4.8828125vw;
    top: 39.0625vw;
    width: 88.18359375vw;
    height: 37.59765625vw;
    border-radius: 24.4140625vw;
    filter: blur(17.08984375vw);
    transform: rotate(310deg);
  }
  .tools-team-section .tools-team-bg-shade-2 {
    right: 0vw;
    bottom: 9.765625vw;
    width: 47.8515625vw;
    height: 21.2890625vw;
    border-radius: 24.4140625vw;
    filter: blur(9.765625vw);
    transform: rotate(324deg);
  }
}
@media (max-width: 768px) {
  .tools-team-section {
    padding: 30.7692307692vw 6.1538461538vw;
  }
  .tools-team-section .tools-team-bg-shade,
  .tools-team-section .tools-team-bg-shade-2 {
    display: none;
  }
  .tools-team-section .tools-team-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .tools-team-section .tools-team-wrapper .tools-team-h5 {
    font-size: 10vw;
    width: 100%;
  }
  .tools-team-section .tools-team-wrapper .tools-team-p {
    font-size: 5.1282051282vw;
    margin: 8.2051282051vw 0 6.1538461538vw;
    width: 100%;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper {
    gap: 6.1538461538vw;
    flex-direction: column;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col {
    position: relative;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col img {
    border-radius: 4.8717948718vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-chip {
    margin-top: 9.2307692308vw;
    display: flex;
    padding: 1.0256410256vw 4.1025641026vw 2.0512820513vw;
    border-radius: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .card-title {
    margin: 4.1025641026vw 0 6.1538461538vw;
    font-size: 6.4102564103vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-learn-more {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-learn-more-arrow img {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin-top: 1.2820512821vw;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-card-shade-1,
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col .team-card-shade-2 {
    display: block;
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col:nth-child(1) .team-card-shade-1 {
    width: 139.7435897436vw;
    height: 61.0256410256vw;
    transform: rotate(300deg);
    position: absolute;
    right: -38.4615384615vw;
    bottom: 76.9230769231vw;
    border-radius: 56.4102564103vw;
    opacity: 0.62;
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.6) 16.52%, rgba(255, 0, 99, 0.5) 46.78%, rgba(255, 141, 0, 0.9) 94.92%);
    filter: blur(100px);
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col:nth-child(2) .team-card-shade-1 {
    width: 142.8205128205vw;
    height: 61.0256410256vw;
    transform: rotate(300deg);
    position: absolute;
    left: -38.4615384615vw;
    bottom: 51.2820512821vw;
    border-radius: 56.4102564103vw;
    opacity: 0.62;
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.6) 16.52%, rgba(255, 0, 99, 0.5) 46.78%, rgba(255, 141, 0, 0.9) 94.92%);
    filter: blur(100px);
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col:nth-child(2) .team-card-shade-2 {
    width: 77.4358974359vw;
    height: 34.358974359vw;
    transform: rotate(300deg);
    position: absolute;
    right: -19.2307692308vw;
    bottom: 51.2820512821vw;
    border-radius: 56.4102564103vw;
    opacity: 0.51;
    background: linear-gradient(93deg, rgba(255, 201, 7, 0.04) 37.89%, rgba(255, 141, 0, 0.24) 64.11%);
    filter: blur(100px);
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col:nth-child(3) .team-card-shade-1 {
    width: 142.8205128205vw;
    height: 61.0256410256vw;
    transform: rotate(300deg);
    position: absolute;
    left: -49.4871794872vw;
    bottom: 51.2820512821vw;
    border-radius: 56.4102564103vw;
    opacity: 0.41;
    background: linear-gradient(93deg, rgba(0, 109, 255, 0.6) 16.52%, rgba(255, 0, 99, 0.5) 46.78%, rgba(255, 141, 0, 0.9) 94.92%);
    filter: blur(100px);
  }
  .tools-team-section .tools-team-wrapper .teams-card-wrapper .teams-card-col:nth-child(3) .team-card-shade-2 {
    width: 77.4358974359vw;
    height: 34.358974359vw;
    transform: rotate(300deg);
    position: absolute;
    right: -11.2820512821vw;
    bottom: 51.2820512821vw;
    border-radius: 56.4102564103vw;
    opacity: 0.3;
    background: linear-gradient(93deg, rgba(255, 201, 7, 0.04) 37.89%, rgba(255, 141, 0, 0.24) 64.11%);
    filter: blur(100px);
  }
}

.connect-section {
  position: relative;
  padding: 11.4583333333vw 0;
  background: #fff;
  overflow: hidden;
}
.connect-section .connect-bg-shade {
  position: absolute;
  left: 10.4166666667vw;
  top: 20.8333333333vw;
  width: 80.7291666667vw;
  height: 28.6458333333vw;
  transform: rotate(-151.727deg);
  border-radius: 12.34375vw;
  opacity: 0.6;
  background: linear-gradient(93deg, rgba(255, 202, 5, 0.45) 29.03%, rgba(0, 216, 138, 0.36) 56.09%, rgba(0, 109, 255, 0.45) 84.32%);
  filter: blur(15.625vw);
  z-index: 0;
  pointer-events: none;
}
.connect-section .connect-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;
}
.connect-section .connect-wrapper .connect-h5 {
  font-size: 3.1770833333vw;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
  width: 55%;
  margin: 0 auto;
  text-align: center;
}
.connect-section .connect-wrapper .connect-p {
  font-size: 1.3020833333vw;
  font-weight: 300;
  line-height: 120%;
  color: #777;
  margin: 2.5vw auto;
  width: 64%;
}
.connect-section .connect-wrapper .btn-connect {
  width: fit-content;
  background-color: #4684f8;
  margin: auto;
}
.connect-section .connect-wrapper .btn-connect:hover {
  background-color: #303030;
}
.connect-section .icon-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 8.6458vw 0 7.0833333333vw;
}
.connect-section .icon-marquee .icon-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: iconMarquee 40s linear infinite;
}
.connect-section .icon-marquee .icon-marquee-group {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  flex-shrink: 0;
  padding-right: 2.5vw;
}
.connect-section .icon-marquee .icon-marquee-item {
  display: flex;
  min-width: 6.25vw;
  width: 6.25vw;
  height: 6.25vw;
  min-height: 6.25vw;
  padding: 2.0313vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.8333333333vw;
  border: 3px solid rgba(189, 229, 230, 0.3);
  background: rgba(0, 0, 0, 0.03);
  background-blend-mode: overlay;
}
.connect-section .icon-marquee .icon-marquee-item img {
  display: block;
  width: 3.125vw;
  height: 3.125vw;
}
@keyframes iconMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .connect-section .icon-marquee-track {
    animation: none;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .connect-section {
    padding: 17.578125vw 0;
  }
  .connect-section .connect-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 11.71875vw;
  }
  .connect-section .connect-wrapper .connect-h5 {
    font-size: 4.78515625vw;
    width: 100%;
  }
  .connect-section .connect-wrapper .connect-p {
    font-size: 2.44140625vw;
    margin: 3.125vw auto;
  }
  .connect-section .icon-marquee {
    padding: 10.7422vw 0;
  }
  .connect-section .icon-marquee .icon-marquee-group {
    gap: 4.6875vw;
    padding-right: 2.5vw;
  }
  .connect-section .icon-marquee .icon-marquee-item {
    width: 11.71875vw;
    height: 11.71875vw;
    padding: 2.9296875vw;
    border-radius: 1.5625vw;
  }
  .connect-section .icon-marquee .icon-marquee-item img {
    display: block;
    width: 5.859375vw;
    height: 5.859375vw;
  }
  .connect-section .connect-bg-shade {
    left: 4.8828125vw;
    top: 19.53125vw;
    width: 99.31640625vw;
    height: 35.25390625vw;
    border-radius: 23.14453125vw;
    filter: blur(19.53125vw);
  }
}
@media (max-width: 768px) {
  .connect-section {
    padding: 30.7692307692vw 0;
  }
  .connect-section .connect-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 6.1538461538vw;
  }
  .connect-section .connect-wrapper .connect-h5 {
    font-size: 10vw;
    width: 100%;
  }
  .connect-section .connect-wrapper .connect-p {
    font-size: 5.1282051282vw;
    margin: 8.2051282051vw auto 10.2564102564vw;
    width: 100%;
  }
  .connect-section .icon-marquee {
    padding: 37.9487179487vw 0 28.2051282051vw;
  }
  .connect-section .icon-marquee .icon-marquee-group {
    gap: 12.3076923077vw;
    padding-right: 12.3076923077vw;
  }
  .connect-section .icon-marquee .icon-marquee-item {
    min-width: 30.7692307692vw;
    width: 30.7692307692vw;
    height: 30.7692307692vw;
    min-height: 30.7692307692vw;
    padding: 7.6923076923vw;
    border-radius: 4.1025641026vw;
    border: 0.7692307692vw solid rgba(189, 229, 230, 0.3);
  }
  .connect-section .icon-marquee .icon-marquee-item img {
    display: block;
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
  .connect-section .connect-bg-shade {
    width: 172.5641025641vw;
    height: 77.1794871795vw;
    transform: rotate(-122.755deg);
    position: absolute;
    left: -25.641025641vw;
    top: 51.2820512821vw;
    border-radius: 60.7692307692vw;
    opacity: 0.6;
    background: linear-gradient(93deg, rgba(255, 202, 5, 0.45) 29.03%, rgba(0, 216, 138, 0.36) 56.09%, rgba(0, 109, 255, 0.45) 84.32%);
    filter: blur(174.3999938965px);
  }
}

.sqa-power-section {
  padding: 11.4583333333vw 0 0;
  background: linear-gradient(0deg, rgba(0, 109, 255, 0.1) 0%, rgba(0, 109, 255, 0.1) 100%), #000;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.sqa-power-section .sqa-power-wrapper {
  max-width: 36.8229vw;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 11.4583333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sqa-power-section .sqa-power-wrapper .sqa-power-h3 {
  font-size: 3.1770833333vw;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  text-align: center;
  width: 80%;
  margin: auto;
}
.sqa-power-section .sqa-power-wrapper .sqa-power-p {
  font-size: 1.3020833333vw;
  font-weight: 300;
  line-height: 120%;
  color: #c6c6c6;
  text-align: center;
  margin: 2.5vw 0 3.5417vw;
}
.sqa-power-section .sqa-power-wrapper .store-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.8333333333vw;
}
.sqa-power-section .sqa-power-wrapper .store-btn-wrapper-mb {
  display: none;
}
.sqa-power-section .mobile-img-wrapper {
  width: 100%;
}
.sqa-power-section .mobile-img-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.sqa-power-section .mobile-img-wrapper-video {
  display: none;
}
.sqa-power-section .sqa-power-img {
  display: none;
}
@media (max-width: 1024px) {
  .sqa-power-section {
    padding: 17.578125vw 0 0;
  }
  .sqa-power-section .mobile-img-wrapper {
    width: 100%;
    height: 195.3125vw;
    margin-top: -11.71875vw;
    overflow: hidden;
    position: relative;
  }
  .sqa-power-section .mobile-img-wrapper video {
    width: 206.93359375vw;
    height: 195.3125vw;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
  }
  .sqa-power-section .sqa-power-wrapper {
    max-width: 69.043vw;
    top: 17.578125vw;
  }
  .sqa-power-section .sqa-power-wrapper .sqa-power-h3 {
    font-size: 4.78515625vw;
    width: 60%;
  }
  .sqa-power-section .sqa-power-wrapper .sqa-power-p {
    font-size: 2.44140625vw;
    margin: 3.125vw 0 5.46875vw;
  }
  .sqa-power-section .sqa-power-wrapper .store-btn-wrapper {
    gap: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .sqa-power-section {
    padding: 30.7692307692vw 0;
  }
  .sqa-power-section .mobile-img-wrapper {
    display: none;
  }
  .sqa-power-section .mobile-img-wrapper-video {
    display: block;
    width: 100%;
    margin-top: 15.3846153846vw;
    position: relative;
  }
  .sqa-power-section .mobile-img-wrapper-video video {
    width: calc(100% - 12.3076923077vw);
    margin: auto;
    height: auto;
    display: block;
    position: relative;
    z-index: 5;
    border-radius: 12.8205128205vw;
  }
  .sqa-power-section .mobile-img-wrapper-video .sqa-power-img {
    position: absolute;
    left: 0;
    bottom: 30.7692307692vw;
    display: block;
    width: 100%;
    height: 107.1794871795vw;
    max-height: 107.1794871795vw;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
  }
  .sqa-power-section .sqa-power-wrapper {
    padding: 0 6.1538461538vw;
    max-width: 100%;
    position: static;
    transform: none;
  }
  .sqa-power-section .sqa-power-wrapper .sqa-power-h3 {
    font-size: 10vw;
    width: 100%;
  }
  .sqa-power-section .sqa-power-wrapper .sqa-power-p {
    font-size: 5.1282051282vw;
    margin: 8.2051282051vw 0 10.2564102564vw;
  }
  .sqa-power-section .sqa-power-wrapper .store-btn-wrapper {
    display: none;
  }
  .sqa-power-section .sqa-power-wrapper .store-btn-wrapper-mb {
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
  }
  .sqa-power-section .sqa-power-wrapper .store-btn-wrapper-mb img {
    width: 100%;
    height: auto;
  }
}

.graph-section {
  padding: 11.4583333333vw 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -0.2604166667vw;
}
.graph-section .graph-wrapper {
  max-width: 66.667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.graph-section .graph-wrapper .graph-h3 {
  font-size: 2.03125vw;
  font-weight: 400;
  line-height: 120%;
  color: #9F9F9F;
}
.graph-section .graph-wrapper .graph-h3 .graph-highlight {
  color: #303030;
}
.graph-section .graph-wrapper .session-card {
  width: 90%;
  max-width: 31.25vw;
  display: flex;
  padding: 1.875vw;
  flex-direction: column;
  gap: 1.6666666667vw;
  border-radius: 0.8333333333vw;
  background: #F4F9FF;
  margin-top: 3.3333333333vw;
}
.graph-section .graph-wrapper .session-card .upper-session-text {
  font-size: 3.1770833333vw;
  font-weight: 300;
  line-height: 120%;
  color: #303030;
}
.graph-section .graph-wrapper .session-card .lower-session-text {
  display: flex;
  gap: 0.2083vw;
  font-size: 1.0416666667vw;
  font-weight: 300;
  line-height: 120%;
}
.graph-section .graph-wrapper .graph-img {
  margin-top: 3.3333333333vw;
}
.graph-section .graph-wrapper .graph-img-wrapper {
  display: grid;
  margin-top: -20.8333vw;
  position: relative;
  z-index: 2;
}
.graph-section .graph-wrapper .graph-img-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .graph-section {
    padding: 17.578125vw 11.71875vw;
  }
  .graph-section .graph-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .graph-section .graph-wrapper .graph-h3 {
    font-size: 3.80859375vw;
  }
  .graph-section .graph-wrapper .session-card {
    width: 100%;
    max-width: 58.5938vw;
    display: flex;
    padding: 1.875vw;
    flex-direction: column;
    gap: 1.6666666667vw;
    border-radius: 0.8333333333vw;
    background: #F4F9FF;
    margin-top: 64px;
  }
  .graph-section .graph-wrapper .session-card .upper-session-text {
    font-size: 3.1770833333vw;
    font-weight: 300;
    line-height: 120%;
    color: #303030;
  }
  .graph-section .graph-wrapper .session-card .lower-session-text {
    display: flex;
    gap: 4px;
    font-size: 1.0416666667vw;
    font-weight: 300;
    line-height: 120%;
  }
  .graph-section .graph-wrapper .graph-img {
    margin-top: 64px;
    width: 100%;
    max-width: 58.5938vw;
    height: auto;
  }
  .graph-section .graph-wrapper .graph-img-wrapper {
    margin-top: -15.0625vw;
  }
  .graph-section .graph-wrapper .graph-img-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .graph-section {
    padding: 30.7692307692vw 6.1538461538vw;
  }
  .graph-section .graph-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .graph-section .graph-wrapper .graph-h3 {
    font-size: 7.9487179487vw;
  }
  .graph-section .graph-wrapper .graph-img-container {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 8.2051282051vw;
    gap: 8.2051282051vw;
  }
  .graph-section .graph-wrapper .graph-img-container .graph-img {
    margin-top: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .graph-section .graph-wrapper .graph-img-container .graph-img-wrapper {
    margin-top: 0;
  }
}

.quality-deliver-section {
  padding: 11.4583333333vw 0 12.5vw;
  background: #010B1A;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.quality-deliver-section .quality-deliver-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 11, 26, 0.2) 49.97%, #061026 91.26%);
  z-index: 0;
  pointer-events: none;
}
.quality-deliver-section .quality-deliver-wrapper {
  position: relative;
  z-index: 1;
  max-width: 760px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
}
.quality-deliver-section .quality-deliver-wrapper .quality-deliver-h3 {
  font-size: 2.5520833333vw;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.quality-deliver-section .quality-deliver-wrapper .quality-deliver-p {
  font-size: 1.3020833333vw;
  font-weight: 300;
  line-height: 120%;
  color: #C6C6C6;
  text-align: center;
}
.quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0.4166666667vw;
}
.quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .request-btn,
.quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .trial-btn {
  display: flex;
  height: 2.5vw;
  padding: 0.6458vw 1.25vw 0.8594vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 120%;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease, transform 300ms ease;
}
.quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .request-btn {
  border: 1px solid #90B5FB;
  color: #4684F8;
  background-color: transparent;
}
.quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .request-btn:hover {
  background-color: #4684F8;
  color: #fff;
}
.quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .trial-btn {
  border: 1px solid #4684F8;
  background-color: #4684F8;
  color: #fff;
}
.quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .trial-btn:hover {
  border-color: #90B5FB;
  color: #4684F8;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .quality-deliver-section {
    padding: 17.578125vw 11.71875vw;
  }
  .quality-deliver-section .quality-deliver-wrapper {
    gap: 4.6875vw;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-deliver-h3 {
    font-size: 4.78515625vw;
    width: 80%;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-deliver-p {
    font-size: 2.44140625vw;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper {
    gap: 0.78125vw;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .request-btn,
  .quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .trial-btn {
    padding: 0 2.34375vw;
    height: 4.6875vw;
    font-size: 1.5625vw;
    border-radius: 0.5859375vw;
  }
}
@media (max-width: 768px) {
  .quality-deliver-section {
    padding: 30.7692307692vw 6.1538461538vw;
  }
  .quality-deliver-section .quality-deliver-wrapper {
    max-width: 100%;
    gap: 10.2564102564vw;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-deliver-h3 {
    font-size: 10vw;
    width: 100%;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-deliver-p {
    font-size: 5.1282051282vw;
    margin-top: -2.0512820513vw;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper {
    gap: 2.0512820513vw;
    flex-direction: column;
    width: 100%;
  }
  .quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .request-btn,
  .quality-deliver-section .quality-deliver-wrapper .quality-btn-wrapper .trial-btn {
    width: 100%;
    max-width: 87.6923076923vw;
    height: 12.3076923077vw;
    padding: 3.2307692308vw 6.1538461538vw 4.2307692308vw;
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
}

.cookies-consent-section {
  position: fixed;
  bottom: 56px;
  left: 50%;
  padding: 24px;
  max-width: 1280px;
  width: 90%;
  padding: 24px;
  border-radius: 24px;
  border: 2.5px solid #ECECEC;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.1), 0 4px 80px 0 rgba(0, 0, 0, 0.12), 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 10;
}
.cookies-consent-section .cookies-consent-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies-consent-section .cookies-flex {
  display: flex;
  align-items: center;
}
.cookies-consent-section .cookie-icon {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #FFF6EC;
  margin-right: 16px;
}
.cookies-consent-section .cookies-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #4F4F4F;
}
.cookies-consent-section .cookies-btn-wrapper {
  display: flex;
  align-items: center;
}
.cookies-consent-section .cookies-btn-wrapper .manage-preference-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #303030;
  cursor: pointer;
  order: 1;
}
.cookies-consent-section .cookies-btn-wrapper .reject-all-btn {
  display: flex;
  width: fit-content;
  height: 56px;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #4684F8;
  margin: 0 12px 0 24px;
  cursor: pointer;
  order: 2;
}
.cookies-consent-section .cookies-btn-wrapper .accept-all-btn {
  display: flex;
  height: 56px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  border: 1px solid #4684F8;
  cursor: pointer;
  order: 3;
}
@media (max-width: 768px) {
  .cookies-consent-section {
    bottom: 32px;
    max-width: calc(100% - 48px);
    width: calc(100% - 48px);
  }
  .cookies-consent-section .cookies-consent-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .cookies-consent-section .cookies-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookies-consent-section .cookie-icon {
    width: 40px;
    height: 40px;
    border-radius: 4.286px;
    margin-bottom: 12px;
  }
  .cookies-consent-section .cookies-text {
    font-size: 13px;
  }
  .cookies-consent-section .cookies-btn-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .cookies-consent-section .cookies-btn-wrapper .reject-all-btn,
  .cookies-consent-section .cookies-btn-wrapper .accept-all-btn,
  .cookies-consent-section .cookies-btn-wrapper .manage-preference-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .cookies-consent-section .cookies-btn-wrapper .reject-all-btn {
    order: 2;
    margin: 0;
  }
  .cookies-consent-section .cookies-btn-wrapper .accept-all-btn {
    order: 1;
  }
  .cookies-consent-section .cookies-btn-wrapper .manage-preference-btn {
    order: 3;
    text-align: center;
  }
}

.cookie-preference-section {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100dvh;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
}
.cookie-preference-section .cookie-preference-wrapper {
  width: 960px;
  padding: 48px;
  border-radius: 24px;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.1), 0 4px 80px 0 rgba(0, 0, 0, 0.12), 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  border: 2.5px solid #ececec;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-icon {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #FFF6EC;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-cross-icon {
  cursor: pointer;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #F9F9F9;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-heading-type {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-desc-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #777;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
  padding: 0 2px;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active {
  background-color: #ff7f00;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active::before {
  transform: translateX(20px);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active-disable {
  background-color: #ff7f00;
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.active-disable::before {
  transform: translateX(20px);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.inactive {
  background-color: #C6C6C6;
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch.inactive::before {
  transform: translateX(0);
}
.cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-right-col .toggle-switch:hover::before {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .manage-preference-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: none;
  color: #303030;
  cursor: pointer;
  order: 1;
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .reject-all-btn {
  display: flex;
  width: fit-content;
  height: 56px;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #4684F8;
  margin: 0 12px 0 24px;
  cursor: pointer;
  order: 2;
}
.cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .accept-all-btn {
  display: flex;
  height: 56px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #4684F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  border: 1px solid #4684F8;
  cursor: pointer;
  order: 3;
}
@media (max-width: 768px) {
  .cookie-preference-section .cookie-preference-wrapper {
    max-width: calc(100% - 48px);
    width: calc(100% - 48px);
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    /* Hide scrollbar - Firefox */
    scrollbar-width: none;
    /* Hide scrollbar - IE/Edge */
    -ms-overflow-style: none;
    padding: 24px;
    border-radius: 12px;
    border: 1.5px solid #ececec;
    /* Hide scrollbar - Chrome, Safari */
  }
  .cookie-preference-section .cookie-preference-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header .cookie-left-header .cookie-heading {
    font-size: 16px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-header .cross-icon {
    cursor: pointer;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper {
    gap: 8px;
    margin-bottom: 32px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type {
    padding: 16px;
    gap: 32px;
    border-radius: 12px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-heading-type {
    font-size: 16px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookie-type-wrapper .cookie-col-type .cookie-left-col .cookie-desc-type {
    font-size: 10px;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.8333333333vw;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .reject-all-btn,
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .accept-all-btn,
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .manage-preference-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .reject-all-btn {
    order: 2;
    margin: 0;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .accept-all-btn {
    order: 1;
  }
  .cookie-preference-section .cookie-preference-wrapper .cookies-btn-wrapper .manage-preference-btn {
    order: 3;
    text-align: center;
  }
}

.cookies-consent-section,
.cookie-preference-section {
  display: none;
}

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