.menu-section {
  background-color: #f7f9ff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-padding {
  padding-left: 20px;
  padding-right: 20px;
}

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

._2columns-row01 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.button01 {
  color: #fff;
  text-align: center;
  background-color: #f86624;
  border-radius: 10px;
  padding: 10px 27px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.button01:hover {
  transform: scale(1.02);
}

.header {
  background-image: linear-gradient(90deg, #1240ae, #3b73e9);
  padding-top: 40px;
  padding-bottom: 50px;
}

.spacingbottom-22 {
  padding-bottom: 22px;
}

.spacingbottom-35 {
  padding-bottom: 35px;
}

.subheadline02 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 140%;
}

.subheadline02.cv1 {
  color: #c5d7ff;
}

.subheadline02.cv2 {
  color: #fff;
}

.subheadline02.cv2.bold {
  font-weight: 700;
}

.text02 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text02.cv2 {
  color: #fff;
}

.text02.cv2.bold {
  font-weight: 700;
}

.text02.cv2.bold.center {
  text-align: center;
}

.section01 {
  padding-top: 65px;
  padding-bottom: 115px;
}

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

.footer {
  background-image: linear-gradient(90deg, #1240ae, #3b73e9);
  padding-top: 65px;
  padding-bottom: 65px;
}

.text-footer {
  color: #c5d7ff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.selectfield-form02 {
  color: #252525;
  background-color: #ebf0fb;
  border: 0 solid #000;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 50px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.submitbutton-form02 {
  color: #fff;
  background-color: #f86624;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  display: none;
}

.form02 {
  flex-flow: column;
  display: flex;
}

.form-block02 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.fieldlabel-form02 {
  color: #252525;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.headline01 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.headline01.cv1 {
  color: #71ddff;
}

.headline02 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
}

.headline02.cv1 {
  color: #fff;
}

.headline02.cv1.v1 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button02 {
  color: #fff;
  text-align: center;
  background-color: #f86624;
  border-radius: 10px;
  padding: 17px 27px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.button02:hover {
  transform: scale(1.02);
}

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

  .header {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .section01 {
    padding-top: 55px;
    padding-bottom: 65px;
  }

  .footer {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .headline01.cv1 {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button01 {
    font-size: 20px;
  }

  .spacingbottom-35 {
    padding-bottom: 30px;
  }

  .subheadline02.cv1, .subheadline02.cv2.bold {
    font-size: 20px;
  }

  .text02.cv2.bold {
    font-size: 18px;
  }

  .section01 {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .selectfield-form02 {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .submitbutton-form02 {
    font-size: 20px;
  }

  .fieldlabel-form02 {
    font-size: 18px;
  }

  .headline01.cv1 {
    font-size: 38px;
  }

  .headline02.cv1.v1 {
    width: auto;
    font-size: 38px;
  }
}

@media screen and (max-width: 479px) {
  ._2columns-row01 {
    flex-flow: column;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section01 {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .selectfield-form02 {
    height: auto;
    margin-bottom: 30px;
  }

  .headline01.cv1, .headline02.cv1.v1 {
    font-size: 36px;
  }
}


