:root {

    --font-eiko: "Ppeiko", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-inter: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}

/* light italic */
@font-face {
    font-family: "Ppeiko";
    src: url("./typography/ppeiko-lightitalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

html {
	font-family: var(--font-inter, 'Inter', sans-serif);
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

/* typography */
.site-content h1, .heading-h1, body h1 {
	font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 69px; /* 107.813% */
    letter-spacing: -3.2px;
}
.site-content h2, .heading-h2, body h2 {
	font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.9px;
}
.site-content h3, .heading-h3, body h3 {
	font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 110.714% */
    letter-spacing: -1.4px;
}
.site-content h4, .heading-h4, body h4 {
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.36px;
}
.site-content :is(h1, h2, h3, h4), .heading-h1, .heading-h2, .heading-h3, .heading-h4, body :is(h1, h2, h3, h4) {
	font-family: var(--font-inter, 'Inter', sans-serif);
	margin-bottom: 16px;
	text-wrap: pretty;
    text-transform: capitalize;
}
.page-banner :is(h1, h2, h3, h4):not(.content-checklist :is(h1, h2, h3, h4)) {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 69px; /* 107.813% */
    letter-spacing: -3.2px;
}
h1 em, h2 em, h3 em, h4 em,
h1 i, h2 i, h3 i, h4 i {
    font-style: italic;
    font-family: var(--font-eiko, 'Ppeiko', sans-serif);
    font-weight: 300;
    letter-spacing: -0.8px;
    color: rgba(0, 0, 0, 0.50);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.50);
}
[class*="background-"]:not(.background-white) :is(h1, h2, h3, h4) :is(em, i),
.gradient-wrapper[data-gradient-color="purple"] section :is(h1, h2, h3, h4) :is(em, i),
.video-content :is(h1, h2, h3, h4) :is(em, i),
.page-banner--checklist :is(h1, h2, h3, h4) :is(em, i) {
    color: rgba(255, 255, 255, 0.5);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}
.site-content small,
body small {
	font-size: 14px;
	line-height: 22px;
}
.site-content p,
body p {
	margin-bottom: 20px;
}
.site-content strong,
body strong {
    font-weight: 700;
}
.content-button, .wp-block-button a.wp-block-button__link, .wpcf7-submit, .masonry-load-more .button {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}
.content-button[href^="tel:"] {
    font-weight: 400;
}
.wp-block-heading + .wp-block-image {
    margin-top: 25px;
}
.wp-block-image + *:not(.wp-block-image) {
    margin-top: 25px;
}
.wp-block-list li:not(:last-child) {
    margin-bottom: 20px;
}
.wp-block-quote {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: var(--black, #262626);
    border-radius: 20px;
    padding: 32px 40px;
    border: unset;
    background: linear-gradient(351deg, #8862FF 0%, #C1A7FF 100%);
    position: relative;
    margin: 30px 0 35px;
}
.wp-block-quote::before {
    content: "";
    position: absolute;
    inset: 2px;
    background-color: #f7f4ff;
    border-radius: 18px;
}
.wp-block-quote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.7px;
    text-transform: capitalize;
    color: #595959;
}
.wp-block-quote cite::before {
    content: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.958 0H12.6872V9.24375L18.1029 16.9167H21.3932L18.1718 9.66667H22.958V0ZM10.2705 0H-0.000326157V9.24375L5.41542 16.9167H8.70572L5.4843 9.66667H10.2705V0Z' fill='url(%23paint0_linear_590_2889)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_590_2889' x1='-0.000326157' y1='16.9167' x2='2.28992' y2='-2.4448' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238862FF'/%3E%3Cstop offset='1' stop-color='%23C1A7FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    margin-right: 15px;
    line-height: 1;
    display: inline-block;
}
.wp-block-quote cite strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -1.2px;
    color: var(--lavender-light, #9473F9);
    background: linear-gradient(90deg, #8B66FF 0%, #A48BE3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wp-block-quote > * {
    position: relative;
    z-index: 1;
}
.section-content:has(h1,h2,h3,h4) p:first-child, .banner-logo-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.section-content:has(h1,h2,h3,h4) p:first-child strong, .banner-logo-content strong {
    font-weight: 700;
    position: relative;
    margin: 0 6px;
    line-height: 24px;
    z-index: 1;
    display: inline-block;
}
.section-content:has(h1,h2,h3,h4) p:first-child strong::before, .banner-logo-content strong::before {
    content: "";
    position: absolute;
    border-radius: 7px;
    top: -1px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 2px);
    background-color: rgba(255, 255, 255, 0.13);
    z-index: -1;
}
.background-white:not(.video-section, .content-checklist-section) .section-content:has(h1,h2,h3,h4) p:first-child, .background-white .banner-logo-content {
    color: #747474;
}
.background-white .section-content:has(h1,h2,h3,h4) p:first-child strong, .background-white .banner-logo-content strong {
    color: #000;
}
.background-white .section-content:has(h1,h2,h3,h4) p:first-child strong::before, .background-white .banner-logo-content strong::before {
    background: rgba(148, 115, 249, 0.18);
}

.site-footer {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 169.231% */
    letter-spacing: -0.26px;
}

.site-footer .widget-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.32px;
}
.site-footer .widget ul.menu li {
    margin-bottom: 0;
}
.site-footer .widget ul.menu li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 215.385% */
    letter-spacing: -0.26px;
}
.site-footer .widget ul.menu li a:not(:hover) {
    text-decoration: none;
}
.site-info .copyright-bar {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    letter-spacing: -0.28px;
    margin: 0 auto 0 0 !important;
}
@media (max-width: 1400px) {
	.page-banner :is(h1, h2, h3, h4):not(.content-checklist :is(h1, h2, h3, h4)) {
		font-size: 55px;
		line-height: 60px;
	}
}
@media screen and (max-width: 575px) {
	html, body {
		font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; 
	}
	.site-content h1, .heading-h1, body h1 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -1.5px;
	}
	.site-content h2, .heading-h2, body h2 {
		font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -1.5px;
	}
	.site-content h3, .heading-h3, body h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: -1.2px;
	}
	.site-content h4, .heading-h4, body h4 {
		font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: -0.16px;
	}
    .page-banner :is(h1, h2, h3, h4):not(.content-checklist :is(h1, h2, h3, h4))  {
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 51px;
        letter-spacing: -2.1px;
    }
}