html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font: 1em monospace, monospace;
}

a {
  background: 0 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font: 1em monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  appearance: button;
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

.progress-circle {
  position: relative;
  height: 26rem;
  width: 26rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}

.progress-circle--up path:last-child {
  stroke-linecap: round;
}

.progress-circle path:last-child {
  stroke-linecap: round;
}

.progress-circle__info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  max-width: 80%;
  width: 100%;
  text-align: center;
}

.progress-circle__value {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 130%;
  letter-spacing: .05em;
  color: var(--orange-alpha);
  margin-bottom: 5px;
}

.animate-circle .circle90 {
  display: unset;
  stroke-dasharray: 282.7848205566406px, 282.7848205566406px;
  stroke-dashoffset: 280;
  animation: dash90 1s ease-in-out forwards;
}

.animate-circle .circle50 {
  display: unset;
  stroke-dasharray: 282.7848205566406px, 282.7848205566406px;
  stroke-dashoffset: 280;
  animation: dash50 1s ease-in-out forwards;
}

.animate-circle .circle2 {
  display: unset;
  stroke-dasharray: 282.7848205566406px, 282.7848205566406px;
  stroke-dashoffset: 280;
  animation: dash2 1s ease-in-out forwards;
}

.circle2, .circle50, .circle90 {
  display: none;
}

@keyframes dash90 {
  100% {
    stroke-dashoffset: 28;
  }
}

@keyframes dash50 {
  100% {
    stroke-dashoffset: 141.37;
  }
}

@keyframes dash2 {
  100% {
    stroke-dashoffset: 277.09;
  }
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

a {
  display: block;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

a:focus {
  outline: 0;
}

a:focus-visible {
  outline: 2px solid #4d90fe;
}

a.link-btn {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

p {
  font-size: 20px;
  margin: 0;
  opacity: 0.9;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

select:focus {
  outline: 0;
}

select:focus-within {
  border-color: var(--purple-alpha);
}

input,
textarea {
  font: inherit;
  color: var(--black-alpha);
  border: none;
  background: 0 0;
  outline: 0;
}

input[type=button] {
  padding: 0;
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #000;
}

button:focus {
  outline: 0;
}

button:focus-visible {
  outline: 2px solid #4d90fe;
}

main {
  flex: 1 1 auto;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  --purple-alpha: #413488;
  --purple-beta: #2b206a;
  --blue-alpha: #245A99;
  /*--blue-alpha: #04749d ;*/
  --blue-beta: #e8eef5;
  --orange-alpha: #f0713b;
  --orange-beta: #d2460f;
  --yellow-alpha: #fdb621;
  --black-alpha: #121212;
  --black-beta: #444444;
  --black-gamma: #000;
  --white-alpha: #ffffff;
  --white-beta: #fefefe;
  --white-gamma: #eeeeee;
  --white-psi: #f5f5f5;
  --white-omega: #edfaff;
  --gray-alpha: #f6f7f8;
  --gray-beta: #f5f5f5;
  --red-alpha: #b3261e;
  --green-alpha: #219653;
}

body {
  font: 1.6em Poppins, sans-serif;
  background: var(--white-alpha);
  margin: 0;
  color: var(--black-alpha);
}

body,
html {
  height: 100%;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.nav-container {
  max-width: 1764px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 180px;
}

.container {
  max-width: 1764px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 120px;
}

.overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  background: rgba(0, 0, 0, .4);
  pointer-events: none;
  cursor: pointer;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.scroll-hidden {
  overflow: hidden;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

@-webkit-keyframes icon-pulse-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}

@keyframes icon-pulse-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}

@-webkit-keyframes icon-pulse-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes icon-pulse-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.bg-decor {
  background-color: var(--blue-beta);
}

.title {
  color: var(--blue-alpha);
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 6rem;
}

.title--center {
  text-align: center;
}

.title--secondary {
  font-size: 38px;
  line-height: 130%;
  letter-spacing: .05em;
  margin-bottom: 4rem;
  color: var(--black-alpha);
}

.text {
  font-size: 20px;
  text-align:center;
  line-height: 150%;
  color: var(--black-gamma);
}



.text p:not(:last-child) {
  margin-bottom: 15px;
}

button {
  display: inline-block;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.button {
  background: linear-gradient(105deg, var(--orange-alpha), var(--yellow-alpha));
  position: relative;
  color: var(--black-gamma);
  letter-spacing: .05em;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  padding: 16px 30px;
  cursor: pointer;
  transition: background-color .6s linear;
  transition: color .6s linear;
  overflow: hidden;
}

.button--text {
  background: 0 0;
  display: inline;
  color: var(--orange-beta);
  padding: 0 1px;
  line-height: 100%;
  transition: color ease .3s;
  overflow: unset;
}

.button:not(.button--text,.button-subtle)::before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, .5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
  transform: translateX(-100px) skewX(-15deg);
}

.button:not(.button--text,.button-subtle)::after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, .2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
  transform: translateX(-100px) skewX(-15deg);
}

.button:not(.button--text,.button-subtle):hover {
  background: var(--blue-alpha);
  color: var(--white-alpha);
}

.button:not(.button--text):hover::before {
  -webkit-transform: translateX(800px) skewX(-15deg);
  transform: translateX(800px) skewX(-15deg);
  opacity: .6;
  transition: 1.2s;
}

.button:not(.button--text):hover::after {
  -webkit-transform: translateX(800px) skewX(-15deg);
  transform: translateX(800px) skewX(-15deg);
  opacity: 1;
  transition: 1.2s;
}

.button--secondary {
  background: var(--orange-alpha);
  color: var(--black-alpha);
}

.button--secondary:hover:not(.button--text) {
  background: var(--white-alpha);
}

.button--outline {
  background: var(--white-alpha);
  color: var(--black-alpha);
  border: 2px solid var(--blue-alpha);
  transition: background-color .6s linear;
}

.button--outline:hover {
  color: var(--white-alpha);
  border-color: var(--purple-alpha);
}

.banner {
  background-color: var(--blue-alpha);
  padding: 1rem;
  text-align: center;
  color: white;
}
.banner > span {
  display: inline-block;
  color: inherit;
  letter-spacing: .02rem;
}
.banner a {
  color: inherit;
  text-decoration: underline;
  display: inline;
}

.header {
  background: var(--white-alpha);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 14px rgba(0, 49, 123, .03);
  padding: 15px 0;
}

.header.open .header__menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 6rem;
}

.header__menu-list {
  display: flex;
  gap: 6rem;
}

.header__menu-list a, footer ul li .menu-separator {
  color: var(--black-alpha);
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  transition: color .1s linear;
}

.header__menu-list a:hover {
  color: var(--blue-alpha);
}

.header__menu-list a.active {
  color: var(--blue-alpha);
}

.header__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.burger {
  display: none;
  position: fixed;
  z-index: 9;
  padding: 22px 45px 32px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), #f01b0d;
}

.burger.active {
  display: block;
}

.burger__bot {
  display: flex;
  justify-content: space-between;
}

.burger__bot-title {
  font-weight: 600;
  font-size: 16px;
  opacity: .7;
  margin-bottom: 14px;
}

.burger-button {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 40px;
  height: 30px;
}

.burger-button span {
  background: var(--black-alpha);
  position: relative;
  width: 25px;
  height: 2px;
  border-radius: 4px;
}

.burger-button span::after,
.burger-button span::before {
  background: inherit;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: inherit;
}

.burger-button span::after,
.burger-button span::before {
  display: block;
  content: '';
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}

.burger-button span::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.burger-button span::after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  width: 25px;
  right: 0;
}

.burger-button.active span {
  height: 0;
}

.burger-button.active span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger-button.active span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.burger-responsive{
  display: none;
}

/* Intro Section */
.intro {
  position: relative;
}

.intro__title {
  font-weight: 500;
  font-size: 5.5rem;
  margin-bottom: 30px;
  color: var(--blue-alpha);
  letter-spacing: -2px;
  line-height: 130%;
}

.intro__subtitle, .engage__subtitle {
  margin-bottom: 30px;
}

.intro__inner, .engage__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}

.intro__video {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.vimeo-container {
  padding: 56.25% 0 0 0;
  position: relative;
}
.vimeo-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.readmore__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}


.product-summary__link {
  display: flex;
  gap: 10px;
  align-items: center;
}

.arrow {
  width: 35px;
}

@keyframes bounce {
  0%, 25%, 55%, 75%, 100%{
  transform: translateX(0)
  }
  45%{
    transform: translateX(20px);
  }
}


/* Community Section */
.community {
  background-color: var(--blue-alpha);
}

.community__container {
  padding-top: 80px;
}

.community__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.community__items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.community__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: var(--blue-beta);
  border-radius: 40px;
  padding: 60px 50px 40px;
}

.community__title {
  font-weight: 500;
  color: var(--white-alpha);
  font-size: 40px;
  margin-bottom: 90px;
}

.circle {
 height: 70px;
 width: 70px;
 position: absolute;
 top: -30px;
}

.community__subtitle {
  color: var(--blue-alpha);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.community__bullet {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.community__bullet__text {
  font-size: 20px;
  opacity: .9; 
}

.bullet__point {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 31px;
  width: 31px;
}

/* Buying Lever Section */
.bl__container {
  margin-top: 2rem;
  padding-bottom: 0;
}

.bl__item {
  gap: 40px;
  display: flex;
  margin-bottom: 80px;
}

.bl__content {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.bl__content img {
  width: 100%;
  height: auto;
}

.bl__title {
  font-weight: 500;
  color: var(--blue-alpha);
  font-size: 35px;
  margin-bottom: 16px;
}
.bl-title-center {
  text-align: center;
  margin-bottom: 90px;;
}

.mission-content {
 
  margin-bottom: 60px;
  text-align: center;
}

.story-title {
  text-align:center;
}

.mission-line {
  content: "";
  display: block;
  width: 150px; /* Adjust the width of the line */
  height: 4px; /* Adjust the thickness */
  margin: 0 auto 20px auto; /* Centers the line and adds spacing */
  background: linear-gradient(95deg, var(--orange-alpha) 14.46%, var(--yellow-alpha) 114.05%);
}

.values{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0px;
  width: 100%;
}

.values-box{
  margin: 0 0 40px;
  padding: 0 20px;
  width: 25%;
}

.values-box h3{
  color: var(--blue-alpha);
  display: flex;
  font-weight:500;
  font-size:22px;
  line-height: 1.2;
  margin: 0 0 3px;
  justify-content:left;
}


.values-box h3.color-gradient-orange{
    background: linear-gradient(95deg, var(--orange-alpha) 14.46%, var(--yellow-alpha) 114.05%);
    -webkit-background-clip: text; /* Ensures gradient applies to text */
    -webkit-text-fill-color: transparent; /* Hides default text color */
  }

.values-align{
  text-align: left;
  padding-top:1rem;
}

.values-line{
  border-radius:3px;
  height:6px;
  margin: 0 0 10px;
  width:40%;
  margin: auto 0 1rem 0;
}

.bl__text {
  font-size: 20px;
  opacity: .9; 
  margin: 0 0 20px;
}

.bl__img {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-beta);
  border-radius: 40px;
}

.bl__img img {
  max-width: 70%;
  height: auto;
}

.product__img {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-beta);
  border-radius: 40px;
}
.product__img img {
  max-width: 450px;
  height: auto;
  padding: 2rem 0 2rem 0;
}

.bl__data {
  font-size: 20px;
  font-weight: 600;
  opacity: .9; 
  color: var(--blue-alpha);
}

.bl__data__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.bl__action {
  display: flex;
  justify-content: center;
}

.bl__button {
  background: var(--blue-alpha);
  color: var(--white-alpha);
}

.title-tm {
  position: relative;
}

.title-tm::after {
  position: absolute;
  top: 0;
  font-weight: normal;
  font-size: 2rem;
  font-size: 50%;
  padding-left: .5rem;
  content: '\02122';
}

.product-tm {
  position: relative;
}

.product-tm::after {
  position: relative;
  top: -1rem;
  content: '\02122';
  font-weight: normal;
  font-size: 75%;
  padding-left: .5rem;
  width: 2rem;
}

.logo {
  max-width: 20.8rem;
  width: 100%;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}


.slider__container {
  padding-top: 0;
}

.slider__title {
  margin-bottom: 0;
}

.slider__inner {
  max-width: 80%;
  margin: 0 auto;
}

.slider__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 4rem;
}

.slider-label {
  display: inline-block;
  background-color: var(--blue-alpha);
  padding: 8px 20px;
  color: var(--white-alpha);
  text-align: center;
  border-radius: 25px;
  margin-bottom: 20px;
  font-size:20px;
}

.slider__controls-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__controls {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 40px;
}

.slider__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--blue-alpha);
  height: 48px;
  width: 48px;
  overflow: hidden;
  transition: background-color .1s linear, border-color .1s linear;
}

.slider__button svg {
  transition: stroke .1s linear;
  stroke: var(--orange-alpha);
}

.slider__button--next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__button:not([disabled]):hover {
  background: var(--blue-alpha);
  border-color: var(--blue-alpha);
}

.slider__button:not([disabled]):hover svg {
  stroke: var(--white-alpha);
}

.slider__button[disabled] {
  cursor: not-allowed;
}

.slider__button[disabled]::after {
  background: rgba(255, 255, 255, .5);
  position: absolute;
  z-index: 3;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.slider__item {
  border-radius: 20px;
  border: 2px solid var(--blue-alpha);
  padding: 30px;
}

.slider__item-img {
  margin-bottom: 20px;
  padding: 5px;
  width: 100px;
  height: 100px;
  border: 2px solid var(--orange-alpha);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__item-img img {
  border-radius: 50%;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  position: relative;
}

.faq-title {
  margin-bottom: 0;
  font-size: 35px;
  color: var(--blue-alpha);
  font-weight: 500;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}

.swiper-slide {
  height: auto;
}

.swiper-slide .featured-img {
  max-width: 250px;
  max-height: 100px;
  object-fit: contain;
  margin: 0 auto;
}

.slider__item-img img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}

.slider__item-text {
  margin: 16px 0;
  text-align:left;
}
.slider__item-text p {
  white-space: pre-wrap;
}

.slider__item-author{
  text-align:left;
}

.slider__item-author-name, .slider__item-author-company {
  color: var(--blue-alpha);
  font-weight:500;
 
}

.intro-scroller-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}

.intro-scroller-title {
  color: var(--blue-alpha);
  font-size: 18px;
}

.scroller {
  max-width: 80%;
  margin: auto;
}

.scroller-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8rem;
  padding: 4rem 0;
}

.scroller[data-animated='true'] {
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated='true'] .scroller-inner {
  width: fit-content;
  flex-wrap: nowrap;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 4rem));
  }
}

.demo__container {
  padding-top: 60px;
}

.demo__inner {
  display: flex;
  flex-direction: column;
}

.demo__content {
  justify-content: space-between;
  display: flex;
  gap: 80px;
  margin-bottom: 16px;
}

.demo-content {
  display: flex;
  flex-direction: column;
  width: 70%;
  background: linear-gradient(96deg, var(--blue-alpha) 49.06%, var(--purple-alpha) 101.73%);
  border-radius: 20px;
  padding: 48px 80px;
  gap: 20px;
  align-items: center;
  text-align: center;
  margin: auto;
}

.demo-title {
  font-size: 55px;
  font-weight: 500;
  background: linear-gradient(95deg, var(--orange-alpha) 14.46%, var(--yellow-alpha) 114.05%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.demo-subtitle {
  font-size: 30px;
  color: var(--white-alpha);
}

.to-top {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--blue-alpha);
}

.to-top::after {
  background: url(https://evokewebstorage.blob.core.windows.net/web/arrow-up-light.svg) no-repeat center/35px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  padding: 13px;
  border-radius: 50%;
  margin-left: 14px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--white-alpha);
  transition: background-color .1s linear, border-color .1s linear;
}

.to-top:hover::after {
  background: url(https://evokewebstorage.blob.core.windows.net/web/arrow-up-light.svg) no-repeat center/35px var(--orange-alpha);
  border-color: var(--orange-alpha);
}

.need-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.need-help span {
  font-size: 16px;
}

.form {
  min-width: 1000px;
  width: 100%;
  padding-left:30rem;
  padding-right:30rem;
}

.contact__image img {
  border-radius: 20px;
  width: 100%;
}

.form__control:not(:last-child) {
  margin-bottom: 10px;
}
.reason-for-outreach .select__option {
  display: block; /* Ensure each option is displayed on a separate line */
  margin-bottom: 8px; /* Adds space between options */
}

.reason-for-outreach input[type="radio"] {
  margin-left: 20px; /* Adjust the radio button to align with the label */
  margin-right: 8px; /* Adds space between the radio button and label text */
}

.reason-for-outreach label {
  display: block; /* Ensures the radio button and label appear on separate lines */
}

.form__inputs {
  margin-bottom: 24px;
}

.form__text {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.input {
  border: 1px solid var(--blue-alpha);
  border-radius: 5px;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  min-height: 50px;
}

.input:hover {
  border-color: var(--black-alpha);
}

.input:focus {
  border-color: var(--purple-alpha);
}

.input--password {
  padding-right: 50px;
}

.control {
  position: relative;
  display: block;

}

.opt-in-message {
  padding-top: 2rem;
}

.control.error .control__input {
  border-color: var(--red-alpha);

}

.control.error .control__input:focus+.control__label {
  color: var(--red-alpha);

}

.control.error .control__error {
  display: block;

}

.unsubscribe-text {
  font-size: 14px;
  white-space: nowrap;
  text-wrap:wrap;
}

.inline-link {
  display:inline-block;
}

.highlight-link {
  text-decoration: underline; /* Optional: Style for the link */
  color: #0066cc; /* Optional: Style for the link color */
}
.unsubscribe-text:hover a{
  color: var(--blue-alpha);
}
.control__label {
  position: absolute;
  display: block;
  cursor: text;
  font-size: 16px;
  top: 30px;
  left: 16px;
  padding: 0 5px;
  margin: 0 -5px 0 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: color .2s, -webkit-transform .2s;
  transition: transform .2s, color .2s;
  transition: transform .2s, color .2s, -webkit-transform .2s;
}

.control-textarea {
  resize: none;
  height: 10rem;
}

.control__input.not-empty+.control__label,
.control__input.not-empty>.control__label,
.control__input:focus+.control__label,
.control__input:focus>.control__label {
  background: var(--white-alpha);
  font-size: 12px;
  color: var(--purple-alpha);
  -webkit-transform: translateY(-39px) scale(.95);
  transform: translateY(-39px) scale(.95);
}

.control__error {
  position: absolute;
  display: none;
  bottom: -18px;
  left: 16px;
  font-size: 12px;
  color: var(--red-alpha);
}

.control__password-toggle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 17px;
  height: 24px;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.control__password-toggle:hover svg {
  stroke: var(--purple-alpha);
}

.control__password-toggle svg {
  stroke: var(--black-beta);
}

.control__password-toggle-show {
  display: none;
}

.control__password-toggle.active .control__password-toggle-show {
  display: flex;
}

.control__password-toggle.active .control__password-toggle-hide {
  display: none;
}

.select {
  position: relative;
}

.select.active .select__selected::after {
  -webkit-transform: rotateX(180deg) translateY(50%);
  transform: rotateX(180deg) translateY(50%);
}

.select__options {
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 8px 0;
  background: var(--white-alpha);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 2px 6px 2px rgba(0, 0, 0, .15);
  border-radius: 4px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  order: 1;
  transition: opacity .1s ease-in-out;
}

.select__options.active {
  opacity: 1;
  overflow-y: auto;
  pointer-events: all;
}

.select__option {
  font-size: 14px;
  color: var(--black-alpha);
  cursor: pointer;
}

.select__option input {
  display: none;
}

.select__option label {
  display: block;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color .1s linear;
}

.select__option span {
  font-size: 18px;
  color: var(--black-alpha);
  transition: color .1s linear;
}

.select__option:focus label,
.select__option:hover label {
  background: var(--white-omega);
}

.select__selected {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.select__selected::after {
  content: '';
  background: url(https://evokewebstorage.blob.core.windows.net/web/triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  height: 24px;
  width: 24px;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.select__label {
  cursor: pointer;
}

.engage__content {
  max-width: 620px;
}

.engage__descrip {
  margin-bottom: 4rem;
  display: block;
  flex-direction: column;
  gap: 10px;
}

.engage-title {
  margin-bottom: 0;
}

.engage__title:not(:last-child) {
  margin-bottom: 16px;
}

.engage__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 3rem;
  margin-bottom: 40px;
}

.engage__partner {
  width: 350px;
  padding: 20px;
  border: 2px solid var(--blue-alpha);
  border-radius: 20px;
  justify-content: center;
}

.engage__partner img {
  width: 100%;
  height: auto;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.engage__partner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.engage__img {
  margin: auto;
}

.engage__img img {
  width: 100%;
}

.why {
  color: var(--white-alpha);
}

.why-title {
  margin-bottom: 0;
}

.why-swiper {
  position: relative;
}

.why__inner p {
  color: var(--white-alpha);
}

.why__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin-bottom: 10rem;
}

.why__descrip {
  max-width: 67.4rem;
  width: 100%;
  padding: 4rem;
  border: 2px solid var(--white-gamma);
  border-radius: 20px;
}

.why__descrip-title {
  font-size: 24px;
  line-height: 150%;
  color: var(--purple-alpha);
  margin-bottom: 14px;
}

.why__gains-container {
  text-align: center;
  margin-top: 4rem;
}

.why__gains-button {
  margin: 0 auto;
}

.why__gains {
  margin-bottom: 4rem;
}

.why-slider__item {
  border-radius: 20px;
  background: var(--blue-alpha);
  padding: 20px;
}

.why-swiper-wrapper {
  align-items: flex-start;
}

.dropdown-icon {
  margin: 20px auto;
  margin-bottom: 0;
  height: 25px;
  width: 22px;
}

.solutions__content {
  position: relative;
}

.solutions__list-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  left: 50%;
  flex-direction: row-reverse;
}

.solutions__list-item:not(:last-child) {
  margin-bottom: 10rem;
}

.solutions__list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue-alpha);
  background: var(--blue-beta);
  position: absolute;
  z-index: 1;
  min-height: 200px;
  min-width: 200px;
  padding: 1rem;
  box-shadow: 0 5px 20px rgba(0, 49, 123, .07);
  border-radius: 50%;
  left: -100px;
}

.solutions__list-item-img img {
  height: 150px;
  width: auto;
  border-radius: 50%;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.solutions__list-item-img:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.solutions__list-item-descrip {
  padding: 4rem 4rem 4rem 8rem;
  border-radius: 20px;
  max-width: 69.6rem;
  width: 100%;
  margin-left: calc(100px - 4rem);
  transition: background-color .2s linear;
}

.solutions__list-item-descrip:hover {
  background: var(--blue-alpha);
}

.solutions__list-item-descrip:hover .solutions__list-item-title {
  color: var(--white-alpha);
}

.solutions__list-item-descrip:hover .solutions__list-item-text {
  color: var(--white-alpha);
}

.solutions__list-item-descrip:hover .solutions__list-item-link {
  color: var(--white-alpha);
}

.solutions__list-item-descrip:hover .solutions__list-item-link::after,
.solutions__list-item-descrip:hover .solutions__list-item-link::before {
  background: var(--white-alpha);
}

.solutions__list-item-title, .security__subtitle, .contact__grid-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  color: var(--blue-alpha);
  margin-bottom: 16px;
  transition: color .2s linear;
}

.solutions__list-item-text {
  margin-bottom: 16px;
  transition: color .2s linear;
}

.solutions__line {
  background: var(--white-alpha);
  position: absolute;
  content: '';
  overflow: hidden;
  top: 22rem;
  bottom: 22rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
}

.solutions__line-progress {
  background: var(--orange-alpha);
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  transition: height .2s ease-out;
}

.about__title {
  font-weight:500;
  font-size: 40px;
  line-height: 120%;
  color: var(--blue-alpha);
  width: 100%;
  margin-bottom: 5rem;
}

.about__content {
 
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 80px;
  margin: 12px 0 60px 0;

}

.about__text {
  font-size: 20px;
  opacity: .9;
}
.story-grid{
  display: flex;                               /* Flexbox for vertical alignment */
  flex-direction: column;                      /* Stacks children (image, title, date, excerpt) vertically */
  justify-content: flex-start;                 /* Aligns content to the top */
  text-align: left;                          /* ensures that the text inside (the title, date, and excerpt) is centered.*/
}

.about__text-item {
  margin-bottom: 20px;
  margin-top:10px;
}

.about__story-img {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0rem 0 10rem;
}

.advisors__container {
  padding-top: 0;
}

.about-founders__content, .about-advisors__content {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-bottom: 3rem;
}

.founder-img-margin{
  margin-top:13rem;
}
.about-founders__item, .about-advisors__item  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-founders__img img, .about-advisors__img img {
  min-width: 250px;
  max-width: 250px;
  margin-bottom: 2rem;
  border-radius: 50%;
}

.about-founders__title, .about-advisors__title {
  font-size: 20px;
  margin-bottom: 16px;
}

.about-founders__name {
  color: var(--blue-alpha);
}

.about-founders__position {
  color: var(--black-beta);
}

.about-featured__top {
  margin-bottom: 6.4rem;
}

.featured-container {
  padding: 50px 180px;
}

.featured-title {
  font-size: 20px;
  margin-bottom: 4rem;
}

.join {
  background-color: var(--blue-beta);
  text-align: center;
}

.join__title {
  margin-bottom: 4rem;
}

.join span {
  color: var(--blue-alpha);
}

/* Product Section */

.product_container {
  max-width: 1764px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /* padding: 0 120px; */
}
.product__title {
  font-weight: 500;
  color: var(--blue-alpha);
  font-size: 40px;
  margin-bottom: 16px;
}

.product__text {
  font-size: 20px;
  opacity: .9; 
  margin: 0 0 20px;

}

.product__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: left;
  justify-content: center;
}

.product__title {
  font-weight: 500;
  color: var(--blue-alpha);
  font-size: 40px;
  margin:0 0 20px;
}

.product-info__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.product-info > .container {
  padding-left: 0;
  padding-right: 0;
}
.product-info__inner {
  padding: 80px;
  
}
.product-info__item:nth-child(odd) {
  background-color: var(--blue-beta);

  /* margin: 100px 0; */
  /* padding: 100px 0; */
}

.product-info__item:nth-child(odd) .product-info__inner {
  flex-direction: row-reverse;
}

.product-info__item-content {
  flex-grow: 5;
  flex-basis: 0;
}

.product-info__item-img {
  display: flex;
  justify-content: center; /* horizontal alignment */
  align-items: center; 
  flex-grow: 4;
  flex-basis: 0;
}
.product-info__item-img img {
  width: 85%;
}


.product-info__item:last-child {
  margin-bottom: 0;
}

.product-info__item-top {
  margin-bottom: 24px;
}
.product-info__item-top > .text p {
  font-size: 18px;
}

.product-info__item-title {
  color: var(--blue-alpha);
  font-size: 45px;
  margin-bottom: 16px;
  letter-spacing: .05em;
}

.product-info__list {
  margin: 0;
}

.product-info__list li {
  color: var(--blue-alpha);
}

.product-info__list-item:not(:last-child),
.product-info__list:not(:last-child) {
  margin-bottom: 24px;
}

.product-info__list-title {
  color: var(--blue-alpha);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}

.product-info__list-text {
  text-align:left;
}
.product-info__list-text > p {
  font-size: 18px;
  text-align:left;
}

.product-info__more {
  position: relative;
}

.product-info__more summary {
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.product-info__more summary span::after {
  content: 'Show More';
}

.product-info__more[open] {
  margin-bottom: 40px;
}

.product-info__more[open] summary {
  position: absolute;
  bottom: -40px;
}

.product-info__more[open] summary span::after {
  content: 'Show Less';
}

.product-summary__link:hover .arrow {
  animation: bounce 2s ease 1;
}

/* Compliance Section */
.compliance-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.compliance-logos > img {
  height: 64px;
}

/* Use Case Section */
.use-case {
  max-width: 80%;
  margin: auto;
}

.use-case__header {
  text-align: center;
  margin: 0 auto;
}
.use-case__header p {
  text-align: left;
}

.use-case_title {
  font-size: 55px;
  margin-bottom: 3rem;
}

.use-case__video {
  position: relative;
  margin-top: 45px;
  border-radius: 40px;
}
.center-text {
  text-align: center;
}
.testimonials {
  background-color: var(--blue-beta);
}

.testimonial__button {
  margin-top: 40px;
}

.help__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.contact::before {
  content: "";
  display: block;
  width: 1300px; /* Adjust the width of the line */
  height: 4px; /* Adjust the thickness */
  background-color: #f0713b; /* Line color */
  margin: 0 auto 20px auto; /* Centers the line and adds spacing */
}
.button-container {
  margin-top:4rem;
  display: flex;
  justify-content: center; /* Centers the button horizontally */
  align-items: center; /* Centers vertically */
}
.contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.contact__grid-item {
  display: flex;
  gap: 45px;
  border: 2px solid var(--blue-alpha);
  border-radius: 20px;
  padding: 25px 30px;
}
.contact__grid-item img {
  width: 108px;       /* Consistent size across all */
  height: 109px;
  object-fit: contain;
  flex-shrink: 0;
}

.contact__title {
  font-size: 40px;
  font-weight:500;
  line-height: 120%;
  color: var(--blue-alpha);
  width: 100%;
  margin-bottom: 4rem;
}

.contact__subtitle {
  padding-left:9rem;
  font-size:40px;
  font-weight:500;
  color: var(--blue-alpha);
  margin-bottom:4rem;
}
.contact__details {
  /* display: grid;
  grid-template-columns: auto auto;
  gap: 24px; */
  margin-bottom: 24px;
}

.contact__content {
  text-align: left;
  gap: 20px;
}

.message-content{
  font-size:2px;
  text-align: center;
}

.contact__content-title span {
  display: block;
  font-weight: 600;
  font-size: 10rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--orange-alpha);
  margin-bottom: 11px;
}

.contact-description-item {
  margin-top: 2rem;
}
.contact-description-item h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}

/* Security Section */
.security__bullet {
  margin-top: 3rem;
  margin-bottom:3rem;
}

.security__subtitle h3 {
  color: var(--blue-alpha);
  font-weight: 500;
  font-size: 3.5rem;
  margin-bottom: 30px;
}

.security-text {

  font-size: 20px;
  text-align:left;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-gamma);
  ;
}

.security__bullet p {
  margin-bottom: 3rem;
}


.ol-security {
  counter-reset: section;
  padding-left: 30px;
}

.security-subheading{
  font-weight:500;
}


/* FAQ Section */
.faq__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.faq-sub-title {
  max-width: 1386px;
  text-align: left;
}

.faq__list {
  display: flex;
  flex-direction: column;
  padding: 0 200px;
  gap: 20px;
}

.faq-item {
  margin: auto;
  width: 100%;
  border: 2px solid var(--blue-alpha);
  border-radius: 10px;
}

.faq-item > summary {
  list-style-type: none;
}

.faq-item > summary { 
  padding: 2rem;
  cursor: pointer;
}

.faq-item > summary > * { 
  display: inline;
}

.faq-item > summary:-webkit-details-marker {
  display: none
}

.faq-item > summary:after {
  content: url(https://evokewebstorage.blob.core.windows.net/web/DownArrow.svg);
  float: right;
  margin-top: 0;
  padding: 1rem;
}

.faq-item[open] > summary:after {
  content: url(https://evokewebstorage.blob.core.windows.net/web/UpArrow.svg);
}

.faq-item > summary > p {
  padding: 0 .5rem;
}

.faq-item > p, .faq-item a { 
  margin-top: 0;
  padding: 1rem 2rem;
}

.faq-item:hover {
  color: var(--white-alpha);
  background: var(--blue-alpha);
}

.faq__security {
  color: var(--orange-alpha);
  padding-top: 1rem;
}

/* Footer Section */
.footer {
  padding: 50px 0;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--blue-alpha);
  flex-wrap:wrap;
  gap:40px;
}

footer nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}

footer nav ul li {
  display: block;
}

footer nav ul li .menu-separator {
  margin-bottom: 20px;
}

footer nav ul li ul {
  display: block;
}

footer nav ul li ul a {
  color: var(--black-gamma);
  margin-bottom: 20px;
}

footer nav ul li ul a:hover {
  color: var(--blue-alpha);
}

.footer-socials {
  display: flex;
  margin-top: 4rem;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-alpha);
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
  margin-right: 2rem;
}

.footer-social-icon {
  height: 1.9rem;
  width: 1.9rem;
}

.footer__copy {
  margin-top: 25px;
}

@media only screen and (max-width:1599.98px) {
  .intro__solutions--secondary li:nth-child(3) {
    bottom: 5%;
    left: 15%;
  }
}

@media only screen and (max-width:1554px) {
  .intro__title, 
  .product__title,
  .use-case_title,
  .about__title,
  .contact__title {
    font-size: 5rem;
  }
}

@media only screen and (min-width:800px) {
  .case-summary {
    gap:50px;
  }

}

@media only screen and (max-width:1499.98px) {
  html {
    font-size: 55%;
  }

  .intro__solutions li p {
    font-size: 14px;
    padding: 15px 20px;
  }

  .demo__content {
    gap: 40px;
  }

  .demo__img {
    padding-right: 0;
  }

  .why__progress {
    gap: 60px;
  }
}

@media only screen and (min-width:1366px) {
  .solutions__list-item:nth-child(even) {
    left: unset;
    right: 0;
  }

  .solutions__list-item:nth-child(even) .solutions__list-item-descrip {
    margin-left: 0;
    margin-right: calc(100px - 4rem);
    padding: 4rem 8rem 4rem 4rem;
    text-align: right;
  }

  .solutions__list-item:nth-child(even) .solutions__list-item-img {
    right: -100px;
    left: unset;
  }
}

@media only screen and (max-width:1365.98px) {
  .nav-container {
    padding: 0 50px;
  }

  .container {
    padding: 40px 80px;
  }
}

@media only screen and (max-width:1200px) {
  .container {
    padding: 30px 60px;
  }

  .intro__inner {
    grid-template-columns: 1fr;
  }

  .intro__descrip, .about-title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .demo {
    padding-bottom: 36px;
  }

  .demo__title {
    font-size: 24px;
  }

  .demo-title {
    font-size: 40px;
  }

  .demo-subtitle {
    font-size: 20px;
  }

  .demo__title span {
    font-size: 48px;
  }

  .gains-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }

  .to-top:hover::after {
    background-size: 25px;
  }

  .to-top::after {
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
  
  .why__progress {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .solutions__list-item {
    flex-direction: row;
    width: 100%;
    left: 0;
  }

  .about-founders__content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }

  .solutions__list-item-img {
    position: static;
  }

  .solutions__list-item-descrip {
    margin-left: -4rem;
    max-width: 800px;
  }

  .solutions__line {
    left: 161px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .help__content {
    margin: 0 auto;
  }

  
  .faq .faq__list {
    padding: 0 100px;
  }
}

@media only screen and (max-width:1100px) {
  .container {
    padding: 30px 40px;
  }

  .intro--negative-mt {
    margin-top: 0;
  }

  .intro__img {
    margin: 0 auto;
    max-width: 600px;
  }

  .intro__subtitle {
    font-size: 20px;
  }

  .intro__solutions li div {
    -webkit-animation: none;
    animation: none;
    max-width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 2px;
  }

  .intro__solutions li div:only-child {
    padding: 2px;
    max-width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    -webkit-animation: none;
    animation: none;
  }

  .intro__solutions li:nth-child(1) {
    top: 4%;
    left: -2%;
  }

  .intro__solutions li:nth-child(3) {
    bottom: 10%;
    left: 0;
  }

  .intro__solutions li:nth-child(4) {
    bottom: 3%;
    right: 0;
  }
  .product-info__inner {
    flex-direction: column;
    padding: 70px;
  }

  /* .product-info__item:nth-child(even) {
    margin: 50px 0;
    padding: 50px 0;
  } */

  .product-info__item:nth-child(even) .product-info__inner {
    flex-direction: column;
    padding:40px;
  }

  .product-info__item:nth-child(odd) .product-info__inner {
    flex-direction: column;
    padding:40px;
  }

  .product-info__item-title {
    font-size: 32px;
  }

  .product-info__item-img img{
    width:60%;

  }

  .product__content {
    width:100%;
  }

  .about__content{
    grid-template-columns: auto;
    margin-bottom: 40px;
    gap:0px;

  }
  .product__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height:auto;
    background-color: transparent;
  }

  .about__text-item{
    margin: 10px 20px 0px 20px;
  }

  .form {
    min-width: 0;
    padding-left: 0px;
    padding-right:0px;
  }

  .contact__subtitle{
    padding-left:0rem;
  }
  
  .engage__inner {
    grid-template-columns: 1fr;
  }

  .engage__content {
    margin: auto;
  }

  .engage__list {
    max-width: 740px;
  }

  .featured-container {
    padding: 30px 20px;
  }

  .scroller {
    max-width: 100%;
    margin: auto;
  }

  .slider__inner {
    max-width: unset;
  }

  .faq .faq__list {
    padding: 0;
  }

  .demo-content {
    width: 100%;
    padding: 48px;
  }
}

@media only screen and (max-width:1023.98px) {
  .title {
    font-size: 35px;
  }

  .featured-title {
    font-size: 20px;
  }

  .title--secondary {
    font-size: 32px;
  }

  .engage__title {
    text-align: center;
    font-size: 24px;
  }

  .engage__list {
    max-width: 670px;
    margin: 0 auto 40px;
  }

  .engage__partner {
    max-width: 229px;
  }

  .solutions__list {
    padding: 0;
  }

  .solutions__list-item-img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
  }

  .solutions__list-item-descrip {
    padding: 24px 24px 24px 48px;
    margin-left: -24px;
  }

  .solutions__line {
    left: 62px;
    top: 160px;
    bottom: 160px;
  }

  .about-digital__text {
    font-size: 16px;
  }

  .about__story-img, .contact__image {
    display: none;
  }

  .about-title-section .title {
    text-align: left;
  }

  .values {
    flex-direction:column;
  }

  .values-box {
    width:100%;
  }

  .about-founders__item, .about-advisors__item {
    flex-direction: column;
    gap: 16px;
  }

  .about-founders__content {
    grid-template-columns: repeat(1,1fr);
  }

  .about-advisors__content {
    flex-direction: column;
    gap: 60px;
  }
  .help__content {
    gap: 24px;
  }

  .contact__title {
    font-size: 38px;
  }

  .contact__content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }

  .contact__content-title {
    text-align: center;
    font-size: 40px;
  }

  .contact__content-title span {
    margin-bottom: 25px;
  }

  .slider__controls-wrapper {
    justify-content: center;
  }
}

@media only screen and (max-width:991.98px) {
  .header__menu {
    display: none;
  }
  .burger__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .burger-responsive{
    display: block;
    position: fixed;
    top: 120px;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 235px;
    min-width: 133px;
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 40px 24px;
    background-color: var(--white-alpha);
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, .06);
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
    z-index: 100;
  }
  .header.open .burger-responsive {
    transform: translateX(0);
  }
  .menu-item {
    width: 100%;
    /* border: 2px solid var(--blue-alpha); */
    border-radius: 10px; 
  }
  
  .menu-item > summary { 
    padding: 2rem;
    cursor: pointer;
    list-style-type: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .menu-item > summary > * { 
    display: inline;
  }
  
  .menu-item > summary:-webkit-details-marker {
    display: none
  }
  
  .menu-item > summary:after {
    content:'';
    background-image: url(https://evokewebstorage.blob.core.windows.net/web/DownArrow.svg);
    background-size: 14px 14px;
    background-repeat:no-repeat;
    display: inline-block;
    width:14px;
    height:14px;
    margin-left: 8px;
  }
  p {
    font-size:18px;
  }
  .menu-item[open] > summary:after {
    background-image: url(https://evokewebstorage.blob.core.windows.net/web/UpArrow.svg);
  }
  
  .menu-item > summary > p {
    padding: 0 .5rem;
    font-weight: 600;
    font-size: 16px;
  }
  
  .faq-item a { 
    margin-top: 0;
    padding: 1rem 2rem;
  }

  .menu-item > a { 
    margin-top: 0;
    padding: 1rem 2rem;
    font-size:15px;
    font-weight:500;
    color:var(--blue-alpha);
    display: block;
  }
  
  .menu-item:hover {
    color: var(--blue-alpha);
    background: var(--blue-beta);
  }

/* Hover style for all menu links */
.menu-item > a:hover {
  background-color: var(--blue-alpha);
  color: white;
  border: 1px solid var(--blue-alpha);
  cursor: pointer;
}

/* Round the bottom corners of the last item on hover */
.menu-item > a:last-of-type:hover {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

summary::-webkit-details-marker {
  display: none; /* This hides Safari's default arrow */
}

  .header__menu-list li {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .burger {
    padding: 15px;
  }

  .burger__top {
    margin-bottom: 50px;
  }

  .burger__content {
    max-width: unset;
    margin: 0 auto 50px;
  }

  .burger__bot {
    flex-direction: column;
    gap: 20px;
  }

  .burger-button {
    display: flex;
  }

  .footer-wrapper {
    flex-direction: column;
    gap:10px;
  }

  .footer-contact {
    margin-bottom: 4rem;
  }

  .community__title {
    margin-bottom: 60px;
    font-size:35px;
  }
  .community__items {
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
  }
  .community__item {
    padding: 60px 20px;
  }

  .community__bullet__text {
    font-size: 18px;
  }

  .bl__title {
    font-size: 25px;
  }

  .bl__item {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .bl__item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .bl__content {
    width: 100%;
  }

  .community__bullets {
    max-width: 542.92px;
  }

  .contact__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .slider__item-author{
    font-size:18px;
  }
  .bl-title-center {
    margin-bottom: 45px ;
  }

  .bl__text {
    font-size:18px;
  }

  .security__subtitle h3, 
  .faq-title {
    font-size: 25px;
  }
  .security-text,
  .product__text  {
    font-size: 18px;
  }
  .text{
    font-size:18px;
  }

}

@media only screen and (min-width:767px) {
  .overlay {
    display: none;
  }
}

@media only screen and (max-width:767.98px) {
  .title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .community__title {
    font-size:30px;
  }

  .featured-title {
    font-size: 20px;
  }

  .title--secondary {
    font-size: 22px;
    margin-bottom: 24px;
  }
  
  .button {
    font-size: 14px;
  }

  .header__button {
    padding: 15px 20px;
    font-size: 14px;
  }

  .intro__img {
    max-width: 500px;
  }

  .intro__title,
  .product__title,
  .use-case_title,
  .about__title,
  .contact__title {
    font-size: 30px;
  }

  .container {
    padding: 15px 40px;
  }

  .intro__subtitle {
    font-size: 18px;
  }

  .intro__solutions li p {
    font-size: 11px;
    padding: 8px 12px;
  }

  .intro__solutions li div,
  .intro__solutions li div:only-child {
    -webkit-animation: none;
    animation: none;
    max-width: 35px;
    min-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .logo {
    max-width: 125px;
  }

  .slider__top {
    margin-bottom: 0;
  }

  .slider__controls {
    gap: 16px;
  }

  .demo__inner {
    align-items: center;
  }

  .demo__descrip {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .demo-title {
    font-size: 30px;
  }

  .demo__title span {
    font-size: 24px;
  }

  .gains-list__item-title {
    font-size: 18px;
  }

  .gains-list__item {
    padding: 20px;
  }

  .to-top {
    margin-left: 0;
  }

  .engage__descrip,
  .mission-content {
    margin-bottom: 24px;
  }

  .engage__title {
    text-align: left;
  }

  .engage__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 24px;
  }

  .why__progress {
    gap: 40px;
  }

  .why__progress {
    margin-bottom: 40px;
  }

  .why__descrip {
    padding: 16px;
  }

  .why__descrip-title {
    font-size: 18px;
  }

  .solutions__list-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .solutions__list-item-img {
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    padding: 8px;
  }

  .solutions__list-item-img img {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }

  .solutions__list-item-descrip {
    padding: 16px 32px;
    margin-left: -16px;
  }

  .solutions__list-item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .solutions__list-item-text {
    margin-bottom: 8px;
  }

  .solutions__list-item-link {
    font-size: 14px;
  }

  .solutions__line {
    width: 8px;
    top: 100px;
    bottom: 100px;
    left: 26px;
  }

  .slider__inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .about-founders__img, .about-advisors__img {
    min-width: unset;
    max-width: 288px;
  }

  .about-founders__title, .about-advisors__title {
    font-size: 18px;
  }

  .use-case {
    max-width: unset;
    justify-content: center;
  }

  .use-case_title {
    font-size: 35px;
  }

  .use-case__stories {
    display: flex;
    align-items: center;
  }

  .product-info__inner {
    gap: 24px;
  }

  .product-info__item-title {
    font-size: 33px;
  }

  .product-info__list-title {
    font-size: 18px;
  }

  .product-info__item-img img{
    width:80%;

  }

  .contact__content {
    padding: 16px 0;
    gap: 24px;
  }

  .contact__content-title {
    font-size: 34px;
    text-align: left;
  }

  .contact__content-title span {
    font-size: 46px;
    margin-bottom: 10px;
  }

  .footer-sitemap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 6rem;
  }

  .log-in {
    padding: 40px 0;
  }

  .reset-pass {
    padding: 40px 0;
  }

  .faq__container{
    margin-bottom:36px;
  }

  .bl__img {
  height: 300px;
}
}

@media only screen and (max-width:575.98px) {
  .container {
    padding: 15px;
  }

  .nav-container {
    padding: 0 20px;
  }

  .burger__social-links {
    margin: 0 auto;
  }

  .product-info__inner {
    padding: 0 20px;
  }

  .gains-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .help .contact__grid-item {
    gap: 20px;
    padding: 15px;
  }
  .contact__grid-title {
    font-size: 20px;
  }
  .contact__grid-content p {
    font-size: 18px;
  }

  .compliance > .container {
    padding: 30px 15px;
  }

  .slider__item {
    padding: 15px;
  }

  .demo-content {
    padding: 24px;
  }

  .compliance-logos > img {
    height: 42px;
  }
}

@media only screen and (max-width:479.98px) {
  .intro__solutions li:nth-child(1) {
    top: 5%;
    left: -4%;
  }

  .intro__solutions li:nth-child(2) {
    right: -4%;
  }

  .intro__solutions li:nth-child(3) {
    bottom: 10%;
    left: -2%;
  }

  .intro__solutions li:nth-child(4) {
    bottom: -3%;
    right: 1%;
  }

  .intro__solutions--secondary li:nth-child(1) {
    top: 2%;
    left: 2%;
  }

  .intro__solutions--secondary li:nth-child(2) {
    top: 15%;
    right: -3%;
  }

  .intro__solutions--secondary li:nth-child(3) {
    bottom: 5%;
    left: 5%;
  }

  .intro__solutions--secondary li:nth-child(4) {
    bottom: 23%;
    right: -3%;
  }

  .solutions__line {
    top: 7%;
    bottom: 7%;
  }
  .product-info__item {
    padding: 0;
  }


}

@media only screen and (max-width:399.98px) {
  .header__buttons {
    gap: 10px;
  }

  .intro__solutions li:nth-child(3) {
    bottom: 9%;
    left: -2%;
  }

  .intro__solutions li:nth-child(4) {
    bottom: -7%;
    right: 1%;
  }
}

/* sourceMappingURL=styles.css.map */

.hide {
  display: none;
}
.status {
  margin-bottom: 1rem;
}
p.success {
  color: rgb(32, 167, 14);
}
p.error {
  color: #ff3b3b;
  font-weight: bold;
}


/*this is for dropdown */
/*style the dropdownbutton */
.dropdown {
  position:relative;
  display:inline-block;
  padding: 10px; /* This will create a larger hover area between the link and dropdown */

}
.dropdown-content{
 /* display:flex;
  flex-direction: column;  /* Items stack vertically */
  /*gap: 10px;   Adds space between items */
  display: none;
  position: absolute;
  /*top: 100%;     /*Position the dropdown below the menu item
  left: 0; */
  background-color: #e3edf7;
  min-width: 150px;
  padding: 3px 3px;
  border-radius: .75rem;
  z-index: 1;
  margin-top: 10px;
}
.dropdown:hover .dropdown-content,
.dropdown-content:hover {
  display: block;
}
.dropdown-content a {
  display: block;
  color: #245a99;
  font-size: 16px;
  padding: 7px 7px;
}

.dropdown-content a:hover {
  background-color: #245a99;
  color: white;
}

.dropdown-content a:first-child:hover {
  border-radius: 0.75rem 0.75rem 0rem 0rem;
}

.dropdown-content a:last-child:hover {
  border-radius: 0rem 0rem 0.75rem 0.75rem;
}

.contact__grid-content a:hover {
  color: var(--blue-alpha); /* Change color on hover */
}