/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/sections.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.front-page-hero {
  position: relative;
  margin-top: 0;
}
.front-page-hero__container {
  width: 100%;
  max-width: 132rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__container {
    align-items: center;
  }
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__container {
    height: 100vh;
  }
}
@media only screen and (min-width: 1439px) {
  .front-page-hero__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.front-page-hero__background {
  display: flex;
  width: 100%;
  height: 64rem;
  background-position: left;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background--mobile {
    display: none;
  }
}
.front-page-hero__background--desktop {
  display: none;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background--desktop {
    display: flex;
  }
}
@media only screen and (min-width: 639px) {
  .front-page-hero__background {
    height: 64rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background {
    height: 72rem;
  }
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__background {
    height: 100vh;
  }
}
.front-page-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.front-page-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
  padding-top: 10rem;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 1439px) {
  .front-page-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}
.front-page-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 5.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0;
  color: var(--white);
  font-family: "Afacad", sans-serif;
}
@media only screen and (min-width: 639px) {
  .front-page-hero__headline {
    font-size: 6.4rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__headline {
    font-size: 8.4rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__headline {
    font-size: 11rem;
    line-height: 1;
    margin-bottom: 4rem;
    text-align: left;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.front-page-hero__description {
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: var(--white);
  font-family: "area-normal";
  font-weight: 600;
  margin-bottom: 2rem;
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 639px) {
  .front-page-hero__description {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding-right: 8rem;
    text-align: left;
  }
}
.front-page-hero__description-mobile {
  font-size: 2rem;
  line-height: 1.12;
  color: var(--black);
  font-weight: 500;
  width: 80%;
  margin: 0;
  padding-bottom: 3rem;
  font-family: "area-normal";
}
@media only screen and (min-width: 639px) {
  .front-page-hero__description-mobile {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__description-mobile {
    display: none;
  }
}
.front-page-hero__button {
  animation: slide-down 1s ease 500ms backwards;
  font-weight: 700;
  background-color: var(--yellow);
  color: var(--greem-2);
  text-transform: uppercase;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  align-items: center;
  font-family: "Afacad", sans-serif;
}
.front-page-hero__button svg path {
  transition: all 0.3s ease;
}
.front-page-hero__button:hover {
  color: var(--white);
  background-color: #677C6D;
}
.front-page-hero__button:hover:hover svg path {
  stroke: var(--white);
}
.front-page-hero__button--mobile {
  font-size: 1.2rem;
  padding: 0.6rem 2rem;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__button--mobile {
    display: none;
  }
}
.front-page-hero__button--desktop {
  display: none;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__button--desktop {
    padding: 0.8rem 2.6rem;
    display: flex;
    position: absolute;
    font-size: 1.6rem;
    left: 0;
    right: 0;
    bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.blog-page-hero {
  position: relative;
  margin-top: 0;
}
.blog-page-hero__container {
  width: 100%;
  max-width: 132rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media only screen and (min-width: 1439px) {
  .blog-page-hero__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-page-hero__background {
  display: flex;
  width: 100%;
  height: 44rem;
  background-position: left;
  position: relative;
}
.blog-page-hero__background--desktop {
  display: none;
}
@media only screen and (min-width: 639px) {
  .blog-page-hero__background--desktop {
    display: flex;
  }
}
.blog-page-hero__background--mobile {
  display: flex;
}
@media only screen and (min-width: 639px) {
  .blog-page-hero__background--mobile {
    display: none;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-page-hero__background {
    height: 34rem;
  }
}
.blog-page-hero__headline-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 9;
}
.blog-page-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 5.4rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: var(--white);
  font-family: "Afacad", sans-serif;
}
@media only screen and (min-width: 639px) {
  .blog-page-hero__headline {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .blog-page-hero__headline {
    font-size: 8.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-page-hero__headline {
    font-size: 11rem;
    line-height: 1;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.section-articles {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-articles__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .section-articles__container {
    flex-direction: row;
  }
}
.section-articles__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .section-articles__column.left {
    max-width: 40rem;
  }
}
.section-articles__column-inner-container {
  position: sticky;
  top: 4rem;
}
.section-articles__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .section-articles__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.section-articles__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "area-normal", sans-serif;
}
@media only screen and (min-width: 639px) {
  .section-articles__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section-articles__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.expertise-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1279px) {
  .expertise-section {
    padding-top: 16rem;
    padding-bottom: 10rem;
  }
}
.expertise-section__container {
  display: flex;
  row-gap: 4rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .expertise-section__container {
    flex-direction: row;
  }
}
.expertise-section__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .expertise-section__column.left {
    max-width: 40rem;
  }
}
.expertise-section__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .expertise-section__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.expertise-section__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .expertise-section__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .expertise-section__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.form-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.form-section__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 3.2rem;
}
@media only screen and (min-width: 959px) {
  .form-section__container {
    flex-direction: row;
  }
}
.form-section__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .form-section__column.left {
    max-width: 40rem;
  }
}
.form-section__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .form-section__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.form-section__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 639px) {
  .form-section__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .form-section__text {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.form-section form {
  background-color: #F5F5F5;
  padding: 4rem 2rem 1rem;
  margin: 0;
  font-family: "area-normal", sans-serif;
}
@media only screen and (min-width: 1279px) {
  .form-section form {
    padding: 4rem 8rem 1rem;
  }
}
.form-section .row-control {
  margin-bottom: 2.4rem;
  display: flex;
  width: 100%;
}
.form-section .row-control-two {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-direction: column;
  row-gap: 2.4rem;
}
@media only screen and (min-width: 959px) {
  .form-section .row-control-two {
    flex-direction: row;
  }
}
.form-section .row-half {
  width: 50%;
}
.form-section .form-control {
  display: flex;
  width: 100%;
}
.form-section .form-control .wpcf7-form-control-wrap {
  width: 100%;
}
.form-section .form-control input {
  width: 100%;
  background-color: transparent;
  padding: 1.2rem 1.2rem 1.3rem;
  outline: none;
  box-shadow: none;
  border: none;
  color: var(--black);
  border-bottom: 1px solid #677C6D;
  font-size: 1.6rem;
}
.form-section .form-control input::-moz-placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
.form-section .form-control input::placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .form-section .form-control input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-section .form-control input::placeholder {
    font-size: 1.6rem;
  }
}
.form-section .textarea-control {
  margin-bottom: 2rem;
}
.form-section .textarea-control textarea {
  width: 100%;
  background-color: transparent;
  padding: 1.2rem 1.2rem 1.3rem;
  outline: none;
  box-shadow: none;
  border: none;
  color: var(--black);
  border-bottom: 1px solid #677C6D;
  height: 12rem;
  font-size: 1.6rem;
  font-family: "area-control", sans-serif !important;
}
.form-section .textarea-control textarea::-moz-placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
.form-section .textarea-control textarea::placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .form-section .textarea-control textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-section .textarea-control textarea::placeholder {
    font-size: 1.6rem;
  }
}
.form-section input[type=submit] {
  background-color: #263B36;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Afacad", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.2rem 2rem;
  display: flex;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
}
.form-section .wpcf7-acceptance {
  margin-bottom: 1rem;
  display: flex;
}
.form-section .wpcf7-acceptance span {
  font-size: 1.2rem;
  font-family: "area-normal", sans-serif;
}
.form-section .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  background-color: #46b450;
  color: var(--white);
  padding: 1rem 2rem;
}
.form-section .wpcf7 form.failed .wpcf7-response-output,
.form-section .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  background-color: #dc3232;
  color: var(--white);
}
.form-section .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  background-color: #f56e28;
  color: var(--white);
}
.form-section .wpcf7 form.invalid .wpcf7-response-output,
.form-section .wpcf7 form.unaccepted .wpcf7-response-output,
.form-section .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--yellow); /* Yellow */
  background-color: var(--yellow);
  color: var(--white);
}
.form-section .wpcf7-form-control.wpcf7-acceptance {
  margin-bottom: 2rem;
}
.form-section .wpcf7-form-control.wpcf7-acceptance span {
  margin: 0;
}
.form-section .wpcf7-form-control.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 1279px) {
  .form-section .wpcf7-form-control.wpcf7-acceptance label {
    align-items: center;
  }
}
.form-section .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
  flex-shrink: 0;
}

.growth-vectors {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 1279px) {
  .growth-vectors {
    padding-top: 6rem;
    padding-bottom: 20rem;
  }
}
.growth-vectors__container {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
@media only screen and (min-width: 1439px) {
  .growth-vectors__container {
    flex-direction: row;
  }
}
.growth-vectors__column {
  width: 100%;
}
@media only screen and (min-width: 1439px) {
  .growth-vectors__column.left {
    max-width: 40rem;
  }
}
@media only screen and (min-width: 639px) {
  .growth-vectors__column.right {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .growth-vectors__column.right {
    display: flex;
    justify-content: center;
  }
}
.growth-vectors__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .growth-vectors__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.growth-vectors__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .growth-vectors__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .growth-vectors__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1279px) {
  .steps-section {
    display: flex;
  }
}
.steps-section__heading {
  font-size: 4rem;
}
@media only screen and (min-width: 1279px) {
  .steps-section__heading {
    font-size: 8rem;
    width: 65%;
  }
}

.about {
  display: none;
}
@media only screen and (min-width: 1279px) {
  .about {
    display: flex;
  }
}
.about__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .about__container {
    flex-direction: row;
  }
}
.about__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .about__column.left {
    max-width: 40rem;
  }
}
.about__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .about__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.about__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .about__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .about__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.section-privacy {
  padding-top: 12rem;
  padding-bottom: 6rem;
}
.section-privacy__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .section-privacy__heading {
    font-size: 8rem;
  }
}
.section-privacy__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1279px) {
  .section-privacy__text {
    font-size: 1.4rem;
  }
}
.section-privacy .list {
  padding-left: 3rem;
}
.section-privacy .list-item {
  margin-bottom: 1rem;
}

.about-mobile {
  z-index: 10;
}
.about-mobile__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .about-mobile__container {
    flex-direction: row;
  }
}
.about-mobile__about-container {
  width: 100%;
  padding-left: 8vw;
}
@media only screen and (min-width: 1279px) {
  .about-mobile__about-container {
    width: unset;
    padding-left: 0;
  }
}
.about-mobile__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .about-mobile__column.left {
    max-width: 40rem;
  }
}
.about-mobile__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .about-mobile__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.about-mobile__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .about-mobile__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.galleries {
  background-color: var(--white);
}
.galleries__heading-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .galleries__heading-container {
    flex-direction: row;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.galleries__categories {
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 132rem;
  row-gap: 2rem;
  padding-left: 8vw;
  padding-right: 8vw;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .galleries__categories {
    flex-direction: row;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    row-gap: 4rem;
    padding-left: 3.864vw;
    padding-right: 3.864vw;
    align-items: center;
  }
}
@media only screen and (min-width: 1439px) {
  .galleries__categories {
    padding-left: 0;
    padding-right: 0;
  }
}
.galleries__category-list {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: center;
}
@media only screen and (min-width: 639px) {
  .galleries__category-list {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 959px) {
  .galleries__category-list {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 2rem;
  }
}
.galleries__category-item {
  font-family: "Afacad", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 0 2.4rem;
  text-transform: uppercase;
  color: var(--black);
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4rem;
  border-radius: 2rem;
  background-color: var(--white);
  border: 2px solid var(--black);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1279px) {
  .galleries__category-item {
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 4.3rem;
    height: 4rem;
  }
}
.galleries__category-item:hover {
  color: var(--black);
  background-color: var(--yellow);
}
.galleries__category-item.active {
  color: var(--black);
  background-color: var(--yellow);
}
.galleries__category-label {
  font-family: "area-normal", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #677c6d;
  width: -moz-fit-content;
  width: fit-content;
}
.galleries .filters .filter.active {
  color: var(--white);
  background-color: var(--primary-black);
}

.single-hero {
  position: relative;
  margin-top: 0;
}
.single-hero__container {
  width: 100%;
  max-width: 132rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 8vw;
  padding-right: 8vw;
}
@media only screen and (min-width: 639px) {
  .single-hero__container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 1439px) {
  .single-hero__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hero__background {
  display: flex;
  width: 100%;
  height: 64vh;
  background-position: left;
  position: relative;
}
@media only screen and (min-width: 1279px) {
  .single-hero__background {
    background-position: center;
    height: 100vh;
  }
}
.single-hero__background--desktop {
  display: none;
}
@media only screen and (min-width: 639px) {
  .single-hero__background--desktop {
    display: flex;
  }
}
.single-hero__background--mobile {
  display: flex;
}
@media only screen and (min-width: 639px) {
  .single-hero__background--mobile {
    display: none;
  }
}
.single-hero__headline-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  z-index: 9;
}
.single-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: var(--white);
  font-family: "Afacad", sans-serif;
}
@media only screen and (min-width: 959px) {
  .single-hero__headline {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .single-hero__headline {
    font-size: 8rem;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.single-hero__date-published {
  font-size: 1rem;
  font-family: "area-normal", sans-serif;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 639px) {
  .single-hero__date-published {
    font-size: 2.4rem;
  }
}
.single-hero__author {
  font-size: 1rem;
  font-family: "area-normal", sans-serif;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
}
@media only screen and (min-width: 639px) {
  .single-hero__author {
    font-size: 2.4rem;
  }
}
.single-hero__button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.single-hero__button {
  width: 12rem;
  height: 3.2rem;
  font-size: 1.2rem;
  padding: 0;
  justify-content: center;
}
@media only screen and (min-width: 639px) {
  .single-hero__button {
    width: 22rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.single-hero__button .text {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.single-hero__button:hover svg path {
  stroke: var(--white);
}
.single-hero__button-icon {
  margin-left: 0.5rem;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 639px) {
  .single-hero__button-icon {
    width: 24px;
    height: 24px;
    margin-left: 0.6rem;
  }
}
.single-hero__button-icon svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 639px) {
  .single-hero__button-icon svg {
    width: 24px;
    height: 24px;
  }
}
.single-hero__button-icon svg path {
  stroke: var(--black);
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.single-section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .single-section {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
.single-section__container {
  max-width: 88rem !important;
}
.single-section h2.heading {
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 1;
}
@media only screen and (min-width: 1279px) {
  .single-section h2.heading {
    font-size: 6.4rem;
    font-weight: 700;
  }
}
.single-section h3.heading {
  font-weight: 700;
}
.single-section .heading.accent {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.single-section .heading.accent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3rem;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--yellow);
}
.single-section .text {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .single-section .text {
    font-size: 1.6rem;
  }
}
.single-section .text strong {
  font-weight: 900;
}
.single-section .list {
  padding-left: 2rem;
}
.single-section a {
  color: var(--black);
}
.single-section .list.roots a {
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .single-section .list.roots a {
    font-size: 1.4rem;
  }
}
.single-section .ln-share-link {
  display: inline-block;
  padding: 6px 10px;
  background: #0A66C2;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
.single-section .ln-share-link:hover {
  opacity: 0.9;
}

.error-page-hero {
  position: relative;
  margin-top: 0;
}
.error-page-hero__container {
  width: 100%;
  max-width: 132rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media only screen and (min-width: 1439px) {
  .error-page-hero__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.error-page-hero__background {
  display: flex;
  width: 100%;
  height: 100vh;
  background-position: left;
  position: relative;
}
.error-page-hero__background--desktop {
  display: none;
}
@media only screen and (min-width: 639px) {
  .error-page-hero__background--desktop {
    display: flex;
  }
}
.error-page-hero__background--mobile {
  display: flex;
}
@media only screen and (min-width: 639px) {
  .error-page-hero__background--mobile {
    display: none;
  }
}
@media only screen and (min-width: 1279px) {
  .error-page-hero__background {
    height: 100vh;
  }
}
.error-page-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 9;
}
@media only screen and (min-width: 1279px) {
  .error-page-hero__headline-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
.error-page-hero__title {
  animation: slide-down 1s forwards;
  font-size: 14rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin: 0;
  font-family: "Afacad", sans-serif;
  background: linear-gradient(to right, #263b36 0%, #677c6d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 639px) {
  .error-page-hero__title {
    font-size: 21rem;
  }
}
@media only screen and (min-width: 1279px) {
  .error-page-hero__title {
    font-size: 28rem;
    line-height: 1;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.error-page-hero__subtitle {
  animation: slide-down 1s forwards;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Afacad", sans-serif;
  background: linear-gradient(to right, #263b36 0%, #677c6d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 639px) {
  .error-page-hero__subtitle {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .error-page-hero__subtitle {
    font-size: 8rem;
  }
}
.error-page-hero__text {
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .error-page-hero__text {
    font-size: 2.4rem;
  }
}
.error-page-hero__button-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
}
.error-page-hero__button {
  font-size: 1.2rem;
  height: 3.2rem;
}
@media only screen and (min-width: 959px) {
  .error-page-hero__button {
    font-size: 1.6rem;
    height: 4rem;
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

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