@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --yellow: #f9f7f0;
  --ultra: #523be7;
  --white: white;
  --white-darker: #fbfafe;
  --gray: #5f5f5f;
  --sand: #f9f7f0;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-huge {
  margin-top: 35px;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.text-color-grey.text-size-small {
  color: #000;
  cursor: pointer;
  flex: none;
  height: auto;
  font-size: 14px;
  transition: all .555s;
}

.text-color-grey.text-size-small:hover {
  color: var(--black);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.el-body {
  background-color: var(--yellow);
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.el-section {
  width: 100%;
  padding-top: 54px;
  overflow: visible;
}

.el-padding-global {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.el-container {
  width: 100%;
  max-width: 80rem;
}

.el-hero_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-top: 14rem;
  display: grid;
}

.el-hero_heading {
  width: 100%;
  max-width: 32.5rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 100%;
}

.text-span {
  color: var(--ultra);
}

.el-hero_description {
  line-height: 120%;
}

.el-hero_widget {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 41rem;
  display: flex;
  position: relative;
}

.el-hero_widget_bg {
  border-radius: 20px;
  width: 100%;
  max-height: 370px;
  overflow: hidden;
}

.el-hero_widget_bg_img {
  width: 100%;
}

.el-hero_widget_cta {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.el-hero_widget_cta-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 13.75%;
  height: 100px;
  margin-left: 14.3%;
  margin-right: 14.3%;
  display: flex;
}

.el-hero_widget_cta-block.dnone {
  display: none;
}

.el-hero_widget_cta-question {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 120%;
}

.el-hero_widget_cta-button {
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -55%;
  padding-bottom: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.el-hero_widget_cta-button.is-black {
  margin-top: 20px;
}

.el-hero_widget_cta-button.is-black.is {
  background-color: var(--black);
  outline-offset: 0px;
  color: #fff;
  outline: 20px solid #f9f7f0;
}

.el-hero_widget_cta-button.new-rught {
  outline-offset: 0px;
  background-color: #f9f7f0;
  outline: 20px solid #f9f7f0;
}

.el-hero_widget_cta-button.new-rught.dnone {
  display: none;
}

.el-hero_widget_cta-caption {
  color: var(--black);
  text-align: center;
  background-color: #f9f7f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.el-hero_widget_cta-caption:hover {
  color: #fff;
  background-color: #000;
}

.el-hero_widget_cta-caption.is-white-text {
  font-size: 20px;
}

.el-offer_grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 7rem;
  display: flex;
}

.el-offer_heading {
  margin-bottom: 3.5rem;
  font-size: 3rem;
  font-weight: 500;
}

.el-offer_description {
  max-width: 50rem;
  font-size: 1.5rem;
  line-height: 120%;
}

.el-offer_cards {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-start center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.el-offer_card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.el-offer_card.is-first {
  margin-top: 7rem;
}

.el-offer_card.is-second {
  margin-top: 3.5rem;
}

.el-offer_card_bg {
  width: 109%;
  max-width: none;
  margin-left: .4rem;
  display: block;
}

.el-offer_card_circle {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding-bottom: 32%;
  display: flex;
  position: absolute;
  top: -6%;
}

.el-offer_card_circle-caption {
  padding-top: 40%;
  position: absolute;
  top: 0;
}

.el-benefits_grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 10.5rem;
  display: flex;
}

.el-heading {
  margin-bottom: 3.5rem;
  font-size: 3rem;
  font-weight: 500;
}

.el-benefits_cards {
  grid-column-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.el-benefit_card {
  background-color: var(--black);
  color: #f8fafe;
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  overflow: hidden;
  box-shadow: 3px 3px 30px #0000001a;
}

.el-benefit_card_heading {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}

.el-benefit_card_text ul {
  margin-left: .5rem;
}

.el-benefit_card_text li {
  line-height: 120%;
}

.el-map_grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 0;
  display: flex;
}

.el-benefits_description {
  text-align: center;
  max-width: 49rem;
  margin-bottom: 2.5rem;
}

.el-benefits_map-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.el-benefits_map {
  width: 100%;
  max-width: none;
}

.el-why_grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.el-why_cards {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.el-why_card {
  background-color: var(--white-darker);
  border-radius: 5px;
  width: 30%;
  padding: 1.75rem;
  position: relative;
  box-shadow: 3px 3px 30px #0000001a;
}

.el-why_card.is-first {
  margin-bottom: 7rem;
}

.el-why_card.is-fourth {
  margin-top: 7rem;
}

.el-why_card_heading {
  margin-bottom: .625rem;
  font-size: 1.5rem;
}

.el-why_description {
  text-align: left;
  max-width: 49rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 120%;
}

.el-why_card_badge {
  background-color: var(--ultra);
  border-radius: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.el-why_card_badge_number {
  color: var(--white-darker);
}

.el-why_card_divider {
  width: 40%;
}

.el-why_image {
  width: 35%;
  display: block;
  position: absolute;
}

.el-tech-grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.el-tech_cards {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.el-tech_card {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  box-shadow: 3px 3px 7px #0000000d;
}

.el-tech_card_img-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.el-send_grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3.5rem;
  margin-bottom: 9rem;
  display: flex;
  position: relative;
}

.el-send_description {
  text-align: center;
  max-width: 49rem;
  margin-bottom: 1rem;
}

.el-send_heading {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.el-send_widget_bg {
  width: 100%;
}

.el-send_form-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  display: flex;
  position: absolute;
  top: 0;
}

.el-send_widget_cta-block {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.75%;
  margin-top: -7%;
  padding-bottom: 13.75%;
  position: absolute;
  top: 0;
}

.el-send_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  width: 100%;
  max-width: 53rem;
  display: grid;
}

.el-send_from_field {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.5rem;
  background-color: #fbfafe;
  border-radius: .625rem;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.125rem 0 1.125rem 1.75rem;
  font-size: 1.5rem;
  line-height: 120%;
}

.el-send_widget_cta-button {
  background-color: var(--ultra);
  color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.el-footer_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.6fr 1.2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  display: grid;
}

.el-footer_logo-holder {
  width: 100%;
  display: flex;
}

.el-footer_logo {
  flex: none;
  max-width: 100%;
}

.el-footer_menu {
  width: 100%;
}

.el-footer_menu_title {
  color: #f9f7f0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
}

.el-footer_menu_link {
  color: #5f5f5f;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  text-decoration: none;
  display: flex;
}

.el-footer_form-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.el-footer_form_title {
  color: #f9f7f0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
}

.el-fotter_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 53rem;
  display: grid;
}

.el-footer_form_field {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .625rem;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.125rem 0 1.125rem 2rem;
  font-size: 1.25rem;
  line-height: 120%;
}

.el-footer_form_field::placeholder {
  color: #fff;
}

.el-footer_form_submit {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.5rem;
  color: #5f5f5f;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .625rem;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 1.25rem;
  line-height: 120%;
}

.el-footer_form_submit::placeholder {
  color: #fff;
}

.el-footer_form_sumbit-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12.5rem;
  display: flex;
}

.el-copy {
  color: #5f5f5f;
}

.el-footer-link {
  color: #fff;
}

.el-how_grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.el-how_cards {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1rem;
  display: grid;
}

.el-how_card {
  color: #f8fafe;
  cursor: pointer;
  background-image: url('../images/Rectangle-906.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  box-shadow: 3px 3px 30px #0000001a;
}

.el-how_card.is-large.is-img-5 {
  background-image: url('../images/Rectangle-907.png');
}

.el-how_card.is-img-2 {
  background-image: url('../images/Rectangle-909.png');
}

.el-how_card.is-img-3 {
  background-image: url('../images/Rectangle-910.png');
}

.el-how_card.is-img-4 {
  background-image: url('../images/Rectangle-908.png');
}

.el-how_card_heading {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.el-how_card_badge {
  background-color: #523be780;
  border-radius: 3.75rem;
  display: flex;
  position: absolute;
  top: .625rem;
  right: .625rem;
  overflow: hidden;
}

.el-how_card_interior {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.el-how_card_interior.is-large {
  padding-bottom: 48.5%;
}

.el-how_card_content {
  width: 100%;
  height: 100%;
  padding-left: 7%;
  padding-right: 7%;
  position: absolute;
  top: 88%;
}

.el-how_card_description {
  width: 100%;
  font-size: .9rem;
  line-height: 150%;
}

.el-how-card_overlay {
  opacity: 0;
  background-image: linear-gradient(#523be7a8, #523be7);
  position: absolute;
  inset: 0%;
}

.el-how_card_badge-text {
  padding: .5rem 1.5rem;
  font-size: 1rem;
  display: flex;
}

.submit-contact-form_hidden {
  display: none;
}

.el-send_widget_cta-block-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.el-nav {
  background-color: var(--yellow);
  padding-top: 2.18vw;
  padding-bottom: 0;
}

.el-nav_logo {
  height: 100%;
}

.el-nav_brand {
  flex: none;
  height: 3rem;
}

.el-nav_brand.w--current {
  width: 13.13vw;
  height: auto;
  display: flex;
}

.el-nav_menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.el-nav_link {
  padding: 0 1rem;
  font-size: 1.33vw;
}

.el-nav_link:hover {
  color: var(--ultra);
}

.el-nav_link.w--current {
  color: var(--ultra);
  padding-left: 1.56vw;
  padding-right: 1.56vw;
  font-size: 1.4vw;
}

.el-nav_interior {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.el-nav_cta {
  background-color: var(--ultra);
  color: var(--white);
  white-space: nowrap;
  border-radius: .375rem;
  margin-left: 7.04vw;
  padding: .625rem 2rem;
  overflow: hidden;
}

.el-nav_cta.w--current {
  color: var(--white);
}

.el-overlay {
  display: none;
}

.el-footer {
  background-color: #131315;
  width: 100%;
}

.el-hero_widget_bg_img-mob {
  width: 100%;
  display: none;
}

.el-how_description {
  text-align: center;
  max-width: 49rem;
  margin-bottom: 2.5rem;
}

.el-benefits_map-mob {
  width: 100%;
  max-width: none;
  display: none;
}

.el-send_widget_bg_img, .el-send_widget_bg_img-mob {
  width: 100%;
  display: none;
}

.image-form-card-bg-last-step {
  z-index: 0;
  width: 100%;
  margin-bottom: 8px;
}

.image-form-card-bg-last-step.hide {
  height: 100%;
  margin-bottom: 0;
}

.div-form-stepper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 54px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.fs-rangeslider_wrapper {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_input {
  display: none;
}

.div-range-values {
  justify-content: space-between;
  margin-bottom: -4.4rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.radio-button-field {
  color: #5f5f5f;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 206px;
  height: 66px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 120%;
  display: flex;
}

.radio-button-field.longer {
  border: 1px solid var(--gray);
  background-color: #0000;
  background-image: linear-gradient(#fbfafe, #fbfafe);
  background-position: 0 0;
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 52px;
}

.radio-button-field.longest {
  border: 1px solid var(--gray);
  background-image: linear-gradient(#fbfafe, #fbfafe);
  background-position: 0 0;
  border-radius: 10px;
  width: 100%;
  min-width: 250px;
  max-width: 282px;
  height: 52px;
  padding-right: 10px;
}

.radio-button-field.longest.anew {
  min-width: auto;
  max-width: none;
}

.radio-button-field.short {
  border: 1px solid var(--gray);
  background-color: #fbfafe;
  background-image: none;
  border-radius: 10px;
  width: 170px;
  height: 52px;
}

.checkbox-label {
  clear: none;
  text-align: left;
  white-space: nowrap;
  object-fit: fill;
  object-position: 0% 100%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
  transition: opacity .2s;
  position: static;
  overflow: visible;
}

.div-tab-line-step {
  background-color: #e3dfff;
  width: 100%;
  height: 2px;
  max-height: 2px;
  display: block;
}

.div-tab-line-step.saved {
  background-color: #523be7;
}

.div-tab-step {
  background-color: #e3dfff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.div-tab-step.saved {
  background-color: #523be7;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
}

.text-tab-step {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.text-tab-step.hide, .text-tab-step.saved {
  display: block;
}

.div-form-content-inner {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 954px;
  padding-bottom: 14%;
  display: none;
  position: relative;
  overflow: visible;
}

.div-form-content-inner.first {
  justify-content: center;
  display: block;
}

.div-form-content-inner.first.dn {
  display: none;
}

.div-form-content-inner.db {
  display: flex;
}

.fs-rangeslider_handle-value {
  z-index: -1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 47px;
  font-size: 56px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.div-inputs-contacts {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: grid;
}

.fs-rangeslider_fill {
  background-color: #523be7;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.el-form-step {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  min-height: 52px;
  display: flex;
}

.el-form-step.last {
  width: 52px;
  max-width: 52px;
}

.radio-button {
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fbfafe;
  border: 1px solid #523be7;
  outline: 4px solid #fbfafe;
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%);
}

.radio-button.w--redirected-checked {
  background-color: #523be7;
  border: 0 #0000;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.div-button-send {
  z-index: 1;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #523be7;
  border-radius: 200px;
  outline: 20px solid #f9f7f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14%;
  margin-top: -78px;
  padding-bottom: 14%;
  display: flex;
  position: relative;
}

.div-button-send.div-block-7 {
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0%;
  position: static;
}

.div-button-send.btn__succes {
  display: none;
}

.text-min-val {
  text-align: center;
  width: 4rem;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-min-val.form4 {
  text-align: left;
  position: static;
}

.text-min-val.form4.rangeval {
  text-align: center;
}

.text-min-val.form4.rangeval._6 {
  opacity: 0;
}

.text-min-val.form4.min {
  text-align: left;
  width: 2rem;
}

.text-min-val.left {
  color: #000;
  margin-bottom: -4.4rem;
  margin-left: -32px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.submit {
  display: none;
}

.submit.last-step {
  z-index: 1;
  display: none;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-point {
  background-color: #523be7;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  position: absolute;
}

.div-point.left {
  inset: 50% auto 0% 0%;
  transform: translate(0, -50%);
}

.div-point.right {
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.heading-form {
  z-index: 1;
  text-align: center;
  object-fit: fill;
  width: 100%;
  max-width: 953px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.heading-form.form11 {
  color: #fff;
  margin-bottom: 80px;
}

.heading-form.form11.ds {
  height: auto;
  margin-bottom: 60px;
}

.fs-rangeslider_track {
  background-color: #523be7;
  border-radius: 999rem;
  height: 2.4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-block-last-step {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-form-content {
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 136px;
  padding-top: 48px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.asdasdasdas {
  font-size: 22px;
}

.checkbox-field {
  border: 1px solid var(--gray);
  color: #5f5f5f;
  cursor: pointer;
  background-image: linear-gradient(#fbfafe, #fbfafe);
  background-position: 0 0;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.checkbox-field.checkbox-field_hug {
  background-image: linear-gradient(#fbfafe, #fbfafe);
  background-position: 0 0;
  width: 170px;
}

.checkbox-field.checkbox-field_width {
  width: 200px;
  padding-right: 15px;
}

.text-max-val {
  color: #000;
  text-align: center;
  width: 4rem;
  margin-bottom: -4.4rem;
  margin-right: -29px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-max-val.form4 {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.text-max-val.form4.max {
  text-align: right;
  width: 2rem;
}

.form-5-checkboxes {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-5-checkboxes.vertical {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.form-block-radios {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-rangeslider_form {
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  position: static;
  bottom: 0;
}

.checkbox {
  outline-offset: 0px;
  background-color: #fbfafe;
  border-color: #523be7;
  border-radius: 50%;
  outline: 4px solid #fbfafe;
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-left: 0;
  padding-right: 20px;
  transition: opacity .2s;
  transform: translate(-50%);
}

.checkbox.w--redirected-checked {
  background-color: #523be7;
  background-image: none;
  border-style: none;
  border-color: #523be7;
  border-radius: 50%;
}

.input-last-form {
  border-radius: 10px;
  width: 100%;
  height: 66px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.input-last-form.message {
  width: 100%;
  max-width: none;
}

.div-checkboxes-group {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  display: grid;
}

.div-checkboxes-group.last-form {
  width: 100%;
}

.div-checkboxes-group.div-checkboxes-group21 {
  display: block;
}

.div-checkboxes-group.div-checkboxes-group1 {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: flex;
}

.div-checkboxes-group.secv {
  grid-row-gap: 30px;
}

.text-send-h5 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-last-step {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 846px;
  display: flex;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #5c2aff;
  border-radius: 100rem;
  flex: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.is-pink {
  background-color: #523be7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-form-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.el-slider_overlay {
  width: 10px;
  position: absolute;
  inset: 0%;
}

.div-send-holder {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-send-holder.div-block-6 {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 190px;
  height: 280px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-send-holder.div-block-6.prev-nav-done {
  display: none;
}

.el-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 130px;
  display: flex;
  position: relative;
}

.el-form_bg {
  background-color: #fbfafe;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 0 17px #ebebeb;
}

.el-form_bg_img, .el-form_bg_img-mobile {
  width: 100%;
  margin-right: -.75%;
  display: none;
}

.image-form-card-bg-last-step-mobile {
  z-index: 0;
  width: 100%;
  margin-bottom: 8px;
  display: none;
}

.el-5-interior {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  max-width: 800px;
  display: grid;
}

.el-5-interior.mobile.newwst-clidr {
  grid-column-gap: 20px;
  grid-template-columns: auto auto auto auto;
}

.el-5-interior.mobile.newwst-clidr.newwst-clidr-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.el-5-interior.mobile.mobile23 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 15px;
}

.el-5-interior.mobile.mobile_noscroll {
  grid-template-columns: 1fr 1fr 1fr;
}

.el-5-interior.el-5-interior_ {
  grid-column-gap: 80px;
  padding-left: 15px;
}

.el-5-interior.el-5-interior_.el-5-interior_-asd, .el-5-interior.el-5-interior_n {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 15px;
}

.el-6-interior {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  object-fit: contain;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: grid;
}

.el-6-interior.dsa {
  grid-template-columns: auto auto;
  justify-items: center;
}

.el-6-interior.el-6-interior_fr {
  grid-template-columns: 1fr 1fr 1fr;
}

.el-7-interior {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.el-7-interior.el-7-interior_n {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 15px;
}

.el-7-interior.el-7-interior_2grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.el-8-interior {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.el-8-interior.s {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.el-8-interior.s.sad {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.el-9-interior {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.el-9-interior.el9 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.el-9-interior.el9.ss {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-left: 15px;
}

.el-10-interior {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.el-10-interior.el-10-interior_new {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.radio-button-label {
  white-space: nowrap;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 50px;
  display: flex;
  overflow: visible;
}

.el-step-puller {
  display: none;
}

.el-offer_card-label {
  position: absolute;
  inset: 0%;
}

.offer_label-text {
  width: 100%;
  font-size: 2rem;
  line-height: 2.125rem;
  position: absolute;
  inset: 50% 0 0% 50%;
  transform: translate(-50%);
}

.div-prev-step {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  position: static;
  inset: 0% auto -70%;
}

.div-prev-step.div-block-8 {
  background-color: #b22424;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.success_message {
  text-align: center;
  font-size: 25px;
  line-height: 72px;
}

.success_image {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form_success {
  background-color: #000000b3;
}

.n-body {
  background-color: #f9f7f0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 120%;
}

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

.s.s-hero {
  padding-top: 150px;
}

.s.s-offers {
  margin-top: 70px;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.s.s-offers.s-offers_new {
  padding-bottom: 50px;
}

.s.s-benefits {
  padding-top: 80px;
  padding-bottom: 80px;
}

.s.s-benefits.s-benefits_new {
  padding-top: 80px;
}

.s.s-work {
  padding-top: 80px;
  padding-bottom: 110px;
}

.s.s-map {
  padding-top: 80px;
  padding-bottom: 0;
}

.s.s-why {
  padding-top: 80px;
  padding-bottom: 100px;
}

.s.s-stack {
  padding-top: 80px;
  padding-bottom: 0;
}

.s.s-footer {
  background-color: #131315;
  padding-top: 44px;
  padding-bottom: 28px;
}

.s.s-footer.second-footer-s {
  padding-top: 28px;
  padding-bottom: 20px;
}

.s.s-form {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 143px;
  overflow: hidden;
}

.s.second-footer-s {
  background-color: #efede4;
}

.s.s-allheigth {
  flex: 1;
}

.s.s-faq {
  padding-top: 80px;
  padding-bottom: 100px;
}

.s.s-team {
  padding-top: 80px;
  padding-bottom: 80px;
}

.s.s-team.s-team2 {
  display: none;
}

.q {
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.q.q-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.content.header__content {
  justify-content: space-between;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.content.hero-contetn {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content.work__content, .content.centered__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.s-content {
  padding-top: 100px;
}

.content.contennt-forb {
  padding-top: 80px;
}

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

.header__logo {
  max-width: 190px;
}

.header__nav-group {
  align-items: center;
  display: flex;
}

.header__btn {
  border: 1px solid var(--ultra);
  color: #fff;
  cursor: pointer;
  background-color: #523be7;
  border-radius: 5px;
  padding: 10px 25px;
  transition: all .555s;
}

.header__btn:hover {
  border: 1px solid var(--ultra);
  color: var(--ultra);
  background-color: #fff;
}

.header__nav {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-right: 50px;
  display: grid;
}

.header__nav__link {
  transition: all .555s;
}

.header__nav__link:hover {
  color: var(--ultra);
}

.text-h5 {
  font-size: 17px;
}

.text-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 100%;
}

.text-h1.herp-text1 {
  font-size: 55px;
}

.blue-color {
  color: var(--ultra);
}

.n-heading.hero-heading {
  flex: none;
  max-width: 60%;
  margin-right: 0;
}

.n-heading.offer-heading {
  justify-content: space-between;
  margin-bottom: 56px;
  display: flex;
}

.text-h3 {
  font-size: 20px;
  line-height: 120%;
}

.text-h3.text-he_begger {
  font-size: 30px;
  font-weight: 500;
}

.subtext.hero-subtext {
  max-width: 26%;
  margin-left: 80px;
}

.hero__text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 112px;
  display: flex;
}

.text-h6 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.text-h6.left-align {
  text-align: left;
  line-height: 140%;
}

.text-h6.left-align.need-to.cent3er {
  text-align: justify;
  max-width: 100%;
  font-size: 15px;
}

.text-h6.left-align.need-to.text-justify {
  text-align: justify;
}

.text-h6.left-align.new-text {
  color: #fffc;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 160%;
}

.wrapper-btn0 {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-btn0.subcvclass {
  font-size: 17px;
}

.wrapper-btn0.subcvclass.wshiite-text {
  color: #fff;
}

.wrapper-btn0- {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-btn0-._0s-white0-text {
  color: #000;
  background-color: #f9f7f0;
  transition: all .555s;
}

.wrapper-btn0-._0s-white0-text:hover {
  color: #fff;
  background-color: #000;
}

.hero-photo__wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.hero-photo__wrapper.dnone {
  display: none;
}

.biggest-heading.offer-biggest-heading {
  flex: none;
  max-width: 65%;
  margin-bottom: 0;
  margin-right: 0;
}

.biggest-heading.offer-biggest-heading.offer-biggest-heading2 {
  max-width: 49%;
}

.biggest-heading.offer-biggest-heading.offer-biggest-heading_new {
  max-width: 50%;
}

.text-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.smallest-hewading {
  max-width: 340px;
}

.smallest-hewading.smallest-hewading2 {
  max-width: 40%;
}

.smallest-hewading.smallest-hewading_new {
  max-width: 500px;
}

.wrapper.step-wrapper.d-none {
  display: none;
}

.offer-cards-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-start center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.headline.benefit-headline {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.headline.work-headline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 704px;
  margin-bottom: 40px;
  display: flex;
}

.headline.map-headline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 704px;
  margin-bottom: 50px;
  display: flex;
}

.headline.why-headline {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.headline.why-headline.why-headline_down50 {
  margin-bottom: 75px;
}

.headline.stack-headline {
  justify-content: center;
  margin-bottom: 56px;
  display: flex;
}

.headline.faq-headline {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.text-header {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.benefits-card__wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-card {
  background-color: var(--white);
  border-radius: 20px;
  flex: 1;
  padding: 50px 100px 70px 40px;
}

.benefit-card.benefit-card_black {
  background-color: var(--black);
  color: #fff;
  font-weight: 300;
}

.benefit-card.benefit-card_new {
  padding-bottom: 40px;
  padding-right: 40px;
}

.benefit-card__headline {
  margin-bottom: 24px;
}

.benefit-rich ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

.benefit-rich li {
  margin-bottom: 15px;
  line-height: 170%;
}

.text-h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.main-headline.work__main-headline {
  margin-bottom: 24px;
}

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

.steps__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.steps__wrapper.mobile {
  display: none;
}

.steps__row {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps__row.steps__row3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.steps__row.steps__row2 {
  grid-template-columns: .5fr 1fr;
}

.steps__row.steps__row-v2-left {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.steps-item {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 260px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-item__duration {
  background-color: #523be780;
  border-radius: 60px;
  justify-content: flex-end;
  margin-top: 0;
  margin-right: 0;
  padding: 9px 22px;
  font-size: 16px;
  display: none;
  position: absolute;
  inset: 10px 10px auto auto;
}

.steps-item__text {
  flex: 0 auto;
  align-items: flex-start;
  height: 0;
  padding-top: 15px;
  display: flex;
  overflow: hidden;
}

.steps-item__info {
  flex-direction: column;
  height: auto;
  display: flex;
}

.text-h4-b {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.text-h4-b.faq-h4 {
  font-size: 19px;
}

.div-block-3 {
  flex: 0 auto;
  justify-content: flex-end;
  height: auto;
}

.wrppaer-card {
  z-index: 2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.card-bg-img {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.steps__wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.top-2-cells {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-d {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 400px;
  display: flex;
  overflow: hidden;
}

.map-d.dnone {
  display: none;
}

.filled-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.filled-img.dw, .why-wrapp.dnone {
  display: none;
}

.why-card {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.25vw;
  min-height: 150px;
  max-height: none;
  padding: 30px 25px;
  display: flex;
  position: relative;
}

.why-card.why-card_fill {
  width: 100%;
}

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

.why-cart__number {
  background-color: var(--ultra);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: -5px;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.why-card__title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.why-card__text.why-card__text_popup {
  text-align: left;
}

.why__photo {
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.stack__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  background-color: var(--white);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 22px;
  padding-bottom: 22px;
  display: grid;
}

.stack__item {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.form-wrapper {
  background-image: linear-gradient(268deg, #8b568b, #a6b4f2);
  background-position: 0 0;
  border-radius: 20px;
  justify-content: center;
  height: auto;
  display: flex;
  position: relative;
}

.elipse-btn-float {
  border: 1px solid var(--ultra);
  background-color: var(--ultra);
  outline-offset: 0px;
  color: #fff;
  border-radius: 100px;
  outline: 20px solid #f9f7f0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  transition: all .555s;
  display: flex;
  position: static;
  inset: auto 42% -20% auto;
}

.elipse-btn-float:hover {
  background-color: var(--white);
  color: var(--ultra);
}

.elipse-btn-float.elipse-btn-float-px {
  outline-offset: 0px;
  border-width: 20px;
  border-color: #f9f7f0;
  border-radius: 50%;
  outline: 20px #f9f7f0;
  width: 220px;
  height: 220px;
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: -140px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.input-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 630px;
  margin-bottom: 30px;
  padding-top: 65px;
  position: relative;
}

.n-form-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.n-form-block.sddf {
  min-height: 330px;
}

.n-form-block.form-bloc1 {
  height: 99%;
}

.form-main-wrapper {
  flex-direction: column;
  align-items: center;
  min-width: 305px;
  display: flex;
}

.form-main-wrapper.right {
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 320px;
}

.form-item {
  border: 1px #fff;
  border-radius: 8px;
  height: 56px;
  margin-bottom: 0;
  padding: 16px 24px;
  transition: all .555s;
}

.form-item:hover {
  background-color: var(--white-darker);
  border: 1px #523be7b8;
  padding-left: 30px;
}

.form-item:focus-visible, .form-item[data-wf-focus-visible] {
  color: #000;
}

.form-item::placeholder {
  color: #5f5f5f;
}

.form-item.text-input {
  min-height: 86px;
  padding-top: 16px;
}

.form-item.form-item__footer {
  border: 1px solid var(--gray);
  color: #fff;
  background-color: #fff0;
  height: 100%;
}

.form-item.form-item__footer:hover {
  border-color: #9b9b9b;
}

.form-item.form-item__footer:focus-visible, .form-item.form-item__footer[data-wf-focus-visible] {
  color: #fff;
}

.top-2-form {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.form-title {
  color: #fff;
  margin-bottom: 45px;
}

.bg-frage-offer {
  width: 109%;
  max-width: none;
  margin-left: .4rem;
  display: block;
}

.cirkle {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding-bottom: 32%;
  display: flex;
  position: absolute;
  top: -6%;
}

.offer__label {
  position: absolute;
  inset: 0%;
}

.offer-new-text-in {
  width: 100%;
  font-size: 2rem;
  line-height: 2.125rem;
  position: absolute;
  inset: 50% 0 0% 50%;
  transform: translate(-50%);
}

.offer-new-text-in.align-offer-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  top: 56%;
}

.card-new-offer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-new-offer.card-new-offer-1 {
  margin-top: 120px;
}

.card-new-offer.card-new-offer-2 {
  margin-top: 60px;
}

.inner-cirkle-text {
  padding-top: 40%;
  position: absolute;
  top: 0;
}

.footer__main {
  justify-content: space-between;
  margin-bottom: 58px;
  display: flex;
}

.footer__main.footer__main_new {
  align-items: center;
  margin-bottom: 0;
}

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

.footer__coppyright.footer__coppyright_new {
  opacity: .85;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__coppyright.footer__coppyright_new.footer__coppyright_new_cebnter {
  text-align: center;
  justify-content: center;
}

.footer__logo {
  max-width: 190px;
}

.footer__logo.footer__logo_dwon {
  margin-bottom: 8px;
}

.footer__form {
  color: #fff;
  flex: none;
  width: 540px;
  height: 235px;
}

.footer__form.dnone {
  display: none;
}

.footer__nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 100px;
  display: grid;
}

.footer__nav.footer__nav_none {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  margin-right: 0;
}

.nav-form__wrapper {
  display: flex;
}

.footer__nav-link {
  color: var(--gray);
  transition: all .555s;
}

.footer__nav-link:hover {
  color: #fff;
}

.footer__form_title {
  color: #f9f7f0;
  width: 100%;
  margin-bottom: 16px;
}

.top-2-form-dowm {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.footer__submit-btn {
  border: 1px solid var(--ultra);
  opacity: 1;
  color: var(--gray);
  background-color: #3898ec00;
  border-radius: 5px;
  margin-top: 16px;
  transition: all .555s;
}

.footer__submit-btn:hover {
  background-color: var(--ultra);
  color: var(--white);
}

.copy-trext {
  color: var(--gray);
}

.coppy__link {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.coppy__link.down-top {
  margin-bottom: 0;
}

.coppy__link.down-top.dnone {
  display: none;
}

.inner-photo {
  width: 31vw;
  max-width: 414px;
  height: auto;
}

.header__humburfer, .menu-opened {
  display: none;
}

.full.ap.map-full {
  width: 150%;
  max-width: none;
}

.seccus {
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 173%;
  display: flex;
}

.seccus.seccus_top {
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.success-message {
  background-color: #ddd0;
}

.success-message-2 {
  background-color: #523be700;
  height: 100%;
  padding: 0;
}

.el-send_widget_bg_img-mob-copy {
  width: 100%;
  display: none;
}

.main-form-bg {
  display: none;
}

.footer-linkcpo {
  color: var(--gray);
  transition: all .555s;
}

.footer-linkcpo:hover {
  color: #fff;
}

.footer-linkcpo.footer-linkcpo_second:hover {
  color: var(--ultra);
  font-weight: 400;
}

.error_message {
  color: #ff000096;
  background-color: #ffdede00;
  font-size: 14px;
}

.btns-wrapper {
  z-index: 5;
  box-shadow: none;
  outline-offset: 0px;
  border: 20px solid #f9f7f0;
  border-radius: 150px;
  outline: 20px #f9f7f0;
  flex-direction: column;
  width: 220px;
  height: 220px;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto -100px;
  overflow: hidden;
}

.btns-wrapper.suc-wrapper {
  bottom: -66px;
}

.btns-wrapper.btns-wrapper_ {
  box-shadow: none;
  outline-offset: 0px;
  border: 20px solid #f9f7f0;
  outline: 20px #f9f7f0;
  width: 200px;
  height: 200px;
  bottom: -98px;
}

.div-block-7 {
  background-color: var(--ultra);
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding-top: 5px;
  display: flex;
}

.div-block-7.div-send-holder {
  cursor: pointer;
}

.div-block-7.div-send-holder.full {
  height: 100%;
}

.div-block-8 {
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding-bottom: 11px;
  display: flex;
}

.div-block-8.div-prev-step {
  background-color: #fff;
  height: 50%;
  padding-bottom: 10px;
  display: flex;
}

.next-t {
  background-color: #0000;
}

.submit-t {
  display: block;
}

.submit-t.hide-t {
  display: none;
}

.first-screen-wrapper {
  flex-direction: column;
  min-height: auto;
  display: flex;
}

.wrap_for_estimate {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.step__count-wrapper {
  display: none;
}

.upper-lay {
  z-index: 4;
  color: #fff;
  background-color: #a49ae2;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding-top: 5px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-10.dnone {
  align-items: center;
}

.contentwrapp {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.benefits-icon {
  margin-bottom: 15px;
}

.benefits__img {
  width: 120px;
  margin-left: -12px;
}

.footer__divide {
  background-color: #2c2c2d;
  width: 100%;
  height: 1px;
  margin-top: 55px;
  margin-bottom: 30px;
}

.faq__list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.faq_item-wrap {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  min-height: auto;
  max-height: none;
  padding: 25px;
  display: flex;
  position: relative;
}

.faq__title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.faq__text {
  width: 100%;
  padding-top: 35px;
  display: flex;
  overflow: hidden;
}

.div-block-11 {
  flex-wrap: nowrap;
  flex: none;
  width: 70%;
  max-width: 70%;
  display: flex;
}

.faq__ic {
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: -5px;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.faq__plus-ic {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq__plus-ic.close-ic {
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
}

.value__wrap {
  width: 100%;
}

.value__list {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.value__item {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
  padding: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.value__bg-img {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value__text {
  color: #fff;
  max-width: 60%;
}

.value__bot {
  justify-content: flex-end;
  display: flex;
}

.value__bot.dnone {
  display: none;
}

.value__info {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.value__title {
  margin-bottom: 20px;
}

.value__ic {
  background-color: var(--white-darker);
  color: var(--black);
  cursor: pointer;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -5px;
  margin-right: 0;
  transition: all .555s;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.value__ic:hover {
  border: 1px solid var(--white-darker);
  background-color: var(--black);
  color: var(--white-darker);
}

.popup {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup__content {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  width: 50%;
  height: 75%;
  min-height: 450px;
  padding: 40px 15px 0 40px;
  display: flex;
  position: relative;
}

.popup__info {
  flex: 1;
  max-height: none;
  margin-top: 45px;
  padding-bottom: 45px;
  position: relative;
  overflow: auto;
}

.popup__item__ic {
  margin-right: 25px;
}

.popup__item {
  margin-bottom: 35px;
  display: flex;
  position: relative;
}

.popupcount {
  background-color: var(--ultra);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.popup__close {
  opacity: .4;
  cursor: pointer;
  transition: all .2s;
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup__close:hover {
  opacity: 1;
}

.why-wrap_new {
  margin-bottom: 55px;
}

.why-wrap_new.dnone {
  display: none;
}

.new__why_list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team__wrapper {
  width: 100%;
}

.team__list {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team__list.team__list_horizontal {
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

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

.team__item.team__item_h {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.team__photo {
  outline-offset: 0px;
  border: 5px solid #523be73b;
  border-radius: 50%;
  outline: 5px #523be73b;
  flex: none;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  margin-right: 35px;
  overflow: hidden;
}

.team__info {
  text-align: center;
}

.team__info.team__info_h {
  text-align: left;
  margin-top: -40px;
}

.teaam__name {
  margin-bottom: 10px;
  font-size: 23px;
}

.teaam__position {
  color: #0000008a;
  font-size: 16px;
}

.team__divide {
  background-color: var(--gray);
  opacity: .19;
  width: 100%;
  height: 1px;
}

.team__text {
  padding-top: 35px;
}

.team__text.team__text1 {
  justify-content: center;
  padding-top: 15px;
  display: flex;
}

.hero__wrapper {
  background-image: url('../images/Rectangle-905.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 370px;
  margin-top: 150px;
}

.btn__wrap_h {
  grid-column-gap: 310px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  margin-top: -142px;
  display: grid;
}

.btn__black_h {
  background-color: var(--black);
  color: #f9f7f0;
  border: 20px solid #f9f7f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  transition: all .555s;
  display: flex;
}

.btn__black_h:hover {
  color: #000;
  background-color: #f9f7f0;
}

.btn__whitewe_h {
  background-color: #f9f7f0;
  border: 20px solid #f9f7f0;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.btn-white-all, .btn-black-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__upper_-text {
  text-align: center;
  width: 200px;
}

.book__btn_in {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.book__btn_in.book__btn_in_white {
  transition: all .555s;
}

.book__btn_in.book__btn_in_white:hover {
  background-color: var(--black);
  color: #f9f7f0;
}

.faq__rich {
  direction: ltr;
  text-align: justify;
  width: 100%;
  font-size: 16px;
  line-height: 170%;
}

.faq__rich p {
  margin-bottom: 25px;
}

.footer-coppy {
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  color: #5f5f5f;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 9px;
  width: 255px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 52px;
}

.text-field.dnone {
  display: none;
}

.body {
  background-color: #000;
  height: 100vh;
}

.section-main {
  width: 100vw;
  height: 100vh;
}

.blue-header {
  background-color: #523be7;
  height: 3.125vw;
  padding-top: .989583vw;
}

._16px-between {
  grid-column-gap: .833333vw;
  grid-row-gap: .833333vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

._24px-svg {
  background-image: url('../images/34.svg');
  background-position: 50%;
  background-size: cover;
  width: 1.25vw;
  height: 1.25vw;
}

.image {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.txt-body-20px {
  color: #787878;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.04167vw;
  line-height: 120%;
}

.txt-body-20px.white {
  color: var(--white);
}

.image-2 {
  width: 100%;
  position: absolute;
}

.left {
  z-index: 1;
  width: 17.3958vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right {
  z-index: 1;
  height: 25.2083vw;
  position: absolute;
  inset: 14.7917vw 0% 0% auto;
}

.up-main-wrap {
  z-index: 5;
  justify-content: space-between;
  margin-top: 1.04167vw;
  margin-left: 4.16667vw;
  margin-right: 4.16667vw;
  display: flex;
  position: relative;
}

.logo-wrap {
  width: 14.4271vw;
}

.button-linked {
  border: .0520833vw solid #787878;
  border-radius: 5.20833vw;
  justify-content: center;
  align-items: center;
  width: 13.2292vw;
  height: 3.33333vw;
  display: flex;
}

.center-main {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

._30px-between {
  grid-column-gap: 1.5625vw;
  grid-row-gap: 1.5625vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-80px {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4.16667vw;
  font-weight: 700;
  line-height: 120%;
}

.txt-24px {
  color: #aaa5a5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.25vw;
  line-height: 120%;
}

.txt-24px.cent {
  text-align: center;
}

._515px-wrap {
  width: 26.8229vw;
}

.text-span-2, .text-span-3 {
  color: var(--white);
  font-weight: 700;
}

.button-book {
  background-color: #523be7;
  border: .0520833vw solid #523be7;
  border-radius: 5.20833vw;
  justify-content: center;
  align-items: center;
  width: 13.2292vw;
  height: 3.33333vw;
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
  display: flex;
}

.txt-26px {
  color: #aaa5a5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.35417vw;
  line-height: 120%;
}

.span-3 {
  color: var(--white);
  font-weight: 700;
}

.down-wrap {
  grid-column-gap: 2.60417vw;
  grid-row-gap: 2.60417vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 2.86458vw;
}

.div-block-12 {
  z-index: 11;
  grid-column-gap: 4.27083vw;
  grid-row-gap: 4.27083vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-wrap-105 {
  width: 5.46875vw;
}

.icon-wrap-50 {
  width: 2.60417vw;
}

.image-2-ph {
  width: 100%;
  display: none;
  position: absolute;
}

.center-main-copy {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: none;
  position: relative;
}

.ph-wrapper {
  display: none;
}

@media screen and (min-width: 1280px) {
  .el-padding-global {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .el-hero_grid {
    grid-column-gap: 6.5rem;
  }

  .el-hero_heading {
    max-width: 42rem;
    font-size: 4.5rem;
  }

  .el-hero_description {
    font-size: 1.5rem;
  }

  .el-offer_heading {
    font-size: 3.2rem;
  }

  .el-offer_description {
    font-size: 2rem;
  }

  .el-heading {
    font-size: 3.4rem;
  }

  .el-benefit_card_heading {
    font-size: 2rem;
  }

  .el-benefit_card_text ul {
    margin-left: 1rem;
    font-size: 1.5rem;
  }

  .el-why_card_heading {
    font-size: 2rem;
  }

  .el-why_description {
    font-size: 1.25rem;
  }

  .el-send_description {
    margin-bottom: 3rem;
  }

  .el-send_heading {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }

  .el-send_form-block {
    padding-top: 3rem;
  }

  .el-how_card.is-img-3 {
    padding-bottom: 0;
  }

  .el-how_card_heading {
    font-size: 2rem;
  }

  .el-how_card_description {
    font-size: 1.25rem;
  }

  .el-nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .el-nav_cta {
    margin-left: 7.04vw;
  }

  .heading-form {
    font-size: 32px;
  }

  .div-form-wrapper {
    overflow: hidden;
  }

  .el-form {
    width: 100%;
  }

  .div-prev-step {
    left: auto;
  }

  .n-body {
    font-size: 20px;
  }

  .s.s-form {
    margin-bottom: 0;
    padding-bottom: 143px;
  }

  .s.s-allheigth {
    flex: 1;
  }

  .q {
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .header__btn {
    padding-left: 35px;
    padding-right: 35px;
  }

  .header__nav {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .text-h5 {
    font-size: 20px;
  }

  .text-h1, .text-h1.herp-text1 {
    font-size: 70px;
  }

  .n-heading.hero-heading {
    max-width: 750px;
  }

  .n-heading.offer-heading {
    justify-content: space-between;
  }

  .text-h3 {
    font-size: 25px;
  }

  .text-h3.text-h3_new {
    font-size: 20px;
  }

  .subtext.hero-subtext {
    max-width: 360px;
    margin-left: 0;
  }

  .text-h6.left-align.need-to.cent3er {
    font-size: 16px;
  }

  .wrapper-btn0-._0s-white0-text {
    background-color: #f9f7f0;
    border: 1px #fff;
    transition: all .555s;
  }

  .wrapper-btn0-._0s-white0-text:hover {
    color: #fff;
    background-color: #000;
  }

  .wrapper-btn0-._0s-white0-text:active, .wrapper-btn0-._0s-white0-text:focus, .wrapper-btn0-._0s-white0-text:visited {
    background-color: #f9f7f0;
  }

  .smallest-hewading {
    max-width: 330px;
  }

  .smallest-hewading.smallest-hewading_new {
    max-width: 40%;
  }

  .steps-item {
    height: 280px;
  }

  .steps-item__duration {
    font-size: 20px;
  }

  .steps-item__text {
    display: none;
  }

  .text-h4-b {
    font-size: 28px;
  }

  .text-h4-b.whu-h4b {
    font-size: 25px;
  }

  .text-h4-b.faq-h4 {
    font-size: 21px;
  }

  .text-h4-b.new {
    font-size: 22px;
  }

  .why-card {
    width: 380px;
  }

  .elipse-btn-float {
    width: 12.2vw;
    height: 12.2vw;
  }

  .btn-wrapper {
    margin-bottom: -160px;
    padding-right: 0;
  }

  .input-wrapper {
    margin-bottom: 50px;
  }

  .form-title {
    margin-bottom: 45px;
  }

  .footer__form {
    width: 550px;
  }

  .coppy__link {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .btns-wrapper {
    box-shadow: none;
    bottom: -109px;
  }

  .first-screen-wrapper {
    flex-direction: column;
    min-height: auto;
    display: flex;
  }

  .faq__list {
    width: auto;
    max-width: none;
  }

  .faq_item-wrap {
    width: 780px;
  }

  .faq__text {
    padding-top: 45px;
    display: flex;
  }

  .popup {
    display: none;
  }

  .popup__content {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 15px;
  }

  .popup__info {
    margin-top: 55px;
  }

  .btn__wrap_h {
    grid-column-gap: 300px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: -150px;
    display: grid;
  }

  .btn__black_h {
    width: 210px;
    height: 210px;
    font-size: 17px;
  }

  .btn__whitewe_h {
    width: 210px;
    height: 210px;
  }

  .hero__upper_-text {
    margin-bottom: 0;
    font-size: 17px;
  }

  .book__btn_in {
    font-size: 17px;
  }
}

@media screen and (min-width: 1440px) {
  .el-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .el-padding-global {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .el-hero_grid {
    grid-template-columns: 1fr 1fr 1.3fr;
  }

  .el-hero_heading {
    width: 100%;
    max-width: 47rem;
    font-size: 5rem;
  }

  .el-hero_description {
    font-size: 2rem;
  }

  .el-hero_widget_bg {
    max-height: 420px;
  }

  .el-hero_widget_cta-block {
    width: 13.75%;
  }

  .el-offer_heading {
    font-size: 3.5rem;
  }

  .el-heading {
    font-size: 3.75rem;
  }

  .el-benefit_card {
    padding-bottom: 6rem;
  }

  .el-benefit_card_text ul {
    font-size: 1.75rem;
  }

  .el-map_grid, .el-why_grid {
    text-align: center;
  }

  .el-why_card {
    width: 35%;
  }

  .el-why_card_heading, .el-why_description {
    text-align: left;
  }

  .el-why_card_divider, .el-why_image {
    width: 30%;
  }

  .el-tech-grid, .el-send_grid {
    text-align: center;
  }

  .el-send_description {
    color: #fff;
    margin-bottom: 3rem;
  }

  .el-send_heading {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 3.75rem;
  }

  .el-send_from_field {
    font-size: 1.75rem;
  }

  .el-footer_grid {
    text-align: center;
  }

  .el-footer_menu_title, .el-footer_form_title {
    text-align: left;
  }

  .el-footer_form_field, .el-footer_form_submit {
    font-size: 1.75rem;
  }

  .el-how_card.is-img-3 {
    padding-bottom: 0;
  }

  .el-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .radio-button-field.longest.anew {
    max-width: none;
  }

  .fs-rangeslider_form {
    bottom: 0;
  }

  .el-5-interior.el-5-interior_, .el-7-interior.el-7-interior_n {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-prev-step {
    left: auto;
  }

  .s.s-hero {
    padding-top: 150px;
  }

  .s.s-why {
    padding-top: 80px;
    padding-bottom: 125px;
  }

  .s.s-form {
    padding-bottom: 190px;
  }

  .s.s-faq {
    padding-top: 80px;
    padding-bottom: 125px;
  }

  .q {
    max-width: 1280px;
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .q.q-fluid {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content.header__content {
    width: 100%;
  }

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

  .header__logo {
    max-width: 190px;
  }

  .header__nav {
    margin-right: 125px;
  }

  .text-h1 {
    max-width: 750px;
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
  }

  .blue-color {
    color: var(--ultra);
  }

  .n-heading.hero-heading {
    margin-right: 0;
  }

  .n-heading.offer-heading {
    justify-content: space-between;
    margin-bottom: 100px;
  }

  .text-h3 {
    font-size: 32px;
  }

  .subtext.hero-subtext {
    max-width: 490px;
    margin-left: 100px;
  }

  .text-h6.left-align.need-to.cent3er {
    text-align: justify;
    font-size: 16px;
  }

  .biggest-heading.offer-biggest-heading {
    max-width: 760px;
  }

  .biggest-heading.offer-biggest-heading.offer-biggest-heading_new {
    max-width: 51%;
  }

  .text-h2 {
    font-size: 40px;
    font-weight: 500;
  }

  .smallest-hewading {
    max-width: 413px;
  }

  .map-d {
    justify-content: flex-start;
  }

  .why-card {
    background-color: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 413px;
    min-height: 180px;
    max-height: 220px;
    padding: 27px 24px 30px;
    display: flex;
    position: relative;
  }

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

  .why-cart__number {
    background-color: var(--ultra);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: static;
    inset: 20px 24px auto auto;
  }

  .why-card__title {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    line-height: 100%;
    display: flex;
  }

  .why-card__text {
    color: #5f5f5f;
    max-width: 340px;
  }

  .why__photo {
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    margin-bottom: -100px;
    padding-bottom: 0;
    display: flex;
  }

  .form-wrapper {
    height: auto;
  }

  .elipse-btn-float {
    border-radius: 180px;
    width: 190px;
    height: 190px;
  }

  .btn-wrapper {
    margin-bottom: -175px;
    padding-right: 0;
  }

  .input-wrapper {
    margin-bottom: 70px;
    padding-top: 80px;
  }

  .form-item {
    height: 56px;
  }

  .form-title {
    margin-bottom: 45px;
  }

  .cirkle {
    top: -8%;
  }

  .offer-new-text-in.align-offer-p {
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    top: 55%;
  }

  .card-new-offer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-new-offer.card-new-offer-1 {
    margin-top: 140px;
  }

  .card-new-offer.card-new-offer-2 {
    margin-top: 65px;
  }

  .footer__form {
    width: 600px;
  }

  .footer__nav {
    margin-right: 160px;
  }

  .top-2-form-dowm {
    height: 130px;
  }

  .coppy__link {
    grid-template-columns: auto auto;
  }

  .full.ap.map-full {
    width: 130%;
    max-width: none;
  }

  .btns-wrapper {
    box-shadow: none;
    border: 20px solid #f9f7f0;
    width: 220px;
    height: 220px;
    bottom: -108px;
  }

  .btns-wrapper.suc-wrapper {
    bottom: -85px;
  }

  .btns-wrapper.btns-wrapper_ {
    width: 225px;
    height: 225px;
    bottom: -115px;
  }

  .div-block-8.div-prev-step {
    height: 100%;
  }

  .div-block-10.dnone {
    display: none;
  }

  .faq__list {
    width: auto;
    max-width: none;
  }

  .faq_item-wrap {
    background-color: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 780px;
    min-height: auto;
    max-height: none;
    padding: 25px 24px;
    display: flex;
    position: relative;
  }

  .faq__title {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    line-height: 100%;
    display: flex;
  }

  .faq__text {
    color: #5f5f5f;
    max-width: none;
    display: flex;
  }

  .faq__ic {
    background-color: var(--black);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: static;
    inset: 20px 24px auto auto;
  }

  .faq__plus-ic.close-ic {
    transform: scale(1.2)rotate(45deg);
  }

  .value__ic {
    color: var(--black);
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: static;
    inset: 20px 24px auto auto;
  }

  .popup {
    display: none;
  }

  .popup__content {
    min-height: 500px;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 15px;
  }

  .popupcount {
    background-color: var(--ultra);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: static;
    inset: 20px 24px auto auto;
  }

  .hero__wrapper {
    height: 420px;
  }

  .btn__wrap_h {
    grid-column-gap: 350px;
    grid-template-rows: auto;
    margin-top: -152px;
  }

  .btn__black_h, .btn__whitewe_h {
    width: 220px;
    height: 220px;
  }
}

@media screen and (min-width: 1920px) {
  .margin-top.margin-huge {
    margin-top: 50px;
  }

  .div-button-send {
    margin-top: -87px;
  }

  .heading-form {
    height: 100px;
  }

  .fs-rangeslider_form {
    position: static;
    bottom: 50px;
  }

  .success_message {
    font-size: 25px;
  }

  .success_image {
    width: 100px;
    height: 100px;
  }

  .s.s-form {
    padding-bottom: 150px;
  }

  .q.qas {
    height: auto;
  }

  .text-h6.left-align.need-to.cent3er {
    font-size: 16px;
  }

  .text-h6.left-align.new-text {
    color: #ffffffeb;
  }

  .steps-item {
    height: 300px;
  }

  .text-h4-b.whu-h4b {
    font-size: 25px;
  }

  .map-d {
    max-height: 520px;
  }

  .why-card__text.why-card__text_popup {
    max-width: 90%;
  }

  .form-wrapper {
    background-image: linear-gradient(273deg, #8b568b, #a8bbfa);
    align-items: flex-start;
    height: auto;
    min-height: auto;
  }

  .elipse-btn-float {
    width: 175px;
    height: 175px;
  }

  .elipse-btn-float:hover {
    border: 1px solid var(--ultra);
  }

  .btn-wrapper {
    margin-top: 0;
    margin-bottom: -20px;
    padding-right: 0;
    bottom: -250px;
  }

  .input-wrapper {
    z-index: 2;
    align-items: stretch;
    margin-bottom: 150px;
    padding-top: 60px;
    display: flex;
    position: relative;
  }

  .n-form-block.sddf {
    height: auto;
    min-height: 270px;
  }

  .form-title {
    margin-bottom: 70px;
  }

  .btns-wrapper {
    box-shadow: none;
    border-style: solid;
    width: 250px;
    height: 250px;
    bottom: -123px;
  }

  .btns-wrapper.suc-wrapper {
    bottom: -88px;
  }

  .div-block-7.div-send-holder {
    font-size: 23px;
  }

  .div-block-8.div-prev-step {
    padding-bottom: 13px;
    font-size: 22px;
  }

  .submit-t {
    display: none;
  }

  .wrap_for_estimate {
    min-height: 100vh;
  }

  .faq__list {
    width: auto;
    max-width: none;
  }

  .faq_item-wrap {
    width: 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq__title {
    margin-bottom: 0;
  }

  .faq__text {
    max-width: none;
    display: flex;
  }

  .faq__ic {
    background-color: var(--black);
  }

  .faq__plus-ic.close-ic {
    width: 35px;
    transform: scale(1.2)rotate(45deg);
  }

  .popup {
    display: none;
  }

  .popup__content {
    height: 75%;
    min-height: 500px;
    padding-top: 55px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .popup__info {
    margin-top: 55px;
  }

  .hero__wrapper {
    height: 420px;
  }

  .btn__black_h {
    width: 220px;
    height: 220px;
    font-size: 19px;
  }

  .footer-coppy {
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-huge {
    margin-top: 55px;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .el-hero_grid {
    grid-row-gap: 2.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
  }

  .el-hero_description {
    width: 60%;
  }

  .el-hero_widget {
    height: 36rem;
  }

  .el-hero_widget_bg {
    width: 100%;
    max-height: 370px;
    margin-left: 0%;
  }

  .el-hero_widget_cta {
    width: 120%;
    margin-left: -10%;
  }

  .el-offer_grid {
    padding-bottom: 3.5rem;
  }

  .el-offer_description {
    width: 60%;
  }

  .el-benefits_grid, .el-map_grid {
    padding-bottom: 3.5rem;
  }

  .el-why_grid {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .el-why_cards {
    flex-direction: column;
    justify-content: center;
  }

  .el-why_card {
    width: 100%;
  }

  .el-why_card.is-first {
    width: 100%;
    margin-bottom: .75rem;
  }

  .el-why_card.is-second {
    width: 100%;
    margin-top: .75rem;
    margin-bottom: 5rem;
  }

  .el-why_card.is-fourth {
    margin-top: .75rem;
  }

  .el-why_card.is-third {
    margin-top: 5rem;
    margin-bottom: .75rem;
  }

  .el-why_image {
    width: 40%;
    margin-top: -1.5rem;
  }

  .el-tech-grid {
    padding-bottom: 3.5rem;
  }

  .el-tech_cards {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .el-send_grid {
    margin-top: 3.5rem;
    margin-bottom: 15rem;
  }

  .el-send_description {
    margin-bottom: 5rem;
  }

  .el-send_heading {
    margin-bottom: 1.5rem;
  }

  .el-send_form-block {
    justify-content: center;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .el-send_widget_cta-block {
    width: 35%;
    margin-top: -21%;
    padding-bottom: 35%;
  }

  .el-send_form {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .el-footer_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .el-footer_logo-holder {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 6rem;
  }

  .el-footer_menu {
    display: none;
  }

  .el-footer_form_holder, .el-footer_form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .el-footer_form_title {
    margin-bottom: 1.75rem;
  }

  .el-fotter_form {
    grid-row-gap: 1.25rem;
    margin-bottom: 6.75rem;
  }

  .el-copy {
    text-align: center;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1.75rem;
    display: flex;
  }

  .el-how_cards {
    grid-template-columns: 1fr;
  }

  .el-how_card_interior {
    padding-bottom: 50%;
  }

  .el-nav_menu {
    background-color: var(--yellow);
    border-radius: 0 0 1.25rem 1.25rem;
    box-shadow: 1px 1px 3px #0000004d;
  }

  .el-nav_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .el-nav_menu-btn {
    padding: 0;
  }

  .el-humb_line {
    width: 24px;
  }

  .el-nav_cta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 13rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .el-humb_top {
    background-color: var(--ultra);
    width: 1.5rem;
    height: .25rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    padding: 0;
  }

  .el-humb_mid, .el-humb_bot {
    background-color: var(--ultra);
    flex-direction: row;
    width: 1.5rem;
    height: .25rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    padding: 0;
    display: flex;
  }

  .el-send_widget_bg_img {
    display: none;
  }

  .el-send_widget_bg_img-mob {
    display: block;
  }

  .image-form-card-bg-last-step {
    display: none;
  }

  .div-form-stepper {
    width: auto;
  }

  .div-form-stepper.hide__in-tablet {
    display: none;
  }

  .radio-button-field.longer {
    background-image: linear-gradient(#fbfafe, #fbfafe);
    background-position: 0 0;
    width: 90%;
    height: 60px;
  }

  .radio-button-field.longest {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 60px;
  }

  .radio-button-field.longest.anew {
    width: 90%;
  }

  .radio-button-field.short {
    width: 100%;
  }

  .checkbox-label {
    flex: 0 auto;
    height: 95%;
    margin-left: -12px;
    font-size: 14px;
    font-weight: 400;
  }

  .div-form-content-inner {
    padding-bottom: 60%;
    display: none;
    overflow: auto;
  }

  .fs-rangeslider_handle-value {
    align-items: center;
    top: 0;
    left: auto;
  }

  .div-inputs-contacts {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    place-content: center;
  }

  .radio-button {
    width: 19px;
    height: 18px;
  }

  .div-button-send {
    width: 35%;
    margin-top: -70px;
    margin-left: -1%;
    padding-bottom: 35%;
  }

  .text-min-val {
    font-size: 16px;
  }

  .text-min-val.form4.rangeval {
    display: none;
  }

  .text-min-val.left {
    font-size: 16px;
  }

  .heading-form {
    width: 100%;
    height: 80px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 120%;
  }

  .heading-form.form11.ds {
    font-size: 25px;
  }

  .div-form-content {
    width: 100%;
    max-width: 375px;
    padding-left: 23px;
    padding-right: 23px;
    left: auto;
    right: auto;
  }

  .div-form-content.no-select {
    max-width: none;
    margin-bottom: 0;
  }

  .checkbox-field {
    white-space: nowrap;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 0;
    width: 90%;
    height: 60px;
    padding-right: 0;
    display: flex;
  }

  .checkbox-field.checkbox-field_hug {
    width: 100%;
  }

  .checkbox-field.checkbox-field_width {
    width: 200px;
  }

  .text-max-val {
    font-size: 16px;
  }

  .text-max-val.form4.max {
    justify-content: flex-start;
    margin-top: -2px;
    position: static;
  }

  .form-5-checkboxes.vertical {
    margin-top: 0;
  }

  .fs-rangeslider_form {
    max-width: 80%;
  }

  .checkbox {
    flex: 0 auto;
    width: 18px;
    height: 18px;
    padding-right: 12px;
  }

  .input-last-form {
    height: 46px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
  }

  .div-checkboxes-group {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    place-items: center;
  }

  .div-checkboxes-group.last-form {
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-checkboxes-group.div-checkboxes-group21, .div-checkboxes-group.div-checkboxes-group1 {
    grid-template-columns: 1fr;
  }

  .div-checkboxes-group.secv {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .div-checkboxes-group.secv.dasdas {
    padding-left: 10px;
  }

  .div-checkboxes-group._1s {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .text-send-h5 {
    font-size: 20px;
  }

  .div-form-wrapper {
    align-items: flex-start;
    overflow: hidden;
  }

  .div-send-holder {
    max-width: 375px;
  }

  .el-form {
    width: 100%;
  }

  .el-form_bg {
    object-fit: cover;
    max-width: none;
    height: 950px;
    overflow: hidden;
  }

  .el-form_bg_img, .el-form_bg_img-mobile {
    display: none;
  }

  .image-form-card-bg-last-step-mobile {
    height: 100%;
    padding-bottom: 13px;
    padding-right: 5px;
    display: block;
  }

  .image-form-card-bg-last-step-mobile.hide {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .el-5-interior {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .el-5-interior.mobile.newwst-clidr {
    grid-template-columns: auto auto auto;
  }

  .el-5-interior.mobile.newwst-clidr.newwst-clidr-2 {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 25px;
  }

  .el-5-interior.mobile.mobile23 {
    padding-left: 15px;
  }

  .el-5-interior.el-5-interior_.el-5-interior_-asd, .el-5-interior.el-5-interior_n {
    grid-template-columns: 1fr 1fr;
  }

  .el-6-interior {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-around;
    place-items: center;
    max-width: none;
    display: grid;
  }

  .el-6-interior.dsa {
    grid-column-gap: 45px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    place-content: center;
  }

  .el-6-interior.el-6-interior_fr {
    grid-template-rows: auto;
  }

  .el-7-interior {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .el-7-interior.el-7-interior_n {
    padding-left: 0;
  }

  .el-8-interior {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .el-8-interior.s {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .el-9-interior {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .el-9-interior.el9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .el-9-interior.el9.ss {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
  }

  .el-10-interior {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .el-10-interior.el-10-interior_new {
    padding-left: 0;
    padding-right: 0;
  }

  .radio-button-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
  }

  .el-step-puller {
    width: 0;
    height: 100%;
    padding: 0;
    transition: margin .2s;
    display: flex;
  }

  .div-prev-step {
    bottom: -60px;
    left: auto;
  }

  .success_message {
    font-size: 26px;
    line-height: 32px;
  }

  .success_image {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .s.s-hero {
    padding-top: 90px;
  }

  .q {
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .content.hero-contetn {
    align-items: flex-start;
  }

  .content.s-content {
    padding-top: 50px;
  }

  .header__nav-group {
    display: none;
  }

  .header__btn {
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .text-h5.footer-text-5 {
    font-size: 23px;
    line-height: 120%;
  }

  .n-heading.hero-heading {
    max-width: none;
    margin-bottom: 35px;
  }

  .n-heading.offer-heading {
    flex-direction: column;
  }

  .subtext.hero-subtext {
    max-width: none;
    margin-left: 0;
  }

  .hero__text {
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
  }

  .text-h6.left-align {
    line-height: 170%;
  }

  .wrapper-btn0.subcvclass.wshiite-text, .wrapper-btn0-._0s-white0-text {
    font-size: 14px;
  }

  .hero-photo__wrapper {
    height: 30rem;
  }

  .biggest-heading.offer-biggest-heading {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .biggest-heading.offer-biggest-heading.offer-biggest-heading2, .biggest-heading.offer-biggest-heading.offer-biggest-heading_new {
    max-width: 100%;
  }

  .text-h2.offer-texth2 {
    font-size: 48px;
    font-weight: 500;
  }

  .smallest-hewading {
    max-width: 420px;
  }

  .smallest-hewading.smallest-hewading2, .smallest-hewading.smallest-hewading_new {
    max-width: 100%;
  }

  .headline.why-headline, .headline.faq-headline {
    margin-bottom: 50px;
  }

  .benefit-card {
    color: #fff;
    background-color: #000;
    padding-right: 40px;
  }

  .benefit-card.benefit-card_black {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benefit-card.benefit-card_new {
    color: #000;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benefit-rich ul {
    padding-left: 22px;
  }

  .text-h4 {
    font-weight: 500;
  }

  .steps__wrapper.mobile {
    flex-direction: column;
    display: flex;
  }

  .steps__row.steps__row3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .steps__row.steps__row2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .steps-item {
    height: auto;
    min-height: 350px;
  }

  .steps-item__text {
    height: auto;
    padding-top: 15px;
  }

  .text-h4-b.whu-h4b {
    font-weight: 700;
  }

  .steps__wrapper-2 {
    display: none;
  }

  .map-d {
    max-height: none;
  }

  .why-wrapp {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-card {
    width: 100%;
  }

  .why-card__row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why__photo {
    margin-top: 25px;
    margin-bottom: 25px;
    display: none;
  }

  .stack__wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff0;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stack__item {
    background-color: var(--white);
    border-radius: 10px;
    height: 90px;
    box-shadow: 1px 1px 18px -13px #000;
  }

  .form-wrapper {
    border-radius: 20px;
    height: auto;
    margin-top: 0;
  }

  .elipse-btn-float {
    outline-offset: 0px;
    border-radius: 150px;
    outline: 20px solid #f9f7f0;
    width: 190px;
    height: 190px;
  }

  .btn-wrapper {
    margin-bottom: -25px;
    bottom: -287px;
  }

  .input-wrapper {
    margin-bottom: 200px;
  }

  .form-main-wrapper {
    align-items: center;
  }

  .form-item.form-item__footer {
    border-color: #ffffff80;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .top-2-form {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .offer-new-text-in.align-offer-p {
    font-size: 18px;
  }

  .inner-cirkle-text.text-h3 {
    padding-top: 35%;
  }

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

  .footer__main.footer__main_new {
    justify-content: center;
  }

  .footer__coppyright {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__coppyright.footer__coppyright_new {
    flex-direction: row;
    align-items: center;
  }

  .footer__logo {
    margin-bottom: 35px;
  }

  .footer__logo.footer__logo_dwon {
    margin-bottom: 15px;
  }

  .footer__logo.footer__logo2 {
    margin-bottom: 0;
  }

  .footer__form {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 425px;
    margin-top: 55px;
    margin-bottom: 35px;
    display: flex;
  }

  .footer__nav {
    display: none;
  }

  .nav-form__wrapper {
    justify-content: center;
    width: 100%;
  }

  .footer__form_title {
    text-align: center;
    margin-bottom: 35px;
  }

  .div-block-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer__submit-btn {
    border-color: var(--white);
    color: var(--white);
    width: 25%;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer__submit-btn:hover {
    border-color: var(--gray);
  }

  .coppy__link {
    margin-bottom: 25px;
  }

  .coppy__link.coppy__link2 {
    margin-bottom: 0;
  }

  .inner-photo {
    width: 70vw;
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .header__humburfer {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-opened {
    z-index: 8;
    background-color: #f9f7f0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu__top {
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 25px;
    display: flex;
  }

  .menu__nav {
    grid-column-gap: 35px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 55px;
    display: grid;
  }

  .menu__logo {
    max-width: 200px;
  }

  .menu__nav-item {
    border-bottom: 1px solid #5f5f5f3b;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .el-send_widget_bg_img-mob-copy {
    object-fit: fill;
    border-radius: 20px;
    flex: none;
    width: 100%;
    height: 100%;
    display: block;
  }

  .footer-linkcpo.footer-linkcpo_second {
    font-size: 15px;
  }

  .btns-wrapper {
    box-shadow: none;
    bottom: -109px;
  }

  .btns-wrapper.btns-wrapper_ {
    width: 230px;
    height: 230px;
    bottom: -113px;
  }

  .div-block-7.div-send-holder {
    font-size: 16px;
  }

  .div-block-8.div-prev-step {
    height: 50%;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .step__count-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 30px;
    display: flex;
  }

  .step__count {
    display: flex;
  }

  .step__count__current {
    background-color: var(--ultra);
    color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: auto;
    height: 60px;
    margin-right: 10px;
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    display: flex;
  }

  .step__count__all {
    opacity: .3;
    color: #747474;
    font-size: 25px;
    font-weight: 700;
  }

  .textcalsssluide {
    font-size: 35px;
  }

  .text-block {
    color: var(--ultra);
  }

  .upper-lay {
    z-index: 4;
    background-color: #a49ae2;
    font-size: 17px;
    position: absolute;
    inset: 0%;
  }

  .faq__list, .faq_item-wrap {
    width: 100%;
  }

  .faq__title {
    cursor: auto;
  }

  .value__item {
    height: auto;
    padding: 32px;
  }

  .value__text {
    max-width: 100%;
  }

  .value__bot {
    padding-top: 0;
  }

  .popup__content {
    width: 80%;
  }

  .popup__item_text, .popup__item {
    max-width: 95%;
  }

  .team__list {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .btn__wrap_h {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-top: -129px;
    margin-left: 12%;
    margin-right: 12%;
    display: flex;
  }

  .btn__black_h {
    text-align: center;
    width: 175px;
    height: 175px;
    font-size: 14px;
  }

  .btn__whitewe_h {
    text-align: center;
    width: 175px;
    height: 175px;
  }

  .book__btn_in.book__btn_in_white {
    font-size: 14px;
  }

  .faq__rich {
    line-height: 170%;
  }

  .footer-coppy {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .text-field {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .el-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .el-container {
    max-width: 35rem;
  }

  .el-hero_grid {
    justify-items: center;
  }

  .el-hero_heading {
    font-size: 3.25rem;
  }

  .el-hero_description {
    width: 100%;
    padding-left: 6.5rem;
  }

  .el-hero_widget {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .el-hero_widget_bg {
    width: 100%;
    height: 330px;
    max-height: 370px;
    margin-left: 0%;
  }

  .el-hero_widget_bg_img {
    height: 100%;
    display: none;
  }

  .el-hero_widget_cta {
    width: 100%;
    margin-left: 0%;
  }

  .el-hero_widget_cta-block {
    width: 37%;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .el-hero_widget_cta-question {
    display: none;
  }

  .el-hero_widget_cta-caption:hover {
    color: #000;
    background-color: #f9f7f0;
  }

  .el-offer_grid {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .el-offer_heading {
    font-size: 2rem;
  }

  .el-offer_description {
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 6.5rem;
    font-size: 1.25rem;
  }

  .el-offer_cards {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .el-offer_card.is-first, .el-offer_card.is-second, .el-offer_card.is-third {
    margin-top: 1.5rem;
  }

  .el-offer_card_circle-caption {
    font-size: 1.5rem;
  }

  .el-benefits_grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .el-heading {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }

  .el-benefits_cards {
    grid-column-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .el-benefit_card {
    margin-bottom: .75rem;
    padding: 1.5rem 1.25rem;
  }

  .el-benefit_card_heading {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }

  .el-benefit_card_text li {
    font-size: 1rem;
  }

  .el-map_grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .el-benefits_description {
    margin-bottom: 1.5rem;
  }

  .el-benefits_map-wrapper {
    width: 100vw;
  }

  .el-benefits_map {
    display: none;
  }

  .el-why_grid {
    padding-bottom: 3rem;
  }

  .el-why_image {
    width: 60%;
    margin-top: -1.5rem;
  }

  .el-tech-grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .el-tech_cards {
    grid-column-gap: 1.125rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .el-tech_card {
    height: 3.25rem;
  }

  .el-tech_card_img-holder {
    width: 3rem;
  }

  .el-tech_card_img {
    width: 100%;
  }

  .el-send_grid {
    margin-bottom: 9rem;
  }

  .el-send_description {
    margin-bottom: 5rem;
  }

  .el-send_heading {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .el-send_form-block {
    justify-content: flex-start;
  }

  .el-send_from_field {
    font-size: 1.125rem;
  }

  .el-footer_grid {
    justify-content: space-between;
  }

  .el-footer_form_title {
    font-size: 1.75rem;
  }

  .el-how_grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .el-how_card_heading {
    font-size: 1.25rem;
  }

  .el-how_card_badge-text {
    padding: .4rem .75rem;
    font-size: .75rem;
  }

  .el-nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .el-nav_brand {
    height: 1.5rem;
  }

  .el-nav_menu {
    padding-top: 1rem;
  }

  .el-overlay {
    z-index: 999;
    background-color: #0009;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .el-hero_widget_bg_img-mob {
    object-fit: cover;
    height: 100%;
    display: block;
  }

  .el-benefits_map-mob {
    display: block;
  }

  .radio-button-field.longer, .radio-button-field.longest, .radio-button-field.short {
    width: 100%;
  }

  .div-form-content-inner.db {
    display: block;
    overflow: visible;
  }

  .heading-form {
    height: 60px;
    line-height: 120%;
  }

  .heading-form.form11.ds {
    font-size: 25px;
  }

  .checkbox-field, .checkbox-field.checkbox-field_hug {
    width: 100%;
  }

  .fs-rangeslider_form {
    max-width: 100%;
    padding-left: 0%;
  }

  .div-checkboxes-group.secv.dasdas {
    padding-left: 10px;
  }

  .el-form_bg {
    height: 935px;
  }

  .el-5-interior.mobile.newwst-clidr.newwst-clidr-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    place-content: space-around stretch;
    place-items: stretch stretch;
  }

  .el-5-interior.mobile.mobile23 {
    grid-template-columns: 1fr 1fr;
  }

  .el-5-interior.mobile.mobile_noscroll {
    padding-left: 20px;
  }

  .el-5-interior.el-5-interior_ {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 15px;
  }

  .el-6-interior {
    grid-template-columns: 1fr;
  }

  .el-6-interior.dsa {
    grid-template-columns: 1fr 1fr;
  }

  .el-7-interior.el-7-interior_n {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
  }

  .el-7-interior.el-7-interior_2grid {
    grid-template-columns: 1fr 1fr;
  }

  .el-8-interior.s.sad {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
  }

  .el-9-interior.el9.ss {
    padding-left: 15px;
  }

  .el-10-interior.el-10-interior_new {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .radio-button-label {
    font-size: 16px;
  }

  .div-prev-step {
    top: 100%;
    left: 30%;
  }

  .success_message {
    font-size: 20px;
  }

  .success_image {
    width: 100px;
  }

  .s.s-offers {
    margin-top: 100px;
  }

  .s.s-offers.s-offers_new {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .s.s-benefits.s-benefits_new {
    padding-top: 50px;
  }

  .s.s-work {
    padding-bottom: 80px;
  }

  .s.s-stack {
    padding-top: 30px;
  }

  .q {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.s-content {
    padding-top: 50px;
  }

  .text-h5, .text-h3 {
    font-size: 18px;
  }

  .text-h3.text-he_begger {
    font-size: 22px;
  }

  .subtext.hero-subtext {
    margin-left: 100px;
  }

  .hero__text {
    margin-bottom: 30px;
  }

  .text-h6 {
    display: none;
  }

  .text-h6.left-align {
    display: block;
  }

  .text-h6.left-align.need-to {
    display: flex;
  }

  .wrapper-btn0.subcvclass.wshiite-text, .wrapper-btn0-._0s-white0-text {
    font-size: 16px;
  }

  .hero-photo__wrapper {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .biggest-heading.offer-biggest-heading.offer-biggest-heading2 {
    margin-bottom: 35px;
  }

  .text-h2.offer-texth2 {
    font-size: 20px;
  }

  .text-h2.sdfa {
    font-size: 30px;
  }

  .smallest-hewading {
    max-width: none;
    padding-left: 100px;
  }

  .smallest-hewading.smallest-hewading2 {
    padding-left: 0;
  }

  .offer-cards-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .headline.map-headline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-header {
    font-size: 30px;
    font-weight: 600;
  }

  .benefits-card__wrapper {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .benefit-card, .benefit-card.benefit-card_black {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .benefit-card__headline {
    font-size: 17px;
  }

  .text-h4.text-h4w {
    font-size: 22px;
  }

  .steps-item {
    border-radius: 10px;
    height: 200px;
  }

  .steps-item__text {
    opacity: 1;
  }

  .text-h4-b {
    font-size: 20px;
  }

  .text-h4-b.whu-h4b.asdasd {
    font-size: 17px;
  }

  .wrppaer-card {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .why-card {
    padding-left: 25px;
    padding-right: 35px;
  }

  .why-card__title {
    font-size: 15px;
  }

  .why-card__text {
    width: 100%;
    max-width: 90%;
    display: flex;
  }

  .why-card__text.why-card__text_popup {
    max-width: 100%;
  }

  .stack__wrapper {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-wrapper {
    height: auto;
  }

  .elipse-btn-float {
    outline-offset: 0px;
    outline: 15px solid #f9f7f0;
  }

  .btn-wrapper {
    margin-bottom: 0;
    bottom: -250px;
  }

  .input-wrapper {
    justify-content: center;
    max-width: 80%;
    margin-bottom: 160px;
    display: flex;
  }

  .form-title {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .card-new-offer {
    margin-top: 30px;
  }

  .card-new-offer.card-new-offer-1, .card-new-offer.card-new-offer-2 {
    margin-top: 20px;
  }

  .inner-cirkle-text {
    font-size: 1.5rem;
  }

  .footer__coppyright.footer__coppyright_new {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__form {
    height: 424px;
  }

  .coppy__link.coppy__link2 {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .menu-opened {
    display: none;
  }

  .seccus {
    color: #fff;
    background-color: #523be700;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 19px;
    line-height: 140%;
  }

  .success-message, .success-message-2 {
    background-color: #ddd0;
  }

  .el-send_widget_bg_img-mob-copy {
    flex: 0 auto;
    height: 100%;
  }

  .footer-linkcpo.footer-linkcpo_second {
    font-size: 13px;
  }

  .btns-wrapper.btns-wrapper_ {
    width: 250px;
    height: 250px;
    bottom: -123px;
  }

  .div-block-8.div-prev-step {
    height: 50%;
  }

  .div-block-9 {
    margin-bottom: 25px;
  }

  .first-screen-wrapper {
    min-height: auto;
    display: block;
  }

  .step__count-wrapper {
    padding-left: 20px;
  }

  .step__count__current {
    font-size: 40px;
  }

  .benefits-icon {
    margin-bottom: 15px;
  }

  .benefits__img {
    width: 80px;
  }

  .faq_item-wrap {
    padding-left: 25px;
    padding-right: 35px;
  }

  .faq__text {
    width: 100%;
    max-width: none;
    display: flex;
  }

  .value__item {
    padding: 25px 20px 20px;
  }

  .value__title {
    margin-bottom: 10px;
  }

  .popup__content {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup__item__ic {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .popup__item {
    flex-direction: column;
    max-width: 98%;
  }

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

  .team__list {
    grid-row-gap: 55px;
  }

  .team__photo {
    width: 200px;
    height: 200px;
  }

  .btn__wrap_h {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -143px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .btn__black_h, .btn__whitewe_h {
    width: 200px;
    height: 200px;
  }

  .book__btn_in, .book__btn_in.book__btn_in_white {
    font-size: 17px;
  }

  .footer-coppy {
    margin-bottom: 25px;
  }

  .text-field {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .el-hero_widget {
    width: 100vw;
    height: 100%;
    margin-left: -1.25rem;
  }

  .el-hero_widget_bg {
    object-fit: cover;
    height: 350px;
    min-height: auto;
  }

  .el-offer_heading {
    font-size: 1.5rem;
  }

  .el-heading {
    font-size: 1.625rem;
    font-weight: 600;
  }

  .el-why_grid {
    margin-bottom: 1.5rem;
  }

  .el-why_card.is-second {
    margin-bottom: 7rem;
  }

  .el-why_card.is-third {
    margin-top: 7rem;
  }

  .el-why_image {
    width: 100%;
    margin-top: -3rem;
  }

  .el-send_grid {
    margin-bottom: 6rem;
  }

  .el-send_description {
    margin-bottom: 3rem;
    font-size: 1.125rem;
  }

  .el-send_heading {
    font-size: 1.625rem;
  }

  .el-send_form-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .el-send_widget_cta-block {
    width: 38%;
    margin-top: -23%;
    padding-bottom: 38%;
  }

  .el-send_form {
    grid-row-gap: 1rem;
  }

  .el-send_from_field {
    height: 3rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

  .el-how_card_content {
    top: 80%;
  }

  .el-nav_menu-btn.w--open {
    background-color: #fff;
  }

  .el-hero_widget_bg_img-mob {
    object-fit: cover;
    height: 100%;
  }

  .el-how_description {
    margin-bottom: 3rem;
  }

  .fs-rangeslider_wrapper {
    margin-left: 25px;
    margin-right: 25px;
  }

  .radio-button-field.longer {
    flex-direction: row;
    width: 90%;
    height: 45px;
  }

  .radio-button-field.longest {
    width: 90%;
    height: 45px;
  }

  .radio-button-field.longest.anew {
    width: 93%;
  }

  .radio-button-field.short {
    width: 100%;
    height: 45px;
  }

  .checkbox-label {
    font-size: 13px;
    line-height: 40px;
  }

  .text-tab-step.saved {
    font-size: 20px;
  }

  .div-form-content-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-form-content-inner.first, .div-form-content-inner.db {
    overflow: visible;
  }

  .fs-rangeslider_fill {
    width: 100%;
  }

  .radio-button {
    flex: none;
  }

  .text-min-val.left {
    margin-bottom: -50px;
    font-size: 14px;
  }

  .heading-form {
    height: 100px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .fs-rangeslider_track {
    width: 100%;
  }

  .div-form-content.no-select {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .asdasdasdas {
    font-size: 19px;
  }

  .checkbox-field {
    width: 89%;
    height: 45px;
    margin-right: 0;
    padding-right: 0;
  }

  .checkbox-field.one {
    width: 87%;
  }

  .checkbox-field.checkbox-field_hug {
    background-image: linear-gradient(#fbfafe, #fbfafe);
    background-position: 0 0;
    width: 100%;
  }

  .checkbox-field.checkbox-field_width {
    width: 89%;
  }

  .text-max-val {
    margin-bottom: -50px;
    font-size: 14px;
  }

  .fs-rangeslider_form {
    max-width: none;
  }

  .checkbox {
    background-color: #fbfafe;
    padding-right: 15px;
  }

  .div-checkboxes-group.last-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-checkboxes-group.secv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-checkboxes-group.secv.dasdas {
    padding-left: 10px;
  }

  .div-checkboxes-group._1s {
    flex-direction: column;
    padding-top: 15px;
    display: flex;
  }

  .el-slider_overlay {
    display: block;
  }

  .el-form_bg {
    height: 730px;
  }

  .el-form_bg.el-form_bg_min {
    height: 600px;
  }

  .el-5-interior {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
    overflow: scroll;
  }

  .el-5-interior.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    place-items: stretch center;
    width: 100%;
    display: grid;
  }

  .el-5-interior.mobile.newwst-clidr {
    grid-template-columns: auto auto;
  }

  .el-5-interior.mobile.newwst-clidr.newwst-clidr-2 {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
  }

  .el-5-interior.mobile.mobile23 {
    grid-column-gap: 20px;
    padding-left: 15px;
  }

  .el-5-interior.mobile.mobile_noscroll {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    overflow: visible;
  }

  .el-5-interior.el-5-interior_ {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    overflow: visible;
  }

  .el-6-interior {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .el-6-interior.dsa {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .el-7-interior {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .el-7-interior.el-7-interior_n {
    padding-left: 0;
  }

  .el-7-interior.el-7-interior_2grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .el-8-interior.s {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .el-8-interior.s.sad {
    grid-template-columns: 1fr;
  }

  .el-9-interior.el9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .el-9-interior.el9.ss {
    padding-left: 0;
  }

  .el-10-interior {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .radio-button-label {
    font-size: 14px;
  }

  .radio-button-label.radio-button-label_1 {
    flex-wrap: wrap;
  }

  .div-prev-step {
    top: 100%;
    left: 25%;
  }

  .s.s-offers {
    padding-bottom: 30px;
  }

  .s.s-offers.s-offers_new {
    margin-top: 80px;
  }

  .s.s-benefits.s-benefits_new, .s.s-stack {
    padding-top: 30px;
  }

  .content.hero-contetn.hero-contetnw {
    align-items: center;
  }

  .content.s-content {
    padding-top: 50px;
  }

  .header__logo {
    max-width: 180px;
  }

  .text-h5 {
    font-size: 18px;
    line-height: 120%;
  }

  .text-h3 {
    font-size: 19px;
  }

  .hero-photo__wrapper {
    width: 100vw;
    height: 100%;
    margin-left: -1.25rem;
  }

  .text-h2.sdfa {
    font-size: 25px;
  }

  .text-header {
    font-weight: 600;
  }

  .benefit-card, .benefit-card.benefit-card_black {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .benefit-card.benefit-card_new {
    padding-right: 25px;
  }

  .steps-item {
    height: auto;
    min-height: auto;
  }

  .text-h4-b.whu-h4b {
    font-size: 21px;
    font-weight: 600;
  }

  .wrppaer-card {
    background-color: #00000030;
    justify-content: flex-start;
    padding: 35px 20px;
  }

  .why-card__text {
    max-width: 80%;
  }

  .form-wrapper {
    height: auto;
  }

  .form-wrapper.form-wrappermop {
    height: 570px;
  }

  .elipse-btn-float {
    width: 40vw;
    height: 40vw;
  }

  .elipse-btn-float.elipse-btn-float-px {
    width: 150px;
    height: 150px;
  }

  .btn-wrapper {
    margin-bottom: 0;
    bottom: -232px;
  }

  .n-form-block.sddf {
    display: flex;
  }

  .form-main-wrapper, .form-main-wrapper.right {
    min-width: auto;
  }

  .form-item.form-item__footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer__coppyright.footer__coppyright_new.footer__coppyright_new_cebnter {
    text-align: center;
  }

  .footer__form {
    height: 400px;
  }

  .footer__submit-btn {
    width: 100%;
  }

  .menu-opened {
    display: none;
  }

  .menu__logo {
    max-width: 170px;
  }

  .menu__nav-item {
    font-size: 16px;
  }

  .footer-linkcpo.footer-linkcpo_second {
    font-size: 15px;
  }

  .btns-wrapper.btns-wrapper_ {
    width: 200px;
    height: 200px;
    bottom: -100px;
  }

  .div-block-9 {
    text-align: center;
    justify-content: center;
  }

  .faq__text {
    max-width: none;
  }

  .popup__item {
    max-width: 96%;
  }

  .hero__wrapper {
    width: 100vw;
  }

  .btn__wrap_h {
    justify-content: center;
    margin-top: -90px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .btn__black_h, .btn__whitewe_h {
    width: 47vw;
    height: 47vw;
  }

  .hero__upper_-text {
    display: none;
  }

  .footer-coppy {
    text-align: center;
    justify-content: center;
  }

  .text-field {
    height: 45px;
  }

  .body {
    overflow: hidden;
  }

  .blue-header {
    justify-content: center;
    align-items: center;
    height: 12.5vw;
    padding-top: 0;
    display: flex;
  }

  ._16px-between {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    align-items: center;
  }

  ._24px-svg {
    width: 5.35vw;
    height: 5.35vw;
  }

  .txt-body-20px, .txt-body-20px.white {
    font-size: 3.5vw;
  }

  .image-2, .left, .right {
    display: none;
  }

  .up-main-wrap {
    justify-content: space-between;
    align-items: center;
    margin-top: 4vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .logo-wrap {
    width: 38.75vw;
  }

  .button-linked {
    border-width: .25vw;
    border-radius: 100vw;
    width: 23vw;
    height: 8vw;
  }

  .center-main {
    display: none;
  }

  ._30px-between {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .txt-80px {
    font-size: 9vw;
  }

  .txt-24px.cent {
    font-size: 4vw;
  }

  ._515px-wrap {
    width: 68vw;
  }

  .button-book {
    border-radius: 100vw;
    width: 44.5vw;
    height: 12vw;
    margin-top: 7vw;
    margin-bottom: 0;
  }

  .txt-26px {
    font-size: 4vw;
  }

  .txt-26px._256px {
    text-align: center;
    max-width: 64vw;
  }

  .down-wrap {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    bottom: 8vw;
  }

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

  .image-2-ph {
    height: 87vw;
    display: block;
  }

  .center-main-copy {
    margin-top: 0;
    margin-bottom: 12vw;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .ph-wrapper {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
    flex-flow: column;
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  ._50px-bet-icon-container {
    grid-column-gap: 12.5vw;
    grid-row-gap: 12.5vw;
    justify-content: flex-start;
    align-items: center;
    width: 215.5vw;
    display: flex;
    position: relative;
    left: 0;
  }

  ._50px-bet-icon-container._2 {
    width: 203vw;
    margin-left: -107vw;
  }

  ._50px-bet-icon-container._1-1 {
    margin-left: 0%;
  }

  ._55px-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 13.75vw;
    display: flex;
  }

  ._27px-wrap {
    width: 6.75vw;
  }

  .container-anim {
    grid-column-gap: 12.5vw;
    grid-row-gap: 12.5vw;
    opacity: .45;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .container-anim._2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  ._50px-bet-icon-container--right {
    grid-column-gap: 12.5vw;
    grid-row-gap: 12.5vw;
    justify-content: flex-start;
    align-items: center;
    width: 215.5vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    left: 0;
  }

  ._50px-bet-icon-container--right._2 {
    width: 203vw;
    margin-left: -107vw;
  }

  ._50px-bet-icon-container--right._1-1 {
    margin-left: 0%;
  }

  ._50px-bet-icon-container--right._22 {
    margin-left: 0;
    margin-right: 0;
  }

  .centr-div {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }
}

#w-node-_6d63cbf9-5160-00ac-2365-5b50a8d2ca8c-d3b023fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0af5327-0f1f-26bb-9214-50526b795014-d3b023fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8107da6-9729-89a0-635a-bc870623d96e-d3b023fd, #w-node-_2ca2e867-b959-ff15-5308-1de12d33c572-d3b023fd, #w-node-_593daba4-f059-cc01-047d-808a277673d7-d3b023fd, #w-node-_9e42dbbd-ca2d-2cf4-8ea3-e23e8a7fce71-d3b023fd, #w-node-_0996e1e7-9949-4d59-c8f1-003fc8a2b2e6-d3b023fd, #w-node-_4e71231f-9c72-1441-12d1-dd1b2d3df326-d3b023fd, #w-node-_9e5747b4-77e6-1a6a-a1f2-bf0cabdc39e8-d3b023fd, #w-node-e26679b5-fcaf-9ca1-1d2c-90bcc296e64d-d3b023fd, #w-node-_811f229a-ca51-955e-f54b-8f97a411057d-d3b023fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec39add1-87bd-c659-edad-1101e43d3db7-d3b023fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb02a867-6dbf-7c03-2ad8-0d83f9f586bd-d3b023fd, #w-node-_8491e204-207f-e9eb-50de-d22f419091c1-d3b023fd, #w-node-f51ab87d-77ec-5ab5-06a1-23dcc1b46659-d3b023fd, #w-node-_312648de-0dd0-f6cf-bd0b-e6f9694c3426-d3b023fd, #w-node-a2f8e4bc-9ec9-afeb-dece-b3fa1ecd9f75-d3b023fd, #w-node-c9830163-da3b-b0ea-7c4f-5eb248717084-d3b023fd, #w-node-d389081a-138c-003a-5a98-25dd36c661ba-d3b023fd, #w-node-e7f75ab2-3268-ff51-d55e-b9ae09dd4f4c-d3b023fd, #w-node-_49e870a2-6919-5605-c72c-474a61c5ecaa-d3b023fd, #w-node-a27cb499-4f07-5c3b-8479-eb60ecd7a2fd-d3b023fd, #w-node-_822ce889-8a68-c26f-d416-f5c0db46864b-d3b023fd, #w-node-_2683bfe3-b92f-5729-c2e9-db8de70efad3-d3b023fd, #w-node-b49faa22-0004-9816-5e8f-2f5a22b70339-d3b023fd, #w-node-_1a8e9d9a-0972-e893-6ec1-468a01b8495e-d3b023fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message-2.w-node-_0d2a1a26-9b14-86e4-92dd-665d235c2a94-d3b023fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da6cb34a-beae-7e4d-dda9-fdb070a48bb0-d3b023fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_9beb83a0-0607-0414-3a9e-36f50777d44d-d3b023fd, #w-node-_226826f0-0e3c-fc4d-2e03-0bb54c0e79fb-d3b023fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_031fef47-2b99-8c97-17ef-6c4cb97b5965-d3b023fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Message_.w-node-_409ae263-eb35-bf6d-12bb-00f44b554478-d3b023fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_409ae263-eb35-bf6d-12bb-00f44b554479-d3b023fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dba265cf-080d-65b6-d743-26796393db23-d3b023fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7edeb3ae-8904-a5f7-fcd5-2a5cc554b65c-d3b023fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e6f39cc0-2316-9037-09d9-d916633c0fee-d3b023fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-be7a0b93-1d9d-7f3c-273c-3d5dbf9f6550-2eb02406 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message.w-node-_61276aa9-0839-af41-bb33-a0289bfc626b-2eb02406 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-9db02407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-9db02407 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-9db02407, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-9db02407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-cbb02409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-cbb02409 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-cbb02409, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-cbb02409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-0fb02410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-0fb02410 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-0fb02410, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-0fb02410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-a1b02413 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-a1b02413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-a1b02413 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-a1b02413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-a1b02413 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-a1b02413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-a1b02413 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-a1b02413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-a1b02413 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-a1b02413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-a1b02413 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-a1b02413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-a1b02413, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-a1b02413 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-a1b02413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-a1b02413 {
  justify-self: start;
}

#w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-8c1460f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-8c1460f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-8c1460f6, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-8c1460f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-271add1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-271add1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-271add1c, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-271add1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-6195a6bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-6195a6bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-6195a6bc, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-6195a6bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1f787942-a001-cb57-8087-d3e1cc4b5877-541ec7be, #w-node-d43962bd-62fd-d8aa-b2ea-8c980c059119-541ec7be, #w-node-ea132c3c-b5ea-952c-6c7c-67921b36eb09-541ec7be, #w-node-_4688afc6-b584-3d34-8be5-018b67c8b782-541ec7be, #w-node-_11423397-bea1-f470-7d6b-01d6ded53a02-541ec7be, #w-node-_0cd766e2-d614-0d1d-dc22-6df0a0f8529e-541ec7be, #w-node-_34338144-d3d6-cc96-bbb7-72790774051c-541ec7be, #w-node-_402c4a69-9a97-c402-f703-8590cab5c32b-541ec7be, #w-node-_174e9aca-b6c0-fb8b-4960-f7d6ebd6fb22-541ec7be, #w-node-_620496e8-ae31-4e4f-f843-5a8c98e5d993-541ec7be, #w-node-f71e540a-b8db-8615-0a82-7014e0dc7188-541ec7be, #w-node-bd830933-3046-9abb-a46c-1661d57ce35c-541ec7be, #w-node-_0df293cb-642f-deea-cf99-2a9cbfd7ae03-541ec7be, #w-node-_1cff44fa-2b89-275c-d4fd-2471c1564275-541ec7be, #w-node-e4a38ec3-a2a0-3e81-c062-84db15b85b82-541ec7be, #w-node-_654918a0-1f2a-5886-41e4-ef20144f39cb-541ec7be, #w-node-_3285681d-cd09-982a-7297-ac4e56746fd8-541ec7be, #w-node-a3ff9df9-bdbe-8d91-b8d3-77228c016700-541ec7be, #w-node-c479899f-cf48-1430-c581-c7788ae6486c-541ec7be, #w-node-_87c97110-4882-3f3a-335c-958a43100823-541ec7be, #w-node-ccb1505b-49df-0bc5-d0ed-825f0ee1b909-541ec7be, #w-node-_72b8c119-3fbb-7568-7811-4f99f9e894e2-541ec7be, #w-node-d42b8ddc-45ca-e50f-2e96-13142bd63f69-541ec7be, #w-node-b434b72b-eaa3-0484-30dd-4041db41fbf7-541ec7be, #w-node-d09f3233-c2eb-deb1-f312-a73520cd0e48-541ec7be, #w-node-b48d28cc-30da-169c-ada0-134b73c21b25-541ec7be, #w-node-a08f75ad-a5d9-0cbf-0823-b16be4bcb714-541ec7be, #w-node-_7115f1ee-303a-68df-6233-fe528095fc97-541ec7be, #w-node-_505d53c3-d2fd-6741-433d-7813abf3da2e-541ec7be, #w-node-_505d53c3-d2fd-6741-433d-7813abf3da30-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f3943b4-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394400-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394403-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394404-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394409-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394459-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f39445b-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f39445d-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f39445f-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394461-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394463-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394465-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394467-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394469-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f39446b-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f39446d-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f39446f-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394471-541ec7be, #w-node-b94cb96a-53f9-02a3-0a41-54fd8f394473-541ec7be, #w-node-_45d2aff7-8194-ea17-0444-67f5d9a8ac38-d9a8ac07, #w-node-_45d2aff7-8194-ea17-0444-67f5d9a8ac3a-d9a8ac07, #w-node-_37560fe5-4ec2-50ad-76f7-fa6d33501c9b-5ddf6973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a0a79f-9a59-d74d-ebdd-418bca6753e1-5ddf6973 {
  justify-self: start;
}

#w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f65-5ddf6973, #w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f66-5ddf6973, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c41-5ddf6973, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c42-5ddf6973, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7265-5ddf6973, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7266-5ddf6973, #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-5ddf6973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_77250ab6-9377-5efc-4ad0-91599e551333-5ddf6973 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-5ddf6973, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-5ddf6973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37560fe5-4ec2-50ad-76f7-fa6d33501c9b-d02a3b9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a0a79f-9a59-d74d-ebdd-418bca6753e1-d02a3b9b {
  justify-self: start;
}

#other-field_0.w-node-_1f750d5b-1587-fcae-5614-040594758ac9-d02a3b9b, #w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f65-d02a3b9b, #w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f66-d02a3b9b, #other-field_1.w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f86-d02a3b9b, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c41-d02a3b9b, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c42-d02a3b9b, #other-field_2.w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c62-d02a3b9b, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7265-d02a3b9b, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7266-d02a3b9b, #other-field_3.w-node-c91b392e-82bc-cb6a-d766-2a8f644e7286-d02a3b9b, #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-d02a3b9b, #other-field_4.w-node-_579aa4fc-1a2a-0083-65d9-7757b5ee2947-d02a3b9b, #other-field_5.w-node-d5fc719f-f696-6c35-7335-cf3e3e5e46f5-d02a3b9b, #other-field_5.w-node-e956ecaa-2bae-46f4-f826-11f5edd5409e-d02a3b9b, #other-field_7.w-node-_41a1f98a-6f82-9156-da1e-8a9e0c1aa5f1-d02a3b9b, #other-field_8.w-node-b3004586-e6ca-6319-7a55-de56d9633fed-d02a3b9b, #other-field_9.w-node-d8048dfa-dbcd-ea94-1add-a106a36b5141-d02a3b9b, #other-field_10.w-node-_6b7313ae-6952-db6b-c96d-ab8f0fd1497a-d02a3b9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_77250ab6-9377-5efc-4ad0-91599e551333-d02a3b9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-d02a3b9b, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-d02a3b9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f65-8b288067, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c41-8b288067, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c42-8b288067, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7265-8b288067, #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-8b288067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_77250ab6-9377-5efc-4ad0-91599e551333-8b288067 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7a-8b288067, #w-node-_985ca637-a82a-6b6b-e5ff-2852c87c7d7c-8b288067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #other-field_5.w-node-d5fc719f-f696-6c35-7335-cf3e3e5e46f5-d02a3b9b, #other-field_10.w-node-_6b7313ae-6952-db6b-c96d-ab8f0fd1497a-d02a3b9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7c29fb9c-cc11-3703-07b4-3171af2e07b7-d3b023fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0af5327-0f1f-26bb-9214-50526b795014-d3b023fd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0996e1e7-9949-4d59-c8f1-003fc8a2b2e6-d3b023fd, #w-node-e26679b5-fcaf-9ca1-1d2c-90bcc296e64d-d3b023fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6d63cbf9-5160-00ac-2365-5b50a8d2ca8c-d3b023fd, #w-node-e0af5327-0f1f-26bb-9214-50526b795014-d3b023fd, #w-node-ec39add1-87bd-c659-edad-1101e43d3db7-d3b023fd {
    grid-column: span 1 / span 1;
  }

  #Message-2.w-node-_0d2a1a26-9b14-86e4-92dd-665d235c2a94-d3b023fd, #w-node-_61276aa9-0839-af41-bb33-a0289bfc61d4-2eb02406, #message.w-node-_61276aa9-0839-af41-bb33-a0289bfc626b-2eb02406 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-9db02407 {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-9db02407, #message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-9db02407 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-cbb02409 {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-cbb02409, #message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-cbb02409 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-0fb02410 {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-0fb02410, #message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-0fb02410 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-8c1460f6 {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-8c1460f6, #message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-8c1460f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-271add1c {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-271add1c, #message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-271add1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-6195a6bc {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-6195a6bc, #message-2.w-node-_5550973f-785c-1549-2b9a-a4e157f68975-6195a6bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37560fe5-4ec2-50ad-76f7-fa6d33501c9f-5ddf6973 {
    place-self: center;
  }

  #w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f65-5ddf6973, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c41-5ddf6973, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7265-5ddf6973, #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-5ddf6973 {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-5ddf6973, #w-node-_8d2a8694-ebaa-7d04-816b-2c9e31719b00-5ddf6973, #w-node-_6457535b-4222-a3b8-decf-bfbc1d6ea16c-5ddf6973, #w-node-dc059ff6-c4ab-f768-d487-0d47eece144b-5ddf6973, #message-2.w-node-_77250ab6-9377-5efc-4ad0-91599e551333-5ddf6973 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37560fe5-4ec2-50ad-76f7-fa6d33501c9f-d02a3b9b {
    place-self: center;
  }

  #w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f65-d02a3b9b, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c41-d02a3b9b, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7265-d02a3b9b, #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-d02a3b9b {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-d02a3b9b, #w-node-_8d2a8694-ebaa-7d04-816b-2c9e31719b00-d02a3b9b, #w-node-_6457535b-4222-a3b8-decf-bfbc1d6ea16c-d02a3b9b, #w-node-dc059ff6-c4ab-f768-d487-0d47eece144b-d02a3b9b, #message-2.w-node-_77250ab6-9377-5efc-4ad0-91599e551333-d02a3b9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dbdf9525-bcda-9fdd-9c9f-3179f0762f65-8b288067, #w-node-_00720b54-d9a2-6869-1f1c-5e7d48ac5c41-8b288067, #w-node-c91b392e-82bc-cb6a-d766-2a8f644e7265-8b288067, #w-node-_5550973f-785c-1549-2b9a-a4e157f688aa-8b288067 {
    justify-self: start;
  }

  #w-node-_5550973f-785c-1549-2b9a-a4e157f688dd-8b288067, #w-node-_8d2a8694-ebaa-7d04-816b-2c9e31719b00-8b288067, #w-node-_6457535b-4222-a3b8-decf-bfbc1d6ea16c-8b288067, #w-node-dc059ff6-c4ab-f768-d487-0d47eece144b-8b288067, #message-2.w-node-_77250ab6-9377-5efc-4ad0-91599e551333-8b288067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d63cbf9-5160-00ac-2365-5b50a8d2ca8c-d3b023fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_98a0a79f-9a59-d74d-ebdd-418bca6753e1-5ddf6973, #w-node-_98a0a79f-9a59-d74d-ebdd-418bca6753e1-d02a3b9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}