/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
.c-hero {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 4rem;
}
.c-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(32, 77, 81, 0) 18.15%, rgba(32, 77, 81, 0.2) 79.08%), linear-gradient(0deg, rgba(32, 77, 81, 0.05), rgba(32, 77, 81, 0.05));
  z-index: 1;
}
@media (min-width: 1025px) {
  .c-hero {
    border-radius: 0.25rem;
  }
}

.c-hero--alt {
  justify-content: center;
  color: #FEFEFE;
}

.c-hero__arrow {
  z-index: 1;
}

.c-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.c-hero__logo {
  display: flex;
}

.c-hero__title {
  width: 100%;
  max-width: 50rem;
}

.c-hero__bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 0) and (max-width: 743px) {
  .c-hero__bg--mobile {
    display: block;
  }
}

@media (min-width: 744px) and (max-width: 1399px) {
  .c-hero__bg--tablet {
    display: block;
  }
}

@media (min-width: 1400px) {
  .c-hero__bg--desktop {
    display: block;
  }
}

.c-hero__arrow + .c-hero__content {
  margin-top: 2rem;
}

@media (min-width: 1025px) {
  .c-hero--alt .c-hero__arrow + .c-hero__content {
    margin-top: 4rem;
  }
}

.c-hero__action {
  margin-top: 2rem;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .c-hero__title {
    font-size: 42px;
  }
}

.c-hero--lp {
  padding: 9rem 1.25rem 2rem;
  color: #f4f677;
  justify-content: start;
}
@media (min-width: 1025px) {
  .c-hero--lp {
    padding: 8.375rem 4rem 3rem;
  }
}
.c-hero--lp .c-hero__content {
  text-align: left;
  display: block;
  width: 100%;
}
.c-hero--lp .c-hero__title {
  margin-bottom: 2rem;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 1600px) {
  .c-hero--lp .c-hero__title {
    line-height: 1.1;
    max-width: 66rem;
    font-size: 6rem;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .c-hero--lp .c-hero__title {
    line-height: 1.1;
    max-width: 50rem;
  }
}
.c-hero--lp .c-hero__description {
  margin-bottom: 2rem;
  max-width: 38.75rem;
}
.c-hero--lp .c-hero__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .c-hero--lp .c-hero__footer {
    flex-wrap: nowrap;
  }
}
.c-hero--lp .c-hero__action {
  width: 100%;
  order: 2;
}
@media (min-width: 1025px) {
  .c-hero--lp .c-hero__action {
    margin: 0;
    width: auto;
    order: 1;
    display: flex;
    align-items: center;
  }
}
.c-hero--lp .c-hero__action-link {
  margin: 0 0 1rem 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .c-hero--lp .c-hero__action-link {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .c-hero--lp .c-hero__info {
    margin: 0 0 1rem 1rem;
  }
}
.c-hero--lp .c-hero__widget {
  background-color: #204D51;
  padding: 0.5rem;
  margin-bottom: 0;
  max-height: 6.5rem;
  order: 1;
}
@media (min-width: 1025px) {
  .c-hero--lp .c-hero__widget {
    order: 2;
    padding: 1rem;
    max-height: 9.375rem;
  }
}
.c-hero--lp .c-hero__widget iframe {
  max-width: 9.3125rem;
}
@media (min-width: 1025px) {
  .c-hero--lp .c-hero__widget iframe {
    max-width: 12.9375rem;
  }
}
.c-hero--lp .c-hero__bg--responsive {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-hero--lp .c-hero__bg--responsive picture,
.c-hero--lp .c-hero__bg--responsive img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .c-hero--lp .c-hero__bg--responsive {
    display: block;
  }
}

body.page-template-default .c-hero--lp {
  padding: 6rem 1.25rem 2rem;
}
@media (min-width: 1025px) {
  body.page-template-default .c-hero--lp {
    padding: 6rem 4rem 3rem;
  }
}
body.page-template-default .c-hero--lp .c-hero__title {
  margin-bottom: 2rem;
  line-height: 1.25;
}
@media (min-width: 1920px) {
  body.page-template-default .c-hero--lp .c-hero__title {
    line-height: 1.1;
    max-width: 66rem;
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  body.page-template-default .c-hero--lp .c-hero__title {
    line-height: 1.1;
    max-width: 50rem;
    font-size: 4rem;
  }
}
