:root {
  --white: #fff;
  --blue: #ffd523;
  --black: #000;
  --blue_hover: #ffce00;
  --normal-white: #fafbff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.section {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('../images/c2506c19a7b34d547947ff4aa6252cd7.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  margin-top: 0;
  padding: 120px 20px;
  font-family: Inter, sans-serif;
}

.section.last {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/50d52813697f99400f02722d2c51a074.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container {
  max-width: 1110px;
}

.fast_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading_fast {
  color: var(--white);
  letter-spacing: -.45px;
  font-size: 58.59px;
  font-weight: 700;
  line-height: 1.45;
}

.text_fast {
  max-width: 520px;
  color: var(--white);
  margin-top: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.fast_header__two {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(250, 251, 255, .28);
  border-radius: 32px;
  margin-top: 0;
  padding: 32px;
}

.text_header {
  color: var(--white);
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.text_form {
  display: none;
}

.input_form {
  height: 58px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  transition: all .25s;
}

.input_form:hover, .input_form:active, .input_form:focus {
  border-color: var(--blue);
}

.submit-button {
  width: 100%;
  background-color: var(--blue);
  color: var(--black);
  border-radius: 50px;
  margin-top: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17.92px;
  line-height: 1.45;
  transition: all .25s;
}

.submit-button:hover {
  background-color: var(--blue_hover);
}

.checkbox-field {
  margin-top: 20px;
}

.check {
  width: 16px;
  height: 16px;
  color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 2px;
}

.checkbox-label {
  color: rgba(250, 251, 255, .5);
  margin-left: 6px;
  font-weight: 400;
}

.last_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_last {
  background-color: var(--black);
  padding: 64px 20px 120px;
  display: flex;
}

.text_last {
  color: rgba(250, 251, 255, .67);
  margin-bottom: 8px;
}

.body {
  background-color: var(--black);
  font-family: Open Sans, sans-serif;
}

.field-label, .field-label-2, .field-label-3 {
  display: none;
}

.fast_text {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.item_fast {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .55fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.paragraph {
  color: var(--black);
  flex: 1;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.icon_fast {
  mix-blend-mode: difference;
}

.fast_content_item {
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.bold {
  background-color: var(--blue);
  color: var(--black);
  padding: 10px;
  line-height: 1.25;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .fast_content {
    grid-template-columns: 1fr;
  }

  .heading_fast {
    text-align: center;
  }

  .text_fast {
    max-width: none;
    margin-bottom: 20px;
  }

  .last_content {
    grid-template-columns: 1fr;
  }

  .section_last {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .item_fast {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 28px;
    margin-bottom: 18px;
  }

  .paragraph {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .fast_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
  }

  .fast_header__one {
    text-align: left;
  }

  .heading_fast {
    text-align: center;
    font-size: 46.88px;
    line-height: 1.45;
  }

  .text_fast {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 24px;
  }

  .text_last {
    text-align: center;
  }

  .item_fast {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .paragraph {
    text-align: center;
    margin-top: 6px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .icon_fast {
    width: 30px;
  }

  .fast_content_item {
    text-align: left;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 64px;
  }

  .heading_fast {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.25;
  }

  .text_fast {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text_header {
    font-size: 22.4px;
  }

  .submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .item_fast {
    grid-template-columns: 1fr;
    justify-items: start;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 5px;
    padding-left: 8px;
  }

  .icon_fast {
    width: 28px;
  }

  .fast_content_item {
    width: 100%;
    flex-direction: row;
  }

  .bold {
    padding: 4px;
  }
}

#w-node-_46f6a800-0c5d-114a-0b68-f4b6ba781a2a-2018e0ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_401199b1-6716-b1a4-ddef-61207b0098e0-2018e0ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-d10b7152-8d10-7d80-caa1-0ea035a1f48b-2018e0ed, #w-node-_6a9941a8-322d-c29b-5788-718f18724d52-2018e0ed, #w-node-_4211ee6e-a0d8-ac39-d1ab-d69b3d8bde9f-2018e0ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0addd9c8-481c-cd8d-7fa9-5ce29ef45a44-2018e0ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b52a65c0-969e-1dba-872f-8bf8531e3a1c-2018e0ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54a3ffae-be25-190f-cc83-d9bd3c84f2dd-2018e0ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_46f6a800-0c5d-114a-0b68-f4b6ba781a2a-2018e0ed, #w-node-_401199b1-6716-b1a4-ddef-61207b0098e0-2018e0ed {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_401199b1-6716-b1a4-ddef-61207b0098e0-2018e0ed {
    justify-self: auto;
  }
}


