@charset "UTF-8";
/* TT Firs Neue — Normal (Regular) */
@font-face {
  font-family: "TT Firs Neue";
  src: url("/wp-content/themes/atura/howdy/dist/assets/TT-Firs-Neue-Normal-QOEyd-3I.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* TT Firs Neue — Medium */
@font-face {
  font-family: "TT Firs Neue";
  src: url("/wp-content/themes/atura/howdy/dist/assets/TT-Firs-Neue-Medium-3d7NooJc.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* TT Firs Neue — DemiBold */
@font-face {
  font-family: "TT Firs Neue";
  src: url("/wp-content/themes/atura/howdy/dist/assets/TT-Firs-Neue-DemiBold-CN-duVAv.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* TT Firs Neue — Bold */
@font-face {
  font-family: "TT Firs Neue";
  src: url("/wp-content/themes/atura/howdy/dist/assets/TT-Firs-Neue-Bold-BSecGq-f.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}.cp70-masthead {
  background: #57264a url("/wp-content/themes/atura/howdy/dist/assets/masthead-bg-DbC8LAPZ.jpg") center/cover no-repeat;
  color: #ffffff;
  min-height: 100vh;
  padding: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-masthead {
    height: 100vh;
    max-height: 900px;
    min-height: auto;
    padding: 0 50px;
  }
}
.cp70-masthead__container {
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.cp70-masthead__content {
  background: url("/wp-content/themes/atura/howdy/dist/assets/masthead-bg-2-DLjrj3Ah.png") 100% 0/200px no-repeat;
  padding-top: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cp70-masthead__content {
    background-position: 100% calc(50% - 90px);
    background-size: 380px;
    min-height: 650px;
    padding-right: 410px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .cp70-masthead__content {
    background-size: 450px;
    padding-right: 480px;
  }
}
.cp70-masthead__title {
  margin-bottom: 16px;
  font-size: 2.75rem;
  line-height: 3rem;
}
.cp70-masthead__body {
  max-width: 390px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media (min-width: 768px) {
  .cp70-masthead__body {
    max-width: 500px;
  }
}
.cp70-masthead__links {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .cp70-masthead__links {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .cp70-masthead__links {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .cp70-masthead__links {
    margin-top: 100px;
    flex-direction: row;
  }
}
.cp70-masthead__link {
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
}
.cp70-masthead__link:first-child {
  background: #ffffff;
}
.cp70-masthead__link:last-child {
  color: #ffffff;
}
html.cp70-smooth-scroll {
  scroll-behavior: smooth;
}
.cp70-intro {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-intro {
    margin-top: 100px;
  }
}
.cp70-intro__container {
  display: grid;
  gap: 30px;
  flex: 1;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .cp70-intro__container {
    max-width: 1130px;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .cp70-intro__image, .cp70-intro__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.cp70-intro__image {
  background: var(--background-image) no-repeat 100% 50%;
  background-size: 200%;
}
.cp70-intro__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .cp70-intro__image:before {
    content: none;
  }
}
@media (min-width: 768px) {
  .cp70-intro__image {
    background-position: 65%;
    background-size: 150%;
  }
}
@media (min-width: 1200px) {
  .cp70-intro__image {
    background-size: cover;
    background-position: center;
  }
}
.cp70-intro__content {
  padding: 0 50px;
}
@media (min-width: 768px) {
  .cp70-intro__content {
    padding: 55px 400px 55px 70px;
  }
}
@media (min-width: 992px) {
  .cp70-intro__content {
    padding: 55px 600px 55px 70px;
  }
}
@media (min-width: 1200px) {
  .cp70-intro__content {
    padding: 55px 70px;
  }
}
.cp70-intro__title {
  color: #00825e;
  margin-bottom: 18px;
  max-width: 550px;
  font-size: 1.65rem;
}
.cp70-intro__body {
  color: #000000;
  max-width: 600px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.cp70-properties {
  margin-top: 85px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-properties {
    padding: 0 15px;
  }
}
.cp70-properties__container {
  max-width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .cp70-properties__container {
    max-width: 1130px;
  }
}
.cp70-properties__slider {
  border: 4px solid #57264a;
  position: relative;
}
.cp70-properties__slider-button {
  transform: translateY(-50%);
  background: none;
  background: #ffffff;
  border: none;
  color: #57264a;
  padding: 0 0 10px;
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  appearance: none;
}
.cp70-properties__slider-button--prev {
  left: -15px;
}
@media (min-width: 992px) {
  .cp70-properties__slider-button--prev {
    left: 55px;
  }
}
.cp70-properties__slider-button--next {
  right: -15px;
}
@media (min-width: 992px) {
  .cp70-properties__slider-button--next {
    right: 55px;
  }
}
.cp70-properties__slides {
  margin: 0 auto;
  width: 80%;
  overflow: hidden;
}
.cp70-properties__slides-inner {
  min-height: 470px;
  padding-bottom: 120px;
  display: flex;
}
.cp70-properties__slide {
  min-width: 0;
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 0 100%;
}
.cp70-properties__slide-title {
  text-align: center;
  color: #00825e;
  font-size: 1.7rem;
}
.cp70-properties__slide-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.cp70-properties__slide-property {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  align-items: center;
}
@media (min-width: 992px) {
  .cp70-properties__slide-property {
    flex: 1 0 25%;
  }
}
.cp70-properties__slide-property-icon {
  margin-bottom: 10px;
}
.cp70-properties__slide-property-title {
  text-align: center;
  max-width: 160px;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cp70-properties__slide-property-title {
    font-size: 1.1rem;
  }
}
.cp70-properties__slide-property img {
  height: 50px;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .cp70-properties__slide-property img {
    height: 120px;
  }
}
.cp70-properties__list {
  background: #ffffff;
  margin: -55px 25px 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .cp70-properties__list {
    margin-top: -75px;
    gap: 40px;
  }
}
.cp70-properties__property {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cp70-properties__property {
    flex: 0 0 150px;
  }
}
.cp70-properties__property-icon {
  height: 70px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cp70-properties__property-icon {
    height: 150px;
  }
}
.cp70-properties__property-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
}
.cp70-sample {
  margin-top: 50px;
  padding: 0 30px 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-sample {
    padding-bottom: 0;
  }
}
.cp70-sample__container {
  max-width: 1130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.cp70-sample__link {
  text-transform: uppercase;
  background: #57264a;
  color: #ffffff;
  padding: 15px 20px;
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .cp70-sample__link {
    margin-top: -55px;
  }
}
.cp70-applications {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-applications {
    margin-top: 100px;
  }
}
.cp70-applications__container {
  max-width: 1130px;
  padding: 50px 15px 0;
  flex: 1;
}
.cp70-applications__title {
  color: #00825e;
  margin-bottom: 18px;
  font-size: 1.65rem;
}
.cp70-applications__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .cp70-applications__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cp70-applications__item {
  flex: 1;
}
.cp70-applications__item-image {
  margin-bottom: 20px;
}
.cp70-applications__item-title, .cp70-applications__item-body {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.cp70-applications__item-title {
  font-weight: 700;
}
.cp70-applications__item-body {
  font-weight: 500;
}
.cp70-benefits {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-benefits {
    margin-top: 100px;
  }
}
.cp70-benefits__container {
  background: #2d4f1e var(--background-image) no-repeat center center/cover;
  max-width: 1130px;
  padding: 75px 30px 30px;
  flex: 1;
}
@media (min-width: 768px) {
  .cp70-benefits__container {
    padding: 75px 65px 30px;
  }
}
@media (min-width: 768px) {
  .cp70-benefits__content {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .cp70-benefits__content {
    max-width: 440px;
  }
}
.cp70-benefits__title, .cp70-benefits__body p {
  color: #ffffff;
}
.cp70-benefits__title {
  font-size: 1.65rem;
}
.cp70-benefits__body {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.cp70-benefits__body strong {
  margin-top: 26px;
  display: block;
}
.cp70-cta {
  background: #57264a;
  color: #ffffff;
  margin-top: 50px;
  min-height: 600px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-cta {
    margin-top: 100px;
  }
}
.cp70-cta__container {
  max-width: 1130px;
  padding: 40px 10px 50px;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "title" "content" "footer";
}
@media (min-width: 992px) {
  .cp70-cta__container {
    gap: 175px;
    grid-template-columns: 265px 1fr;
    grid-template-areas: "title content" "footer content";
  }
}
.cp70-cta__footer {
  margin-bottom: 0;
  font-size: 1.16rem;
  line-height: 1.4rem;
}
.cp70-cta__footer a {
  text-decoration: underline;
  color: #ffffff;
}
.cp70-cta__title {
  font-size: 1.7rem;
  grid-area: title;
}
.cp70-cta__footer {
  grid-area: footer;
}
.cp70-cta__content {
  grid-area: content;
}
.cp70-cta__form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cp70-cta__form {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .cp70-cta__form {
    padding-right: 20px;
  }
}
.cp70-cta__form-title {
  font-weight: 500;
}
.cp70-cta__fields {
  margin-top: 26px;
  width: 100%;
  display: grid;
  gap: 20px 0;
}
@media (min-width: 768px) {
  .cp70-cta__fields {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}
.cp70-cta__field {
  display: flex;
  flex-direction: column;
}
.cp70-cta__field label {
  font-size: 0.9rem;
}
.cp70-cta__field input:not([type=checkbox]),
.cp70-cta__field select {
  min-height: 44px;
  padding: 0 15px;
  width: 100%;
  line-height: 44px;
}
.cp70-cta__field--full {
  grid-column: 1/-1;
}
.cp70-cta__field--checkbox label {
  max-width: 460px;
  display: flex;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1rem;
  gap: 15px;
}
.cp70-cta__field--checkbox input[type=checkbox] {
  transform: translateY(-0.075rem);
  background-color: #ffffff;
  color: currentColor;
  height: 1.2rem;
  margin: 0;
  width: 1.2rem;
  display: grid;
  font: inherit;
  flex: 0 0 1.2rem;
  appearance: none;
  place-content: center;
}
.cp70-cta__field--checkbox input[type=checkbox]:before {
  content: "";
  transform: scale(0);
  transform-origin: center center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 0.84rem 0.84rem #57264a;
  height: 1rem;
  width: 1rem;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.cp70-cta__field--checkbox input[type=checkbox]:focus {
  outline: max(2px, 0.12rem) solid currentColor;
  outline-offset: max(2px, 0.12rem);
}
.cp70-cta__field--checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}
.cp70-cta__field-note {
  margin-top: 8px;
  font-size: 0.75rem;
}
.cp70-cta__button {
  text-transform: uppercase;
  background: #00825e;
  border: 0;
  color: white;
  height: 48px;
  margin-top: 20px;
  min-width: 230px;
  padding: 15px 20px;
  font-weight: 500;
  line-height: 1rem;
  appearance: none;
}
@media (min-width: 768px) {
  .cp70-cta__button {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .cp70-cta__button {
    margin-top: 20px;
  }
}
.cp70-cta__button.is-success {
  cursor: default;
  background-color: #28a745;
}
.cp70-cta__success-message {
  text-align: center;
  margin-top: 30px;
  max-width: 550px;
  width: 100%;
  align-self: center;
}
.cp70-whitepaper {
  margin-top: 50px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cp70-whitepaper {
    margin-top: 100px;
  }
}
.cp70-whitepaper__container {
  max-width: 1130px;
  padding-bottom: 50px;
  display: grid;
  position: relative;
  gap: 20px;
  flex: 1;
  grid-template-areas: "title " "list" "image" "link";
}
@media (min-width: 768px) {
  .cp70-whitepaper__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: fit-content(100%) fit-content(100%) 1fr;
    grid-template-areas: "title image" "list image" "link image";
  }
}
.cp70-whitepaper__title {
  color: #00825e;
  max-width: 550px;
  font-size: 1.65rem;
  grid-area: title;
}
.cp70-whitepaper__list {
  margin: 0;
  padding-left: 20px;
  grid-area: list;
}
.cp70-whitepaper__item {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.cp70-whitepaper__item + .cp70-whitepaper__item {
  margin-top: 16px;
}
.cp70-whitepaper__link {
  text-align: center;
  text-transform: uppercase;
  color: #57264a;
  font-size: 1.2rem;
  font-weight: 700;
  grid-area: link;
}
@media (min-width: 768px) {
  .cp70-whitepaper__link {
    text-align: left;
  }
}
.cp70-whitepaper__image {
  width: 510px;
  grid-area: image;
  justify-self: center;
}
@media (min-width: 768px) {
  .cp70-whitepaper__image {
    margin-top: -35px;
    justify-self: flex-end;
  }
}
.cp70-whitepaper--active .cp70-whitepaper__form {
  opacity: 1;
  visibility: visible;
}
.cp70-whitepaper__overlay, .cp70-whitepaper__form {
  opacity: 0;
  visibility: hidden;
}
.cp70-whitepaper--active .cp70-whitepaper__overlay, .cp70-whitepaper--active .cp70-whitepaper__form {
  opacity: 1;
  visibility: visible;
}
.cp70-whitepaper__overlay {
  transition: 300ms ease opacity 300ms, 300ms ease visibility 300ms, 300ms ease transform 300ms;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 100;
  inset: 0;
}
.cp70-whitepaper--active .cp70-whitepaper__overlay {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.cp70-whitepaper__form {
  transform: translateX(-50%) translateY(calc(-50% - 32px));
  transition: 300ms ease opacity 0s, 300ms ease visibility 300ms, 300ms ease transform 0s;
  background: #57264a;
  color: #ffffff;
  max-height: calc(100vh - 30px);
  width: calc(100vw - 30px);
  padding: 0 30px 30px;
  max-width: 800px;
  overflow-y: scroll;
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 101;
}
@media (min-width: 768px) {
  .cp70-whitepaper__form {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cp70-whitepaper__form {
    width: 100%;
  }
}
.cp70-whitepaper--active .cp70-whitepaper__form {
  transform: translate(-50%, -50%);
  transition: 300ms ease opacity 0s, 300ms ease visibility 300ms, 300ms ease transform 300ms;
}
.cp70-whitepaper__form-close {
  cursor: pointer;
  color: #ffffff;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
}
body.cp70-no-scroll {
  overflow: hidden;
}
.page-id-1963 {
  font-family: "TT Firs Neue";
}
.cp70-bar {
  position: relative;
}
.cp70-bar:after {
  content: "";
  background: #57264a;
  height: 25px;
  width: 200px;
  left: 0;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cp70-bar:after {
    height: 20px;
    width: 410px;
  }
}