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

.header {
  background-image: linear-gradient(90deg, #080a6c, #10114c 50%, #0c0d3f);
  padding-top: 65px;
  padding-bottom: 65px;
}

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

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

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

.headline05 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
}

.headline05.cv2 {
  color: #fff;
}

.underline01 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section01 {
  background-color: #f3f3ff;
  padding-top: 65px;
  padding-bottom: 65px;
}

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

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

.text02.cv4 {
  color: #353f6d;
  font-weight: 300;
}

.text02.cv4-2 {
  color: #353f6d;
  margin-left: 75px;
  font-weight: 300;
}

.text02.semibold {
  font-weight: 600;
}

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

.subheadline01 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.subheadline01.cv3 {
  color: #1d1f95;
  font-weight: 800;
}

.subheadline01.cv3.left {
  text-align: left;
}

.subheadline04 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.subheadline04.cv3 {
  color: #1d1f95;
}

.subheadline04.cv3.bold {
  text-align: left;
  font-weight: 700;
}

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

.textlink {
  color: #308cf9;
}

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

.footer {
  background-color: #10114c;
  padding-top: 65px;
  padding-bottom: 65px;
}

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

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

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

.logo02 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-footer {
  color: #c4c6ff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

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

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

  .headline05.cv2 {
    font-size: 38px;
  }

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

  .spacingbottom-55 {
    padding-bottom: 45px;
  }

  .text02.cv4-2 {
    margin-left: 50px;
  }

  .subheadline01.cv3.left {
    font-size: 30px;
  }

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

  .link-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .headline05.cv2 {
    font-size: 36px;
  }

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

  .spacingbottom-55 {
    padding-bottom: 40px;
  }

  .text02.cv4-2 {
    margin-left: 30px;
  }

  .subheadline01.cv3.left {
    font-size: 28px;
  }

  .subheadline04.cv3, .subheadline04.cv3.bold {
    font-size: 22px;
  }

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

  .linksfooter-box {
    width: 75%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

  .text-footer {
    font-size: 15px;
  }

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

  .link-footer {
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .pagepadding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headline05.cv2 {
    font-size: 34px;
  }

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

  .text02.cv4 {
    font-size: 19px;
  }

  .text02.cv4-2 {
    margin-left: 15px;
    font-size: 19px;
  }

  .subheadline01.cv3.left {
    font-size: 26px;
  }

  .subheadline04.cv3, .subheadline04.cv3.bold {
    font-size: 22px;
  }

  .linksfooter-box {
    width: 100%;
  }

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

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

  .spacingbottom-40 {
    padding-bottom: 25px;
  }

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


