@charset "UTF-8";
/* @link https://utopia.fyi/type/calculator?c=320,20,1.2,1400,20,1.414,7,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  /* Step 0: 20px → 20px */
  --step-0: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  /* Step 1: 24px → 28.28px */
  --step-1: clamp(1.5rem, 1.4207rem + 0.3963vw, 1.7675rem);
  /* Step 2: 28.8px → 39.9879px */
  --step-2: clamp(1.8rem, 1.5928rem + 1.0359vw, 2.4992rem);
  /* Step 3: 34.56px → 56.5429px */
  --step-3: clamp(2.16rem, 1.7529rem + 2.0355vw, 3.5339rem);
  /* Step 4: 41.472px → 79.9517px */
  --step-4: clamp(2.592rem, 1.8794rem + 3.5629vw, 4.997rem);
  /* Step 5: 49.7664px → 113.0517px */
  --step-5: clamp(3.1104rem, 1.9385rem + 5.8597vw, 7.0657rem);
  /* Step 6: 59.7197px → 159.8551px */
  --step-6: clamp(3.7325rem, 1.8781rem + 9.2718vw, 9.9909rem);
  /* Step 7: 71.6636px → 226.0351px */
  --step-7: clamp(4.479rem, 1.6202rem + 14.2937vw, 14rem);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  text-transform: capitalize;
}

h1,
.h1 {
  font-size: var(--step-6);
  line-height: 0.88;
}

h2,
.h2 {
  font-size: var(--step-7);
  line-height: 0.88;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    word-break: break-word;
    hyphens: auto;
  }
}

h3,
.h3 {
  font-size: var(--step-4);
  line-height: 1;
}

h4,
.h4 {
  font-size: var(--step-3);
  line-height: 1.1;
}

h5,
.h5 {
  font-size: var(--step-2);
  line-height: 1.2;
}

h6,
.h6 {
  font-size: var(--step-1);
  line-height: 1.2;
}

p,
ul,
ol {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.8px;
}

blockquote {
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  blockquote {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }
}
blockquote cite {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: unset;
}
@media (max-width: 960px) {
  blockquote cite {
    font-size: 14px;
    line-height: 21px;
  }
}

.main-content > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-image {
  max-width: calc(1400px + 2rem);
  position: relative;
  margin: auto;
}
@media (min-width: 1061px) {
  .wp-block-image figure.alignright {
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 1060px) {
  .wp-block-image figure.alignright {
    width: 50%;
    margin: 0;
  }
}

.wp-block-columns {
  max-width: calc(1400px + 2rem);
  margin: 78px auto;
  padding: 0 2rem;
  gap: 2rem 99px;
}
@media (max-width: 960px) {
  .wp-block-columns {
    margin: 24px auto;
  }
}

.wp-block-heading {
  color: var(--blue);
  max-width: calc(1400px + 2rem);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-heading em {
  font-style: normal;
  color: var(--dark-peach);
}
.wp-block-heading strong {
  color: var(--purple);
  font-weight: 400;
}

.wp-block-group.has-background {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 960px) {
  .wp-block-group.has-background {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.wp-block-group .wp-block-columns,
.wp-block-group .wp-block-heading {
  padding: 0;
}

.circle-button-block {
  margin: 55px 0;
}

.video-hero {
  background: var(--dark-green);
  padding: 10rem 0 0 0;
  overflow: hidden;
}
@media (max-width: 960px) {
  .video-hero {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.video-hero .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: -3rem;
  position: relative;
}
@media (max-width: 960px) {
  .video-hero .wrapper {
    align-items: flex-end;
  }
}
.video-hero h1 {
  color: white;
  display: block;
  position: relative;
  z-index: 10;
}
.video-hero h1 em {
  font-style: normal;
  color: var(--light-peach);
}
.video-hero-arrow {
  animation: bounce 1s alternate infinite ease-in-out;
  position: relative;
  z-index: 10;
}
@media (max-width: 960px) {
  .video-hero-arrow {
    flex: 0 0 60px;
    margin-bottom: 2rem;
  }
}
.video-hero-video {
  cursor: none;
  max-width: 1436px;
  margin: auto;
  padding: 0 2rem;
}
@media (max-width: 960px) {
  .video-hero-video {
    margin-top: 5rem;
  }
}
.video-hero-video video {
  width: 100%;
  display: block;
  margin: auto;
  transform: scale(calc(1 + var(--progress) * 0.5));
  transform-origin: bottom center;
}

@keyframes bounce {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 20px);
  }
}
.animated-text {
  background: var(--pastel-blue);
  padding: 10rem 0;
  margin-bottom: 200px;
}
@media (max-width: 960px) {
  .animated-text {
    padding: 8rem 0;
    margin-bottom: 5rem;
  }
}
.animated-text h2 {
  color: var(--blue);
  text-align: center;
}
.animated-text h2 .animated-text__word {
  opacity: 0.1;
  transition: opacity 0.5s linear;
  transition-delay: var(--delay);
}
.animated-text h2 .animated-text__word--visible {
  opacity: 1;
}
.animated-text .wrapper {
  max-width: 1160px;
}

.image-text {
  background: var(--pastel-blue);
  overflow: hidden;
  padding: 0 !important;
}
.image-text em {
  font-style: normal;
  color: var(--dark-peach);
}
.image-text .wrapper {
  display: flex;
  gap: 176px;
}
@media (max-width: 1100px) {
  .image-text .wrapper {
    flex-wrap: wrap;
    gap: 0;
  }
}
.image-text__text {
  flex: 1 1 475px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9rem 0;
  max-width: 1073px;
  margin: auto;
}
.image-text__text * {
  max-width: 527px;
}
.image-text__text h2,
.image-text__text h3,
.image-text__text h4 {
  color: white;
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  .image-text__text {
    padding: 3rem 0;
  }
}
.image-text__text ul {
  list-style: none;
  margin-top: 1rem;
}
.image-text__text ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.image-text__text ul li::before {
  color: currentcolor;
}
.image-text__text .button-secondary {
  margin-top: 40px;
}
.image-text__image {
  flex: 1 1 525px;
  position: relative;
}
.image-text--reverse .image-text__image {
  order: -1;
}
@media (max-width: 1100px) {
  .image-text__image {
    order: -1 !important;
    margin-left: -2rem;
    width: calc(100% + 4rem);
    flex: 0 0 auto;
  }
}
@media (min-width: 1101px) {
  .image-text__image img {
    position: absolute;
    left: 0;
    width: 50vw;
    max-width: none;
    object-fit: cover;
    height: 100%;
    object-position: center;
  }
  .image-text--reverse .image-text__image img {
    left: unset;
    right: 0;
  }
}
@media (min-width: 1101px) {
  .image-text--pastel-blue + .image-text--pastel-blue {
    padding-top: 60px;
  }
}
.image-text--pastel-blue h2,
.image-text--pastel-blue h3,
.image-text--pastel-blue h4 {
  color: var(--blue);
}
.image-text--blue {
  background: var(--blue) url("../images/ring-tree-bottom-right.svg") no-repeat bottom right/592px 620px;
  color: white;
}
.image-text--blue em {
  color: var(--pastel-yellow);
}
@media (min-width: 1101px) {
  .image-text--blue + .image-text--blue {
    padding-top: 60px;
  }
}
.image-text--blue a {
  color: var(--light-peach);
}
.image-text--green {
  background: var(--green) url("../images/ring-tree-top-left.svg") no-repeat top left/556px 595px;
  color: white;
}
.image-text--green em {
  color: var(--pastel-yellow);
}
@media (min-width: 1101px) {
  .image-text--green + .image-text--green {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.image-text--green a {
  color: white;
}

.background-text {
  padding: 8rem 6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .background-text {
    padding-top: 6rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.background-text .wrapper {
  position: relative;
  z-index: 1;
}
.background-text__text {
  color: white;
  max-width: 603px;
}
.background-text__text em {
  color: var(--pastel-yellow);
  font-style: normal;
}
.background-text__text .button {
  margin-top: 40px;
}
.background-text__text h2,
.background-text__text h3,
.background-text__text h4 {
  color: white;
}
.background-text__text .button-primary {
  margin-top: 50px;
  margin-bottom: 50px;
}
.background-text__text .button-primary:hover {
  background-color: white;
  color: var(--blue);
}
.background-text__text .button-primary:hover svg path {
  fill: var(--blue);
  stroke: var(--blue);
}
.background-text__text * {
  max-width: 516px;
}
.background-text__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
}
.background-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 15.36%, rgba(0, 0, 0, 0.2) 63.41%), linear-gradient(269deg, rgba(0, 0, 0, 0) 34.82%, rgba(0, 0, 0, 0.3) 87.66%), linear-gradient(270deg, rgba(0, 0, 0, 0) 29.58%, rgba(0, 0, 0, 0.5) 70.74%);
}
@media (max-width: 1100px) {
  .background-text::after {
    background: rgba(0, 0, 0, 0.7);
  }
}

.photo-slider {
  margin-bottom: 200px;
  overflow: hidden;
  cursor: none !important;
}
.photo-slider .wrapper {
  display: flex;
  gap: 1rem;
  transform: translateX(100%);
}
.photo-slider.in-view .wrapper {
  animation: slideLeft 1.5s ease forwards;
}
.photo-slider.in-view.post-animation .wrapper {
  transform: translateX(0);
  animation: continuousSlide 20s linear infinite alternate;
}
.photo-slider-item {
  flex: 0 0 448px;
  width: 448px;
  height: 560px;
}
@media (max-width: 767px) {
  .photo-slider-item {
    flex: 0 0 338px;
    width: 330px;
    height: 412px;
  }
}
.photo-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}
.photo-slider-item img::selection {
  display: none;
}

@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes continuousSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-30%); /* Adjust the distance for the slow scroll effect */
  }
}
.cards-grid {
  background: var(--cream);
  padding: 200px 0;
}
@media (max-width: 960px) {
  .cards-grid {
    padding: 5rem 0 5px 0;
  }
}
.cards-grid h2 {
  color: var(--blue);
}
.cards-grid h2 em {
  color: var(--purple);
  font-style: normal;
}
.cards-grid-area {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 80px 0;
}
.cards-grid-area-item {
  display: flex;
  flex: 1 1 450px;
  position: relative;
  min-height: 537px;
}
.cards-grid-area-item:first-child .cards-grid-area-item-wrapper {
  background-image: url("../images/ring-tree-bottom-right.svg");
  background-position: bottom right;
  background-size: 50% auto;
  background-repeat: no-repeat;
}
.cards-grid-area-item:nth-child(6) .cards-grid-area-item-wrapper {
  background-image: url("../images/ring-tree-middle.svg");
  background-position: 50% 65%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.cards-grid-area-item:nth-child(8) .cards-grid-area-item-wrapper {
  background-image: url("../images/ring-tree-top-right.svg");
  background-position: top right;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.cards-grid-area-item:nth-child(even) {
  flex: 1 1 350px;
}
.cards-grid-area-item-wrapper {
  width: 100%;
  display: flex;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
@media (min-width: 961px) {
  .cards-grid-area-item:has(.cards-grid-area-item-back):hover .cards-grid-area-item-wrapper {
    transform: rotateY(180deg);
  }
}
.cards-grid-area-item.flipped .cards-grid-area-item-wrapper {
  transform: rotateY(180deg);
}
.cards-grid-area-item-front {
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cards-grid-area-item-front img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}
.cards-grid-area-item-stat {
  font-family: "Bebas Neue";
  font-size: 160px;
  line-height: 141px;
  text-transform: capitalize;
  color: var(--pastel-yellow);
  margin: 3rem;
  word-break: break-all;
}
@media (max-width: 960px) {
  .cards-grid-area-item-stat {
    font-size: 120.502px;
    line-height: 150.628px;
  }
}
.cards-grid-area-item-stat-label {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.27px;
  margin: -2rem 3rem 3rem 3rem;
  color: white;
}
@media (max-width: 960px) {
  .cards-grid-area-item-stat-label {
    font-size: 31.632px;
    font-weight: 600;
    line-height: 36.151px; /* 114.286% */
    letter-spacing: -0.203px;
    margin-top: -3rem;
  }
}
.cards-grid-area-item-stat-description {
  margin-top: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.64px;
  margin: auto 3rem 3rem 3rem;
  color: white;
}
@media (max-width: 960px) {
  .cards-grid-area-item-stat-description {
    font-size: 14px;
  }
}
.cards-grid-area-item blockquote {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  background: none;
  margin: 0;
}
.cards-grid-area-item blockquote p {
  color: var(--pastel-yellow);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .cards-grid-area-item blockquote p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.24px;
  }
}
.cards-grid-area-item blockquote cite {
  margin-top: auto;
  padding-right: 5rem;
  color: white;
}
.cards-grid-area-item .rotate {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  z-index: 2;
  background: none;
  transition: 300ms ease;
}
.cards-grid-area-item .rotate:hover {
  transform: rotate(15deg);
  cursor: pointer;
}
.cards-grid-area-item-back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  z-index: 1;
}
.cards-grid-area-item-back img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}
.cards-grid-area-item--blue .cards-grid-area-item-wrapper {
  background: var(--blue);
}
.cards-grid-area-item--green .cards-grid-area-item-wrapper {
  background: var(--green);
}
.cards-grid-area-item--purple .cards-grid-area-item-wrapper {
  background: var(--purple);
}
.cards-grid-area-item--peach .cards-grid-area-item-wrapper {
  background: var(--dark-peach);
}

.sticky-cta {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: start;
  gap: 2rem;
  margin: 250px 0 200px;
}
@media (max-width: 960px) {
  .sticky-cta {
    display: block;
    margin: 0;
    padding: 4rem 2rem;
  }
}
.sticky-cta-images img {
  margin-bottom: 3rem;
}
.sticky-cta-images img:nth-child(even) {
  width: 85%;
}
@media (max-width: 960px) {
  .sticky-cta-images--left {
    display: none;
  }
}
.sticky-cta-images--right {
  text-align: right;
}
.sticky-cta-images--right img:first-child {
  margin-top: -150px;
}
@media (max-width: 960px) {
  .sticky-cta-images--right {
    display: none;
  }
}
.sticky-cta-text {
  position: sticky;
  top: 11rem;
  text-align: center;
}
@media (max-width: 960px) {
  .sticky-cta-text {
    text-align: left;
  }
}
@media (min-width: 961px) {
  .sticky-cta-text * {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sticky-cta-text-photos {
  display: none;
  max-width: none;
  margin: 0 0 2rem 0;
  width: calc(100% + 2rem);
}
.sticky-cta-text-photos img {
  width: 329.966px;
  height: 412.453px;
  object-fit: cover;
}
@media (max-width: 960px) {
  .sticky-cta-text-photos {
    display: flex;
    gap: 1rem;
    overflow: scroll;
  }
}
.sticky-cta-text h3 {
  margin-bottom: 15px;
  color: var(--blue);
  transform: scale(1.5);
  transform-origin: bottom center;
}
@media (max-width: 960px) {
  .sticky-cta-text h3 {
    transform: scale(1) !important;
    font-size: var(--step-5);
  }
}
.sticky-cta-text h3 em {
  font-style: normal;
  color: var(--dark-peach);
}
.sticky-cta-text .button-primary {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .sticky-cta-text .button-primary {
    margin-left: 0;
  }
}

.recent-posts {
  padding: 200px 0;
  background: var(--cream);
}
@media (max-width: 960px) {
  .recent-posts {
    padding: 64px 0;
  }
}
.recent-posts h3 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 32px;
}
.recent-posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 960px) {
  .recent-posts-grid {
    grid-template-columns: 1fr;
  }
}
.recent-posts-grid-item {
  position: relative;
}
.recent-posts-grid-item img {
  aspect-ratio: 575/375;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
}
.recent-posts-grid-item h4 {
  margin-top: 1rem;
}
.recent-posts-grid-item h4 a {
  color: black;
  text-decoration: none;
}
.recent-posts-grid-item h4 a:hover {
  text-decoration: underline;
}
.recent-posts-grid-item h4 a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.recent-posts-grid-item .tease-text-tag {
  background: var(--dark-peach, #e56a54);
  display: inline-flex;
  padding: 5.588px 11.176px;
  justify-content: center;
  align-items: center;
  gap: 13.547px;
  margin-top: 1rem;
  color: white;
  text-align: center;
  font-family: Poppins;
  font-size: 22.352px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.894px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.recent-posts-grid-item .button-secondary {
  color: black;
  margin-top: 1rem;
}
.recent-posts-grid-item .button-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
}
.recent-posts-grid-item.featured {
  grid-column: span 2;
  display: grid;
  gap: 1rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 960px) {
  .recent-posts-grid-item.featured {
    grid-template-columns: 1fr;
    grid-column: unset;
  }
}
@media (min-width: 961px) {
  .recent-posts-grid-item.featured .tease-text {
    padding: 1rem 2rem;
  }
}
@media (min-width: 961px) {
  .recent-posts-grid-item.featured img {
    height: 100%;
    aspect-ratio: unset;
    max-width: none;
  }
}

.heading-image {
  position: relative;
}
.heading-image img {
  position: absolute;
  right: 1rem;
  top: -2rem;
  width: 24%;
}
@media (max-width: 1060px) {
  .heading-image img {
    width: 100px;
  }
}
.heading-image h2 {
  color: var(--blue);
  position: relative;
  z-index: 1;
}
@media (max-width: 1060px) {
  .heading-image h2 {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .heading-image h2 {
    padding-right: 10px;
  }
}
.heading-image h2 em {
  font-style: normal;
  color: var(--dark-peach);
}
.heading-image h2 strong {
  color: var(--purple);
  font-weight: 400;
}
