* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

button, a {
  cursor: pointer !important;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  width: 100vw;
  background: #F0F1FA;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
}

header {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: sticky;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  background: rgba(240, 241, 250, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  top: 0;
  z-index: 100;
}

section {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}
section.pb-80 {
  padding-bottom: 80px;
}

.container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1408px;
}

.logo {
  position: relative;
  width: 113.44px;
  height: 40px;
}

.navbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.nav-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  color: #181d33;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.btn-st-a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 54px;
  padding: 12px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #3358f5;
  border-radius: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-st-a:hover {
  background-color: #4364f7;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.btn-st-a:active {
  background-color: #3358f5;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.icon-tg-a {
  position: relative;
  width: 20px;
  height: 20px;
}

.text-btn {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Semibold", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.sec-c-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1408px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.sec-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 40px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #f7f7fc;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
}

.head-r-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.heading {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  color: transparent;
  font-size: 128px;
  letter-spacing: -2.56px;
  line-height: 121.6px;
  position: relative;
  font-weight: 600;
}

.text-wrapper {
  color: #3358f5;
}

.span {
  color: #181d33;
}

.text-st-a {
  color: #181d33;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn-st-b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 18px 40px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #3358f5;
  border-radius: 72px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-st-b:hover {
  background-color: #4364f7;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.btn-st-b:active {
  background-color: #3358f5;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.btn-st-c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  padding: 18px 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 72px;
  border: 2px solid;
  border-color: #3358f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-st-c:hover {
  background-color: #4364f7;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.btn-st-c:hover .text-wrapper-2 {
  color: #fff;
}
.btn-st-c:active {
  background-color: #3358f5;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.text-wrapper-2 {
  color: #3358f5;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Semibold", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.head-l-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.app-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 24px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 1000px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
}

.l-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.img {
  position: relative;
  width: 54px;
  height: 54px;
}

.details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.rate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mobile-btn {
  display: none;
}

.icon-star-a {
  position: relative;
  width: 18px;
  height: 18px;
}

.text-wrapper-3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Regular", Helvetica;
  color: #181d33;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.text-wrapper-4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Regular", Helvetica;
  color: #181d33;
  font-size: 20px;
  line-height: 25px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.gray-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #f0f1fa;
  text-decoration: none;
  border-radius: 58px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gray-btn:hover {
  background-color: #e2e3f2;
}

.app-head-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 24px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1;
  background-color: #f0f1fa;
  border-radius: 1000px;
  overflow: hidden;
}

.label-gray {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  color: #bdc3da;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.image-st-a1 {
  width: 100%;
  z-index: 0;
  border-radius: 208px;
  background-image: url(./img/image-2.png);
  background-size: cover;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-size: cover;
  background-position: 50% 50%;
}

.section-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.div-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.container-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 0px 0px 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1408px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.sec-c-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 40px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #f7f7fc;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
}

.image-2 {
  border-radius: 10000px;
  background-image: url(./img/image-1.png);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-size: cover;
  background-position: 50% 50%;
}

.div-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.div-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.heading-2 {
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #181d33;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 42px;
  position: relative;
  font-weight: 400;
}

.p {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #353949;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.text-btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 18px 40px;
  position: relative;
  border-radius: 72px;
  border: 2px solid;
  border-color: #3358f5;
}

.container-3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 0px 0px 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1408px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-2 {
  margin: 60px 16px;
  max-width: 766px;
  width: calc(100% - 32px);
}

.sec-c-3 {
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.box-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #f7f7fc;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
}

.div-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.label-st-a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #3358f5;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.heading-3 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #181d33;
  font-size: 64px;
  letter-spacing: -1.28px;
  line-height: 60.8px;
  position: relative;
  font-weight: 400;
}

.dots-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.dots-slider .dot-btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 8px;
  background-color: #e0e2f4;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.dots-slider .dot-btn.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation: prog-line 8s linear;
          animation: prog-line 8s linear;
  background: #3358f5;
  border-radius: 10px;
}

@-webkit-keyframes prog-line {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes prog-line {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.img-slider {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 640px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 40px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-image: url(./img/img-slider.png);
  background-size: cover;
  background-position: 50% 50%;
}
.img-slider img {
  height: 100%;
  display: none;
}
.img-slider img.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.details-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-image: url(./img/details-slider.png);
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.questions .questions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #f7f7fc;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.questions .questions-item .text-st-a-4 {
  display: none;
}
.questions .questions-item:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.questions .questions-item:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.questions .questions-item.active {
  background-color: #ffffff;
}
.questions .questions-item.active .text-st-a-4 {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questions .questions-item.active .questions-title .plus-icon {
  -webkit-transform: rotate(45deg) scale(1.1);
          transform: rotate(45deg) scale(1.1);
}
.questions .questions-item .questions-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.item-step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.item-step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-step .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  background-color: #ffffff;
  border-radius: 72px;
  padding-top: 2px;
}

.check-list-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.heading-4 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  font-weight: 400;
}

.text-st-a-2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.btn-st-d {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  padding: 18px 40px;
  border-radius: 72px;
  border: 2px solid;
  border-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-st-d:hover {
  background-color: #ffffff;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.btn-st-d:hover .div {
  color: #3358f5;
}
.btn-st-d:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}

.heading-5 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #181d33;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 42px;
  position: relative;
  font-weight: 400;
}

.action-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.action-slider > button {
  border: none;
  background: none;
}

.img-3 {
  position: relative;
  width: 72px;
  height: 72px;
}

.frame {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  gap: 8px;
  padding: 8px 40px;
  background-color: #f0f1fa;
  border-radius: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.items-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-radius: 10000px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-image: url(./img/items-slider.png);
  background-size: cover;
  background-position: 50% 50%;
}

.item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 32px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #ffffff;
  border-radius: 1000px;
}

.number {
  font-family: "Myriad Pro-Bold", Helvetica;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  line-height: 80px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3358f5;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-st-a-3 {
  color: #181d33;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.container-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 0px 0px 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1408px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.sec-c-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 40px;
  background-color: #f7f7fc;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.title-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}

.heading-6 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  color: transparent;
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 42px;
  position: relative;
  font-weight: 600;
}

.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.tick-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.text-st-b {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -0.5px;
  color: #181d33;
  font-size: 18px;
  line-height: 22.5px;
  position: relative;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.list-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.item-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #f7f7fc;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
}

.icon {
  position: relative;
  width: 48px;
  height: 48px;
}

.heading-7 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #181d33;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
  font-weight: 400;
}

.text-st-c {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #36394a;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.div-7 {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  color: #181d33;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
}

.text-wrapper-5 {
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  color: #181d33;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
}

.text-wrapper-6 {
  font-size: 16px;
  line-height: 20px;
}

.item-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #3358f5;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
}

.heading-8 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
  font-weight: 400;
}

.text-st-c-2 {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.element {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.text-wrapper-7 {
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
}

.btn-st-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding: 18px 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-st-e:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.btn-st-e:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sec-c-5 {
  gap: 32px;
  padding: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-image: url(./img/sec-c-6.png);
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.image-3 {
  border-radius: 10000px;
  background-image: url(./img/image-1.png);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-size: cover;
  background-position: 50% 50%;
}

.heading-9 {
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 42px;
  position: relative;
  font-weight: 400;
}

.title-wrapper {
  width: 420px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 40px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
          box-shadow: 0px 4px 64px rgba(51, 88, 245, 0.0392156863);
  background-image: url(./img/l-details.png);
  background-size: cover;
  background-position: 50% 50%;
}

.heading-10 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #181d33;
  font-size: 64px;
  letter-spacing: -1.28px;
  line-height: 67.2px;
  position: relative;
  font-weight: 400;
}

.video {
  overflow: hidden;
  border-radius: 27px;
  aspect-ratio: 16/9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video > * {
  width: 100%;
  height: 100%;
}

.container-5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 0px 0px 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1408px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.title-3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}

.label-st-a-2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Myriad Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #3358f5;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.heading-11 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #181d33;
  font-size: 64px;
  text-align: center;
  letter-spacing: -1.28px;
  line-height: 67.2px;
  position: relative;
  font-weight: 400;
}

.heading-12 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Myriad Pro-Semibold", Helvetica;
  color: #181d33;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  font-weight: 400;
}

.faq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.plus-icon {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.text-st-a-4 {
  color: #36394a;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.text-st-a-5 {
  color: #36394a;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.section-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e7e7fa;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}

.rights-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 32px 0px;
  width: 100%;
}

.rights-footer {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Myriad Pro-Regular", Helvetica;
  font-weight: 400;
  color: #181d33;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 25px;
}

@media screen and (max-width: 1439px) {
  .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1024px;
  }
  section.pb-80 {
    padding-bottom: 40px;
  }
  .heading {
    font-size: 96px;
    line-height: 96px;
  }
  .btn-st-b, .btn-st-c, .btn-st-e, .btn-st-d {
    height: 56px;
    padding: 18px 24px;
  }
  .div, .text-wrapper-2, .text-st-a, .text-wrapper-4, .p, .text-st-a-2, .text-st-b, .text-st-a-4, .rights-footer {
    line-height: 140%;
    font-size: 16px;
  }
  .app-head, .app-head-disabled {
    padding: 16px;
  }
  .sec-c, .sec-c-2, .box-one, .img-slider, .details-slider, .head, .sec-c-5, .title-wrapper {
    padding: 32px;
  }
  .heading-3, .heading-10, .heading-11 {
    font-size: 40px;
    line-height: 40px;
  }
  .heading-2, .heading-4, .heading-5, .heading-9 {
    font-size: 32px;
    line-height: 32px;
  }
  .check-list {
    gap: 8px;
  }
  .questions {
    gap: 12px;
  }
  .questions .questions-item {
    padding: 32px;
  }
  .heading-12 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
  .navbar {
    gap: 24px;
  }
  .sec-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top {
    gap: 4px;
    text-align: center;
  }
  .head-r-details {
    gap: 16px;
  }
  .image-st-a1, .image-2, .image-3 {
    display: none;
  }
  .row-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-c-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .box-one, .title-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 12px;
  }
  .video {
    width: 100%;
  }
  .img-slider {
    width: 100%;
    height: 480px;
  }
  .details-slider {
    gap: 16px;
  }
  .sec-c-2, .head, .list-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title-2, .check-list {
    width: 100%;
  }
  .section-2 {
    margin: 30px 16px;
    max-width: 766px;
    width: calc(100% - 32px);
  }
  .items-slider {
    border-radius: 16px;
  }
  .number {
    font-size: 40px;
    line-height: 40px;
  }
  .sec-c-2 {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec-c {
    padding: 40px 16px 16px 16px;
    gap: 24px;
  }
  .heading {
    font-size: 64px;
    line-height: 64px;
  }
  .top > .text-st-a {
    max-width: 255px;
    margin: auto;
  }
  .row-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .row-btn > .btn-st-c {
    border: none;
    height: 40px;
  }
  .app-head {
    padding: 12px;
  }
  .img {
    width: 44px;
    height: 44px;
  }
  .details {
    gap: 6px;
  }
  .l-details {
    gap: 8px;
  }
  .app-head-disabled {
    padding: 12px;
  }
  .gray-btn {
    width: 44px;
    height: 44px;
    color: rgba(0, 0, 0, 0) !important;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0;
    padding: 0;
  }
  .gray-btn > .text-wrapper-4 {
    display: none;
  }
  .gray-btn::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2171 4.99116C13.3327 3.10675 8.27037 4.49916 7.27452 4.79732C6.83258 4.92931 6.58274 5.39365 6.71532 5.835C6.84731 6.27458 7.31106 6.5262 7.75241 6.39361C9.41411 5.89746 11.8654 5.49323 13.2348 5.79608L5.20031 13.8306C4.87446 14.1564 4.87446 14.6832 5.20031 15.0091C5.52558 15.3344 6.05297 15.3349 6.37883 15.0091L14.4121 6.97577C14.7144 8.34579 14.3114 10.7959 13.8152 12.4564C13.6832 12.8984 13.9343 13.3615 14.3744 13.4941C14.6785 13.5849 14.9937 13.4935 15.2029 13.2843C15.2972 13.1901 15.3709 13.0716 15.4115 12.9343C15.7091 11.9391 17.1003 6.88031 15.2188 4.99292L15.2171 4.99116Z' fill='%23181D33'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .head-l-details {
    gap: 12px;
  }
  .sec-c, .sec-c-2, .box-one, .img-slider, .details-slider, .head, .sec-c-5, .title-wrapper, .item-3, .item-blue {
    padding: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .heading-3, .heading-10, .heading-11 {
    font-size: 32px;
    line-height: 32px;
  }
  .heading-2, .heading-4, .heading-5, .heading-9, .heading-6 {
    font-size: 24px;
    line-height: 24px;
  }
  .div-3 {
    gap: 12px;
  }
  .div-2 {
    gap: 24px;
  }
  .head {
    gap: 24px;
  }
  section.pb-80 {
    padding-bottom: 16px;
  }
  .img-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .img-slider .item {
    width: 100%;
    height: auto;
  }
  .items-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-c-5, .sec-c-2, .sec-c {
    width: 100%;
  }
  .img-3 {
    width: 40px;
    height: 40px;
  }
  .frame {
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0 16px;
  }
  .faq-wrapper {
    gap: 16px;
  }
  .questions .questions-item {
    padding: 16px;
  }
  .btn-st-a {
    display: none;
  }
  header {
    height: 70px;
  }
  .navbar {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    background: #fff;
    top: 70px;
    width: calc(100% + 32px);
    left: -16px;
    height: calc(100vh - 70px);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .navbar.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo {
    height: 28px;
    width: auto;
  }
  .nav-item {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20H4C3.448 20 3 19.553 3 19C3 18.447 3.448 18 4 18H20C20.552 18 21 18.447 21 19C21 19.553 20.552 20 20 20Z' fill='%233358F5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 6H4C3.448 6 3 5.553 3 5C3 4.447 3.448 4 4 4H20C20.552 4 21 4.447 21 5C21 5.553 20.552 6 20 6Z' fill='%233358F5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 13H4C3.448 13 3 12.553 3 12C3 11.447 3.448 11 4 11H20C20.552 11 21 11.447 21 12C21 12.553 20.552 13 20 13Z' fill='%233358F5'/%3E%3C/svg%3E%0A");
    background-size: cover;
  }
  .mobile-btn.active {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3647 7.05025L7.05101 18.364C6.66068 18.7543 6.02782 18.755 5.63679 18.364C5.24576 17.9729 5.24647 17.3401 5.63679 16.9497L16.9505 5.63604C17.3408 5.24572 17.9737 5.24501 18.3647 5.63604C18.7557 6.02707 18.755 6.65993 18.3647 7.05025Z' fill='%233358F5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.63724 7.05025L16.9509 18.364C17.3413 18.7543 17.9741 18.755 18.3652 18.364C18.7562 17.9729 18.7555 17.3401 18.3652 16.9497L7.05145 5.63604C6.66113 5.24572 6.02827 5.24501 5.63724 5.63604C5.24621 6.02707 5.24691 6.65993 5.63724 7.05025Z' fill='%233358F5'/%3E%3C/svg%3E%0A");
    background-size: cover;
  }
}