:root {
  --black: black;
  --white: white;
}

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

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

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

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

h1 {
  margin: 0;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.f-input-field {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #14141b1a;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 0;
  padding: .875rem 1rem;
}

.f-press-enter-text {
  font-size: .875rem;
}

.f-form-steps-wrap.is---1 {
  height: 100%;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
}

.f-container.is--video-left {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(35vw, 35rem);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.f-steps-input {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.f-logo-icon {
  color: #0f1162;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-form-button-wrapper.is---1 {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-message {
  color: #ff2b00;
  background-color: #fafafa;
  border-radius: 5px;
  margin: .25rem 4px 3px 6px;
  padding: 3px 8px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.f-steps-wrap.is--1 {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 37.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-steps-wrap.is--1.other {
  width: 25%;
}

.hide {
  display: none;
}

.f-logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  max-width: 12.5rem;
  padding: 0 2.5rem;
  display: flex;
}

.f-form-button {
  color: #fff;
  background-color: #0f1162;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.65rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.f-form-button.submit {
  background-image: url('../images/ni-paper-plane.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-right: 3.05rem;
}

.f-form-button.start {
  background-image: url('../images/ni-rocket.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-right: 3.05rem;
}

.f-txt-field-label {
  letter-spacing: 0;
  margin-bottom: .125rem;
  font-size: .875rem;
  font-weight: 600;
}

.f-input-wrapper {
  width: 100%;
  position: relative;
}

.f-form-steps-item.is---1 {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: scroll;
}

.f-form-steps-item.is-1 {
  border-radius: .5rem;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.f-form-steps-item.is---7 {
  z-index: 1;
  background-color: #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 99%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.f-form-section {
  color: #252424;
  letter-spacing: -.045em;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-left-button-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.f-form-parent-left {
  margin-bottom: 0;
}

.f-input-grid-2cols {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.f-form {
  background-color: #ededed00;
  height: 100vh;
  overflow: scroll;
}

.f-left-wrapper {
  background-color: #f7f7f7;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  display: none;
  overflow: hidden;
}

.f-radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-input-field-2 {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #ececec;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 0;
  padding: .875rem 1rem;
}

.f-input-field-2::placeholder {
  font-size: .75rem;
}

.f-form-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-input-wrapper.is---3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}

.f-radio-button {
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-radio-button:hover {
  background-color: #0205180d;
}

.f-radio-button.w--redirected-checked {
  background-color: #0f11621a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-radio-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.f-input-button-label {
  z-index: 2;
  max-width: 20ch;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.f-input-button-label.margin-left-8px {
  margin-left: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.f-form-time {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.f-checkbox-button-field {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-summary-checkbox {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border: .0625rem solid #0f1162;
  border-radius: .3125rem;
  align-items: center;
  padding: .375rem .5rem;
  font-size: .8125rem;
  font-weight: 500;
  display: flex;
}

.f-summary-heading {
  margin-top: 0;
  margin-bottom: .75rem;
}

.f-summary-card {
  background-color: #f7f7f7;
  border-radius: .625rem;
  width: 100%;
  padding: 1.25rem;
  position: relative;
}

.f-summary-text {
  font-weight: 600;
}

.f-summary-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.f-summary-field-name {
  opacity: .72;
  font-size: .75rem;
}

.f-summary-text-wrapper {
  display: flex;
}

.f-summary-edit-button {
  opacity: 1;
  cursor: pointer;
  width: .75rem;
  height: .75rem;
  position: absolute;
  inset: 6% 4% auto auto;
}

.f-summary-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-summary-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.demo-html-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-summary-checkbox-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-wrap: wrap;
  display: flex;
}

.f-custom-indicator-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2.5rem;
  padding-bottom: 0;
  display: flex;
}

.f-custom-indicator {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  opacity: .32;
  cursor: pointer;
  align-items: center;
  padding: 1.25rem 2.5rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.f-custom-indicator.current {
  opacity: 1;
  color: #000;
  background-color: #fff;
  box-shadow: 0 10px .6875rem #210f3512;
}

.f-custom-indicator.first {
  height: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.f-custom-indicator-icon {
  color: #620461;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  font-size: 1.8125rem;
  line-height: 1;
  display: flex;
}

.f-custom-indicator-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.f-custom-indicator-description {
  color: #a8a8a8;
  font-size: .8125rem;
}

.paragraph {
  opacity: .56;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.heading {
  letter-spacing: -.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.f-s {
  background-color: #0000;
  height: 100%;
}

.f-success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-success-title {
  letter-spacing: -.045em;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}

.f-success-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.f-lottie-animation {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-hero-image {
  width: 70%;
}

.f-checkbox-button {
  border-color: #0f1162;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-checkbox-button:hover {
  background-color: #0205180d;
}

.f-checkbox-button.w--redirected-checked {
  background-color: #0f11621a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-checkbox-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-checkbox-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.text-block {
  margin-bottom: 12px;
  font-size: 50px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
  display: flex;
}

.container.is--map {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 8.3em 0 7.7em;
  display: flex;
}

.map {
  z-index: 1;
  font-size: 1em;
  transition: font-size .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.map:hover {
  font-size: 1.3em;
}

.map__embed {
  width: 100%;
}

.section {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.is--map-section {
  overflow: visible;
}

.map__state {
  z-index: 2;
  width: 10em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map__state.wola {
  width: 10.4em;
  top: 38.5%;
  left: 16.5%;
}

.map__state.sro {
  top: 40%;
  left: 31%;
}

.map__state.pragp {
  width: 10.7em;
  top: 27.5%;
  left: 32%;
}

.map__state.targ {
  width: 11.5em;
  top: 19%;
  left: 38%;
}

.map__state.wawe {
  width: 21em;
  top: 44%;
  left: 55.6%;
}

.map__state.wilan {
  width: 17em;
  top: 63%;
  left: 45%;
}

.map__state.mok {
  width: 14.5em;
  top: 47%;
  left: 31%;
}

.map__state.bem {
  width: 13.5em;
  top: 32%;
  left: 2%;
}

.map__state.wes {
  width: 13.5em;
  top: 37.3%;
  left: 69%;
}

.map__state.ursus {
  width: 7.59em;
  top: 56%;
  left: 3%;
}

.map__state.biel {
  width: 14em;
  top: 12%;
  left: 7%;
}

.map__state.ursyn {
  width: 15em;
  top: 70%;
  left: 30.5%;
}

.map__state.wlochy {
  width: 14em;
  top: 56%;
  left: 7%;
}

.map__state.ppol {
  width: 10.8em;
  top: 38.8%;
  left: 44%;
}

.map__state.och {
  width: 7.9em;
  top: 51.7%;
  left: 22%;
}

.map__state.remb {
  top: 28.3%;
  left: 59%;
}

.map__state.zol {
  width: 7.1em;
  top: 29%;
  left: 24%;
}

.map__state.bl {
  width: 21em;
  top: -6%;
  left: 16%;
}

.image {
  opacity: .4;
  width: 50em;
  position: relative;
}

.main-embed {
  width: 100%;
  height: 2em;
  min-height: 2em;
}

.container-2 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.container-2.is--bottom {
  background-image: linear-gradient(207deg, #ffffff08, #ffffff05 63%);
  border: 2px solid #ffffff0f;
  border-radius: .4em;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  padding: 2.2em 2.2em 2.2em 4.2em;
  font-size: .7em;
  display: flex;
}

.hero__button-arrow {
  width: 2.6em;
  margin-left: 2.9em;
  margin-right: 2.9em;
}

.location {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-bottom: .2em;
  padding-bottom: 0;
  font-size: 2em;
  font-weight: 700;
}

.hero__button-icon {
  background-color: #eeedf2;
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  height: 4.3em;
  display: flex;
}

.hero__button-t-contain {
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero__button {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

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

.map__heading {
  margin-bottom: 0;
}

.hero__button-text {
  color: #f88cd4;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: 700;
}

.bottom-bar {
  z-index: 200;
  justify-content: space-between;
  align-items: center;
  padding: 1.8em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bar__dot {
  background-color: var(--black);
  border-radius: 100vw;
  width: 1.4em;
  height: 1.4em;
  margin-right: 1.1em;
}

.form-step__l {
  grid-column-gap: 12px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  padding-left: 80px;
  padding-right: 120px;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.label-number {
  color: #0445af;
  font-size: 16px;
}

.enter-wrap {
  grid-column-gap: 5px;
  align-items: center;
  margin-left: 12px;
  font-size: 11px;
  display: flex;
}

.full-width {
  width: 100%;
}

.form-step__r {
  flex: 1;
  width: 50%;
  height: 100%;
}

.form-step {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.field {
  border: 1px solid #0000;
  border-bottom-color: #b3c7e7;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 5px;
  font-size: 30px;
}

.field::placeholder {
  color: #b3c7e7;
  font-size: 25px;
}

.field.mb-15 {
  margin-bottom: 15px;
}

.field.mb-15:focus {
  border-color: #0000 #0000 #0445af;
}

.button {
  grid-column-gap: 6px;
  color: #fff;
  background-color: #0445af;
  border-radius: 5px;
  align-items: center;
  padding: 9px 15px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 1px 12px #0445af1a;
}

.button:hover {
  background-color: #0445afcc;
}

.label {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 400;
}

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

.form-step__flex {
  grid-column-gap: 6px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.price-field {
  cursor: pointer;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-span {
  font-size: .7rem;
}

.select-field {
  color: #383838;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.radio-button {
  width: 400px;
  height: 400px;
}

.radio-button-2, .radio-button-label {
  display: none;
}

@media screen and (max-width: 991px) {
  .f-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-container.is--video-left {
    grid-template-columns: 1fr;
  }

  .f-logo-icon {
    display: none;
  }

  .f-form-steps-item.is-1, .f-form-steps-item.is---7 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
  }

  .f-left-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .f-custom-indicator-wrapper {
    flex-direction: row;
    padding-top: 0;
  }

  .f-custom-indicator {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    padding: .8125rem;
  }

  .f-custom-indicator-icon {
    width: 1.375rem;
  }

  .f-custom-indicator-title {
    font-size: .875rem;
  }

  .f-custom-indicator-description {
    font-size: .6875rem;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--map {
    padding-top: 10.5em;
    padding-bottom: 16.8em;
  }

  .map {
    font-size: 1.5em;
  }

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

  .container-2.is--bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
  }

  .location {
    height: 1em;
    margin-bottom: 0;
  }

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

  .form-step__r {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-container.is--video-left {
    padding: .8rem 1.1rem;
  }

  .container.is--map {
    justify-content: center;
    align-items: center;
    padding-left: 2.9em;
    padding-right: 3em;
    overflow: scroll;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .container-2.is--bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: .7em;
  }

  .bar__name {
    display: flex;
  }

  .form-step__l {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .f-container.is--video-left {
    padding: 0;
  }

  .f-form-steps-item.is-1, .f-form-steps-item.is---7 {
    background-color: #f6f6f6;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
  }

  .f-custom-indicator {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    padding: .75rem .25rem;
  }

  .f-custom-indicator-icon {
    width: 1.25rem;
  }

  .f-custom-indicator-title {
    font-size: .75rem;
  }

  .f-custom-indicator-description {
    display: none;
  }

  .container.is--map {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 9.1em;
    padding-bottom: 25.5em;
    overflow: scroll;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .image {
    max-width: none;
  }

  .container-2.is--bottom {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding-top: 4.2em;
    padding-bottom: 4.2em;
    font-size: 1em;
  }

  .location {
    font-size: 1.4em;
  }

  .hero__button {
    margin-top: 1.5em;
    font-size: 1.4em;
  }

  .form-step__l {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field.mb-15, .field.mb-15::placeholder {
    font-size: 18px;
  }

  .label {
    font-size: 22px;
  }

  .select-field {
    font-size: 15px;
  }
}

#w-node-be186eb2-efc9-24c6-706c-5a340b74c307-b67fc36a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-be186eb2-efc9-24c6-706c-5a340b74c331-b67fc36a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


