@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.open {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #fff;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

.container {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white !important;
  color: #074D44;
  width: auto;
  font-size: 0.9rem !important;
  padding: 10px 20px !important;
  opacity: 1;
  visibility: visible;
}
.to-top:before {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) translateY(2px);
  display: inline-block;
  margin-right: 7px;
}
.to-top.hidden {
  opacity: 0;
  visibility: hidden;
}
.to-top:hover, .to-top:focus, .to-top:active {
  background: #074D44 !important;
  color: white !important;
}

@media only screen and (max-width: 768px) {
  .cb-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.share-card .col-wrapper {
  padding: 20px;
}
.share-card .video-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.share-card .btn {
  width: auto;
  padding: 10px;
}

html {
  font-family: "DIN 2014", sans-serif;
  line-height: 120%;
}

body {
  background-color: #D5FFBF;
  background: repeating-linear-gradient(-30deg, rgba(62, 151, 108, 0.0509803922) 0 40px, transparent 6px 650px), #D5FFBF;
  color: #074D44;
  font-family: "DIN 2014", sans-serif;
  overflow-x: clip;
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "DIN 2014", sans-serif;
  font-family: "DIN 2014", sans-serif;
  font-size: clamp(15px, 1.5vw, 19px);
}

.lead {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 768px) {
  .lead {
    font-size: 1rem;
  }
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 19px) * 0.8);
}

h1, h2, h3, h4 {
  font-family: "DIN 2014", sans-serif;
  letter-spacing: -0.4px;
}

h1 {
  font-family: "DIN 2014", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 4rem);
  text-transform: uppercase;
  display: inline;
  color: #fff;
  background-image: linear-gradient(#3E976C, #3E976C);
  background-repeat: no-repeat;
  background-size: 0% 0.34em; /* hidden by default */
  background-position: 0 80%;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    word-spacing: 0.4rem;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: clamp(1.2rem, 3vw, 3rem);
    background-size: 100% 0.22em;
    background-position: 0 75%;
  }
}

/* animate underline only when class is added */
h1.animate-underline {
  animation: underline-grow 2s ease-out forwards;
}

@keyframes underline-grow {
  from {
    background-size: 0% 0.34em;
  }
  to {
    background-size: 100% 0.34em;
  }
}
/* your current h2 — unchanged */
h2 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline;
  background-image: linear-gradient(#DCF578, #DCF578);
  background-repeat: no-repeat;
  background-size: 100% 0.34em;
  background-position: 0 80%;
  padding-bottom: 0.15em;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: clamp(1rem, 1.5rem + 1.5vw, 2.5rem);
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: clamp(0.7rem, 0.5rem + 3vw, 1rem);
    background-size: 100% 0.22em;
    background-position: 0 75%;
  }
}
h2 ~ * {
  margin-top: 20px;
}

/* add ONLY this: animate when class is present */
h2.animate-underline {
  /* collapse underline just for the animation run */
  background-size: 0% 0.34em;
  animation: underline-grow-h2 1s ease-out forwards;
}

@keyframes underline-grow-h2 {
  to {
    background-size: 100% 0.34em;
  }
}
/* keep mobile thickness during the animation */
@media (max-width: 768px) {
  h2.animate-underline {
    background-size: 0% 0.22em;
  }
  @keyframes underline-grow-h2 {
    to {
      background-size: 100% 0.22em;
    }
  }
}
h3 {
  font-size: calc(clamp(15px, 1.5vw, 19px) * 1.6);
  text-transform: uppercase;
  font-weight: 700;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 19px) * 1.2);
  }
}

h4 {
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  h4 {
    font-size: clamp(15px, 1.5vw, 19px);
  }
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.fa-twitter {
  --fa: "" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.btn {
  font-size: clamp(15px, 1.5vw, 19px);
  text-align: center;
  padding: 0.7rem 3rem;
  border: 2px solid #074D44;
  border-radius: 0;
  background: transparent;
  color: #074D44;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus {
  background: #074D44;
  color: #fff !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}
.btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lead-heading {
  font-size: calc(clamp(15px, 1.5vw, 19px) * 1.6);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  .lead-heading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .lead-heading {
    font-size: 1rem;
  }
}
.lead-heading:only-child {
  margin-bottom: 0;
}

.marker {
  color: #DCF578;
}

.play-btn {
  font-size: clamp(15px, 1.5vw, 19px);
  padding-top: 2rem;
  font-weight: 700;
  font-family: "DIN 2014", sans-serif;
  color: #074D44;
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  position: relative;
  pointer-events: none;
}
.play-btn::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #074D44;
  margin-left: 0.75rem;
  margin-right: -0.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.play-btn::before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 1.5px;
  transform: translateY(-50%) rotate(-45deg);
  border: solid #074D44;
  border-width: 0 4px 4px 0;
  padding: 5px;
  transition: border-color 0.3s ease;
}
.play-btn:hover {
  color: #074D44;
}
.play-btn:hover::after {
  background: #074D44;
  width: 60px; /* extend line */
}
.play-btn:hover::before {
  border-color: #074D44;
}

.play-btn-left {
  font-size: clamp(15px, 1.5vw, 19px);
  padding-top: 2rem;
  font-weight: 700;
  font-family: "DIN 2014", sans-serif;
  color: #074D44;
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  position: relative;
  pointer-events: none;
}
.play-btn-left::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #074D44;
  margin-right: 0.75rem;
  margin-left: -0.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.play-btn-left::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 52%;
  transform: translateY(50%) rotate(135deg);
  border: solid #074D44;
  border-width: 0 4px 4px 0;
  padding: 5px;
  transition: border-color 0.3s ease;
}
.play-btn-left:hover {
  color: #074D44;
}
.play-btn-left:hover::before {
  background: #074D44;
  width: 60px; /* extend line */
}
.play-btn-left:hover::after {
  border-color: #074D44;
}

.col-wrapper li a, .col-wrapper p a {
  color: currentColor;
}
.col-wrapper li a:hover, .col-wrapper li a:focus, .col-wrapper li a:active, .col-wrapper p a:hover, .col-wrapper p a:focus, .col-wrapper p a:active {
  color: currentColor;
  text-decoration: underline;
}

/* DIN 2014 Extra Bold (800) */
@font-face {
  font-family: "DIN 2014";
  src: url("/fonts/DIN2014/DIN-2014_Extra-Bold.woff") format("woff"), url("/fonts/DIN2014/DIN-2014_Extra-Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* DIN 2014 Bold (700) */
@font-face {
  font-family: "DIN 2014";
  src: url("/fonts/DIN2014/DIN2014-Bold.woff") format("woff"), url("/fonts/DIN2014/DIN2014-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* DIN 2014 Regular (400) */
@font-face {
  font-family: "DIN 2014";
  src: url("/fonts/DIN2014/DIN2014-Regular.woff") format("woff"), url("/fonts/DIN2014/DIN2014-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.branding {
  margin-right: 30px;
}
.branding .brand {
  display: block;
  height: 120px;
}
.branding .brand svg {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .branding .brand svg {
    max-width: 215px;
  }
}

@media only screen and (min-width: 769px) {
  header .header-content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .navigation {
    width: 100%;
  }
  .nav-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .nav-wrapper.primary ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol a {
    display: inline-block;
    color: #074D44;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "DIN 2014", sans-serif;
    font-weight: bold;
    padding-bottom: 0.15em;
    background-image: linear-gradient(#FFDE17, #FFDE17);
    background-repeat: no-repeat;
    background-size: 0% 0.25em;
    background-position: 0 85%;
    transition: background-size 0.3s ease;
  }
  .nav-wrapper.primary ol a:hover {
    background-size: 100% 0.25em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .nav-wrapper.primary ol a {
    font-size: clamp(0.8rem, 0.2rem + 3vw, 3rem);
    background-size: 0% 0.2em;
    background-position: 0 80%;
  }
}
@media only screen and (min-width: 769px) {
  .nav-wrapper.primary ol li:last-child {
    background-color: #FFDE17;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
  }
  .nav-wrapper.primary ol li:last-child a {
    color: #074D44;
    background-image: linear-gradient(#FFDE17, #FFDE17);
    background-repeat: no-repeat;
    background-size: 0% 0.25em;
    background-position: 0 85%;
    transition: background-size 0.3s ease, color 0.3s ease;
  }
  .nav-wrapper.primary ol li:last-child:hover {
    background-color: #074D44;
  }
  .nav-wrapper.primary ol li:last-child:hover a {
    color: #fff;
    background-size: 100% 0.25em;
  }
  .nav-wrapper.secondary {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .nav-wrapper.secondary a {
    color: #074D44;
    font-size: calc(clamp(15px, 1.5vw, 19px) * 0.8);
  }
  .nav-wrapper.secondary .social a {
    font-size: calc(clamp(15px, 1.5vw, 19px) * 2);
  }
  nav ol {
    display: block;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: block;
    margin: 0 10px;
  }
  nav ol li a {
    color: #D5FFBF;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "DIN 2014", sans-serif;
    padding-bottom: 0.15em;
    background-image: linear-gradient(#FFDE17, #FFDE17);
    background-repeat: no-repeat;
    background-size: 0% 0.25em;
    background-position: 0 85%;
    transition: background-size 0.3s ease;
  }
  nav ol li a:hover,
  nav ol li a .active {
    background-size: 100% 0.25em;
    color: #fff;
  }
  nav ol li a .active {
    color: #fff !important;
  }
}
.footer-row {
  display: flex;
  padding: 3rem 0px;
}
.footer-row .branding {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-row .footer-item {
  display: flex;
  align-items: center;
}

/* Mobile: stack vertically */
@media only screen and (max-width: 768px) {
  .footer-row {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-row nav ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
  .footer-row nav ol li {
    text-align: center;
  }
  nav ol {
    display: block;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: block;
    margin: 0 10px;
  }
  nav ol li a {
    color: #D5FFBF;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "DIN 2014", sans-serif;
    padding-bottom: 0.15em;
    background-image: linear-gradient(#FFDE17, #FFDE17);
    background-repeat: no-repeat;
    background-size: 0% 0.25em;
    background-position: 0 85%;
    transition: background-size 0.3s ease;
  }
  nav ol li a:hover {
    background-size: 100% 0.25em;
    color: #fff;
  }
  nav ol li a .active {
    color: #fff;
  }
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    position: absolute;
    z-index: 999999;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 5px;
    right: 10px;
  }
  .toggle div {
    width: 40px;
    height: 3px;
    position: absolute;
    background: #074d44;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .toggle div.top {
    transform: translateY(-12px);
  }
  .toggle div.bottom {
    transform: translateY(12px);
  }
  .open .toggle {
    transform: rotate(90deg);
  }
  .open .toggle div {
    background: rgba(7, 77, 68, 0.75);
    width: 40px;
  }
  .open .toggle div.one {
    transform: rotate(45deg);
  }
  .open .toggle div.two {
    transform: rotate(-45deg);
  }
  .open .toggle div.top {
    transform: translateY(-3px);
    opacity: 0;
  }
  .open .toggle div.bottom {
    transform: translateY(3px);
    opacity: 0;
  }
  .open .navigation {
    left: 0;
    background-color: #D5FFBF;
    background: repeating-linear-gradient(-30deg, rgba(62, 151, 108, 0.0509803922) 0 40px, transparent 6px 650px), #D5FFBF;
    color: #074D44;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 130px 30px 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    gap: 1;
    list-style-type: none;
  }
  .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navigation nav ol li a {
    display: inline-block;
    color: #074D44;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "DIN 2014", sans-serif;
    font-weight: bold;
    padding-bottom: 0.15em;
    background-image: linear-gradient(#FFDE17, #FFDE17);
    background-repeat: no-repeat;
    background-size: 0% 0.25em;
    background-position: 0 85%;
    transition: background-size 0.3s ease;
  }
  .navigation nav ol li a:hover {
    background-size: 100% 0.25em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .navigation nav ol li a {
    font-size: clamp(0.8rem, 0.2rem + 3vw, 1rem);
    background-size: 0% 0.2em;
    background-position: 0 80%;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    font-size: calc(clamp(14px, 1.5vw, 16px) * 1.4);
    line-height: 100%;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .navigation nav ol li li:last-child {
    background-color: #FFDE17;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
  }
  .navigation nav ol li li:last-child a {
    color: #074D44;
    background-image: linear-gradient(#FFDE17, #FFDE17);
    background-repeat: no-repeat;
    background-size: 0% 0.25em;
    background-position: 0 85%;
    transition: background-size 0.3s ease, color 0.3s ease;
  }
  .navigation nav ol li li:last-child a:hover {
    color: #fff;
    background-size: 100% 0.25em;
  }
  .navigation nav ol li li:last-child:hover {
    background-color: #074D44;
  }
  .navigation.social ol {
    display: flex;
  }
  .navigation.social ol a {
    font-size: 3rem;
  }
  .nav-wrapper {
    padding: 3rem;
  }
  .nav-wrapper.primary.text {
    display: block;
    order: 2;
    padding: 15 0;
    font-weight: 900;
    padding-left: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
  }
  .nav-wrapper.primary.text p {
    font-size: calc(clamp(15px, 1.5vw, 19px) * 1.2);
    font-weight: 900;
    margin: 0;
  }
  .nav-wrapper.primary {
    order: 1;
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(7, 77, 68, 0.2);
  padding: 30px;
  border: 1px solid rgba(7, 77, 68, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 75px 20px;
  background-color: #074D44;
  color: #D5FFBF;
}
footer .copyright p {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
  opacity: 0.8;
}
footer .copyright p a {
  color: currentColor;
}
footer .copyright p a:hover, footer .copyright p a:focus, footer .copyright p a:active {
  color: #FFDE17;
}
footer .row-footer {
  padding: 3rem;
  color: #D5FFBF;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.form-control {
  background-color: transparent;
  border-color: #074D44;
  border-radius: 0 !important;
  margin-bottom: 10px;
  width: 100%;
  padding: 0.7rem;
}

/* Root: put input+button on one line */
[id^=fui-subscribeForm-] {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  gap: 0 15px;
  flex-wrap: nowrap;
  margin: 0 auto;
}

[id^=fui-subscribeForm-] > div {
  flex: 1 auto;
}
[id^=fui-subscribeForm-] > div input {
  width: 100%;
}

.fui-captcha {
  display: none;
}

[id^=fui-subscribeForm-] .form-btns {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  margin-top: 15px;
}
[id^=fui-subscribeForm-] .form-btns button {
  padding: 0.5rem 3rem;
}
[id^=fui-subscribeForm-] .form-btns button:focus, [id^=fui-subscribeForm-] .form-btns button:hover, [id^=fui-subscribeForm-] .form-btns button:active {
  border: 2px solid #074D44 !important;
  padding: 0.5rem 3rem !important;
  transform: none;
}

/* Ensure the email input stretches fully */
[id^=fui-subscribeForm-] input[type=email] {
  width: 100% !important;
  flex: 1;
}

/* If Bootstrap is forcing widths, neutralize them */
[id^=fui-subscribeForm-] .form-control {
  width: 100% !important;
}

/* Mobile: stack nicely */
@media (max-width: 600px) {
  [id^=fui-subscribeForm-] {
    flex-wrap: wrap;
  }
  [id^=fui-subscribeForm-] .form-btns {
    width: 100%;
  }
  [id^=fui-subscribeForm-] .form-btns .btn {
    width: 100%;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: black;
  /* center play button */
  /* bottom-right mute button */
  /* hide play button while playing */
}
.video-wrapper .cb-video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
  cursor: pointer;
}
.video-wrapper .play-center svg {
  width: 120px;
  /* increase size */
  height: 120px;
}
.video-wrapper .video-ui {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  z-index: 2;
}
.video-wrapper .play-center {
  left: 50%;
  top: 50%;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.video-wrapper .play-center:hover {
  transform: scale(1.06);
}
.video-wrapper .mute-toggle {
  right: 1rem;
  bottom: 1rem;
  color: #fff;
}
.video-wrapper .mute-toggle .icon-sound {
  display: block;
}
.video-wrapper .mute-toggle.unmuted .slash {
  display: none;
}
.video-wrapper.is-playing .play-center {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .video-wrapper .play-center svg {
    width: 52px;
    height: 52px;
  }
  .video-wrapper .mute-toggle {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
.video-wrapper {
  position: relative;
}
.video-wrapper .video-ui {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper .play-center {
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
}
.video-wrapper .mute-toggle {
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
}

.hero-inner {
  position: relative;
  overflow: hidden;
}

/* Hero image */
.hero-image {
  object-fit: cover;
  display: block;
}

.hero-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, #000 0%, rgba(25, 49, 58, 0) 100%);
}

/* Content positioning */
.hero-content {
  position: absolute;
  inset: auto clamp(32px, 4vw, 64px) clamp(24px, 5vw, 64px) clamp(12px, 2vw, 64px);
  z-index: 2; /* sits above overlay */
}

.hero-content-inner {
  max-width: 980px;
  color: #fff; /* ensure text is legible on dark background */
}

.with-left-line {
  position: relative;
  border-left: 5px solid transparent; /* keep layout width the same */
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-left: 0;
}

/* The animated line */
.with-left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #0E3B35;
  transform-origin: top;
  transform: scaleY(0); /* hidden initially */
  transition: transform 700ms ease-out; /* animation duration/ease */
}

/* Toggle this class to play the animation */
.with-left-line.show-line::before {
  transform: scaleY(1); /* grows top → bottom */
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .with-left-line::before {
    transition: none;
    transform: scaleY(1);
  }
}
/* scope the effect to your block */
.with-middle-line .col-wrapper {
  position: relative; /* anchor for the pseudo */
}

/* spacing between paras */
.with-middle-line .col-wrapper p + p {
  margin-top: 1.5rem;
}

/* draw the line under the first paragraph */
.with-middle-line .col-wrapper p:first-of-type {
  position: relative;
  padding-bottom: 1rem; /* room for the line */
}

.with-middle-line .col-wrapper p:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  right: 30%;
  bottom: -0.5rem;
  height: 4px;
  background: #0E3B35;
  transform-origin: left;
  transform: scaleX(0); /* hidden initially */
  transition: transform 700ms ease-out;
  pointer-events: none;
  z-index: 1;
}

/* toggle this to reveal (e.g., on scroll) */
.with-middle-line.show-line .col-wrapper p:first-of-type::after {
  transform: scaleX(1);
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .with-middle-line .col-wrapper p:first-of-type::after {
    transition: none;
    transform: scaleX(1);
  }
}
.split-left-image .row,
.split-right-image .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.split-left-image .row > div,
.split-right-image .row > div {
  flex: 1 1 50%;
  padding: 0;
  display: flex;
}
.split-left-image .row .image,
.split-left-image .row .text-column,
.split-right-image .row .image,
.split-right-image .row .text-column {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.split-left-image .row .image,
.split-right-image .row .image {
  width: 100%;
  height: 100%;
  display: flex;
}
.split-left-image .row .image img,
.split-right-image .row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split-left-image .row .text-column,
.split-right-image .row .text-column {
  display: flex;
  align-items: stretch;
}
.split-left-image .row .text-column .col-wrapper,
.split-right-image .row .text-column .col-wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .split-left-image .row,
  .split-right-image .row {
    flex-direction: column;
  }
  .split-left-image .row > div,
  .split-right-image .row > div {
    flex: 1 1 100%;
    display: block;
  }
  .split-left-image .text-column .col-wrapper,
  .split-right-image .text-column .col-wrapper {
    padding: 30;
  }
}

.split-left-image .row > div:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .split-left-image .row > div:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
  }
}

.split-right-image .row > div:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .split-right-image .row > div:first-child {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .split-right-image .row {
    flex-direction: column-reverse;
  }
}

.content-center {
  align-items: center;
  color: #fff;
  display: flex;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.quiz .quiz__question {
  text-align: center;
  max-width: 52ch;
  margin: 0 auto clamp(16px, 3vw, 28px);
  color: #fff;
  font-weight: 700;
}
.quiz .quiz__options {
  display: flex;
  gap: clamp(16px, 3vw, 32px);
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(20px, 4vw, 36px);
}
.quiz .quiz__btn {
  appearance: none;
  cursor: pointer;
  padding: 14px 36px;
  line-height: 120%;
  font-weight: 800;
  background: #CFF2C7;
  color: #0E3B35;
  border: none;
}
.quiz .quiz__btn:hover {
  background: #FFDE17;
}
.quiz .quiz__btn:active {
  background: #FFDE17;
}
.quiz .quiz__result {
  text-align: center;
  margin-top: clamp(16px, 3vw, 28px);
}
.quiz .quiz__badge {
  font-weight: 900;
  font-size: clamp(22px, 3.4vw, 38px);
  letter-spacing: 0.5px;
  margin-bottom: clamp(10px, 2vw, 16px);
  color: #FFDE17;
}
.quiz .quiz__desc {
  max-width: 70ch;
  margin: 0 auto;
  color: #FFDE17;
  font-weight: 700;
}

.feature__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.feature__image {
  flex: 0 0 65%;
  position: relative;
  padding: 0;
}
.feature__image.-right {
  flex: 0 0 65%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .feature__image.-right {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .feature__image.-right {
    flex: 0 0 100%;
  }
}

.feature__copy {
  flex: 0 0 30%;
  padding-right: 0px;
  padding-left: 2rem;
  padding-top: 15rem;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .feature__copy {
    padding-top: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .feature__copy {
    padding-top: 0;
    padding-left: 0;
  }
}

.feature__title {
  position: absolute;
  top: -1%;
  right: -35%;
  width: 100%;
  max-width: 32rem;
  margin: 0;
  padding: 3rem 4rem;
  background: #D5FFBF;
  color: #0E3B35;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .feature__title {
    padding: 5px 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .feature__title {
    padding: 0px;
  }
}
.feature__title.-right {
  right: auto;
  left: -15%;
  max-width: 34rem;
}

@media (max-width: 991.98px) {
  .feature__row {
    flex-wrap: wrap;
  }
  .feature__image,
  .feature__copy {
    flex: 0 0 100%;
  }
  .feature__image {
    order: 1;
  }
  .feature__copy {
    order: 2;
  }
  .feature__title {
    position: static;
    left: auto;
    right: auto;
    transform: none;
    margin-top: 1rem;
    max-width: 100%;
  }
}
.feature__row--img-right .feature__copy {
  padding-left: 0;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .feature__row--img-right .feature__copy {
    padding-right: 0;
  }
}

.feature__image img {
  display: block;
  width: 100%;
  height: auto;
}

.feature__image figure {
  margin: 0;
}

.produce__title {
  position: absolute;
  top: 0%;
  right: -25%;
  width: 100%;
  max-width: 32rem;
  margin: 0;
  padding: 5rem 4rem 4rem 4rem;
  background: #074D44;
  color: #D5FFBF;
  font-weight: 700;
  z-index: 2;
  /* Opening quote mark */
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .produce__title {
    position: relative;
    padding: 3rem 1rem 1rem 1rem;
    width: auto;
    right: 0%;
    max-width: 100%;
  }
}
.produce__title.-right {
  right: auto;
  left: -15%;
  max-width: 34rem;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .produce__title.-right {
    position: relative;
    padding: 3rem 1rem 1rem 1rem;
    width: auto;
    left: 0%;
    max-width: 100% !important;
  }
}
.produce__title::before {
  content: "“"; /* opening quote character */
  position: absolute;
  left: clamp(0.75rem, 2vw, 1.5rem);
  top: clamp(0.25rem, 1.5vw, 1rem);
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: clamp(3rem, 9vw, 7rem); /* responsive size so it still shows on mobile */
  color: #FFDE17;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .produce__title {
    padding: 5px 0px;
  }
}
.produce__title .typed-name {
  color: #FFDE17;
  font-weight: normal;
  font-size: clamp(15px, 1.5vw, 19px);
}

@media only screen and (max-width: 768px) {
  .produce__title {
    position: static;
    left: auto;
    right: auto;
    transform: none;
    max-width: 100%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 992px) {
  .produce__title {
    position: static;
    left: auto;
    right: auto;
    transform: none;
    max-width: 100% !important;
    padding: 1rem;
  }
}/*# sourceMappingURL=style.css.map */