/*
Theme Name: Minnofied
Text Domain: Minno
Version: 2.12
Description: Theme for Minno Website
Tags: responsive, quirky, fun
Author: Angela Velasquez
Author URI: gominno.com
*/

/* Minno Theme */

@font-face {
    font-family: "TideSans-300";
    src: url("../minnofied/assets/fonts/TideSans-300LilKahuna.woff2");
    font-weight: normal;
}

@font-face {
    font-family: "TideSans-400";
    src: url("../minnofied/assets/fonts/TideSans-400LilDude.otf");
    font-weight: normal;
}

@font-face {
    font-family: "TideSans-600";
    src: url("../minnofied/assets/fonts/TideSans-600Bunny.otf");
    font-weight: normal;
}

@font-face {
    font-family: "TideSans-700";
    src: url("../minnofied/assets/fonts/TideSans-700Mondo.woff2");
    font-weight: normal;
}

@font-face {
    font-family: "Burbank";
    src: url("../minnofied/assets/fonts/BurbankBigRegular-Bold.otf");
    font-weight: normal;
}

@font-face {
    font-family: "var(--tide-3)";
    font-display: swap;
    src: url("../minnofied/assets/fonts/TideSans-300LilKahuna.woff2");
}

@font-face {
    font-family: "var(--tide-4)";
    font-display: swap;
    src: url("../minnofied/assets/fonts/TideSans-400LilDude.otf");
}

@font-face {
    font-family: "var(--tide-6)";
    font-display: swap;
    src: url("../minnofied/assets/fonts/TideSans-600Bunny.otf");
}

@font-face {
    font-family: "var(--tide-7)";
    font-display: swap;
    src: url("../minnofied/assets/fonts/TideSans-700Mondo.woff2");
}

body,
* {
    font-family: "TideSans-300", sans-serif;
}

span {
    font-family: inherit;
}


strong,
h1,
h2,
h3,
h4,
h5,
h6,
button,
label,
.title {
    font-family: "TideSans-700", sans-serif;
}

.has-burbank-font {
    font-family: "Burbank", sans-serif;
}

.has-text-blue,
h1.has-text-blue,
h2.has-text-blue,
h3.has-text-blue,
h4.has-text-blue,
h5.has-text-blue,
h6.has-text-blue,
title.has-text-blue {
    color: var(--blue) !important;
}

.has-text-purple,
h1.has-text-purple,
h2.has-text-purple,
h3.has-text-purple,
h4.has-text-purple,
h5.has-text-purple,
h6.has-text-purple,
title.has-text-purple {
    color: var(--purple) !important;
}

button,
.button {
    transition: background-color var(--smooth) ease-in-out;
    border-radius: var(--border-buttons);
}

.has-font-tidesans-3 {
    font-family: "TideSans-300", sans-serif;
}

.has-font-tidesans-4 {
    font-family: "TideSans-400", sans-serif;
}

.has-font-tidesans-6 {
    font-family: "TideSans-600", sans-serif;
}

.has-font-tidesans-7 {
    font-family: "TideSans-700", sans-serif;
}

.is-teal {
    color: var(--blue);
    background-color: var(--teal);
    border-color: var(--teal);
}

.is-teal:hover {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}

.is-blue {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}

.is-blue:hover {
    color: var(--blue);
    background-color: var(--teal);
    border-color: var(--teal);
}

.is-orange {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange);
}

.is-orange:hover {
    color: var(--white);
    background-color: var(--pink-darker);
    border-color: var(--pink-darker);
}

.is-purple {
    color: var(--white);
    background-color: var(--purple);
    border-color: var(--purple);
}

.is-purple:hover {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}

.is-green {
    color: var(--white);
    background-color: var(--green-dark);
    border-color: var(--green-dark);
}

.is-green:hover {
    color: var(--white);
    background-color: var(--green-darker);
    border-color: var(--green-darker);
}

.button.is-teal.is-outlined {
    background-color: transparent;
    border-color: var(--teal);
    color: var(--teal);
}

.button.is-purple.is-outlined {
    background-color: transparent;
    border-color: var(--purple);
    color: var(--purple);
}

.button.is-orange.is-outlined {
    background-color: transparent;
    border-color: var(--orange);
    color: var(--orange);
}

.button.is-blue.is-outlined {
    background-color: transparent;
    border-color: var(--blue);
    color: var(--blue);
}

.button.is-green.is-outlined {
    background-color: transparent;
    border-color: var(--green);
    color: var(--green);
}

@media screen and (max-width: 767px) {
    .button {
        white-space: pre-line;
        height: auto;
    }

    article p {
        white-space: break-spaces;
        word-wrap: break-word;
    }
}

/* Background colors */

.has-background-teal {
    background: var(--teal) !important;
}

.has-background-teal-lighter {
    background: var(--teal-light) !important;
}

.has-background-teal-darker {
    background: var(--teal-darker) !important;
}

.has-background-blue {
    background: var(--blue) !important;
}

.has-background-cloudy {
    background: var(--cloudy) !important;
}

/* Custom Styles
________________ */

/* Navbars */

.header--minno,
.navbar--minno {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3;
}

.navbar--minno .navbar-item a {
    color: var(--blue);
    font-family: "TideSans-700", sans-serif;
}

.navbar--minno .navbar-item.active>a {
    display: flex;
    align-items: center;
    height: 40px;
    position: relative;
    padding-left: 52px;
    padding-right: 1rem;
    background-color: #f8bc1c;
    border-radius: 1rem;
    color: var(--blue);
    font-family: "TideSans-700", sans-serif !important;
}

.navbar--minno .navbar-item.menu-item-has-children.active>a {
    padding-right: 2rem;
}

.navbar--minno .navbar-item.active:nth-child(odd)>a {
    background-color: #d5235e;
    color: var(--white);
}

.navbar--minno .navbar-item.active>a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 48px;
    width: 40px;
    background-image: url("https://marketing.gominno.com/wp-content/uploads/2023/01/05023819/bg-nav-hamster.png");
    background-size: cover;
}

.navbar--minno .navbar-item.active:nth-child(odd)>a::before {
    height: 48px;
    background-image: url("https://marketing.gominno.com/wp-content/uploads/2023/01/05023819/bg-nav-fish.png");
    background-size: cover;
}

.navbar--minno .navbar-item .button {
    color: var(--white);
}

.navbar--minno .navbar-item .button.is-teal {
    color: var(--blue);
}

.navbar--minno .navbar-item .button:hover.is-teal {
    color: var(--white);
}

.sub-nav {
    width: auto;
    margin: auto;
    position: sticky;
    top: 56px;
    z-index: 2;
}

.sub-nav a.navbar-item {
    font-family: "TideSans-700", sans-serif !important;
}

.sub-nav.sub-nav--blog {
    top: 0;
}

.sub-nav.sticky-nav {
    max-width: 380px;
    margin: 0;
    background: transparent;
    top: 100px;
}

.sub-nav.sticky-nav .navbar-menu {
    margin-top: -30px;
    background: white;
    height: 60px;
    border-radius: 1rem;
    overflow: hidden;
}

.sub-nav.sticky-nav.navbar--show {
    max-width: auto;
    width: auto;
    margin: auto;
}

.sub-nav.navbar--show .navbar-menu {
    background-color: var(--blue);
}

.sub-nav.navbar--show a {
    color: var(--white);
}

.sub-nav.navbar--show .navbar-item.active {
    border-bottom: 3px solid var(--teal);
}

.sub-nav.navbar--show .navbar-item:hover {
    background-color: transparent !important;
    border-radius: 0 !important;
}

.sub-nav.navbar--show a:hover {
    text-decoration: underline;
    color: var(--teal);
}

.sub-nav.navbar--show .navbar-menu {
    overflow: visible;
}

.sub-nav.navbar--show .navbar--show-logo {
    max-height: 50px;
    height: 50px;
    max-width: 210px;
    object-fit: contain;
}

@media screen and (max-width: 1023px) {
    .sub-nav.navbar--show .navbar--show-logo {
        margin-top: 0;
        height: 30px;
    }

    .sub-nav.sticky-nav.navbar--show {
        max-width: inherit !important;
        max-height: 50px;
        height: 50px;
        object-fit: contain;
        top: 50px;
    }

    .sub-nav.navbar--show .navbar-menu {
        border-radius: 0;
    }
}

/* Children items */

.sub-menu {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 180px;
    position: absolute;
    top: 100%;
    z-index: 20;
    padding: 0.5rem 0;
}

.navbar-item.menu-item-has-children:hover .sub-menu {
    display: block;
}

.navbar-item.menu-item-has-children {
    padding-right: 1.5rem;
}

.navbar-item.menu-item-has-children>a::after {
    border: 3px solid var(--blue);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 22px;
    bottom: auto;
    margin: auto;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
    right: 0.5rem;
}

.navbar-item.menu-item-has-children.active>a::after {
    top: 14px;
}

.sub-menu .menu-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
}

.sub-nav--shows .navbar-item.current {
    position: relative;
}

.sub-nav--shows .navbar-item.current:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 60%;
    left: 0;
    right: 0;
    background-color: var(--teal);
    height: 4px;
}

/* Display subnav on mobile */
@media screen and (max-width: 1023px) {
    .sub-menu {
        border-radius: 0;
        border-top: transparent;
        box-shadow: none;
        display: block;
        min-width: 100%;
        position: relative;
        top: auto;
        z-index: 20;
    }

    .sub-nav--shows.sticky-nav {
        top: 52px;
        margin-left: -33px;
        width: 100vw;
    }

    .sub-nav--shows.sticky-nav .navbar-menu {
        display: block;
        width: 100vw;
        border-radius: 0;
        border-top: 1px solid #f0f0f0;
        overflow: scroll;
    }

    .sub-nav--shows .navbar-start {
        display: flex;
    }
}

.help-icon {
    position: fixed;
    bottom: 6px;
    right: 14px;
    z-index: 99999999999999999;
    transition: 280ms ease;
}

@media screen and (min-width: 1024px) {
    .navbar--minno .navbar-menu {
        justify-content: space-between;
    }

    .navbar--minno .navbar-item:hover>a {
        text-decoration: underline;
    }

    .navbar--minno .navbar-start {
        margin-left: 0.5rem;
    }

    .navbar--minno .navbar-end {
        margin-right: 0.5rem;
    }

    .sub-nav .navbar-start {
        margin-right: auto;
    }

    .sub-nav.navbar--show .navbar-start {
        margin-left: auto;
    }

    .sub-nav.sticky-nav.navbar--show {
        margin-top: -60px;
    }
}

@media screen and (max-width: 1023px) {
    .sub-nav.navbar--show .navbar-menu {
        display: block;
    }

    .sub-nav.navbar--show .navbar-start {
        display: flex;
    }
}

/* Hero */

.hero--main {
    min-height: 580px;
    height: auto;
    position: relative;
}

.hero--main .hero-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 1;
    padding-bottom: 0;
}

.hero--main .columns.full-width {
    width: 100%;
}

.hero--main .hero-background-image {
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-background-image.has-opacity-25 {
    opacity: 0.25;
}

.hero-background-image.has-opacity-50 {
    opacity: 0.5;
}

.hero-background-image.has-opacity-75 {
    opacity: 0.75;
}

.hero--main .button-container {
    justify-content: center;
}

/* Home sections */

.section--home {
    padding: 8vw 0;
}

.section-shows {
    min-height: 80vh;
    padding-bottom: 600px;
    position: relative;
}

.section-shows,
.section-values {
    padding-top: 60px;
}

.full-background-image {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-shows .full-background-image {
    object-fit: cover;
    object-position: bottom;
    height: 760px;
}

@media screen and (min-width: 1408px) {
    .section-shows .full-background-image {
        object-fit: contain;
        object-position: bottom;
        height: 720px;
    }
}

.section-values {
    position: relative;
    padding-bottom: 380px;
}

.section-values .values-row {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.value-item {
    width: 50%;
    flex: 1 auto;
    text-align: center;
    margin-bottom: 1.5rem;
}

.value-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto 16px;
}

.center-background-image {
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 380px;
    z-index: 0;
}

.card--testimonial {
    padding: 4rem 1.25rem 240px;
    text-align: center;
    position: relative;
}

.card--testimonial.family-1 {
    background-image: url("https://marketing.gominno.com/wp-content/uploads/2023/07/05023808/family-1.png");
}

.card--testimonial.family-2 {
    background-image: url("https://marketing.gominno.com/wp-content/uploads/2023/07/05023807/family-2.png");
}

.card--testimonial.family-3 {
    background-image: url("https://marketing.gominno.com/wp-content/uploads/2023/07/05023807/family-3.png");
}

.card--testimonial.family-4 {
    background-image: url("https://marketing.gominno.com/wp-content/uploads/2023/07/05023806/family-4.png");
}

.card--testimonial.family-5 {
    background-image: url("https://marketing.gominno.com/wp-content/uploads/2023/07/05023806/family-5.png");
}

.card--testimonial {
    background-size: auto 190px;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 1rem;
    box-shadow: none;
}

.card--testimonial::before {
    content: "“";
    font-family: "Burbank", sans-serif;
    position: absolute;
    font-size: 140px;
    top: -90px;
    left: 20px;
    display: block;
    z-index: 1;
    line-height: 280px;
    color: #2e3973;
}

.card--testimonial::after {
    content: "”";
    font-family: "Burbank", sans-serif;
    position: absolute;
    font-size: 140px;
    bottom: -220px;
    right: 20px;
    display: block;
    z-index: 1;
    line-height: 280px;
    color: #2e3973;
}

.card--testimonial.bg-D7F3E9::before,
.card--testimonial.bg-D7F3E9::after {
    color: var(--teal);
}

.card--testimonial.bg-EFF1E7::before,
.card--testimonial.bg-EFF1E7::after {
    color: var(--green);
}

.card--testimonial.bg-FEF6CF::before,
.card--testimonial.bg-FEF6CF::after {
    color: var(--yellow);
}

.card--testimonial.bg-FDEAE8::before,
.card--testimonial.bg-FDEAE8::after {
    color: var(--orange);
}

.card--testimonial.bg-E5E4EA::before,
.card--testimonial.bg-E5E4EA::after {
    color: var(--purple);
}

.card--testimonial .wysiwyg-container span,
.card--testimonial .wysiwyg-container strong,
.card--testimonial .wysiwyg-container p strong,
.card--testimonial .wysiwyg-container b {
    color: #2e3973 !important;
}

.wysiwyg-container h1,
.wysiwyg-container h2,
.wysiwyg-container h3,
.wysiwyg-container h4,
.wysiwyg-container h5,
.wysiwyg-container h6 {
    font-family: "Burbank", sans-serif;
}

.wysiwyg-container ul {
    list-style: disc;
}

@media screen and (max-width: 768px) {

    .container--testimonials,
    .container--mobile-hor-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
    }

    .container--testimonials .column,
    .container--mobile-hor-scroll .column {
        min-width: 280px;
    }
}

.container--team {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .container--team {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1024px) {
    .hero--main .hero-body {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero--main .button-container {
        justify-content: flex-start;
    }

    .section-values {
        padding-bottom: 180px;
    }

    .value-item {
        min-width: 140px;
    }

    .section-values .column.is-offset-4-desktop {
        margin-left: 33.33336% !important;
    }

    .container.is-fluid {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .hero--main .title {
        text-align: center !important;
    }
}

/* Price tag */

.column--img {
    position: relative;
}

.price-tag {
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 0.5rem;
    background: white;
    border-radius: 1.2rem;
    font-size: 1.75rem;
}

@media screen and (min-width: 1408px) {
    .price-tag {
        padding: 1.5rem;
        border-radius: 2rem;
        max-width: 360px;
    }
}

.section--about,
.section--team {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section--team {
    padding-bottom: 6rem;
}

/* About Page */

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

    .section--about,
    .section--team {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

/* Pricing Page */

.container--pricing-cards {
    padding: 2rem 0;
}

.card--pricing {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card--pricing .button {
    margin: 1rem auto;
}

.card__image {
    display: none;
}

.pricing-plan-list {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .container--pricing-cards {
        padding: 4rem 0;
    }

    .card--pricing {
        padding: 4rem;
    }

    .column:nth-child(odd) .card__image {
        left: -3vw;
    }

    .column:nth-child(even) .card__image {
        right: -3vw;
    }

    .card__image {
        display: block;
        position: absolute;
    }

    .image--fixed-top {
        top: 0;
    }

    .image--fixed-bottom {
        bottom: -150px;
    }
}

.carousel--team:before,
.carousel--team:after {
    content: "";
    width: 10px;
}

.p-6xl {
    padding: 3rem;
}

/* Show Page */

.hero--show {
    background-color: var(--black);
}

.hero--show .hero-body {
    padding: 0;
}

.hero--show .hero-background-image {
    opacity: 0.8;
    object-fit: cover;
    object-position: center right;
}

.hero--show .character-img {
    height: auto;
    margin: auto;
    object-fit: cover;
    max-height: 540px;
}

.hero--show .card--show-info {
    padding-bottom: 1.5rem;
}

.hero--standard .card--show-info,
.hero--episode .card--show-info {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.button-absolute-top {
    border-radius: 1rem !important;
}

.hero--show .logo {
    display: none;
}

@media screen and (max-width: 1023px) {
    .hero--show .hero-background-image {
        opacity: 0.8;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 40vh;
        position: relative;
    }

    .hero--show .hero-body {
        justify-content: flex-start;
    }

    .hero--episode .button-container {
        align-items: center;
    }

    .hero--standard .columns {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero--standard .column.is-6-desktop.is-7-widescreen {
        padding: 0;
    }

    .hero--standard .column.is-6-desktop.is-7-widescreen img {
        position: absolute;
        top: -26vh;
        height: 25vh;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .hero--show {
        padding-top: 8vh;
    }

    .hero--show.hero--show-simplified {
        padding-top: 1vh;
    }

    .hero--show .hero-body {
        padding: 3rem 1rem;
    }

    .hero--show .logo {
        display: block;
        height: 200px;
        object-fit: contain;
    }

    .button-absolute-top {
        position: absolute;
        top: -12px;
    }

    .hero--show .card--show-info {
        padding: 2rem 3rem;
        border-radius: 1rem;
        position: relative;
    }
}

@media screen and (min-width: 1216px) {
    .hero--show {
        padding-top: 20vh;
    }

    .hero--show.hero--standard {
        padding-top: 15vh;
    }

    .hero--show .hero-body {
        padding: 3rem 1.5rem;
    }
}

/* Shows */

.hero--shows-img {
    position: absolute;
    z-index: 1;
    max-height: 300px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}

.container--shows {
    padding-bottom: 3rem;
}

.show-card__thumbnail {
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.container--episodes .show-card__thumbnail {
    height: auto;
    width: 100%;
}

.show-card__thumbnail a.is-block {
    width: 100%;
    height: 100%;
}

.show-card__thumbnail img {
    width: 100%;
    margin-bottom: -8px;
    height: 100%;
    object-fit: cover;
}

.show-card__thumbnail .button {
    display: none;
}

.episode-card .show-card__thumbnail {
    background: transparent;
    border-radius: 0;
    overflow: initial;
}

@media screen and (min-width: 1024px) {
    .show-card__thumbnail {
        background-color: var(--black);
        position: relative;
    }

    .container--episodes .show-card__thumbnail {
        height: auto;
    }

    .show-card .show-card__thumbnail img {
        opacity: 1;
        transition: all var(--smooth) ease-in-out;
        margin-bottom: -10px;
    }

    .show-card:hover .show-card__thumbnail img {
        opacity: 0.5;
    }

    .show-card .show-card__thumbnail .button {
        display: block;
        position: absolute;
        bottom: 0px;
        opacity: 0;
        left: 10%;
        right: 10%;
        margin: auto;
        transition: all var(--smooth) ease-in-out;
    }

    .show-card:hover .show-card__thumbnail .button {
        display: block;
        opacity: 1;
        bottom: 20px;
    }
}

@media screen and (min-width: 1215px) {
    .container--episodes .show-card__thumbnail {
        height: auto;
    }
}

@media screen and (max-width: 1023px) {
    .hero--shows {
        padding-bottom: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .hero--shows-img {
        position: absolute;
        z-index: 1;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -80px;
        max-height: 420px;
    }
}

@media screen and (min-width: 1216px) {
    .hero--shows {
        padding-top: 10vh;
    }

    .hero--show .hero-body.container {
        width: 100%;
        max-width: 1680px;
    }

    .hero--show {
        min-height: 80vh;
    }
}

/* Episodes */

.container--episodes {
    padding: 2rem 1rem;
}

@media screen and (max-width: 1023px) {
    .container--episodes {
        padding-top: 110px;
    }
}

.container--episodes .show-card p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .container--episodes {
        padding-top: 18vh;
        padding-bottom: 3rem;
    }
}

/* Blog */

.section--blog-home {
    padding: 5vw 0;
}

.blog-content {
    letter-spacing: -0.003em;
    line-height: 30px;
    font-size: 18px;
    word-break: break-word;
}

.blog-content p {
    margin: 0.5rem 0 1.5rem 0;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6,
.blog-content h1 strong,
.blog-content h2 strong,
.blog-content h3 strong,
.blog-content h4 strong,
.blog-content h5 strong,
.blog-content h6 strong,
.blog-content strong,
.blog-content b {
    color: var(--blue);
}

.blog-content ol,
.blog-content ul {
    margin-left: 40px;
    margin-bottom: 1rem;
}

.blog-sidebar .sticky-col {
    position: sticky;
    top: 80px;
    padding: 2rem !important;
    height: calc(100vh - 120px);
    overflow: scroll;
}

.blog-sidebar .sticky-col .wp-block-categories__label {
    display: none;
}

.body-light {
    background-color: var(--cloudy);
}

.body-light-blue {
    background: linear-gradient(rgba(174, 230, 210, 0.5),
            rgba(174, 230, 210, 0.5));
}

.blog-sidebar .categories-selector select {
    padding: 8px;
    width: 100%;
    border-radius: 0.5rem;
    border-color: #463a76;
    font-family: "TideSans-300", sans-serif;
}

.blog-sidebar .categories-selector select option:last-child {
    display: none;
}

.widget_recent_entries ul li {
    list-style: disc;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 16px !important;
}

.blog-sidebar .recent-articles li {
    margin: 0.5rem 0;
}

.blog-sidebar .sidebar-title {
    color: var(--blue) !important;
    margin-bottom: 0.5rem;
}

.category-link a {
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    background-color: var(--teal);
    font-family: var(--tide-7);
    color: var(--white);
    display: block;
    text-align: center;
}

.category-link a:hover {
    background-color: var(--teal-darker);
}

.breadcrumb--article a:nth-child(2),
.breadcrumb--category a:nth-child(2),
.breadcrumb--tag a:nth-child(2) {
    display: none;
}

@media screen and (max-width: 1023px) {

    .container--single .px-6,
    .container--tag .px-6,
    .container--category .px-6,
    .container--search .px-6 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Sub nav Blog */

.sub-nav--blog {
    background-color: var(--green-lighter);
}

.sub-nav--about {
    background-color: var(--teal);
}

.sub-nav--about .navbar-item {
    color: var(--white);
}

.navbar-search .search input[type="search"] {
    height: 32px;
    border-radius: 16px;
    border-color: #2e3973;
    border: 1px solid;
    padding: 2px 12px;
}

.navbar-search .search input[type="submit"] {
    height: 26px;
    border-radius: 16px;
    border: none;
    background-color: var(--cloudy);
    color: #2e3973;
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px;
    position: absolute;
    right: 20px;
    text-indent: -100px;
    width: 26px;
    cursor: pointer;
    top: 12px;
}

.navbar-search .search::after {
    display: block;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.6524 19.2913L18.7582 15.3971C18.5825 15.2214 18.3442 15.1237 18.0942 15.1237H17.4576C18.5356 13.7449 19.1761 12.0107 19.1761 10.1242C19.1761 5.63636 15.5398 2 11.0519 2C6.5641 2 2.92773 5.63636 2.92773 10.1242C2.92773 14.612 6.5641 18.2484 11.0519 18.2484C12.9385 18.2484 14.6727 17.6079 16.0515 16.5298V17.1665C16.0515 17.4165 16.1491 17.6547 16.3249 17.8305L20.219 21.7246C20.5862 22.0918 21.1799 22.0918 21.5431 21.7246L22.6485 20.6193C23.0156 20.2521 23.0156 19.6584 22.6524 19.2913ZM11.0519 15.1237C8.29049 15.1237 6.05243 12.8896 6.05243 10.1242C6.05243 7.36276 8.28659 5.12469 11.0519 5.12469C13.8134 5.12469 16.0515 7.35885 16.0515 10.1242C16.0515 12.8857 13.8173 15.1237 11.0519 15.1237Z" fill="%232E3973"/></svg>');
    height: 24px;
    width: 24px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {

    .sub-nav--blog .navbar-menu,
    .sub-nav--about .navbar-menu {
        display: block;
        background-color: inherit;
        box-shadow: none;
        overflow: auto;
    }

    .sub-nav--about {
        top: 52px;
    }

    .sub-nav--blog .navbar-menu {
        height: 100px;
    }

    .sub-nav--blog .navbar-menu .navbar-start,
    .sub-nav--about .navbar-menu .navbar-start {
        flex-direction: row;
        display: flex;
    }

    .sub-nav--blog .navbar-menu .navbar-search {
        display: block;
        position: absolute;
        top: 50px;
        margin: auto;
        left: 0;
        right: 0;
        width: 228px;
    }
}

/* Apps Page */

.hero--apps .hero-body {
    padding: 3rem 0;
}

.card--apps {
    border-radius: 2rem;
    padding: 140px 1rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card--apps img {
    position: absolute;
    height: 200px;
    width: auto;
    top: -100px;
    margin: auto;
    left: 0;
    right: 0;
}

.container--apps-list {
    margin: 8rem 0 2rem;
}

.sub-nav.sticky-nav.navbar--apps {
    margin: auto;
}

.sub-nav.sticky-nav.navbar--apps.navbar--apps .navbar-menu {
    margin-top: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.section-device-benefits {
    padding: 3rem 0;
}

.columns--devices-benefits {
    padding-top: 4rem;
}

@media screen and (max-width: 1023px) {
    .card--apps {
        margin-top: 100px;
    }

    .container--apps-list {
        margin: 2rem 0;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        justify-content: flex-start;
    }

    .container--apps-list .column {
        min-width: 320px;
    }

    .navbar--apps .navbar-menu {
        display: block;
    }

    .navbar--apps .navbar-start {
        display: flex;
        flex-direction: row;
    }
}

/* Default Page */
.container--default {
    padding: 3rem 1rem;
}

/* slick */
.carrousel--minno.slick {
    max-height: 180px;
}

.carrousel--minno.slick .show-card {
    margin: 1rem;
}

.carrousel--minno .slick-dots li button:before {
    font-size: 1rem;
    color: var(--white);
    opacity: 0.75;
}

.carrousel--minno .slick-dots li.slick-active button:before {
    color: var(--teal);
    font-size: 1.5rem;
    -webkit-text-fill-color: var(--teal);
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: var(--white);
}

.team-card {
    margin: 1rem;
}

.team-card img {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
    .team-card h3.title {
        font-size: 1.25rem;
    }

    .carrousel--minno.slick {
        max-height: inherit;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .carrousel--minno .slick-track {
        width: 100% !important;
        transform: none !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        padding: 0 !important;
    }

    .carrousel--minno .slick-track:before,
    .carrousel--minno .slick-track:after,
    .carrousel--minno .slick-cloned,
    .carrousel--minno .slick-dots {
        display: none !important;
    }
}

/* Refer Pages */
.py-section {
    padding: 2rem;
}

@media screen and (min-width: 1024px) {
    .py-section {
        padding: 6rem;
    }
}

/* Check List */
ul.check-list,
.check-list ul {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0 !important;
}

.check-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.4L6 12.4L7.4 11L10 13.6L16.6 7L18 8.4L10 16.4Z' fill='%23010101'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* Flexbox */
@media screen and (max-width: 768px) {
    .is-flex-direction-column-mobile {
        flex-direction: column !important;
    }

    .is-align-items-center-mobile {
        align-items: center !important;
    }

    .is-justify-content-center-mobile {
        justify-content: center !important;
    }
}

/* ============================================
   Resource Archive
   Figma reference: 1512px desktop / 430px mobile
   ============================================ */

.resources-hero {
    position: relative;
    min-height: 519px;
    padding: 40px 24px;
    background:
        url("assets/images/bg-with-characters.png") calc(50% + 270px) center / auto 100% no-repeat,
        linear-gradient(180deg, #aee6d2 0%, #3bbebe 100%);
    display: flex;
    align-items: center;
    overflow: visible;
}

.resources-hero__wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    color: var(--white);
    pointer-events: none;
}

.resources-hero__wave svg {
    display: block;
    width: 100%;
    height: 54px;
}

.resources-hero__inner {
    width: 100%;
    max-width: 1187px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.resources-hero__copy,
.resources-hero__featured-col {
    flex: 1;
    min-width: 0;
}

.resources-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resources-hero__title {
    font-family: var(--font-burbank);
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    color: var(--navy);
    margin-bottom: 12px;
}

.resources-hero__description {
    font-family: var(--font-tide-light);
    font-size: 20px;
    line-height: 28px;
    color: var(--navy);
}

.resources-hero__description strong {
    font-family: var(--font-tide-bold);
    font-weight: 700;
    color: inherit;
}

.resources-hero__featured {
    position: relative;
    display: block;
    aspect-ratio: 466/508;
    width: 100%;
    max-width: 466px;
    margin-left: auto;
    margin-bottom: -90px;
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.12);
    transition: outline-color var(--quick) ease-in-out;
    outline: 3px solid transparent;
    text-decoration: none;
}

.resources-hero__featured:hover {
    outline-color: var(--teal);
}

.resources-hero__featured-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.resources-hero__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.resources-hero__featured-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 20px;
    padding-right: 80px;
    background: linear-gradient(180deg,
            rgba(48, 54, 114, 0) 0%,
            var(--navy) 100%);
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.resources-hero__featured-overlay .featured-badge {
    margin-bottom: 0;
}

.resources-hero__featured-title {
    font-family: var(--font-tide-bold);
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    color: var(--white);
}

.resources-hero__featured-chevron {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--teal);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.featured-badge {
    display: inline-block;
    margin-bottom: 12px;
    background-color: var(--coral);
    color: var(--white);
    font-family: var(--font-tide-bold);
    font-size: 14px;
    line-height: 20px;
    padding: 2px 8px;
    border-radius: 8px;
}

.resource-card .featured-badge {
    position: absolute;
    bottom: 21px;
    left: 20px;
    z-index: 2;
    margin-bottom: 0;
    border-radius: 4px;
}

.resource-card--featured .resource-card__link {
    border: 3px solid var(--teal);
}

.container--resources {
    padding: 101px 24px 80px;
    max-width: 1512px;
    margin: 0 auto;
}

.resources-filter {
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resources-filter__mascot {
    display: none;
}

.resources-filter__heading {
    width: 100%;
    max-width: 1096px;
    font-family: var(--font-tide-bold);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.41;
    color: var(--navy);
    text-align: center;
    margin: 0 auto 24px;
}

.resources-filter__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.resources-filter__item {
    border: 2px solid var(--navy);
    color: var(--navy);
    border-radius: 16px;
    padding: 8px 16px;
    font-family: var(--font-tide-bold);
    font-size: 16px;
    line-height: 1.75;
    background-color: transparent;
    text-decoration: none;
    text-transform: capitalize;
    transition:
        background-color var(--quick) ease-in-out,
        color var(--quick) ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.resources-filter__item:hover,
.resources-filter__item.is-current {
    background-color: var(--navy);
    color: var(--white);
}

.container--resources__heading {
    margin: 0 auto 24px;
    max-width: 1187px;
}

.container--resources__heading .title {
    font-size: 28px;
    line-height: 1.21;
    margin: 0;
}

.resource-grid {
    margin: 0 auto;
    max-width: 1187px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
}

.resource-grid>.resource-card {
    width: auto;
    padding: 0;
    margin: 0;
}

.resource-card__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--neutral-50);
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--white);
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.12);
    transition: outline-color var(--quick) ease-in-out, transform 200ms ease, box-shadow 200ms ease;
    outline: 3px solid transparent;
    outline-offset: -3px;
    will-change: transform;
}

.resource-card__link:hover {
    outline-color: var(--teal);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
}

.resource-card__thumbnail {
    position: relative;
    aspect-ratio: 382/220;
    overflow: hidden;
}

.resource-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.resource-card__body {
    position: relative;
    min-height: 96px;
    padding: 24px 20px;
    padding-right: 72px;
    display: flex;
    align-items: flex-start;
}

.resource-card__title {
    font-family: var(--font-tide-bold);
    font-size: 18px;
    line-height: 1.33;
    margin: 0;
    flex: 1;
    color: var(--navy);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.resource-card__chevron {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--teal);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.resource-load-more {
    display: flex;
    justify-content: center;
    margin: 48px auto 0;
}

.resource-load-more__button {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-tide-bold);
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border: 2px solid var(--navy);
    border-radius: 16px;
    background-color: transparent;
    color: var(--navy);
    font-family: var(--font-tide-bold);
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    cursor: pointer;
    transition:
        background-color var(--quick) ease-in-out,
        color var(--quick) ease-in-out,
        opacity var(--quick) ease-in-out;
}

.resource-load-more__label {
    font-family: inherit;
}

.resource-load-more__button i {
    font-size: 22px;
    line-height: 1;
}

.resource-load-more__button:hover {
    background-color: var(--navy);
    color: var(--white);
}

.resource-load-more__button:disabled {
    opacity: 0.6;
    cursor: wait;
}

.related-resources {
    position: relative;
    padding: 80px 24px;
    background-color: var(--white);
}

.related-resources__wave {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    color: var(--white);
    pointer-events: none;
}

.related-resources__wave svg {
    display: block;
    width: 100%;
    height: 34px;
}

.related-resources__wave--top {
    top: 0;
    transform: translateY(-100%);
}

.related-resources__inner {
    max-width: 1187px;
    margin: 0 auto;
}

.related-resources__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}

.related-resources__title {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0;
}

.related-resources__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 16px;
    color: var(--navy);
    font-family: var(--font-tide-bold);
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    text-decoration: none;
    transition:
        background-color var(--quick) ease-in-out,
        color var(--quick) ease-in-out;
}

.related-resources__view-all:hover {
    background-color: var(--navy);
    color: var(--white);
}

.related-resources__grid {
    padding: 0;
}

.banner-signup-cta {
    position: relative;
    padding: 80px 24px;
    background-color: var(--neutral-50);
}

.banner-signup-cta__wave {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    color: var(--neutral-50);
    pointer-events: none;
}

.banner-signup-cta__wave svg {
    display: block;
    width: 100%;
    height: 25px;
}

.banner-signup-cta__wave--top {
    top: 0;
    transform: translateY(-100%);
}

.banner-signup-cta__inner {
    width: 100%;
    max-width: 1187px;
    margin: 0 auto;
    text-align: center;
}

.banner-signup-cta__title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 8px;
}

.banner-signup-cta__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 32px;
}

.banner-signup-cta__button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-signup-cta__button {
    height: 60px;
    padding: 0 32px;
    font-size: 16px;
    background: var(--coral);
    border-radius: 16px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.banner-signup-cta__button:focus {
    outline: none;
    color: var(--white);
    border: none;
}

.banner-signup-cta__button:hover {
    background: var(--coral);
    color: var(--white);
    opacity: 0.9;
}

@media screen and (max-width: 1024px) {
    .resource-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .resources-hero {
        min-height: auto;
        padding: 40px 24px 80px;
        background-position:
            calc(50% + 450px) center,
            center center;
    }

    .resources-hero__inner {
        flex-direction: column;
        gap: 16px;
        max-width: 382px;
        align-items: center;
    }

    .resources-hero__copy,
    .resources-hero__featured-col {
        flex: none;
        width: 100%;
    }

    .resources-hero__copy {
        text-align: center;
        margin-bottom: 46px;
    }

    .resources-hero__featured {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }

    .resources-hero__title {
        font-size: 40px;
        line-height: 46px;
    }

    .resources-hero__description {
        font-size: 18px;
        line-height: 24px;
    }

    .container--resources {
        padding: 55px 16px 40px;
    }

    .resources-filter__mascot {
        display: block;
        width: 88px;
        height: auto;
        margin: 0 auto 24px;
    }

    .resources-filter__heading {
        font-size: 24px;
        line-height: 30px;
    }

    .resource-card__body {
        height: auto;
        min-height: 72px;
        padding: 16px;
        padding-right: 60px;
    }

    .resource-card__chevron {
        right: 12px;
        top: 16px;
        width: 28px;
        height: 28px;
    }

    .banner-signup-cta {
        padding: 40px 16px;
    }

    .banner-signup-cta__title {
        font-size: 28px;
        line-height: 34px;
    }

    .related-resources {
        padding: 40px 16px;
    }

    .related-resources__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px;
    }

    .related-resources__title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media screen and (max-width: 600px) {
    .resource-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media screen and (max-width: 525px) {
    .resource-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* =========================================================
   Resource Modules — Section: Hero
   Renders via parts/resource_sections/section-hero_module.php
   Per-row overrides come from parts/resource_sections/builder.php
   ========================================================= */

.resource-section {
    --rs-text-color: #303672;
    --rs-button-bg: #F0614B;
    --banner-space-above: 150px;
    /* desktop: card 270 × translateY 40% */
    --banner-space-below: 162px;
    /* desktop: card 270 × (100% - 40%) */
    --banner-space-above-mobile: 56px;
    /* mobile:  banner overlaps image by ~50px (106px translate - 56px) */
    --banner-space-below-mobile: 410px;
    /* mobile:  card 530 × (100% - 20%) */

    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    background-color: var(--rs-bg);
}

.resource-hero {
    min-height: 400px;
    max-height: 760px;
}

.resource-hero__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.resource-hero__content {
    flex: 1 1 460px;
    min-width: 0;
    max-width: 560px;
}

.resource-hero__title {
    margin: 0 0 16px;
    color: var(--rs-text-color);
    font-family: "Burbank", sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.05;
}

.resource-hero__description {
    color: var(--rs-text-color);
    font-family: "TideSans-400", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.resource-hero__description p {
    margin: 0 0 8px;
}

.resource-hero__description ul {
    margin: 8px 0 0;
    padding-left: 20px;
    list-style-type: disc;
}

.resource-hero__description strong,
.resource-hero__description b {
    color: inherit;
    font-family: "TideSans-700", sans-serif;
}

/* Editor utility classes available inside description WYSIWYGs.
   Usage: <p class="center">…</p>  or  <p class="center-mobile">…</p>
   Apply to a block-level element (p, div, h*, ul). Won't work on a
   bare <span> unless the span also has display: block. */
.resource-hero__description .center,
.resource-main__description .center,
.resource-banner__description .center {
    text-align: center;
}

@media screen and (max-width: 767px) {

    .resource-hero__description .center-mobile,
    .resource-main__description .center-mobile,
    .resource-banner__description .center-mobile {
        text-align: center;
    }
}

.resource-hero__cta {
    display: inline-block;
    margin-top: 24px;
    padding: 16px 24px;
    background-color: var(--rs-button-bg);
    border: none;
    border-radius: 16px;
    color: #ffffff;
    font-family: "TideSans-700", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.resource-hero__cta:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.resource-hero__cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
    transform: scale(1.05);
}

.resource-hero__media {
    flex: 1 1 460px;
    display: flex;
    justify-content: center;
    max-width: 615px;
}

.resource-hero__image {
    display: block;
    width: 100%;
    max-width: 615px;
    height: auto;
    border-radius: 13px;
}

@media screen and (max-width: 1024px) {
    .resource-hero {
        max-height: none;
    }

    .resource-hero__title {
        font-size: 48px;
    }

    .resource-hero__inner {
        gap: 32px;
    }
}

@media screen and (max-width: 767px) {
    .resource-hero {
        max-height: none;
    }

    .resource-hero__inner {
        flex-direction: column;
        gap: 24px;
    }

    .resource-hero__content {
        flex: 1 1 auto;
        width: 100%;
        max-width: 405px;
    }

    .resource-hero__title {
        font-size: 40px;
        line-height: 46px;
        text-align: center;
    }

    .resource-hero__description {
        font-size: 16px;
        line-height: 24px;
    }

    .resource-hero__cta {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .resource-hero__media {
        flex: 1 1 auto;
        width: 100%;
        max-width: 420px;
    }

    .resource-hero__image {
        max-width: 420px;
    }
}

/* =========================================================
   Resource Modules — Section: Banner
   Renders via parts/resource_sections/section-banner_module.php
   The banner is a floating card that bleeds into the
   sections above and below via translate + negative margin.
   Adjacent sections should set padding_top / padding_bottom
   to give the card visual room.
   ========================================================= */

.resource-banner {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
}

.resource-banner__card {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    width: 95%;
    min-width: 310px;
    max-width: 1180px;
    height: 270px;
    margin: 0 auto -270px;
    padding: 0 40px;
    background-color: var(--rs-bg, #EEFFFF);
    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 6px 21px rgba(0, 0, 0, 0.12);
    transform: translateY(-40%);
    transition: all 0.2s ease;
}

.resource-banner__media {
    display: flex;
    flex: 0 0 35%;
    align-items: flex-end;
    justify-content: center;
    width: 35%;
    height: 100%;
}

.resource-banner__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto !important;
    max-height: 260px !important;
}

.resource-banner__content {
    flex: 1 1 65%;
    width: 65%;
    max-width: 560px;
    max-height: 240px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
    color: var(--rs-text-color);
}

.resource-banner__title {
    margin: 0 0 8px;
    color: var(--rs-text-color);
    font-family: "TideSans-700", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.resource-banner__description {
    color: var(--rs-text-color);
    font-family: "TideSans-300", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.resource-banner__description p {
    margin: 0 0 8px;
}

.resource-section:has(+ .resource-banner),
.resource-section:has(+ style + .resource-banner) {
    padding-bottom: var(--banner-space-above);
}

.resource-banner+.resource-section,
.resource-banner+style+.resource-section {
    padding-top: var(--banner-space-below);
}

@media screen and (max-width: 1024px) {
    .resource-banner__content {
        max-width: 530px;
    }

    .resource-banner__card {
        padding: 0 40px 0 20px;
    }

    @media screen and (max-width: 767px) {
        .resource-banner__card {
            flex-direction: column-reverse;
            justify-content: space-between;
            max-width: 400px;
            height: 530px;
            margin-bottom: -530px;
            padding: 20px 24px 0 24px;
            transform: translateY(-20%);
        }

        .resource-banner__media {
            flex: 0 0 35%;
            width: 100%;
            height: 38%;
            min-height: 0;
        }

        .resource-banner__image {
            max-width: 340px;
        }

        .resource-banner__content {
            flex: 1 1 auto;
            width: 100%;
            max-width: 100%;
            max-height: none;
            min-height: 0;
            height: auto;
            padding: 20px 12px 0 12px;
            overflow-y: auto;
        }

        .resource-banner__description {
            font-size: 16px;
            line-height: 24px;
        }

        .resource-section:has(+ .resource-banner),
        .resource-section:has(+ style + .resource-banner) {
            padding-bottom: var(--banner-space-above-mobile);
        }

        .resource-banner+.resource-section,
        .resource-banner+style+.resource-section {
            padding-top: var(--banner-space-below-mobile);
        }
    }
}

/* =========================================================
   Resource Modules — Section: Main
   Renders via parts/resource_sections/section-main_module.php
   Section has top + bottom wave SVGs that bleed into adjacent
   sections; waves inherit the section bg color via --rs-bg.
   ========================================================= */

.resource-main {
    --rs-text-color: #FFFFFF;

    position: relative;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    background-color: var(--rs-bg, #3A2CD1);
    color: var(--rs-text-color);
}

.resource-main__wave {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 36px;
    color: var(--rs-bg, #3A2CD1);
    line-height: 0;
    pointer-events: none;
}

.resource-main__wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

.resource-main__wave--top {
    top: -30px;
}

.resource-main__wave--bottom {
    bottom: -30px;
    transform: rotate(180deg);
}

.resource-main__inner {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 16px;
}

.resource-main__content {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    max-width: 540px;
}

.resource-main__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 220px;
}

.resource-main__logo--inline {
    align-self: flex-start;
}

.resource-main__logo--mobile {
    display: none;
}

.resource-main__title {
    margin: 0;
    color: var(--rs-text-color);
    font-family: "TideSans-700", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.resource-main__description {
    color: var(--rs-text-color);
    font-family: "TideSans-400", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    line-height: 1.5;
}

.resource-main__description p {
    margin: 0 0 8px;
}

.resource-main__description p:last-child {
    margin-bottom: 0;
}

.resource-main__cta {
    align-self: flex-start;
    display: inline-block;
    margin-top: 8px;
    padding: 16px 24px;
    background-color: var(--rs-button-bg, #F0614B);
    border-radius: 16px;
    color: #ffffff;
    font-family: "TideSans-700", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.resource-main__cta:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-decoration: none;
}

.resource-main__cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
    transform: scale(1.05);
    color: #ffffff;
    text-decoration: none;
}

.resource-main__media {
    flex: 1 1 0;
    width: 100%;
    max-width: 640px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.2);
}

.resource-main__video,
.resource-main__image {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .resource-main__inner {
        gap: 32px;
    }
}

@media screen and (max-width: 767px) {
    .resource-main__wave {
        height: 26px;
    }

    .resource-main__wave--top {
        top: -20px;
    }

    .resource-main__wave--bottom {
        bottom: -20px;
    }

    .resource-main__inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 24px;
        padding: 60px 24px;
    }

    .resource-main__content {
        flex: 0 0 auto;
        width: 100%;
        max-width: 460px;
        align-items: center;
        text-align: center;
    }

    .resource-main__title,
    .resource-main__description {
        font-size: 18px;
        line-height: 24px;
    }

    .resource-main__cta {
        align-self: center;
    }

    .resource-main__logo--inline {
        display: none;
    }

    .resource-main__logo--mobile {
        display: block;
        flex: 0 0 auto;
        margin: 0 auto;
        max-width: 280px;
    }

    .resource-main__media {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

/* =========================================================
   Resource Modules — Entering Animations
   Hero: time-based directional slides (plays on page load).
   Below-fold sections: scroll-driven via animation-timeline: view().
   Chrome 115+, Firefox 114+, Safari 18+.
   ========================================================= */

@keyframes resource-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

@keyframes resource-slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-56px);
    }

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

@keyframes resource-slide-in-right {
    from {
        opacity: 0;
        transform: translateX(56px);
    }

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

@keyframes resource-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Hero: always time-based — it's in view on load so scroll-driven won't fire. */
.resource-hero__title {
    animation: resource-slide-in-left 0.7s ease-out both;
}

.resource-hero__description {
    animation: resource-slide-in-left 0.7s ease-out 0.12s both;
}

/* CTAs always opacity-only — keeps transform free for the hover transition. */
.resource-hero__cta,
.resource-main__cta {
    animation: resource-fade-in 0.6s ease-out 0.2s both;
}

.resource-hero__media {
    animation: resource-slide-in-right 0.8s ease-out both;
}

/* Below-fold sections: baseline fade (browsers without scroll-driven support). */
.resource-main__title,
.resource-main__description,
.resource-main__media,
.resource-banner__title,
.resource-banner__description,
.resource-banner__media {
    animation: resource-fade-in 0.6s ease-out both;
}

/* Scroll-driven enhancement for below-fold sections.
   animation-duration: 1ms — ignored when timeline is scroll-driven,
   but more widely supported than the newer `auto` keyword. */
@supports (animation-timeline: view()) {

    /* Main — content from right, image from left */
    .resource-main__title,
    .resource-main__description {
        animation-name: resource-slide-in-right;
        animation-duration: 1ms;
        animation-timing-function: linear;
        animation-fill-mode: both;
        animation-timeline: view();
        animation-range: entry 15% entry 100%;
    }

    .resource-main__cta {
        animation-name: resource-fade-in;
        animation-duration: 1ms;
        animation-timing-function: linear;
        animation-fill-mode: both;
        animation-timeline: view();
        animation-range: entry 20% entry 100%;
    }

    .resource-main__media {
        animation-name: resource-slide-in-left;
        animation-duration: 1ms;
        animation-timing-function: linear;
        animation-fill-mode: both;
        animation-timeline: view();
        animation-range: entry 20% entry 100%;
    }

    /* Banner — rises up as the section enters */
    .resource-banner__title,
    .resource-banner__description {
        animation-name: resource-fade-in-up;
        animation-duration: 1ms;
        animation-timing-function: linear;
        animation-fill-mode: both;
        animation-timeline: view();
        animation-range: entry 20% entry 100%;
    }

    .resource-banner__media {
        animation-name: resource-fade-in;
        animation-duration: 1ms;
        animation-timing-function: linear;
        animation-fill-mode: both;
        animation-timeline: view();
        animation-range: entry 20% entry 100%;
    }
}

/* Disable everything for users who prefer reduced motion.
   Placed after @supports so it wins in the cascade. */
@media (prefers-reduced-motion: reduce) {

    .resource-hero__title,
    .resource-hero__description,
    .resource-hero__cta,
    .resource-hero__media,
    .resource-main__title,
    .resource-main__description,
    .resource-main__cta,
    .resource-main__media,
    .resource-banner__title,
    .resource-banner__description,
    .resource-banner__media {
        animation: none;
    }
}

/* =========================================================
   Resource Modules — Section: Start Free Trial
   Renders via parts/resource_sections/section-start_free_trial_module.php
   The kids illustration ("visual" block) is absolutely positioned at the
   section bottom and bleeds outside it; two clouds flank the illustration.
   ========================================================= */

.resource-start-trial {
    --rs-text-color: #303672;

    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 80px 28px 100px;
    overflow-x: clip;
    overflow-y: visible;
    background-color: var(--rs-bg, #FFFFFF);
    color: var(--rs-text-color);
}

.resource-start-trial__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 669px;
    text-align: center;
}

.resource-start-trial__title {
    margin: 0;
    color: var(--rs-text-color);
    font-family: "Burbank", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
}

.resource-start-trial__description {
    color: var(--rs-text-color);
    font-family: "TideSans-300", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.resource-start-trial__description p {
    margin: 0 0 8px;
}

.resource-start-trial__description p:last-child {
    margin-bottom: 0;
}

.resource-start-trial__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 16px 24px;
    background-color: var(--rs-button-bg, #F0614B);
    border-radius: 16px;
    color: #ffffff;
    font-family: "TideSans-700", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.resource-start-trial__cta:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-decoration: none;
}

.resource-start-trial__cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
    transform: scale(1.05);
    color: #ffffff;
    text-decoration: none;
}

.resource-start-trial__visual {
    position: absolute;
    left: 50%;
    bottom: -60px;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 476px;
    max-width: 90%;
    min-height: 199px;
    transform: translateX(-50%);
    pointer-events: none;
}

.resource-start-trial__image {
    position: relative;
    z-index: 2;
    display: block;
    width: clamp(186px, 100%, 190px);
    height: auto;
    max-height: 183px;
    object-fit: contain;
}

.resource-start-trial__cloud {
    position: absolute;
    display: block;
    z-index: 1;
}

.resource-start-trial__cloud--left {
    top: 4px;
    left: 19px;
    width: 130px;
    height: auto;
}

.resource-start-trial__cloud--right {
    top: 50px;
    right: 0;
    width: 82px;
    height: auto;
    transform: scaleX(-1);
}

@media screen and (max-width: 1024px) {
    .resource-start-trial {
        gap: 40px;
        padding: 60px 28px 200px;
    }

    .resource-start-trial__visual {
        width: 440px;
        bottom: -30px;
    }

    .resource-start-trial__cloud--left {
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .resource-start-trial {
        min-height: 500px;
        padding: 50px 28px 50px;
        justify-content: flex-start;
    }

    .resource-start-trial__title {
        font-size: 32px;
        line-height: 38px;
    }

    .resource-start-trial__description {
        font-size: 16px;
    }

    .resource-start-trial__visual {
        width: 100%;
        max-width: 100%;
        bottom: -25px;
    }

    .resource-start-trial__cloud--left {
        top: 0;
        left: -33px;
        width: 105.5px;
        height: 27px;
    }

    .resource-start-trial__cloud--right {
        top: 50px;
        right: -30px;
        width: 105.5px;
        height: 27px;
        z-index: -1;
    }
}

@media screen and (max-width: 700px) {
    .resource-start-trial {
        padding-bottom: 200px;
    }
}

/* =========================================================
   Resource Modules — Section: Related Resources
   Renders via parts/resource_sections/section-related_resources_module.php
   Minimal: just the ACF title, centered on both axes.
   The actual related-resources grid is rendered separately by
   parts/related-resources.php (auto-appended on every resource page).
   ========================================================= */

.resource-related-resources {
    --rs-text-color: #303672;

    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 40px 16px;
    text-align: center;
    background-color: var(--rs-bg);
    color: var(--rs-text-color);
}

.resource-related-resources__title {
    margin: 0;
    color: var(--rs-text-color);
    font-family: "Burbank", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
}

@media screen and (max-width: 767px) {
    .resource-related-resources {
        min-height: 120px;
        padding: 32px 16px;
    }

    .resource-related-resources__title {
        font-size: 32px;
    }
}

/* =========================================================
   Resource Drawer
   Rendered via parts/resource-drawer.php and triggered by the
   hero CTA. Uses the native HTML `popover` attribute — open/
   close, ESC, click-outside dismiss, focus management and the
   dimmed/blurred ::backdrop are all handled by the platform.
   ========================================================= */

.resource-drawer[popover],
.resource-drawer[popover] *,
.resource-drawer[popover] *::before,
.resource-drawer[popover] *::after {
    box-sizing: border-box;
}

.resource-drawer[popover] {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(480px, 100%);
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: none;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
    color: inherit;
    overflow: hidden;
    display: flex;
    flex-direction: column;

    /* Closed state */
    transform: translateX(100%);
    transition:
        transform 0.3s ease,
        overlay 0.3s ease allow-discrete,
        display 0.3s ease allow-discrete;
}

.resource-drawer[popover]:popover-open {
    transform: translateX(0);
}

/* Entry animation start frame (popover toggles `display`). */
@starting-style {
    .resource-drawer[popover]:popover-open {
        transform: translateX(100%);
    }
}

.resource-drawer[popover]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;

    transition:
        opacity 0.3s ease,
        backdrop-filter 0.3s ease,
        -webkit-backdrop-filter 0.3s ease,
        overlay 0.3s ease allow-discrete,
        display 0.3s ease allow-discrete;
}

.resource-drawer[popover]:popover-open::backdrop {
    opacity: 1;
}

@starting-style {
    .resource-drawer[popover]:popover-open::backdrop {
        opacity: 0;
    }
}

.resource-drawer__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 12px;
}

.resource-drawer__title {
    margin: 0;
    color: inherit;
    font-family: "Burbank", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
}

.resource-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #333333;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.resource-drawer__close:hover,
.resource-drawer__close:focus-visible {
    background-color: rgba(0, 0, 0, 0.06);
}

.resource-drawer__body {
    flex: 1 1 auto;
    padding: 0px 40px 64px 40px;
    gap: 40px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .resource-drawer[popover] {
        width: 100%;
        max-width: 100%;
    }

    .resource-drawer__body {
        padding: 64px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .resource-drawer[popover],
    .resource-drawer[popover]::backdrop {
        transition: none;
    }
}

/* =========================================================
   Gated Content
   Any element with a [data-gatedby] attribute is hidden by default.
   The resource drawer (or other gate UI) can reveal it by removing the attribute.
   ========================================================= */
[data-gatedby] {
    display: none;
}

/* =========================================================
   Resource Drawer — Success state
   Shown after Klaviyo form submit via [data-gatedby] reveal.
   ========================================================= */

.resource-drawer__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.resource-drawer__success-heading {
    margin: 0 0 24px;
    color: #303672;
    font-family: "TideSans-700", sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

.resource-drawer__success-stage {
    position: relative;
    width: 100%;
    max-width: 320px;
    display: block;
}

.resource-drawer__success-card {
    width: 100%;
    display: block;
}

.resource-drawer__success-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.resource-drawer__success-arrow {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    background-color: #3bbebe;
    border-radius: 50%;
    z-index: 1;
}

.resource-drawer__success-arrow svg {
    width: 80px;
    height: 80px;
    display: block;
}

.resource-drawer__success-cta {
    display: block;
    width: 100%;
    max-width: 385px;
    margin-top: 24px;
    padding: 18px 24px;
    background-color: var(--rs-button-bg, #F0614B);
    border-radius: 16px;
    color: #ffffff;
    font-family: "TideSans-700", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.resource-drawer__success-cta:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-decoration: none;
}

.resource-drawer__success-cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
    transform: scale(1.05);
    color: #ffffff;
    text-decoration: none;
}

.klaviyo-form .klaviyo-form-richtext h4 > span > strong {
    color: #303672;
}