/**
* Fuel Theme
* Version 6.0.6
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Hero
# Welcome
# CTA's
# Locations
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero_section {
    position: relative;
}

#hero_section::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 10.34%, rgba(0, 0, 0, 0.00) 95.94%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#hero_section .wp-block-cover__inner-container {
    position: static;
    z-index: 2;
}

.hero-tagline {
    text-align: var(--center-on-mobile);
    font-weight: 600;
    position: relative;
}

.hero-tagline::before {
    content: '';
    width: 5.6rem;
    height: 0.1rem;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: -2.8rem;
}

.mtn-1 {
    position: absolute;
    bottom: -2px;
    right: 0;
    max-width: unset;
    width: 71.5%;
}

@media (max-width: 68.49rem) {
    .hero_section {
        overflow: hidden;
        padding-top: 3.5rem !important;
        padding-bottom: 3rem !important;
    }

    .hero-tagline br {
        display: none;
    }

    .hero-tagline {
        font-size: 1.2rem !important;
    }

    .mtn-1 {
        width: 200%;
        max-width: 36rem;
        right: -15rem;
    }

    .hero-tagline::before {
        display: none;
    }
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#welcome_section h1 {
    position: relative;
}

#welcome_section h1::before {
    content: '';
    width: 5.8rem;
    height: 0.1rem;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: calc(50% - 2.9rem);
}

.wp-block-column:has(.welcome-card) {
    max-height: fit-content;
}

.welcome-card {
    display: block;
    margin-top: 0;
    position: relative;
}

.welcome-card::before {
    content: '';
    width: 0.4rem;
    aspect-ratio: 1/1;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 2.1rem;
    left: 4.3rem;
}

.welcome-card>.wp-block-columns {
    position: relative;
}

.welcome-card>.wp-block-columns::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 4.5rem;
}

.welcome-card>.wp-block-columns::after {
    content: '';
    width: 1.8rem;
    height: 100%;
    background-color: var(--semi-blue);
    position: absolute;
    top: 0;
    right: 0;
    transition: background-color 300ms;
}

.icon-col div {
    width: fit-content;
    margin: auto;
}

.welcome-card p {
    max-width: 16rem;
}

.welcome-card svg {
    position: relative;
    z-index: 1;
}

.welcome-icon {
    margin: auto;
}

.icon-wrap {
    height: 100%;
}

.welcome-pic {
    max-height: 7.52rem;
    overflow: hidden;
}

.welcome-pic img {
    width: 100%;
    min-width: 25rem;
}

.welcome-card:hover>.wp-block-columns::after {
    background-color: var(--accent-gold);
}

.welcome-card:hover .icon-col path {
    fill: var(--primary-color);
}

.welcome-content {
    --delay: 300ms;
}

.welcome-buttons {
    --delay: 600ms;
}

.welcome-buttons:has(a:hover) .welcome-card {
    color: rgba(255, 255, 255, 0.5);
}

#main .welcome-buttons .welcome-card:hover {
    color: var(--white);
}

.mtn-1 {
    overflow: visible;
}

@media (max-width: 68.49em) {
    #main .welcome-buttons {
        flex-basis: 48% !important;
        margin: auto !important;
        min-width: unset;
    }

    #welcome_section>p {
        font-size: 1rem !important;
        margin-bottom: 1rem;
    }
}

@media (max-width: 781px) {

    #welcome_section h1 {
        font-size: 1.6rem;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    #welcome_section h1::before {
        display: none;
    }

    #welcome_section .has-h-3-font-size {
        font-size: 1rem !important;
        margin-bottom: 1rem;
    }

    .welcome-card .wp-block-column:has(>svg) {
        padding-left: 0.5rem !important;
    }

    .welcome-card>.wp-block-columns::before {
        left: 2.4rem;
    }

    .welcome-card>.wp-block-columns {
        padding-right: 2rem;
    }

    .welcome-card svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .welcome-card::before {
        left: 2.25rem;
    }

    .icon-col {
        position: absolute;
        width: 1.75rem !important;
        right: 0;
    }

    .welcome-card-content {
        padding-left: 3.2rem;
        padding-right: 1rem;
        margin-top: -2.7rem !important;
    }

    .welcome-card p:not(.has-footer-font-size) {
        font-size: 1.2rem !important;
    }

    .welcome-card .has-footer-font-size {
        font-size: 0.8rem !important;
    }

    #main .welcome-buttons {
        min-width: calc(100% + 2rem);
        margin-left: -1rem !important;
    }

    #welcome_section .wp-block-fuel-dynamic-spacer {
        display: none;
    }
}


/*--------------------------------------------------------------
# CTA's
--------------------------------------------------------------*/

.cta_section .wp-block-columns {
    column-gap: clamp(1rem, 4.6vw, 4.5rem);
    max-width: fit-content;
}

.cta_section .wp-block-column:first-of-type {
    position: relative;
    padding-right: 1rem;
}

.cta_section .wp-block-column:first-of-type::before {
    content: '';
    height: calc(100% + 14.5rem);
    width: 1px;
    background-color: var(--white);
    position: absolute;
    top: -5rem;
    right: 0;
}

.cta_section .has-h-1-font-size {
    position: relative;
}

.cta_section .has-h-1-font-size::before {
    content: '';
    width: 6rem;
    height: 0.1rem;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: -2.4rem;
}

.cta {
    display: block;
    position: relative;
    min-height: 10.8rem;
    transition: transform 300ms;
    padding-right: clamp(2rem, 6.3vw, 6rem) !important;
    animation-name: ctaHoverOff;
    animation-duration: .5s;
    animation-play-state: running;
    animation-fill-mode: both;
    --time: 300ms;
    --delay: 300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 350ms;
}

.cta:is(:hover, :focus-visible, :active) {
    clip-path: polygon(03% 0%, 103% 0%, 103% 100%, 03% 100%);
}

.cta::after {
    content: '';
    width: 11%;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    right: -11%;
    transform: scaleX(0);
    transition: transform 350ms;
    transform-origin: left;

}

.cta:is(:hover, :focus-visible, :active)::after {
    transform: scaleX(1);
}

.cta:is(:hover, :focus-visible) .cta-arrow {
    transform: translateX(1rem);
}

.cta.cta:is(:hover, :focus-visible) .has-primary-color {
    color: var(--accent-gold) !important;
}

.cta>p {
    min-width: 17.5rem;
}

.cta figure {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1/1;
    height: 100%;
    margin: unset;
}

.cta figure img {
    height: 100%;
}

.cta strong {
    font-family: var(--bold-semi);
}

.cta h2 {
    font-family: var(--bold);
    text-wrap: nowrap;
}

.cta p {
    margin-block-start: 1rem;
}

.cta .has-primary-color {
    transition: color 300ms
}

.cta-arrow {
    align-self: flex-end;
    margin-bottom: -0.1rem !important;
    margin-left: -1rem !important;
    transition: transform 300ms;
}

.mtn-2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 58%;
    max-width: unset;
    overflow: visible;
}

.move-right {
    transform: translateX(3rem);
    transition: transform 350ms;
    transition-delay: 300ms;
}

.js-intersected>.mtn-2 .move-right {
    transform: translateX(0);
}

@media (max-width: 44.99em) {
    .cta {
        padding-left: 6rem !important;
        padding-right: 0.7rem !important;
        width: calc(100% + calc(var(--wp--style--root--padding-right) * 2));
        margin-left: calc(var(--wp--style--root--padding-right) * -1);
        margin-top: 0.5rem;
        min-height: 15rem;
    }

    .cta figure {
        aspect-ratio: unset;
        max-width: 5rem;
    }

    .cta figure img {
        object-position: 80%;
    }

    .cta:nth-of-type(2) figure img {
        object-position: 68%;
    }

    .cta:nth-of-type(3) figure img {
        object-position: 63%;
    }

    .cta:nth-of-type(4) figure img {
        object-position: 25%;
    }

    .cta:nth-of-type(5) figure img {
        object-position: 43%;
    }

    .cta:nth-of-type(6) figure img {
        object-position: 53%;
    }

    .cta:nth-of-type(7) figure img {
        object-position: 53%;
    }

    .cta>p {
        min-width: unset;
    }

    .cta-col-2 h2 {
        font-size: 1.2rem !important;
    }

    .cta .has-primary-color {
        position: absolute;
        bottom: 1rem;
        left: 6rem;
    }

    .cta-arrow {
        display: none;
    }

    .mtn-2 {
        width: 100%;
    }
}

@media (max-width: 68.49rem) {
    .cta_section {
        padding-top: 1.8rem !important;
        padding-bottom: 7rem !important;
        margin-top: 0;
    }

    .cta_section .wp-block-columns {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .cta_section .wp-block-column:first-of-type::before {
        display: none;
    }

    .cta_section .has-h-1-font-size {
        padding-bottom: 2rem !important;
        font-size: 1.6rem !important;
    }

    .cta_section .has-h-1-font-size::before {
        left: calc(50% - 3rem);
    }
}

@media (min-width: 45em) {
    .cta {
        width: 100%;
        margin-left: unset !important;
    }

    .cta-col-2 br {
        display: none;
    }

    .cta figure {
        height: 100%;
        max-width: 11rem;
        aspect-ratio: unset;
        margin: unset;
    }
}

/*--------------------------------------------------------------
# Proudly
--------------------------------------------------------------*/

.proudly .wp-block-cover {
    min-height: 11rem;
    margin: 0;
}

@media (max-width: 68.49rem) {
    .proudly {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .proudly-serving {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .proudly p {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 68.5rem) {
    .proudly .wp-block-cover {
        margin: 0;
    }

    .proudly-serving img {
        transform: scale(0.8);
        transition: transform 500ms;
        transition-delay: 300ms;
    }

    .js-intersected .proudly-serving img {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.is-layout-flex>.flex-grow {
    flex-grow: 1;
}