#page-cta .section-hero .background img, #page-cta .section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-cta .section-hero a.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-cta .section-hero button.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-cta .section-hero {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  #page-cta .section-hero {
    background-image: linear-gradient(to right, #5355ff, #143086, #5355ff);
  }
}
#page-cta .section-hero .background {
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .background {
    display: none;
  }
}
#page-cta .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-cta .section-hero .flex-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 0 120rem 0 105rem;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper {
    flex-direction: column;
    padding: 150rem 0 0;
    height: unset;
  }
}
#page-cta .section-hero .flex-wrapper .left {
  width: 535rem;
  padding-bottom: 30rem;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .left {
    width: 100%;
    padding-bottom: 50rem;
  }
}
#page-cta .section-hero .flex-wrapper .left-header {
  position: absolute;
  top: 75rem;
  left: 105rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .left-header {
    top: 25rem;
    left: 0;
  }
}
#page-cta .section-hero .flex-wrapper .left-header--logo svg {
  width: 150rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .left-header--logo svg {
    width: 130rem;
  }
}
#page-cta .section-hero .flex-wrapper .left-header--return {
  margin-left: 45rem;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .left-header--return {
    margin-left: 30rem;
  }
}
#page-cta .section-hero .flex-wrapper .left-header--return a {
  display: flex;
  align-items: center;
}
#page-cta .section-hero .flex-wrapper .left-header--return a span {
  margin-left: 8rem;
  color: white;
  font-size: 18rem;
  font-weight: normal;
  letter-spacing: -0.04em;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-cta .section-hero .flex-wrapper .left-header--return a svg {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-cta .section-hero .flex-wrapper .left-header--return a svg path {
  transition-property: stroke;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-cta .section-hero .flex-wrapper .left-header--return a:hover span {
  color: #e1ff76;
}
#page-cta .section-hero .flex-wrapper .left-header--return a:hover svg {
  transform: translateX(-5px);
}
#page-cta .section-hero .flex-wrapper .left-header--return a:hover svg path {
  stroke: #e1ff76;
}
#page-cta .section-hero .flex-wrapper .left-title {
  color: #e1ff76;
  font-size: 40rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .left-title {
    font-size: 32rem;
  }
}
#page-cta .section-hero .flex-wrapper .left-small {
  color: white;
  font-size: 25rem;
  font-weight: normal;
  letter-spacing: -0.04em;
  line-height: 33rem;
  margin-top: 20rem;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .left-small {
    font-size: 18rem;
    line-height: 24rem;
    margin-top: 15rem;
  }
}
#page-cta .section-hero .flex-wrapper .left-description {
  margin-top: 35rem;
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .left-description {
    margin-top: 25rem;
  }
}
#page-cta .section-hero .flex-wrapper .left-description p {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 20rem;
}
#page-cta .section-hero .flex-wrapper .right {
  background-color: white;
  position: relative;
  width: 400rem;
  padding: 50rem 40rem;
  border-radius: 15px 30px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  #page-cta .section-hero .flex-wrapper .right {
    width: 100vw;
    border-radius: 0;
    padding: 40rem 25rem 60rem;
  }
}
#page-cta .section-hero .flex-wrapper .right-title {
  color: #143086;
  font-size: 25rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #page-cta .section-hero .flex-wrapper .right-title {
    font-size: 21rem;
  }
}
#page-cta .section-hero .flex-wrapper .right-title span {
  display: block;
}
#page-cta .section-hero .flex-wrapper .right-form {
  margin-top: 30rem;
}
#page-cta .section-hero .flex-wrapper .right-form .form-flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 25rem;
  grid-row-gap: 25rem;
}
@media (max-width: 767px) {
  #page-cta .section-hero .flex-wrapper .right-form .form-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-cta .section-hero .flex-wrapper .right-form .field-group {
  position: relative;
  width: 100%;
}
#page-cta .section-hero .flex-wrapper .right-form .field-group .field {
  width: 100%;
  padding: 0 20rem 1rem;
  background-color: #f3f3f5;
  height: 39rem;
  color: #595959;
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  border: none;
  border-radius: 7px;
}
#page-cta .section-hero .flex-wrapper .right-form .field-group .field::-moz-placeholder {
  color: #595959;
}
#page-cta .section-hero .flex-wrapper .right-form .field-group .field::placeholder {
  color: #595959;
}
#page-cta .section-hero .flex-wrapper .right-form .field-group textarea.field {
  padding: 14rem 19rem;
  height: 110rem;
  resize: none;
}
#page-cta .section-hero .flex-wrapper .right-form .field-group select.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-cta .section-hero .flex-wrapper .right-form .field-group svg {
  position: absolute;
  top: 15rem;
  right: 15rem;
  display: inline-block;
  z-index: 2;
}
#page-cta .section-hero .flex-wrapper .right-form .form-submit {
  position: relative;
  text-align: center;
  margin-top: 25rem;
}
/*# sourceMappingURL=cta.min.css.map */
