/*
COLORS
*/
/*
FONT LOADING
*/
@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-Bold.eot");
  src: url("../fonts/HouschkaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HouschkaPro-Bold.woff2") format("woff2"), url("../fonts/HouschkaPro-Bold.woff") format("woff"), url("../fonts/HouschkaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-Light.eot");
  src: url("../fonts/HouschkaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HouschkaPro-Light.woff2") format("woff2"), url("../fonts/HouschkaPro-Light.woff") format("woff"), url("../fonts/HouschkaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-Medium.eot");
  src: url("../fonts/HouschkaPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HouschkaPro-Medium.woff2") format("woff2"), url("../fonts/HouschkaPro-Medium.woff") format("woff"), url("../fonts/HouschkaPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Houschka Pro";
  src: url("../fonts/HouschkaPro-DemiBold.eot");
  src: url("../fonts/HouschkaPro-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HouschkaPro-DemiBold.woff2") format("woff2"), url("../fonts/HouschkaPro-DemiBold.woff") format("woff"), url("../fonts/HouschkaPro-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
RESPONSIVE WIDTH
*/
article.landing-article {
  background: #F1F1F1;
}
article.landing-article section.header {
  background-size: cover;
  background-position: center;
  position: relative !important;
  display: flex;
  align-items: center;
}
article.landing-article section.header .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 10rem;
  margin-right: auto;
}
@media (min-width: 576px) {
  article.landing-article section.header .header-logo {
    width: 14rem;
  }
}
@media (min-width: 992px) {
  article.landing-article section.header .header-logo {
    width: 18rem;
  }
}
article.landing-article section.header .header-logo a {
  width: 10rem;
  height: 10rem;
  background: #CE4292;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  border-bottom-right-radius: 1.5rem;
  transform: rotate(-3deg);
  top: 0;
}
@media (min-width: 576px) {
  article.landing-article section.header .header-logo a {
    width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 992px) {
  article.landing-article section.header .header-logo a {
    width: 18rem;
    height: 18rem;
  }
}
article.landing-article section.header .header-logo a img {
  height: 7rem;
  transform: rotate(3deg);
}
@media (min-width: 576px) {
  article.landing-article section.header .header-logo a img {
    height: 10rem;
  }
}
@media (min-width: 992px) {
  article.landing-article section.header .header-logo a img {
    height: 13rem;
  }
}
article.landing-article section.header .header-content {
  margin-top: 14rem;
  margin-bottom: 4rem;
  text-shadow: 0 0 60px #3B2E3D;
}
article.landing-article section.header .header-content h1 {
  color: #FFFFFF;
}
article.landing-article section.header .header-content ul {
  padding-left: 2rem !important;
  margin-bottom: 0.5rem !important;
  text-shadow: 0 0 4rem #3B2E3D !important;
}
@media (min-width: 768px) {
  article.landing-article section.header .header-content ul {
    margin-bottom: 1.5rem !important;
  }
}
article.landing-article section.header .header-content ul li {
  color: #FFFFFF;
  margin-bottom: 1rem !important;
  padding-left: 1rem !important;
  list-style-image: url("../img/tick-white.svg") !important;
}
@media (min-width: 576px) {
  article.landing-article section.header .header-content {
    margin-top: 18rem;
  }
}
@media (min-width: 992px) {
  article.landing-article section.header .header-content {
    margin-top: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  article.landing-article section.header {
    min-height: 67rem;
  }
  article.landing-article section.header .header-content {
    margin-top: 9rem;
    width: calc(53% - 4rem);
  }
}
article.landing-article section.form {
  background: #FFFFFF;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  article.landing-article section.form {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    height: var(--correct-height, 100%);
  }
}
article.landing-article section.form form {
  pointer-events: auto;
  padding: 4rem 0;
  background: #FFFFFF;
  border-radius: 8rem;
  border-top-left-radius: 0;
}
article.landing-article section.form form .form-title {
  margin-bottom: 1.5rem;
}
article.landing-article section.form form .form-title h2, article.landing-article section.form form .form-title h3 {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  article.landing-article section.form form {
    padding: 4rem;
    position: sticky;
    top: 4rem;
    margin-bottom: 4rem;
    bottom: 0;
    width: calc(47% - 4rem);
    margin-left: auto;
    overflow-y: auto;
  }
  article.landing-article section.form form .form-title {
    margin-bottom: 3.5rem;
  }
}
article.landing-article section.form form .form-group {
  margin-bottom: 1.5rem;
}
article.landing-article section.form form .form-group input {
  width: 100%;
}
article.landing-article section.form form .form-group_textarea textarea {
  width: 100%;
  height: 8rem;
}
article.landing-article section.form form .form-group_check {
  display: flex;
  margin-bottom: 1.5rem;
}
article.landing-article section.form form .form-group_check label > * {
  margin-bottom: 0;
}
article.landing-article section.content-wrapper > .content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  article.landing-article section.content-wrapper > .content {
    width: calc(53% - 4rem);
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
article.landing-article section.content-wrapper > .content :where(figure) {
  margin-bottom: 1rem !important;
}
article.landing-article section.content-wrapper > .content ul {
  margin-bottom: 0 !important;
}
article.landing-article section.back-to-top {
  position: relative;
}
article.landing-article section.back-to-top a {
  display: none;
  position: fixed;
  bottom: var(--footer-height, 2rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20001;
}
@media screen and (min-width: 1200px) {
  article.landing-article section.back-to-top {
    display: none;
  }
}

body.scrolled-back-to-top article.landing-article section.back-to-top a {
  display: block !important;
}

footer.footer .footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  footer.footer .footer-copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer.footer .footer-copyright .nav ul {
  list-style-type: none;
  display: flex;
  column-gap: 2rem;
}
footer.footer .footer-copyright .nav ul li:not(:first-child):before {
  content: "|";
  margin-right: 2rem;
}
footer.footer .footer-copyright .nav ul li, footer.footer .footer-copyright .nav ul li a {
  color: #FFFFFF;
  font-weight: bold;
}

/*# sourceMappingURL=landing.css.map */
