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

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

.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;
}

.main {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.left {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 240.65px;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.left.con-cz {
  width: 218.625px;
}

.left.home-ua {
  width: 223.025px;
}

.left.con-ua {
  width: 254.1px;
}

.left.home-en {
  width: 241.225px;
}

.left.con-en {
  width: 158.888px;
}

.drop-lang-button {
  background-color: #e5e5e5;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.drop-lang-button:hover {
  background-color: #ff0;
}

.text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.logo {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-linkedin {
  object-fit: cover;
  max-width: none;
  display: block;
  overflow: clip;
}

.button-cta-wa {
  grid-column-gap: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 60px;
  padding: 20px 16px 20px 40px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button-cta-wa:hover {
  background-color: #4ace63;
}

.text-btn-second {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.section-hero {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 60px;
  text-decoration: none;
  display: flex;
}

.h1-style {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 170px;
  padding-right: 170px;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.button-cta {
  grid-column-gap: 10px;
  color: #000;
  background-color: #ff0;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding: 24px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-cta:hover {
  transform: translate(0, -2px);
}

.text-cta {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.section-portfolio {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  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: 770px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.portfolio-preview {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  text-decoration: none;
  display: flex;
}

.desktop-preview {
  grid-row-gap: 10px;
  background-color: #e5e5e5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 658px;
  display: flex;
}

.branding-preview {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  text-decoration: none;
  display: flex;
}

.logo-preview {
  grid-row-gap: 10px;
  background-color: #e5e5e5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 208.085px;
  display: flex;
}

.fonts-preview {
  grid-row-gap: 10px;
  background-color: #e5e5e5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 208px;
  display: flex;
}

.section-about {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.title-style {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.h2-style {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.h2.left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  width: auto;
  max-width: none;
}

.txt-basic {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 170px;
  padding-right: 170px;
  text-decoration: none;
  display: flex;
}

.text-subtitle {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.my-avatar {
  grid-column-gap: 10px;
  border-radius: 120px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-public-offer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  flex: 1 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 100px;
  text-decoration: none;
  display: flex;
}

.section-public-offer.secondpage {
  flex-flow: column;
}

.left-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.h2-style-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.co-zskte-s-nmi-co-jin-nenabdnou {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.packages-list {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 1170px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-more {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: gray;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.logotypes-platform {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.full_logo_blue_white-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.figma-wordmark-black-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.contact-item {
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.price-subtitle, .h4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h4.workflow {
  width: 60%;
}

.link-to-mail {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.link-to-mail:hover {
  text-decoration: none;
}

.text-basic-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.no-templates-everything-is-tailored-to-your-business-and-goals {
  color: #000;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.section-packages {
  grid-row-gap: 60px;
  background-color: #e5e5e5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 135px;
  text-decoration: none;
  display: flex;
}

.carousel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.card-review {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.avatar {
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.text-7 {
  color: gray;
  letter-spacing: .03em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.more {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-link-more {
  color: #000;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.icon-more {
  grid-row-gap: 10px;
  background-color: #d6d6d6;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-review-2 {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 570px;
  height: 470px;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.button-learnmore {
  grid-row-gap: 16px;
  background-color: #ff0;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240%;
  max-width: 240px;
  height: 240px;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.h-sroll {
  background-color: #d6d6d6;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.bar {
  background-color: #ff0;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.section-flow {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 135px;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.h2-style-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  text-decoration: none;
  display: flex;
}

.img-style {
  background-color: #ff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

._2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 114.662px;
  text-decoration: none;
  display: flex;
}

.step-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.step {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  text-decoration: none;
  display: block;
}

.text-9 {
  color: gray;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 90%;
  text-decoration: none;
}

.h4-style-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  text-decoration: none;
  display: flex;
}

.card-price {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.card-block-2 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.main-discription {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.price-1 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cost {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 90%;
  text-decoration: none;
}

.instead-of-15-000-k {
  color: gray;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 90%;
  text-decoration: none;
}

.check-mark-item {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-more-2 {
  grid-row-gap: 10px;
  background-color: #ff00;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.vector-4680 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #000;
}

.button-cta-2 {
  grid-column-gap: 10px;
  color: #000;
  text-align: center;
  background-color: #ff0;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  padding: 24px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-cta-2:hover {
  transform: translate(0, -2px);
}

.from {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 90%;
  text-decoration: none;
}

.section-brief {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 135px;
  text-decoration: none;
  display: flex;
}

.title-style-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.form-multi {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding-left: 170px;
  padding-right: 170px;
  text-decoration: none;
  display: flex;
}

.navigation-multi-steps {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.step-navigation {
  background-image: linear-gradient(#ff0, #ff0);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.loadbar {
  grid-row-gap: 10px;
  background-color: #e5e5e5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.bucket {
  grid-row-gap: 10px;
  background-color: #ff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 138px;
  text-decoration: none;
  display: flex;
}

.name {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.input {
  grid-column-gap: 10px;
  border: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #00000080;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.section-footer {
  grid-column-gap: 30px;
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 120px 20px;
  text-decoration: none;
  display: flex;
}

.left-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-legal-footer {
  color: #fff;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.text-14 {
  color: #ffffff80;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 246px;
  text-decoration: none;
  display: flex;
}

.button-contacts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 270px;
  max-width: none;
  height: 60px;
  padding: 24px 50px;
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-contacts:hover {
  transform: translate(0, -2px);
}

.no-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.social {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.social-icons {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.facebook3-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.instagram4-1 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.behance-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.dribbble-logo-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.instead-of-15-000-k-1 {
  color: gray;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 90%;
  text-decoration: line-through;
}

.body {
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, Arial, sans-serif;
}

.by-price {
  color: #000;
  font-family: Manrope, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-block {
  color: gray;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.multi-step-form-block---brix {
  flex: 0 auto;
  width: 100%;
  max-width: 770px;
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.multi-step-foirm---success-message---brix {
  background-color: #fff;
  border-radius: 0;
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-content---brix {
  border-top: 1px #d9dbe9;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: visible;
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  border: 2px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.radio-button {
  cursor: pointer;
  border: 1.2px solid #d9dbe9;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: inset 0 0 7px #14142b14;
}

.radio-button.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4a3aff33;
}

.title-container---brix {
  text-align: center;
  max-width: 518px;
}

.slider-content-wrap---brix {
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.multi-step-form-text-field---brix {
  color: #000;
  background-color: #fff;
  border: 1px solid #00000080;
  border-radius: 0;
  min-height: 78px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  line-height: 110%;
  transition: color .4s, border-color .4s, all .4s;
}

.multi-step-form-text-field---brix:hover {
  border-color: #000;
}

.multi-step-form-text-field---brix:focus {
  color: #000;
  border: 1px solid #000;
}

.multi-step-form-text-field---brix::placeholder {
  color: #00000080;
  font-size: 18px;
}

.multi-step-form-text-field---brix.name-icon---brix {
  min-height: 78px;
  box-shadow: none;
  color: #000;
  -webkit-text-stroke-color: #000;
  background-image: none;
  border: 1px solid #00000080;
  border-radius: 0;
  padding: 24px;
}

.multi-step-form-text-field---brix.name-icon---brix:hover, .multi-step-form-text-field---brix.name-icon---brix:focus {
  background-image: url('../images/icon-1-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix {
  background-image: url('../images/icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix:hover, .multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix {
  background-image: url('../images/icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix:hover, .multi-step-form-text-field---brix.phone-icon---brix:focus {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix {
  background-image: url('../images/icon-4-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix:hover, .multi-step-form-text-field---brix.company-icon---brix:focus {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-label---brix {
  color: #000;
  text-transform: uppercase;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 40;
  margin-bottom: 0;
  position: relative;
}

.first-step-grid---brix {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.first-step-grid---brix.uniform-space---brix {
  grid-row-gap: 30px;
  overflow: visible;
}

.first-step-grid---brix.second-step {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form-step-progress-bar---brix {
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 100%;
  min-height: 10px;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #ff0;
}

.form-step-progress-bar---brix.current-step---brix {
  background-color: #fdfe4d;
  width: 50%;
}

.slide---brix {
  height: auto;
  margin-right: 80px;
}

.form-step-progress-bar-mobile---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.multi-step-form-button---brix {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  inset: 682px auto auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multi-step-form-button---brix.right---brix.preview-page {
  opacity: 1;
  color: #000;
  text-align: left;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ff0;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 50px;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  position: static;
  top: 560px;
  left: auto;
  right: auto;
}

.multi-step-form-button---brix.right---brix.preview-page:hover {
  background-color: #fdfe4d;
}

.multi-step-form-button---brix.right---brix.preview-page {
  clear: none;
  text-align: center;
  align-self: auto;
  width: 270px;
  height: 60px;
  margin-right: 0;
  padding-top: 21px;
  padding-bottom: 0;
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.left---brix.preview-page {
  color: #000;
  z-index: 0;
  clear: none;
  background-color: #fff0;
  border-style: solid;
  border-color: #000;
  flex: 0 auto;
  width: 270px;
  height: 60px;
  margin-left: 0;
  margin-right: auto;
  padding: 21px 50px 0;
  line-height: 165%;
  position: relative;
  inset: 0;
}

.submit-button---brix {
  color: #000;
  background-color: #ff0;
  border-radius: 500px;
  width: 270px;
  height: 60px;
  margin-top: 14px;
  padding: 20px 40px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
}

.checkbox---brix {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  border-width: 2px;
  border-color: #0000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px #13124212;
}

.checkbox---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1f255912;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.checkbox-item--brix {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.submit-content-wrapper---brix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 100px auto auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider---brix {
  background-color: #0000;
  max-width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.multi-step-form---brix {
  background-color: #fff;
  border-radius: 34px;
  flex: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.multi-step-form-wrapper---brix {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-title-wrap---brix {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 24px;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 30px;
  padding: 16px;
}

.radio-button-field {
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.display-none {
  display: none;
}

.form-step-number---brix {
  color: #000;
  background-color: #e5e5e5;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.form-step-number---brix.completed---brix {
  color: #000;
  background-color: #ff0;
  font-weight: 700;
}

.form-step-number---brix.step-navigation {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.select-item-icon---brix {
  margin-right: 12px;
}

.mask---brix {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.step-title---brix {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.step-paragraph---brix {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 165%;
}

.steps-bar-wrapper--brix {
  border-bottom: 1px #000;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.avatar-img {
  width: 100px;
  max-width: none;
  height: 100px;
}

.avatar-frame {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 100px;
  flex: none;
  width: 100px;
  height: 100px;
  overflow: clip;
}

.slider {
  width: 100%;
  max-width: 1170px;
}

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.card-header {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-2 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel-2.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.slider-2 {
  background-color: #ddd0;
  flex: 1;
  width: 100%;
  max-width: 1170px;
}

.slide-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -80px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

.slide-nav.sliderdot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #474747;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon {
  color: #878787;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  inset: 0%;
}

.icon.arrow-slider {
  color: #000;
  text-align: center;
  flex-flow: row;
  align-items: center;
  margin: auto;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.skide-card {
  max-width: 45%;
  margin-right: 15px;
}

.slide-card {
  max-width: 527px;
  height: auto;
  margin-left: 0;
  margin-right: 30px;
}

.slide-card.end {
  box-sizing: border-box;
  vertical-align: baseline;
  max-width: 45%;
  height: 100%;
}

.mask {
  width: auto;
  max-width: none;
  margin-bottom: 30px;
  overflow: visible;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  height: 441.9px;
  display: flex;
}

.button-arrow-slider {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  background-color: #fdfe4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 0;
  height: 60px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.button-arrow-slider.back {
  margin-right: 8px;
}

.button-arrow-slider.next {
  margin-left: 8px;
}

.image {
  vertical-align: baseline;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: inline-flex;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.inner-swipe {
  display: none;
}

.slide-container {
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-item-wrapper {
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 442px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

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

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.text-block-2 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  width: 527px;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.image-27 {
  padding-top: 20px;
}

.image-28, .image-29 {
  padding-top: 21px;
}

.slider-3 {
  width: 100%;
  max-width: 770px;
}

.text-block-3 {
  line-height: 110%;
}

.text-block-4 {
  font-size: 24px;
  line-height: 110%;
}

.disclimer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 165%;
}

.disclimer.bold {
  margin-top: 0;
  font-weight: 700;
}

.disclimer.regular {
  margin-top: 16px;
}

.disclimer.checkbox-txt {
  margin-left: 16px;
}

.div-block-4 {
  background-color: #ff03;
  border-left: 4px solid #ff0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: 16px;
  padding: 16px;
}

.checkbox {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 1px solid #00000080;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
  line-height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.checkbox.w--redirected-checked {
  color: #000;
  background-color: #ff0;
  background-image: url('../images/checkbox-agree.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-color: #000;
  line-height: 100%;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section-7 {
  grid-row-gap: 80px;
  background-color: #e5e5e5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 135px;
  text-decoration: none;
  display: flex;
}

.title-style-4 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 200px;
  padding-right: 200px;
  text-decoration: none;
  display: flex;
}

.h2-style-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.txt-basic-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.reviews-card-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  text-decoration: none;
  display: flex;
}

.card-review-3 {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 570px;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.avatar-2 {
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.avatar-img-2 {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 24px;
  margin-bottom: 0;
}

.sub-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h4-style {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.text-19 {
  color: gray;
  letter-spacing: .03em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.txt-basic-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #000;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.more-2 {
  grid-column-gap: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.link-more-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #000;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.icon-more-3 {
  grid-row-gap: 10px;
  background-color: #d6d6d6;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-review-4 {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 570px;
  height: 470px;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.button-learnmore-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #ff0;
  border-radius: 240px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 60px;
  margin-top: -30px;
  padding: 24px 50px;
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-learnmore-2:hover {
  transform: translate(0, -2px);
}

.text-22 {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.h-sroll-2 {
  background-color: #d6d6d6;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.bar-2 {
  background-color: #ff0;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.brief-form {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  padding-left: 170px;
  padding-right: 170px;
  text-decoration: none;
  display: flex;
}

.form-navigation-multi-steps {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navigation-step {
  background-color: #ff0;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-step.inactive {
  background-color: #e5e5e5;
}

.text-23 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.navigation-loadbar {
  grid-row-gap: 10px;
  background-color: #e5e5e5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.bucket-2 {
  grid-row-gap: 10px;
  background-color: #ff0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.bucket-2.step-2 {
  width: 100%;
}

.step-navigation-3 {
  background-color: #e5e5e5;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.form-navigation-title {
  grid-row-gap: 24px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.form-input {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-h4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

.txt-basic-4 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.form-grid {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.name-2 {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.input-2 {
  grid-column-gap: 10px;
  border: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #00000080;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.dropdown-form {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.tag-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.drop {
  background-color: #fff;
  border: 1px solid #00000080;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.field {
  border-bottom: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.select {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #00000080;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.drop-icon {
  background-color: #e5e5e5;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  text-decoration: none;
  display: flex;
}

.vector-4681 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #000;
  flex: none;
  width: 18px;
  max-width: none;
  height: 9px;
  max-height: none;
  overflow: visible;
}

.select-point {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 24px;
  display: flex;
}

.zskvn-novch-klient, .sputn-novho-produktu, .osobn-znaka {
  color: #000;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.image-30 {
  width: 18px;
}

.form-discription {
  color: #000;
  width: 100%;
  margin-top: -14px;
  font-size: 14px;
  line-height: 165%;
}

.form-discription.warning-regular-2.bold {
  font-weight: 700;
}

.form-discription.warning-regular-2.w {
  font-size: 14px;
}

.form-discription.warning-regular-2 {
  margin-top: 0;
  font-size: 16px;
}

.form-discription.warning-regular-2.bold-basic {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.warning {
  background-color: #ff03;
  border-left: 4px solid #ff0;
  border-radius: 0 16px 16px 0;
  width: 100%;
  margin-top: -14px;
  margin-right: 16px;
  padding: 16px;
}

.form-warning-title, .form-warning-regular {
  width: 100%;
}

.form-input-dicription {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-checkbox-discription {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.form-checkbox {
  border: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.ob-form_title {
  text-align: center;
  font-weight: 500;
}

.ob-form_block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: height .2s;
  overflow: auto;
}

.ob-form_progress-step {
  background-color: #303030;
  border: .2rem solid #303030;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  font-weight: 600;
  transition: all .35s;
  display: flex;
  position: relative;
}

.ob-form_progress-step.is-completed {
  color: #000;
  background-color: #ffe500;
  border-color: #ffe500;
}

.ob-form_progress-step.is-active {
  border: .2rem solid #ffe500;
}

.ob-form_form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.ob-form_subtitle {
  color: #a5a5a5;
  text-align: center;
  align-self: center;
  max-width: 25rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.ob-form_step-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.ob-form_progress-step-line {
  background-color: #303030;
  flex: 1;
  height: .4rem;
  margin-left: -.1rem;
  margin-right: -.1rem;
  transition: background-color .35s;
}

.ob-form_progress-step-line.is-completed {
  background-color: #ffe500;
}

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

.ob-form_progress-step-wrap {
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_option3 {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_option3-icon {
  background-color: #303030;
  border: 1px #000;
  border-radius: 99rem;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
}

.form_option3-icon.w--redirected-checked {
  background-color: #ffe500;
  background-image: url('../images/check_black.svg');
  background-position: 50%;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.form_option3-icon.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.ob-form_cols-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.ob-form_button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #ffe500;
  border-radius: 99rem;
  width: 100%;
  max-width: 16rem;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color .15s cubic-bezier(.165, .84, .44, 1), transform .15s cubic-bezier(.165, .84, .44, 1);
}

.ob-form_button:hover {
  background-color: #ffd900;
  transform: scale(1.03);
}

.ob-form_button.is-back {
  background-color: #303030;
}

.ob-form_button.is-back:hover {
  background-color: #353535;
}

.text-color-paragraph {
  color: #a5a5a5;
}

.form_option1-img {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.25rem;
  display: flex;
}

.spacer-smallmed {
  width: 100%;
  padding-top: 1.5rem;
}

.ob-form_step {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.ob-form_error {
  color: #ff214d;
  font-size: 1rem;
  font-weight: 500;
}

.form_option3-label {
  font-size: 1.0625rem;
}

.icons-link {
  color: #a5a5a5;
  text-underline-offset: .4em;
  font-size: .9rem;
  text-decoration: underline;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

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

.ob-form_button-spacer {
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
}

.inputflow-link {
  color: #ffe500;
}

.inputflow-link:hover {
  color: #f4d000;
}

.form_label-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: .15rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.form_field-wrap {
  margin-bottom: 0;
}

.ob-form_button-spacer-slot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.form_option2-icon {
  background-color: #555;
  border: 1px #000;
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 50% 1rem auto auto;
  transform: translate(0, -50%);
}

.form_option2-icon.w--redirected-checked {
  background-color: #ffe500;
  background-image: url('../images/check_black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-width: .25rem;
}

.form_option2-icon.w--redirected-focus {
  box-shadow: none;
}

.form_option2-icon.w--redirected-focus-visible {
  outline-offset: .15rem;
  outline: .1rem solid #fff;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.section_onboarding {
  color: #fff;
  background-color: #1e1e1e;
  background-image: url('../images/blob-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  padding-top: max(3rem, 15vh - 2rem, 30vh - 8rem, 45vh - 17rem);
  padding-bottom: 2rem;
  font-size: 1.125rem;
  display: flex;
}

.ob-form_success-msg {
  background-color: #0000;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.form_option1-label {
  margin-top: .6rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.35;
}

.ob-form_button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form_option1-icon {
  background-color: #555;
  border: 1px #000;
  border-radius: 99rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.form_option1-icon.w--redirected-checked {
  background-color: #ffe500;
  background-image: url('../images/check_black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-width: .25rem;
}

.form_option1-icon.w--redirected-focus {
  box-shadow: none;
}

.form_option1-icon.w--redirected-focus-visible {
  outline-offset: .15rem;
  outline: .1rem solid #fff;
}

.form_option2 {
  cursor: pointer;
  background-color: #303030;
  border: .0625rem solid #303030;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .8rem 1.25rem;
  display: flex;
  position: relative;
}

.form_option2.is-active {
  border: .0625rem solid #fff;
}

.ob-form_progress-steps {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: grid;
}

.ob-form_cols-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.form_input {
  color: #fff;
  background-color: #303030;
  border: 1px #eee;
  border-radius: .625rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1.125rem;
}

.form_input:focus {
  outline-offset: 0px;
  background-color: #353535;
  outline: .0625rem solid #fff;
}

.form_input::placeholder {
  color: #5d5d5d;
  font-size: 1.125rem;
}

.form_input.is-select-input {
  cursor: pointer;
  background-image: url('../images/select-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-text-area {
  min-height: 12rem;
  padding-top: 1rem;
}

.form_option1 {
  text-align: center;
  cursor: pointer;
  background-color: #303030;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  margin-bottom: 0;
  padding: 1.5rem 1rem 1rem;
  transition: transform .1s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.form_option1:hover {
  background-color: #353535;
}

.form_option1.is-active {
  border: .075rem solid #fff;
}

.form_grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide {
  height: 100%;
}

.mob_steps_bar {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.form_content_img {
  max-width: 200px;
}

.steps_bar {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.slider_button {
  z-index: 3;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  min-width: 146px;
  max-width: max-content;
  padding: 12px 20px;
  font-size: 1em;
  position: absolute;
  inset: auto auto -30% 0%;
}

.slider_button.slide_next {
  inset: auto 0% -30% auto;
}

.radio_button {
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s linear;
}

.radio_button:hover {
  border-width: 2px;
  border-color: #000;
}

.radio_button:focus {
  border-width: 7px;
  border-color: #a3ff41;
}

.radio_button.w--redirected-focus {
  border-width: 7px;
  border-color: #000;
  box-shadow: 0 0 #0003;
}

.mw_medium {
  max-width: 650px;
}

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

.form_content_top {
  margin-bottom: 48px;
}

.slider-4 {
  background-color: #0000;
  height: 100%;
}

.full_img {
  width: 100%;
}

.badge {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #efffde;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: .875em;
}

.checkbox-2 {
  z-index: 5;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s linear;
  position: absolute;
  inset: 0%;
}

.checkbox-2:hover {
  border-color: #00000080;
}

.checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border-color: #000;
}

.checkbox-2.w--redirected-focus {
  border-color: #000;
  box-shadow: 0 0 #0003;
}

.mask-2 {
  height: 100%;
}

.form_content_last {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.hero_section {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.current_step {
  background-color: #000;
  width: 50%;
  height: 100%;
}

.submit_button {
  z-index: 2;
  position: absolute;
  inset: auto 0% -30% auto;
}

.complete_step {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.button {
  background-color: #000;
  border: 1px solid #000;
  padding: 12px 24px;
  transition: all .3s linear;
}

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

.checkbox_icon {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  display: flex;
}

.form_content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
}

.form_label-2 {
  margin-bottom: 10px;
  font-weight: 400;
}

.mb_medium {
  margin-bottom: 1.5em;
}

.header-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hide {
  display: none;
}

.mob_steps_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  max-width: 240px;
}

.mw_small {
  max-width: 450px;
}

.step_number {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  display: flex;
}

.step_progress_bar {
  background-color: #00000080;
  border-radius: 16px;
  width: 100%;
  height: 6px;
  overflow: hidden;
}

.form_section {
  padding-bottom: 9.375em;
}

.container-2 {
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
}

.form_field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  height: auto;
  margin-bottom: 0;
  padding: 8px 16px;
}

.form_field:focus {
  border-width: 0 0 1px;
}

.hero_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form_black {
  background-color: #efffde;
  border-radius: 2em;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em 3em;
}

.slider_button-outline {
  z-index: 3;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  min-width: 146px;
  max-width: max-content;
  padding: 12px 20px;
  font-size: 1em;
  position: absolute;
  inset: auto auto -30% 0%;
}

.success_message {
  background-color: #0000;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.checkbox_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 24px;
  font-size: 1.125em;
  display: flex;
  position: relative;
}

.multi-step-form-block---brix-2 {
  width: 100%;
  max-width: 1170px;
  min-height: 0;
  margin: 0 auto;
  padding-left: 200px;
  padding-right: 200px;
}

.form-content---brix-2 {
  border: 1px #000;
  flex: 0 auto;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  overflow: visible;
}

.multi-step-form-text-field---brix-2 {
  color: #170f49;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0000;
  border-radius: 500px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  font-size: 18px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px #13124212;
}

.multi-step-form-text-field---brix-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1312421f;
}

.multi-step-form-text-field---brix-2:focus {
  color: #4a3aff;
  border: 2px solid #4a3aff;
}

.multi-step-form-text-field---brix-2::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix-2.company-icon---brix {
  background-image: url('../images/icon-4-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix-2.company-icon---brix:hover, .multi-step-form-text-field---brix-2.company-icon---brix:focus {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix-2.phone-icon---brix {
  background-image: url('../images/icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix-2.phone-icon---brix:hover, .multi-step-form-text-field---brix-2.phone-icon---brix:focus {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix-2.email-icon---brix {
  background-image: url('../images/icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix-2.email-icon---brix:hover, .multi-step-form-text-field---brix-2.email-icon---brix:focus {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix-2.name-icon---brix {
  height: 48px;
  min-height: 0;
  max-height: none;
  box-shadow: none;
  color: #000;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px #00000080;
  border-radius: 0;
  padding: 24px 16px;
  font-size: 14px;
  line-height: 165%;
}

.multi-step-form-text-field---brix-2.name-icon---brix:hover {
  border-color: #000;
}

.multi-step-form-text-field---brix-2.name-icon---brix::placeholder {
  color: #00000080;
  font-size: 16px;
  font-weight: 400;
}

.multi-step-form-label---brix-2 {
  color: #000;
  text-transform: uppercase;
  border-radius: 16px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.multi-step-form-label---brix-2.no-margin---brix {
  z-index: 40;
  margin-bottom: 0;
  position: relative;
}

.first-step-grid---brix-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.first-step-grid---brix-2.uniform-space---brix {
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

.first-step-grid---brix-2.uniform-space---brix.two-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.steps-bar---brix-2 {
  border-bottom: 1px #000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form-step-progress-bar---brix-2 {
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 100%;
  min-height: 10px;
}

.form-step-progress-bar---brix-2.complete-step---brix {
  background-color: #ff0;
}

.form-step-progress-bar---brix-2.current-step---brix {
  background-color: #ff0;
  width: 50%;
}

.slider---brix-2 {
  background-color: #0000;
  flex-flow: wrap;
  max-width: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.multi-step-form---brix-2 {
  background-color: #fff0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.step-title-wrap---brix-2 {
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.form-step-number---brix-2 {
  color: #000;
  background-color: #e5e5e5;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.form-step-number---brix-2.completed---brix {
  color: #000;
  background-color: #ff0;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.step-title---brix-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.step-title---brix-2.last {
  margin-bottom: 0;
}

.step-paragraph---brix-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 165%;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 165%;
}

.dropdown {
  border: 1px #00000080;
  flex-flow: column;
  align-items: center;
  width: auto;
  height: 78px;
  min-height: 78px;
  display: flex;
}

.dropdown:hover, .dropdown:focus {
  border-color: #000;
}

.div-block-5 {
  border: 1px solid #00000080;
}

.dropdown-toggle {
  flex: 1;
  align-items: center;
  width: 100%;
  height: 78px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.dropdown-toggle.w--open {
  width: 100%;
}

.text-block-5 {
  color: #00000080;
  font-size: 18px;
  line-height: 165%;
}

.icon-2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.dropdown-list {
  background-color: #fff0;
  position: absolute;
}

.dropdown-list.w--open {
  z-index: 999;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  font-size: 18px;
  line-height: 165%;
  position: relative;
  inset: auto 0%;
}

.drop-point {
  color: #000;
  padding: 24px;
  font-size: 18px;
  line-height: 165%;
}

.dropdown-2 {
  background-color: #f7f7f7;
  border: 1px #000;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.dropdown-toggle-2 {
  border: 1px #00000080;
  width: 100%;
  height: 49.6px;
  padding: 11px 54px 11px 16px;
  transition: all .1s;
}

.dropdown-toggle-2:hover {
  background-color: #fff0;
  border-color: #000;
}

.dropdown-toggle-2.input-form-steps {
  padding-top: 11px;
  padding-bottom: 10px;
}

.icon-3 {
  color: #000;
  text-align: center;
  margin: 16px 16px 0 auto;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.dropdown-list-2 {
  z-index: 0;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 0;
  display: block;
  overflow: hidden;
}

.div-block-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-item {
  color: #000;
  height: 49.6px;
  padding: 16px 24px 15px;
  font-size: 16px;
  line-height: 100%;
  transition: all .2s;
}

.dropdown-item:hover {
  background-color: #ff03;
}

.dropdown-label {
  color: #000;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
  line-height: 165%;
  display: flex;
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  display: block;
}

.text-block-7 {
  margin: auto;
  font-size: 16px;
  line-height: 100%;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 165%;
}

.image-31 {
  margin-bottom: 14px;
}

.packages-include-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.slider-5 {
  background-color: #fff0;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.preview {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.slide-case {
  vertical-align: baseline;
  background-color: #fff0;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
}

.image-32 {
  height: auto;
}

.right-arrow {
  height: 100%;
  inset: 0% 0% auto auto;
}

.left-arrow {
  height: 100%;
  inset: 0% auto auto 0%;
}

.arrow-slider {
  color: #ff0;
  font-size: 24px;
  font-weight: 700;
}

.text-basic-card-1 {
  color: #000;
  font-size: 16px;
  line-height: 165%;
}

.text-29 {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.reviews-card-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  text-decoration: none;
  display: flex;
}

.txt-basic-5 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h4-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-review-5 {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.no-templates-everything-is-tailored-to-your-business-and-goals-2 {
  color: #000;
  letter-spacing: .03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
  text-decoration: none;
}

.avatar-img-3 {
  object-fit: cover;
  max-width: none;
  margin-bottom: 6px;
}

.text-basic-card1 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: gray;
  letter-spacing: .03em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.carousel-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  text-decoration: none;
  display: flex;
}

.button-learnmore-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ff0;
  border-radius: 240px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 78px;
  padding: 24px 50px;
  text-decoration: none;
  display: flex;
}

.checkbox-label {
  color: #000;
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  line-height: 165%;
}

.checkbox-field-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-3 {
  color: #000;
  border: 1px solid #00000080;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  line-height: 100%;
}

.checkbox-3:hover {
  border-color: #000;
}

.checkbox-3.w--redirected-checked {
  opacity: 1;
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/checkbox-agree.svg');
  background-position: 50%;
  background-size: auto;
  border-style: none;
  border-color: #0000;
}

.checkbox-3.w--redirected-focus {
  cursor: pointer;
  border: 0 #000;
}

.checkbox-3.w--redirected-focus-visible {
  border-style: none;
}

.div-block-8 {
  height: auto;
}

.div-block-9 {
  border: 1px solid #000;
  border-style: none solid solid none;
  padding-bottom: 24px;
}

.div-block-10 {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}

.text-block-8 {
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 165%;
}

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

.dz-photo {
  border-radius: 200px;
  margin-top: 14px;
  overflow: hidden;
}

.input-form-steps.area {
  color: #000;
  word-break: break-all;
  overflow-wrap: anywhere;
  object-fit: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 165%;
  overflow: hidden;
}

.input-form-steps.area::placeholder {
  color: #00000080;
  font-size: 16px;
}

.input-form-steps {
  color: #000;
  background-color: #f7f7f7;
  border: 1px #000;
  padding: 24px 16px;
  font-size: 16px;
  line-height: 165%;
}

.text-basic-card-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.form-disc {
  color: #000;
  font-family: Manrope, Arial, sans-serif;
  line-height: 165%;
}

.div-block-11 {
  margin-top: -14px;
}

.div-block-12 {
  height: auto;
  min-height: 0;
}

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  line-height: 110%;
}

.icon-wa {
  display: block;
}

.mask-3 {
  overflow: hidden;
}

.slide-nav-2, .icon-4 {
  display: none;
}

.drop-lang-text {
  color: #000;
  font-size: 16px;
  line-height: 110%;
}

.dropdown-lang {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-lang-list {
  padding-top: 6px;
}

.dropdown-lang-list.w--open {
  background-color: #fff;
  border: 1px solid #00000080;
  border-radius: 0;
  margin-top: 6px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.dropdown-lang-list-text {
  color: #000;
  text-align: center;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 110%;
}

.dropdown-lang-list-text:hover {
  background-color: #ff03;
}

.footer-social-link {
  width: 30px;
  height: 30px;
  transition: transform .2s;
}

.footer-social-link:hover {
  transform: translate(0, -2px);
}

.image-38 {
  max-width: none;
  display: block;
}

.img-contact {
  width: 170px;
  height: 170px;
}

.content-item-content-main {
  text-decoration: none;
}

.content-item-content-main:hover {
  color: #000;
  text-decoration: underline;
}

.link-block {
  text-decoration: none;
}

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

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

.button-back-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  align-items: center;
  width: auto;
  padding: 20px 40px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-13 {
  flex: 0 auto;
}

.lin {
  width: 24px;
}

.image-40 {
  width: 170px;
  max-width: none;
  height: 170px;
  margin-bottom: 10px;
}

.div-block-14 {
  flex-flow: column;
  align-items: stretch;
  min-height: 100vh;
  max-height: none;
  display: flex;
}

.div-block-14.secondpage {
  flex-flow: column;
}

.div-block-15 {
  width: 100%;
  max-width: 1170px;
  display: flex;
}

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

.cookie-popup {
  z-index: 9999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: fixed;
  inset: auto 0 20px;
  box-shadow: 0 8px 16px #0003;
}

.button-cookies-accept {
  color: #000;
  text-align: center;
  background-color: #ff0;
  border-radius: 60px;
  width: 161.2px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
}

.button-cookies-decline {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 60px;
  width: auto;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
}

.cookie-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.select-field-form {
  color: #000;
  background-color: #f7f7f7;
  border: 1px #000;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 40px 0 16px;
  font-size: 16px;
  line-height: 165%;
  display: block;
}

.form-button {
  color: #000;
  background-color: #ff0;
  border-radius: 60px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.form-button.submit {
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
  transition: transform .2s;
  display: block;
  transform: translate(0, -2px);
}

.form-button.navigation-form {
  text-align: center;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
}

.form-button.navigation-form.back {
  background-color: #fff0;
  border: 1px solid #000;
}

.form-button.next {
  margin-left: auto;
}

.form-button.next.step-1 {
  width: auto;
  transition: transform .2s;
  display: block;
}

.form-button.next.step-1:hover {
  transform: translate(0, -2px);
}

.form-button.next.step-2 {
  transition: transform .2s;
}

.form-button.next.step-2:hover {
  transform: translate(0, -2px);
}

.form-button.back {
  background-color: #fff0;
  border: 1px solid #000;
}

.input-label {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.input-field {
  color: #000;
  border: 1px solid #0003;
  height: 48px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 110%;
}

.input-field:hover {
  border-color: #000;
}

.input-field::placeholder {
  color: #00000080;
  line-height: 1110%;
}

.form-block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 100%;
  min-width: 0;
  max-width: 770px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brief-form-steps {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  order: 0;
  align-items: stretch;
  display: flex;
}

.form-step-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.navigation-buttons {
  display: flex;
}

.form-step-2, .form-step-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.form-step-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: auto;
  width: 100%;
  display: flex;
}

.text-block-11 {
  color: #000;
  text-align: center;
}

.head-step-4 {
  color: #000;
  text-align: center;
  font-family: Manrope, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.sub-step-4 {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 165%;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.head-text-step-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.head-form-step {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px #000;
  border-bottom-style: solid;
  flex-flow: column;
  margin-bottom: 8px;
  padding-bottom: 16px;
  display: flex;
}

.head-text-step {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.sub-step {
  color: #000;
  font-size: 16px;
  line-height: 165%;
  display: none;
}

.description-text {
  color: #000;
  margin-top: 6px;
  margin-bottom: 5px;
  line-height: 165%;
}

.warning-text {
  color: #000;
  line-height: 165%;
}

.warning-title {
  color: #000;
  font-weight: 700;
  line-height: 165%;
}

.warning-block {
  background-color: #ff03;
  border-left: 4px solid #ff0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: column;
  margin-top: 10px;
  padding: 16px;
  display: flex;
}

.checkbox-field-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-4 {
  color: #000;
  border: 1px solid #00000080;
  flex: none;
  align-self: auto;
  width: 30px;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  line-height: 100%;
}

.submit-checkbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.description-check {
  color: #000;
  flex: 1;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  line-height: 165%;
  display: flex;
}

.success-message {
  background-color: #fff0;
  padding: 0;
}

.success-text {
  color: #000;
  font-size: 16px;
  line-height: 165%;
}

.success-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-21 {
  width: 170px;
  height: 170px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  border-left: 4px solid #ec9999;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex: 0 auto;
  margin-top: 30px;
  padding: 16px;
}

.text-block-12 {
  color: #000;
  width: auto;
  font-size: 16px;
  line-height: 165%;
}

.step-number {
  background-color: #e5e5e5;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.step-number.stp-1 {
  background-color: #ff0;
  width: 48px;
  height: 48px;
}

.step-number.stp-2, .step-number.stp-3 {
  background-color: #ff0;
}

.text-block-13 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.navigation-step-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.step-line {
  background-color: #e5e5e5;
  border-radius: 30px;
  flex: 1;
  width: 100%;
  height: 10px;
}

.step-line.stp-1, .step-line.stp-3 {
  background-color: #ff0;
}

.navigation-step-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.navigation-stp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-stp.stp-3 {
  width: auto;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 8px;
  display: flex;
}

.textarea {
  color: #000;
  border: 1px solid #0003;
  align-items: stretch;
  height: 48px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 16px;
  line-height: 165%;
  display: flex;
}

.textarea::placeholder {
  color: #00000080;
}

.h3-bold {
  color: #000;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-2 {
  color: #000;
  width: 100%;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
}

.table-1 {
  width: 100%;
  max-width: none;
}

.table-row {
  border-bottom: 1px solid #000;
  display: flex;
}

.table-row.hd {
  background-color: #e5e5e5;
}

.table-column, .table-column.hd {
  color: #000;
  width: 100%;
  padding: 16px;
  font-family: Manrope, Arial, sans-serif;
  line-height: 165%;
}

.bold-text-2, .text-block-14 {
  font-weight: 400;
}

.link-footer {
  color: #fff;
  font-size: 16px;
  line-height: 165%;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6 {
  color: #000;
}

.text-cookies-2 {
  color: #000;
  margin-bottom: 0;
  line-height: 165%;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .left.con-cz, .left.home-ua, .left.con-ua, .left.home-en, .left.con-en {
    width: auto;
  }

  .button-cta-wa {
    width: 60px;
    padding-left: 16px;
  }

  .h1-style {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-portfolio {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-about {
    padding-top: 80px;
  }

  .title-style, .txt-basic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-public-offer {
    flex-flow: column;
    padding: 80px 20px;
  }

  .left-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: stretch;
    width: auto;
  }

  .h2-style-2 {
    flex-flow: column;
    flex: 1;
  }

  .co-zskte-s-nmi-co-jin-nenabdnou {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .packages-list {
    grid-row-gap: 16px;
    flex: 0 auto;
    max-width: none;
    margin-top: 0;
    display: flex;
  }

  .packages-list.stack {
    display: flex;
  }

  .link-more.stack {
    justify-content: flex-start;
    align-items: center;
  }

  .logotypes-platform {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .list {
    width: 100%;
  }

  .text-basic-card {
    grid-column-gap: 0px;
  }

  .section-packages, .section-flow {
    padding: 80px 20px;
  }

  .step-1 {
    flex-flow: row;
    flex: 1;
  }

  .step-1.tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .card-price {
    padding: 30px;
  }

  .price-1 {
    flex-flow: column;
  }

  .section-brief, .section-footer {
    padding: 80px 20px;
  }

  .left-3 {
    flex-flow: column;
  }

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

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .radio-button-field {
    padding: 40px 24px;
  }

  .inner-swipe {
    display: none;
  }

  .form-discription.warning-regular-2 {
    font-size: 14px;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .slider_button, .slider_button.slide_next {
    bottom: -25%;
  }

  .hero_section {
    padding-top: 5.25em;
    padding-bottom: 5.25em;
  }

  .submit_button {
    bottom: -25%;
  }

  .brand {
    max-width: 200px;
  }

  .brand-svg {
    display: block;
  }

  .form_black {
    padding-bottom: 2em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .slider_button-outline {
    bottom: -25%;
  }

  .multi-step-form-block---brix-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-5 {
    height: auto;
  }

  .right-arrow, .left-arrow {
    height: 100%;
    display: flex;
  }

  .reviews-card-list-2 {
    flex-flow: column;
  }

  .card-review-5 {
    padding: 30px;
  }

  .carousel-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-list {
    margin-top: 30px;
  }

  .text-block-9 {
    display: none;
  }

  .icon-wa {
    width: 30px;
    height: 30px;
  }

  .image-38 {
    vertical-align: baseline;
    display: block;
  }

  .image-39 {
    max-width: none;
  }

  .button-back-home {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .div-block-13 {
    flex: 0 auto;
  }

  .div-block-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
  }

  .cookie-popup {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .cookie-item-content, .div-block-17, .div-block-18 {
    margin-bottom: 0;
  }

  .form-button.next.step-1 {
    flex: 0 auto;
    margin-left: auto;
  }

  .navigation-buttons {
    flex: 0 auto;
    display: flex;
  }

  .text-cookies-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .left {
    width: auto;
    max-width: none;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .logo.footer {
    margin-left: 0;
  }

  .button-cta-wa {
    width: 60px;
    padding: 0;
  }

  .left-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .packages-list {
    width: auto;
  }

  .list {
    width: 100%;
  }

  .price-subtitle {
    flex-flow: column;
    justify-content: flex-start;
  }

  .h4 {
    flex-flow: row;
    flex: 0 auto;
    align-self: auto;
  }

  .text-basic-card {
    flex-flow: column;
    align-self: auto;
  }

  .step-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .step-1.tablet {
    flex: 1;
    align-self: auto;
    position: static;
  }

  .card-block-2 {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .main-discription {
    grid-row-gap: 16px;
    width: 100%;
  }

  .price-1 {
    flex-flow: row;
  }

  .text-10 {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .link-legal-footer {
    font-size: 14px;
  }

  .text-block {
    width: 100%;
    display: block;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .form-step-progress-bar-mobile---brix {
    background-color: #e5e5e5;
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: #ff0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    background-color: #ff0;
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: #ff0;
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: #ff0;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    flex: 0 auto;
    order: 0;
    width: 100%;
    margin-bottom: 10px;
    top: 960px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    order: 9999;
    width: 100%;
    margin-bottom: 0;
    position: static;
    top: 0;
  }

  .submit-content-wrapper---brix {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 32px;
  }

  .multi-step-form---brix {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .content-wrapper, .image-2 {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .form-discription.warning-regular-2.bold-basic {
    display: none;
    overflow: visible;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .ob-form_step-title {
    font-size: 1.75rem;
  }

  .form_grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .steps_bar {
    padding-bottom: 1.5em;
  }

  .slider_button.slide_next {
    bottom: -15%;
  }

  .hero_section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .submit_button {
    bottom: -15%;
  }

  .button {
    padding: 10px 20px;
    font-size: .875em;
  }

  .form_content {
    padding-top: 1.5em;
  }

  .brand {
    max-width: 180px;
  }

  .form_black {
    border-radius: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .slider_button-outline {
    bottom: -15%;
  }

  .multi-step-form-block---brix-2 {
    min-height: auto;
  }

  .form-content---brix-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .first-step-grid---brix-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix-2.uniform-space---brix {
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .first-step-grid---brix-2.uniform-space---brix.two-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .steps-bar---brix-2 {
    justify-content: space-between;
    padding-bottom: 16px;
  }

  .form-step-progress-bar---brix-2 {
    display: none;
  }

  .multi-step-form---brix-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-step-number---brix-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .step-title---brix-2 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .slider-5 {
    height: auto;
  }

  .right-arrow, .left-arrow {
    width: 12%;
    height: 100%;
  }

  .text-block-9 {
    display: none;
  }

  .icon-wa {
    width: 30px;
    height: 30px;
    display: block;
  }

  .div-block-15 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo {
    width: auto;
    height: auto;
  }

  .logo.footer {
    margin-left: auto;
  }

  .icon-linkedin {
    width: auto;
    height: 30px;
  }

  .icon-linkedin.logo {
    height: 80px;
  }

  .section-hero {
    grid-row-gap: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1-style {
    grid-row-gap: 16px;
  }

  .h1 {
    font-size: 36px;
  }

  .button-cta {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .title-style {
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.left.mobile {
    width: 100%;
  }

  .txt-basic {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-public-offer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .co-zskte-s-nmi-co-jin-nenabdnou {
    font-size: 36px;
  }

  .packages-list.stack {
    grid-row-gap: 10px;
    display: flex;
  }

  .link-more {
    justify-content: flex-start;
    align-items: center;
  }

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

  .logotypes-platform {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .full_logo_blue_white-1 {
    flex: 0 auto;
    align-self: auto;
  }

  .contact-item {
    grid-row-gap: 10px;
  }

  .price-subtitle {
    grid-row-gap: 6px;
  }

  .h4 {
    width: 100%;
  }

  .link-to-mail {
    font-size: 22px;
  }

  .section-packages {
    grid-row-gap: 30px;
    padding: 60px 20px;
  }

  .card-review {
    width: 100%;
    height: 100%;
  }

  .section-flow {
    grid-row-gap: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-style-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .img-style {
    width: 100px;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._2 {
    width: auto;
    height: auto;
  }

  .step-1 {
    flex-flow: column;
  }

  .text-10 {
    font-size: 48px;
  }

  .button-cta-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-brief {
    grid-row-gap: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .link-legal-footer {
    font-size: 14px;
  }

  .right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .button-contacts {
    width: 100%;
  }

  .social {
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .by-price, .text-block {
    font-size: 22px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    width: 100%;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    width: 100%;
    position: static;
    top: 0;
  }

  .multi-step-form---brix {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .radio-button-field {
    padding: 40px 20px;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .div-block-2 {
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .avatar-frame {
    width: auto;
    height: auto;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .slider-2 {
    width: auto;
    max-width: 470px;
    display: block;
  }

  .mask {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-swipe {
    position: absolute;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .button-learnmore-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .form-discription.warning-regular-2.bold-basic {
    margin-bottom: 6px;
  }

  .warning {
    margin-top: -6px;
  }

  .ob-form_progress-step {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .ob-form_subtitle {
    font-size: 1.125rem;
  }

  .ob-form_step-title {
    font-size: 1.5rem;
  }

  .ob-form_progress-step-line {
    height: .25rem;
  }

  .form_option1-img {
    width: 3.75rem;
    height: 3.75rem;
  }

  .ob-form_step {
    min-height: 70vh;
  }

  .section_onboarding {
    padding-top: 2.5rem;
  }

  .ob-form_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ob-form_progress-steps {
    margin-bottom: 2.5rem;
  }

  .ob-form_cols-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .form_input {
    min-height: 3.25rem;
  }

  .form_option1 {
    min-height: 9rem;
  }

  .form_grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .mob_steps_bar {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .steps_bar {
    display: none;
  }

  .slider_button {
    max-width: none;
    bottom: -30%;
  }

  .slider_button.slide_next {
    bottom: -20%;
  }

  .hero_section {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }

  .submit_button.slider_button {
    bottom: -20%;
  }

  .checkbox_icon {
    width: 34px;
    height: 34px;
  }

  .brand {
    max-width: 160px;
  }

  .step_number {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    font-size: .875em;
  }

  .step_progress_bar {
    border-radius: 0;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_black {
    border-radius: .5em;
    padding: 2em 1em;
  }

  .slider_button-outline {
    max-width: none;
    bottom: -30%;
  }

  .checkbox_item {
    padding: 16px;
    font-size: 1em;
  }

  .multi-step-form-label---brix-2 {
    font-size: 16px;
  }

  .first-step-grid---brix-2 {
    grid-row-gap: 16px;
    margin-bottom: 32px;
  }

  .first-step-grid---brix-2.uniform-space---brix {
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

  .steps-bar---brix-2 {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar---brix-2 {
    display: none;
  }

  .multi-step-form---brix-2 {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .preview {
    align-self: stretch;
    margin-bottom: 0;
  }

  .preview.mobile-slider {
    display: flex;
  }

  .preview.mobile-slider.font-block-preview, .preview.font-block-preview {
    display: none;
  }

  .slide-case {
    vertical-align: top;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: center;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 12%;
    height: 100%;
  }

  .left-arrow {
    justify-content: center;
    width: 12%;
    height: 100%;
    display: block;
  }

  .arrow-slider {
    text-align: center;
    flex: none;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .card-review-5 {
    width: 100%;
    height: 100%;
  }

  .carousel-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-11 {
    margin-top: -6px;
  }

  .footer-list {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .image-33 {
    max-width: none;
    display: inline-block;
    overflow: clip;
  }

  .image-34 {
    width: 80px;
    max-width: none;
    height: 80px;
  }

  .image-35 {
    width: 80px;
    max-width: none;
  }

  .image-36, .image-37 {
    width: 80px;
    max-width: none;
    height: 80px;
  }

  .header-logo-mobile {
    height: 80px;
  }

  .mask-3 {
    height: auto;
    overflow: hidden;
  }

  .slide-nav-2 {
    display: none;
  }

  .cookie-popup {
    display: block;
  }

  .button-cookies-accept {
    width: auto;
  }

  .div-block-16 {
    flex-flow: column;
    width: 100%;
  }

  .form-button.submit {
    margin-left: 0;
  }

  .form-button.next.step-1, .form-button.next.step-2 {
    text-align: center;
    margin-left: 0;
  }

  .form-button.back.to-step-1, .form-button.back.to-step-2 {
    text-align: center;
  }

  .navigation-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
  }

  .h3-bold {
    word-break: normal;
  }

  .table-row {
    flex-flow: column;
    display: flex;
  }

  .table-column {
    flex: 1;
    display: block;
  }

  .bold-text-3, .bold-text-4 {
    word-break: break-all;
    width: 100%;
  }

  .bold-text-5 {
    word-break: normal;
  }

  .bold-text-6, .bold-text-7 {
    word-break: break-all;
  }

  .text-block-14 {
    width: auto;
  }

  .bold-text-8, .bold-text-9 {
    word-break: break-all;
  }
}

#w-node-e2f20d06-51e4-e5da-99d8-e1782a9e74de-19cc72d9, #w-node-b71049af-c574-d9c4-ee38-06f9adeeb85f-19cc72df, #w-node-_48a8e7a7-2103-a665-9b41-db720dbc8f9a-19cc72e3, #w-node-c4b3f3e7-36c5-aedc-5181-5b28509aea12-19cc72e4, #w-node-_90e041c0-3732-5c15-3372-381e09f590b0-19cc72e6, #w-node-_7086a108-dffd-8e6e-3261-08902a20ec14-19cc72e7, #w-node-_268a05c7-016f-9cb1-ba9d-85c3ef5c0904-19cc72eb, #w-node-b8710ed1-01b2-bbbf-47d8-3adca92c8492-19cc72ec, #w-node-_9e749500-371d-54e8-ce50-1f8861c8196a-19cc72ed, #w-node-f4d9522e-5b04-aaa1-0d09-4ae211f2af4f-19cc72ee, #w-node-_79424f4a-19f8-8a98-af21-2e889cc69665-19cc72ef, #w-node-_155f0c71-7aa7-f264-6936-f3bc054253f0-19cc72f0 {
  place-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-e2f20d06-51e4-e5da-99d8-e1782a9e74de-19cc72d9, #w-node-b71049af-c574-d9c4-ee38-06f9adeeb85f-19cc72df, #w-node-_48a8e7a7-2103-a665-9b41-db720dbc8f9a-19cc72e3, #w-node-c4b3f3e7-36c5-aedc-5181-5b28509aea12-19cc72e4, #w-node-_90e041c0-3732-5c15-3372-381e09f590b0-19cc72e6, #w-node-_7086a108-dffd-8e6e-3261-08902a20ec14-19cc72e7, #w-node-_268a05c7-016f-9cb1-ba9d-85c3ef5c0904-19cc72eb, #w-node-b8710ed1-01b2-bbbf-47d8-3adca92c8492-19cc72ec, #w-node-_9e749500-371d-54e8-ce50-1f8861c8196a-19cc72ed, #w-node-f4d9522e-5b04-aaa1-0d09-4ae211f2af4f-19cc72ee, #w-node-_79424f4a-19f8-8a98-af21-2e889cc69665-19cc72ef, #w-node-_155f0c71-7aa7-f264-6936-f3bc054253f0-19cc72f0 {
    align-self: stretch;
  }
}


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