.site-home {
    --section-header-bg: rgba(242, 242, 242, 1);
    --section-above-bg: rgba(242, 242, 242, 1);
    --section-extension-bg: rgba(242, 242, 242, 1);
}

.site-sub {
    --navigation-floating-social-bg: transparent;
    --main-menu-bg: transparent;
    --main-menu-bg-color: transparent;
    --section-navigation-bg: var(--default-black);

    --section-header-bg: rgba(0, 0, 0, .4);
}

.site-sub #g-navigation {
    --section-navigation-bg: var(--default-black);
    --main-menu-bg-color: transparent;
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-navigation {
        --section-navigation-bg: var(--default-black);
    }
}

body {
    --section-footer-bg: var(--default-black);
    --section-copyright-bg: var(--primary-color);

    --section-navigation-bg: var(--primary-color);
}

.button:active,
.button:focus {
    background-color: var(--primary-color) !important;
    color: var(--default-black);
}

.moduletable .nav.menu li a {
    color: var(--default-black);
}

#g-top.modern-alert-padding {
    background: var(--primary-color);
}

.modern-alert .g-array-item :is(h1, h2, h3, h4, h5, h6, p, a) {
    color: var(--default-black);
}

.modern-alert .g-content-array>.g-grid {
    border: 3px solid var(--default-black);
}

@media only screen and (max-width: 50.99rem) {
    .g-offcanvas-toggle {
        color: var(--default-black);
    }
}

@media only screen and (min-width: 50.99rem) {
    .crawl-space .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        --navigation-toplevel-menu-item-font-size: min(1vw, 1.25rem);
    }

    .grand-entry>.g-container>.g-grid:has(.swiper-ql-overlay) {
        z-index: 200;
        top: unset;
        transform: translateY(50%);
    }

    .slideshow-spacing>.g-container>.g-grid>.g-block.swiper-ql-overlay {
        height: unset;
    }

    .site-sub #g-container-main {
        min-height: 30vh;
    }
}

.readon,
.button {
    margin: 0;
    padding: 2rem 4rem;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    color: var(--default-black);
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-header>.g-container {
        padding: 8rem 5% 2vw 5% !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-navigation {
        transform: translateY(100%);
        position: relative;
        z-index: 800;
        height: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
        --navigation-floating-social-bg: transparent;
        --main-menu-bg: transparent;
        --main-menu-bg-color: transparent;
    }

    .site-home #g-navigation>.g-container {
        padding: 2rem 5% !important;
    }

    .site-home #g-slideshow :is(#swiper-9733 .slide, #swiper-9733-thumbs .swiper-slide:before) {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
    }

    .crawl-space>.g-container>.g-grid:has(.ql-toplinks-studius) {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .site-sub #g-navigation>.g-container {
        padding: 2rem !important;
    }

    .site-sub #g-navigation .navigation-container {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
}

#g-navigation.crawl-space .g-main-nav .g-toplevel>li:hover:not(.g-menu-item-type-particle)>.g-menu-item-container,
#g-navigation.crawl-space .g-main-nav .g-toplevel>li.active:not(.g-menu-item-type-particle)>.g-menu-item-container {
    border: none;
    margin: 0;
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-navigation {
        --navigation-floating-social-bg: transparent;
        --main-menu-bg: transparent;
        --main-menu-bg-color: transparent;
        ;
    }
}

@media only screen and (min-width: 50.99rem) {
    .navigation-container {
        padding-bottom: 2rem;
        border-bottom: 2px solid var(--default-white);
    }

    .navigation-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .navigation-wrapper {
        display: flex;
        flex-direction: row;
        gap: clamp(2rem, 5vw, 4rem);
    }

    .navigation-wrapper .navigation-logo {
        flex: 25;
    }

    .navigation-wrapper .navigation-buttons-menu {
        flex: 75;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: flex-end;
        justify-content: space-between;
    }

    .navigation-wrapper .navigation-buttons {
        display: flex;
        flex-direction: row;
        gap: 5rem;
        align-items: center;
        justify-content: flex-end;
    }

    .navigation-wrapper .navigation-social-icons .g-social-items a {
        color: var(--default-white) !important;
        font-size: 2rem !important;
    }

    .navigation-wrapper .navigation-social-icons .g-social-items a:last-child {
        display: none !important;
    }

    .navigation-wrapper .navigation-qls {
        display: flex;
        flex-direction: row;
        gap: 2.5rem;
        align-items: center;
        justify-content: center;
    }

    .navigation-wrapper .navigation-qls a {
        font-size: clamp(.9rem, 1.25vw, 1.5rem);
        font-weight: 700;
        color: var(--default-white) !important;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .navigation-wrapper .navigation-qls .link-no-button {
        color: var(--default-white) !important;
    }

    .navigation-wrapper .navigation-buttons a:hover {
        opacity: .5;
    }

    .navigation-wrapper .navigation-qls .phone-nav:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.25rem;
        color: var(--default-white);
    }

    .navigation-wrapper .navigation-qls .button {
        background: var(--primary-color);
        color: var(--default-black);
        padding: .75rem 1.25rem;
        font-weight: 700;
        border-radius: 0;
    }

    .navigation-wrapper .g-main-nav .g-sublevel>li>.g-menu-item-container {
        color: var(--default-black) !important;
    }

    #g-navigation #navMenuTarget .g-main-nav .g-social-items a {
        color: var(--default-white) !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    /*.navigation-container {
        padding-bottom: 2rem;
        border-bottom: 2px solid var(--default-white);
    }*/

    #g-navigation>.g-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    #g-navigation>.g-container>.g-grid {
        width: 100%;
    }

    .navigation-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .navigation-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .navigation-wrapper .navigation-logo {
        flex: 25;
        display: none !important;
    }

    .navigation-wrapper .navigation-buttons-menu {
        flex: 75;
        display: flex;
        flex-direction: column;
        /*gap: 2rem;*/
        align-items: flex-end;
        justify-content: space-between;
    }

    .navigation-wrapper .navigation-buttons {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .navigation-wrapper .navigation-social-icons {
        display: none !important;
    }

    .navigation-wrapper .navigation-social-icons .g-social-items a {
        color: var(--default-white) !important;
        font-size: 4vw !important;
    }

    .navigation-wrapper .navigation-social-icons .g-social-items a:last-child {
        display: none !important;
    }

    .navigation-wrapper .navigation-qls {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 1rem;
        width: 70%;
    }

    .navigation-wrapper .navigation-qls a {
        font-size: 4vw;
        font-weight: 700;
        color: var(--default-black) !important;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        background: var(--default-white);
        width: 100% !important;
        padding: 1rem;
        flex: 1;
        clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    }

    .navigation-wrapper .navigation-qls .link-no-button {
        color: var(--default-black) !important;
        width: calc(50% - 1rem);
    }

    .navigation-wrapper .navigation-buttons a:hover {
        opacity: .5;
    }

    .navigation-wrapper .navigation-qls .phone-nav:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.25rem;
        color: var(--default-black);
    }

    .navigation-wrapper .navigation-qls .button {
        background: var(--primary-color);
        color: var(--default-black);
        padding: .75rem 1.25rem;
        font-weight: 700;
        width: 100%;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
        border: 2px solid var(--tertiary-color);
    }

    .navigation-wrapper .g-main-nav .g-sublevel>li>.g-menu-item-container {
        color: var(--default-black) !important;
    }

    #g-navigation #navMenuTarget .g-main-nav .g-social-items a {
        color: var(--default-white) !important;
    }

    #g-navigation>.g-container>.g-grid:last-child {
        display: none !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-above>.g-container {
        padding: 4rem 5% 6rem 5% !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-above>.g-container {
        padding: 2rem 1rem !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .features-swiper .swiper-container {
        padding: 3vw !important;
        background: var(--primary-color);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .4);
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide img {
        height: auto;
        flex: 6;
        order: 1;
        width: 100%;
        aspect-ratio: 16/9;
        min-width: 1px;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide {
        position: unset;
        order: 2;
        flex: 4;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: clamp(.9rem, 3vw, 2rem);
        line-height: 1.2;
        color: var(--default-black);
        font-weight: 700;
        font-family: var(--title-font-family);
        text-transform: uppercase;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 1.25vw;
        line-height: 1.4;
        color: var(--default-black);
        font-weight: 400;
        max-width: unset;
        font-family: var(--body-font-family);
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text p {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: clamp(.9rem, 1.25vw, 1.5rem);
        line-height: 1.4;
        color: var(--default-black);
        font-weight: 400;
        max-width: unset;
        font-family: var(--body-font-family);
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content>.button {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        color: var(--default-black);
        font-size: clamp(.9rem, 1.25vw, 1.5rem);
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        gap: .5vw;
        align-items: center;
        justify-content: flex-start;
        clip-path: none;
        display: none !important;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content>.button:after {
        content: '\f054';
        font-weight: 900;
        color: var(--secondary-color);
        font-size: 1.25vw;
        font-family: 'Font Awesome 6 Free';
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .features-swiper .swiper-navigation {
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
    }

    .features-swiper .swiper-navigation div[class*="button-next"],
    .features-swiper .swiper-navigation div[class*="button-prev"] {
        position: unset;
        transform: none;
        font-size: min(2.5vw, 2.5rem);
    }

    .features-swiper .swiper-navigation div[class*="button-next"] {
        order: 2;
    }

    .features-swiper .swiper-navigation div[class*="button-prev"] {
        order: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .features-swiper .swiper-container {
        padding: 1rem !important;
        background: var(--primary-color);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .4);
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide img {
        height: auto;
        flex: 6;
        order: 1;
        width: 100%;
        aspect-ratio: 16/9;
        min-width: 1px;
    }

    /*.features-swiper .swiper-navigation {
        display: none!important;
    }*/
    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide {
        position: unset;
        order: 2;
        flex: 4;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: clamp(.9rem, 3vw, 2rem);
        line-height: 1.2;
        color: var(--default-black);
        font-weight: 700;
        font-family: var(--title-font-family);
        text-transform: uppercase;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 1.25vw;
        line-height: 1.4;
        color: var(--default-black);
        font-weight: 400;
        max-width: unset;
        font-family: var(--body-font-family);
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text p {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: clamp(.9rem, 1.25vw, 1.5rem);
        line-height: 1.4;
        color: var(--default-black);
        font-weight: 400;
        max-width: unset;
        font-family: var(--body-font-family);
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content>.button {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        color: var(--default-black);
        font-size: clamp(.9rem, 1.25vw, 1.5rem);
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        gap: .5vw;
        align-items: center;
        justify-content: flex-start;
        clip-path: none;
        display: none !important;
    }

    .features-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content>.button:after {
        content: '\f054';
        font-weight: 900;
        color: var(--secondary-color);
        font-size: 1.25vw;
        font-family: 'Font Awesome 6 Free';
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .features-swiper .swiper-navigation div[class*="button-next"] {
        right: 0;
        top: 25%;
    }

    .features-swiper .swiper-navigation div[class*="button-prev"] {
        left: 0;
        top: 25%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-extension>.g-container {
        padding: 5rem 5% !important;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .test-content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .test-content-wrapper .g-title {
        color: var(--secondary-color);
        line-height: 1;
        font-size: clamp(.8rem, 2.5vw, 3rem);
        text-align: left;
        font-weight: 700;
        font-family: var(--title-font-family);
        text-transform: uppercase;
        border: none;
        margin: 0;
        padding: 0;
    }

    .test-content-wrapper p {
        margin: 0;
        padding: 0;
        font-size: min(1.25vw, 1.5rem);
        color: var(--default-black);
        line-height: 1.4;
    }

    .test-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .test-button .button {
        margin: 0;
        padding: 2rem 8rem;
        background: var(--primary-color);
        border: none;
        border-radius: 0;
        color: var(--default-black);
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    /*.test-button .button:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        color: var(--default-white);
        line-height: 1;
    }*/
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-extension>.g-container {
        padding: 2rem 1rem !important;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .site-home #g-extension>.g-container>.g-grid {
        width: 100%;
    }

    .test-content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .test-content-wrapper .g-title {
        color: var(--secondary-color);
        line-height: 1;
        font-size: 5vw;
        text-align: left;
        font-weight: 700;
        font-family: var(--title-font-family);
        text-transform: uppercase;
        border: none;
        margin: 0;
        padding: 0;
    }

    .test-content-wrapper p {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        color: var(--default-black);
        line-height: 1.4;
    }

    .test-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .test-button .button {
        margin: 0;
        padding: 2rem 8rem;
        background: var(--primary-color);
        border: none;
        border-radius: 0;
        color: var(--default-black);
        font-size: 4vw;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    /*.test-button .button:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        color: var(--default-white);
        line-height: 1;
    }*/
}

@media only screen and (min-width: 50.99rem) {
    .test-wrapper {
        margin: 0;
        padding: 0;
    }

    .test-wrapper>.g-content {
        margin: 0;
        padding: 0;
    }

    .test-wrapper .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: min(3vw, 3rem);
    }

    .test-wrapper .g-content-array>.g-grid {
        margin: 0;
        padding: 0;
        flex: 1;
        padding: min(1.5vw, 1.5rem);
        background: var(--default-white);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    }

    .test-wrapper .g-content-array>.g-grid>.g-block {
        margin: 0;
        padding: 0;
    }

    .test-wrapper .g-content-array>.g-grid>.g-block>.g-content {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .test-wrapper .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: space-between;
        height: 100%;
    }

    .test-wrapper .g-array-item-title {
        margin: 0;
        padding: 0;
        order: 2;
    }

    .test-wrapper .g-item-title {
        margin: 0;
        padding: 0;
        font-size: min(1.5vw, 1.5rem);
        color: var(--default-black);
        line-height: 1;
        font-weight: 700;
        text-align: left;
        font-family: var(--body-font-family);
        border: none;
        text-transform: uppercase;
    }

    .test-wrapper .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: min(1.775vw, 1.75rem);
        color: var(--default-black);
        line-height: 1;
        font-weight: 700;
        text-align: left;
        font-family: var(--body-font-family);
        border: none;
        text-transform: uppercase;
        pointer-events: none !important;
    }

    .test-wrapper .g-array-item-text {
        margin: 0;
        padding: 0;
        order: 1;
    }

    .test-wrapper .g-array-item-text p {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-family: var(--body-font-family);
        font-style: italic;
        font-weight: 400;
        font-size: min(1.5vw, 1.5rem);
    }

    .test-wrapper .g-array-item-text p span {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-family: var(--body-font-family);
        font-style: italic;
        font-weight: 400;
        font-size: min(1.5vw, 1.5rem) !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .test-wrapper {
        margin: 0;
        padding: 0;
    }

    .test-wrapper>.g-content {
        margin: 0;
        padding: 0;
    }

    .test-wrapper .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .test-wrapper .g-content-array>.g-grid {
        margin: 0;
        padding: 0;
        flex: 1;
        padding: 1rem;
        background: var(--default-white);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    }

    .test-wrapper .g-content-array>.g-grid>.g-block {
        margin: 0;
        padding: 0;
    }

    .test-wrapper .g-content-array>.g-grid>.g-block>.g-content {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .test-wrapper .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
        height: 100%;
    }

    .test-wrapper .g-array-item-title {
        margin: 0;
        padding: 0;
        order: 2;
    }

    .test-wrapper .g-item-title {
        margin: 0;
        padding: 0;
        font-size: 5vw;
        color: var(--default-black);
        line-height: 1;
        font-weight: 700;
        text-align: left;
        font-family: var(--body-font-family);
        border: none;
        text-transform: uppercase;
    }

    .test-wrapper .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: 5vw;
        color: var(--default-black);
        line-height: 1;
        font-weight: 700;
        text-align: left;
        font-family: var(--body-font-family);
        border: none;
        text-transform: uppercase;
        pointer-events: none !important;
    }

    .test-wrapper .g-array-item-text {
        margin: 0;
        padding: 0;
        order: 1;
    }

    .test-wrapper .g-array-item-text p {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-family: var(--body-font-family);
        font-style: italic;
        font-weight: 400;
        font-size: 4vw;
    }

    .test-wrapper .g-array-item-text p span {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-family: var(--body-font-family);
        font-style: italic;
        font-weight: 400;
        font-size: 4vw !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    #g-footer>.g-container {
        padding: 4rem 5% !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    #g-footer>.g-container {
        padding: 2rem 1rem !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
        align-items: center;
    }

    .footer-wrapper .footer-glass-logo {
        flex: 10;
        order: 1;
    }

    .footer-wrapper .footer-glass-logo img {
        border-radius: 50%;
        overflow: hidden;
    }

    .footer-wrapper .footer-logo-icon {
        flex: 10;
        order: 2;
    }

    .footer-wrapper .footer-content {
        flex: 50;
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
        align-items: center;
        justify-content: space-between;
        order: 3;
    }

    .footer-wrapper .footer-content-box h1 {
        color: var(--secondary-color);
        font-size: clamp(.9rem, 3vw, 3rem);
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .footer-wrapper .footer-content-box p {
        font-size: clamp(.9rem, 1.25vw, 1.5rem);
        color: var(--default-white);
    }

    .footer-wrapper .footer-member-logos {
        flex: calc(30% - 2px);
        order: 5;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .footer-wrapper .footer-member-logos .footer-member-text p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        color: var(--default-white);
        font-family: var(--body-font-family);
    }

    .footer-wrapper .footer-member-logos .footer-member-imgs {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .footer-wrapper .footer-member-logos .footer-member-imgs a {
        flex: 1;
        background: var(--default-white);
    }

    .footer-wrapper .footer-member-logos .footer-member-imgs img {
        width: 100%;
        height: auto;
        aspect-ratio: 60/29;
        object-position: center;
        object-fit: contain;
    }

    .footer-wrapper:after {
        content: '';
        border-left: 2px solid var(--default-white);
        max-width: 3px;
        order: 4;
        height: 10vw;
    }

    .footer-wrapper .footer-content-social .g-social-items {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .footer-wrapper .footer-content-social .g-social-items a {
        font-size: clamp(.9rem, 2vw, 2.5rem);
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: center;
    }

    .footer-wrapper .footer-glass-logo {
        flex: 10;
        order: 1;
        min-width: calc(50% - .5rem);
        width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
    }

    .footer-wrapper .footer-glass-logo img {
        border-radius: 50%;
        overflow: hidden;
    }

    .footer-wrapper .footer-logo-icon {
        flex: 10;
        order: 2;
        min-width: calc(50% - .5rem);
        width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
    }

    .footer-wrapper .footer-content {
        flex: 50;
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
        align-items: center;
        justify-content: space-between;
        order: 3;
    }

    .footer-wrapper .footer-content-box h1 {
        color: var(--secondary-color);
        font-size: clamp(.9rem, 3vw, 3rem);
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .footer-wrapper .footer-content-box p {
        font-size: clamp(.9rem, 1.25vw, 1.5rem);
        color: var(--default-white);
    }

    .footer-wrapper .footer-member-logos {
        flex: calc(30 - 2px);
        order: 5;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .footer-wrapper .footer-member-logos .footer-member-text p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        color: var(--default-white);
        font-family: var(--body-font-family);
    }

    .footer-wrapper .footer-member-logos .footer-member-imgs {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .footer-wrapper .footer-member-logos .footer-member-imgs a {
        flex: 1;
        background: var(--default-white);
    }

    .footer-wrapper .footer-member-logos .footer-member-imgs img {
        width: 100%;
        height: auto;
        aspect-ratio: 60/29;
        object-position: center;
        object-fit: contain;
    }

    /*.footer-wrapper:after {
        content: '';
        border-left: 2px solid var(--default-white);
        max-width: 3px;
        order: 4;
        height: 10vw;
    }*/

    .footer-wrapper .footer-content-social .g-social-items {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .footer-wrapper .footer-content-social .g-social-items a {
        font-size: 6vw;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-copyright>.g-container {
        padding: 1rem 5% !important;
    }

    #g-copyright>.g-container>.g-grid:has(.footer-copyright-box)>.g-block {
        justify-content: flex-start;
    }

    .footer-copyright-box {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-copyright-box:before {
        content: '\f1f9';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.25rem;
        color: var(--default-black);
    }

    .footer-copyright-box p {
        margin: 0;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        color: var(--default-black);
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-copyright>.g-container {
        padding: 1rem 1rem 7rem 1rem !important;
    }

    #g-copyright>.g-container>.g-grid:has(.footer-copyright-box)>.g-block {
        justify-content: flex-start;
    }

    .footer-copyright-box {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-copyright-box:before {
        content: '\f1f9';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 1.25rem;
        color: var(--default-black);
    }

    .footer-copyright-box p {
        margin: 0;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        color: var(--default-black);
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
    }
}

body {
    --swiper-ql-bounding-bottom: 0;

    --swiper-ql-item-padding: 2rem min(1vw, 14.4px);
    --swiper-ql-item-bg: var(--primary-color);
    --swiper-ql-item-bg-hover: var(--primary-color);
    --swiper-ql-item-border: none;
    --swiper-ql-item-border-radius: 0;

    --swiper-ql-title-color: var(--default-black);
}

@media only screen and (min-width: 50.99rem) {
    .swiper-ql-overlay {
        margin: 0;
        padding: 0;
    }

    .swiper-ql-overlay>.g-content {
        margin: 0;
        padding: 0;
    }

    .swiper-ql-overlay>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .swiper-ql-overlay .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .swiper-ql-overlay .g-blockcontent-subcontent {
        margin: var(--swiper-ql-items-margin);
        padding: var(--swiper-ql-items-padding);
        display: flex;
        flex-direction: row;
        justify-content: var(--swiper-ql-items-justify-content);
        align-items: var(--swiper-ql-items-align-items);
        flex-wrap: var(--swiper-ql-items-wrap);
        gap: var(--swiper-ql-items-gap);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        min-width: var(--swiper-ql-item-min-width);
        max-width: var(--swiper-ql-item-max-width);
        pointer-events: all !important;
        position: relative;
        background: unset !important;
        border: var(--swiper-ql-item-border);
        background: var(--swiper-ql-item-bg);
        transition: .3s all ease-in-out;
        overflow: hidden;
        border-radius: var(--swiper-ql-item-border-radius);
        /*box-shadow: 4px 4px 4px rgba(0,0,0,.4);*/
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .4));
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block:hover {
        transform: var(--swiper-ql-item-transform-hover);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block .g-blockcontent-subcontent-block-content:hover {
        background: var(--swiper-ql-item-bg-hover);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: var(--swiper-ql-item-padding);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
        background: var(--swiper-ql-item-bg);
        clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
        overflow: hidden;
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-title {
        padding: var(--swiper-ql-title-padding);
        margin: var(--swiper-ql-title-margin);
        transition: .3s all ease-in-out;
        text-align: center;
        font-family: var(--swiper-ql-title-font-family);
        font-weight: var(--swiper-ql-title-font-weight);
        color: var(--swiper-ql-title-color);
        text-shadow: var(--swiper-ql-title-text-shadow);
        text-align: var(--swiper-ql-title-text-align);
        line-height: var(--swiper-ql-title-line-height);
        text-transform: var(--swiper-ql-title-text-transform);
        font-variant-caps: var(--swiper-ql-title-fvc);
        font-size: var(--swiper-ql-title-font-size);
        text-decoration: var(--swiper-ql-title-text-decoration);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-title-text {
        padding: var(--swiper-ql-title-padding);
        margin: var(--swiper-ql-title-margin);
        transition: .3s all ease-in-out;
        text-align: center;
        font-family: var(--swiper-ql-title-font-family);
        font-weight: var(--swiper-ql-title-font-weight);
        color: var(--swiper-ql-title-color);
        text-shadow: var(--swiper-ql-title-text-shadow);
        text-align: var(--swiper-ql-title-text-align);
        line-height: var(--swiper-ql-title-line-height);
        text-transform: var(--swiper-ql-title-text-transform);
        font-variant-caps: var(--swiper-ql-title-fvc);
        font-size: var(--swiper-ql-title-font-size);
        text-decoration: var(--swiper-ql-title-text-decoration);
    }

    .swiper-ql-overlay .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .swiper-ql-overlay .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-ql-overlay {
        margin: 0;
        padding: 1rem;

        --swiper-ql-items-gap: 1rem;
    }

    .swiper-ql-overlay>.g-content {
        margin: 0;
        padding: 0;
    }

    .swiper-ql-overlay>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .swiper-ql-overlay .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .swiper-ql-overlay .g-blockcontent-subcontent {
        margin: var(--swiper-ql-items-margin);
        padding: var(--swiper-ql-items-padding);
        display: flex;
        flex-direction: row;
        justify-content: var(--swiper-ql-items-justify-content);
        align-items: var(--swiper-ql-items-align-items);
        flex-wrap: var(--swiper-ql-items-wrap);
        gap: var(--swiper-ql-items-gap);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        min-width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        pointer-events: all !important;
        position: relative;
        background: unset !important;
        border: var(--swiper-ql-item-border);
        background: var(--swiper-ql-item-bg);
        transition: .3s all ease-in-out;
        overflow: hidden;
        border-radius: var(--swiper-ql-item-border-radius);
        /*box-shadow: 4px 4px 4px rgba(0,0,0,.4);*/
        clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .4));

    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block:hover {
        transform: var(--swiper-ql-item-transform-hover);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block .g-blockcontent-subcontent-block-content:hover {
        background: var(--swiper-ql-item-bg-hover);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: var(--swiper-ql-item-padding);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
        background: var(--swiper-ql-item-bg);
        /*clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);*/
        overflow: hidden;
        aspect-ratio: 16/9;
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-title {
        padding: var(--swiper-ql-title-padding);
        margin: var(--swiper-ql-title-margin);
        transition: .3s all ease-in-out;
        text-align: center;
        font-family: var(--swiper-ql-title-font-family);
        font-weight: var(--swiper-ql-title-font-weight);
        color: var(--swiper-ql-title-color);
        text-shadow: var(--swiper-ql-title-text-shadow);
        text-align: var(--swiper-ql-title-text-align);
        line-height: var(--swiper-ql-title-line-height);
        text-transform: var(--swiper-ql-title-text-transform);
        font-variant-caps: var(--swiper-ql-title-fvc);
        font-size: var(--swiper-ql-title-font-size-mobile);
        text-decoration: var(--swiper-ql-title-text-decoration);
    }

    .swiper-ql-overlay .g-blockcontent-subcontent-title-text {
        padding: var(--swiper-ql-title-padding);
        margin: var(--swiper-ql-title-margin);
        transition: .3s all ease-in-out;
        text-align: center;
        font-family: var(--swiper-ql-title-font-family);
        font-weight: var(--swiper-ql-title-font-weight);
        color: var(--swiper-ql-title-color);
        text-shadow: var(--swiper-ql-title-text-shadow);
        text-align: var(--swiper-ql-title-text-align);
        line-height: var(--swiper-ql-title-line-height);
        text-transform: var(--swiper-ql-title-text-transform);
        font-variant-caps: var(--swiper-ql-title-fvc);
        font-size: var(--swiper-ql-title-font-size-mobile);
        text-decoration: var(--swiper-ql-title-text-decoration);
    }

    .swiper-ql-overlay .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .swiper-ql-overlay .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .design-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .spotlight-video-wrapper {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 6vw;
        align-items: flex-start;
    }

    .spotlight-text-wrapper {
        margin: 0;
        padding: 0;
        flex: 45;
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }

    .spotlight-title .g-title {
        color: var(--secondary-color);
        line-height: 1.2;
        font-size: clamp(.8rem, 2.5vw, 3rem);
        text-align: left;
        font-weight: 700;
        font-family: var(--title-font-family);
        text-transform: uppercase;
        border: none;
        margin: 0;
        padding: 0;
    }

    .spotlight-text p {
        color: var(--default-black);
        font-size: clamp(.7rem, 1.25vw, 1.75rem);
        font-family: var(--body-font-family);
    }

    .spotlight-video {
        margin: 0;
        padding: 0;
        flex: 55;
        position: relative;
    }

    .spotlight-video:before {
        content: '';
        background: var(--default-white);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(1.25rem);
        z-index: 1;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
    }

    .spotlight-video iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        position: relative;
        z-index: 2;
        transform: translateX(-1.25rem);
    }

    .spotlight-rm a {
        color: var(--default-black);
        text-transform: uppercase;
    }

    .spotlight-rm .rm-arrow {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
    }

    .spotlight-rm .rm-arrow:after {
        content: '\f105';
        font-family: 'Font Awesome 6 Free';
        color: var(--secondary-color);
        font-size: min(1.25vw, 1.25rem);
        font-weight: 900;
        line-height: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .design-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .spotlight-video-wrapper {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .spotlight-text-wrapper {
        margin: 0;
        padding: 0;
        flex: 45;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        order: 2;
    }

    .spotlight-title .g-title {
        color: var(--secondary-color);
        line-height: 1.2;
        font-size: 5vw;
        text-align: left;
        font-weight: 700;
        font-family: var(--title-font-family);
        text-transform: uppercase;
        border: none;
        margin: 0;
        padding: 0;
    }

    .spotlight-text p {
        color: var(--default-black);
        font-size: 4vw;
        font-family: var(--body-font-family);
    }

    .spotlight-video {
        margin: 0;
        padding: 0;
        flex: 55;
        position: relative;
        order: 1;
    }

    .spotlight-video:before {
        content: '';
        background: var(--default-white);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*transform: translateY(1.25rem);*/
        z-index: 1;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
    }

    .spotlight-video iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        position: relative;
        z-index: 2;
        /*transform: translateX(-1.25rem);*/
    }

    .spotlight-rm a {
        color: var(--default-black);
        text-transform: uppercase;
    }

    .spotlight-rm .rm-arrow {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
    }

    .spotlight-rm .rm-arrow:after {
        content: '\f105';
        font-family: 'Font Awesome 6 Free';
        color: var(--secondary-color);
        font-size: 4vw;
        font-weight: 900;
        line-height: 1;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/3column-section-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }

    .site-home #g-container-main:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .8);
        backdrop-filter: blur(10px);
        --webkit-backdrop-filter: blur(10px);
        z-index: 1;
    }

    .site-home #g-container-main>.g-container {
        position: relative;
        z-index: 2;
        padding: 6rem 5% !important;
    }

    .site-home #g-container-main>.g-container>.g-grid {
        display: flex;
        flex-direction: row;
        gap: clamp(1rem, 5vw, 5rem);
    }

    .site-home #g-container-main>.g-container>.g-grid>.g-block {
        flex: 1;
        width: unset;
    }

    .site-home #g-container-main .g-title {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: clamp(.9rem, 2.25vw, 3rem);
        color: var(--default-white);
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: 2px solid var(--primary-color);
        margin-bottom: 2rem;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: flex-start;
    }

    .site-home #g-sidebar .g-title:after {
        content: '\f082';
        font-family: 'Font Awesome 6 Brands';
        font-weight: 900;
        color: var(--default-white);
        font-size: clamp(.9rem, 2.25vw, 3.25rem);
        line-height: 1;
    }

    .site-home #g-mainbar .g-title:after {
        content: '\f6e3';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--default-white);
        font-size: clamp(.9rem, 2.25vw, 3.25rem);
        line-height: 1;
    }

    .site-home #g-aside .g-title:after {
        content: '\f54f';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--default-white);
        font-size: clamp(.9rem, 2.25vw, 3.25rem);
        line-height: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/3column-section-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }

    .site-home #g-container-main:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .8);
        backdrop-filter: blur(10px);
        --webkit-backdrop-filter: blur(10px);
        z-index: 1;
    }

    .site-home #g-container-main>.g-container {
        position: relative;
        z-index: 2;
        padding: 2rem 1rem !important;
    }

    .site-home #g-container-main>.g-container>.g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .site-home #g-container-main>.g-container>.g-grid>.g-block {
        flex: 1;
        width: 100%;
    }

    .site-home #g-container-main .g-title {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 6vw;
        color: var(--default-white);
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: 2px solid var(--primary-color);
        margin-bottom: 2rem;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: flex-start;
    }

    .site-home #g-sidebar .g-title:after {
        content: '\f082';
        font-family: 'Font Awesome 6 Brands';
        font-weight: 900;
        color: var(--default-white);
        font-size: clamp(.9rem, 2.25vw, 3.25rem);
        line-height: 1;
    }

    .site-home #g-mainbar .g-title:after {
        content: '\f6e3';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--default-white);
        font-size: clamp(.9rem, 2.25vw, 3.25rem);
        line-height: 1;
    }

    .site-home #g-aside .g-title:after {
        content: '\f54f';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--default-white);
        font-size: clamp(.9rem, 2.25vw, 3.25rem);
        line-height: 1;
    }
}

@media only screen and (min-width: 50.99rem) {
    .sow-ql {
        margin: 0;
        padding: 0;
    }

    .sow-ql>.g-content {
        margin: 0;
        padding: 0;
    }

    .sow-ql>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .sow-ql .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .sow-ql .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .sow-ql .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        flex: 1;
        min-width: calc(50% - .75rem);
        width: calc(50% - .75rem);
        max-width: calc(50% - .75rem);
        overflow: hidden;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }

    .sow-ql .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 3/4;
        height: auto;
        object-position: center;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-end;
        align-items: center;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-title:before {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 100%;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: clamp(.9rem, 1.5vw, 1.75rem);
        font-weight: 700;
        text-transform: uppercase;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .sow-ql .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .sow-ql {
        margin: 0;
        padding: 0;
    }

    .sow-ql>.g-content {
        margin: 0;
        padding: 0;
    }

    .sow-ql>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .sow-ql .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .sow-ql .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .sow-ql .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        flex: 1;
        min-width: calc(50% - .75rem);
        width: calc(50% - .75rem);
        max-width: calc(50% - .75rem);
        overflow: hidden;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }

    .sow-ql .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 3/4;
        height: auto;
        object-position: center;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-end;
        align-items: center;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-title:before {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 100%;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: clamp(.9rem, 1.5vw, 1.75rem);
        font-weight: 700;
        text-transform: uppercase;
        transition: .3s all ease-in-out;
    }

    .sow-ql .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .sow-ql .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .widget-container .g-array-item-text p {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .brochure-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .brochure-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .brochure-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .brochure-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .brochure-feed {
        margin: 0;
        padding: 0;
    }

    .brochure-feed .k-ui-namespace {
        margin: 0;
        padding: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents {
        margin: 0;
        padding: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document {
        margin: 0;
        padding: 0;
        width: 100%;
        flex: 1;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .4));
        transition: .3s all ease-in-out;
        position: relative;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document:hover {
        transform: scale(1.05);
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header {
        margin: 0;
        padding: 2rem;
        background: var(--default-white);
        clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
        overflow: hidden;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container>.koowa_header__image_link {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container>.koowa_header__image_link>span {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container) {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content>.whitespace_preserver {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content>.whitespace_preserver>.koowa_header__title_link {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
        font-size: clamp(.9rem, 1.25vw, 2.25rem);
        color: var(--default-black);
        text-transform: uppercase;
        font-weight: 700;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content>.whitespace_preserver>.koowa_header__title_link:before {
        content: '\f15c';
        font-family: 'Font Awesome 6 Free';
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        color: var(--secondary-color);
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 900;
    }

    .brochure-button .button {
        margin: 0;
        padding: 2rem;
        background: var(--primary-color);
        border: none;
        border-radius: 0;
        color: var(--default-black);
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 50.99rem) {
    .brochure-feed {
        margin: 0;
        padding: 0;
    }

    .brochure-feed .k-ui-namespace {
        margin: 0;
        padding: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents {
        margin: 0;
        padding: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document {
        margin: 0;
        padding: 0;
        width: 100%;
        flex: 1;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .4));
        transition: .3s all ease-in-out;
        position: relative;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document:hover {
        transform: scale(1.05);
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header {
        margin: 0;
        padding: 2rem;
        background: var(--default-white);
        clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
        overflow: hidden;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container>.koowa_header__image_link {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item--image_container>.koowa_header__image_link>span {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container) {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content>.whitespace_preserver {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content>.whitespace_preserver>.koowa_header__title_link {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
        font-size: clamp(.9rem, 1.25vw, 2.25rem);
        color: var(--default-black);
        text-transform: uppercase;
        font-weight: 700;
    }

    .brochure-feed .k-ui-namespace>.mod_docman--documents>.mod_docman_icons>.module_document>.koowa_header>.koowa_header__item:not(.koowa_header__item.koowa_header__item--image_container)>.koowa_wrapped_content>.whitespace_preserver>.koowa_header__title_link:before {
        content: '\f15c';
        font-family: 'Font Awesome 6 Free';
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        color: var(--secondary-color);
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 900;
    }

    .brochure-button .button {
        margin: 0;
        padding: 2rem;
        background: var(--primary-color);
        border: none;
        border-radius: 0;
        color: var(--default-black);
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
        width: 100%;
        text-align: left;
    }
}


@media only screen and (min-width: 50.99rem) {
    .site-home #g-expanded {
        background: url('/images/template/bg-free-estimate.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }

    .site-home #g-expanded:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(253, 177, 1, .9), rgba(254, 209, 4, .9));
        z-index: 1;
    }

    .site-home #g-expanded>.g-container {
        position: relative;
        z-index: 2;
        padding: clamp(2rem, 8vw, 10rem) 5% !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .est-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .est-wrapper {
        display: flex;
        flex-direction: row;
        gap: clamp(2rem, 4vw, 6rem);
        justify-content: space-between;
    }

    .est-wrapper .est-title {
        flex: 67;
    }

    .est-wrapper .est-title h1 {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: clamp(.9rem, 4vw, 4.5rem);
        text-transform: uppercase;
    }

    .est-wrapper .est-button {
        flex: 33;
    }

    .est-wrapper .est-button .button {
        margin: 0;
        padding: 2rem;
        background: var(--default-black);
        border: none;
        border-radius: 0;
        color: var(--default-white);
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .est-wrapper .est-button .button:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: clamp(.9rem, 1.5vw, 2.5rem);
        color: var(--default-white);
        line-height: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-expanded {
        background: url('/images/template/bg-free-estimate.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }

    .site-home #g-expanded:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(253, 177, 1, .9), rgba(254, 209, 4, .9));
        z-index: 1;
    }

    .site-home #g-expanded>.g-container {
        position: relative;
        z-index: 2;
        padding: 2rem 1rem !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .est-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .est-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
    }

    .est-wrapper .est-title {
        flex: 67;
    }

    .est-wrapper .est-title h1 {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: 6vw;
        text-transform: uppercase;
        text-align: center;
    }

    .est-wrapper .est-button {
        flex: 33;
    }

    .est-wrapper .est-button .button {
        margin: 0;
        padding: 2rem;
        background: var(--default-black);
        border: none;
        border-radius: 0;
        color: var(--default-white);
        font-size: 4vw;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .est-wrapper .est-button .button:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: 5vw;
        color: var(--default-white);
        line-height: 1;
    }
}

.controls #jform_captcha>div {
    height: unset !important;
}

.faq-page .accordian-wrapper .g-content-array>.g-grid {
    background: var(--default-black);
}

.faq-page .accordian-wrapper .g-item-title a {
    color: var(--default-white);
}

.faq-page .accordian-wrapper .g-array-item-title:after {
    color: var(--primary-color);
}

@media only screen and (max-width: 50.99rem) {
    .gallerycolorstrip .koowa_media {
        gap: 1rem;
    }

    .gallerycolorstrip .koowa_media>.koowa_media__item {
        flex: 1;
        width: calc(50% - .5rem);
    }
}

@media only screen and (max-width: 50.99rem) {
    .mobile-fixed-nav .g-blockcontent-subcontent-title-icon {
        color: var(--default-black) !important;
    }

    .mobile-fixed-nav .g-blockcontent-subcontent-title-text {
        color: var(--default-black) !important;
    }
}

/* Scoped Styles for ABC Seamless Colors */
.abc-colors-wrap {
    text-align: center;
}

.abc-colors-wrap h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px !important;
}

/* Structural Reset */
.abc-colors-wrap .table-container,
.abc-colors-wrap table,
.abc-colors-wrap tbody {
    display: block !important;
    height: auto !important;
    width: 100% !important;
}

/* Row Distinction: Adding spacing and dividers */
.abc-colors-wrap tr {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    border-bottom: 2px solid rgba(250, 199, 11, 0.2);
    /* Subtle brand divider */
    margin-bottom: 40px !important;
    padding-bottom: 30px !important;
}

.abc-colors-wrap tr:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Flexible swatch container */
.abc-colors-wrap td,
.abc-colors-wrap p {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Square Swatch Styling */
.abc-colors-wrap img {
    display: block;
    width: 115px !important;
    height: 115px !important;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin: 12px !important;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
}

/* Hover effects */
.abc-colors-wrap img:hover {
    transform: translateY(-5px) scale(1.05);
    border-color: rgb(250, 199, 11);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Mobile Responsive Adjustments */
@media (max-width: 50.99rem) {
    .abc-colors-wrap h1 {
        font-size: 34px !important;
        line-height: 1.1 !important;
        height: auto !important;
    }

    .abc-colors-wrap tr {
        margin-bottom: 30px !important;
        padding-bottom: 20px !important;
    }

    .abc-colors-wrap img {
        width: 145px !important;
        height: 145px !important;
        margin: 8px !important;
        border-width: 3px;
    }
}