/*
Theme Name: Dawn
Text Domain: dawn
Version: 1.4.4.0
Tested up to: 6.6
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our theme develope for odit group is designed for content management.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the Odit Group team
Author URI: https://oditgrp.com/
Theme URI: https://oditgrp.com/
*/
/*==================================== index-section ==================================== */
:root {
    --black: #000;
    --white: #fff;
    --red: #ff0a0b;
    --grey: #9c9c9c;
    --dark-grey: rgba(0, 0, 0, .65);
    --semi-white: hsla(0, 0%, 100%, .3);
    --mid-grey: #b2b2b2;
    --medium-light-gray: #d2d2d2;
    --light-grey: #eeeeee;
    --pink: #fbd2c9;
    --off-white: #f9f0e3;
    --yellow: #fff200;
    --fern-green: #4c9f36;
    --lime-green: #9be602;
	--light-blue: #add8e6;
    --slide-transition: cubic-bezier(0.65, 0.05, 0.36, 1);
    --scale-transition: cubic-bezier(0.42, 0, 0.34, 1.01)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper) {
    color: var(--black);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    padding-top: 70px
}

@media only screen and (min-width:320px) {
    body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper) {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper) {
        font-size: 22px
    }
}

@media(min-width:1025px) {
    body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper) {
        padding-top: 96px
    }
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).nav-open .site-overlay {
    opacity: 1;
    visibility: visible
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).logged-in.admin-bar {
    padding-top: 24px !important
}

@media(min-width:1025px) {
    body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).logged-in.admin-bar {
        padding-top: 64px !important
    }
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-home,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-home .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).search,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).search .main-header {
    background-color: var(--light-grey)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).academy-index .main-header__right a:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest .main-header__right a:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).single-post .main-header__right a:after {
    max-height: 4px
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).single-post .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).single-post .mega-menu {
    background-color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest {
    background-color: var(--light-grey)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .mega-menu,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest .mega-menu {
    background-color: var(--lime-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .mega-menu .btn,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .mega-menu a:before,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .mega-menu__items:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .mega-menu__items:before,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest .mega-menu .btn,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest .mega-menu a:before,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest .mega-menu__items:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-pique-your-interest .mega-menu__items:before {
    background-color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).academy-index,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).academy-index .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).archive.category,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).archive.category .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-contact,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-contact .frm_form_fields .frm_checkbox input+span:before,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-contact .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-privacy-policy,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).page-privacy-policy .main-header {
    background-color: var(--light-grey)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .main-header {
    background-color: var(--lime-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content {
    padding: 80px 0
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content__heading {
    margin: 0 0 20px
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content__eyebrow {
    display: block;
    margin-bottom: 20px
}

@media(min-width:1025px) {
    body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content__eyebrow {
        margin-bottom: 30px
    }
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content>.container {
    align-items: center;
    min-height: calc(100vh - 256px)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content>*,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content>.container>* {
    grid-column: 1/7;
    text-align: center
}

@media(min-width:1025px) {

    body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content>*,
    body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).error404 .centered-content>.container>* {
        grid-column: 3/11
    }
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .mega-menu {
    background-color: var(--lime-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .mega-menu .btn,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .mega-menu a:before,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .mega-menu__items:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .mega-menu__items:before {
    background-color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .post-secondary-nav {
    background-color: var(--lime-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .post-secondary-nav__heading svg path {
    fill: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .post-secondary-nav .btn--pill {
    background-color: var(--lime-green);
    border-color: rgba(0, 0, 0, .2);
    color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-ylime-green .post-secondary-nav .btn--pill:focus,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-lime-green .post-secondary-nav .btn--pill:hover {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .post-secondary-nav {
    background-color: var(--fern-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .post-secondary-nav__heading svg path {
    fill: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .post-secondary-nav .btn--pill {
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent;
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .post-secondary-nav .btn--pill:focus,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .post-secondary-nav .btn--pill:hover {
    background-color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .mega-menu {
    background-color: var(--fern-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .mega-menu .btn,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .mega-menu a:before {
    background-color: var(--white);
    color: var(--black);
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .mega-menu .mega-menu__heading,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .mega-menu a span {
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .mega-menu .mega-menu__items:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-fern-green .mega-menu .mega-menu__items:before {
    background-color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .post-secondary-nav {
    background-color: var(--light-grey)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .post-secondary-nav__heading svg path {
    fill: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .post-secondary-nav .btn--pill {
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent;
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .post-secondary-nav .btn--pill:focus,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .post-secondary-nav .btn--pill:hover {
    background-color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .mega-menu {
    background-color: var(--light-grey)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .mega-menu .btn,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .mega-menu a:before {
    background-color: var(--fern-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .mega-menu .mega-menu__heading,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .mega-menu a span {
    color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .mega-menu .mega-menu__items:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-light-grey .mega-menu .mega-menu__items:before {
    background-color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-off-white .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-off-white .post-secondary-nav {
    background-color: var(--light-grey)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .post-secondary-nav {
    background-color: var(--pink)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .btn--pill {
    border-color: rgba(0, 0, 0, .2)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .btn--pill:focus,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .btn--pill:hover {
    border-color: var(--fern-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .mega-menu {
    background-color: var(--pink)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .mega-menu__items:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-pink .mega-menu__items:before {
    background-color: rgba(0, 0, 0, .2)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header {
    background-color: var(--black);
    border-color: var(--white);
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__burger span,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__search:before,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__burger span,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__search:before {
    background-color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__search svg g,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__search svg line,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__search svg g,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__search svg line {
    stroke: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__logo svg path,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__logo svg path {
    fill: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__right a,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__top-nav a,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__right a,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__top-nav a {
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__right a:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .main-header__top-nav a:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__right a:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .main-header__top-nav a:after {
    background-color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .mega-menu,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .mega-menu {
    background-color: var(--black);
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .mega-menu a span:first-of-type,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .mega-menu a:first-of-type,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .mega-menu a span:first-of-type,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .mega-menu a:first-of-type {
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .mega-menu a span:nth-of-type(2),
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .mega-menu a:nth-of-type(2),
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .mega-menu a span:nth-of-type(2),
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .mega-menu a:nth-of-type(2) {
    color: hsla(0, 0%, 100%, .5)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav {
    background-color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav:after,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav:after {
    background-color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav__heading,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav__heading {
    border-right-color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav__heading svg:nth-of-type(2) path,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav__heading svg:nth-of-type(2) path {
    fill: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav__links,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav__links {
    border-right-color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav__subscribe,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav__subscribe {
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav .btn--pill,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav .btn--pill {
    background-color: hsla(0, 0%, 100%, .2);
    border-color: transparent;
    color: var(--white)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav .btn--pill:focus,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).dark-mode .post-secondary-nav .btn--pill:hover,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav .btn--pill:focus,
body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper).header-style-black .post-secondary-nav .btn--pill:hover {
    background-color: var(--fern-green)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper) ::-moz-selection {
    background: var(--lime-green);
    color: var(--black)
}

body:not(.wp-admin):not(.mce-content-body):not(.editor-styles-wrapper) ::selection {
    background: var(--lime-green);
    color: var(--black)
}

body .is-layout-constrained>* {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none
}

@media(hover:hover) {

    body:not(.wp-admin):not(.mce-content-body).dark-mode .post-secondary-nav .btn--pill:focus,
    body:not(.wp-admin):not(.mce-content-body).dark-mode .post-secondary-nav .btn--pill:hover {
        background-color: var(--fern-green);
        border-color: var(--fern-green)
    }
}

img {
    display: block;
    height: auto;
    transition: opacity .2s ease;
    width: 100%
}

img.lazyload {
    opacity: 0
}

img.lazyloaded {
    opacity: 1
}

@keyframes reveal-up {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes scale-up {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(100%)
    }
}

@keyframes grow {
    0% {
        max-height: 0
    }

    to {
        max-height: 100%
    }
}

@keyframes reveal-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes spin2 {
    0% {
        background: var(--black);
        transform: rotate(180deg)
    }

    to {
        background: var(--black);
        transform: rotate(1turn)
    }
}

@keyframes conceal-up {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    60% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translateY(10px)
    }
}

@keyframes hero-scale {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fade-carousel {
    10% {
        opacity: .8
    }

    15% {
        opacity: .8
    }

    25% {
        opacity: 0
    }

    35% {
        transform: scale(1.07)
    }
}

@keyframes max-height {
    0% {
        max-height: 0
    }

    to {
        max-height: 100%
    }
}

@keyframes crossfade {
    0% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    92% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.frm_loading_form {
    opacity: .5;
    pointer-events: none
}

.frm_form_fields fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.frm_form_fields .frm_fields_container {
    grid-gap: 0 40px;
    display: block
}

@media(min-width:769px) {
    .frm_form_fields .frm_fields_container {
        display: grid
    }
}

@media(min-width:1025px) {
    .frm_form_fields .frm_fields_container {
        display: block
    }
}

@media(min-width:1280px) {
    .frm_form_fields .frm_fields_container {
        display: grid
    }
}

.frm_form_fields .frm_primary_label {
    display: none
}

.frm_form_fields .frm_form_field:not(.frm_form_subfield-first):not(.frm_form_subfield-last) {
    margin-bottom: 25px
}

.frm_form_fields .frm_form_field>* {
    width: 100%
}

.frm_form_fields .frm_error {
    color: var(--fern-green);
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    padding-top: 10px
}

@media only screen and (min-width:320px) {
    .frm_form_fields .frm_error {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .frm_form_fields .frm_error {
        font-size: 16px
    }
}

.frm_form_fields .frm_checkbox {
    padding: 15px 0
}

.frm_form_fields .frm_checkbox label {
    display: flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 10px;
    font-weight: 700;
    gap: 15px;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .frm_form_fields .frm_checkbox label {
        font-size: 10px
    }
}

@media only screen and (min-width:1720px) {
    .frm_form_fields .frm_checkbox label {
        font-size: 10px
    }
}

@media(min-width:769px) {
    .frm_form_fields .frm_checkbox label {
        font-family: "Inter", system-ui;
    font-optical-sizing: auto;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .frm_form_fields .frm_checkbox label {
        font-size: 12px
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .frm_form_fields .frm_checkbox label {
        font-size: 12px
    }
}

.frm_form_fields .frm_checkbox input:checked,
.frm_form_fields .frm_checkbox input:not(:checked) {
    left: -9999px;
    position: absolute
}

.frm_form_fields .frm_checkbox input:checked+span,
.frm_form_fields .frm_checkbox input:not(:checked)+span {
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    padding-left: 25px;
    position: relative
}

@media(min-width:769px) {

    .frm_form_fields .frm_checkbox input:checked+span,
    .frm_form_fields .frm_checkbox input:not(:checked)+span {
        line-height: 20px;
        padding-left: 35px
    }
}

.frm_form_fields .frm_checkbox input:checked+span:before,
.frm_form_fields .frm_checkbox input:not(:checked)+span:before {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 100%;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px
}

@media(min-width:769px) {

    .frm_form_fields .frm_checkbox input:checked+span:before,
    .frm_form_fields .frm_checkbox input:not(:checked)+span:before {
        height: 18px;
        width: 18px
    }
}

.frm_form_fields .frm_checkbox input:checked+span:after,
.frm_form_fields .frm_checkbox input:not(:checked)+span:after {
    background: var(--fern-green);
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: all .2s ease;
    width: 8px
}

@media(min-width:769px) {

    .frm_form_fields .frm_checkbox input:checked+span:after,
    .frm_form_fields .frm_checkbox input:not(:checked)+span:after {
        height: 10px;
        left: 5px;
        top: 5px;
        width: 10px
    }
}

.frm_form_fields .frm_checkbox input:not(:checked)+span:after {
    opacity: 0;
    transform: scale(0)
}

.frm_form_fields .frm_checkbox input:checked+span:after {
    opacity: 1;
    transform: scale(1)
}

.frm_form_fields [type=email],
.frm_form_fields [type=number],
.frm_form_fields [type=tel],
.frm_form_fields [type=text],
.frm_form_fields textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--light-grey);
    border-radius: 0;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    line-height: 1;
    outline: none;
    padding: 10px 0
}

@media only screen and (min-width:320px) {

    .frm_form_fields [type=email],
    .frm_form_fields [type=number],
    .frm_form_fields [type=tel],
    .frm_form_fields [type=text],
    .frm_form_fields textarea {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {

    .frm_form_fields [type=email],
    .frm_form_fields [type=number],
    .frm_form_fields [type=tel],
    .frm_form_fields [type=text],
    .frm_form_fields textarea {
        font-size: 22px
    }
}

@media(min-width:769px) {

    .frm_form_fields [type=email],
    .frm_form_fields [type=number],
    .frm_form_fields [type=tel],
    .frm_form_fields [type=text],
    .frm_form_fields textarea {
        padding: 15px 0
    }
}

.frm_form_fields [type=email]::-moz-placeholder,
.frm_form_fields [type=number]::-moz-placeholder,
.frm_form_fields [type=tel]::-moz-placeholder,
.frm_form_fields [type=text]::-moz-placeholder,
.frm_form_fields textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .3)
}

.frm_form_fields [type=email]::placeholder,
.frm_form_fields [type=number]::placeholder,
.frm_form_fields [type=tel]::placeholder,
.frm_form_fields [type=text]::placeholder,
.frm_form_fields textarea::placeholder {
    color: rgba(0, 0, 0, .3)
}

.frm_form_fields [type=email],
.frm_form_fields [type=number],
.frm_form_fields [type=tel],
.frm_form_fields [type=text],
.frm_form_fields textarea {
    color: var(--black)
}

.selectric-wrapper {
    cursor: pointer;
    position: relative
}

.selectric-wrapper.selectric-open .selectric {
    border-bottom-color: var(--black)
}

.selectric-responsive {
    width: 100%
}

.selectric {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--light-grey);
    border-radius: 0;
    overflow: hidden;
    position: relative
}

.selectric .label {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjQ1NyIgdmlld0JveD0iMCAwIDEwIDYuNDU3Ij4KICA8cGF0aCBkPSJNNS44NjYsNiwyLjEsOS41NEMuODI0LDEwLjgxMi0uODEyLDkuMTc2LjQ2LDcuOUwzLjIzMSw1LC41MDUsMi4xNThDLS40OTQsMS4xNTguMTY1LDAsMS4xODcsMGExLjI3MywxLjI3MywwLDAsMSwuOTMyLjQzMmwzLjc0OCwzLjVhMS40MzMsMS40MzMsMCwwLDEsLjU5MSwxLjAyMkExLjQ3MywxLjQ3MywwLDAsMSw1Ljg2Niw2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCkgcm90YXRlKDkwKSIvPgo8L3N2Zz4=);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    color: rgba(0, 0, 0, .3);
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    line-height: 1;
    overflow: hidden;
    padding: 10px 0;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

@media only screen and (min-width:320px) {
    .selectric .label {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .selectric .label {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .selectric .label {
        padding: 15px 0
    }
}

.selectric.is-selected .label {
    color: var(--black)
}

.selectric .button {
    display: none
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-hide-select {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 0
}

.selectric-hide-select select {
    left: -100%;
    position: absolute
}

.selectric-hide-select.selectric-is-native {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    border: none;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.selectric-input {
    left: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    background: none !important;
    border: none !important;
    *font: 0/0 a !important;
    height: 1px !important;
    margin: 0 !important;
    outline: none !important;
    padding: 0 !important;
    width: 1px !important
}

.selectric-temp-show {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important
}

.selectric-items {
    background: var(--white);
    border: 1px solid var(--light-grey);
    display: none;
    left: 0;
    position: absolute;
    top: calc(100% - 1px);
    z-index: -1
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    bottom: 100%;
    top: auto
}

.selectric-items ul {
    padding: 15px 0
}

.selectric-items li,
.selectric-items ul {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    list-style: none;
    margin: 0
}

@media only screen and (min-width:320px) {

    .selectric-items li,
    .selectric-items ul {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {

    .selectric-items li,
    .selectric-items ul {
        font-size: 22px
    }
}

.selectric-items li {
    align-items: baseline;
    color: rgba(0, 0, 0, .3);
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 5px 20px
}

.selectric-items li:before {
    border: 1px solid var(--grey);
    border-radius: 50%;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 14px;
    width: 14px
}

.selectric-items li.highlighted:before,
.selectric-items li:hover:before {
    background-color: var(--grey)
}

.selectric-items .disabled {
    background: none !important;
    color: #666 !important;
    cursor: default !important;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    background: none;
    color: #444;
    cursor: default;
    font-weight: 700;
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.grecaptcha-badge {
    display: none !important
}

@media(hover:hover) {

    .frm_form_fields [type=email]:focus,
    .frm_form_fields [type=number]:focus,
    .frm_form_fields [type=tel]:focus,
    .frm_form_fields [type=text]:focus,
    .frm_form_fields select:focus,
    .frm_form_fields textarea:focus {
        border-bottom-color: var(--black)
    }
}

.relative {
    position: relative
}

body.wp-admin .editor-styles-wrapper {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.wp-admin .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
    padding: 0 60px 60px
}

body.wp-admin .editor-styles-wrapper .gallery .glide__slide {
    opacity: 1 !important;
    position: relative !important
}

body.wp-admin .editor-styles-wrapper .container {
    box-sizing: border-box
}

body.wp-admin .wp-block-post-title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1;
    margin: 0
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block-post-title {
        font-size: calc(33.65714px + 3.85714vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block-post-title {
        font-size: 100px
    }
}

body.wp-admin .wp-block-post-content>.wp-block-paragraph {
    margin: 0 0 30px
}

body.wp-admin .wp-block-post-content>.wp-block-paragraph:first-of-type {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block-post-content>.wp-block-paragraph:first-of-type {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block-post-content>.wp-block-paragraph:first-of-type {
        font-size: 30px
    }
}

body.wp-admin .wp-block-post-content>.wp-block-paragraph:not(:first-of-type) {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block-post-content>.wp-block-paragraph:not(:first-of-type) {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block-post-content>.wp-block-paragraph:not(:first-of-type) {
        font-size: 22px
    }
}

body.wp-admin .wp-block-quote {
    margin: 0 0 40px;
    padding: 0 60px
}

body.wp-admin .wp-block-quote>p {
    border-bottom: 1px solid var(--light-grey);
    border-top: 1px solid var(--light-grey);
    color: var(--fern-green);
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.1;
    margin: 0;
    padding: 40px 0;
    position: relative
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block-quote>p {
        font-size: calc(21.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block-quote>p {
        font-size: 26px
    }
}

@media(min-width:530px) {
    body.wp-admin .wp-block-quote>p {
        font-size: 26px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:530px)and (min-width:320px) {
    body.wp-admin .wp-block-quote>p {
        font-size: 26px
    }
}

@media only screen and (min-width:530px)and (min-width:1720px) {
    body.wp-admin .wp-block-quote>p {
        font-size: 26px
    }
}

@media(min-width:680px) {
    body.wp-admin .wp-block-quote>p {
        font-size: 26px;
        letter-spacing: .005em
    }
}

@media only screen and (min-width:680px)and (min-width:320px) {
    body.wp-admin .wp-block-quote>p {
        font-size: calc(23.25714px + .85714vw)
    }
}

@media only screen and (min-width:680px)and (min-width:1720px) {
    body.wp-admin .wp-block-quote>p {
        font-size: 38px
    }
}

body.wp-admin .wp-block-quote:before {
    background-color: var(--fern-green);
    content: "";
    height: calc(100% - 80px);
    left: 30px;
    position: absolute;
    top: 40px;
    width: 3px
}

body.wp-admin .wp-block-list {
    padding: 0 60px 0 78px
}

body.wp-admin .wp-block-list:not(:last-child) {
    margin: 0 0 30px
}

body.wp-admin .wp-block-list li {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block-list li {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block-list li {
        font-size: 22px
    }
}

body.wp-admin .wp-block-list li:not(:last-child) {
    margin: 0 0 15px
}

body.wp-admin .wp-block-list li::marker {
    color: var(--fern-green)
}

body.wp-admin .wp-block-paragraph {
    padding: 0 60px
}

body.wp-admin .wp-block-list-item strong,
body.wp-admin .wp-block-paragraph strong {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-weight: 400
}

body.wp-admin .wp-block-list-item a,
body.wp-admin .wp-block-paragraph a {
    border-bottom: 1px solid var(--light-grey);
    color: var(--fern-green);
    text-decoration: none
}

body.wp-admin .wp-block-image {
    margin: 40px 0
}

body.wp-admin .wp-block-image img {
    max-width: 800px;
    width: 100%
}

body.wp-admin h2.wp-block-heading {
    border-top: 4px solid var(--black);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 1.1;
    margin: 0 60px 40px;
    padding-top: 30px;
    width: calc(100% - 120px)
}

@media only screen and (min-width:320px) {
    body.wp-admin h2.wp-block-heading {
        font-size: calc(25.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin h2.wp-block-heading {
        font-size: 50px
    }
}

body.wp-admin h3.wp-block-heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 0 0 30px;
    padding: 0 60px
}

@media only screen and (min-width:320px) {
    body.wp-admin h3.wp-block-heading {
        font-size: calc(25.25714px + .85714vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin h3.wp-block-heading {
        font-size: 40px
    }
}

body.wp-admin h4.wp-block-heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0 60px
}

@media only screen and (min-width:320px) {
    body.wp-admin h4.wp-block-heading {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin h4.wp-block-heading {
        font-size: 30px
    }
}

body.wp-admin h5.wp-block-heading,
body.wp-admin h6.wp-block-heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 0 0 30px;
    padding: 0 60px
}

@media only screen and (min-width:320px) {

    body.wp-admin h5.wp-block-heading,
    body.wp-admin h6.wp-block-heading {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {

    body.wp-admin h5.wp-block-heading,
    body.wp-admin h6.wp-block-heading {
        font-size: 22px
    }
}

body.wp-admin .wp-block-acf-post-aside .post-aside {
    min-height: auto;
    padding: 0;
    position: relative
}

body.wp-admin .wp-block-acf-post-aside .post-aside>div {
    padding: 40px 0
}

body.wp-admin .wp-block-group-is-layout-constrained {
    padding-right: 400px;
    position: relative
}

body.wp-admin .wp-block-group-is-layout-constrained .wp-block-acf-post-aside {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px
}

body.wp-admin .wp-block-acf-post-carousel .h2 {
    margin: 0
}

body.wp-admin .wp-block-acf-post-carousel .h2+.btn {
    display: none
}

body.wp-admin .wp-block-acf-home-intro .home-intro__content {
    min-height: auto !important
}

body.wp-admin .wp-block-acf-home-intro .home-intro__heading span {
    padding-bottom: 0;
    transform: none
}

body.wp-admin .wp-block-acf-home-intro .home-intro__lede {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    opacity: 1
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block-acf-home-intro .home-intro__lede {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block-acf-home-intro .home-intro__lede {
        font-size: 22px
    }
}

body.wp-admin .wp-block-acf-home-intro .home-intro__cta {
    height: auto;
    opacity: 1
}

body.wp-admin .wp-block-acf-home-intro .home-intro__image>span:before {
    transform: scale(1)
}

body.wp-admin .wp-block-acf-home-intro .home-intro__image>span:after {
    max-height: none
}

body.wp-admin .wp-block-acf-home-intro .home-intro__image-container {
    border: 2px solid var(--black)
}

body.wp-admin .wp-block-acf-home-intro .home-intro__image-container img {
    width: 80%
}

body.wp-admin .wp-block-acf-client-logo-block .client-logo-block__logo-container ul {
    margin: 0
}

body.wp-admin .wp-block-acf-client-logo-block .client-logo-block .glide__slide {
    opacity: 1
}

body.wp-admin .wp-block:not(.wp-block-post-title) {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block:not(.wp-block-post-title) {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block:not(.wp-block-post-title) {
        font-size: 22px
    }
}

body.wp-admin .wp-block:not(.wp-block-post-title) .btn {
    height: auto
}

body.wp-admin .wp-block-acf-content-cta-grid .content-cta-grid .cta-grid-block:before {
    background-color: var(--white)
}

body.wp-admin .wp-block-acf-content-cta-grid .content-cta-grid .post-grid-item__title a {
    color: var(--white)
}

body.wp-admin .wp-block-acf-content-cta-grid .cta-grid-block {
    border-top-color: hsla(0, 0%, 100%, .3)
}

body.wp-admin .wp-block-acf-content-cta-grid .cta-grid-block__heading h5 {
    margin: 0
}

body.wp-admin .wp-block-acf-content-cta-grid .cta-grid-block__lede {
    color: var(--light-grey)
}

body.wp-admin .wp-block-acf-post-grid .inline-post-category,
body.wp-admin .wp-block-acf-post-grid .inline-post-category a {
    color: var(--black)
}

body.wp-admin .wp-block-acf-form-block .frm_form_field select {
    border: 0;
    border-bottom: 1px solid var(--light-grey);
    border-radius: 0;
    color: rgba(0, 0, 0, .3);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    padding: 10px 0;
    width: 100%
}

@media only screen and (min-width:320px) {
    body.wp-admin .wp-block-acf-form-block .frm_form_field select {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    body.wp-admin .wp-block-acf-form-block .frm_form_field select {
        font-size: 22px
    }
}

body.wp-admin .wp-block-acf-cta-grid .cta-grid-block__heading h5 {
    margin: 0
}

body.wp-admin .wp-block-acf-quote-block .glide__slides {
    list-style: none;
    margin: 0
}

body.wp-admin .wp-block-acf-quote-block .glide__slide:first-of-type {
    opacity: 1;
    position: relative
}

body.wp-admin .wp-block-acf-quote-block .glide__slide:first-of-type .quote-block__cite,
body.wp-admin .wp-block-acf-quote-block .glide__slide:first-of-type .quote-block__quote {
    opacity: 1
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.tag {
    border-radius: 30px;
    color: var(--black);
    display: inline-block;
    font-size: 14px;
    padding: 7px 16px
}

@media only screen and (min-width:320px) {
    .tag {
        font-size: calc(13.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .tag {
        font-size: 18px
    }
}

@media(min-width:769px) {
    .tag {
        padding: 10px 20px
    }
}

.tag--insight {
    background-color: var(--light-yellow)
}

.tag--expertise {
    background-color: var(--light-green)
}

.tag--news {
    background-color: var(--light-pink)
}

.tag--people {
    background-color: var(--light-purple)
}

.btn--pill {
    border-radius: 8px;
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 8px 10px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .btn--pill {
        font-size: 10px
    }
}

@media only screen and (min-width:1720px) {
    .btn--pill {
        font-size: 10px
    }
}

@media(min-width:769px) {
    .btn--pill {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .btn--pill {
        font-size: 12px
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .btn--pill {
        font-size: 12px
    }
}

.btn--outline-black,
.btn--outline-grey,
.btn--solid-black,
.btn--solid-blur,
.btn--solid-red,
.btn--solid-semi-opaque,
.btn--solid-semi-opaque-white {
    align-items: center;
    border-radius: 24px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    display: inline-flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 10px;
    font-weight: 700;
    height: 35px;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {

    .btn--outline-black,
    .btn--outline-grey,
    .btn--solid-black,
    .btn--solid-blur,
    .btn--solid-red,
    .btn--solid-semi-opaque,
    .btn--solid-semi-opaque-white {
        font-size: 10px
    }
}

@media only screen and (min-width:1720px) {

    .btn--outline-black,
    .btn--outline-grey,
    .btn--solid-black,
    .btn--solid-blur,
    .btn--solid-red,
    .btn--solid-semi-opaque,
    .btn--solid-semi-opaque-white {
        font-size: 10px
    }
}

@media(min-width:769px) {

    .btn--outline-black,
    .btn--outline-grey,
    .btn--solid-black,
    .btn--solid-blur,
    .btn--solid-red,
    .btn--solid-semi-opaque,
    .btn--solid-semi-opaque-white {
        -moz-column-gap: 12px;
        column-gap: 12px;
        font-family: "Inter", system-ui;
    font-optical-sizing: auto;
        font-size: 12px;
        font-weight: 700;
        height: 44px;
        letter-spacing: .1em;
        text-transform: uppercase
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {

    .btn--outline-black,
    .btn--outline-grey,
    .btn--solid-black,
    .btn--solid-blur,
    .btn--solid-red,
    .btn--solid-semi-opaque,
    .btn--solid-semi-opaque-white {
        font-size: 12px
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {

    .btn--outline-black,
    .btn--outline-grey,
    .btn--solid-black,
    .btn--solid-blur,
    .btn--solid-red,
    .btn--solid-semi-opaque,
    .btn--solid-semi-opaque-white {
        font-size: 12px
    }
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    line-height: 1;
    outline: none;
    text-decoration: none
}

.btn,
.btn svg {
    transition: all .1s linear
}

.btn svg {
    height: 8px;
    left: 0;
    position: relative;
    top: -1px
}

@media(min-width:769px) {
    .btn svg {
        height: auto
    }
}

.btn--solid-red {
    background-color: var(--fern-green);
    color: var(--white);
    padding: 13px 16px 12px
}

@media(min-width:769px) {
    .btn--solid-red {
        padding: 15px 20px
    }
}

.btn--solid-black {
    background-color: var(--black);
    color: var(--white);
    padding: 13px 16px 12px
}

@media(min-width:769px) {
    .btn--solid-black {
        padding: 15px 20px
    }
}

.btn--pill {
    border: 1px solid var(--grey);
    color: var(--fern-green)
}

.btn--outline-black {
    background: transparent;
    border: 1px solid var(--black);
    color: var(--black);
    padding: 13px 16px 12px
}

@media(min-width:769px) {
    .btn--outline-black {
        padding: 15px 20px
    }
}

.btn--outline-black>svg path {
    fill: var(--black)
}

.btn--outline-grey {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .3);
    color: var(--black);
    padding: 13px 16px 12px
}

@media(min-width:769px) {
    .btn--outline-grey {
        padding: 15px 20px
    }
}

.btn--solid-semi-opaque {
    background-color: rgba(0, 0, 0, .2);
    border: 0;
    color: var(--white);
    padding: 13px 16px 12px
}

@media(min-width:769px) {
    .btn--solid-semi-opaque {
        padding: 17px 22px
    }
}

.btn--solid-semi-opaque-white {
    background-color: hsla(0, 0%, 100%, .3);
    border: 0;
    color: var(--white);
    padding: 13px 16px 12px
}

@media(min-width:769px) {
    .btn--solid-semi-opaque-white {
        padding: 15px 20px
    }
}

.btn--solid-semi-opaque-white>svg path {
    fill: var(--white)
}

.btn--solid-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .2);
    border: 0;
    color: var(--white);
    padding: 13px 16px 12px
}

@media(min-width:769px) {
    .btn--solid-blur {
        padding: 17px 22px
    }
}

@media(hover:hover) {

    .btn--solid-red:focus,
    .btn--solid-red:hover {
        padding-right: 26px
    }

    .btn--solid-red:focus svg,
    .btn--solid-red:hover svg {
        left: 6px
    }

    .btn--solid-black:focus,
    .btn--solid-black:hover {
        color: var(--white);
        padding-right: 26px
    }

    .btn--solid-black:focus svg,
    .btn--solid-black:hover svg {
        left: 6px
    }

    .btn--outline-grey svg {
        height: 10px;
        width: 10px
    }

    .btn--outline-grey:focus,
    .btn--outline-grey:hover {
        padding-right: 26px
    }

    .btn--outline-grey:focus svg,
    .btn--outline-grey:hover svg {
        left: 6px
    }

    .btn--outline-grey:focus svg path,
    .btn--outline-grey:hover svg path {
        fill: var(--white)
    }

    .btn--outline-grey:focus svg line,
    .btn--outline-grey:hover svg line {
        stroke: var(--white)
    }

    .btn--pill:focus,
    .btn--pill:hover {
        background-color: var(--fern-green);
        border-color: var(--fern-green);
        color: var(--white)
    }

    .btn--outline-black:focus,
    .btn--outline-black:hover,
    .btn--solid-semi-opaque:focus,
    .btn--solid-semi-opaque:hover {
        background: var(--black);
        color: var(--white);
        padding-right: 26px
    }

    .btn--outline-black:focus svg,
    .btn--outline-black:hover svg,
    .btn--solid-semi-opaque:focus svg,
    .btn--solid-semi-opaque:hover svg {
        left: 6px
    }

    .btn--outline-black:focus svg path,
    .btn--outline-black:hover svg path,
    .btn--solid-semi-opaque:focus svg path,
    .btn--solid-semi-opaque:hover svg path {
        fill: var(--white)
    }

    .btn--outline-black:focus svg line,
    .btn--outline-black:hover svg line,
    .btn--solid-semi-opaque:focus svg line,
    .btn--solid-semi-opaque:hover svg line {
        stroke: var(--white)
    }

    .btn--outline-grey:focus,
    .btn--outline-grey:hover,
    .btn--solid-blur:focus,
    .btn--solid-blur:hover,
    .btn--solid-semi-opaque-white:focus,
    .btn--solid-semi-opaque-white:hover {
        background: var(--fern-green);
        border-color: var(--fern-green);
        color: var(--white);
        padding-right: 26px
    }

    .btn--outline-grey:focus svg,
    .btn--outline-grey:hover svg,
    .btn--solid-blur:focus svg,
    .btn--solid-blur:hover svg,
    .btn--solid-semi-opaque-white:focus svg,
    .btn--solid-semi-opaque-white:hover svg {
        left: 6px
    }

    .btn--outline-grey:focus svg path,
    .btn--outline-grey:hover svg path,
    .btn--solid-blur:focus svg path,
    .btn--solid-blur:hover svg path,
    .btn--solid-semi-opaque-white:focus svg path,
    .btn--solid-semi-opaque-white:hover svg path {
        fill: var(--white)
    }

    .btn--outline-grey:focus svg line,
    .btn--outline-grey:hover svg line,
    .btn--solid-blur:focus svg line,
    .btn--solid-blur:hover svg line,
    .btn--solid-semi-opaque-white:focus svg line,
    .btn--solid-semi-opaque-white:hover svg line {
        stroke: var(--white)
    }
}

.container {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 18px;
    position: relative;
    width: 100%
}

@media(min-width:769px) {
    .container {
        -moz-column-gap: 40px;
        column-gap: 40px;
        padding: 0 44px
    }
}

@media(min-width:1025px) {
    .container {
        -moz-column-gap: 10px;
        column-gap: 10px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        padding: 0 18px;
        width: 100%
    }
}

@media(min-width:1025px)and (min-width:769px) {
    .container {
        -moz-column-gap: 40px;
        column-gap: 40px;
        padding: 0 44px
    }
}

.grid-overlay {
    bottom: 0;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    display: none;
    grid-template-columns: repeat(6, 1fr);
    height: 100%;
    left: 0;
    padding: 0 18px;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998
}

@media(min-width:769px) {
    .grid-overlay {
        -moz-column-gap: 40px;
        column-gap: 40px;
        padding: 0 44px
    }
}

@media(min-width:1025px) {
    .grid-overlay {
        -moz-column-gap: 10px;
        column-gap: 10px;
        display: grid;
        display: none;
        grid-template-columns: repeat(12, 1fr);
        padding: 0 18px;
        width: 100%
    }
}

@media(min-width:1025px)and (min-width:769px) {
    .grid-overlay {
        -moz-column-gap: 40px;
        column-gap: 40px;
        padding: 0 44px
    }
}

.grid-overlay.is-active {
    display: grid
}

.grid-overlay>span {
    background-color: rgba(255, 0, 0, .1);
    height: 100%;
    pointer-events: none
}

.grid-overlay+button {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 999
}

@media(min-width:1025px) {
    .grid-overlay+button {
        bottom: 50px;
        right: 50px
    }
}

.main-header {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: flex-end;
    left: 0;
    padding: 0 18px 4px;
    position: fixed;
    top: 0;
    transform: translateY(0);
    transition: transform .3s var(--slide-transition), background-color .3s ease, color .3s ease;
    width: 100%;
    z-index: 5
}

@media(min-width:769px) {
    .main-header {
        height: 96px;
        padding: 0 44px 4px
    }
}

@media(min-width:1025px) {
    .main-header {
        justify-content: space-between
    }
}

.main-header:after {
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(min-width:769px) {
    .main-header:after {
        left: 44px;
        width: calc(100% - 88px)
    }
}

.main-header.is-sticky {
    background-color: var(--light-grey)
}

.main-header.is-sticky:after {
    left: 0;
    width: 100%
}

.main-header ul {
    list-style: none;
    padding-left: 0
}

.main-header--default {
    background-color: var(--light-grey)
}

.main-header--default:after {
    background-color: var(--black)
}

.main-header--default .main-header__right>a,
.main-header--default .main-header__right ul li a,
.main-header--default .main-header__top-nav a {
    color: var(--black)
}

.main-header--default .main-header__burger>span {
    background-color: var(--black)
}

.main-header--invert:after {
    background-color: var(--white)
}

.main-header--invert .main-header__logo svg path {
    fill: var(--white)
}

.main-header--invert .main-header__right>a,
.main-header--invert .main-header__right ul li a
.main-header--invert .main-header__top-nav a {
    color: var(--white)
}

.main-header--invert .main-header__burger>span {
    background-color: var(--white)
}

.main-header__logo {
    display: block;
    height: 27px;
    left: 18px;
    position: absolute;
    top: 21px;
    width: 189px;
    z-index: 5
}

@media(min-width:769px) {
    .main-header__logo {
        height: 34px;
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
        width: 238px
    }
}

.main-header__logo svg {
    display: block;
    height: 100%;
    width: 100%
}

.main-header__top-nav {
    display: none
}

@media(min-width:1025px) {
    .main-header__top-nav {
        display: block
    }
}

.main-header__top-nav ul {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.main-header__top-nav li {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    height: 92px;
    letter-spacing: .1em;
    line-height: 92px;
    padding: 0 15px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .main-header__top-nav li {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .main-header__top-nav li {
        font-size: 16px
    }
}

@media(min-width:1280px) {
    .main-header__top-nav li {
        padding: 0 20px
    }
}

.main-header__top-nav li:first-of-type {
    padding-left: 0
}

.main-header__top-nav li.current-page-ancestor a:after,
.main-header__top-nav li.current_page_item a:after {
    max-height: 4px
}

.main-header__top-nav li.current_page_item.is-suspended:not(.is-hovered) a:after {
    max-height: 0
}

.main-header__top-nav li.is-hovered a:after {
    max-height: 4px
}

.main-header__top-nav a {
    display: block;
    position: relative;
    text-decoration: none
}

.main-header__top-nav a:focus:after,
.main-header__top-nav a:hover:after {
    max-height: 4px
}

.main-header__top-nav a:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    height: 8px;
    left: 0;
    max-height: 0;
    position: absolute;
    transition: max-height .1s linear;
    width: 100%
}

.main-header__right {
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    height: 100%;
    justify-content: flex-start
}

.main-header__right>a,
.main-header__right ul li a {
    display: none;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 92px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .main-header__right>a,
    .main-header__right ul li a {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .main-header__right>a,
    .main-header__right ul li a {
        font-size: 16px
    }
}

@media(min-width:1025px) {
    .main-header__right>a,
    .main-header__right ul li a {
        display: block
    }
}

.main-header__right>a:focus:after,
.main-header__right>a:hover:after,
.main-header__right ul li a:focus:after,
.main-header__right ul li a:hover:after {
    max-height: 4px
}

.main-header__right>a:after,
.main-header__right ul li a::after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    height: 8px;
    left: 0;
    max-height: 0;
    position: absolute;
    transition: max-height .1s linear;
    width: 100%
}

.main-header__burger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 16px;
    outline: none;
    width: 35px
}

.main-header__burger>span {
    height: 2px;
    transition: transform .1s var(--scale-transition);
    width: 100%
}

.main-header__search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    margin-left: 15px;
    outline: none;
    position: relative
}

.main-header__search:before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 30px;
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

@media(min-width:1025px) {
    .main-header__search:before {
        display: block
    }
}

.main-header__search svg {
    display: block;
    height: 18px;
    width: 18px
}

@media(hover:hover) {
    .main-header__burger:hover span:first-child {
        transform: translateY(2px)
    }

    .main-header__burger:hover span:nth-child(3) {
        transform: translateY(-2px)
    }
}

.main-footer {
    background-color: var(--black);
    color: var(--white);
    padding: 20px 0
}

@media(min-width:769px) {
    .main-footer {
        padding: 40px 0
    }
}

.main-footer .container:first-of-type>:first-of-type {
    grid-column: 1/7
}

@media(min-width:769px) {
    .main-footer .container:first-of-type>:first-of-type {
        grid-column: 1/4;
        padding-right: 30px
    }
}

@media(min-width:1025px) {
    .main-footer .container:first-of-type>:first-of-type {
        grid-column: 1/6;
        padding-right: 0
    }
}

.main-footer .container:first-of-type>:nth-of-type(2) {
    grid-column: 1/7
}

@media(min-width:769px) {
    .main-footer .container:first-of-type>:nth-of-type(2) {
        grid-column: 4/7
    }
}

@media(min-width:1025px) {
    .main-footer .container:first-of-type>:nth-of-type(2) {
        grid-column: 7/13
    }
}

.main-footer .container:nth-of-type(2)>:first-child {
    display: flex;
    grid-column: 5/7;
    grid-row: 1;
    justify-content: flex-end
}

@media(min-width:769px) {
    .main-footer .container:nth-of-type(2)>:first-child {
        display: block;
        grid-column: span 6
    }
}

.main-footer .container:nth-of-type(2)>:nth-child(2) {
    grid-column: 1/5;
    grid-row: 1
}

@media(min-width:769px) {
    .main-footer .container:nth-of-type(2)>:nth-child(2) {
        grid-column: span 6
    }
}

.main-footer__lede {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.1;
    line-height: 1.2;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) {
    .main-footer__lede {
        font-size: calc(21.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .main-footer__lede {
        font-size: 26px
    }
}

@media(min-width:530px) {
    .main-footer__lede {
        font-size: 26px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:530px)and (min-width:320px) {
    .main-footer__lede {
        font-size: 26px
    }
}

@media only screen and (min-width:530px)and (min-width:1720px) {
    .main-footer__lede {
        font-size: 26px
    }
}

@media(min-width:680px) {
    .main-footer__lede {
        font-size: 26px;
        letter-spacing: .001em
    }
}

@media only screen and (min-width:680px)and (min-width:320px) {
    .main-footer__lede {
        font-size: calc(20.25714px + .85714vw)
    }
}

@media only screen and (min-width:680px)and (min-width:1720px) {
    .main-footer__lede {
        font-size: 38px
    }
}

@media(min-width:769px) {
    .main-footer__lede {
        line-height: 1.05;
        margin-bottom: 30px
    }
}

.main-footer__lede+.btn {
    margin-bottom: 80px
}

@media(min-width:769px) {
    .main-footer__lede+.btn {
        margin-bottom: 40px
    }
}

.main-footer__social a {
    background-color: var(--fern-green)
}

.main-footer__menu {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin-bottom: 80px;
    padding-left: 0
}

@media(min-width:769px) {
    .main-footer__menu {
        -moz-column-gap: 40px;
        column-gap: 40px;
        margin-bottom: 110px
    }
}

.main-footer__menu li a {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    color: var(--white);
    display: block;
    padding: 18px 0 16px;
    text-decoration: none
}

@media(min-width:769px) {
    .main-footer__menu li a {
        padding: 16px 0 20px
    }
}

.main-footer__copyright {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media(hover:hover) {

    .main-footer__social a:focus,
    .main-footer__social a:hover {
        background-color: hsla(0, 0%, 100%, .4)
    }

    .main-footer__menu a:focus,
    .main-footer__menu a:hover {
        border-top-color: #fff
    }
}

.main-navigation {
    display: none
}

.post__table-contents {
    display: none;
    grid-column: span 3;
    padding: 0 10px 120px 0
}

@media(min-width:1025px) {
    .post__table-contents {
        display: block;
        padding: 0 40px 80px 0
    }

    .post__table-contents>div {
        position: sticky;
        top: 120px
    }
}

.post__body {
    counter-reset: css-counter 0;
    grid-column: 1/7;
    margin-bottom: 80px;
    position: relative
}

@media(min-width:1025px) {
    .post__body {
        border-right: 1px solid var(--light-grey);
        -moz-column-gap: 40px;
        column-gap: 40px;
        display: grid;
        grid-column: 4/13;
        grid-template-columns: repeat(9, 1fr);
        margin-bottom: 120px;
        padding-right: 40px
    }
}

@media(min-width:1280px) {
    .post__body {
        padding-right: 0
    }
}

.post__body>p:first-child {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2;
    margin-bottom: 40px
}

@media only screen and (min-width:320px) {
    .post__body>p:first-child {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body>p:first-child {
        font-size: 30px
    }
}

.post__body:after,
.post__body:before {
    background-color: var(--dark-grey);
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px
}

@media(min-width:1025px) {

    .post__body:after,
    .post__body:before {
        display: block
    }
}

.post__body:before {
    left: -40px
}

.post__body:after {
    display: none;
    right: calc(33.33% - 28px)
}

@media(min-width:1280px) {
    .post__body:after {
        display: block
    }
}

.post__body>:not(.wp-block-group) {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post__body>:not(.wp-block-group) {
        grid-column: 1/10
    }
}

@media(min-width:1280px) {
    .post__body>:not(.wp-block-group) {
        grid-column: span 6
    }
}

.post__body .wp-block-group {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-column: 1/7;
    grid-template-columns: repeat(6, 1fr);
    position: relative
}

@media(min-width:1025px) {
    .post__body .wp-block-group {
        -moz-column-gap: 40px;
        column-gap: 40px;
        grid-column: span 9;
        grid-template-columns: repeat(9, 1fr)
    }
}

.post__body .wp-block-group>:not(.post-aside) {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post__body .wp-block-group>:not(.post-aside) {
        grid-column: span 6
    }
}

.post__body .wp-block-group .post-aside {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post__body .wp-block-group .post-aside {
        grid-column: 7/10
    }
}

.post__body ul:not(.share-links):not(.two-column-list) {
    list-style: disc outside;
    padding-left: 18px
}

.post__body ul:not(.share-links):not(.two-column-list)>li {
    padding-left: 10px
}

.post__body ol {
    counter-reset: item;
    list-style-type: none
}

.post__body ol>li {
    padding-left: 42px;
    position: relative
}

@media(min-width:1025px) {
    .post__body ol>li {
        padding-left: 0
    }
}

.post__body ol>li:before {
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--light-grey);
    border-radius: 50%;
    color: var(--fern-green);
    content: counter(item) "  ";
    counter-increment: item;
    display: flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    left: 0;
    letter-spacing: .1em;
    padding-left: 1px;
    position: absolute;
    text-transform: uppercase;
    top: -4px;
    width: 27px
}

@media only screen and (min-width:320px) {
    .post__body ol>li:before {
        font-size: calc(11.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body ol>li:before {
        font-size: 14px
    }
}

@media(min-width:1025px) {
    .post__body ol>li:before {
        height: 36px;
        left: -58px;
        top: -2px;
        width: 35px
    }
}

.post__body ol>li::marker,
.post__body ul:not(.share-links)>li::marker {
    color: var(--fern-green)
}

.post__body ol:not(:last-child),
.post__body ol>li:not(:last-child),
.post__body p:not(:last-child),
.post__body ul:not(.share-links)>li:not(:last-child),
.post__body ul:not(:last-child) {
    margin-bottom: 30px
}

.post__body ol strong,
.post__body p strong,
.post__body ul strong {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-weight: 400
}

.post__body ol li a,
.post__body p a,
.post__body ul:not(.share-links) li a {
    border-bottom: 1px solid var(--light-grey);
    color: var(--fern-green);
    text-decoration: none
}

.post__body ol li a:focus,
.post__body ol li a:hover,
.post__body p a:focus,
.post__body p a:hover,
.post__body ul:not(.share-links) li a:focus,
.post__body ul:not(.share-links) li a:hover {
    border-bottom-color: var(--fern-green)
}

.post__body h2.wp-block-heading {
    border-bottom: 1px solid var(--light-grey);
    border-top: 4px solid var(--black);
    counter-increment: css-counter 1;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 1.1;
    margin: 0 0 20px;
    padding: 20px 0
}

@media only screen and (min-width:320px) {
    .post__body h2.wp-block-heading {
        font-size: calc(25.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body h2.wp-block-heading {
        font-size: 50px
    }
}

@media(min-width:1025px) {
    .post__body h2.wp-block-heading {
        margin: 0 0 40px;
        padding: 20px 0 40px
    }
}

.post__body h2.wp-block-heading:before {
    color: var(--white);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 60px;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--fern-green);
    content: counter(css-counter);
    display: block;
    margin-bottom: 40px
}

@media only screen and (min-width:320px) {
    .post__body h2.wp-block-heading:before {
        font-size: calc(55.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body h2.wp-block-heading:before {
        font-size: 80px
    }
}

.post__body h2.wp-block-heading:nth-of-type(n+0):nth-of-type(-n+8):before {
    content: "0" counter(css-counter)
}

.post__body h3.wp-block-heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 0 0 30px
}

@media only screen and (min-width:320px) {
    .post__body h3.wp-block-heading {
        font-size: calc(25.25714px + .85714vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body h3.wp-block-heading {
        font-size: 40px
    }
}

.post__body h4.wp-block-heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2;
    margin: 0 0 30px
}

@media only screen and (min-width:320px) {
    .post__body h4.wp-block-heading {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body h4.wp-block-heading {
        font-size: 30px
    }
}

.post__body h5.wp-block-heading,
.post__body h6.wp-block-heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 0 0 30px
}

@media only screen and (min-width:320px) {

    .post__body h5.wp-block-heading,
    .post__body h6.wp-block-heading {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {

    .post__body h5.wp-block-heading,
    .post__body h6.wp-block-heading {
        font-size: 22px
    }
}

.post__body span.wp-block-heading {
    display: block;
    height: 100px;
    margin-top: -100px;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.post__body .wp-block-image {
    margin: 10px 0 40px
}

.post__body .wp-block-embed__wrapper {
    height: 0;
    padding-bottom: 56.52%;
    width: 100%
}

.post__body .wp-block-embed__wrapper iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post__body .wp-block-quote {
    border-bottom: 1px solid var(--fern-green);
    border-top: 1px solid var(--fern-green);
    color: var(--fern-green);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 10px 0 40px;
    padding: 20px 0;
    position: relative
}

@media(min-width:1025px) {
    .post__body .wp-block-quote {
        border-bottom-color: var(--light-grey);
        border-top-color: var(--light-grey);
        padding: 40px 0
    }
}

.post__body .wp-block-quote:before {
    background-color: var(--fern-green);
    content: "";
    display: none;
    height: calc(100% - 80px);
    left: -41px;
    position: absolute;
    top: 40px;
    width: 3px
}

@media(min-width:1025px) {
    .post__body .wp-block-quote:before {
        display: block
    }
}

.post__body .wp-block-quote p {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.1
}

@media only screen and (min-width:320px) {
    .post__body .wp-block-quote p {
        font-size: calc(21.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body .wp-block-quote p {
        font-size: 26px
    }
}

@media(min-width:530px) {
    .post__body .wp-block-quote p {
        font-size: 26px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:530px)and (min-width:320px) {
    .post__body .wp-block-quote p {
        font-size: 26px
    }
}

@media only screen and (min-width:530px)and (min-width:1720px) {
    .post__body .wp-block-quote p {
        font-size: 26px
    }
}

@media(min-width:680px) {
    .post__body .wp-block-quote p {
        font-size: 26px;
        letter-spacing: .005em
    }
}

@media only screen and (min-width:680px)and (min-width:320px) {
    .post__body .wp-block-quote p {
        font-size: calc(23.25714px + .85714vw)
    }
}

@media only screen and (min-width:680px)and (min-width:1720px) {
    .post__body .wp-block-quote p {
        font-size: 38px
    }
}

.post__body .wp-block-quote em {
    font-style: normal
}

.post__body .wp-block-quote cite {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5
}

@media only screen and (min-width:320px) {
    .post__body .wp-block-quote cite {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__body .wp-block-quote cite {
        font-size: 22px
    }
}

.post__body .wp-block-quote p:last-of-type {
    margin-bottom: 0
}

.post__body>div:not(.wp-block-group):not(.post__footer) {
    align-items: flex-start;
    background: transparent !important;
    border-bottom: 1px solid var(--light-grey);
    border-top: 1px solid var(--light-grey);
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-direction: column;
    float: none !important;
    margin: 0 0 35px !important;
    max-width: none !important;
    padding: 20px 0 !important;
    row-gap: 20px;
    text-align: center !important
}

@media(min-width:1025px) {
    .post__body>div:not(.wp-block-group):not(.post__footer) {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto 1fr;
        padding: 40px 0 !important;
        row-gap: 30px;
        text-align: left !important
    }
}

.post__body>div:not(.wp-block-group):not(.post__footer)>* {
    padding: 0 !important
}

@media(min-width:1025px) {
    .post__body>div:not(.wp-block-group):not(.post__footer)>:first-child {
        grid-column: 1/4;
        grid-row: span 2
    }

    .post__body>div:not(.wp-block-group):not(.post__footer)>:not(:first-child) {
        grid-column: 4/7
    }
}

.post__body>div:not(.wp-block-group):not(.post__footer) p:first-of-type {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px !important;
    letter-spacing: .1em;
    margin-bottom: 0 !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (min-width:320px) {
    .post__body>div:not(.wp-block-group):not(.post__footer) p:first-of-type {
        font-size: calc(11.54286px + .14286vw) !important
    }
}

@media only screen and (min-width:1720px) {
    .post__body>div:not(.wp-block-group):not(.post__footer) p:first-of-type {
        font-size: 14px !important
    }
}

@media(min-width:1025px) {
    .post__body>div:not(.wp-block-group):not(.post__footer) p:first-of-type {
        text-align: left !important;
        width: auto
    }
}

.post__body>div:not(.wp-block-group):not(.post__footer) p:nth-of-type(2) {
    color: var(--dark-grey);
    font-size: 14px !important;
    letter-spacing: -.01em
}

@media only screen and (min-width:320px) {
    .post__body>div:not(.wp-block-group):not(.post__footer) p:nth-of-type(2) {
        font-size: calc(13.54286px + .14286vw) !important
    }
}

@media only screen and (min-width:1720px) {
    .post__body>div:not(.wp-block-group):not(.post__footer) p:nth-of-type(2) {
        font-size: 16px !important
    }
}

.post__body>div:not(.wp-block-group):not(.post__footer) p a {
    color: var(--fern-green)
}

.post__body>div:not(.wp-block-group):not(.post__footer) strong {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-weight: 400 !important
}

.post__body>div:not(.wp-block-group):not(.post__footer) img {
    max-width: none !important
}

.post__footer {
    align-items: center;
    border-top: 1px solid var(--light-grey);
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px
}

@media(min-width:1025px) {
    .post__footer {
        display: grid;
        grid-template-columns: 1fr 172px
    }
}

.post__footer>span {
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    padding-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (min-width:320px) {
    .post__footer>span {
        font-size: calc(11.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .post__footer>span {
        font-size: 14px
    }
}

@media(min-width:1025px) {
    .post__footer>span {
        padding-bottom: 0;
        text-align: center;
        width: auto
    }
}

.post__share {
    align-items: flex-start;
    border-top: 1px solid var(--light-grey);
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    width: 100%
}

@media(min-width:1025px) {
    .post__share {
        border-left: 1px solid var(--light-grey);
        border-top: 0;
        flex-direction: row;
        justify-content: center;
        justify-self: flex-end;
        padding: 20px 0 20px 40px;
        width: auto
    }
}

.post-header--column {
    padding-top: 60px;
    text-align: center
}

@media(min-width:1025px) {
    .post-header--column {
        padding-top: 120px
    }
}

.post-header--column .container>:first-of-type {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post-header--column .container>:first-of-type {
        grid-column: 2/12
    }
}

@media(min-width:1600px) {
    .post-header--column .container>:first-of-type {
        grid-column: 3/11
    }
}

.post-header--column .container>:nth-of-type(2) {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post-header--column .container>:nth-of-type(2) {
        grid-column: 2/12
    }
}

@media(min-width:1600px) {
    .post-header--column .container>:nth-of-type(2) {
        grid-column: 3/11
    }
}

.post-header--column .post-header__category {
    margin-bottom: 20px
}

.post-header--column .post-header__category>ul {
    justify-content: center
}

.post-header--column .post-header__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 1.1;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) {
    .post-header--column .post-header__title {
        font-size: calc(25.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-header--column .post-header__title {
        font-size: 50px
    }
}

@media(min-width:1025px) {
    .post-header--column .post-header__title {
        font-family: "Inter", system-ui;
    font-optical-sizing: auto;
        font-size: 46px;
        font-weight: 700;
        letter-spacing: -.01em;
        line-height: 1;
        margin-bottom: 12px
    }
}

@media only screen and (min-width:1025px)and (min-width:320px) {
    .post-header--column .post-header__title {
        font-size: calc(33.65714px + 3.85714vw)
    }
}

@media only screen and (min-width:1025px)and (min-width:1720px) {
    .post-header--column .post-header__title {
        font-size: 100px
    }
}

.post-header--column .post-header__excerpt {
    color: rgba(0, 0, 0, .65);
    margin-bottom: 60px
}

@media(min-width:1025px) {
    .post-header--column .post-header__excerpt {
        margin-bottom: 80px;
        padding: 0 10vw
    }
}

.post-header--column .post-header__image {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 66.7%;
    position: relative;
    width: 100%
}

@media(min-width:1025px) {
    .post-header--column .post-header__image {
        border-bottom: 0;
        border: 2px solid var(--black);
        margin-bottom: 130px
    }
}

.post-header--column .post-header__image .lazy-container,
.post-header--column .post-header__image .lazy-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.post-header--adjacent {
    margin-bottom: 40px;
    padding: 60px 0 40px
}

@media(min-width:1025px) {
    .post-header--adjacent {
        margin-bottom: 120px;
        min-height: calc(100vh - 190px);
        padding: 40px 0
    }
}

.post-header--adjacent.black .post-header__title {
    border-bottom: 1px solid var(--white)
}

.post-header--adjacent.cream .post-header__title,
.post-header--adjacent.pink .post-header__title,
.post-header--adjacent.red .post-header__title,
.post-header--adjacent.yellow .post-header__title {
    border-bottom: 1px solid var(--black)
}

.post-header--adjacent .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post-header--adjacent .container>* {
        grid-column: span 6
    }
}

.post-header--adjacent .container>:first-of-type {
    display: flex;
    flex-direction: column
}

.post-header--adjacent .container>:first-of-type>:first-child {
    order: 2
}

.post-header--adjacent .container>:first-of-type>:nth-child(2) {
    order: 1
}

.post-header--adjacent .container>:first-of-type>:nth-child(3) {
    order: 3
}

.post-header--adjacent .post-header__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 60px;
    text-align: center
}

@media only screen and (min-width:320px) {
    .post-header--adjacent .post-header__title {
        font-size: calc(33.65714px + 3.85714vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-header--adjacent .post-header__title {
        font-size: 100px
    }
}

@media(min-width:1025px) {
    .post-header--adjacent .post-header__title {
        margin-bottom: 40px;
        padding-bottom: 80px;
        text-align: left
    }
}

.post-header--adjacent .post-header__excerpt {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    margin-bottom: 40px
}

@media only screen and (min-width:320px) {
    .post-header--adjacent .post-header__excerpt {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-header--adjacent .post-header__excerpt {
        font-size: 22px
    }
}

@media(min-width:1025px) {
    .post-header--adjacent .post-header__excerpt {
        margin-bottom: 80px
    }
}

.post-header--adjacent .post-header__image {
    min-height: calc(100vh - 270px)
}

.post-header--adjacent .post-header__image .lazy-container,
.post-header--adjacent .post-header__image .lazy-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.post-header--adjacent .post-header__category {
    margin-bottom: 20px
}

@media(min-width:1025px) {
    .post-header--adjacent .post-header__category {
        margin-bottom: 35px
    }
}

.post-header--media {
    align-items: flex-start;
    border-bottom: 3px solid var(--black);
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px 0
}

@media(min-width:1025px) {
    .post-header--media {
        border-bottom: 0;
        gap: 80px;
        margin-bottom: 120px;
        min-height: calc(100vh - 190px);
        padding: 30px 0 40px
    }

    .post-header--media .container:first-of-type {
        margin-bottom: 40px
    }
}

.post-header--media .container:first-of-type>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post-header--media .container:first-of-type>* {
        grid-column: 1/10
    }
}

.post-header--media .container:nth-of-type(2):before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 1px;
    left: 44px;
    position: absolute;
    top: -40px;
    width: calc(100% - 88px)
}

@media(min-width:1025px) {
    .post-header--media .container:nth-of-type(2):before {
        display: block
    }
}

.post-header--media .container:nth-of-type(2)>:first-child {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .post-header--media .container:nth-of-type(2)>:first-child {
        grid-column: 1/4
    }
}

.post-header--media .container:nth-of-type(2)>:nth-child(2) {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: 1/7;
    justify-content: space-between
}

@media(min-width:1025px) {
    .post-header--media .container:nth-of-type(2)>:nth-child(2) {
        gap: 40px;
        grid-column: 4/13
    }
}

.post-header--media.black .container:nth-of-type(2):before {
    background-color: var(--white)
}

.post-header--media.black .post-header__image {
    border-right-color: var(--white)
}

.post-header--media .post-header__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1
}

@media only screen and (min-width:320px) {
    .post-header--media .post-header__title {
        font-size: calc(33.65714px + 3.85714vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-header--media .post-header__title {
        font-size: 100px
    }
}

@media(min-width:1025px) {
    .post-header--media .post-header__title {
        padding-bottom: 25px
    }
}

.post-header--media .post-header__image {
    margin-bottom: 20px
}

@media(min-width:1025px) {
    .post-header--media .post-header__image {
        border-right: 1px solid var(--black);
        margin-bottom: 0;
        padding-right: 40px
    }
}

.post-header.black {
    color: var(--white)
}

.post-header.black,
.post-header.black .post-header__image .lazy-container {
    background-color: var(--black)
}

.post-header.black .post-header__image .lazy-container img {
    mix-blend-mode: luminosity
}

.post-header.red {
    background-color: var(--fern-green)
}

.post-header.red,
.post-header.red .post-header__category a,
.post-header.red .post-header__category li {
    color: var(--white)
}

.post-header.red .post-header__image .lazy-container {
    background-color: var(--black)
}

.post-header.red .post-header__image .lazy-container img {
    mix-blend-mode: luminosity
}

.post-header.yellow {
    background-color: var(--lime-green)
}

.post-header.yellow .post-header__category a,
.post-header.yellow .post-header__category li {
    color: var(--black)
}

.post-header.yellow .post-header__image .lazy-container {
    background-color: var(--black)
}

.post-header.yellow .post-header__image .lazy-container img {
    mix-blend-mode: luminosity
}

.post-header.cream {
    background-color: var(--light-grey)
}

.post-header.cream .post-header__image img {
    mix-blend-mode: luminosity
}

.post-header.pink {
    background-color: var(--pink)
}

.post-header.pink .post-header__image img {
    mix-blend-mode: luminosity
}

.post-header__excerpt {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em
}

@media only screen and (min-width:320px) {
    .post-header__excerpt {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-header__excerpt {
        font-size: 16px
    }
}

@media(min-width:1025px) {
    .post-header__excerpt {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .01em;
        line-height: 1.5
    }
}

@media only screen and (min-width:1025px)and (min-width:320px) {
    .post-header__excerpt {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1025px)and (min-width:1720px) {
    .post-header__excerpt {
        font-size: 22px
    }
}

.post-header__image {
    overflow: hidden;
    position: relative;
    width: 100%
}

.post-secondary-nav {
    align-items: center;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 44px;
    position: relative
}

@media(min-width:1025px) {
    .post-secondary-nav {
        display: flex
    }
}

.post-secondary-nav:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    height: 1px;
    left: 44px;
    position: absolute;
    width: calc(100% - 88px)
}

.post-secondary-nav>div,
.post-secondary-nav__heading {
    align-items: center;
    display: flex
}

.post-secondary-nav__heading {
    flex-wrap: wrap;
    gap: 20px
}

@media(min-width:1280px) {
    .post-secondary-nav__heading {
        border-right: 1px solid var(--black);
        margin-right: 40px;
        padding-right: 40px
    }
}

.post-secondary-nav__heading>svg:first-of-type {
    position: relative;
    top: -2px
}

.post-secondary-nav__links {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0
}

@media(min-width:1280px) {
    .post-secondary-nav__links {
        /* border-right: 1px solid var(--black); */
        padding-right: 40px
    }
}

.post-secondary-nav__subscribe {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    outline: none;
    padding: 6px 40px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .post-secondary-nav__subscribe {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-secondary-nav__subscribe {
        font-size: 16px
    }
}

@media(min-width:1280px) {
    .post-secondary-nav__subscribe {
        display: block
    }
}

.post-toolbar {
    --height: 80px;
    background-color: var(--white);
    border-bottom: 1px solid var(--light-grey);
    display: none;
    height: var(--height);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform .35s var(--slide-transition);
    width: 100%;
    z-index: 3
}

@media(min-width:1025px) {
    .post-toolbar {
        display: block
    }
}

.post-toolbar.is-active {
    transform: translateY(0)
}

.post-toolbar .container {
    height: 100%
}

.post-toolbar .container>:first-of-type {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-column: 1/4;
    justify-content: center;
    position: relative
}

.post-toolbar .container>:first-of-type:after {
    background-color: var(--light-grey);
    content: "";
    height: var(--height);
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px
}

.post-toolbar .container>:nth-of-type(2) {
    align-items: center;
    display: flex;
    gap: 40px;
    grid-column: 4/13;
    justify-content: space-between
}

.post-toolbar .share-links {
    flex-shrink: 0;
    position: relative;
    right: -24px
}

.post-toolbar .post-progress-bar {
    --scrollAmount: 0%;
    background-color: var(--fern-green);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: var(--scrollAmount);
    z-index: 1
}

.post-toolbar__top-btn {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    display: inline-flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: .1em;
    outline: none;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .post-toolbar__top-btn {
        font-size: 12px
    }
}

@media only screen and (min-width:1720px) {
    .post-toolbar__top-btn {
        font-size: 12px
    }
}

.post-toolbar__post-title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .post-toolbar__post-title {
        font-size: 12px
    }
}

@media only screen and (min-width:1720px) {
    .post-toolbar__post-title {
        font-size: 12px
    }
}

@media(hover:hover) {
    .post-toolbar__top-btn:hover {
        color: var(--black)
    }

    .post-toolbar__top-btn:hover svg path {
        fill: var(--black)
    }
}

.anchor-links {
    border-left: 1px solid var(--dark-grey)
}

.anchor-links__heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 25px;
    padding-left: 40px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .anchor-links__heading {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .anchor-links__heading {
        font-size: 16px
    }
}

.anchor-links__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding-left: 0
}

.anchor-links__list li>button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: rgba(0, 0, 0, .65);
    cursor: pointer;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.4;
    outline: none;
    padding: 5px 0 5px 40px;
    position: relative;
    text-align: left
}

@media only screen and (min-width:320px) {
    .anchor-links__list li>button {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .anchor-links__list li>button {
        font-size: 16px
    }
}

.anchor-links__list li>button:before {
    background-color: var(--fern-green);
    content: "";
    display: block;
    display: none;
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 3px
}

.anchor-links__list li>button.is-active {
    color: var(--black)
}

.anchor-links__list li>button.is-active:before {
    display: block
}

@media(hover:hover) {

    .anchor-links__list li>button:focus,
    .anchor-links__list li>button:hover {
        color: var(--black)
    }
}

.share-links {
    display: flex;
    gap: 6px;
    justify-content: center;
    list-style: none;
    padding-left: 0
}

.share-links a {
    align-items: center;
    background-color: var(--mid-grey);
    border-bottom: 0;
    border-radius: 50%;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

@media(min-width:1025px) {
    .share-links a {
        height: 40px;
        width: 40px
    }
}

.share-links a svg {
    height: 14px;
    width: 14px
}

@media(min-width:1025px) {
    .share-links a svg {
        height: 18px;
        width: 18px
    }
}

@media(hover:hover) {

    .share-links a:focus,
    .share-links a:hover {
        background-color: var(--grey)
    }
}

.academy-header {
    background-color: var(--lime-green);
    border-bottom: 4px solid var(--black);
    padding: 20px 0 80px;
    position: relative
}

@media(min-width:769px) {
    .academy-header {
        padding: 60px 0 40px
    }
}

@media(min-width:1025px) {
    .academy-header {
        padding: 40px 0
    }
}

.academy-header:after,
.academy-header:before {
    background-color: var(--light-grey);
    bottom: -75px;
    content: "";
    display: none;
    height: 71px;
    position: absolute;
    width: 44px;
    z-index: 2
}

@media(min-width:1025px) {

    .academy-header:after,
    .academy-header:before {
        display: block
    }
}

.academy-header:before {
    left: 0
}

.academy-header:after {
    right: 0
}

.academy-header .container>:first-of-type {
    border-bottom: 1px solid var(--black);
    grid-column: 1/7;
    padding-bottom: 40px
}

@media(min-width:1025px) {
    .academy-header .container>:first-of-type {
        border-bottom: 0;
        grid-column: 2/12;
        padding-bottom: 0
    }
}

@media(min-width:1280px) {
    .academy-header .container>:first-of-type {
        display: flex;
        grid-column: 1/9
    }
}

.academy-header .container>:nth-of-type(2) {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-column: 1/7;
    justify-content: center;
    position: relative;
    text-align: center
}

@media(min-width:1025px) {
    .academy-header .container>:nth-of-type(2) {
        grid-column: 4/10
    }
}

@media(min-width:1280px) {
    .academy-header .container>:nth-of-type(2) {
        grid-column: 10/13
    }
}

.academy-header .container>:nth-of-type(2):before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 100%;
    left: -40px;
    position: absolute;
    top: 0;
    width: 1px
}

@media(min-width:1280px) {
    .academy-header .container>:nth-of-type(2):before {
        display: block
    }
}

.academy-header .container>:nth-of-type(2):last-child {
    padding: 80px 0 0
}

@media(min-width:1025px) {
    .academy-header .container>:nth-of-type(2):last-child {
        padding: 40px 0
    }
}

.academy-header__headline {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width:1025px) {
    .academy-header__headline {
        margin-bottom: 40px
    }
}

@media(min-width:1280px) {
    .academy-header__headline {
        margin-bottom: 0
    }
}

.academy-header__headline svg {
    height: 100%;
    max-width: 100%
}

.academy-header p {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 440px
}

@media only screen and (min-width:320px) {
    .academy-header p {
        font-size: calc(21.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .academy-header p {
        font-size: 26px
    }
}

@media(min-width:530px) {
    .academy-header p {
        font-size: 26px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:530px)and (min-width:320px) {
    .academy-header p {
        font-size: 26px
    }
}

@media only screen and (min-width:530px)and (min-width:1720px) {
    .academy-header p {
        font-size: 26px
    }
}

@media(min-width:680px) {
    .academy-header p {
        font-size: 26px;
        letter-spacing: .005em
    }
}

@media only screen and (min-width:680px)and (min-width:320px) {
    .academy-header p {
        font-size: calc(19.25714px + .85714vw)
    }
}

@media only screen and (min-width:680px)and (min-width:1720px) {
    .academy-header p {
        font-size: 38px
    }
}

@media(min-width:1025px) {
    .academy-header p {
        margin-bottom: 40px;
        max-width: none
    }
}

.academy-toolbar {
    background-color: var(--light-grey);
    padding: 15px 0;
    position: relative;
    z-index: 1
}

@media(min-width:1025px) {
    .academy-toolbar {
        border-bottom: 1px solid var(--black);
        padding: 20px 0;
        position: sticky;
        top: 0
    }
}

.academy-toolbar:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .academy-toolbar:after {
        display: none
    }
}

.academy-toolbar .container {
    row-gap: 15px
}

@media(min-width:1025px) {
    .academy-toolbar .container {
        row-gap: 20px
    }
}

.academy-toolbar__search {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--black);
    cursor: pointer;
    display: flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    gap: 20px;
    grid-column: 1/4;
    justify-content: space-between;
    letter-spacing: .1em;
    outline: none;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .academy-toolbar__search {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .academy-toolbar__search {
        font-size: 16px
    }
}

@media(min-width:769px) {
    .academy-toolbar__search {
        padding-right: 0
    }
}

@media(min-width:1025px) {
    .academy-toolbar__search {
        border-right: 1px solid var(--black);
        padding-right: 40px
    }
}

@media(min-width:1600px) {
    .academy-toolbar__search {
        grid-column: 1/3
    }
}

.academy-toolbar__search:after {
    background-color: var(--black);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    width: 1px
}

@media(min-width:769px) {
    .academy-toolbar__search:after {
        right: -20px
    }
}

@media(min-width:1025px) {
    .academy-toolbar__search:after {
        display: none
    }
}

.academy-toolbar__search svg {
    height: 16px;
    width: 16px
}

@media(min-width:769px) {
    .academy-toolbar__search svg {
        height: 18px;
        width: 18px
    }
}

.academy-toolbar__categories {
    grid-column: 4/7;
    padding-left: 15px;
    position: relative
}

@media(min-width:769px) {
    .academy-toolbar__categories {
        padding-left: 0
    }
}

@media(min-width:1025px) {
    .academy-toolbar__categories {
        border-right: 1px solid var(--black);
        padding-right: 40px
    }
}

@media(min-width:1600px) {
    .academy-toolbar__categories {
        grid-column: 3/5
    }
}

.academy-toolbar__categories>button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--black);
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
    letter-spacing: .1em;
    outline: none;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (min-width:320px) {
    .academy-toolbar__categories>button {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .academy-toolbar__categories>button {
        font-size: 16px
    }
}

.academy-toolbar__categories>button>span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.academy-toolbar__categories>div {
    background-color: var(--light-grey);
    border: 1px solid var(--black);
    border-top: 0;
    display: none;
    left: calc(-50vw + 13px);
    padding: 18px;
    position: absolute;
    top: 33px;
    width: calc(100vw - 36px);
    z-index: 1
}

@media(min-width:769px) {
    .academy-toolbar__categories>div {
        left: calc(-50vw + 31px);
        top: 34px;
        width: calc(100vw - 102px)
    }
}

@media(min-width:1025px) {
    .academy-toolbar__categories>div {
        left: -41px;
        padding: 40px;
        top: 50px;
        width: calc(100% + 42px);
        z-index: -1
    }
}

.academy-toolbar__categories>div.is-active {
    display: block
}

.academy-toolbar__categories-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding-left: 0
}

@media(min-width:1025px) {
    .academy-toolbar__categories-list {
        gap: 20px
    }
}

.academy-toolbar__categories-list li {
    line-height: 1.3
}

.academy-toolbar__categories-list a {
    align-items: baseline;
    color: var(--grey);
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    text-decoration: none
}

.academy-toolbar__categories-list a:before {
    border: 1px solid var(--grey);
    border-radius: 50%;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 14px;
    position: relative;
    top: 1px;
    width: 14px
}

.academy-toolbar__links {
    align-items: center;
    border-top: 1px solid var(--black);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    grid-column: 1/7;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    padding-top: 20px
}

@media(min-width:1025px) {
    .academy-toolbar__links {
        border-top: 0;
        gap: 7px;
        grid-column: 7/13;
        justify-content: flex-end;
        padding-top: 0
    }
}

@media(min-width:1280px) {
    .academy-toolbar__links {
        gap: 20px
    }
}

@media(min-width:1600px) {
    .academy-toolbar__links {
        grid-column: 5/13
    }
}

@media(hover:hover) {

    .academy-toolbar__categories-list a:focus,
    .academy-toolbar__categories-list a:hover {
        color: var(--black)
    }

    .academy-toolbar__categories-list a:focus:before,
    .academy-toolbar__categories-list a:hover:before {
        background-color: var(--black);
        border-color: var(--black)
    }
}

.category-toolbar {
    background-color: var(--light-grey);
    padding: 15px 0;
    position: relative;
    top: 0;
    z-index: 1
}

@media(min-width:1025px) {
    .category-toolbar {
        border-bottom: 1px solid var(--black);
        margin-bottom: 20px;
        margin-bottom: 0;
        padding: 26px 0;
        position: sticky
    }
}

.category-toolbar:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: none;
    height: 1px;
    left: 44px;
    position: absolute;
    width: calc(100% - 88px)
}

@media(min-width:769px) {
    .category-toolbar:after {
        display: block
    }
}

@media(min-width:1025px) {
    .category-toolbar:after {
        display: none
    }
}

.category-toolbar+.posts-grid {
    padding-top: 0
}

.category-toolbar+.posts-grid .posts-grid__posts:before {
    display: none
}

.category-toolbar__search {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--black);
    cursor: pointer;
    display: flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    gap: 20px;
    grid-column: 1/4;
    justify-content: space-between;
    letter-spacing: .1em;
    outline: none;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .category-toolbar__search {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .category-toolbar__search {
        font-size: 16px
    }
}

@media(min-width:769px) {
    .category-toolbar__search {
        padding-right: 0
    }
}

@media(min-width:1025px) {
    .category-toolbar__search {
        border-right: 1px solid var(--black);
        padding-right: 40px
    }
}

@media(min-width:1600px) {
    .category-toolbar__search {
        grid-column: 1/3
    }
}

.category-toolbar__search:after {
    background-color: var(--black);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -6px;
    top: 0;
    width: 1px
}

@media(min-width:769px) {
    .category-toolbar__search:after {
        right: -20px
    }
}

@media(min-width:1025px) {
    .category-toolbar__search:after {
        display: none
    }
}

.category-toolbar__search svg {
    height: 16px;
    width: 16px
}

@media(min-width:769px) {
    .category-toolbar__search svg {
        height: 18px;
        width: 18px
    }
}

.category-toolbar__sort-by {
    grid-column: 4/7;
    padding-left: 10px;
    position: relative
}

@media(min-width:1025px) {
    .category-toolbar__sort-by {
        border-right: 1px solid var(--black);
        padding-left: 0;
        padding-right: 40px
    }
}

@media(min-width:1600px) {
    .category-toolbar__sort-by {
        grid-column: 3/5
    }
}

.category-toolbar__sort-by>button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--black);
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
    letter-spacing: .1em;
    outline: none;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (min-width:320px) {
    .category-toolbar__sort-by>button {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .category-toolbar__sort-by>button {
        font-size: 16px
    }
}

.category-toolbar__sort-by>button>span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.category-toolbar__sort-by>div {
    background-color: var(--light-grey);
    border: 1px solid var(--black);
    border-top: 0;
    display: none;
    left: -5px;
    padding: 15px;
    position: absolute;
    top: 31px;
    width: calc(100% + 5px);
    z-index: -1
}

@media(min-width:769px) {
    .category-toolbar__sort-by>div {
        left: -21px;
        padding: 30px;
        top: 32px;
        width: calc(100% + 21px);
        z-index: 1
    }
}

@media(min-width:1025px) {
    .category-toolbar__sort-by>div {
        left: -41px;
        padding: 40px;
        top: 44px;
        width: calc(100% + 42px)
    }
}

.category-toolbar__sort-by>div.is-active {
    display: block
}

.category-toolbar__sort-by-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding-left: 0
}

@media(min-width:1025px) {
    .category-toolbar__sort-by-list {
        gap: 20px
    }
}

.category-toolbar__sort-by-list li {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.3
}

@media only screen and (min-width:320px) {
    .category-toolbar__sort-by-list li {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .category-toolbar__sort-by-list li {
        font-size: 16px
    }
}

@media(min-width:1025px) {
    .category-toolbar__sort-by-list li {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .01em;
        line-height: 1.5
    }
}

@media only screen and (min-width:1025px)and (min-width:320px) {
    .category-toolbar__sort-by-list li {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1025px)and (min-width:1720px) {
    .category-toolbar__sort-by-list li {
        font-size: 22px
    }
}

.category-toolbar__sort-by-list a {
    align-items: baseline;
    color: var(--grey);
    display: flex;
    gap: 7px;
    justify-content: flex-start;
    text-decoration: none
}

@media(min-width:1025px) {
    .category-toolbar__sort-by-list a {
        gap: 10px
    }
}

.category-toolbar__sort-by-list a:before {
    border: 1px solid var(--grey);
    border-radius: 50%;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 10px;
    position: relative;
    top: 1px;
    width: 10px
}

@media(min-width:1025px) {
    .category-toolbar__sort-by-list a:before {
        height: 14px;
        top: auto;
        width: 14px
    }
}

.category-toolbar__sort-by-list a.is-active {
    color: var(--black);
    pointer-events: none
}

.category-toolbar__sort-by-list a.is-active:before {
    background-color: var(--black);
    border-color: var(--black)
}

.posts-grid {
    padding: 80px 0 60px
}

@media(min-width:769px) {
    .posts-grid {
        padding: 80px 0
    }
}

.posts-grid .container:first-of-type {
    margin-bottom: 70px
}

@media(min-width:530px) {
    .posts-grid .container:first-of-type {
        margin-bottom: 80px
    }
}

.posts-grid .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .posts-grid .container>* {
        grid-column: 1/13
    }
}

.posts-grid .post-grid-item {
    padding-bottom: 20px
}

@media(min-width:769px) {
    .posts-grid .post-grid-item {
        padding-bottom: 40px
    }
}

@media(min-width:1025px) {
    .posts-grid .post-grid-item {
        padding-bottom: 0
    }
}

.posts-grid .post-grid-item>div {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr auto
}

@media(min-width:769px) {
    .posts-grid .post-grid-item>div {
        display: block
    }
}

@media(min-width:1025px) {
    .posts-grid .post-grid-item>div {
        display: block
    }
}

.posts-grid .post-grid-item>div .post-grid-item__image {
    grid-column: 1/3;
    grid-row: span 2;
    margin-bottom: 0;
    padding-bottom: 100%
}

@media(min-width:769px) {
    .posts-grid .post-grid-item>div .post-grid-item__image {
        margin-bottom: 40px;
        padding-bottom: 56.25%
    }
}

.posts-grid .post-grid-item>div .post-grid-item__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em
}

@media only screen and (min-width:320px) {
    .posts-grid .post-grid-item>div .post-grid-item__title {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .posts-grid .post-grid-item>div .post-grid-item__title {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .posts-grid .post-grid-item>div .post-grid-item__title {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: .01em;
        line-height: 1.2
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .posts-grid .post-grid-item>div .post-grid-item__title {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .posts-grid .post-grid-item>div .post-grid-item__title {
        font-size: 30px
    }
}

.posts-grid .post-grid-item>div .post-grid-item__category,
.posts-grid .post-grid-item>div .post-grid-item__title {
    grid-column: 3/7;
    padding-left: 10px
}

@media(min-width:769px) {

    .posts-grid .post-grid-item>div .post-grid-item__category,
    .posts-grid .post-grid-item>div .post-grid-item__title {
        padding-left: 0
    }
}

.posts-grid .post-grid-item:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(min-width:769px) {
    .posts-grid .post-grid-item:after {
        left: 0;
        padding-left: 0;
        width: calc(100% + 80px)
    }
}

@media(min-width:1025px) {
    .posts-grid .post-grid-item:after {
        bottom: -40px
    }
}

.posts-grid--large-first {
    padding-bottom: 0;
    position: relative
}

.posts-grid--large-first:before {
    background-color: var(--black);
    content: "";
    display: none;
    height: calc(100% - 160px);
    left: 50%;
    position: absolute;
    top: 40px;
    width: 1px
}

@media(min-width:1280px) {
    .posts-grid--large-first:before {
        display: block
    }
}

@media(min-width:769px) {
    .posts-grid--large-first {
        padding-bottom: 60px
    }
}

@media(min-width:1025px) {
    .posts-grid--large-first {
        padding-bottom: 80px
    }
}

.posts-grid--large-first .posts-grid__posts {
    padding: 20px 0 40px
}

@media(min-width:769px) {
    .posts-grid--large-first .posts-grid__posts {
        padding: 40px 26px
    }
}

@media(min-width:1025px) {
    .posts-grid--large-first .posts-grid__posts {
        padding: 40px 0
    }
}

.posts-grid--large-first .post-grid-item:first-of-type {
    flex-direction: column;
    justify-content: flex-start
}

@media(min-width:769px) {
    .posts-grid--large-first .post-grid-item:first-of-type {
        grid-column: span 2;
        grid-row: span 2
    }
}

.posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__excerpt,
.posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__title {
    display: block;
    max-width: 85%
}

.posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 1.1
}

@media only screen and (min-width:320px) {
    .posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__title {
        font-size: calc(25.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1720px) {
    .posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__title {
        font-size: 50px
    }
}

.posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__category {
    margin-bottom: 20px
}

.posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__category,
.posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__title {
    padding-left: 0
}

.posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__image {
    margin-bottom: 20px
}

@media(min-width:769px) {
    .posts-grid--large-first .post-grid-item:first-of-type .post-grid-item__image {
        margin-bottom: 40px
    }
}

.posts-grid--large-first .post-grid-item:first-of-type>div {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.posts-grid--large-first .post-grid-item:first-of-type>div>:first-child {
    order: 2
}

.posts-grid--large-first .post-grid-item:first-of-type>div>:nth-child(2) {
    order: 1
}

.posts-grid--large-first .post-grid-item:first-of-type>div>:nth-child(3) {
    order: 3
}

.posts-grid--large-first .post-grid-item:after {
    left: auto;
    right: auto
}

.posts-grid__heading {
    align-items: flex-start;
    display: flex;
    gap: 5px;
    justify-content: center
}

@media(min-width:769px) {
    .posts-grid__heading {
        justify-content: flex-start
    }
}

.posts-grid__heading>span {
    color: var(--fern-green);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .posts-grid__heading>span {
        font-size: calc(10.17143px + .57143vw)
    }
}

@media only screen and (min-width:1720px) {
    .posts-grid__heading>span {
        font-size: 20px
    }
}

.posts-grid__posts {
    border-top: 1px solid var(--black);
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 18px;
    overflow: hidden;
    padding: 20px 0 60px;
    position: relative
}

@media(min-width:769px) {
    .posts-grid__posts {
        border-top: 0;
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 26px 80px
    }
}

@media(min-width:1025px) {
    .posts-grid__posts {
        gap: 80px;
        grid-column: 1/13;
        margin: 0 44px;
        padding: 40px 0
    }
}

@media(min-width:1280px) {
    .posts-grid__posts {
        grid-template-columns: repeat(4, 1fr)
    }
}

.posts-grid__posts:after,
.posts-grid__posts:before {
    background-color: var(--black);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.posts-grid__posts:before {
    display: none;
    top: 0
}

@media(min-width:1025px) {
    .posts-grid__posts:before {
        display: block
    }
}

.posts-grid__posts:after {
    bottom: 0;
    display: none
}

@media(min-width:1025px) {
    .posts-grid__posts:after {
        display: block
    }
}

.posts-grid__posts .post-grid-item__category {
    margin-bottom: 0;
    order: 3
}

@media(min-width:769px) {
    .posts-grid__posts .post-grid-item__category {
        margin-bottom: 40px
    }
}

.posts-grid__load-more {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 44px
}

@media(min-width:1025px) {
    .posts-grid__load-more {
        padding-top: 80px
    }
}

.posts-grid__all {
    align-items: center;
    display: flex;
    justify-content: center
}

@media(min-width:1025px) {
    .posts-grid__all {
        padding-top: 80px
    }
}

.posts-grid__newsletter-block {
    margin-bottom: 20px
}

@media(min-width:769px) {
    .posts-grid__newsletter-block {
        margin-bottom: 0
    }
}

.posts-grid__newsletter-block .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .posts-grid__newsletter-block .container>* {
        grid-column: 1/13
    }
}

.post-grid-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.post-grid-item:not(.post-grid-item--simple):before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 100%;
    left: -40px;
    position: absolute;
    top: 0;
    width: 1px
}

@media(min-width:1025px) {
    .post-grid-item:not(.post-grid-item--simple):before {
        display: block
    }
}

.post-grid-item>div {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    width: 100%
}

@media(min-width:769px) {
    .post-grid-item>div {
        display: block;
        height: auto
    }
}

.post-grid-item>div .post-grid-item__category {
    grid-row: 3
}

@media(min-width:769px) {
    .post-grid-item>div .post-grid-item__category {
        grid-row: auto
    }
}

.post-grid-item--simple .post-grid-item__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) {
    .post-grid-item--simple .post-grid-item__title {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-grid-item--simple .post-grid-item__title {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .post-grid-item--simple .post-grid-item__title {
        margin-bottom: 30px
    }
}

.post-grid-item--simple .post-grid-item__image {
    margin-bottom: 20px
}

@media(min-width:769px) {
    .post-grid-item--simple .post-grid-item__image {
        margin-bottom: 30px
    }

    .post-grid-item__category {
        margin-bottom: 35px
    }
}

.post-grid-item__category>ul {
    justify-content: flex-start
}

.post-grid-item__image {
    display: block;
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    width: 100%
}

@media(min-width:769px) {
    .post-grid-item__image {
        margin-bottom: 40px
    }
}

.post-grid-item__image .lazy-container,
.post-grid-item__image .lazy-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.post-grid-item__image img {
    mix-blend-mode: luminosity
}

.post-grid-item__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.3;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) {
    .post-grid-item__title {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-grid-item__title {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .post-grid-item__title {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: .01em;
        line-height: 1.2;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .post-grid-item__title {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .post-grid-item__title {
        font-size: 30px
    }
}

.post-grid-item__title a {
    color: var(--black);
    text-decoration: none
}

.post-grid-item__excerpt {
    color: var(--dark-grey);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: none;
    overflow: hidden
}

@media only screen and (min-width:320px) {
    .post-grid-item__excerpt {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-grid-item__excerpt {
        font-size: 16px
    }
}

@media(min-width:1025px) {
    .post-grid-item__excerpt {
        display: -webkit-box
    }
}

.post-grid-item__excerpt+.btn {
    display: none
}

@media(min-width:769px) {
    .post-grid-item__excerpt+.btn {
        display: inline-flex
    }
}

@media(min-width:1025px) {
    .post-grid-item__excerpt+.btn {
        margin-top: 30px
    }
}

@media(hover:hover) {

    .post-grid-item:focus img,
    .post-grid-item:hover img {
        mix-blend-mode: normal
    }
}

.post-list-item {
    align-items: flex-start;
    border-top: 1px solid var(--white);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0
}

@media(min-width:769px) {
    .post-list-item {
        border-top: 0;
        gap: 40px;
        padding: 40px 0
    }
}

@media(min-width:1280px) {
    .post-list-item {
        border-top: 1px solid var(--white)
    }

    .post-list-item:last-of-type {
        border-bottom: 1px solid var(--white)
    }
}

.post-list-item__image {
    background-color: var(--white);
    grid-column: span 1;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.post-list-item__image .lazy-container,
.post-list-item__image .lazy-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.post-list-item__image img {
    mix-blend-mode: luminosity
}

.post-list-item__image+div {
    grid-column: span 2
}

.post-list-item__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) {
    .post-list-item__title {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-list-item__title {
        font-size: 22px
    }
}

.post-list-item__title a {
    color: var(--white);
    text-decoration: none
}

.social-links {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0
}

.social-links a {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    transition: background-color .1s linear;
    width: 40px
}

@media(min-width:1025px) {
    .social-links a {
        height: 45px;
        width: 45px
    }
}

.social-links a svg {
    width: 16px
}

@media(min-width:1025px) {
    .social-links a svg {
        width: 24px
    }
}

@media(hover:hover) {

    .social-links a:focus,
    .social-links a:hover {
        background-color: var(--lime-green)
    }
}

.featured-story {
    padding: 40px 0
}

@media(min-width:1025px) {
    .featured-story {
        padding: 40px 0 120px
    }
}

.featured-story .container:first-of-type>*,
.featured-story .container:nth-of-type(2)>* {
    grid-column: 1/7;
    text-align: center
}

@media(min-width:1025px) {

    .featured-story .container:first-of-type>*,
    .featured-story .container:nth-of-type(2)>* {
        grid-column: 2/12
    }
}

.featured-story .container:nth-of-type(3)>* {
    grid-column: 2/6
}

@media(min-width:1025px) {
    .featured-story .container:nth-of-type(3)>* {
        grid-column: 5/9
    }
}

.featured-story .container:nth-of-type(4)>* {
    grid-column: 2/6
}

@media(min-width:1025px) {
    .featured-story .container:nth-of-type(4)>* {
        grid-column: 2/12
    }
}

.featured-story .container:nth-of-type(5)>* {
    grid-column: 1/7
}

@media(min-width:530px) {
    .featured-story .container:nth-of-type(5)>* {
        grid-column: 2/6
    }
}

@media(min-width:1025px) {
    .featured-story .container:nth-of-type(5)>* {
        grid-column: 4/10
    }
}

.featured-story__eyebrow {
    color: var(--fern-green);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    margin-bottom: 60px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .featured-story__eyebrow {
        font-size: calc(10.17143px + .57143vw)
    }
}

@media only screen and (min-width:1720px) {
    .featured-story__eyebrow {
        font-size: 20px
    }
}

@media(min-width:769px) {
    .featured-story__eyebrow {
        margin-bottom: 100px
    }
}

.featured-story__title {
    margin-bottom: 60px
}

@media(min-width:769px) {
    .featured-story__title {
        margin-bottom: 80px
    }
}

.featured-story__title>a {
    color: var(--black);
    text-decoration: none
}

.featured-story__image {
    border: 4px solid var(--black);
    display: block;
    margin-bottom: 80px;
    overflow: hidden
}

.featured-story__image img {
    mix-blend-mode: luminosity
}

.featured-story__excerpt {
    color: var(--dark-grey);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center
}

.featured-story__category {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

@media(min-width:1025px) {
    .featured-story__category {
        margin-bottom: 40px
    }
}

@media(hover:hover) {
    .featured-story__image:hover img {
        mix-blend-mode: normal
    }
}

.inline-post-category {
    align-items: center;
    color: var(--fern-green);
    -moz-column-gap: 7px;
    column-gap: 7px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    row-gap: 5px
}

@media(min-width:769px) {
    .inline-post-category {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.inline-post-category li {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .inline-post-category li {
        font-size: 10px
    }
}

@media only screen and (min-width:1720px) {
    .inline-post-category li {
        font-size: 10px
    }
}

@media(min-width:769px) {
    .inline-post-category li {
        font-family: "Inter", system-ui;
    font-optical-sizing: auto;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .inline-post-category li {
        font-size: 12px
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .inline-post-category li {
        font-size: 12px
    }
}

.inline-post-category a {
    color: var(--fern-green);
    text-decoration: none
}

.changemaker-guides {
    background-color: var(--light-grey);
    overflow: hidden
}

.changemaker-guides .container {
    padding-bottom: 80px;
    padding-top: 80px
}

@media(min-width:1025px) {
    .changemaker-guides .container {
        padding-bottom: 75px;
        padding-top: 75px
    }
}

.changemaker-guides .container:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .changemaker-guides .container:after {
        left: 44px;
        width: calc(100% - 88px)
    }
}

.changemaker-guides .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .changemaker-guides .container>* {
        grid-column: 1/13
    }
}

.changemaker-guides__heading {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    text-align: center
}

@media(min-width:1025px) {
    .changemaker-guides__heading {
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left
    }
}

@media(min-width:1600px) {
    .changemaker-guides__heading {
        align-items: center;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.changemaker-guides__heading svg {
    height: 80px;
    width: 80px
}

@media(min-width:1600px) {
    .changemaker-guides__heading svg {
        height: 120px;
        width: 120px
    }
}

.changemaker-guides__posts {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-direction: column;
    padding: 0 18px;
    position: relative
}

@media(min-width:769px) {
    .changemaker-guides__posts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 44px;
        row-gap: 40px
    }
}

@media(min-width:1025px) {
    .changemaker-guides__posts {
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}

.changemaker-guides__posts:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: none;
    height: 1px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .changemaker-guides__posts:after {
        display: block;
        left: 44px;
        width: calc(100% - 88px)
    }
}

.changemaker-guides__posts>:nth-child(2):after,
.changemaker-guides__posts>:nth-child(2):before {
    background-color: var(--black);
    content: "";
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    width: 1px
}

@media(min-width:769px) {

    .changemaker-guides__posts>:nth-child(2):after,
    .changemaker-guides__posts>:nth-child(2):before {
        height: calc(100% - 80px);
        top: 40px
    }
}

.changemaker-guides__posts>:nth-child(2):before {
    left: -20px
}

@media(min-width:1025px) {
    .changemaker-guides__posts>:nth-child(2):before {
        left: -40px
    }
}

.changemaker-guides__posts>:nth-child(2):after {
    right: -20px
}

@media(min-width:1025px) {
    .changemaker-guides__posts>:nth-child(2):after {
        right: -40px
    }
}

.adjacent-cta-blocks {
    padding: 40px 0
}

@media(min-width:1025px) {
    .adjacent-cta-blocks {
        padding: 80px 0
    }
}

.adjacent-cta-blocks .container {
    row-gap: 20px
}

@media(min-width:769px) {
    .adjacent-cta-blocks .container {
        row-gap: 40px
    }
}

.adjacent-cta-blocks .container:after {
    background-color: var(--black);
    bottom: -40px;
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .adjacent-cta-blocks .container:after {
        left: 44px;
        width: calc(100% - 88px)
    }
}

@media(min-width:1025px) {
    .adjacent-cta-blocks .container:after {
        bottom: -80px
    }
}

.adjacent-cta-blocks .container>* {
    grid-column: span 6
}

.post-cta-block {
    align-items: flex-start;
    background-color: var(--fern-green);
    color: var(--white);
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media(min-width:769px) {
    .post-cta-block {
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.post-cta-block__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: 1/4;
    grid-row: 1;
    height: 100%;
    justify-content: space-between;
    padding: 10px
}

@media(min-width:769px) {
    .post-cta-block__content {
        gap: 40px;
        grid-column: 1/5;
        padding: 40px
    }
}

.post-cta-block__eyebrow {
    display: none;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .post-cta-block__eyebrow {
        font-size: 12px
    }
}

@media only screen and (min-width:1720px) {
    .post-cta-block__eyebrow {
        font-size: 12px
    }
}

@media(min-width:769px) {
    .post-cta-block__eyebrow {
        display: block
    }
}

.post-cta-block__heading {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2
}

@media only screen and (min-width:320px) {
    .post-cta-block__heading {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .post-cta-block__heading {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .post-cta-block__heading {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: .01em
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .post-cta-block__heading {
        font-size: calc(25.25714px + .85714vw)
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .post-cta-block__heading {
        font-size: 40px
    }
}

.post-cta-block__image {
    background-color: var(--light-grey);
    grid-column: 4/7;
    grid-row: 1;
    height: 0;
    margin: 10px 0 10px -10px;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

@media(min-width:769px) {
    .post-cta-block__image {
        grid-column: 5/7;
        margin: 40px 0 40px -40px
    }
}

.post-cta-block__image .lazy-container,
.post-cta-block__image .lazy-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.post-cta-block__image img {
    mix-blend-mode: luminosity
}

@media(hover:hover) {
    .post-cta-block__image:hover img {
        mix-blend-mode: normal
    }
}

.search-field {
    align-items: center;
    display: flex;
    height: 30px
}

@media(min-width:1025px) {
    .search-field {
        border-right: 1px solid var(--black)
    }
}

.search-field [type=search],
.search-field [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none
}

.search-field [type=search] {
    color: var(--black);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    padding-right: 10px;
    text-transform: uppercase;
    width: calc(100% - 32px)
}

@media only screen and (min-width:320px) {
    .search-field [type=search] {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .search-field [type=search] {
        font-size: 16px
    }
}

@media(min-width:1025px) {
    .search-field [type=search] {
        width: calc(100% - 64px)
    }
}

.search-field [type=search]::-moz-placeholder {
    color: var(--black)
}

.search-field [type=search]::placeholder {
    color: var(--black)
}

.search-field [type=search]::-webkit-search-cancel-button,
.search-field [type=search]::-webkit-search-decoration,
.search-field [type=search]::-webkit-search-results-button,
.search-field [type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.search-field [type=search]:-webkit-autofill,
.search-field [type=search]:-webkit-autofill:active,
.search-field [type=search]:-webkit-autofill:focus,
.search-field [type=search]:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 60px #f9f0e3 !important
}

.search-field [type=submit] {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718.707%27 height=%2718.707%27%3E%3Cg fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 data-name=%27Group 747%27%3E%3Cg data-name=%27Ellipse 76%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%278%27 stroke=%27none%27/%3E%3Ccircle cx=%278%27 cy=%278%27 r=%277%27/%3E%3C/g%3E%3Cpath d=%27m13 13 5 5%27 data-name=%27Line 536%27/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    flex-shrink: 0;
    height: 15px;
    text-indent: -99999px;
    width: 30px
}

@media(min-width:1025px) {
    .search-field [type=submit] {
        background-size: 18px;
        height: 30px;
        width: 30px
    }
}

@media(hover:hover) {

    .search-field [type=search]:focus::-webkit-search-cancel-button,
    .search-field [type=search]:hover::-webkit-search-cancel-button {
        display: none
    }
}

.category-blocks {
    background-color: var(--white);
    border-bottom: 1px solid var(--black);
    border-top: 1px solid var(--black)
}

.category-blocks .container {
    padding-bottom: 40px;
    padding-top: 40px
}

@media(min-width:1025px) {
    .category-blocks .container {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.category-blocks .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .category-blocks .container>* {
        grid-column: 1/13
    }
}

.category-blocks .container:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .category-blocks .container:after {
        left: 44px;
        width: calc(100% - 88px)
    }
}

.category-blocks__heading {
    color: var(--fern-green);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .category-blocks__heading {
        font-size: calc(10.17143px + .57143vw)
    }
}

@media only screen and (min-width:1720px) {
    .category-blocks__heading {
        font-size: 20px
    }
}

.category-blocks__categories {
    display: grid;
    grid-template-columns: 1fr
}

@media(min-width:1025px) {
    .category-blocks__categories {
        grid-template-columns: repeat(2, 1fr)
    }
}

.category-block {
    color: var(--fern-green);
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 20px 18px;
    position: relative;
    text-decoration: none;
    z-index: 0
}

@media(min-width:769px) {
    .category-block {
        -moz-column-gap: 40px;
        column-gap: 40px;
        padding: 40px 44px
    }
}

.category-block:after {
    background-color: var(--black);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .category-block:after {
        left: 44px;
        width: calc(100% - 84px)
    }
}

@media(min-width:1025px) {
    .category-block:after {
        left: 0;
        width: calc(100% - 44px)
    }
}

.category-block:nth-child(odd):before {
    background-color: var(--black);
    content: "";
    display: none;
    height: calc(100% - 88px);
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px
}

@media(min-width:1025px) {
    .category-block:nth-child(odd):before {
        display: block
    }
}

.category-block:nth-child(odd):after {
    left: 18px
}

@media(min-width:769px) {
    .category-block:nth-child(odd):after {
        left: 44px
    }
}

.category-block>:first-child {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: span 3;
    height: 100%;
    justify-content: space-between
}

@media(min-width:1600px) {
    .category-block>:first-child {
        grid-column: span 4
    }
}

.category-block__image {
    display: block;
    grid-column: span 3;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

@media(min-width:1600px) {
    .category-block__image {
        grid-column: span 2
    }
}

.category-block__image .lazy-container {
    background-color: var(--pink)
}

.category-block__image .lazy-container,
.category-block__image .lazy-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.category-block__image img {
    mix-blend-mode: multiply
}

.category-block__count {
    align-items: baseline;
    color: var(--fern-green);
    display: inline-flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    gap: 8px;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .category-block__count {
        font-size: calc(11.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .category-block__count {
        font-size: 14px
    }
}

.category-block__count svg {
    height: 9px;
    width: 6px
}

@media(min-width:1025px) {
    .category-block__count svg {
        height: 10px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 7px
    }
}

.category-block__count>span {
    background-color: var(--white);
    display: block;
    position: relative;
    transform: translateX(0);
    transition: transform 65ms linear;
    z-index: 1
}

.category-block__name {
    color: var(--black)
}

@media(hover:hover) {

    .category-block:focus img,
    .category-block:hover img {
        mix-blend-mode: normal
    }

    .category-block:focus .category-block__count>span,
    .category-block:hover .category-block__count>span {
        transform: translateX(17px)
    }
}

.guide-post-item {
    border-bottom: 1px solid var(--black);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    row-gap: 20px
}

@media(min-width:769px) {
    .guide-post-item {
        border-bottom: 0;
        padding: 40px 0
    }
}

@media(min-width:1025px) {
    .guide-post-item {
        row-gap: 40px
    }
}

.guide-post-item>:first-child {
    display: flex;
    flex-direction: column;
    row-gap: 40px
}

@media(min-width:769px) {
    .guide-post-item>:first-child {
        row-gap: 80px
    }
}

.guide-post-item__number {
    color: var(--light-grey);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 60px;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--fern-green)
}

@media only screen and (min-width:320px) {
    .guide-post-item__number {
        font-size: calc(55.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1720px) {
    .guide-post-item__number {
        font-size: 80px
    }
}

.guide-post-item__title>a {
    color: var(--black);
    text-decoration: none
}

.guide-post-item__categories {
    margin-bottom: 20px
}

@media(min-width:530px) {
    .guide-post-item__categories {
        margin-bottom: 30px
    }
}

@media(min-width:1025px) {
    .guide-post-item__categories {
        margin-bottom: 40px
    }
}

.guide-post-item__image {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.guide-post-item__image .lazy-container,
.guide-post-item__image .lazy-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.guide-post-item__image img {
    mix-blend-mode: luminosity
}

.guide-post-item__cta {
    background-color: var(--fern-green);
    bottom: 10px;
    left: 10px;
    position: absolute
}

@media(min-width:769px) {
    .guide-post-item__cta {
        background-color: inherit;
        bottom: 20px;
        left: 20px
    }
}

@media(hover:hover) {

    .guide-post-item:focus img,
    .guide-post-item:hover img {
        mix-blend-mode: normal
    }

    .guide-post-item:focus .btn,
    .guide-post-item:hover .btn {
        background-color: var(--fern-green)
    }
}

.trending-articles {
    border-top: 4px solid var(--black);
    padding-bottom: 80px
}

.trending-articles .container {
    padding-bottom: 80px;
    padding-top: 80px
}

.trending-articles .container>* {
    grid-column: 1/7;
    text-align: center
}

@media(min-width:1025px) {
    .trending-articles .container>* {
        grid-column: 1/13
    }
}

.trending-articles__carousel {
    overflow-x: clip;
    position: relative
}

@media(min-width:1025px) {
    .trending-articles__carousel {
        padding-top: 40px
    }
}

.trending-articles__carousel:before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 1px;
    left: 44px;
    position: absolute;
    top: 0;
    width: calc(100% - 88px)
}

@media(min-width:1025px) {
    .trending-articles__carousel:before {
        display: block
    }
}

.trending-articles__carousel .post-grid-item>div {
    height: 100%
}

@media(min-width:1025px) {
    .trending-articles__carousel .post-grid-item>div {
        height: auto
    }
}

.trending-articles__carousel .post-grid-item__image {
    background-color: var(--light-grey)
}

.trending-articles__carousel .post-grid-item__category {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
    order: 3
}

@media(min-width:769px) {
    .trending-articles__carousel .post-grid-item__category {
        height: auto;
        margin-bottom: 40px;
        order: none
    }
}

.changemaker-articles {
    background-color: var(--white);
    border-top: 4px solid var(--black)
}

.changemaker-articles:nth-child(3) {
    padding: 0
}

@media(min-width:1025px) {
    .changemaker-articles:nth-child(3) {
        padding: 0 44px
    }
}

.changemaker-articles .container {
    padding-bottom: 40px;
    padding-top: 40px
}

@media(min-width:1025px) {
    .changemaker-articles .container {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.changemaker-articles .container.post-container>* {
    text-align: center
}

.changemaker-articles .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .changemaker-articles .container>* {
        grid-column: 1/13
    }
}

.changemaker-articles .posts-grid__posts {
    border-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

@media(min-width:769px) {
    .changemaker-articles .posts-grid__posts {
        padding-bottom: 80px;
        padding-top: 40px
    }
}

.changemaker-articles .post-grid-item {
    border-bottom: 1px solid var(--black);
    padding-bottom: 20px
}

@media(min-width:769px) {
    .changemaker-articles .post-grid-item {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.changemaker-articles .post-grid-item__title {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    margin-bottom: 15px
}

@media only screen and (min-width:320px) {
    .changemaker-articles .post-grid-item__title {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .changemaker-articles .post-grid-item__title {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .changemaker-articles .post-grid-item__title {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: .01em;
        line-height: 1.2;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .changemaker-articles .post-grid-item__title {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .changemaker-articles .post-grid-item__title {
        font-size: 30px
    }
}

.changemaker-articles__heading {
    padding: 40px 0
}

@media(min-width:769px) {
    .changemaker-articles__heading {
        padding: 0
    }
}

.newsletter-block {
    background-color: var(--lime-green);
    overflow: hidden
}

.newsletter-block>div {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.newsletter-block>div:first-of-type {
    flex-direction: column
}

@media(min-width:1025px) {
    .newsletter-block>div:first-of-type {
        flex-direction: row
    }
}

.newsletter-block>div:first-of-type>* {
    flex: 1;
    padding: 20px
}

@media(min-width:769px) {
    .newsletter-block>div:first-of-type>* {
        padding: 40px
    }
}

.newsletter-block>div:first-of-type>:nth-of-type(2) {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    position: relative
}

.newsletter-block>div:first-of-type>:nth-of-type(2):before {
    background-color: var(--black);
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    top: 0;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .newsletter-block>div:first-of-type>:nth-of-type(2):before {
        left: 44px;
        width: calc(100% - 88px)
    }
}

@media(min-width:1025px) {
    .newsletter-block>div:first-of-type>:nth-of-type(2):before {
        height: calc(100% - 80px);
        left: 0;
        top: 40px;
        width: 1px
    }
}

@media(min-width:769px) {
    .newsletter-block .newsletter-form {
        padding-right: 100px
    }
}

.newsletter-block__heading {
    margin-bottom: 60px
}

@media(min-width:769px) {
    .newsletter-block__heading {
        margin-bottom: 0
    }
}

.newsletter-block__lede {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.015em;
    line-height: 1.2;
    margin-bottom: 80px
}

@media only screen and (min-width:320px) {
    .newsletter-block__lede {
        font-size: calc(16.62857px + .42857vw)
    }
}

@media only screen and (min-width:1720px) {
    .newsletter-block__lede {
        font-size: 24px
    }
}

@media(min-width:769px) {
    .newsletter-block__lede {
        font-size: 28px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .newsletter-block__lede {
        font-size: calc(25.25714px + .85714vw)
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .newsletter-block__lede {
        font-size: 40px
    }
}

.newsletter-block__logos {
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 18px 80px;
    position: relative;
    row-gap: 40px;
    width: 100%
}

@media(min-width:769px) {
    .newsletter-block__logos {
        padding: 20px 40px 80px
    }
}

.newsletter-block__logos:before {
    background-color: var(--black);
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    top: 0;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .newsletter-block__logos:before {
        left: 40px;
        width: calc(100% - 80px)
    }
}

.newsletter-block__logos>span {
    display: block
}

.newsletter-block__logos ul {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    width: 100%
}

@media(min-width:769px) {
    .newsletter-block__logos ul {
        display: flex;
        gap: 80px
    }
}

.newsletter-block__logos li {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 100px;
    max-width: 220px;
    width: 100%
}

.newsletter-form form>div {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%
}

@media(min-width:769px) {
    .newsletter-form form>div {
        flex-direction: row
    }
}

.newsletter-form form>div [type=email],
.newsletter-form form>div [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.newsletter-form form>div [type=email] {
    border: 1px solid var(--black);
    border-radius: 8px;
    color: var(--black);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    padding: 5px 8px 2px;
    width: 100%
}

@media only screen and (min-width:320px) {
    .newsletter-form form>div [type=email] {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .newsletter-form form>div [type=email] {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .newsletter-form form>div [type=email] {
        padding: 5px 15px 2px
    }
}

.newsletter-form form>div [type=submit] {
    flex-shrink: 0;
    margin-left: 6px;
    width: -moz-fit-content;
    width: fit-content
}

@media(hover:hover) {

    .newsletter-form [type=submit]:focus,
    .newsletter-form [type=submit]:hover {
        margin-left: 0
    }
}

.drag-cursor {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: none;
    height: 100%;
    left: 0;
    max-height: 70px;
    max-width: 70px;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: max-width .65s ease, max-height .65s ease;
    width: 100%;
    z-index: 5
}

.drag-cursor.is-active {
    max-height: 100px;
    max-width: 100px;
    transition: max-width .2s ease, max-height .2s ease
}

.drag-cursor svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:1024px) {

    .drag-cursor,
    .drag-cursor.is-active {
        display: none !important
    }
}

.related-posts {
    background-color: var(--light-grey);
    border-top: 1px solid var(--black);
    padding: 60px 0
}

@media(min-width:1025px) {
    .related-posts {
        padding: 40px 0
    }
}

.related-posts .container {
    margin-bottom: 60px
}

.related-posts .container>* {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-column: 1/7;
    justify-content: center;
    row-gap: 20px
}

@media(min-width:1025px) {
    .related-posts .container>* {
        align-items: flex-start;
        flex-direction: row;
        grid-column: 1/13;
        justify-content: space-between
    }
}

.related-posts+.newsletter-block {
    border-top: 1px solid var(--black)
}

.related-posts__tabs {
    overflow: hidden
}

@media(min-width:769px) {
    .related-posts__tabs {
        margin: 0 44px
    }
}

.related-posts__tabs .tab:first-of-type {
    margin-left: 18px
}

@media(min-width:769px) {
    .related-posts__tabs .tab:first-of-type {
        margin-left: 0
    }
}

.related-posts__tabs .tab:before {
    background-color: var(--black);
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    top: 23px;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .related-posts__tabs .tab:before {
        display: none
    }
}

.related-posts__tabs .tab__content {
    padding-left: 18px;
    padding-right: 18px
}

@media(min-width:769px) {
    .related-posts__tabs .tab__content {
        padding-left: 0;
        padding-right: 0
    }
}

.tabs {
    clear: both;
    opacity: 0;
    position: relative
}

.tab {
    float: left;
    height: 24px
}

@media(min-width:769px) {
    .tab {
        height: 40px
    }
}

.tab:not(:last-of-type) label {
    margin-right: 20px
}

@media(min-width:769px) {
    .tab:not(:last-of-type) label {
        margin-right: 40px
    }
}

.tab label {
    color: var(--mid-grey);
    cursor: pointer;
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
    top: 0
}

@media only screen and (min-width:320px) {
    .tab label {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .tab label {
        font-size: 16px
    }
}

.tab label:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: none;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(min-width:769px) {
    .tab label:after {
        height: 4px
    }
}

.tab [type=radio] {
    display: none
}

.tab__content {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-y: hidden;
    padding-top: 40px;
    position: absolute;
    right: 0;
    top: 24px;
    transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tab__content::-webkit-scrollbar {
    display: none
}

@media(min-width:769px) {
    .tab__content {
        border-top: 1px solid var(--black);
        top: 40px
    }
}

.tab__content.is-grid {
    display: grid;
    overflow: hidden
}

.tab__content.is-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll
}

.tab__content--posts-grid {
    gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media(min-width:769px) {
    .tab__content--posts-grid {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(min-width:1025px) {
    .tab__content--posts-grid {
        gap: 80px
    }
}

.tab__content--posts-grid .lazy-container {
    background-color: var(--light-grey)
}

.tab__content .post-grid-item {
    flex-shrink: 0;
    justify-content: flex-start;
    width: calc(100vw - 88px)
}

@media(min-width:769px) {
    .tab__content .post-grid-item {
        flex-shrink: unset;
        width: auto
    }
}

.tab [type=radio]:checked~label {
    color: var(--black);
    z-index: 2
}

.tab [type=radio]:checked~label:after {
    display: block
}

.tab [type=radio]:hover~label {
    color: var(--black)
}

.tab [type=radio]:checked~label~.tab__content {
    opacity: 1;
    z-index: 1
}

.cta-grid-block {
    align-items: flex-start;
    border-top: 1px solid var(--dark-grey);
    color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    text-decoration: none
}

.cta-grid-block:not(.cta-grid-block--link) {
    cursor: text
}

@media(min-width:769px) {
    .cta-grid-block {
        padding-top: 40px
    }
}

.cta-grid-block:not(.cta-grid-block__subheading):before {
    background-color: var(--black);
    content: "";
    display: block;
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -2px;
    width: 100%
}

.cta-grid-block__heading {
    align-items: baseline;
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

@media(min-width:769px) {
    .cta-grid-block__heading {
        gap: 20px;
        margin-bottom: 30px
    }
}

.cta-grid-block__heading h5 {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .cta-grid-block__heading h5 {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .cta-grid-block__heading h5 {
        font-size: 22px
    }
}

.cta-grid-block__lede {
    color: var(--dark-grey);
    margin-bottom: 40px
}

@media(hover:hover) {
    .cta-grid-block--link {
        cursor: pointer
    }

    .cta-grid-block--link:focus:before,
    .cta-grid-block--link:hover:before {
        opacity: 1
    }

    .cta-grid-block--link:focus .btn,
    .cta-grid-block--link:hover .btn {
        background-color: var(--fern-green);
        border-color: var(--fern-green);
        color: var(--white)
    }

    .cta-grid-block--link:focus .btn svg path,
    .cta-grid-block--link:hover .btn svg path {
        fill: var(--white)
    }
}

.navigation-panel {
    align-items: flex-start;
    background-color: var(--light-grey);
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    max-width: 668px;
    min-height: 100dvh;
    overflow-y: auto;
    padding: 80px 20px 20px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .65s cubic-bezier(.17, .84, .44, 1);
    width: 100%;
    z-index: 6
}

@media(min-width:769px) {
    .navigation-panel {
        padding: 95px 20px 20px
    }
}

@media(min-width:1025px) {
    .navigation-panel {
        background-color: var(--fern-green);
        gap: 80px;
        min-height: 100vh;
        padding: 95px 40px 40px
    }
}

.navigation-panel.is-active {
    overscroll-behavior: contain;
    transform: translateX(0)
}

.navigation-panel>div {
    width: 100%
}

.navigation-panel ul {
    list-style: none;
    padding-left: 0
}

.navigation-panel a {
    text-decoration: none
}

.navigation-panel a:not(.btn) {
    color: var(--black)
}

@media(min-width:1025px) {
    .navigation-panel a:not(.btn) {
        color: var(--white)
    }
}

.navigation-panel__eyebrow {
    color: var(--black);
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    left: 20px;
    letter-spacing: .1em;
    position: absolute;
    text-transform: uppercase;
    top: 35px
}

@media only screen and (min-width:320px) {
    .navigation-panel__eyebrow {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .navigation-panel__eyebrow {
        font-size: 16px
    }
}

@media(min-width:1025px) {
    .navigation-panel__eyebrow {
        color: var(--white);
        left: 40px
    }
}

.navigation-panel__primary {
    align-items: flex-start;
    border-bottom: 1px solid var(--light-grey);
    display: flex;
    flex-direction: column;
    margin-bottom: 120px
}

@media(min-width:1025px) {
    .navigation-panel__primary {
        border-bottom-color: var(--black);
        margin-bottom: 40px
    }
}

.navigation-panel__primary>li {
    border-top: 1px solid var(--light-grey);
    width: 100%
}

@media(min-width:1025px) {
    .navigation-panel__primary>li {
        border-top-color: var(--black)
    }
}

.navigation-panel__primary>li>a {
    align-items: center;
    color: var(--black);
    display: flex;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    gap: 40px;
    justify-content: space-between;
    letter-spacing: .01em;
    line-height: 1.2;
    padding: 20px 0;
    position: relative;
    transition: color .1s linear
}

@media only screen and (min-width:320px) {
    .navigation-panel__primary>li>a {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .navigation-panel__primary>li>a {
        font-size: 30px
    }
}

@media(min-width:1025px) {
    .navigation-panel__primary>li>a {
        color: var(--white);
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: .005em;
        line-height: 1.1;
        padding: 23px 0 40px
    }
}

@media only screen and (min-width:1025px)and (min-width:320px) {
    .navigation-panel__primary>li>a {
        font-size: calc(25.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1025px)and (min-width:1720px) {
    .navigation-panel__primary>li>a {
        font-size: 50px
    }
}

.navigation-panel__primary>li>a:before {
    background-color: var(--light-grey);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    max-height: 0;
    position: absolute;
    top: 0;
    transition: max-height .1s linear;
    width: 100%
}

@media(min-width:1025px) {
    .navigation-panel__primary>li>a:before {
        background-color: var(--black)
    }
}

.navigation-panel__primary>li>a svg {
    display: block;
    height: 8px;
    transition: transform .2s linear;
    width: 12px
}

@media(min-width:1025px) {
    .navigation-panel__primary>li>a svg {
        display: none
    }
}

.navigation-panel__primary>li>a.is-open svg {
    transform: rotate(180deg)
}

.navigation-panel__primary>li>a.is-open+div {
    max-height: 30em
}

.navigation-panel__primary>li>div {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .65s var(--slide-transition)
}

@media(min-width:1025px) {
    .navigation-panel__primary>li>div {
        display: none
    }
}

.navigation-panel__primary>li>div>ul {
    border-left: 1px solid var(--light-grey);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    padding-left: 20px
}

.navigation-panel__primary>li>div .btn {
    display: inline-flex;
    margin-bottom: 40px
}

@media(min-width:1025px) {
    .navigation-panel__primary>li>div .btn {
        display: none
    }
}

.navigation-panel__secondary {
    align-items: flex-start;
    border-top: 1px solid var(--black);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px
}

@media(min-width:1025px) {
    .navigation-panel__secondary {
        border-top: 0;
        gap: 8px;
        padding-top: 0
    }
}

.navigation-panel__social a {
    background-color: rgba(0, 0, 0, .2)
}

.navigation-panel__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border: 1px solid var(--light-grey);
    color: var(--black);
    outline: none;
    position: absolute;
    right: 20px;
    top: 24px
}

@media(min-width:1025px) {
    .navigation-panel__close {
        background-color: rgba(0, 0, 0, .2);
        border: 0;
        color: var(--white);
        right: 40px
    }
}

.navigation-panel__close svg line {
    stroke: var(--black)
}

@media(min-width:1025px) {
    .navigation-panel__close svg line {
        stroke: var(--white)
    }
}

@media(hover:hover) {

    .navigation-panel__primary a:focus,
    .navigation-panel__primary a:hover {
        color: var(--black)
    }

    .navigation-panel__primary a:focus:before,
    .navigation-panel__primary a:hover:before {
        max-height: 3px
    }

    .navigation-panel__secondary a:focus,
    .navigation-panel__secondary a:hover {
        color: var(--black)
    }
}

.site-overlay {
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100%;
    top: 0;
    transition: all .55s var(--slide-transition);
    z-index: 5
}

.mega-menu,
.site-overlay {
    left: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%
}

.mega-menu {
    background-color: var(--light-grey);
    border-bottom: 4px solid var(--black);
    top: 93px;
    transform: translateY(4px);
    transition: opacity .1s, visibility .1s, transform .15s;
    z-index: 6
}

.mega-menu.is-active {
    transform: translateY(0)
}

.mega-menu.is-active,
.mega-menu.is-active+div {
    opacity: 1;
    visibility: visible
}

.mega-menu__container {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: none;
    grid-template-columns: repeat(12, 1fr);
    padding: 20px 44px
}

.mega-menu__container.is-active {
    display: grid
}

.mega-menu__container>:first-of-type {
    grid-column: span 4;
    padding: 20px 0
}

.mega-menu__container>:nth-of-type(2) {
    grid-column: span 8
}

.mega-menu__heading {
    margin-bottom: 30px
}

.mega-menu__items {
    align-items: stretch;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding-left: 0;
    position: relative
}

.mega-menu__items:after,
.mega-menu__items:before {
    background-color: var(--dark-grey);
    content: "";
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    width: 1px
}

.mega-menu__items:before {
    left: 0
}

.mega-menu__items:after {
    left: calc(50% + 20px)
}

.mega-menu__items a {
    display: block;
    height: 100%;
    padding: 20px 40px;
    position: relative;
    text-decoration: none;
    z-index: 1
}

.mega-menu__items a:before {
    background-color: var(--fern-green);
    content: "";
    display: none;
    height: calc(100% - 40px);
    left: -1px;
    position: absolute;
    top: 20px;
    width: 3px
}

.mega-menu__items a>span {
    display: block
}

.mega-menu__items a>span:first-of-type {
    color: var(--black);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    letter-spacing: .03em;
    margin-bottom: 5px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .mega-menu__items a>span:first-of-type {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .mega-menu__items a>span:first-of-type {
        font-size: 22px
    }
}

.mega-menu__items a>span:nth-of-type(2) {
    color: var(--dark-grey);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em
}

@media only screen and (min-width:320px) {
    .mega-menu__items a>span:nth-of-type(2) {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .mega-menu__items a>span:nth-of-type(2) {
        font-size: 16px
    }
}

.mega-menu__overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    cursor: pointer;
    height: calc(100% - 96px);
    left: 0;
    opacity: 0;
    position: fixed;
    transition: all .1s;
    visibility: hidden;
    width: 100%;
    z-index: 3
}

@media(hover:hover) {

    .mega-menu__items a:focus:before,
    .mega-menu__items a:hover:before {
        display: block
    }
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 0 0 20px
}

@media only screen and (min-width:320px) {

    .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3 {
        font-size: calc(25.25714px + .85714vw)
    }
}

@media only screen and (min-width:1720px) {

    .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3 {
        font-size: 40px
    }
}

@media(min-width:1025px) {

    .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3 {
        margin: 0 0 30px
    }
}

.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2;
    margin: 0 0 20px
}

@media only screen and (min-width:320px) {

    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
        font-size: calc(27.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {

    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
        font-size: 30px
    }
}

@media(min-width:1025px) {

    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
        margin: 0 0 30px
    }
}

.wysiwyg ol,
.wysiwyg p,
.wysiwyg ul {
    margin: 0 0 25px
}

.wysiwyg ol a,
.wysiwyg p a,
.wysiwyg ul a {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: var(--fern-green);
    text-decoration: none
}

.wysiwyg ol b,
.wysiwyg ol strong,
.wysiwyg p b,
.wysiwyg p strong,
.wysiwyg ul b,
.wysiwyg ul strong {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-weight: 700
}

.wysiwyg ol,
.wysiwyg ul {
    padding-left: 18px
}

.wysiwyg ol>li,
.wysiwyg ul>li {
    padding-left: 5px
}

@media(min-width:1025px) {

    .wysiwyg ol>li,
    .wysiwyg ul>li {
        padding-left: 10px
    }
}

.wysiwyg ul {
    list-style: disc outside
}

.adjacent-columns {
    padding: 40px 0 120px
}

.adjacent-columns .container>* {
    grid-column: span 6
}

.centered-heading {
    padding: 60px 0;
    text-align: center
}

@media(min-width:1025px) {
    .centered-heading {
        padding: 100px 0
    }
}

.centered-heading .container {
    align-items: center
}

.centered-heading .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .centered-heading .container>* {
        grid-column: 2/12
    }
}

.contact-form-block .container {
    padding-bottom: 40px;
    padding-top: 20px
}

@media(min-width:1025px) {
    .contact-form-block .container {
        padding-bottom: 120px;
        padding-top: 40px
    }
}

.contact-form-block .container:before {
    background-color: var(--black);
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    top: 0;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .contact-form-block .container:before {
        left: 44px;
        width: calc(100% - 88px)
    }
}

.contact-form-block .container>:first-of-type {
    grid-column: 1/7
}

.contact-form-block .container>:nth-of-type(2) {
    grid-column: 1/7;
    position: relative
}

@media(min-width:1025px) {
    .contact-form-block .container>:nth-of-type(2) {
        grid-column: 8/13
    }
}

.contact-form-block .container>:nth-of-type(2):before {
    background-color: var(--black);
    content: "";
    height: 100%;
    left: -40px;
    position: absolute;
    top: 0;
    width: 1px
}

.contact-form-block__heading {
    margin-bottom: 20px
}

.sticky-sidebar-block {
    padding: 60px 0
}

@media(min-width:1025px) {
    .sticky-sidebar-block {
        padding: 40px 0 120px
    }
}

.sticky-sidebar-block .container>:first-of-type {
    grid-column: 1/7;
    margin-bottom: 60px;
    text-align: center
}

@media(min-width:1025px) {
    .sticky-sidebar-block .container>:first-of-type {
        grid-column: span 4;
        margin-bottom: 0;
        text-align: left
    }
}

.sticky-sidebar-block .container>:nth-of-type(2) {
    border-top: 1px solid var(--black);
    grid-column: 1/7;
    padding-top: 20px;
    position: relative
}

@media(min-width:1025px) {
    .sticky-sidebar-block .container>:nth-of-type(2) {
        border-top: 0;
        grid-column: span 8;
        padding-left: 40px;
        padding-top: 0
    }
}

.sticky-sidebar-block .container>:nth-of-type(2):before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

@media(min-width:1025px) {
    .sticky-sidebar-block .container>:nth-of-type(2):before {
        display: block
    }

    .sticky-sidebar-block__sidebar {
        position: sticky;
        top: 40px
    }
}

.popup {
    background-color: var(--lime-green);
    border: 1px solid var(--black);
    bottom: 20px;
    max-width: 660px;
    padding: 20px;
    pointer-events: none;
    position: fixed;
    right: 20px;
    transform: translateX(calc(100% + 20px));
    transition: transform .65s var(--slide-transition);
    width: calc(100% - 40px);
    z-index: 12
}

@media(min-width:769px) {
    .popup {
        padding: 40px
    }
}

.popup.is-active {
    pointer-events: all;
    transform: translateX(0)
}

.popup--cookie .popup__heading+p {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 18px
}

@media only screen and (min-width:320px) {
    .popup--cookie .popup__heading+p {
        font-size: calc(11.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .popup--cookie .popup__heading+p {
        font-size: 14px
    }
}

@media(min-width:530px) {
    .popup--cookie .popup__heading+p {
        font-size: 14px;
        letter-spacing: .01em
    }
}

@media only screen and (min-width:530px)and (min-width:320px) {
    .popup--cookie .popup__heading+p {
        font-size: 14px
    }
}

@media only screen and (min-width:530px)and (min-width:1720px) {
    .popup--cookie .popup__heading+p {
        font-size: 14px
    }
}

@media(min-width:680px) {
    .popup--cookie .popup__heading+p {
        font-size: 14px
    }
}

@media only screen and (min-width:680px)and (min-width:320px) {
    .popup--cookie .popup__heading+p {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:680px)and (min-width:1720px) {
    .popup--cookie .popup__heading+p {
        font-size: 16px
    }
}

@media(min-width:769px) {
    .popup--cookie .popup__heading+p {
        margin-bottom: 32px
    }
}

.popup--newsletter .popup__heading+p {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 18px
}

@media only screen and (min-width:320px) {
    .popup--newsletter .popup__heading+p {
        font-size: calc(13.54286px + .14286vw)
    }
}

@media only screen and (min-width:1720px) {
    .popup--newsletter .popup__heading+p {
        font-size: 16px
    }
}

@media(min-width:769px) {
    .popup--newsletter .popup__heading+p {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .01em;
        line-height: 1.5;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .popup--newsletter .popup__heading+p {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .popup--newsletter .popup__heading+p {
        font-size: 22px
    }
}

.popup__heading {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px
}

@media(min-width:769px) {
    .popup__heading {
        margin-bottom: 35px;
        padding-bottom: 35px
    }
}

.popup__heading+p a {
    border-bottom: 1px solid;
    color: rgba(0, 0, 0, .5);
    text-decoration: none
}

.popup__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 30px
}

@media(min-width:769px) {
    .popup__close {
        height: 40px;
        right: 40px;
        top: 32px;
        width: 40px
    }
}

.popup__close svg {
    height: 100%;
    width: 100%
}

@media(hover:hover) {

    .popup p a:focus,
    .popup p a:hover {
        color: var(--black)
    }

    .popup__close:focus svg g:first-child,
    .popup__close:hover svg g:first-child {
        fill: var(--black)
    }

    .popup__close:focus svg line,
    .popup__close:hover svg line {
        stroke: var(--white)
    }
}

.intro-block {
    padding: 20px 0 80px;
    position: relative;
    z-index: 2
}

@media(min-width:769px) {
    .intro-block {
        padding: 40px 0 80px
    }
}

@media(min-width:1025px) {
    .intro-block {
        padding: 80px 0
    }
}

.intro-block:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .intro-block:after {
        left: 44px;
        width: calc(100% - 88px)
    }
}

.intro-block .container {
    position: relative
}

.intro-block .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .intro-block .container>* {
        grid-column: span 6
    }
}

.intro-block .h5 {
    display: block;
    margin: 0 0 20px
}

.intro-block--search {
    padding: 40px 0
}

@media(min-width:769px) {
    .intro-block--search {
        padding: 40px 0 80px
    }
}

.intro-block__title {
    border-bottom: 1px solid var(--black);
    margin-bottom: 20px;
    padding-bottom: 80px
}

@media(min-width:769px) {
    .intro-block__title {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media(min-width:1025px) {
    .intro-block__title {
        margin-bottom: 0
    }
}

.intro-block__title>.h2 {
    display: inline
}

.intro-block__title>span {
    color: var(--fern-green);
    vertical-align: top
}

.intro-block__lede {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em
}

@media only screen and (min-width:320px) {
    .intro-block__lede {
        font-size: calc(17.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .intro-block__lede {
        font-size: 22px
    }
}

@media(min-width:769px) {
    .intro-block__lede {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: .01em;
        line-height: 1.1
    }
}

@media only screen and (min-width:769px)and (min-width:320px) {
    .intro-block__lede {
        font-size: calc(25.25714px + .85714vw)
    }
}

@media only screen and (min-width:769px)and (min-width:1720px) {
    .intro-block__lede {
        font-size: 40px
    }
}

body.academy-index .intro-block>.container:after,
body.academy-index .intro-block>.container:before,
body.category .intro-block>.container:after,
body.category .intro-block>.container:before,
body.search .intro-block>.container:after,
body.search .intro-block>.container:before {
    background-color: var(--light-grey);
    bottom: -154px;
    content: "";
    display: none;
    height: 73px;
    position: absolute;
    width: 44px;
    z-index: 2
}

@media(min-width:1025px) {

    body.academy-index .intro-block>.container:after,
    body.academy-index .intro-block>.container:before,
    body.category .intro-block>.container:after,
    body.category .intro-block>.container:before,
    body.search .intro-block>.container:after,
    body.search .intro-block>.container:before {
        display: block
    }
}

body.academy-index .intro-block>.container:before,
body.category .intro-block>.container:before,
body.search .intro-block>.container:before {
    left: 0
}

body.academy-index .intro-block>.container:after,
body.category .intro-block>.container:after,
body.search .intro-block>.container:after {
    right: 0
}

.search-panel {
    background-color: var(--light-grey);
    border-bottom: 4px solid var(--black);
    left: 0;
    padding: 0 18px;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform .65s cubic-bezier(.17, .84, .44, 1);
    width: 100%;
    z-index: 10
}

@media(min-width:769px) {
    .search-panel {
        padding: 0 44px
    }
}

.search-panel.is-open {
    pointer-events: all;
    transform: translateY(0)
}

.search-panel.is-open+.site-overlay {
    opacity: 1;
    visibility: visible
}

.search-panel .container {
    padding: 0;
    row-gap: 20px
}

.search-panel .container>:first-of-type {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .search-panel .container>:first-of-type {
        grid-column: 1/9
    }
}

.search-panel .container>:nth-of-type(2) {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .search-panel .container>:nth-of-type(2) {
        grid-column: 9/13
    }
}

.search-panel__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    position: relative
}

@media(min-width:769px) {
    .search-panel__header {
        padding: 25px 0
    }
}

.search-panel__header:after {
    background-color: var(--black);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.search-panel__eyebrow {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .search-panel__eyebrow {
        font-size: calc(11.08571px + .28571vw)
    }
}

@media only screen and (min-width:1720px) {
    .search-panel__eyebrow {
        font-size: 16px
    }
}

.search-panel__content {
    padding: 20px 0 40px
}

@media(min-width:1025px) {
    .search-panel__content {
        padding: 40px 0
    }
}

.search-panel__sidebar {
    border-top: 1px solid var(--black);
    padding-top: 40px;
    position: relative
}

@media(min-width:1025px) {
    .search-panel__sidebar {
        border-top: 0;
        padding-top: 0
    }
}

.search-panel__sidebar:before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 100%;
    left: -40px;
    position: absolute;
    top: 0;
    width: 1px
}

@media(min-width:1025px) {
    .search-panel__sidebar:before {
        display: block
    }
}

.search-panel__sidebar .eyebrow {
    color: var(--fern-green);
    display: block;
    margin-bottom: 30px;
    text-align: center
}

@media(min-width:1025px) {
    .search-panel__sidebar .eyebrow {
        text-align: left
    }
}

.search-panel__form {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    justify-content: space-between
}

.search-panel__form [type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    display: block;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 1.1;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 44px)
}

@media only screen and (min-width:320px) {
    .search-panel__form [type=search] {
        font-size: calc(25.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:1720px) {
    .search-panel__form [type=search] {
        font-size: 50px
    }
}

@media(min-width:1025px) {
    .search-panel__form [type=search] {
        font-family: "Inter", system-ui;
    font-optical-sizing: auto;
        font-size: 46px;
        font-weight: 700;
        letter-spacing: -.01em;
        line-height: 1
    }
}

@media only screen and (min-width:1025px)and (min-width:320px) {
    .search-panel__form [type=search] {
        font-size: calc(33.65714px + 3.85714vw)
    }
}

@media only screen and (min-width:1025px)and (min-width:1720px) {
    .search-panel__form [type=search] {
        font-size: 100px
    }
}

.search-panel__form [type=search]::-webkit-search-cancel-button,
.search-panel__form [type=search]::-webkit-search-decoration,
.search-panel__form [type=search]::-webkit-search-results-button,
.search-panel__form [type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.search-panel__form [type=search]:-webkit-autofill,
.search-panel__form [type=search]:-webkit-autofill:active,
.search-panel__form [type=search]:-webkit-autofill:focus,
.search-panel__form [type=search]:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 60px #f9f0e3 !important
}

.search-panel__terms-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin-bottom: 40px;
    padding-left: 0
}

@media(min-width:1025px) {
    .search-panel__terms-list {
        align-items: flex-start;
        border-bottom: 1px solid var(--black);
        padding-bottom: 35px
    }
}

.search-panel__terms-list a {
    color: var(--grey);
    text-decoration: none;
    text-transform: capitalize;
}

.search-panel__guides {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    padding-left: 0
}

@media(min-width:1025px) {
    .search-panel__guides {
        justify-content: flex-start
    }
}

@media(hover:hover) {

    .search-panel__terms-list a:focus,
    .search-panel__terms-list a:hover {
        color: var(--black)
    }
}

section.search-no-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 60px
}

@media(min-width:769px) {
    section.search-no-results {
        padding: 40px 0
    }
}

@media(min-width:1025px) {
    section.search-no-results {
        padding: 40px 0
    }
}

section.search-no-results .container {
    height: 100%
}

section.search-no-results .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    section.search-no-results .container>* {
        grid-column: span 6
    }
}

section.search-no-results .lazy-container img {
    mix-blend-mode: multiply
}

.search-no-results__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.search-no-results__content:before {
    background-color: var(--black);
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px
}

@media(min-width:1025px) {
    .search-no-results__content:before {
        display: block
    }
}

.search-no-results__content .lede {
    margin: 0 0 20px
}

@media(min-width:769px) {
    .search-no-results__content .lede {
        margin: 0 0 40px
    }
}

.search-no-results__content>div {
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%
}

@media(min-width:769px) {
    .search-no-results__content>div {
        padding-bottom: 100px
    }
}

.search-no-results__content>div:nth-of-type(2) {
    padding-top: 20px;
    position: relative
}

@media(min-width:769px) {
    .search-no-results__content>div:nth-of-type(2) {
        padding-top: 40px
    }
}

.search-no-results__content>div:nth-of-type(2):before {
    background-color: var(--black);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 20px)
}

.search-no-results__image {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center
}

@media(min-width:1025px) {
    .search-no-results__image {
        display: flex
    }
}

.search-term {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    padding-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width:769px) {
    .search-term {
        padding-top: 0
    }
}

.post-carousel {
    align-items: stretch;
    -moz-column-gap: 40px;
    column-gap: 40px;
    cursor: grabbing;
    display: flex;
    overflow: hidden;
    perspective: 500px;
    position: relative;
    transform: scale(1);
    transition: all .2s;
    transition: .65s cubic-bezier(.175, .885, .32, 1.275);
    width: 100%;
    will-change: transform
}

@media(min-width:1025px) {
    .post-carousel {
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}

.post-carousel .glide__slides {
    padding-left: 18px
}

@media(min-width:769px) {
    .post-carousel .glide__slides {
        padding-left: 80px
    }
}

.post-carousel .glide__slide {
    height: auto
}

.post-carousel .post-item {
    height: 100%
}

.post-carousel .post-item:last-of-type .post-grid-item:after {
    background-color: var(--black);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -18px;
    top: 0;
    width: 1px
}

@media(min-width:1025px) {
    .post-carousel .post-item:last-of-type .post-grid-item:after {
        right: -40px
    }
}

.post-carousel .post-item:first-of-type .post-grid-item:before {
    display: none
}

.post-carousel .post-item--carousel .inline-post-category,
.post-carousel .post-item--carousel .inline-post-category a {
    color: var(--black)
}

.post-carousel .post-item--carousel .post-grid-item:before,
.post-carousel .post-item--carousel:first-child .post-grid-item:before {
    display: none
}

.post-carousel .post-item--carousel .post-grid-item:before {
    display: block;
    left: -20px
}

@media(min-width:1025px) {
    .post-carousel .post-item--carousel .post-grid-item:before {
        left: -40px
    }
}

.post-carousel .post-item>* {
    height: 100%
}

.post-carousel .post-item .btn {
    display: none
}

@media(min-width:769px) {
    .post-carousel .post-item .btn {
        display: inline-flex
    }
}

.post-carousel.is-moving>.post-item {
    pointer-events: none
}

@media(hover:hover) {
    .post-carousel.is-active {
        transform: scale(1.03)
    }
}

.accordion__tab {
    cursor: pointer
}

.accordion__tab.is-active {
    transition: none
}

.accordion__tab.is-closed+.accordion__content {
    max-height: 0 !important
}

.accordion__content {
    overflow: hidden;
    transition: max-height .65s var(--slide-transition)
}

.accordion__content>div {
    padding-bottom: 20px
}

@media(min-width:769px) {
    .accordion__content>div {
        padding-bottom: 40px
    }
}

.accordion__content>div ol:last-of-type,
.accordion__content>div p:last-of-type,
.accordion__content>div ul:last-of-type {
    margin-bottom: 30px
}

.glide__slide--active {
    z-index: 1
}

.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide__slide {
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, .4);
    --pswp-preloader-color-secondary: hsla(0, 0%, 100%, .9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color);
    contain: layout style size;
    display: none;
    height: 100%;
    left: 0;
    opacity: .003;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: var(--pswp-root-z-index);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.pswp,
.pswp:focus {
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--open {
    display: block
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity
}

.pswp__bg {
    background: var(--pswp-bg);
    opacity: .005
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__bg,
.pswp__container,
.pswp__content,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__img,
.pswp__zoom-wrap {
    height: auto;
    width: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: zoom-out
}

.pswp__button,
.pswp__container,
.pswp__counter,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pswp__item {
    overflow: hidden;
    z-index: 1
}

.pswp__hidden {
    display: none !important
}

.pswp__content {
    pointer-events: none
}

.pswp__content>* {
    pointer-events: auto
}

.pswp__error-msg-container {
    display: grid
}

.pswp__error-msg {
    color: var(--pswp-error-text-color);
    font-size: 1em;
    line-height: 1;
    margin: auto
}

.pswp .pswp__hide-on-close {
    opacity: .005;
    pointer-events: none;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
    will-change: opacity;
    z-index: 10
}

.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto
}

.pswp__button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0;
    opacity: .85;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px;
    -webkit-touch-callout: none
}

.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    transition: none
}

.pswp__button:disabled {
    cursor: auto;
    opacity: .3
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
    height: 32px;
    left: 9px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 14px;
    width: 32px
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none
}

.pswp__icn:focus {
    outline: 0
}

.pswp__img--with-bg,
div.pswp__img--placeholder {
    background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: flex-end;
    left: 0;
    pointer-events: none !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.pswp__top-bar>* {
    pointer-events: auto;
    will-change: opacity
}

.pswp__button--close {
    margin-right: 6px
}

.pswp__button--arrow {
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 0;
    top: 50%;
    width: 75px
}

.pswp__button--arrow:disabled {
    cursor: default;
    display: none
}

.pswp__button--arrow .pswp__icn {
    background: none;
    border-radius: 0;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    width: 60px
}

.pswp--one-slide .pswp__button--arrow {
    display: none
}

.pswp--touch .pswp__button--arrow {
    visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
    visibility: visible
}

.pswp__button--arrow--prev {
    left: 0;
    right: auto
}

.pswp__button--arrow--next {
    right: 0
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1)
}

.pswp__button--zoom {
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none
}

.pswp__preloader {
    height: 60px;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 50px
}

.pswp__preloader .pswp__icn {
    animation: pswp-clockwise .6s linear infinite;
    opacity: 0;
    transition: opacity .2s linear
}

.pswp__preloader--active .pswp__icn {
    opacity: .85
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.pswp__counter {
    color: var(--pswp-icon-color);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    opacity: .85;
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary)
}

.pswp--one-slide .pswp__counter {
    display: none
}

/*==================================== home-intro-section ==================================== */
.home-intro {
    background-color: var(--light-grey)
}

.home-intro .container>* {
    text-align: center
}

.home-intro .container>:first-of-type {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .home-intro .container>:first-of-type {
        grid-column: 2/12
    }
}

.home-intro .container>:nth-of-type(2),
.home-intro .container>:nth-of-type(3) {
    grid-column: 1/7
}

@media(min-width:1025px) {

    .home-intro .container>:nth-of-type(2),
    .home-intro .container>:nth-of-type(3) {
        grid-column: 4/10
    }
}

.home-intro__section {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative
}

.home-intro__section:first-of-type .home-intro__content {
    padding: 80px 0
}

@media(min-width:1025px) {
    .home-intro__section:first-of-type .home-intro__content {
        padding: 120px 0 200px
    }
}

.home-intro__section:nth-of-type(2) .home-intro__content,
.home-intro__section:nth-of-type(3) .home-intro__content {
    padding: 80px 0
}

@media(min-width:1025px) {

    .home-intro__section:nth-of-type(2) .home-intro__content,
    .home-intro__section:nth-of-type(3) .home-intro__content {
        padding: 200px 0
    }
}

.home-intro__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.home-intro__heading {
    margin-bottom: 20px
}

.home-intro__heading.h1 {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-size: 46px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.01em;
    line-height: 1;
    line-height: .85
}

@media only screen and (min-width:320px) {
    .home-intro__heading.h1 {
        font-size: calc(33.65714px + 3.85714vw)
    }
}

@media only screen and (min-width:1720px) {
    .home-intro__heading.h1 {
        font-size: 100px
    }
}

@media(min-width:1280px) {
    .home-intro__heading.h1 {
        font-size: 60px;
        line-height: .95
    }
}

@media only screen and (min-width:1280px)and (min-width:320px) {
    .home-intro__heading.h1 {
        font-size: calc(46.28571px + 4.28571vw)
    }
}

@media only screen and (min-width:1280px)and (min-width:1720px) {
    .home-intro__heading.h1 {
        font-size: 120px
    }
}

@media(min-width:1800px) {
    .home-intro__heading.h1 {
        font-family: "Inter", system-ui;
        font-optical-sizing: auto;
        font-size: 60px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: -.015em;
        line-height: 1
    }
}

@media only screen and (min-width:1800px)and (min-width:320px) {
    .home-intro__heading.h1 {
        font-size: calc(37.14286px + 7.14286vw)
    }
}

@media only screen and (min-width:1800px)and (min-width:1720px) {
    .home-intro__heading.h1 {
        font-size: 160px
    }
}

.home-intro__heading.h2 {
    line-height: .95
}

@media(min-width:1025px) {
    .home-intro__heading.h2 {
        line-height: 1
    }
}

.home-intro__heading>span {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
    white-space: nowrap
}

.home-intro__heading>span>span {
    display: inline-block;
    transform: translateY(100%)
}

.home-intro__heading.is-visible>span>span {
    animation: slide-up 1.1s forwards var(--slide-transition)
}

.home-intro__lede {
    color: var(--dark-grey);
    margin-bottom: 30px;
    max-width: 420px;
    opacity: 0;
    padding: 0 20px
}

@media(min-width:1025px) {
    .home-intro__lede {
        margin-bottom: 40px;
        padding: 0
    }
}

.home-intro__lede.is-visible {
    animation: reveal-up 1s forwards var(--slide-transition)
}

.home-intro__cta {
    margin-bottom: 30px;
    opacity: 0
}

@media(min-width:1025px) {
    .home-intro__cta {
        margin-bottom: 40px
    }
}

.home-intro__cta.is-visible {
    animation: reveal-up 1s forwards var(--slide-transition) .1s
}

.home-intro__image {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -55px 0;
    position: relative;
    z-index: 1
}

@media(min-width:1025px) {
    .home-intro__image {
        margin: -6.25vw 0
    }
}

.home-intro__image>span {
    display: block;
    height: 110px;
    position: relative;
    width: 2px
}

@media(min-width:1025px) {
    .home-intro__image>span {
        height: 12.5vw
    }
}

.home-intro__image>span.is-visible:before {
    transform: scale(1)
}

.home-intro__image>span.is-visible:after {
    max-height: 100%
}

.home-intro__image>span.home-intro__first-line:before {
    animation: scale-up .3s forwards var(--slide-transition) .9s
}

.home-intro__image>span.home-intro__first-line:after {
    animation: grow .65s forwards var(--slide-transition) 1s
}

.home-intro__image>span.home-intro__first-line.is-animating:before {
    animation: scale-up .3s forwards var(--slide-transition)
}

.home-intro__image>span.home-intro__first-line.is-animating:after {
    animation: grow .65s forwards var(--slide-transition)
}

.home-intro__image>span:before {
    background-color: var(--black);
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: -4px;
    position: absolute;
    transform: scale(0);
    transition: transform .3s var(--slide-transition);
    width: 10px
}

@media(min-width:1025px) {
    .home-intro__image>span:before {
        height: 14px;
        left: -6px;
        width: 14px
    }
}

.home-intro__image>span:after {
    background-color: var(--black);
    content: "";
    height: 100%;
    left: 0;
    max-height: 0;
    position: absolute;
    top: 0;
    transition: max-height .65s var(--slide-transition);
    width: 100%
}

.home-intro__image>span:first-of-type:before {
    top: 0
}

.home-intro__image>span:nth-of-type(2):before {
    bottom: 0
}

.home-intro__image-container {
    background-color: var(--light-grey);
    border-radius: 50%;
    height: 335px;
    overflow: hidden;
    position: relative;
    transform: rotate(.001deg);
    width: 335px
}

@media(min-width:1025px) {
    .home-intro__image-container {
        height: 580px;
        width: 580px
    }
}

.home-intro__image-container.is-visible:before {
    animation: spin2 .5s linear .5s forwards
}

.home-intro__image-container.is-visible:after {
    animation: spin .5s linear forwards
}

.home-intro__image-container.is-visible img {
    animation: 1.5s hero-scale var(--scale-transition) forwards
}

.home-intro__image-container--first:before {
    animation: spin2 .5s linear 2s forwards
}

.home-intro__image-container--first:after {
    animation: spin .5s linear 1.5s forwards
}

.home-intro__image-container--first img {
    animation: 1.5s hero-scale var(--scale-transition) 1.5s forwards
}

.home-intro__image-container:after,
.home-intro__image-container:before {
    content: "";
    height: 335px;
    width: 335px;
    clip: rect(0, 167.5px, 335px, 0);
    background-color: var(--light-grey);
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(0deg);
    z-index: 2
}

@media(min-width:1025px) {

    .home-intro__image-container:after,
    .home-intro__image-container:before {
        height: 580px;
        width: 580px;
        clip: rect(0, 290px, 580px, 0)
    }
}

.home-intro__image-container:after {
    background: var(--black);
    content: "";
    z-index: 1
}

.home-intro__image-container .lazy-container {
    background-color: var(--light-grey);
    border-radius: 50%;
    height: 331px;
    left: 2px;
    overflow: hidden;
    padding: 10%;
    position: relative;
    position: absolute;
    top: 2px;
    width: 331px;
    z-index: 3;
    z-index: 4
}

@media(min-width:1025px) {
    .home-intro__image-container .lazy-container {
        height: 576px;
        width: 576px
    }
}

.home-intro__image-container img {
    display: block;
    opacity: 0;
    transform: scale(.95)
}

/*==================================== client-logo-block-section ==================================== */
.client-logo-block {
    background-color: var(--fern-green);
    padding: 80px 0 0
}

@media(min-width:1025px) {
    .client-logo-block {
        padding: 240px 0 0
    }
}

.client-logo-block .container {
    padding-bottom: 120px
}

.client-logo-block .container:first-of-type {
    padding-bottom: 120px;
    padding-top: 40px
}

@media(min-width:1025px) {
    .client-logo-block .container:first-of-type {
        padding-bottom: 120px;
        padding-top: 0
    }
}

.client-logo-block .container:before {
    background-color: var(--black);
    bottom: 0;
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    width: calc(100% - 36px)
}

@media(min-width:1025px) {
    .client-logo-block .container:before {
        left: 44px;
        width: calc(100% - 88px)
    }
}

.client-logo-block .container>* {
    grid-column: 1/7;
    text-align: center
}

@media(min-width:1025px) {
    .client-logo-block .container>* {
        grid-column: 3/11
    }
}

.client-logo-block .glide__slide--active {
    z-index: 1
}

.client-logo-block .glide__slides {
    transform: translateZ(0) !important
}

.client-logo-block .glide__slide {
    left: 0;
    margin: 0 !important;
    opacity: 0;
    order: 2;
    position: absolute;
    top: 0;
    transition: opacity .65s cubic-bezier(.42, 0, .34, 1.01)
}

.client-logo-block .glide__slide.glide__slide--active {
    opacity: 1;
    order: 1;
    position: relative;
    z-index: 1
}

.client-logo-block .glide__track {
    height: 100%
}

.client-logo-block__heading {
    color: var(--white)
}

.client-logo-block__eyebrow {
    display: block;
    margin-bottom: 20px
}

.client-logo-block__grid {
    display: flex;
    flex-direction: column;
    padding: 80px 18px 0;
    position: relative
}

@media(min-width:1025px) {
    .client-logo-block__grid {
        -moz-column-gap: 40px;
        column-gap: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto auto;
        padding: 40px 44px
    }
}

.client-logo-block__grid:before {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: none;
    height: 1px;
    left: 44px;
    position: absolute;
    width: calc(100% - 88px)
}

@media(min-width:1025px) {
    .client-logo-block__grid:before {
        display: block
    }
}

.client-logo-block__grid .lazy-container {
    margin: 0 auto;
    width: 100%
}

@media(min-width:1025px) {
    .client-logo-block__grid .lazy-container {
        max-width: 280px
    }
}

.client-logo-block__content {
    display: flex;
    flex-direction: column;
    padding: 0 0 80px;
    text-align: center
}

@media(min-width:1025px) {
    .client-logo-block__content {
        grid-column: 2/3;
        grid-row: span 3;
        padding: 40px 0
    }
}

.client-logo-block__content>div {
    position: relative;
    top: auto
}

@media(min-width:1025px) {
    .client-logo-block__content>div {
        position: sticky;
        top: calc(50vh - var(--clientLogoContentHeight))
    }
}

.client-logo-block__logo-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.client-logo-block__logo-container>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width:1025px) {

    .client-logo-block__logo-container:nth-of-type(2) .lazy-container,
    .client-logo-block__logo-container:nth-of-type(3) .lazy-container,
    .client-logo-block__logo-container:nth-of-type(4) .lazy-container {
        padding-right: 44px
    }

    .client-logo-block__logo-container:nth-of-type(5) .lazy-container,
    .client-logo-block__logo-container:nth-of-type(6) .lazy-container,
    .client-logo-block__logo-container:nth-of-type(7) .lazy-container {
        padding-left: 44px
    }
}

.client-logo-block__logo-container:nth-of-type(2):before,
.client-logo-block__logo-container:nth-of-type(3):before,
.client-logo-block__logo-container:nth-of-type(5):before,
.client-logo-block__logo-container:nth-of-type(6):before {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: none;
    height: 1px;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 1
}

@media(min-width:1025px) {

    .client-logo-block__logo-container:nth-of-type(2):before,
    .client-logo-block__logo-container:nth-of-type(3):before,
    .client-logo-block__logo-container:nth-of-type(5):before,
    .client-logo-block__logo-container:nth-of-type(6):before {
        display: block
    }
}

.client-logo-block__logo-container:nth-of-type(2):before,
.client-logo-block__logo-container:nth-of-type(3):before {
    left: 0
}

.client-logo-block__logo-container:nth-of-type(5):before,
.client-logo-block__logo-container:nth-of-type(6):before {
    right: 0
}

.client-logo-block__logo-container:nth-of-type(2) {
    border-bottom: 1px solid var(--black);
    border-top: 1px solid var(--black);
    grid-column: 1/2;
    grid-row: 1
}

@media(min-width:1025px) {
    .client-logo-block__logo-container:nth-of-type(2) {
        border-bottom: 0;
        border-right: 1px solid var(--black);
        border-top: 0
    }
}

.client-logo-block__logo-container:nth-of-type(3) {
    border-right: 1px solid var(--black);
    display: none;
    grid-column: 1/2;
    grid-row: 2
}

@media(min-width:1025px) {
    .client-logo-block__logo-container:nth-of-type(3) {
        display: block
    }
}

.client-logo-block__logo-container:nth-of-type(4) {
    border-right: 1px solid var(--black);
    display: none;
    grid-column: 1/2;
    grid-row: 3
}

@media(min-width:1025px) {
    .client-logo-block__logo-container:nth-of-type(4) {
        display: block
    }
}

.client-logo-block__logo-container:nth-of-type(5) {
    border-left: 1px solid var(--black);
    display: none;
    grid-column: 3/4;
    grid-row: 1
}

@media(min-width:1025px) {
    .client-logo-block__logo-container:nth-of-type(5) {
        display: block
    }
}

.client-logo-block__logo-container:nth-of-type(6) {
    border-left: 1px solid var(--black);
    display: none;
    grid-column: 3/4;
    grid-row: 2
}

@media(min-width:1025px) {
    .client-logo-block__logo-container:nth-of-type(6) {
        display: block
    }
}

.client-logo-block__logo-container:nth-of-type(7) {
    border-left: 1px solid var(--black);
    display: none;
    grid-column: 3/4;
    grid-row: 3
}

@media(min-width:1025px) {
    .client-logo-block__logo-container:nth-of-type(7) {
        display: block
    }
}

.client-logo-block__logo-container ul {
    height: 100%;
    list-style: none;
    padding-left: 0;
    position: relative
}

.client-logo-block__logo-container ul li {
    align-items: center;
    background-color: var(--fern-green);
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.client-logo-block__lede,
.client-logo-block__subheading {
    color: var(--white)
}

.client-logo-block__subheading {
    margin-bottom: 20px
}

.client-logo-block__lede {
    margin-bottom: 40px
}

.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide__slide {
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

/*==================================== list-block-section ==================================== */
.list-block {
    padding: 80px 0;
    position: relative
}

@media(min-width:1025px) {
    .list-block {
        padding: 120px 0
    }
}

.list-block .container>* {
    grid-column: 1/7;
    text-align: center
}

@media(min-width:1025px) {
    .list-block .container>* {
        grid-column: 2/12
    }
}

.list-block--red {
    background-color: var(--fern-green)
}

.list-block--red .list-block__heading {
    color: var(--black)
}

.list-block--cream {
    background-color: var(--light-grey)
}

.list-block--cream .list-block__heading {
    color: var(--fern-green)
}

.list-block__heading {
    margin-bottom: 30px
}

.list-block__items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    padding-left: 0
}

.list-block__items>li {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    color: var(--white);
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;  
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    padding: 6px 10px 4px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) {
    .list-block__items>li {
        font-size: calc(12.17143px + .57143vw)
    }
}

@media only screen and (min-width:1720px) {
    .list-block__items>li {
        font-size: 22px
    }
}

@media(min-width:680px) {
    .list-block__items>li {
        letter-spacing: .03em
    }
}

/*==================================== heading-block-section ==================================== */
.heading-block {
    padding: 80px 0
}

@media(min-width:1025px) {
    .heading-block {
        padding: 200px 0
    }
}

.heading-block .container>* {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .heading-block .container>* {
        grid-column: 2/12
    }
}

.heading-block--white {
    background-color: var(--white)
}

.heading-block--white .heading-block__eyebrow {
    color: var(--fern-green)
}

.heading-block--white+.heading-block--white,
.heading-block--white+.lede-block--white {
    padding-top: 0
}

.heading-block--black {
    background-color: var(--black)
}

.heading-block--black .heading-block__eyebrow {
    color: var(--fern-green)
}

.heading-block--black .heading-block__heading {
    color: var(--white)
}

.heading-block--black+.lede-block--black {
    padding-top: 0
}

.heading-block--cream {
    background-color: var(--light-grey)
}

.heading-block--cream .heading-block__eyebrow {
    color: var(--fern-green)
}

.heading-block--cream+.adjacent-heading-text,
.heading-block--cream+.adjacent-image-text--cream,
.heading-block--cream+.lede-block--cream,
.heading-block--cream+.list-block--cream {
    padding-top: 0
}

.heading-block--lime-green {
    background-color: var(--lime-green)
}

.heading-block--lime-green .heading-block__eyebrow {
    color: var(--black)
}

.heading-block--lime-green+.lede-block--lime-green {
    padding-top: 0
}

.heading-block.center,
.heading-block.left {
    text-align: center
}

@media(min-width:769px) {
    .heading-block.left {
        text-align: left
    }
}

.heading-block__eyebrow {
    display: block;
    margin-bottom: 20px
}

.heading-block__heading {
    margin: 0
}


/*==================================== image-accordion-section ==================================== */
.image-accordion {
    padding: 0 0 80px
}

@media(min-width:769px) {
    .image-accordion {
        padding: 0 0 136px
    }
}

.image-accordion .container>:first-of-type {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .image-accordion .container>:first-of-type {
        grid-column: span 6
    }
}

.image-accordion .container>:nth-of-type(2) {
    grid-column: 1/7
}

@media(min-width:1025px) {
    .image-accordion .container>:nth-of-type(2) {
        grid-column: 7/12
    }
}

.image-accordion .accordion__tab {
    align-items: baseline;
    border-top: 1px solid rgba(0, 0, 0, .2);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 20px 0;
    position: relative
}

@media(min-width:769px) {
    .image-accordion .accordion__tab {
        padding: 30px 0
    }
}

.image-accordion .accordion__tab:before {
    background-color: var(--black);
    content: "";
    display: block;
    display: none;
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%
}

.image-accordion .accordion__tab.is-active svg line:nth-of-type(2) {
    display: none
}

.image-accordion .accordion__tab.is-active:before {
    display: block
}

.image-accordion .accordion__tab svg {
    height: 20px;
    width: 20px
}

@media(min-width:769px) {
    .image-accordion .accordion__tab svg {
        height: 30px;
        width: 30px
    }
}

.image-accordion .accordion__section:last-child {
    border-bottom: 1px solid var(--semi-white)
}

.image-accordion--black {
    background-color: var(--black)
}

.image-accordion--black .accordion__tab {
    border-top-color: var(--semi-white);
    color: var(--white)
}

.image-accordion--black .accordion__tab.is-active:before {
    background-color: var(--white)
}

.image-accordion--black .accordion__content {
    color: var(--mid-grey)
}

.image-accordion--lime-green {
    background-color: var(--lime-green)
}

.image-accordion--lime-green .accordion__content .btn>svg path {
    fill: var(--white)
}

.image-accordion--lime-green .accordion__image img {
    mix-blend-mode: multiply
}

.image-accordion--lime-green .accordion__section:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.image-accordion__image {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 80px;
    padding: 0 40px
}

@media(min-width:1025px) {
    .image-accordion__image {
        margin-bottom: 0;
        padding: 0 80px
    }
}

.image-accordion__image .lazy-container {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 100%;
    max-width: 100%
}

@media(min-width:769px) {
    .image-accordion__image .lazy-container {
        display: block;
        position: sticky;
        top: 40px
    }
}

.image-accordion__image .lazy-container img {
    max-height: 100%;
    max-width: 100%;
    width: auto
}

/*==================================== content-cta-grid-section ==================================== */
.content-cta-grid {
    background-color: var(--black);
    padding: 20px 0 80px
}

@media(min-width:1025px) {
    .content-cta-grid {
        padding: 104px 0 120px
    }
}

.content-cta-grid .container:before {
    background-color: var(--white);
    content: "";
    height: 3px;
    left: 18px;
    position: absolute;
    top: -20px;
    width: calc(100% - 36px)
}

@media(min-width:769px) {
    .content-cta-grid .container:before {
        height: 4px;
        left: 44px;
        top: -40px;
        width: calc(100% - 88px)
    }
}

.content-cta-grid .container>:first-of-type {
    grid-column: 1/7
}

@media(min-width:769px) {
    .content-cta-grid .container>:first-of-type {
        grid-column: 1/5
    }
}

@media(min-width:1025px) {
    .content-cta-grid .container>:first-of-type {
        grid-column: 1/9
    }
}

@media(min-width:1280px) {
    .content-cta-grid .container>:first-of-type {
        grid-column: 1/10
    }
}

.content-cta-grid .cta-grid-block {
    border-top-color: var(--semi-white)
}

.content-cta-grid .cta-grid-block:before {
    background-color: var(--white)
}

.content-cta-grid .cta-grid-block__heading {
    color: var(--white)
}

.content-cta-grid .cta-grid-block__lede {
    color: var(--mid-grey)
}

.content-cta-grid .post-grid-item__title a {
    color: var(--white)
}

.content-cta-grid .post-grid-item__image {
    background-color: var(--white)
}

.content-cta-grid .post-grid-item .post-grid-item__category {
    margin-bottom: 20px
}

@media(min-width:769px) {
    .content-cta-grid .post-grid-item .post-grid-item__category {
        margin-bottom: 35px
    }
}

.content-cta-grid .post-grid-item .btn {
    width: -moz-fit-content;
    width: fit-content
}

.content-cta-grid__posts {
    border-top: 1px solid var(--semi-white);
    grid-column: 1/7;
    padding-top: 20px
}

@media(min-width:769px) {
    .content-cta-grid__posts {
        border-left: 1px solid var(--semi-white);
        border-top: 0;
        grid-column: 5/7;
        padding-left: 40px;
        padding-top: 0
    }
}

@media(min-width:1025px) {
    .content-cta-grid__posts {
        grid-column: 9/13
    }
}

@media(min-width:1280px) {
    .content-cta-grid__posts {
        grid-column: 10/13
    }
}

@media(min-width:769px) {
    .content-cta-grid__posts>div {
        position: sticky;
        top: 40px
    }
}

.content-cta-grid__posts .post-list-item {
    border-color: var(--semi-white)
}

@media(min-width:769px) {
    .content-cta-grid__posts .post-list-item {
        display: flex;
        flex-direction: column;
        gap: 30px
    }
}

.content-cta-grid__posts .post-list-item:first-of-type {
    border-top: 0;
    padding-top: 0
}

@media(min-width:769px) {
    .content-cta-grid__posts .post-list-item__image {
        padding-bottom: 56.52%
    }
}

.content-cta-grid__heading {
    color: var(--white);
    margin-bottom: 80px
}

@media(min-width:769px) {
    .content-cta-grid__heading {
        margin-bottom: 120px
    }
}

.content-cta-grid__eyebrow {
    color: var(--fern-green);
    display: block;
    margin-bottom: 20px
}

@media(min-width:769px) {
    .content-cta-grid__eyebrow {
        margin-bottom: 40px
    }
}

.content-cta-grid__lede {
    color: var(--white);
    margin-bottom: 20px
}

@media(min-width:769px) {
    .content-cta-grid__lede {
        margin-bottom: 40px
    }
}

.content-cta-grid__lede p {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;  
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.2
}

@media only screen and (min-width:320px) {
    .content-cta-grid__lede p {
        font-size: calc(20.17143px + .57143vw)
    }
}

@media only screen and (min-width:1720px) {
    .content-cta-grid__lede p {
        font-size: 30px
    }
}

@media(min-width:530px) {
    .content-cta-grid__lede p {
        font-size: 30px;
        letter-spacing: .005em
    }
}

@media only screen and (min-width:530px)and (min-width:320px) {
    .content-cta-grid__lede p {
        font-size: 30px
    }
}

@media only screen and (min-width:530px)and (min-width:1720px) {
    .content-cta-grid__lede p {
        font-size: 30px
    }
}

@media(min-width:680px) {
    .content-cta-grid__lede p {
        font-size: 30px;
        letter-spacing: -.01em;
        line-height: 1.1
    }
}

@media only screen and (min-width:680px)and (min-width:320px) {
    .content-cta-grid__lede p {
        font-size: calc(25.42857px + 1.42857vw)
    }
}

@media only screen and (min-width:680px)and (min-width:1720px) {
    .content-cta-grid__lede p {
        font-size: 50px
    }
}

.content-cta-grid__lede p em,
.content-cta-grid__lede p i {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
}

.content-cta-grid__ctas {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin: 80px 0
}

@media(min-width:769px) {
    .content-cta-grid__ctas {
        margin: 80px 0 0
    }
}

@media(min-width:1280px) {
    .content-cta-grid__ctas {
        gap: 40px;
        grid-template-columns: repeat(3, 1fr);
        margin: 120px 0 0
    }
}

/*==================================== post-carousel-block-section ==================================== */
.post-carousel-block {
    background-color: var(--lime-green);
    padding: 80px 0
}

@media(min-width:769px) {
    .post-carousel-block {
        padding: 40px 0 120px
    }
}

.post-carousel-block .container {
    margin-bottom: 80px
}

.post-carousel-block .container>* {
    grid-column: 1/7
}

@media(min-width:769px) {
    .post-carousel-block .container>* {
        grid-column: 1/13
    }
}

.post-carousel-block .trending-articles__carousel {
    padding-top: 0
}

@media(min-width:769px) {
    .post-carousel-block .trending-articles__carousel {
        padding-top: 40px
    }
}

.post-carousel-block .trending-articles__carousel:before {
    display: none
}

.post-carousel-block .post-grid-item>div {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    height: 100%
}

@media(min-width:769px) {
    .post-carousel-block .post-grid-item>div {
        display: block;
        height: auto
    }
}

.post-carousel-block .post-grid-item>div>:first-child {
    grid-row: 3
}

.post-carousel-block .post-grid-item__category {
    margin-bottom: 0
}

@media(min-width:769px) {
    .post-carousel-block .post-grid-item__category {
        margin-bottom: 35px
    }
}

.post-carousel-block__heading {
    margin-bottom: 20px;
    text-align: center
}

@media(min-width:769px) {
    .post-carousel-block__heading {
        margin-bottom: 0;
        text-align: left
    }
}

.post-carousel-block__heading+.btn {
    display: inline-flex;
    justify-self: center;
    width: -moz-max-content;
    width: max-content
}

@media(min-width:769px) {
    .post-carousel-block__heading+.btn {
        display: none
    }
}

@media(min-width:530px) {
    .post-carousel-block__headline {
        height: 142px;
        width: 680px
    }
}

.post-carousel-block__headline svg {
    height: 100%;
    width: 100%
}

/*==================================== form-block-section ==================================== */
.form-block {
    background-color: var(--white);
    border-bottom: 1px solid var(--black);
    border-top: 1px solid var(--black);
    overflow-x: clip
}

.form-block:first-of-type {
    border-top: 0
}

.form-block .container {
    padding: 0
}

@media(min-width:1025px) {
    .form-block .container {
        padding: 0 44px
    }
}

.form-block--cream .form-block__image,
.form-block__image {
    background-color: var(--light-grey)
}

.form-block__image {
    align-items: center;
    border-bottom: 1px solid var(--black);
    display: flex;
    flex-direction: column;
    grid-column: 1/7;
    justify-content: center;
    padding: 60px;
    position: relative
}

@media(min-width:1025px) {
    .form-block__image {
        border-bottom: 0;
        border-right: 1px solid var(--black);
        grid-column: 1/8;
        padding: 80px 80px 80px 36px
    }
}

.form-block__image:before {
    background-color: var(--light-grey);
    content: "";
    display: none;
    height: 100%;
    left: -44px;
    position: absolute;
    top: 0;
    width: 44px
}

@media(min-width:1025px) {
    .form-block__image:before {
        display: block
    }
}

.form-block__image .lazy-container {
    max-width: 380px
}

@media(min-width:1025px) {
    .form-block__image .lazy-container {
        max-width: 560px
    }
}

.form-block__image img {
    mix-blend-mode: multiply
}

.form-block__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-column: 1/7;
    justify-content: space-between;
    padding: 20px 18px 40px
}

@media(min-width:769px) {
    .form-block__content {
        padding: 40px 44px
    }
}

@media(min-width:1025px) {
    .form-block__content {
        grid-column: 8/13;
        padding: 40px 0
    }
}

.form-block__heading {
    margin-bottom: 20px
}

.form-block__lede {
    color: var(--dark-grey);
    margin-bottom: 65px
}

@media(min-width:1025px) {
    .form-block__lede {
        margin-bottom: 160px
    }
}

.form-block__form-container {
    width: 100%
}

form.mc4wp-form { display: none;}

/*==================================== dark-mode-section ==================================== */
.dark-mode-toggle {
    width: 30px;
    height: 30px;
    border-radius: 25%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
	z-index: 999;
	line-height: 5px;
}

.dark-mode-toggle > span {
	display: none;
}

.dark-mode-toggle.sun {
    background-color: var(--white);
    border-color: var(--light-grey);
	color: var(--mid-grey);
}
.dark-mode-toggle.sun .sun-icon {
	display: block !important;
}
.dark-mode-toggle.sun .moon-icon {
	display: none;
}

.dark-mode-toggle.moon {
	color: var(--yellow);
}
.dark-mode-toggle.moon .sun-icon {
	display: none;
}
.dark-mode-toggle.moon .moon-icon {
	display: block !important;
}

/* Dark mode styles */
body.dark-mode, 
body.dark-mode .main-header--default, 
body.dark-mode .mega-menu, 
body.dark-mode .home-intro, 
body.dark-mode .hero-block, 
body.dark-mode .intro-block, 
body.dark-mode .posts-grid, 
body.dark-mode .posts-grid__newsletter-block,
body.dark-mode .form-block,
body.dark-mode .cta-grid,
body.dark-mode .quote-block,
body.dark-mode .quote-block:before,
body.dark-mode .heading-block,
body.dark-mode .lede-block,
body.dark-mode .adjacent-image-text,
body.dark-mode .academy-toolbar,
body.dark-mode .academy-header:before,
body.dark-mode .academy-header:after,
body.dark-mode .changemaker-guides,
body.dark-mode .category-blocks,
body.dark-mode .related-posts,
body.dark-mode .post,
body.dark-mode .stats-block,
body.dark-mode .category-toolbar,
body.dark-mode .category-toolbar__sort-by .is-active,
body.dark-mode .search-panel.is-open,
body.dark-mode header,
body.dark-mode footer {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

body.dark-mode a,
body.dark-mode .home-intro__lede,
body.dark-mode .form-block__lede,
body.dark-mode .frm_form_fields [type=email], 
body.dark-mode .frm_form_fields [type=number], 
body.dark-mode .frm_form_fields [type=tel], 
body.dark-mode .frm_form_fields [type=text], 
body.dark-mode .frm_form_fields textarea
{
  color: var(--white) !important;
}

body.dark-mode .frm_form_fields textarea::placeholder,
body.dark-mode .frm_form_fields input::placeholder,
body.dark-mode .cta-grid-block__lede,
body.dark-mode .post-grid-item__excerpt
{
	color: var(--mid-grey) !important;
}

body.dark-mode .site-content,
body.dark-mode .widget,
body.dark-mode .post__body:after, 
body.dark-mode .post__body:before,
body.dark-mode .tab label:after,
body.dark-mode .post-grid-item:not(.post-grid-item--simple):before,
body.dark-mode .contact-form-block .container:before,
body.dark-mode .contact-form-block .container>:nth-of-type(2):before,
body.dark-mode .sticky-sidebar-block .container>:nth-of-type(2):before,
body.dark-mode .stats-block__stats:before,
body.dark-mode .mega-menu__items:after, 
body.dark-mode .mega-menu__items:before,
body.dark-mode .posts-grid__posts:after, 
body.dark-mode .posts-grid__posts:before,
body.dark-mode .intro-block:after,
body.dark-mode .search-panel__header:after,
body.dark-mode .search-panel__sidebar:before,
body.dark-mode .home-intro__image>span:before,
body.dark-mode .home-intro__image>span:after,
body.dark-mode .home-intro__image-container:after, 
body.dark-mode .home-intro__image-container:before
{
  background-color: var(--light-grey) !important;
}

body.dark-mode .btn--outline-grey,
body.dark-mode .btn--solid-red {
	background-color: var(--white) !important;
	border-color: var(--white) !important;
	color: var(--black) !important;
}
body.dark-mode .btn--outline-grey:hover {
	background-color: var(--fern-green) !important;
	border-color: var(--fern-green) !important;
	color: var(--white) !important;
}

body.dark-mode h1, 
body.dark-mode h2, 
body.dark-mode h3, 
body.dark-mode h4, 
body.dark-mode h5, 
body.dark-mode h6,
body.dark-mode .tab [type=radio]:checked~label,
body.dark-mode .tab label,
body.dark-mode .category-toolbar__search,
body.dark-mode .category-toolbar__sort-by>button
{
  color: var(--white) !important;
}

body.dark-mode .related-posts,
body.dark-mode .tab__content,
body.dark-mode .main-footer {
	border-top: 1px solid var(--light-grey) !important;
}

body.dark-mode .stats-block__stats>div:last-of-type,
body.dark-mode .category-toolbar,
body.dark-mode .search-panel__terms-list {
	border-bottom: 1px solid var(--light-grey) !important;
}

body.dark-mode .mega-menu,
body.dark-mode .search-panel {
	border-bottom: 4px solid var(--light-grey) !important;
}

body.dark-mode .category-toolbar svg {
	fill: var(--white) !important;
}
body.dark-mode .category-toolbar svg line,
body.dark-mode .category-toolbar svg g{
    stroke: var(--white) !important;
}

body.dark-mode .btn--solid-red svg path {
	fill: var(--black) !important;
}

body.dark-mode .category-toolbar__search,
body.dark-mode .category-toolbar__sort-by {
	border-right: 1px solid var(--light-grey) !important;
}
@media only screen and (max-width: 1024px) {
    .main-header__right {
        column-gap: 15px;
    }
	.main-header__search {
		margin-left: 0px;
	}
	body.dark-mode .navigation-panel {
		background-color: var(--black) !important;
	}
	body.dark-mode .navigation-panel__close,
	body.dark-mode .navigation-panel__close svg line,
	.search-panel__form [type=search] {
		color: var(--white) !important;
		border: none !important;
		stroke: var(--white) !important;
	}
	body.dark-mode .btn--solid-red,
	body.dark-mode .btn--solid-red svg line,
	body.dark-mode .btn--solid-red svg g {
		stroke: var(--black) !important;
	}
}