.card-holder {
  grid-column-gap: 24px;
  cursor: default;
  justify-content: center;
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card {
  grid-column-gap: 12px;
  color: #0c0c0c;
  background-color: #14141400;
  border: 1px solid #373737;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  max-width: 298px;
  padding: 24px;
  display: flex;
}

.card.in-black {
  flex-flow: column;
  align-items: center;
}

.image-5 {
  width: 32px;
}

.image-5.in-black {
  margin-bottom: 2rem;
}

.text-block-29 {
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-29.in-black {
  text-align: center;
}

.text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.text.color {
  color: #848ea0;
}

.text.color.size {
  text-align: center;
  margin-top: 32px;
  font-size: 20px;
  line-height: 28px;
}

.text.color-black {
  font-weight: 700;
}

.text.size {
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
}

.card-otz {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 32px;
  box-shadow: 0 16px 48px #00000014;
}

.stars {
  margin-top: 16px;
}

.foto {
  width: 26%;
  max-width: 80px;
}

.div-total-user {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-card-otz {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.slider-3 {
  display: none;
}

.h2 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.h2.white {
  color: #f4f6fb;
}

.h3 {
  margin-top: 24px;
}

.h3.aligan {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.h3.aligan.color-whit {
  color: #f4f6fb;
  cursor: default;
  margin-top: 0;
}

.h3.non-marg {
  margin-top: 0;
}

.h3.non-marg.bold {
  font-weight: 700;
}

.h3.non-marg.bold.color-black, .h3.non-marg.bold.color-black.color-whit {
  color: #f4f6fb;
}

.h3.non-marg.bold.color-black.in-white {
  color: #333;
}

.h3.white {
  color: #f4f6fb;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.h3.white.in-black {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(to right, #fc8926, #fdba38);
  border-radius: 50px;
  margin-top: 40px;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-total {
  flex-direction: column;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-total.aligan {
  cursor: default;
  align-items: center;
  max-width: 79rem;
}

.div-total-image {
  justify-content: space-between;
  width: 100%;
  max-width: 736px;
  margin-top: 40px;
  display: flex;
}

.text-span-3 {
  color: #26408b;
}

.text-span-3.in-black {
  color: #a62639;
}

.div-block {
  background-color: #ffffff17;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-total-3-steps {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.section {
  padding: 60px 30px;
}

.section.background {
  background-color: #26408b;
  background-image: url('../images/Ellipse-232_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.background.no-padding {
  background-image: url('../images/Ellipse-231_1.webp'), url('../images/Ellipse-232_1.webp');
  background-position: 0%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 0;
  padding-bottom: 0;
}

.section.background.no-padding.blobs-right {
  background-position: 100%, 100%;
}

.section.background.no-padding.blobs-right.in-black {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Lucid_Realism_professional_photo_of_A_realistic_portrait_of_a__2-Photoroom.png'), url('../images/Ellipse-231_1.webp'), url('../images/Ellipse-232_1.webp');
  background-position: 0 0, 50%, 100%, 100% 0;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, contain, auto, contain;
  padding-bottom: 120px;
}

.card-step {
  background-color: #c1f7dc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  max-width: 368px;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 7px #0000001a;
}

.card-step:hover {
  background-color: #c1f7dc;
}

.card-step.color {
  color: #fff;
  background-color: #26408b;
}

.card-step.color:hover {
  background-color: #26408b;
}

.card-step.color.in-black {
  color: #f4f6fb;
  background-color: #a62639;
}

.card-step.in-black {
  color: #f4f6fb;
  background-color: #8ea4d2;
}

.text-block {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.div-navbar {
  z-index: 1000;
  color: #fff;
  background-color: #e3eeff00;
  max-width: 1264px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1264px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.brand-2 {
  width: auto;
  display: flex;
}

.text-brand {
  color: #fff;
  cursor: default;
  border-radius: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.text-brand.in-policy {
  color: #333;
}

.div-block-551 {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-554 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1264px;
  display: flex;
}

.link-14 {
  color: #fff;
  cursor: pointer;
  margin-top: 1rem;
  font-size: 14px;
  text-decoration: none;
}

.link-14.marg {
  margin-top: 10px;
}

.link-14.marg.cursor {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 1rem;
  font-size: 14px;
}

.text-block-234 {
  cursor: default;
  margin-top: 1rem;
  font-size: 14px;
}

.footer {
  color: #fff;
  background-color: #26408b;
  padding: 30px 40px;
}

.div-block-552 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-white {
  background-color: #c9f6f3;
  border-radius: 0;
  padding: 40px 30px;
  overflow: hidden;
}

.section-white.no-bgr {
  background-color: #83fff700;
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dropdown-5 {
  background-color: #f9d3f8;
  border: 2px solid #000;
  border-radius: 16px;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.1rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.dropdown-5.in-white {
  background-color: #e4c9f400;
  border: 2px #000;
  border-radius: 0;
}

.dropdown-toggle-5 {
  z-index: 99;
  cursor: pointer;
  background-color: #e4c9f400;
  border: 2px #000;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 2.4rem;
}

.dropdown-toggle-5.w--open {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-536 {
  flex-direction: column;
  align-items: center;
  max-width: 79rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-18 {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #26408b;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-right: 2.4rem;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.dropdown-list-4 {
  background-color: #f9d3f8;
  border-radius: 0 0 16px 16px;
  height: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  flex-flow: column wrap;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  position: static;
}

.dropdown-list-4.in-white {
  background-color: #e4c9f400;
}

.h2-2 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 36px;
}

.h2-2.aligan {
  text-align: center;
  cursor: default;
  margin-top: 0;
  margin-bottom: 60px;
}

.div-block-534 {
  cursor: default;
  background-color: #f9d3f8;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column wrap;
  padding-bottom: 2.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.div-block-534.in-white {
  background-color: #e4c9f400;
}

.h3-2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.429rem;
  line-height: 2rem;
}

.h3-2.margin {
  margin-bottom: 0;
}

.h3-2.margin.bold {
  font-weight: 700;
}

.text-field-8 {
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  width: 49%;
  max-width: 260px;
  height: 56px;
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-8::placeholder {
  color: #848ea0;
}

.error-notice {
  margin-bottom: 16px;
  padding-right: 22px;
}

.submit-button {
  color: #333;
  cursor: pointer;
  background-color: #c1f7dc;
  border-radius: 50px;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.input {
  z-index: 1;
  color: #848ea0;
  cursor: text;
  background-color: #fff;
  border: 2px solid #848ea0;
  border-radius: 50px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 296px;
  height: 56px;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.form-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 834px;
  max-width: 834px;
  display: flex;
}

.form-block-4 {
  margin-top: 40px;
  margin-bottom: 0;
  display: none;
}

.submit-button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #00c471;
  border-radius: 4px;
  width: 49%;
  max-width: 260px;
  height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.submit-button-2:hover {
  background-color: #06b76c;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 0;
}

.div-total-input {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.label {
  background-color: #fff;
  border-bottom: 1px #e8e8e5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-content.scroll {
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 60%;
  display: flex;
  position: relative;
}

.image-23 {
  cursor: default;
  max-width: none;
  margin-right: 6rem;
}

.body {
  font-family: Open Sans, sans-serif;
}

.form-block-2 {
  box-shadow: none;
  background-color: #fffea800;
  border: 2px #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 40px 0;
  display: block;
}

.form-block-2.in-black {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-text-remodal-2 {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  max-width: 45rem;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 5rem;
  display: flex;
  box-shadow: 0 2px 13px #0000001a;
}

.form-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-4.in-black {
  flex-flow: row;
}

.close {
  cursor: pointer;
  width: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: 0;
}

.close.trig {
  width: 20px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.success {
  z-index: 100;
  background-color: #0000001a;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.email-2 {
  cursor: text;
  background-color: #f4f6fb;
  border: 2px #000;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin-bottom: 8px;
  margin-right: 0;
  padding-left: 16px;
  font-size: 16px;
}

.email-2::placeholder {
  color: #0f0e0e;
}

.email-2.in-black {
  margin-bottom: 0;
  margin-right: 10px;
}

.submit-button-3 {
  color: #333;
  cursor: pointer;
  background-color: #c1f7dc;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.submit-button-3:hover {
  background-color: #8ea4d2;
}

.submit-button-3.in-black {
  color: #f4f6fb;
  background-color: #8ea4d2;
}

.submit-button-3.in-black:hover {
  color: #f4f6fb;
  background-color: #a62639;
}

.text-block-252 {
  color: #41409d;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-block-252.size {
  color: #000;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-field-2 {
  color: #0f0e0e;
  cursor: text;
  background-color: #f4f6fb;
  border: 2px #000;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin-bottom: 8px;
  margin-right: 0;
  padding-left: 16px;
  font-size: 16px;
}

.text-field-2::placeholder {
  color: #0f0e0e;
}

.text-field-2.in-black {
  margin-bottom: 0;
  margin-right: 8px;
}

.bold-text {
  cursor: default;
}

.div-flex {
  cursor: default;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
}

.div-flex.in-black {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading {
  color: #f4f6fb;
  margin-top: 0;
}

.div-block-613 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-613.in-black {
  flex-flow: column;
  align-items: center;
  margin-top: 120px;
}

.image-24 {
  width: 45%;
}

.image-24.in-black {
  width: 40%;
}

.div-flex-left {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 35%;
  margin-right: 2rem;
}

.div-block-563 {
  color: #f4f6fb33;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-239 {
  color: #0003;
  background-color: #8ea4d2;
  border-radius: 50px;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 15px;
  display: inline-flex;
}

.div-block-239.in-black {
  background-color: #a62639;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-63 {
  width: 100%;
  max-width: 25px;
  margin-right: 8px;
}

.text-block-111 {
  color: #f4f6fb;
  width: auto;
  max-width: none;
  font-weight: 600;
}

.div-block-614 {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.bold-text-3.in-black {
  color: #a62639;
}

.image-115, .tick, .image-117, .image-118 {
  margin-right: 4px;
}

.section7 {
  margin-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  line-height: 44px;
}

.show-more {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.show-less {
  flex-wrap: wrap;
  display: none;
}

.note-wrapper {
  text-align: left;
  background-color: #f4f6fb;
  border-radius: 40px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 2rem;
  margin-right: 12px;
  padding: 8px 32px 8px 8px;
  display: flex;
}

.image-159 {
  display: block;
}

.note-wrapper__text {
  color: #333;
  font-weight: 700;
}

.less-more-btn {
  display: none;
}

.note-wrapper__img-wrapper {
  background-color: #fff;
  border-radius: 32px;
  margin-right: 16px;
  padding: 14px;
}

.div-select {
  height: 0;
}

.div-select.added-arrow {
  height: auto;
}

.div-select.added-arrow.relative-container {
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin-bottom: 0;
  margin-right: 8px;
  position: relative;
}

.submit-button-4 {
  cursor: pointer;
  background-color: #d085cf;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.submit-button-4:hover {
  background-color: #5251a2;
}

.div-block-561 {
  z-index: 1;
  background-color: #f4f6fb;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: 15px 4px 0% auto;
}

.form-block-6 {
  background-color: #fffea800;
  border: 2px #fff;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: 40px 48px;
  display: flex;
}

.form-7 {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.image-60 {
  z-index: -1;
  position: relative;
}

.s2 {
  color: #000;
  text-align: left;
  cursor: default;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.s2.no-appearance {
  z-index: -10;
  cursor: pointer;
  background-color: #f4f6fb;
  border-style: none;
  border-width: 2px;
  border-radius: 50px;
  height: 48px;
  padding-left: 16px;
  font-size: 16px;
}

.text-field-9 {
  color: #0f0e0e;
  cursor: text;
  background-color: #f4f6fb;
  border: 2px #000;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 16px;
  font-size: 16px;
}

.text-field-9::placeholder {
  color: #0f0e0e;
}

.email-4 {
  cursor: text;
  background-color: #f4f6fb;
  border: 2px #000;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 16px;
  font-size: 16px;
}

.email-4::placeholder {
  color: #0f0e0e;
}

.subject-2 {
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}

.subject-2.priv {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.section-20 {
  padding: 0 40px 40px;
}

.h3-3 {
  margin-bottom: 16px;
  font-size: 20px;
}

.div-text-subject {
  margin-bottom: 40px;
}

.div-privacy {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.list-6 {
  color: #000;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}

.div-coocies {
  z-index: 900;
  color: #fff;
  background-color: #41409d;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 455px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 16px 20px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 2px 11px #0000001a;
}

.div-coocies.home {
  z-index: 999;
  background-color: #26408b;
  border-radius: 8px;
  display: flex;
  left: auto;
  right: 2%;
}

.text-block-145 {
  width: 90%;
  margin-left: 0;
  margin-right: auto;
}

.link-13 {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.div-block-38 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-39 {
  width: 100%;
  max-width: 620px;
  margin-right: 60px;
}

.image-8 {
  margin-top: 20px;
  margin-right: 30px;
}

.text-block-25 {
  font-size: 20px;
  line-height: 28px;
}

.image-10, .image-9 {
  margin-top: 20px;
  margin-right: 30px;
}

.image-13 {
  margin-top: 20px;
}

.div-block-45 {
  background-color: #f4f6fb;
  border-radius: 24px;
  width: 50%;
  max-width: 300px;
  margin-right: 0;
  padding: 32px 32px 24px;
}

.div-block-45._5 {
  margin-right: 16px;
}

.text-block-30 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-52 {
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
  position: relative;
}

.div-block-51 {
  margin-right: 16px;
}

.div-block-42 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 302px;
  margin-right: 16px;
  display: flex;
}

.div-block-47 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-50 {
  margin-right: 16px;
}

.image-7 {
  margin-top: 20px;
  margin-right: 30px;
}

.div-block-40 {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  max-width: 406px;
  display: flex;
}

.div-block-46 {
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.div-block-44 {
  background-color: #f4f6fb;
  border-radius: 24px;
  padding: 26px 48px;
}

.text-block-26 {
  color: #a62639;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-31 {
  margin-bottom: 4px;
  font-weight: 700;
}

.image-11 {
  margin-top: 20px;
  margin-right: 30px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 64px;
}

.text-block-253 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-49 {
  margin-top: 24px;
  display: flex;
}

.div-block-41 {
  margin-top: 56px;
}

.div-block-43 {
  background-color: #f4f6fb;
  border-radius: 24px;
  margin-bottom: 16px;
  padding: 26px 40px;
}

.image-32 {
  max-width: 16px;
  margin-right: 4px;
}

.div-block-48 {
  display: flex;
}

.div-block-373 {
  margin-bottom: 32px;
}

.div-block-37 {
  justify-content: flex-start;
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-12 {
  margin-top: 20px;
  margin-right: 30px;
}

.div-block-53 {
  background-image: linear-gradient(8deg, #fff, #ffffff1a 96%);
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.div-block-12 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-14 {
  margin-top: 5px;
  font-size: 17px;
}

.text-block-9 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.div-block-15 {
  background-color: #fff;
  width: 1px;
}

.text-block-16 {
  margin-top: 5px;
  font-size: 17px;
}

.div-block-14 {
  background-color: #ffffff1a;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  max-width: 860px;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-10 {
  margin-top: 10px;
  font-size: 17px;
}

.text-block-12 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-615 {
  border-right: 1px solid #f4f6fb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.div-block-615.no-border {
  border-right-style: none;
}

.div-block-617 {
  color: #f4f6fb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-254 {
  margin-top: 5px;
  font-size: 17px;
}

.text-block-255 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.div-block-618 {
  background-color: #fff;
  width: 1px;
}

.text-block-256 {
  margin-top: 5px;
  font-size: 17px;
}

.div-block-619 {
  background-color: #ffffff1a;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-257 {
  margin-top: 10px;
  font-size: 17px;
}

.text-block-258 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

@media screen and (min-width: 1280px) {
  .h3.non-marg.bold.color-black.in-white {
    color: #333;
  }

  .card-step:hover {
    background-color: #c1f7dc;
  }

  .card-step.color:hover {
    background-color: #26408b;
  }

  .card-step.color.in-black:hover {
    background-color: #a62639;
  }

  .card-step.in-black:hover {
    background-color: #8ea4d2;
  }

  .div-container {
    justify-content: center;
  }

  .image-25 {
    width: 25%;
    margin-right: 5rem;
  }

  .section7 {
    margin-bottom: 4rem;
  }

  .show-less {
    flex-wrap: wrap;
    display: none;
  }

  .note-wrapper {
    background-color: #f4f6fb;
    border-radius: 40px;
    align-items: center;
    width: auto;
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 8px 32px 8px 8px;
    display: flex;
  }

  .note-wrapper__text {
    color: #333;
    font-weight: 700;
  }

  .note-wrapper__img-wrapper {
    background-color: #fff;
    border-radius: 32px;
    margin-right: 16px;
    padding: 14px;
  }

  .div-block-616 {
    margin-right: 32px;
  }

  .div-block-617 {
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .card {
    flex-flow: row;
  }

  .h2 {
    font-size: 36px;
  }

  .h3.non-marg.bold.color-black.in-white {
    color: #333;
  }

  .h3.white {
    cursor: default;
  }

  .div-total {
    max-width: 79rem;
  }

  .text-span-3 {
    color: #26408b;
  }

  .div-total-3-steps {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
  }

  .section.background.no-padding {
    background-position: 0%, 0%;
  }

  .section.background.no-padding.blobs-right {
    background-position: 100%, 100%;
  }

  .section.background.no-padding.blobs-right.in-black {
    margin-top: 0;
  }

  .card-step {
    background-color: #c1f7dc;
  }

  .card-step.color {
    background-color: #26408b;
  }

  .div-navbar {
    width: 100%;
    max-width: 79rem;
  }

  .div-block-2 {
    max-width: 79rem;
  }

  .label {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e5;
  }

  .image-23 {
    width: 25%;
  }

  .form-block-2 {
    width: 100%;
    max-width: 500px;
  }

  .form-4 {
    align-items: flex-start;
  }

  .submit-button-3 {
    background-color: #c1f7dc;
    max-width: 100%;
  }

  .submit-button-3:hover {
    color: #f4f6fb;
    background-color: #8ea4d2;
  }

  .text-field-2 {
    max-width: 100%;
  }

  .div-flex {
    margin-right: 4rem;
  }

  .div-flex.in-black {
    margin-right: 0;
  }

  .div-block-613 {
    justify-content: center;
    max-width: 79rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-613.in-black {
    margin-top: 300px;
  }

  .image-24 {
    width: 35%;
  }

  .div-flex-left {
    width: 60%;
    max-width: 79rem;
  }

  .div-container {
    max-width: 79rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-25 {
    width: 35%;
  }

  .div-block-239 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bold-text-2, .bold-text-3 {
    color: #a62639;
  }

  .bold-text-4, .bold-text-5 {
    color: #26408b;
  }

  .section7 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .marquee-content.scroll {
    position: relative;
  }

  .section7 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7 {
    line-height: 64px;
  }
}

@media screen and (max-width: 991px) {
  .card-holder {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: stretch;
    display: grid;
  }

  .card {
    justify-content: center;
    align-items: center;
    max-width: 468px;
  }

  .image-5 {
    width: 32px;
  }

  .text.color.size {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .text.size {
    font-size: 16px;
    line-height: 24px;
  }

  .card-otz {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .stars {
    margin-top: 10px;
  }

  .h2 {
    text-align: center;
    width: 80%;
    font-size: 28px;
    line-height: 40px;
  }

  .h2.white {
    text-align: left;
    margin-bottom: 0;
  }

  .h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .h3.non-marg.bold {
    margin-bottom: 18px;
  }

  .h3.white {
    display: block;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.background.no-padding {
    padding-right: 0;
  }

  .card-step {
    padding: 24px 24px 32px;
  }

  .text-block {
    line-height: 40px;
  }

  .div-navbar {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    width: auto;
  }

  .text-brand {
    font-size: 18px;
  }

  .link-14, .link-14.marg {
    font-size: 13px;
    line-height: 18px;
  }

  .link-14.marg.cursor {
    margin-right: 1.5rem;
  }

  .text-block-234 {
    text-align: right;
    margin-top: 1.5rem;
    font-size: 13px;
  }

  .footer {
    padding: 30px;
  }

  .div-block-552 {
    max-width: 300px;
    margin-right: 0;
  }

  .section-white {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-white.no-bgr {
    padding-top: 60px;
  }

  .dropdown-5 {
    margin-bottom: 1.6rem;
  }

  .dropdown-toggle-5 {
    padding: 1.8rem 2rem;
  }

  .div-block-536 {
    margin-top: 0;
  }

  .icon-18 {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.8rem;
    margin-right: 2rem;
    font-size: 1rem;
  }

  .dropdown-list-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .h2-2 {
    text-align: left;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .h2-2.aligan {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-534 {
    background-color: #e4c9f4;
    padding-bottom: 1.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 14px;
    line-height: 22px;
  }

  .h3-2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .h3-2.margin.bold {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .text-field-8 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .error-notice {
    padding-right: 0;
  }

  .submit-button {
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 700;
  }

  .form-2 {
    width: 730px;
    max-width: 834px;
  }

  .submit-button-2 {
    width: 100%;
    max-width: none;
    margin-top: 16px;
  }

  .image-23 {
    max-width: 9rem;
    margin-right: 6rem;
  }

  .form-block-2 {
    width: 100%;
    max-width: 400px;
    padding: 24px 0;
  }

  .div-text-remodal-2 {
    border-radius: 2rem;
    max-width: 47rem;
  }

  .form-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .close {
    width: 2rem;
  }

  .email-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding-right: 16px;
    font-size: 15px;
  }

  .submit-button-3 {
    max-width: 100%;
  }

  .text-block-252 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.82rem;
    line-height: 2.5rem;
  }

  .text-block-252.size {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .text-field-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding-right: 16px;
    font-size: 15px;
  }

  .div-flex {
    width: 55%;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .div-block-613 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-flex-left {
    align-items: flex-start;
    margin-right: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-container {
    align-items: center;
  }

  .div-block-563 {
    flex-flow: row;
    margin-top: 20px;
  }

  .div-block-239 {
    flex-flow: row;
    margin-right: 10px;
  }

  .section7 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-7 {
    font-size: 2rem;
    line-height: 32px;
  }

  .note-wrapper {
    max-width: none;
    margin-bottom: 12px;
  }

  .div-select.added-arrow.relative-container {
    width: 100%;
    max-width: 100%;
  }

  .submit-button-4 {
    max-width: 100%;
  }

  .submit-button-4:hover {
    background-color: #5251a2;
  }

  .form-block-6 {
    width: 100%;
    max-width: 800px;
    padding: 24px;
  }

  .form-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .s2 {
    padding-left: 12px;
  }

  .s2.no-appearance, .text-field-9, .email-4 {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }

  .subject-2.priv {
    font-size: 14px;
    line-height: 20px;
  }

  .h3-3 {
    font-size: 20px;
  }

  .div-coocies {
    width: 50%;
    max-width: 500px;
  }

  .div-coocies.home {
    z-index: 9999;
  }

  .text-block-145 {
    width: 85%;
  }

  .div-block-39 {
    width: 90%;
    max-width: 500px;
    margin-right: 25px;
  }

  .image-8 {
    margin-right: 10px;
  }

  .text-block-25 {
    font-size: 17px;
    line-height: 25px;
  }

  .image-10, .image-9 {
    margin-right: 15px;
  }

  .div-block-45 {
    padding: 25px 18px;
  }

  .div-block-42 {
    justify-content: space-between;
    width: 50%;
    max-width: 300px;
  }

  .image-7 {
    margin-right: 15px;
  }

  .div-block-46 {
    margin-left: 0;
  }

  .div-block-44 {
    padding: 35px 20px;
  }

  .text-block-26 {
    font-size: 35px;
    line-height: 45px;
  }

  .image-11 {
    margin-right: 10px;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 46px;
  }

  .text-block-81 {
    max-width: 130px;
  }

  .div-block-41 {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-43 {
    margin-bottom: 16px;
    padding: 35px 20px;
  }

  .text-block-109, .text-block-112 {
    max-width: 130px;
  }

  .image-12 {
    margin-right: 15px;
  }

  .div-block-53 {
    display: block;
  }

  .div-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .text-block-9 {
    font-size: 35px;
  }

  .text-block-16 {
    font-size: 14px;
  }

  .text-block-10 {
    font-size: 15px;
  }

  .text-block-12 {
    font-size: 30px;
  }

  .div-block-615 {
    width: 100%;
    max-width: 180px;
  }

  .div-block-617 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-254 {
    font-size: 14px;
  }

  .text-block-255 {
    font-size: 35px;
  }

  .text-block-256 {
    font-size: 14px;
  }

  .div-block-619 {
    max-width: 530px;
  }

  .text-block-257 {
    font-size: 15px;
  }

  .text-block-258 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .text.color {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .text.color.size {
    font-weight: 400;
  }

  .text.color-black {
    margin-top: 14px;
  }

  .text.size {
    text-align: center;
    font-weight: 700;
  }

  .card-otz {
    height: 100%;
    padding-bottom: 24px;
    box-shadow: 0 5px 10px #0000000f;
  }

  .div-card-otz {
    margin-top: 32px;
    display: none;
  }

  .right-arrow-3 {
    width: 50px;
  }

  .mask-3 {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .slider-3 {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 10px;
    padding-bottom: 40px;
    display: flex;
  }

  .slide-nav-3 {
    height: 20px;
    padding-top: 0;
    font-size: 8px;
  }

  .left-arrow-3 {
    width: 50px;
  }

  .h2 {
    text-align: center;
    width: 80%;
    font-size: 24px;
    line-height: 32px;
  }

  .h2.white {
    text-align: center;
    margin-bottom: 1rem;
  }

  .slide-3 {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    padding: 20px;
  }

  .icon-3 {
    display: none;
  }

  .h3 {
    margin-top: 20px;
  }

  .h3.aligan {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 24px;
  }

  .h3.non-marg.bold.color-black {
    margin-bottom: 10px;
  }

  .h3.white {
    text-align: center;
    display: block;
  }

  .button-2 {
    margin-top: 10px;
  }

  .div-total-image {
    margin-top: 32px;
  }

  .imeg {
    width: 23%;
    max-width: 160px;
  }

  .div-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-total-3-steps {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section {
    padding: 32px 20px;
  }

  .section.background.no-padding {
    padding-bottom: 32px;
    padding-right: 20px;
  }

  .section.background.no-padding.blobs-right.in-black {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ellipse-231_1.webp'), url('../images/Ellipse-232_1.webp');
    background-position: 0 0, 100%, 100% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, auto, contain;
    padding-bottom: 32px;
  }

  .card-step {
    width: 100%;
    max-width: 350px;
    margin-bottom: 24px;
    margin-right: 20px;
    padding-bottom: 24px;
  }

  .text-block {
    margin-bottom: 18px;
  }

  .div-navbar {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    width: auto;
    padding-left: 0;
  }

  .div-block-551 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-554 {
    align-items: center;
    margin-bottom: 1rem;
  }

  .link-14 {
    margin-top: 1rem;
  }

  .link-14.marg.cursor.no-margib {
    margin-right: 0;
  }

  .text-block-234 {
    text-align: center;
    margin-top: 1rem;
    line-height: 20px;
  }

  .footer {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-552 {
    align-items: center;
    width: 100%;
    max-width: 273px;
    margin-right: 0;
  }

  .div-block-553 {
    text-align: center;
  }

  .section-white {
    border-radius: 0;
    padding: 40px 20px;
  }

  .section-white.no-bgr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-5 {
    border-radius: 16px;
    flex-flow: wrap;
  }

  .dropdown-toggle-5 {
    flex-direction: row;
    align-items: center;
    padding: 1rem 2.2rem;
  }

  .div-block-536 {
    max-width: 77rem;
  }

  .icon-18 {
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 1.6rem;
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .h2-2 {
    text-align: center;
    margin-top: 0;
  }

  .h2-2.aligan {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-534 {
    padding-bottom: 1.8rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    line-height: 20px;
  }

  .div-block-534.in-white {
    width: 90%;
  }

  .h3-2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .h3-2.margin.bold {
    max-width: 80%;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .h3-2.margin.bold.size-max {
    max-width: 90%;
  }

  .text-field-8 {
    height: 48px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-611 {
    color: #fff;
    background-color: #00c471;
    border-radius: 4px;
    height: 48px;
    margin-top: 16px;
    position: relative;
  }

  .error-notice {
    color: red;
    text-align: right;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .submit-button {
    width: 100%;
    max-width: 296px;
  }

  .link-block-4 {
    color: #fff;
    justify-content: space-between;
    padding: 14px 24px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .input {
    margin-bottom: 16px;
  }

  .form-2 {
    flex-direction: column;
    width: 500px;
    max-width: 500px;
  }

  .div-form-anim {
    height: 115px;
    position: relative;
  }

  .form-block-4 {
    width: 400px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-2 {
    z-index: 9999;
    height: 48px;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-610.spaci {
    height: 48px;
    padding: 14px 24px;
    font-weight: 700;
  }

  .div-titul.div._1 {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-titul.div._3 {
    z-index: -1;
    height: 115px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-titul.div._2 {
    z-index: -5;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-total-input {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }

  .label {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-23 {
    max-width: 7rem;
    margin-right: 4rem;
  }

  .form-block-2 {
    width: 100%;
    display: block;
  }

  .div-text-remodal-2 {
    border-radius: 2rem;
    max-width: 65rem;
    margin-top: 5%;
    padding: 2rem;
  }

  .form-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .close {
    width: 2rem;
  }

  .email-2 {
    border: 2px #000;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-252 {
    text-align: center;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .text-block-252.size {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .text-field-2 {
    border: 2px #000;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-flex {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .heading {
    text-align: center;
  }

  .div-block-613 {
    margin-top: 32px;
  }

  .image-24 {
    display: none;
  }

  .div-flex-left {
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }

  .image-25 {
    display: none;
  }

  .div-block-563 {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .div-block-239 {
    margin-bottom: 8px;
  }

  .section7 {
    position: relative;
  }

  .show-more {
    margin-bottom: 1rem;
    display: flex;
  }

  .less-text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: none;
  }

  .more-text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .show-less {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
    display: flex;
  }

  .image-159 {
    z-index: -1;
    display: block;
    position: absolute;
    inset: -37rem 0% 0% auto;
  }

  .less-more-btn {
    text-align: center;
    cursor: pointer;
    background-color: #8ea4d2;
    border: 2px #8ea4d2;
    border-radius: 50px;
    padding: 12px 24px;
    display: block;
  }

  .div-select.added-arrow.relative-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .submit-button-4:hover {
    background-color: #5251a2;
  }

  .form-block-6 {
    width: 100%;
    display: block;
  }

  .form-7 {
    grid-template-columns: 1fr;
  }

  .s2 {
    padding-left: 12px;
    font-size: 16px;
  }

  .s2.no-appearance {
    border-width: 2px;
    padding-left: 16px;
  }

  .text-field-9, .email-4 {
    border: 2px #000;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .subject-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .subject-2.priv {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-20 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-text-subject {
    margin-bottom: 32px;
  }

  .div-coocies {
    border-radius: 8px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-coocies.home {
    display: none;
  }

  .text-block-145 {
    text-align: center;
    width: 90%;
  }

  .div-block-38 {
    width: 100%;
    max-width: 570px;
  }

  .div-block-39 {
    flex-direction: column;
    order: 1;
    align-items: center;
    width: 100%;
    max-width: 596px;
    margin-right: 0;
    display: flex;
  }

  .image-8 {
    margin-right: 20px;
  }

  .text-block-25 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .image-10, .image-9 {
    margin-right: 20px;
  }

  .div-block-45 {
    max-width: 290px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px;
  }

  .div-block-45._5 {
    max-width: 290px;
    margin-right: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-30 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-52 {
    justify-content: space-between;
    width: 100%;
    max-width: 570px;
  }

  .image-160 {
    max-width: 70px;
  }

  .div-block-42 {
    justify-content: flex-start;
    width: 50%;
    max-width: 290px;
    margin-right: 8px;
  }

  .div-block-47 {
    align-items: center;
  }

  .div-block-50 {
    margin-right: 10px;
  }

  .text-block-82 {
    font-size: 13px;
  }

  .image-7 {
    margin-right: 20px;
  }

  .div-block-40 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-44 {
    padding: 30px 20px;
  }

  .text-block-26 {
    font-size: 28px;
    line-height: 35px;
  }

  .image-11 {
    margin-right: 20px;
  }

  .heading-5 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 44px;
  }

  .text-block-253 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-49 {
    justify-content: space-between;
  }

  .div-block-41 {
    justify-content: center;
    margin-top: 30px;
  }

  .div-block-43 {
    padding: 30px 20px;
  }

  .div-block-48 {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-373 {
    margin-bottom: 16px;
  }

  .div-block-37 {
    flex-direction: column;
    width: 100%;
    max-width: 596px;
  }

  .image-12 {
    margin-right: 20px;
  }

  .image-27 {
    max-width: 70px;
  }

  .div-block-53 {
    display: block;
  }

  .text-block-14 {
    text-align: center;
    font-size: 12px;
  }

  .text-block-9 {
    font-size: 25px;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .text-block-10 {
    font-size: 13px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .div-block-615 {
    border-right: 1px solid #f4f6fb;
    max-width: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-615.no-border {
    border-right-style: none;
  }

  .text-block-254 {
    text-align: center;
    font-size: 12px;
  }

  .text-block-255 {
    font-size: 25px;
  }

  .text-block-256 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-619 {
    max-width: 400px;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-257 {
    font-size: 13px;
  }

  .text-block-258 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .card-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .card {
    justify-content: flex-start;
  }

  .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .text.color {
    margin-top: 10px;
  }

  .text.color.size {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .card-otz {
    padding: 16px;
  }

  .mask-3 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-3 {
    margin-bottom: 0;
  }

  .h2 {
    margin-bottom: 2rem;
  }

  .slide-3 {
    margin-right: 12px;
  }

  .h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .h3.aligan {
    width: 85%;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .h3.non-marg.bold.color-black.in-white {
    color: #333;
  }

  .h3.non-marg.bold.padd {
    margin-bottom: 8px;
  }

  .div-total-image {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .imeg {
    width: 160px;
    max-width: 120px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-total-3-steps {
    margin-top: 0;
  }

  .section {
    padding: 56px 16px 32px;
  }

  .section.background {
    padding-top: 32px;
  }

  .section.background.no-padding {
    padding-bottom: 56px;
  }

  .section.background.no-padding.blobs-right.in-black {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ellipse-231_1.webp'), url('../images/Ellipse-232_1.webp');
    background-position: 0 0, 100%, 100% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, auto, contain;
    padding-bottom: 32px;
  }

  .card-step {
    margin-bottom: 16px;
    margin-right: 0;
    padding: 16px;
  }

  .card-step:hover {
    background-color: #c1f7dc;
  }

  .card-step.color:hover {
    background-color: #26408b;
  }

  .card-step.color.in-black {
    margin-bottom: 0;
  }

  .card-step.color.in-black:hover {
    background-color: #a62639;
  }

  .card-step.in-black:hover {
    background-color: #8ea4d2;
  }

  .text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .div-navbar {
    z-index: 1000;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .brand-2 {
    width: auto;
  }

  .text-brand {
    font-size: 16px;
  }

  .div-block-551 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

  .div-block-554 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .link-14 {
    margin-top: 16px;
  }

  .link-14.marg.cursor {
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-234 {
    text-align: center;
    display: block;
  }

  .footer {
    padding-top: 30px;
  }

  .div-block-552 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .div-block-553 {
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-white {
    padding: 32px 16px 30px;
  }

  .section-white.no-bgr {
    padding-top: 40px;
  }

  .dropdown-5 {
    border-radius: 16px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 1.2rem;
    padding-right: 0;
  }

  .dropdown-toggle-5 {
    z-index: 99;
    padding: 1.5rem;
  }

  .div-block-536 {
    max-width: 100%;
  }

  .icon-18 {
    width: 2rem;
    height: 2rem;
    margin-top: 1.3rem;
    margin-right: 1.6rem;
    font-size: 14px;
  }

  .h2-2 {
    text-align: center;
  }

  .h2-2.aligan {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-534 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-534.in-white {
    width: 85%;
  }

  .h3-2 {
    margin-bottom: 3.4rem;
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .h3-2.margin.bold, .h3-2.margin.bold.size-max {
    max-width: 85%;
    line-height: 1.5rem;
  }

  .text-field-8 {
    border-color: #848ea0;
    border-radius: 50px;
    width: 100%;
    height: 48px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-131 {
    font-weight: 700;
  }

  .form-3 {
    justify-content: center;
    width: 100%;
  }

  .div-block-611 {
    color: #fff;
    cursor: pointer;
    background-color: #0000;
    background-image: linear-gradient(to right, #fc8926, #fdba38);
    border-radius: 50px;
    justify-content: space-between;
    margin-top: 16px;
    position: relative;
  }

  .error-notice {
    color: red;
    text-align: right;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 18px;
    display: none;
  }

  .link-block-4 {
    color: #fff;
    justify-content: space-between;
    padding: 14px 24px;
    text-decoration: none;
    display: flex;
  }

  .input {
    max-width: none;
    height: 48px;
    min-height: 48px;
  }

  .text-block-132 {
    font-weight: 700;
  }

  .form-2 {
    width: 100%;
    max-width: 100%;
  }

  .div-form-anim {
    height: 115px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .form-block-4 {
    order: 1;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .submit-button-2 {
    z-index: 9999;
    background-color: #0000;
    width: 100%;
    height: 48px;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .submit-button-2:hover {
    background-color: #0000;
  }

  .div-block-610 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-610.spaci {
    padding: 14px 24px;
  }

  .form-block {
    display: none;
  }

  .div-titul.div {
    z-index: 1;
    width: 288px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-titul.div._1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .div-titul.div._3 {
    z-index: 0;
    flex-direction: column;
    display: flex;
  }

  .div-titul.div._3.du {
    z-index: 0;
    display: none;
  }

  .div-titul.div._2 {
    z-index: 0;
  }

  .label {
    direction: ltr;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .marquee-content {
    display: none;
  }

  .marquee-content.scroll {
    display: flex;
  }

  .image-23 {
    max-width: none;
    margin-right: 2rem;
  }

  .form-block-2 {
    padding-bottom: 0;
    display: flex;
  }

  .div-text-remodal-2 {
    border-radius: 3rem;
    max-width: 80rem;
  }

  .form-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .close {
    width: 2rem;
    margin-bottom: 1.5rem;
  }

  .email-2 {
    border-style: none;
    height: 46px;
    font-size: 14px;
  }

  .text-block-252 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .text-block-252.size {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-field-2 {
    border-style: none;
    height: 46px;
    font-size: 14px;
  }

  .div-block-613.in-black {
    margin-top: 32px;
  }

  .div-flex-left {
    padding-top: 56px;
  }

  .div-block-563 {
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block-239 {
    width: auto;
    margin-right: 20px;
  }

  .image-63 {
    max-width: 20px;
  }

  .section7 {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .heading-7 {
    text-align: left;
    margin-bottom: 24px;
    font-size: 1.55rem;
  }

  .show-more {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between center;
    align-items: flex-start;
    display: flex;
  }

  .show-less {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: flex-start;
  }

  .note-wrapper {
    flex-direction: row;
    margin-right: 8px;
    padding-right: 30px;
  }

  .image-159 {
    z-index: -1;
    display: block;
    position: absolute;
    inset: auto 0% -37rem auto;
  }

  .note-wrapper__text {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }

  .note-wrapper__img-wrapper {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .div-select.added-arrow.relative-container {
    height: 46px;
  }

  .submit-button-4:hover {
    background-color: #5251a2;
  }

  .div-block-561 {
    top: 10px;
  }

  .form-block-6 {
    display: flex;
  }

  .form-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .s2 {
    width: 100%;
    height: 48px;
    padding-left: 12px;
    font-size: 14px;
  }

  .s2.no-appearance {
    border-style: none;
    height: 46px;
    padding-left: 16px;
    font-size: 14px;
  }

  .text-field-9, .email-4 {
    border-style: none;
    height: 46px;
    font-size: 14px;
  }

  .subject-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-20 {
    padding: 0 16px 20px;
  }

  .h3-3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-9 {
    margin-top: 32px;
  }

  .div-coocies {
    max-width: 90%;
  }

  .div-coocies.home {
    left: 0;
    right: 0;
  }

  .text-block-145 {
    margin-top: 5px;
    font-size: 12px;
  }

  .div-block-38 {
    flex-direction: column;
    max-width: 596px;
  }

  .div-block-39 {
    order: -1;
  }

  .image-8 {
    max-width: 60px;
    margin-right: 10px;
  }

  .text-block-25 {
    text-align: left;
  }

  .image-10 {
    max-width: 32px;
    margin-right: 10px;
  }

  .image-9 {
    max-width: 75px;
    margin-right: 10px;
  }

  .image-13 {
    max-width: 43px;
  }

  .div-block-45 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-30 {
    margin-bottom: 10px;
  }

  .div-block-52 {
    display: none;
  }

  .image-160 {
    max-width: 80px;
  }

  .div-block-42 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 140%;
    margin-bottom: 8px;
  }

  .image-7 {
    max-width: 95px;
    margin-right: 10px;
  }

  .div-block-40 {
    align-items: flex-start;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .div-block-44 {
    width: 100%;
    max-width: 100%;
    padding: 24px 10px;
  }

  .text-block-26 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-11 {
    max-width: 53px;
    margin-right: 10px;
  }

  .heading-5 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-253 {
    font-size: 14px;
  }

  .text-block-81 {
    max-width: 130px;
    margin-right: 10px;
  }

  .div-block-49 {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-41 {
    justify-content: space-between;
    max-width: 300px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-43 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 8px;
    padding: 24px 10px;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
    max-width: 250px;
  }

  .image-12 {
    max-width: 85px;
    margin-right: 10px;
  }

  .div-block-13 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .div-block-136 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9 {
    line-height: 35px;
  }

  .div-block-14 {
    margin-left: 0;
    padding: 20px 10px;
  }

  .text-block-10 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .div-block-615 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-616 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .div-block-617 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-255 {
    line-height: 35px;
  }

  .div-block-619 {
    max-width: 100%;
    margin-left: 0;
    padding: 16px 0;
  }

  .text-block-257 {
    margin-top: 5px;
    margin-bottom: 0;
  }
}


