/*
Theme Name: Access Partnership
Author:     Yellowball
Author URI: https://weareyellowball.com
Version:    1.1.2
*/

/* General */

:root {

    /* Sizes */
    --header-height: 100px;
    --document-width: 100vw;
    --page-size-narrow: 1024px;
    --page-size: 1266px;
    --page-size-wide: 1380px;
    --page-padding-narrow: 1rem;
    --page-padding: 1.5rem;
    --page-padding-wide: 2rem;
    --modal-size: 1050px;
    --modal-padding: 1.875rem;
    --offset: max(var(--page-padding), calc(var(--document-width) - var(--page-size)) / 2);
    --gap-l: 7.5rem;
    --gap-xl: 8.75rem;
    --gap-xxl: 10rem;
    --radius-xs: 2px;
    --radius-l: 0.625rem;
    --radius-xl: 1.25rem;
    --radius-xxl: 12.5rem;

    /* Color Pallette */
    --c-primary: #0075AD;
    --c-secondary: #19255A;
    --c-tertiary: #00AEEA;
    --c-text-light: #fff;
    --c-text-dark: #19255A;
    --c-gradient-step-1: #0B0E1E;
    --c-gradient-step-2: #121A3C;
    --c-gradient-step-3: #19255A;
    --c-gradient-primary: var(--c-gradient-step-1) 0%, var(--c-gradient-step-2) 50%, var(--c-gradient-step-3) 100%;
    --c-gradient-secondary: var(--c-gradient-step-2) 0%, var(--c-gradient-step-3) 100%;
    --c-gradient-tertiary: var(--c-gradient-step-2) 25%, transparent;

    /* Other colors */
    --c-orange: #EA6255;
    --c-green: #008080;
    --c-purple: #7459FF;
    --c-lightblue: #E5F7FD;

    /* Font Sizes (from 1440px to 390px) */
    --font-70-44: clamp(2.75rem, 2.1464rem + 2.4762vw, 4.375rem);
    --font-68-44: clamp(2.75rem, 2.1929rem + 2.2857vw, 4.25rem);
    --font-56-36: clamp(2.25rem, 1.7857rem + 1.9048vw, 3.5rem);
    --font-56-30: clamp(1.875rem, 1.2714rem + 2.4762vw, 3.5rem);
    --font-48-28: clamp(1.75rem, 1.2857rem + 1.9048vw, 3rem);
    --font-44-30: clamp(1.875rem, 1.55rem + 1.3333vw, 2.75rem);
    --font-44-28: clamp(2.75rem, 3.1214rem + -1.5238vw, 1.75rem);
    --font-42-32: clamp(2rem, 1.7679rem + 0.9524vw, 2.625rem);
    --font-42-30: clamp(1.875rem, 1.5964rem + 1.1429vw, 2.625rem);
    --font-36-28: clamp(1.75rem, 1.5643rem + 0.7619vw, 2.25rem);
    --font-32-24: clamp(1.5rem, 1.3143rem + 0.7619vw, 2rem);
    --font-24-21: clamp(1.3125rem, 1.2429rem + 0.2857vw, 1.5rem);
    --font-24-19: clamp(1.1875rem, 1.0714rem + 0.4762vw, 1.5rem);
    --font-21: 1.3125rem;
    --font-21-16: clamp(1rem, 0.8839rem + 0.4762vw, 1.3125rem);
    --font-21-13: clamp(0.8125rem, 0.6268rem + 0.7619vw, 1.3125rem);
    --font-21-12: clamp(0.75rem, 0.5411rem + 0.8571vw, 1.3125rem);
    --font-19-17: clamp(1.0625rem, 1.0161rem + 0.1905vw, 1.1875rem);
    --font-19-16: clamp(1rem, 0.9304rem + 0.2857vw, 1.1875rem);
    --font-19-15: clamp(0.9375rem, 0.8446rem + 0.381vw, 1.1875rem);
    --font-17: 1.0625rem;
    --font-17-15: clamp(0.9375rem, 0.8911rem + 0.1905vw, 1.0625rem);
    --font-17-14: clamp(0.875rem, 0.8054rem + 0.2857vw, 1.0625rem);
    --font-17-13: clamp(0.8125rem, 0.7196rem + 0.381vw, 1.0625rem);
    --font-17-12: clamp(0.75rem, 0.6339rem + 0.4762vw, 1.0625rem);
    --font-15: 0.9375rem;
    --font-15-13: clamp(0.8125rem, 0.7661rem + 0.1905vw, 0.9375rem);
    --font-15-12: clamp(0.75rem, 0.6804rem + 0.2857vw, 0.9375rem);
    --font-15-11: clamp(0.6875rem, 0.5946rem + 0.381vw, 0.9375rem);
    --font-13-15: clamp(0.9375rem, 0.9839rem + -0.1905vw, 0.8125rem);
    --font-13: 0.813rem;
    --font-13-12: clamp(0.75rem, 0.7268rem + 0.0952vw, 0.8125rem);
    --font-13-11: clamp(0.6875rem, 0.6411rem + 0.1905vw, 0.8125rem);
    --font-12-10: clamp(0.625rem, 0.5786rem + 0.1905vw, 0.75rem);
    --font-12-9: clamp(0.5625rem, 0.4929rem + 0.2857vw, 0.75rem);
    --font-11-9: clamp(0.5625rem, 0.5161rem + 0.1905vw, 0.6875rem);
    --font-10: 0.625rem;
    --font-9: 0.5625rem;

}

* {
    text-box: trim-both cap alphabetic;
    text-rendering: geometricPrecision;
    scroll-margin-block: calc(var(--header-height, 0px) + 1rem);
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
	background-color: white;
    color: var(--c-secondary);
    overflow-x: clip;
}

html.scroll-lock,
html:has(#hamburger-menu-state:checked) {
	overflow: hidden;
}

.only-mobile {
	display: none;
}

.only-desktop {
	display: block;
}

:where(img, svg) {
    max-width: 100%;
    display: block;
}

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

[data-href] {
    cursor: pointer;
}

.scroll-margin {
    scroll-margin-top: calc(var(--header-height, 5rem) + 2rem);
}

#awebChromeHelper {
    display: none !important;
}

img.aligncenter {
    margin-inline: auto;
}

img.alignright {
    margin-left: auto;
}

/* Typography */

:where(#page, .base-font) {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: var(--font-21-16);
    line-height: 1.4;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
}

:where(.smaller-font) {
    font-size: var(--font-17-15);
}

:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-family: "Wix Madefor Text", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--c-secondary);
    margin: 0;
}

:where(h1, .h1) {
    font-size: var(--font-70-44);
}

:where(h2, .h2) {
    font-size: var(--font-56-36);
}

:where(h3, .h3) {
    font-size: var(--font-42-30);
}

:where(h4, .h4) {
    font-size: var(--font-32-24);
    font-weight: 600;
}

:where(h5, .h5) {
    font-size: var(--font-24-21);
    font-weight: 600;
}

:where(h6, .h6) {
    font-size: var(--font-13-12);
    font-weight: 600;
    color: var(--c-tertiary);
}

:where(.h7) {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: var(--font-13-11);
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--c-secondary);
    margin: 0;
}

#page :where(strong, b) {
    font-weight: 600;
}

/* Layout */

.wrap {
    --size: var(--page-size);
    --pad: var(--page-padding);
    --offset: max(var(--pad), calc(var(--document-width) - var(--size)) / 2);
    width: calc(100% - 2 * var(--pad, 0px));
	max-width: var(--size, 100%);
	padding-inline: var(--pad, 0px);
    margin: 0 auto;
    box-sizing: content-box;
}

.wrap.narrow {
    --size: var(--page-size-narrow);
    --pad: var(--page-padding-narrow);
}

.wrap.wide {
    --size: var(--page-size-wide);
    --pad: var(--page-padding-wide);
}

.wrap .wrap {
    margin: 0 !important;
    padding: 0 !important;
    width: unset !important;
    max-width: unset !important;
    box-sizing: border-box;
}

.site-inner {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow-y: clip;
}

.site-content {
    flex-grow: 1;
}

/* Buttons */

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-size: var(--font-17-14);
    line-height: 1.1;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.01em;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: var(--c-primary);
    padding: 1.25rem 1.5rem;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    text-wrap: nowrap;
    isolation: isolate;
}

.btn.secondary {
    border: 1px solid #D1D2D7;
    background-color: transparent;
    color: var(--c-secondary);
}

.btn.secondary-alt {
    /* border: 1px solid rgb(71 81 123 / .2); */
    border: 1px solid #47517B;
    background-color: transparent;
    color: white;
}

.btn.tertiary {
    padding: 0;
    background-color: transparent;
    color: var(--c-secondary);
}

.btn.tertiary-alt {
    padding: 0;
    background-color: transparent;
    color: white;
}

.btn[disabled] {
    opacity: .4;
    pointer-events: none;
}

.btn svg {
    max-width: 0.8em;
    max-height: 0.8em;
    align-self: flex-start;
}

@media screen and (hover: hover) {
    .btn {
        transition: 300ms ease-out;
        transition-property: color, background-color, border-color;
    }
    
    .btn.primary:is(:hover, :focus, :focus-within) {
        background-color: var(--c-tertiary);
    }
    
    .btn:is(.secondary, .secondary-alt):is(:hover, :focus, :focus-within) {
        color: white;
        background-color: var(--c-tertiary);
        border-color: var(--c-tertiary);
    }
    
    .btn:is(.tertiary, .tertiary-alt):is(:hover, :focus, :focus-within) {
        color: var(--c-tertiary);
    }

    .btn svg {
        transition: 300ms ease-out;
        transition-property: transform, color;
    }

    .btn:is(:hover, :focus, :focus-within) svg {
        transform: translate(6px, -6px);
    }
}

/* CookieYes Banner */

.cky-consent-container {
    inset: unset !important;
    left: 2.5rem !important;
    bottom: 2.5rem !important;
    width: 32.6875rem !important;
    height: auto !important;
    border-radius: var(--radius-l) !important;
    font-family: "Wix Madefor Text", serif;
    font-size: var(--font-17-15);
    line-height: 1.5;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.03em;
}

.cky-consent-container .cky-consent-bar {
    box-shadow: 0px 0px 40px 0px #00000033 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background-color: white !important;
}

.cky-notice .cky-title,
.cky-preference-header .cky-preference-title {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: var(--font-24-19) !important;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--c-text-dark) !important;
}

.cky-notice .cky-title {
    margin: 0 0 1.25rem 0 !important;
}

.cky-notice-des {
    /* text-wrap: balance; */
}

.cky-notice-des a {
    text-decoration: underline;
    color: inherit;
    text-underline-offset: 2px;
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-dma-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc * {
    font-size: var(--font-17-15) !important;
}

.cky-notice-btn-wrapper {
    margin-top: 2rem !important;
    gap: 0.625rem !important;
}

.cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
    padding: 0 !important;
}

.cky-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-size: var(--font-15-13) !important;
    line-height: 1.1 !important;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
    letter-spacing: -0.01em;
    text-align: center;
    text-decoration: none;
    color: white !important;
    background-color: var(--c-primary) !important;
    padding: 1.25rem 1.5rem !important;
    border: none !important;
    border-radius: var(--radius-xs) !important;
    cursor: pointer;
    text-wrap: nowrap;
    isolation: isolate;
    text-align: center !important;
}

.cky-btn-customize, .cky-btn-reject, .cky-btn-preferences {
    border: 1px solid #D1D2D7 !important;
    background-color: transparent !important;
    color: var(--c-secondary) !important;
}

.cky-btn::after {
    /* content: var(--i-cky-chevron-light); */
    /* line-height: 0; */
}

.cky-btn-customize::after, .cky-btn-reject::after, .cky-btn-preferences::after {
    /* content: var(--i-cky-chevron-dark); */
}

@media screen and (hover: hover) {
    .cky-btn {
        transition: 300ms ease-out;
        transition-property: color, background-color, border-color;
    }
    .cky-btn:is(:hover, :focus-visible) {
        background-color: var(--c-tertiary) !important;
    }
    :is(.cky-btn-customize, .cky-btn-reject, .cky-btn-preferences):is(:hover, :focus-visible) {
        color: white !important;
        background-color: var(--c-tertiary) !important;
        border-color: var(--c-tertiary) !important;
    }
}

/* Modal */

.modal {
    position: fixed;
    inset: 0;
    background-color: rgb(2 12 23 / .8);
    z-index: 99;
    display: flex;
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto;
    padding: var(--page-padding);
}

.modal:not(.active) {
    display: none;
}

.modal .modal-inner {
    position: relative;
    background-color: var(--c-aqua-haze);
    color: var(--c-text-light);
    max-width: var(--modal-size);
    width: fit-content;
    width: -webkit-fit-content;
    /* padding: calc(1.5 * var(--modal-padding)) var(--modal-padding); */
    margin: auto;
    box-shadow: 0px 0px 80px 0px #00000040;
    border-radius: var(--radius-l);
    overflow: hidden;
}

.modal-close {
    position: absolute;
    top: 1.375rem;
    right: 1.375rem;
    width: 2.375rem;
    height: 2.375rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--c-background-light);
    border: 0;
    padding: 0;
    z-index: 1;
}

.modal .modal-close::before,
.modal .modal-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40%;
    height: 1.75px;
    background-color: var(--c-tertiary);
    border-radius: 2rem;
    transform-origin: center;
}

.modal .modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal .modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Horizontal Scroll Element */

.hscroll-container {
    --color: white;
    position: relative;
    width: calc(100% + 2 * var(--pad, var(--page-padding, 0px)));
    margin-left: calc(-1 * var(--pad, var(--page-padding, 0px)));
}

.hscroll-inner {
    padding-inline: var(--pad, var(--page-padding, 0px));
    padding-bottom: 0.9375rem;
    overflow-x: auto;
}

.hscroll-container::before,
.hscroll-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4rem;
    transition: opacity 200ms ease;
    z-index: 2;
    pointer-events: none;
}

.hscroll-container::before {
    left: 0;
    background-image: linear-gradient(90deg, var(--color), transparent);
}

.hscroll-container.no-left-shadow::before {
    opacity: 0;
}

.hscroll-container::after {
    right: 0;
    background-image: linear-gradient(-90deg, var(--color), transparent);
}

.hscroll-container.no-right-shadow::after {
    opacity: 0;
}

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
    color: var(--c-secondary);
    isolation: isolate;
    border-bottom: 1px solid #D1D2D7;
    transition: 250ms ease;
    transition-property: transform;
}

body.scrolled .site-header.hide {
    transform: translateY(-100%);
}

.site-header .site-branding {
    flex-shrink: 0;
}

.site-header .custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 2.5rem;
    max-width: 11rem;
}

.site-header .site-header-main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2.5rem;
    position: relative;
    padding-block: 1.5rem;
}

.site-header .hamburger-container :has(.header-nav) {
    height: 100%;
}

.site-header .primary-menu .menu-back-btn {
    display: none;
    margin-bottom: 3rem;
    align-items: center;
    gap: .5rem;
    font-size: 0.9375rem;
    color: var(--c-text-light);
}

.site-header .primary-menu .menu-back-btn svg {
    max-width: 0.625rem;
    max-height: 0.625rem;
}

.site-header .header-nav {
    display: flex;
    align-items: stretch;
    gap: 3.125rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--font-17-13);
    font-weight: 500;
    line-height: 1.1;
    height: 100%;
}

.site-header .menu-item.btn {
    padding: 0;
}

.site-header .header-nav a {
    color: currentColor;
    text-decoration: none;
    text-wrap: nowrap;
}

.site-header .menu-item.btn > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-size: var(--font-17-13);
    color: var(--c-tertiary);
}

.site-header .menu-item.btn > a svg {
    flex-shrink: 0;
}

:where(.site-header) .btn.tertiary svg {
    color: var(--c-secondary);
}

.site-header .header-nav > .menu-item:not(.btn) > a {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0.625rem;
    height: 100%;
}

.site-header .header-nav > .menu-item:not(.btn):is(:hover, :focus-within) > a {
    color: var(--c-tertiary);
}

.site-header .header-nav > .menu-item-has-children:not(.btn) > a {
    position: relative;
}

.site-header .header-nav > .menu-item-has-children:not(.btn) > a svg {
    width: 0.5rem;
    height: auto;
    transition: transform 250ms ease;
}

.site-header .header-nav > .menu-item-has-children:not(.btn):is(:hover, :focus-within) > a svg {
    transform: rotate(-90deg);
}

.site-header .header-nav > .menu-item-has-children:not(.btn):is(:hover, :focus-within) > a::before {
    /* content: ''; */
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    height: calc(var(--header-height) / 2 - 1lh + 2px);
    cursor: default;
}

.site-header .header-nav > .menu-item-has-children:not(.btn):is(:hover, :focus-within) > a::after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 13px solid transparent;
    border-top-width: 0;
    border-bottom-color: var(--c-secondary);
    transform: translate(-50%, calc(var(--header-height) / 2 - 1lh + 2px));
    cursor: default;
    z-index: 2;
}

.site-header .header-nav .sub-menu {
    display: none;
    position: absolute;
}

.site-header:not(.hide) .header-nav .menu-item:is(:hover, :focus-within) > .sub-menu {
    display: block;
}

.site-header .header-nav > .menu-item > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 1.5rem;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 40px 50px 0px #00000033;
    z-index: 2;
    max-width: 28.5rem;
    min-width: 26rem;
}

.site-header .header-nav .sub-menu .parent-item {
    margin-bottom: 3rem;
}

.site-header .header-nav > .menu-item > .sub-menu > .menu-item {
    padding-right: 3.75rem;
}

.site-header .header-nav .sub-menu > .menu-item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.site-header .header-nav > .menu-item > .sub-menu > .menu-item > a {
    font-weight: 600;
}

.site-header .header-nav .sub-menu .menu-item-description {
    font-size: var(--font-14-13);
    color: var(--c-text-light);
    margin-block: 1.125rem 0.875rem;
}

.site-header .header-nav > .menu-item > .sub-menu > .menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.site-header .header-nav > .menu-item > .sub-menu:has(> .menu-item-has-children:is(:hover, :focus-within)) {
    border-radius: 10px 0 0 10px;
}

.site-header .header-nav .sub-menu .menu-item > a:is(:hover, :focus-visible) {
    opacity: .6;
}

.site-header .header-nav > .menu-item > .sub-menu > .menu-item > .sub-menu {
    top: -5px;
    bottom: -5px;
    left: 100%;
    list-style: none;
    margin: 0;
    padding: 3.75rem;
    background-color: var(--c-secondary);
    border-radius: 0 10px 10px 0;
    min-width: 20.625rem;
}

.site-header .header-nav > .menu-item > .sub-menu > .menu-item > .sub-menu .parent-item {
    color: var(--c-tertiary);
}

/* Hamburger menu */

.hamburger-menu-toggle {
    align-items: center;
    gap: 0.5rem;
    background-color: rgb(from var(--c-secondary) r g b / .05);
    border-radius: 2px;
    padding: 0.75rem;
    font-size: var(--font-17-13);
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
}

.hamburger-menu-toggle .hamburger-icon {
    width: 0.75rem;
    height: auto;
    color: var(--c-primary);
}

:where(#hamburger-menu-state, .hamburger-menu-toggle) {
    display: none;
}

/* Form */

:is(input:not([type=radio],[type=checkbox],[type=submit]), textarea) {
    width: 100%;
    font-size: var(--font-17-15);
    font-weight: 400;
    line-height: 1.4;
    color: var(--c-secondary);
    letter-spacing: -0.01em;
    background-color: white;
    border: 1px solid rgb(221, 222, 230);
    border-radius: var(--radius-xs);
    padding: 0.819rem 1rem;
    caret-color: var(--c-secondary);
    text-box: unset;
}

textarea {
    --lines: 4;
    --min-lines: 1;
    --max-lines: 8;
    resize: vertical;
    height: calc(var(--lines) * 1.4em + 1.638rem);
    height: calc(var(--lines) * 1lh + 1.638rem);
    min-height: calc(var(--min-lines) * 1.4em + 1.638rem);
    min-height: calc(var(--min-lines) * 1lh + 1.638rem);
    max-height: calc(var(--max-lines) * 1.4em + 1.638rem);
    max-height: calc(var(--max-lines) * 1lh + 1.638rem);
}

:is(input:not([type=radio],[type=checkbox],[type=submit]), textarea)::placeholder {
    font-weight: 400;
    color: rgb(from var(--c-secondary) r g b / .5);
}

:is(input:not([type=radio],[type=checkbox],[type=submit]), textarea):focus {
    outline: 2px solid var(--c-tertiary);
    outline-offset: -1px;
}

/* WPCF7 Form */

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form .title {
    display: block;
    margin-bottom: 1.5rem;
}

.wpcf7-form .flex-row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.wpcf7-form .flex-row > .wpcf7-form-control-wrap {
    flex-grow: 1;
}

.wpcf7-form .flex-row > :is(button, .wpcf7-submit) {
    flex: 0;
}

.wpcf7-form .field-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.wpcf7-form .field-wrap .label {
    font-size: var(--font-14-12);
    font-weight: 600;
    line-height: 1;
}

.wpcf7-form .field-wrap.required .label::after {
    content: ' *';
    font-weight: 300;
    color: var(--c-tertiary);
}

.wpcf7-form .field-wrap :is(input:not([type=radio],[type=checkbox],[type=submit]), textarea) {
    width: 100%;
}

.wpcf7-form :is(input:not([type=radio],[type=checkbox],[type=submit]), textarea).wpcf7-not-valid {
    border-color: red;
}

.wpcf7-form .wpcf7-form-control-wrap {
    text-box: unset;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: var(--font-13-11);
    color: red;
    margin-top: 0.5rem;
    text-align: left;
}

.wpcf7-form .wpcf7-acceptance {
    font-size: var(--font-13-11);
    font-weight: 400;
    color: var(--c-secondary);
}

.wpcf7-form .wpcf7-acceptance a {
    color: var(--c-primary);
    font-weight: 600;
    text-decoration: underline;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-acceptance input {
    display: none;
}

.wpcf7-form .wpcf7-acceptance input + ::before {
    content: '';
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
    background-color: white;
    border: 1px solid rgb(from var(--c-text-light) r g b / 0.502);
    border-radius: 4px;
    position: relative;
    top: 0.215rem;
}

.wpcf7-form .wpcf7-acceptance input:checked + ::before {
    content: var(--i-check);
    border: none;
}

.wpcf7-form .recaptcha {
    font-size: var(--font-10-8);
    font-weight: 400;
    color: var(--c-text-light);
    letter-spacing: -0.01em;
    max-width: 16rem;
    margin-top: -0.625rem;
}

.wpcf7-form .recaptcha a {
    color: var(--c-primary);
    text-decoration: underline;
}

.wpcf7-form .wpcf7-response-output {
    border: none !important;
    margin: 1.25rem 0 0 !important;
    padding: 0 !important;
    font-size: var(--font-13-11);
}

/* HubSpot Form */

.hs-form :is(input:not([type=radio],[type=checkbox],[type=submit]), textarea).invalid {
    border-color: red;
}

.hs-form :is(.hs-input,.hs-button) {
    display: block !important;
    text-box: unset;
}

.hs-form :is(.input,.actions) {
    text-box: unset;
}

.hs-form .hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-form .hs-error-msg {
    display: block;
    font-size: var(--font-13-11);
    color: red;
    margin-top: 0.5rem;
    text-align: left;
}

/* Footer */

.site-footer {
    padding-block: 5rem 1.875rem;
    background-color: white;
    border-top: 1px solid #D1D2D7;
}

.site-footer .footer-main-content {
    display: grid;
    grid-template-columns: 1fr .5fr 1fr;
    gap: 2rem;
}

.site-footer .footer-general {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
}

.site-footer .footer-general .footer--text p {
    margin-block: 0;
}

.site-footer .footer-general .footer--cta_buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

:where(.site-footer .footer-general .footer--cta_buttons) .btn.tertiary {
    color: var(--c-tertiary);
    font-size: var(--font-17);
}

:where(.site-footer .footer-general .footer--cta_buttons) .btn.tertiary svg {
    color: var(--c-secondary);
}

.site-footer .footer-general .footer--social_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.site-footer .footer-general .footer--social_links > a {
    color: var(--c-secondary);
    font-size: 1.5rem;
    line-height: 1;
}

.site-footer .footer--nav > h6:not(:last-child) {
    margin-bottom: 2.5rem;
}

.site-footer .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 1.165rem;
    font-size: var(--font-13-12);
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer .footer-nav a {
    color: currentColor;
    text-decoration: none;
}

.site-footer .footer--subscribe > h6:not(:last-child) {
    margin-bottom: 2.5rem;
}

.site-footer .footer-copyright {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.625rem;
    padding-top: 1.875rem;
    margin-top: 3.75rem;
    font-size: var(--font-11-9);
    line-height: 1.1;
    font-weight: 400;
}

.site-footer .footer-copyright::before {
    content: '';
    position: absolute;
    left: calc(-1 * var(--offset));
    right: calc(-1 * var(--offset));
    top: 0;
    height: 1px;
    background-color: rgb(from var(--c-secondary) r g b / .15);
}

.site-footer .footer-copyright a {
    font-weight: 600;
    color: currentColor;
}

.site-footer .footer-copyright .text-separator--vertical::before {
    content: '|';
    margin-inline: 0.5rem;
}

/* Rolling Number */

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}
  
.rolling-number {
    --anim-dur: 1000ms;
    counter-reset: num var(--num);
}

.rolling-number.animate {
    animation: rolling-number var(--anim-dur) forwards ease-in-out;
}

.rolling-number::before {
    content: var(--num);
    content: counter(num);
}

@keyframes rolling-number {
    from {
        --num: 0;
    }
    to {
        --num: var(--nr);
    }
}

/* Ajax Loading Indicator */

@keyframes ajax-loading-spinner {
    100%{
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

.ajax-loading {
    position: relative;
    pointer-events: none;
}

.ajax-loading::after {
    content: '';
    display: block;
    width: 5rem;
    height: 5rem;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
      radial-gradient(farthest-side, var(--c-primary) 94%, transparent) top/8px 8px no-repeat,
      conic-gradient(transparent 30%, var(--c-primary));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px),black 0);
    animation: ajax-loading-spinner 1s infinite linear;
}

.ajax-loading > * {
    opacity: .3;
}

/* Accordions */

.accordion-group {
    display: flex;
    flex-direction: column;
}

.accordion {
    border-top: 1px solid rgb(255 255 255 / 0.15);
}

.accordion .ac-state {
    display: none;
}

.accordion .ac-trigger {
    display: block;
	cursor: pointer;
    padding: 1.5rem 0;
    user-select: none;
}

.accordion .ac-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 250ms ease;
}

.accordion .ac-state:checked ~ .ac-content {
    grid-template-rows: 1fr;
}

.accordion .ac-content-inner {
	overflow: hidden;
	transition: padding 250ms ease;
}

.accordion .ac-state:checked ~ .ac-content .ac-content-inner {
    padding-block: 1px 1.5rem;
}

/* Classic Content Wrapper */

.gbwp-classic-content {
    margin-block: 5rem;
}

@media screen and (width <= 1200px) {
    .site-header .header-nav .only-desktop,
    .site-header .hamburger-container {
        display: none;
    }
    .hamburger-menu-toggle {
        display: flex;
    }
    .site-header .header-nav .only-mobile,
    .site-header .hamburger-container .header-search--mobile {
        display: block;
    }
    .site-header .primary-menu .menu-back-btn {
        display: inline-flex;
    }
    .site-header .site-header-main,
    .site-header .header-nav {
        gap: 0.5rem;
    }
    .site-header .site-branding {
        margin-right: auto;
    }
	.site-header .hamburger-container {
        position: fixed;
        inset: 0;
        top: var(--header-height);
        background-color: white;
        flex-direction: column;
    }
    #hamburger-menu-state:checked ~ .site-header-main .hamburger-container {
        display: flex;
    }
    .site-header .hamburger-container .primary-nav {
        flex-grow: 1;
        padding: 2.5rem var(--page-padding, 0px);
        overflow: clip auto;
        position: relative;
    }
    .site-header .hamburger-container .header-nav {
        height: unset;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.375rem;
        background-color: white;
    }
    .site-header .hamburger-container .header-nav .sub-menu {
        display: block;
        inset: 0 !important;
        padding: 2.5rem var(--page-padding, 0px) !important;
        background-color: white !important;
        border: none;
        border-radius: 0 !important;
        box-shadow: none;
        min-width: unset !important;
        max-width: unset !important;
        transform: translateX(100%);
        transition: transform 200ms ease;
        overflow: clip auto;
    }
    .site-header .hamburger-container .header-nav .menu-item.mobile-active > .sub-menu {
        transform: translateX(0);
    }
    .site-header .hamburger-container:has(.primary-menu > .mobile-active),
    .site-header .hamburger-container .header-nav .sub-menu:has(> .mobile-active) {
        overflow-y: clip;
    }
    .site-header .header-nav > .menu-item-has-children:not(.btn) > a::before,
    .site-header .header-nav > .menu-item-has-children:not(.btn) > a::after {
        display: none;
    }
}

@media screen and (width <= 620px) {
    :root {
        --page-padding-narrow: 1.25rem;
        --page-padding: 1.25rem;
        --page-padding-wide: 1.25rem;
    }
    .cky-consent-container {
        left: 1.25rem !important;
        right: 1.25rem !important;
        bottom: 1.25rem !important;
        width: unset !important;
    }
    .cky-consent-container .cky-consent-bar {
        padding: 2rem 1.875rem !important;
    }
    .cky-notice-btn-wrapper {
        flex-direction: row !important;
    }
    .cky-notice-btn-wrapper .cky-btn {
        flex-basis: calc(50% - .3125rem);
        flex-grow: 1;
        order: unset !important;
    }
    .wpcf7-form .flex-row {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .wpcf7-form .flex-row > .wpcf7-form-control-wrap,
    .wpcf7-form .flex-row > :is(button, .wpcf7-submit) {
        flex: unset;
    }
    .site-header .custom-logo {
        max-width: 8.625rem;
    }
    .site-header .site-header-main {
        padding: 1.25rem;
    }
    .site-footer .footer-main-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .site-footer .footer-general {
        border-bottom: 1px solid rgb(221, 222, 230);
        padding-bottom: 2.5rem;
        gap: 1.875rem;
    }
    .site-footer .footer-nav {
        display: block;
        columns:2;
        border-bottom: 1px solid rgb(221, 222, 230);
        padding-bottom: 1.75rem;
    }
    .site-footer .footer-nav li {
        margin-bottom: 1.25rem;
    }
    .site-footer .footer--subscribe .wpcf7-form .flex-row {
        flex-direction: row;
        align-items: stretch;
        gap: 0.5rem;
    }
    .site-footer .footer--subscribe .wpcf7-form :is(input:not([type=radio],[type=checkbox],[type=submit]), textarea) {
        height: 100%;
    }
    .site-footer .footer-copyright {
        margin-top: 3rem;
        margin-bottom: 1.875rem;
        flex-direction: column;
        gap: 0.75rem;
    }
    .site-footer .footer-copyright::before {
        left: var(--pad);
        right: var(--pad);
    }
    .site-footer {
        padding-block: 3.75rem 1.875rem;
    }
    .site-footer .footer--nav > h6:not(:last-child),
    .site-footer .footer--subscribe > h6:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .site-header .hamburger-container .header-nav {
        padding: 2.375rem;
    }
    .site-header .hamburger-container .primary-nav {
        padding:0;
    }
    .site-header .hamburger-container .header-nav {
        height: 100%;
    }
    .site-header .hamburger-container {
        background-color: unset;
    }
    .gbwp-classic-content {
        margin-block: 2.5rem;
    }
}