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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
}

.container.absolute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.body {
  background-color: #f8f8f8;
  font-family: Inter, sans-serif;
  color: #040405;
  font-size: 16px;
}

.body.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 96px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b3f;
  background-image: url('../images/blur-1.png'), url('../images/blur-2.png');
  background-position: 56vw -48vh, -24vw 40vh;
  background-size: 1381px, 1133px;
  background-repeat: no-repeat, no-repeat;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding-right: 96px;
  padding-left: 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.hero {
  padding-right: 0px;
  padding-left: 96px;
  background-image: url('../images/line-small-left.jpg');
  background-position: 0% 100%;
  background-size: 79px;
  background-repeat: no-repeat;
}

.section.img-left {
  margin-top: 128px;
  padding-right: 96px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.img-right {
  margin-top: 144px;
  padding-right: 0px;
  padding-bottom: 96px;
}

.section.img-right.z-index {
  position: relative;
  z-index: 4;
  margin-top: 128px;
  padding-bottom: 0px;
}

.section.img-right.z-index.stackable {
  margin-top: 0px;
  padding-right: 96px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section.img-right.z-index.flex {
  margin-top: 96px;
  padding-right: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/line-large-left.jpg');
  background-position: 0% 50%;
  background-size: 134px;
  background-repeat: no-repeat;
}

.section._4 {
  margin-top: 128px;
  background-image: url('../images/line-large-left.jpg');
  background-position: 0% 100%;
  background-size: 134px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.block {
  display: block;
}

.section.hidden {
  display: none;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 96px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav.sticky {
  padding: 8px 24px;
  border-radius: 128px;
  background-color: #fff;
  box-shadow: 0 16px 24px 0 rgba(61, 52, 47, 0.1);
}

.list {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-left: 0px;
  list-style-type: none;
}

.list.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 4rem;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.heading.blue {
  color: #0145ff;
  line-height: 64px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin-right: 48px;
  padding-top: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 34px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedfe2;
  border-radius: 256px;
  -webkit-transition: all 256ms ease;
  transition: all 256ms ease;
  font-family: Inter, sans-serif;
  color: #040405;
  font-size: 1.1rem;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border-color: #0145ff;
  background-color: #0145ff;
  color: #fff;
}

.button.blue {
  position: static;
  top: 24px;
  right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #0145ff;
  background-color: #0145ff;
  color: #fff;
}

.button.blue.absolute {
  position: static;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.button.blue.form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.blue.form.icon {
  position: relative;
  top: 0px;
  right: 0px;
  height: 64px;
  margin-top: 24px;
  padding-top: 18px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 69, 255, 0.64);
  background-image: url('../images/blur-1.png');
  background-position: 50% 0%;
  background-size: cover;
  -webkit-transition-duration: 256ms;
  transition-duration: 256ms;
  -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  line-height: 1.1rem;
}

.button.blue.form.icon:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0145ff), to(rgba(1, 69, 255, 0))), url('../images/blur-1.png');
  background-image: linear-gradient(180deg, #0145ff, rgba(1, 69, 255, 0)), url('../images/blur-1.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.button.blue.nav.last {
  margin-right: 0px;
}

.button.white {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #fff;
  background-color: #fff;
}

.button.white:hover {
  color: #040405;
}

.button.nav {
  margin-right: 8px;
  padding: 12px 24px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 1em;
  line-height: 16px;
  font-weight: 600;
}

.button.nav.hidden {
  display: none;
}

.button.outline {
  position: static;
  top: 24px;
  right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #0145ff;
  color: #fff;
}

.button.outline.absolute {
  position: static;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.button.outline.form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.outline.nav.last {
  margin-right: 0px;
}

.button.form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.form.temp {
  margin-top: 16px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  font-size: 1.1rem;
  line-height: 18px;
  font-weight: 500;
}

.list-item.horizontal {
  margin-top: 0px;
  margin-right: 24px;
}

.nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 256ms ease;
  transition: all 256ms ease;
  font-family: Hkgrotesk, sans-serif;
  color: #999;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
}

.nav-item:hover {
  color: #040405;
}

.nav-item.last {
  margin-right: 0px;
}

.nav-main {
  position: static;
  left: 0%;
  top: 24%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.span {
  color: #0145ff;
  font-weight: 700;
}

.nav-item__indicator {
  position: absolute;
  top: 12px;
  display: block;
  width: 0px;
  height: 0px;
  min-height: 0px;
  min-width: 0px;
  margin-top: 16px;
  border-radius: 256px;
  background-color: #0145ff;
}

.image {
  position: absolute;
  z-index: 4;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.image.left {
  position: static;
}

.image.right {
  position: static;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brands {
  margin-bottom: 32px;
}

.brands.margin {
  margin-top: 72px;
}

.logos {
  height: 40px;
  margin-right: 32px;
  margin-bottom: 24px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.logos.dark {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.logos.last {
  margin-right: 0px;
}

.logos.partners {
  height: 40px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.logos.partners.big {
  height: 60px;
}

.text-block {
  margin-bottom: 24px;
  font-size: 1rem;
}

.section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 432px;
  min-width: 432px;
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-body.wide {
  width: 512px;
  min-width: auto;
  margin-left: 0px;
  padding-top: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-body.wide.stackable {
  margin-bottom: 64px;
}

.section-body.wide.margin-bottom {
  margin-bottom: 48px;
}

.section-body.right {
  margin-right: 0px;
}

.section-body.left {
  margin-right: 80px;
  margin-left: 0px;
}

.section-body.large {
  width: auto;
  min-width: auto;
  margin-left: 0px;
}

.heading-2 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 1.75rem;
  line-height: 28px;
  font-weight: 600;
}

.paragraph-2 {
  font-size: 1.25rem;
  line-height: 28px;
}

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

.div-block-6.margin {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
  padding-top: 0px;
}

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

.h3 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 4rem;
  line-height: 64px;
}

.h3.blue {
  color: #0145ff;
}

.h3.blue.narrow {
  width: 640px;
}

.paragraph-3 {
  font-size: 1.25rem;
  line-height: 28px;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 128px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-image: url('../images/line-steps.svg');
  background-position: 100% 10%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-9 {
  padding-bottom: 24px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blur-light {
  position: absolute;
  top: -32%;
  right: -24%;
}

.blur-light.fullpage {
  left: 56vw;
  top: -48vw;
  right: 0%;
}

.blur-dark {
  position: absolute;
  left: -20%;
  top: -8%;
}

.form-wrapper {
  position: relative;
  z-index: 4;
  display: block;
  width: 512px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.form-wrapper.actie {
  z-index: auto;
  width: 960px;
}

.form-wrapper.contact {
  display: block;
}

.heading-4 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 4rem;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1.6px;
}

.heading-4.small {
  margin-bottom: 0px;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -0.8px;
}

.paragraph-4 {
  font-size: 1.25em;
  line-height: 28px;
  text-align: left;
}

.label {
  display: block;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #0184ff;
  border-radius: 256px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.label.margin-bottom {
  margin-bottom: 8px;
}

.label.small {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 14px;
}

.label.small.margin-right {
  margin-right: 8px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-field_input {
  margin-bottom: 24px;
  padding: 40px 32px 18px;
  border: 1px solid #0145ff;
  border-radius: 256px;
  background-color: rgba(1, 69, 255, 0.08);
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
}

.form-field_input:active {
  border-color: #0184ff;
  color: #fff;
}

.form-field_input:focus {
  border-color: #0184ff;
  background-color: transparent;
  color: #fff;
}

.form-field_input::-webkit-input-placeholder {
  color: #fff;
}

.form-field_input:-ms-input-placeholder {
  color: #fff;
}

.form-field_input::-ms-input-placeholder {
  color: #fff;
}

.form-field_input::placeholder {
  color: #fff;
}

.form-field_input.radius {
  border-radius: 20px;
}

.form-field_input.last {
  margin-bottom: 0px;
}

.form-field {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-field.margin-right {
  margin-right: 24px;
}

.form-label {
  position: absolute;
  left: 34px;
  top: 12px;
  font-size: 0.875rem;
  line-height: 15px;
  font-weight: 500;
}

.form-label.radio {
  position: relative;
  left: 0px;
  top: -1px;
  z-index: 2;
  margin-top: -2px;
  margin-bottom: 0px;
}

.form-label.radio.large {
  font-family: Hkgrotesk, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.image-8 {
  position: absolute;
  left: 0px;
  bottom: -256px;
  display: block;
}

.figure {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  margin-top: 96px;
}

.image-9 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-left: 8px;
}

.success-message {
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.error-message {
  display: none;
  height: 64px;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0138;
  border-radius: 256px;
  background-color: rgba(255, 0, 81, 0.64);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}

.error-message.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block-14 {
  position: relative;
  top: -64px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-logo {
  margin-top: 0px;
}

.nav-logo.w--current {
  margin-top: 0px;
}

.modal-contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 256;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-header {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed {
  position: absolute;
  left: 24px;
  top: 26px;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
}

.button-icon {
  width: 22px;
  height: 22px;
  margin-top: -2px;
  margin-left: 24px;
}

.button-icon.nav {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-left: -4px;
  padding: 0px;
}

.link {
  position: relative;
  z-index: 16;
  padding: 20px;
  color: #4473f6;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

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

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

.link.center.margin-bottom {
  padding-top: 32px;
  padding-bottom: 10px;
}

.link.center.no-margins {
  padding-right: 0px;
  padding-left: 0px;
}

.link.static {
  position: static;
}

.link.block {
  display: block;
}

.modal-actie {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 256;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-top: 104px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(11, 11, 63, 0.32);
}

.modal-window {
  position: static;
  left: 50%;
  top: 50%;
  z-index: 256;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b3f;
}

.list-numbers {
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: decimal;
}

.list-item_numbers {
  margin-top: 8px;
  margin-bottom: 8px;
}

.win-actie {
  display: none;
}

.section-pricing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 960px;
  margin-top: 0px;
  padding: 128px 96px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0e78;
  color: #fff;
}

.pricing {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-table {
  padding: 32px 48px 48px;
  border: 1px solid #0145ff;
  border-radius: 10px;
  background-color: rgba(16, 44, 177, 0.32);
}

.pricing-table.light {
  border-color: #fff;
  background-color: #fff;
  color: #040405;
}

.pricing-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Hkgrotesk, sans-serif;
  font-size: 2.5rem;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.pricing-price {
  margin-top: 0px;
  font-size: 2em;
  line-height: 32px;
  letter-spacing: -0.8px;
}

.pricing-price.blue {
  color: #0145ff;
  font-size: 2rem;
}

.pricing-table_description {
  margin-top: 8px;
  font-size: 1.25em;
}

.pricing-list {
  margin-top: 64px;
  margin-bottom: 48px;
  padding-left: 0px;
  list-style-type: none;
}

.pricing-list.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pricing-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.24px;
}

.pricing-list_item.horizontal {
  margin-top: 0px;
  margin-right: 24px;
}

.pricing-list_item.linethrough {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.bold-text-5 {
  font-family: Hkgrotesk, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.pricing-price_span {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.icon-check {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 8px;
}

.pricing-head {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-body {
  position: relative;
  z-index: 4;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  font-size: 13px;
  font-weight: 400;
}

.html-embed-2 {
  min-height: 64px;
  min-width: 64px;
}

.section-blue {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding: 128px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0e78;
  color: #fff;
}

.section-blue.search {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-blue.stackable {
  padding-top: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0145ff;
  background-color: #0e0e78;
  background-image: url('../images/blur-1.png'), url('../images/blur-2.png');
  background-position: 100% 0%, 100% 100%;
  background-size: cover, cover;
}

.location-search {
  position: relative;
  width: 760px;
  margin-top: 32px;
  margin-bottom: 64px;
  border: 1px solid #0145ff;
  border-radius: 10px;
}

.location-search.sticky {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  box-shadow: 0 16px 24px 0 rgba(61, 52, 47, 0.1);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8f8f8;
}

.utility-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.location_card {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 0 32px 4px rgba(61, 52, 47, 0.1);
  -webkit-transition: all 448ms ease;
  transition: all 448ms ease;
  font-size: 1em;
  line-height: 1em;
  cursor: pointer;
}

.location_card:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.text-field {
  height: 64px;
  min-height: 64px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px none #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 80px;
}

.text-field::-webkit-input-placeholder {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 80px;
}

.text-field:-ms-input-placeholder {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 80px;
}

.text-field::-ms-input-placeholder {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 80px;
}

.text-field::placeholder {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 80px;
}

.text-field.truncate {
  overflow: hidden;
  border-radius: 0px;
  font-size: 1.1em;
  line-height: 1.1em;
  white-space: nowrap;
}

.location-search_filters {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedfe2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(16, 44, 177, 0.32);
  color: #fff;
  font-size: 0.875em;
  line-height: 0.875em;
  font-weight: 500;
}

.location-search_filters.sticky {
  padding-left: 0px;
  border-top-style: solid;
  background-color: #fff;
  color: #040405;
}

.location-search_filters.hidden {
  display: none;
}

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

.html-embed-3 {
  position: absolute;
  width: 22px;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  margin-left: 24px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
}

.card-hero {
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-hero.large {
  height: 320px;
}

.card-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-size: 1em;
  line-height: 1em;
}

.locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Hkgrotesk, sans-serif;
  color: #040405;
  font-size: 1.75em;
  line-height: 44px;
  font-weight: 600;
}

.text-block-2 {
  color: #999;
}

.card-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #999;
  font-size: 0.8em;
  line-height: 1.25em;
}

.card-meta_item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0px;
  color: #999;
}

.search-head {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-toggle.sticky {
  padding-left: 0px;
  color: #040405;
}

.dropdown {
  display: none;
  height: 100%;
  margin-right: 24px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
}

.dropdown.last {
  margin-right: 0px;
}

.dropdown-list {
  border-radius: 10px;
}

.dropdown-list.w--open {
  top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 32px 4px rgba(61, 52, 47, 0.1);
  color: #040405;
  font-size: 15px;
}

.html-embed-4 {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-right: 6px;
}

.heading-6 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f8f8f8;
  font-family: Hkgrotesk, sans-serif;
  font-size: 2em;
  line-height: 32px;
  font-weight: 600;
}

.dropdown-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 14px;
}

.text-block-3 {
  white-space: nowrap;
}

.html-embed-5 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: 8px;
}

.sticky-search {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-top: 8px;
  padding-right: 96px;
  padding-left: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-12 {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0e0e78;
}

.nav-sticky {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 96;
  width: 100%;
  max-width: 1440px;
  padding-top: 8px;
  padding-right: 72px;
  padding-left: 72px;
}

.darken {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 96;
  display: none;
  background-color: rgba(14, 14, 120, 0.48);
}

.container-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 256;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close {
  position: absolute;
  left: 24px;
  top: 0px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
}

.close.no-margin {
  left: 0px;
}

.nav-mobile {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 512;
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-mobile_button {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 24px 4px rgba(61, 52, 47, 0.1);
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #0b0b3f;
}

.html-embed-copy {
  position: static;
  top: 16px;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
}

.banner_wrapper {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 256;
  display: block;
  width: 100%;
  max-width: 1440px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #0145ff;
  background-color: #0b0b3f;
  background-image: url('../images/blur-2.png'), url('../images/blur-1.png');
  background-position: 0% 100%, 100% 0%;
  background-size: 720px, 720px;
  background-repeat: no-repeat, no-repeat;
  font-family: Hkgrotesk, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner_lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #0145ff;
  cursor: pointer;
}

.banner_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 96px;
  padding-left: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 16px;
}

.list-2 {
  padding-left: 22px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  list-style-type: decimal;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.margin-bottom {
  margin-bottom: 24px;
}

.flex.margin-right {
  margin-right: 24px;
}

.flex.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  font-size: 1.5em;
}

.form-field_radio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  margin-bottom: 24px;
  padding-right: 32px;
  padding-bottom: 4px;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-field_radio.last {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.form-field_radio.amount {
  height: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-radio_button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #0145ff;
  border-radius: 20px;
  background-color: rgba(1, 69, 255, 0.08);
  -webkit-transition: all 256ms cubic-bezier(.785, .135, .15, .86);
  transition: all 256ms cubic-bezier(.785, .135, .15, .86);
  cursor: auto;
}

.form-radio_button:hover {
  background-color: rgba(1, 69, 255, 0.24);
}

.form-radio_button.w--redirected-checked {
  border-width: 1px;
  border-color: #0145ff;
  background-color: rgba(1, 69, 255, 0.64);
  background-image: url('../images/blur-1.png');
  background-position: 0% 0%;
  background-size: cover;
  -webkit-transition: all 256ms ease;
  transition: all 256ms ease;
}

.form-radio_button.amount {
  overflow: visible;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.form-radio_button.amount:hover {
  background-color: rgba(1, 69, 255, 0.08);
}

.form-radio_button.amount.blue {
  background-color: rgba(1, 69, 255, 0.56);
  background-image: url('../images/blur-1.png');
  background-position: 50% 100%;
  background-size: 1381px;
  background-repeat: no-repeat;
}

.form-header_title {
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 4em;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1.6px;
}

.form-header_subtitle {
  font-size: 1.25em;
  line-height: 1.75rem;
  text-align: center;
}

.form-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: transparent;
}

.icon {
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

.icon.medium {
  width: 24px;
  height: 24px;
}

.icon.medium.no-margin {
  margin-top: -1px;
  margin-right: 0px;
}

.icon.medium.no-margin.border {
  border-right: 1px solid rgba(1, 132, 255, 0.27);
}

.icon.medium.no-margin.border.left {
  border-left: 1px solid rgba(1, 132, 255, 0.27);
  border-right-style: none;
}

.icon.margin-small {
  margin-top: -2px;
  margin-right: 6px;
}

.icon.small {
  width: 16px;
  height: 16px;
  margin-left: -8px;
}

.form-check {
  position: absolute;
  left: auto;
  z-index: 2;
  display: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
}

.form-check.unchecked {
  position: relative;
  display: block;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0145ff;
  border-radius: 50%;
}

.form-check.checked {
  display: block;
}

.form-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0145ff;
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-divider.first {
  margin-top: 0px;
}

.form-divider_line {
  height: 1px;
  margin-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0145ff;
}

.form-divider_line.last {
  margin-right: 0px;
  margin-left: 24px;
}

.form-divider_line.vertical {
  width: 1px;
  height: 100%;
  min-height: 100%;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(1, 132, 255, 0.27);
}

.text-block-5 {
  padding-right: 32px;
  padding-left: 32px;
}

.form-field_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-step {
  overflow: visible;
}

.text-block-6 {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.text-block-7 {
  line-height: 1.75rem;
}

.error-message_outer {
  margin-top: 24px;
  padding: 0px;
  background-color: transparent;
}

.div-block-20 {
  position: static;
  left: 0px;
  bottom: 128px;
  z-index: 56;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-terms {
  position: relative;
  z-index: 16;
  padding: 20px;
  color: #4473f6;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.input-terms:hover {
  color: #fff;
  text-decoration: underline;
}

.input-terms.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.input-terms.center.margin-bottom {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-terms.static {
  position: static;
}

.input-terms.block {
  display: block;
}

.input-checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  border-style: none;
  border-color: #0184ff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #0184ff;
}

.input-checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  border-style: none;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/Checkbox-Circle-Fill.svg');
  background-size: cover;
  box-shadow: inset 0 0 0 1px #fff;
}

.form-tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-bottom: 24px;
  padding: 4px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid #0145ff;
  border-radius: 20px;
  background-color: rgba(1, 69, 255, 0.08);
  font-size: 0.8125rem;
  line-height: 0.875rem;
}

.form-tabs_menu:hover {
  background-color: rgba(1, 69, 255, 0.24);
}

.form-tabs_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid none none;
  border-width: 1px;
  border-color: transparent #0145ff #0145ff;
  border-radius: 16px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.form-tabs_link.w--current {
  border-style: solid none none;
  border-top-color: #0145ff;
  background-color: rgba(1, 69, 255, 0.64);
  background-image: url('../images/blur-1.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image-13 {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.location-search_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-search_filters-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-4 {
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
}

.radio-button {
  margin-top: 0px;
  margin-right: 8px;
  border-color: #0184ff;
}

.radio-button.w--redirected-checked {
  border-color: #0184ff;
}

.location-search_check {
  margin-top: 0px;
  margin-right: 6px;
  border-color: #0184ff;
}

.location-search_check.w--redirected-checked {
  border-color: #0145ff;
  background-color: #0145ff;
}

.location-search_filter-label {
  margin-bottom: 0px;
  white-space: nowrap;
}

.div-block-21 {
  position: absolute;
}

.search-fade {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 32px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}

.search-fade.blue {
  background-image: -webkit-gradient(linear, right top, left top, from(#0145ff), to(rgba(1, 69, 255, 0)));
  background-image: linear-gradient(270deg, #0145ff, rgba(1, 69, 255, 0));
}

.text-block-8 {
  white-space: nowrap;
}

.ui-slider-ticker {
  position: relative;
  left: -33px;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  padding: 6px 0px 6px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0d5bff;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
}

.html-embed-13 {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

.price-slider__outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.price-slider__outer.grid {
  position: relative;
  z-index: 8;
  margin-top: 0px;
}

.ui-slider-range {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  overflow: hidden;
  border-style: none;
  border-width: 1px;
  border-color: #0184ff;
  border-radius: 10px 0px 0px 10px;
  background-color: #0145ff;
}

.text-block-109 {
  margin-top: -2px;
  font-size: 18px;
  line-height: 18px;
}

.div-block-186 {
  position: absolute;
  left: 40px;
  top: -3px;
  right: 0%;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #0d5bff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-widget-content {
  position: relative;
  width: 100%;
  height: 10px;
  border: 1px none #0145ff;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(1, 69, 255, 0.24);
}

.html-embed-12 {
  display: block;
  margin-top: -2px;
}

.price-slider_lead {
  margin-top: 80px;
  color: #9b9b9b;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.4px;
}

.price-slider_lead.grid {
  margin-top: 0px;
}

.price-slider_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.price-slider_title.grid {
  margin-bottom: 8px;
}

.ui-slider-handle {
  position: absolute;
  left: 0px;
  top: -9px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-left: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(1, 132, 255, 0.27) #0145ff #0145ff;
  border-radius: 10px;
  background-color: #0145ff;
  box-shadow: 0 1px 8px 0 rgba(11, 11, 63, 0.16);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.basic_input {
  display: none;
  margin-top: -2px;
}

.basic_input.blue {
  background-color: #0145ff;
}

.price-slider__header {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input_premium-user {
  display: none;
  margin-top: -2px;
}

.ui-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ui-widget-end {
  width: 48px;
  height: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(1, 69, 255, 0.24);
}

.ui-slider-range-fade {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 9px;
  min-height: 9px;
  min-width: 24px;
  background-image: -webkit-gradient(linear, right top, left top, from(#0184ff), to(#0145ff));
  background-image: linear-gradient(270deg, #0184ff, #0145ff);
}

.div-block-187 {
  margin-top: 48px;
}

.div-block-188 {
  margin-top: 24px;
  margin-right: -24px;
  margin-left: -24px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 1px solid #dedfe2;
  background-color: #fff;
}

.html-embed-14 {
  display: none;
}

.link-2 {
  color: #fff;
}

.text-block-110 {
  display: none;
  text-align: center;
}

.form-unchecked {
  position: relative;
  left: auto;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border: 1px solid #0145ff;
  border-radius: 100%;
  background-color: transparent;
}

.form-unchecked.unchecked {
  position: relative;
  display: block;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0145ff;
  border-radius: 50%;
}

.link-3 {
  position: relative;
  z-index: 16;
  padding: 20px;
  color: #4473f6;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
  text-decoration: underline;
}

.logos-partners {
  margin-top: 24px;
}

.div-block-189 {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 48px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 96px;
  background-color: #0145ff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Hkgrotesk, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.div-block-189:hover {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.div-block-189.w {
  margin-top: 24px;
  margin-left: 0px;
  background-color: transparent;
  color: #0184ff;
}

.div-block-189.w:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-14 {
  overflow: hidden;
}

.html-embed-15 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.teaser {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b3f;
  background-image: url('../images/usp-img-3.png'), url('../images/blur-1.png'), url('../images/blur-2_1.png');
  background-position: 100% 0%, 56vw -48vh, -24vw 40vh;
  background-size: 512px, 1381px, 1133px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fff;
}

.teaser-inner {
  position: relative;
  width: 100%;
  max-width: 640px;
}

.countdown-timer {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  margin-top: 32px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  -ms-grid-rows: 128px 64px;
  grid-template-rows: 128px 64px;
  border: 1px solid #0145ff;
  border-radius: 20px;
  background-color: #0e0e78;
  -webkit-transition: all 256ms cubic-bezier(.785, .135, .15, .86);
  transition: all 256ms cubic-bezier(.785, .135, .15, .86);
  font-family: Hkgrotesk, sans-serif;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  cursor: auto;
}

.countdown-timer:hover {
  background-color: rgba(1, 69, 255, 0.24);
}

.countdown-timer.w--redirected-checked {
  border-width: 1px;
  border-color: #0145ff;
  background-color: rgba(1, 69, 255, 0.64);
  background-image: url('../images/blur-1.png');
  background-position: 0% 0%;
  background-size: cover;
  -webkit-transition: all 256ms ease;
  transition: all 256ms ease;
}

.countdown-timer.amount {
  overflow: visible;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.countdown-timer.amount:hover {
  background-color: rgba(1, 69, 255, 0.08);
}

.countdown-timer.amount.blue {
  background-color: rgba(1, 69, 255, 0.56);
  background-image: url('../images/blur-1.png');
  background-position: 50% 100%;
  background-size: 1381px;
  background-repeat: no-repeat;
}

.countdown-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0145ff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.countdown-divider {
  width: 1px;
  height: 100%;
  background-color: #0145ff;
}

.countdown-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 69, 255, 0.35);
  font-weight: 700;
  letter-spacing: -3px;
}

.heading-7 {
  font-family: Hkgrotesk, sans-serif;
}

.text-span-2 {
  margin-left: 4px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .container.overflow {
    overflow: visible;
  }

  .body {
    background-color: #fafafa;
  }

  .section {
    padding-right: 96px;
    padding-left: 96px;
  }

  .section.hero {
    padding-left: 96px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.img-left {
    padding-right: 96px;
  }

  .section.img-right.z-index {
    margin-top: 256px;
  }

  .section._4 {
    margin-top: 0px;
    padding-top: 144px;
  }

  .section.block {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.block.background {
    background-image: url('../images/line-large-left.jpg');
    background-position: 0% 50%;
    background-size: 134px;
    background-repeat: no-repeat;
  }

  .nav {
    padding-right: 96px;
    padding-left: 96px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list.horizontal {
    margin-bottom: 0px;
  }

  .button {
    cursor: pointer;
  }

  .button.blue.absolute {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
  }

  .button.blue.absolute:hover {
    border-color: #040405;
    background-color: #040405;
  }

  .button.blue.form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .button.outline.absolute {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
  }

  .button.outline.absolute:hover {
    border-color: #040405;
    background-color: #040405;
  }

  .button.outline.form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .button.hidden {
    display: none;
  }

  .nav-item {
    font-family: Hkgrotesk, sans-serif;
    letter-spacing: 0px;
  }

  .nav-item.w--current {
    color: #0145ff;
  }

  .nav-item.last {
    margin-right: 0px;
  }

  .image {
    position: relative;
    z-index: 4;
  }

  .div-block-3 {
    width: 741px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brands {
    margin-bottom: 32px;
  }

  .section-body {
    margin-left: 48px;
  }

  .section-body.right {
    margin-right: 0px;
    margin-left: 80px;
  }

  .blur-dark {
    position: absolute;
  }

  .form-field_input {
    -webkit-transition: all 256ms ease;
    transition: all 256ms ease;
  }

  .form-field_input:hover {
    box-shadow: none;
  }

  .form-field_input.radius {
    border-radius: 20px;
  }

  .image-8 {
    bottom: -256px;
    display: block;
  }

  .figure.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    margin-top: 96px;
  }

  .background-video {
    left: auto;
  }

  .success-message {
    background-color: transparent;
    font-size: 20px;
  }

  .error-message {
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 256px;
    background-color: #f04b64;
    font-weight: 500;
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .image-copy {
    left: auto;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .modal-contact {
    padding: 48px;
  }

  .brands-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 576px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .list-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: decimal;
  }

  .list-item_numbers {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .win-actie {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .section-pricing {
    background-color: #0b0b3f;
  }

  .pricing-list.horizontal {
    margin-bottom: 0px;
  }

  .section-blue {
    background-color: #0b0b3f;
  }

  .location-search {
    border: 1px solid #0145ff;
    background-color: transparent;
  }

  .location_card {
    -webkit-transition: all 448ms ease;
    transition: all 448ms ease;
  }

  .location_card:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }

  .text-field {
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
  }

  .text-field.sticky {
    height: 48px;
    font-size: 16px;
    line-height: 16px;
  }

  .text-field.sticky::-webkit-input-placeholder {
    font-size: 16px;
  }

  .text-field.sticky:-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field.sticky::-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field.sticky::placeholder {
    font-size: 16px;
  }

  .text-field.truncate {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .location-search_filters {
    border-width: 0px;
    border-color: #000;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
  }

  .location-search_filters.sticky {
    border-top-width: 1px;
    border-top-color: #dedfe2;
  }

  .card-hero {
    overflow: hidden;
  }

  .card-body {
    background-color: #fff;
  }

  .dropdown {
    color: #fff;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 48px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f8f8f8;
    font-family: Hkgrotesk, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
  }

  .heading-6.hidden {
    display: none;
  }

  .dropdown-list_item {
    cursor: pointer;
  }

  .dropdown-list_item:hover {
    color: #0145ff;
  }

  .text-block-3 {
    white-space: nowrap;
  }

  .sticky-search {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-flex {
    padding: 48px;
  }

  .error-message_outer {
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 256px;
    background-color: #f04b64;
    font-weight: 500;
    text-align: center;
  }
}

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

  .section.hero {
    overflow: hidden;
    margin-top: 0px;
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #dedfe2;
  }

  .section.img-left {
    margin-top: 96px;
    margin-left: 0px;
    padding-right: 48px;
  }

  .section.img-right.z-index {
    margin-top: 96px;
    padding-bottom: 512px;
  }

  .section.img-right.z-index.flex {
    padding-right: 48px;
    padding-bottom: 96px;
  }

  .section._4 {
    margin-top: 96px;
  }

  .section.block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.block.background {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav {
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav.sticky {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-item.horizontal {
    margin-bottom: 16px;
  }

  .nav-main {
    display: none;
  }

  .div-block-3 {
    width: 100vw;
    min-height: 500px;
    margin-left: -48px;
  }

  .section-body.right {
    margin-left: 48px;
  }

  .section-body.left {
    margin-right: 48px;
  }

  .div-block-7 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .form-wrapper.actie {
    width: 100%;
  }

  .label.small.margin-bottom {
    display: none;
  }

  .image-8 {
    left: -96px;
    bottom: -128px;
    display: block;
  }

  .image-9 {
    display: none;
  }

  .image-copy {
    display: none;
    width: 100vw;
  }

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

  .button-icon.nav.mobile {
    margin-top: 0px;
    margin-left: 0px;
  }

  .modal-actie {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section-pricing {
    margin-top: 0px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .pricing-table {
    margin-bottom: 24px;
  }

  .pricing-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-blue {
    margin-top: 0px;
  }

  .section-blue.search {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-blue.stackable {
    background-position: 100% 100%, 0% 0%;
    background-size: 1381px, 1133px;
  }

  .location-search {
    width: 100%;
  }

  .location-search.sticky {
    border-radius: 0px;
  }

  .location_card {
    margin-bottom: 24px;
  }

  .text-field {
    text-indent: 56px;
  }

  .text-field::-webkit-input-placeholder {
    text-indent: 56px;
  }

  .text-field:-ms-input-placeholder {
    text-indent: 56px;
  }

  .text-field::-ms-input-placeholder {
    text-indent: 56px;
  }

  .text-field::placeholder {
    text-indent: 56px;
  }

  .text-field.sticky {
    border-radius: 0px;
  }

  .location-search_filters {
    padding-right: 0px;
    padding-left: 0px;
  }

  .location-search_filters.sticky {
    border-radius: 0px;
  }

  .html-embed-3 {
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    margin-left: 16px;
  }

  .form-2.sticky {
    border-radius: 0px;
  }

  .card-hero {
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sticky-search {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    max-width: 100%;
    min-width: 100%;
  }

  .nav-second {
    display: none;
  }

  .nav-sticky {
    display: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-mobile_button {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    padding: 12px;
    background-color: #0145ff;
    box-shadow: 0 16px 24px 0 rgba(61, 52, 47, 0.1);
  }

  .banner_wrapper {
    position: static;
    top: 0px;
    bottom: auto;
    display: block;
    overflow: hidden;
  }

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

  .banner_lead {
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner_body {
    padding-right: 48px;
    padding-left: 48px;
  }

  .nav-mobile_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 16px 24px 0 rgba(61, 52, 47, 0.1);
  }

  .nav-mobile_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #f8f8f8;
    font-family: Hkgrotesk, sans-serif;
    color: #040405;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .nav-mobile_link.last {
    border-bottom-style: none;
  }

  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .line {
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .text-block-4 {
    line-height: 1.25em;
  }

  .div-block-20 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .location-search_filters-form {
    padding-left: 16px;
  }

  .price-slider__outer.grid {
    display: none;
  }

  .div-block-189 {
    margin-left: 0px;
  }

  .teaser {
    background-image: url('../images/blur-1.png'), url('../images/blur-2_1.png');
    background-position: 56vw -48vh, -24vw 40vh;
    background-size: 1381px, 1133px;
    background-repeat: no-repeat, no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .form-wrapper.actie {
    width: 100%;
  }

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

  .form-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal-actie {
    display: none;
    overflow: scroll;
  }

  .modal-window {
    overflow: scroll;
  }

  .win-actie {
    position: fixed;
    left: 16px;
    top: auto;
    right: 16px;
    bottom: 16px;
    z-index: 256;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 256px;
    background-color: #0145ff;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
  }

  .pricing-table {
    padding: 16px 24px 24px;
  }

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

@media screen and (max-width: 479px) {
  .body.blue {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.hero {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.img-left {
    margin-left: 24px;
    padding-right: 24px;
  }

  .section.img-right {
    padding-right: 24px;
  }

  .section.img-right.z-index {
    z-index: 2;
    margin-top: 0px;
  }

  .section.img-right.z-index.flex {
    padding-right: 24px;
  }

  .section.block.background {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav {
    padding-right: 24px;
    padding-left: 24px;
  }

  .list {
    font-size: 1em;
    line-height: 1em;
  }

  .list.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block {
    width: 100%;
    margin-right: 0px;
    padding-top: 32px;
  }

  .button.blue.absolute {
    display: none;
  }

  .button.outline.absolute {
    display: none;
  }

  .list-item.horizontal {
    margin-bottom: 16px;
  }

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

  .logos {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .section-body.wide {
    max-width: 100%;
    min-width: auto;
  }

  .section-body.right {
    width: auto;
    min-width: auto;
    margin-left: 0px;
  }

  .section-body.left {
    width: auto;
    min-width: auto;
    margin-right: 0px;
  }

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

  .h3.blue {
    font-size: 50px;
    line-height: 50px;
  }

  .h3.blue.narrow {
    width: auto;
  }

  .form-wrapper {
    width: auto;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 50px;
  }

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

  .image-8 {
    bottom: -196px;
    z-index: 1;
  }

  .form-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-copy {
    display: none;
  }

  .modal-contact {
    padding: 24px;
  }

  .brands-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-window {
    position: fixed;
    padding: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
  }

  .section-pricing {
    z-index: 2;
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-list.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-list_item.horizontal {
    margin-bottom: 16px;
  }

  .section-blue {
    z-index: 2;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-blue.search {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-blue.stackable {
    background-image: url('../images/blur-1.png');
    background-position: 0% 50%;
    background-size: 1381px;
  }

  .location_card {
    margin-bottom: 16px;
  }

  .text-field.sticky.truncate {
    border-top-left-radius: 0px;
  }

  .location-search_filters.sticky {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .dropdown-toggle.sticky {
    padding-left: 0px;
  }

  .dropdown {
    margin-right: 16px;
  }

  .heading-6 {
    width: auto;
  }

  .html-embed-5 {
    margin-left: 8px;
  }

  .image-11 {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-12 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-flex {
    padding: 24px;
  }

  .nav-mobile {
    padding-right: 16px;
    padding-left: 16px;
  }

  .banner_lead {
    padding-right: 24px;
    padding-left: 24px;
  }

  .banner_body {
    padding-right: 24px;
    padding-left: 24px;
  }

  .form-header_title {
    font-size: 50px;
    line-height: 50px;
  }

  .icon.small {
    margin-left: 0px;
  }

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

  .div-block-189 {
    margin-left: 0px;
  }

  .teaser {
    background-image: url('../images/blur-1.png'), url('../images/blur-2_1.png');
    background-position: 56vw -48vh, -24vw 40vh;
    background-size: 1381px, 1133px;
    background-repeat: no-repeat, no-repeat;
  }

  .teaser-inner {
    position: relative;
  }

  .countdown-timer {
    -ms-grid-rows: 110px 64px;
    grid-template-rows: 110px 64px;
  }

  .countdown-num {
    font-size: 50px;
  }
}

#w-node-_48caec8b-cede-de45-2121-e3b3d49d6b41-f38bcbbe {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1c062964-ba8b-92dc-ae86-3b325fcfcc12-f38bcbbe {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_679cb786-c904-1121-dace-0617c3210b67-f38bcbbe {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_44316c97-b78a-2104-3c4a-f08241896156-f38bcbbe {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b66095ae-3edd-edf8-440b-a919a36b5cb9-4a8bcbc5 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ff7b8084-9d57-175c-7db7-d81c52096dc0-4a8bcbc5 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_48caec8b-cede-de45-2121-e3b3d49d6b41-f38bcbbe {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1c062964-ba8b-92dc-ae86-3b325fcfcc12-f38bcbbe {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_679cb786-c904-1121-dace-0617c3210b67-f38bcbbe {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_44316c97-b78a-2104-3c4a-f08241896156-f38bcbbe {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-ExtraBold.otf') format('opentype'), url('../fonts/HKGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}