
/* --- The Grid Container --- */
.trip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* --- The Trip Card Styling --- */
.trip-card {
    min-height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligns content to the bottom */
    color: #ffffff;
    transition: transform 0.3s ease;
}

.trip-card:hover {
    transform: translateY(-5px);
}

/* --- The Dark Overlay --- */
.trip-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    z-index: 1; /* Sits below the content */
    border-radius: 12px; /* Match the parent card's corners */
}

/* --- Card Content --- */
.trip-card-content {
    padding: 1.5rem;
    position: relative;
    z-index: 2; /* Sits on top of the overlay */
}

.trip-card-content h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.trip-card-content p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* --- Trip Details Styling --- */
.trip-details {
    display: flex;
    flex-wrap: wrap; /* Allows items to stack on smaller screens */
    gap: 1rem; /* Space between detail items */
    padding-top: 1rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3); /* Separator line */
}

.detail-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.2); /* Optional: slight background for contrast */
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
}

.detail-item span {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.detail-item strong {
    margin-right: 0.25rem;
}

/* --- Button Styling --- */
.btn {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.2s ease;
    align-self: flex-start;
}

.btn:hover {
    background-color: #0056b3;
}




/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
.gb-container .wp-block-image img {
    vertical-align: middle;
}

.gb-grid-wrapper .wp-block-image {
    margin-bottom: 0;
}

.gb-highlight {
    background: none;
}

.gb-shape {
    line-height: 0;
}

.gb-container-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.gb-element-b2f22558 {
    background-blend-mode: normal,normal;
    padding-bottom: 12rem;
    padding-top: 12rem;
    position: relative;
    background: linear-gradient(to left,rgba(2,94,151,0.48) 0%,rgba(2,94,151,0.48) 100%),url(https://cascadesnow.com/wp-content/uploads/2025/07/tufis-alexandru-uYqQQylT7hg-unsplash.jpg) center /cover no-repeat
}

.gb-element-eeb21a2f {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    text-align: center
}

.gb-element-2d6aff73 {
    background-blend-mode: normal,normal,;
    background: linear-gradient(180deg,var(--base) 0%,rgba(245,243,235,0) 100%),linear-gradient(to left,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%),url(https://cascadesnow.com/wp-content/uploads/2025/07/noise.jpg) center repeat
}

.gb-element-c3c889e4 {
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 1rem
}

@media (max-width: 767px) {
    .gb-element-c3c889e4 {
        grid-template-columns:1fr
    }
}

.gb-element-4705edb1 {
    margin-bottom: 3rem
}

.gb-element-fab83cab {
    column-gap: 2.4rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    row-gap: 3rem
}

.gb-element-f4bd52b7 {
    align-items: flex-start;
    column-gap: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem
}

.gb-element-e632bdce {
    flex-basis: 230px;
    flex-grow: 1;
    flex-shrink: 1
}

.gb-element-6ae69bab {
    align-items: flex-start;
    column-gap: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem
}

.gb-element-bb5294da {
    flex-basis: 230px;
    flex-grow: 1;
    flex-shrink: 1
}

.gb-element-dac9002b {
    align-items: flex-start;
    column-gap: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem
}

.gb-element-02edbdf5 {
    flex-basis: 230px;
    flex-grow: 1;
    flex-shrink: 1
}

.gb-element-d889ff30 {
    position: relative
}

.gb-element-537e0fef {
    text-align: center
}

.gb-element-13ef726a {
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin-top: 3rem;
    row-gap: 2rem
}

@media (max-width: 1024px) {
    .gb-element-13ef726a {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 767px) {
    .gb-element-13ef726a {
        grid-template-columns:1fr
    }
}

.gb-element-787c68c1 {
    background-color: var(--contrast);
    overflow-x: clip;
    overflow-y: clip;
    position: relative
}

.gb-element-787c68c1:hover img {
    transform: scale(1.1);
    opacity: 1
}

.gb-element-787c68c1 img {
    transition: all 0.5s ease 0s
}

.gb-element-69055df2 {
    backdrop-filter: blur(10px);
    background-color: rgba(10,131,168,0.54);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0px;
    margin-bottom: -1.5rem;
    position: absolute;
    width: 100%
}

.gb-element-69055df2 :before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: ""
}

.gb-element-d63e7227 {
    align-items: center;
    column-gap: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    margin-top: 1rem;
    row-gap: 0.4rem
}

.gb-element-0c8664a5 {
    background-color: var(--contrast);
    overflow-x: clip;
    overflow-y: clip;
    position: relative
}

.gb-element-0c8664a5:hover img {
    transform: scale(1.1);
    opacity: 1
}

.gb-element-0c8664a5 img {
    transition: all 0.5s ease 0s
}

.gb-element-fbdea245 {
    backdrop-filter: blur(10px);
    background-color: rgba(10,131,168,0.54);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0px;
    margin-bottom: -1.5rem;
    position: absolute;
    width: 100%
}

.gb-element-fbdea245 :before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: ""
}

.gb-element-8c5fc5d4 {
    align-items: center;
    column-gap: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    margin-top: 1rem;
    row-gap: 0.4rem
}

.gb-element-8c7406ce {
    background-color: var(--contrast);
    overflow-x: clip;
    overflow-y: clip;
    position: relative
}

.gb-element-8c7406ce:hover img {
    transform: scale(1.1);
    opacity: 1
}

.gb-element-8c7406ce img {
    transition: all 0.5s ease 0s
}

.gb-element-2067b1ff {
    backdrop-filter: blur(10px);
    background-color: rgba(10,131,168,0.54);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0px;
    margin-bottom: -1.5rem;
    position: absolute;
    width: 100%
}

.gb-element-2067b1ff :before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: ""
}

.gb-element-d70bd807 {
    align-items: center;
    column-gap: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    margin-top: 1rem;
    row-gap: 0.4rem
}

.gb-element-582dcb55 {
    background-color: var(--contrast);
    overflow-x: clip;
    overflow-y: clip;
    position: relative
}

.gb-element-582dcb55:hover img {
    transform: scale(1.1);
    opacity: 1
}

.gb-element-582dcb55 img {
    transition: all 0.5s ease 0s
}

.gb-element-75d1d9c3 {
    backdrop-filter: blur(10px);
    background-color: rgba(10,131,168,0.54);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0px;
    margin-bottom: -1.5rem;
    position: absolute;
    width: 100%
}

.gb-element-75d1d9c3 :before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: ""
}

.gb-element-acd4302b {
    align-items: center;
    column-gap: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    margin-top: 1rem;
    row-gap: 0.4rem
}

.gb-element-b639661e {
    background-color: var(--contrast);
    overflow-x: clip;
    overflow-y: clip;
    position: relative
}

.gb-element-b639661e:hover img {
    transform: scale(1.1);
    opacity: 1
}

.gb-element-b639661e img {
    transition: all 0.5s ease 0s
}

.gb-element-a728bc9a {
    backdrop-filter: blur(10px);
    background-color: rgba(10,131,168,0.54);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0px;
    margin-bottom: -1.5rem;
    position: absolute;
    width: 100%
}

.gb-element-a728bc9a :before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: ""
}

.gb-element-ddf56722 {
    align-items: center;
    column-gap: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    margin-top: 1rem;
    row-gap: 0.4rem
}

.gb-element-37b235ad {
    background-color: var(--contrast);
    overflow-x: clip;
    overflow-y: clip;
    position: relative
}

.gb-element-37b235ad:hover img {
    transform: scale(1.1);
    opacity: 1
}

.gb-element-37b235ad img {
    transition: all 0.5s ease 0s
}

.gb-element-a2904862 {
    backdrop-filter: blur(10px);
    background-color: rgba(10,131,168,0.54);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0px;
    margin-bottom: -1.5rem;
    position: absolute;
    width: 100%
}

.gb-element-a2904862 :before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: ""
}

.gb-element-c28f837b {
    align-items: center;
    column-gap: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    margin-top: 1rem;
    row-gap: 0.4rem
}

.gb-element-fb9efbcb {
    background-blend-mode: normal,color-dodge,normal;
    background: linear-gradient(to left,rgba(62,104,117,0.87) 0%,rgba(62,104,117,0.87) 100%),url(https://cascadesnow.com/wp-content/uploads/2025/07/annie-spratt-h-LcVG8W1XY-unsplash.jpg) center /cover repeat,url(https://cascadesnow.com/wp-content/uploads/2025/07/wojciech-then-DijA5f0voGQ-unsplash.jpg) center /cover no-repeat
}

.gb-element-ff9854a9 {
    align-items: center;
    column-gap: 1.8rem;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    position: relative;
    row-gap: 6rem
}

@media (max-width: 1024px) {
    .gb-element-ff9854a9 {
        grid-template-columns:1fr
    }
}

.gb-element-2dc07233 {
    position: relative
}

.gb-element-37bee946 {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 1024px) {
    .gb-element-37bee946 {
        justify-content:center
    }
}

.gb-element-6c7505d3 {
    aspect-ratio: 1/1;
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    border-radius: 50%
}

@media (max-width: 1024px) {
    .gb-element-6c7505d3 {
        justify-content:center
    }
}

.gb-element-f65dc6bf {
    padding-bottom: 0rem
}

.gb-element-00b1adc6 {
    column-gap: 1.8rem;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    position: relative;
    row-gap: 1.8rem
}

@media (max-width: 1024px) {
    .gb-element-00b1adc6 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 767px) {
    .gb-element-00b1adc6 {
        grid-template-columns:1fr
    }
}

.gb-element-c0a7002c {
    position: relative
}

.gb-element-28be5b3c {
    background-color: var(--base-2);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.gb-element-902bd4ee {
    column-gap: 0.1rem;
    display: flex;
    margin-bottom: 1rem;
    row-gap: 0.1px
}

.gb-element-9d70853b {
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    row-gap: 16px
}

.gb-element-bd5bb1f1 {
    background-color: var(--base-2);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.gb-element-60644b07 {
    column-gap: 0.1rem;
    display: flex;
    margin-bottom: 1rem;
    row-gap: 0.1px
}

.gb-element-065e12da {
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    row-gap: 16px
}

.gb-element-58f1899f {
    background-color: var(--base-2);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.gb-element-1078e2af {
    column-gap: 0.1rem;
    display: flex;
    margin-bottom: 1rem;
    row-gap: 0.1px
}

.gb-element-35d5aac8 {
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    row-gap: 16px
}

.gb-element-63821453 {
    position: relative
}

.gb-element-9a279279 {
    text-align: center
}

.gb-element-d75b6cf4 {
    position: relative
}

.gb-element-4b899ed2 {
    column-gap: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
    row-gap: 0.6rem
}

.gb-element-4b899ed2 span:first-of-type::after {
    content: "â€¢";
    display: inline-block;
    margin-left: 0.6rem;
    color: var(--contrast-2)
}

.gb-element-3b2290c3 {
    align-items: center;
    column-gap: 0.6em;
    display: flex
}

.gb-element-3c841a60 {
    background-color: var(--contrast);
    padding-bottom: 1.8rem;
    padding-top: 6rem
}

.gb-element-c0350cc8 {
    column-gap: 4rem;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    padding-bottom: 4rem;
    row-gap: 4rem;
    border-bottom: 1px solid var(--contrast-2)
}

@media (max-width: 1024px) {
    .gb-element-c0350cc8 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 767px) {
    .gb-element-c0350cc8 {
        grid-template-columns:1fr
    }
}

.gb-element-73cc0d22 {
    column-gap: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.gb-element-f7830e06 {
    column-gap: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.gb-element-eab8c0c6 {
    column-gap: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.gb-element-00a5a554 {
    column-gap: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.gb-element-36c00aae {
    align-items: center;
    column-gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1.8rem;
    row-gap: 1rem
}

@media (max-width: 767px) {
    .gb-element-36c00aae {
        flex-direction:column
    }
}

.gb-element-4c41cc2c {
    align-items: center;
    column-gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem
}

.gb-shape-d172d420 {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    bottom: 0px;
    display: inline-flex;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%,0px,0px);
    z-index: 1
}

.gb-shape-d172d420 svg {
    fill: currentColor;
    height: 60px;
    width: 60px;
    color: var(--contrast)
}

@media (max-width: 1024px) {
    .gb-shape-d172d420 {
        display:none !important
    }
}

@media (max-width: 1024px) and (min-width:768px) {
    .gb-shape-d172d420 {
        display:none !important
    }
}

@media (max-width: 767px) {
    .gb-shape-d172d420 {
        display:none !important
    }
}

.gb-shape-e327d221 {
    bottom: 0;
    color: #000000;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

.gb-shape-e327d221 svg {
    fill: currentColor;
    width: 100%;
    height: 100px;
    color: var(--base)
}

@media (max-width: 1024px) {
    .gb-shape-e327d221 svg {
        height:60px
    }
}

@media (max-width: 767px) {
    .gb-shape-e327d221 svg {
        height:50px
    }
}

.gb-shape-2e7272df {
    background-color: var(--accent-2);
    color: var(--base-2);
    display: inline-flex;
    border-radius: 50%;
    padding: 20px
}

.gb-shape-2e7272df svg {
    fill: currentColor;
    height: 30px;
    width: 30px
}

.gb-shape-f0e053d1 {
    background-color: var(--accent-2);
    color: var(--base-2);
    display: inline-flex;
    border-radius: 50%;
    padding: 20px
}

.gb-shape-f0e053d1 svg {
    fill: currentColor;
    height: 30px;
    width: 30px
}

.gb-shape-90b02c50 {
    background-color: var(--accent-2);
    color: var(--base-2);
    display: inline-flex;
    border-radius: 50%;
    padding: 20px
}

.gb-shape-90b02c50 svg {
    fill: currentColor;
    height: 30px;
    width: 30px
}

.gb-shape-1e340d49 {
    background-blend-mode: normal;
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--accemt-3) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    color: #000000;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1
}

.gb-shape-1e340d49 svg {
    fill: currentColor;
    width: 100%;
    height: 50px;
    color: var(--base-2)
}

.gb-shape-4f85d23a {
    display: inline-flex
}

.gb-shape-4f85d23a svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-267f690e {
    display: inline-flex
}

.gb-shape-267f690e svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-1f31f3bb {
    display: inline-flex
}

.gb-shape-1f31f3bb svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-6769bf84 {
    display: inline-flex
}

.gb-shape-6769bf84 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-3ee90031 {
    display: inline-flex
}

.gb-shape-3ee90031 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-2e0f897e {
    display: inline-flex
}

.gb-shape-2e0f897e svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-5e08792f {
    display: inline-flex
}

.gb-shape-5e08792f svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-dcaff9e1 {
    display: inline-flex
}

.gb-shape-dcaff9e1 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-30af4dc1 {
    display: inline-flex
}

.gb-shape-30af4dc1 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-c8443e99 {
    display: inline-flex
}

.gb-shape-c8443e99 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-c103a650 {
    display: inline-flex
}

.gb-shape-c103a650 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-f560a6d0 {
    display: inline-flex
}

.gb-shape-f560a6d0 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-dc7b58df {
    display: inline-flex
}

.gb-shape-dc7b58df svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-cfac257c {
    display: inline-flex
}

.gb-shape-cfac257c svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-shape-f041d018 {
    display: inline-flex
}

.gb-shape-f041d018 svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
    color: var(--accent)
}

.gb-text-d3109ccd {
    color: var(--base-2);
    justify-content: center;
    margin-bottom: 1.4rem
}

.gb-text-49ccd984 {
    color: var(--base-2);
    font-size: 5.4rem;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom: 4rem;
    text-transform: capitalize
}

@media (max-width: 1024px) {
    .gb-text-49ccd984 {
        font-size:4rem
    }
}

@media (max-width: 767px) {
    .gb-text-49ccd984 {
        font-size:3rem
    }
}

.gb-text-ad9b332b {
    margin-bottom: 3rem
}

.gb-text-9669d966 {
    margin-bottom: 0.4rem
}

.gb-text-749c8e4d {
    margin-bottom: 0px
}

.gb-text-9d026957 {
    margin-bottom: 0.4rem
}

.gb-text-93027ec5 {
    margin-bottom: 0px
}

.gb-text-793866b3 {
    margin-bottom: 0.4rem
}

.gb-text-6f042e54 {
    margin-bottom: 0px
}

.gb-text-26a030f7 {
    align-items: center;
    column-gap: 0.5em;
    display: inline-flex
}

.gb-text-26a030f7 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-3a00cddf {
    align-items: center;
    display: flex;
    justify-content: center
}

.gb-text-9944c384 a {
    color: var(--base-2)
}

.gb-text-add01853 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-add01853 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-5a4a3692 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-5a4a3692 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-f66bcca7 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-f66bcca7 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-724c87ad a {
    color: var(--base-2)
}

.gb-text-97f1eee2 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-97f1eee2 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-7d3bc765 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-7d3bc765 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-2761ee46 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-2761ee46 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-2f4c68ab a {
    color: var(--base-2)
}

.gb-text-ef2b2697 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-ef2b2697 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-cca89908 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-cca89908 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-012435c1 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-012435c1 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-b35e051a a {
    color: var(--base-2)
}

.gb-text-c09e3791 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-c09e3791 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-23a6e71a {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-23a6e71a .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-1f5e76ca {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-1f5e76ca .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-e3f6524b a {
    color: var(--base-2)
}

.gb-text-d95a00ac {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-d95a00ac .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-74a9227b {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-74a9227b .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-a9431581 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-a9431581 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-f94c3b50 a {
    color: var(--base-2)
}

.gb-text-141bfe23 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-141bfe23 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-a606711c {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-a606711c .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-c3330e94 {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.5em;
    display: inline-flex;
    border: 1px solid var(--base-2);
    border-radius: 9999px;
    padding: 4px 10px
}

.gb-text-c3330e94 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-3d95a2f4 {
    color: var(--accent-3)
}

.gb-text-bd0f1f06 {
    color: var(--base-2);
    font-size: 4rem
}

@media (max-width: 1024px) {
    .gb-text-bd0f1f06 {
        font-size:3.6rem
    }
}

@media (max-width: 767px) {
    .gb-text-bd0f1f06 {
        font-size:3rem
    }
}

.gb-text-3edf190a {
    align-items: center;
    column-gap: 0.5em;
    display: inline-flex;
    margin-top: 3rem
}

.gb-text-3edf190a .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-ab5f3052 {
    font-size: 1.1rem
}

.gb-text-28fa7718 {
    font-weight: 700;
    margin-bottom: 0px
}

.gb-text-b3ec05ce {
    color: var(--accent);
    font-weight: 300;
    margin-bottom: 0px
}

.gb-text-4570e21f {
    font-size: 1.1rem
}

.gb-text-a132adad {
    font-weight: 700;
    margin-bottom: 0px
}

.gb-text-8314f1d3 {
    color: var(--accent);
    font-weight: 300;
    margin-bottom: 0px
}

.gb-text-06a384c5 {
    font-size: 1.1rem
}

.gb-text-7d5c498e {
    font-weight: 700;
    margin-bottom: 0px
}

.gb-text-4d5b9559 {
    color: var(--accent);
    font-weight: 300;
    margin-bottom: 0px
}

.gb-text-b7723d67 {
    align-items: center;
    display: flex;
    justify-content: center
}

.gb-text-d533feeb {
    color: var(--accent);
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase
}

.gb-text-43bf1917 {
    color: var(--contrast-2);
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase
}

.gb-text-f7a35370 {
    color: var(--contrast-2);
    margin-bottom: 0px
}

.gb-text-f7a35370 a {
    color: var(--contrast-2)
}

.gb-text-f7a35370 a:is(:hover,:focus) {
    color: var(--contrast)
}

.gb-text-927e286c {
    align-items: center;
    color: var(--base-2);
    column-gap: 0.4em;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 700
}

.gb-text-927e286c .gb-shape svg {
    width: 1.8em;
    height: 1.8em;
    fill: currentColor
}

.gb-text-927e286c a {
    color: var(--base-2)
}

.gb-text-baf5d3fe {
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px
}

.gb-text-baf5d3fe .gb-shape svg {
    width: 1.3em;
    height: 1.3em;
    color: var(--base-2)
}

@media (max-width: 1270px) {
    .gb-text-baf5d3fe {
        display:inline-flex
    }
}

@media (max-width: 1024px) {
    .gb-text-baf5d3fe {
        display:inline-flex
    }
}

@media (max-width: 767px) {
    .gb-text-baf5d3fe {
        display:flex
    }
}

.gb-text-22fcda11 {
    display: inline-flex
}

.gb-text-22fcda11 .gb-shape svg {
    width: 1.3em;
    height: 1.3em;
    color: var(--base-2)
}

@media (max-width: 1270px) {
    .gb-text-22fcda11 {
        display:none
    }
}

.gb-text-2a3c65c8 {
    color: var(--base-2);
    font-size: 1rem;
    text-transform: uppercase
}

.gb-text-caa78c25 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-caa78c25 a {
    color: var(--accent-3)
}

.gb-text-caa78c25 a:hover {
    color: var(--base)
}

.gb-text-28c74a39 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-28c74a39 a {
    color: var(--accent-3)
}

.gb-text-28c74a39 a:hover {
    color: var(--base)
}

.gb-text-1612d226 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-1612d226 a {
    color: var(--accent-3)
}

.gb-text-1612d226 a:hover {
    color: var(--base)
}

.gb-text-909ebf39 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-909ebf39 a {
    color: var(--accent-3)
}

.gb-text-909ebf39 a:hover {
    color: var(--base)
}

.gb-text-1231b2c9 {
    color: var(--base-2);
    font-size: 1rem;
    text-transform: uppercase
}

.gb-text-b9422687 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-b9422687 a {
    color: var(--accent-3)
}

.gb-text-b9422687 a:hover {
    color: var(--base)
}

.gb-text-0ab30963 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-0ab30963 a {
    color: var(--accent-3)
}

.gb-text-0ab30963 a:hover {
    color: var(--base)
}

.gb-text-106679ef {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-106679ef a {
    color: var(--accent-3)
}

.gb-text-106679ef a:hover {
    color: var(--base)
}

.gb-text-a30738a8 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-a30738a8 a {
    color: var(--accent-3)
}

.gb-text-a30738a8 a:hover {
    color: var(--base)
}

.gb-text-0aa0200f {
    color: var(--base-2);
    font-size: 1rem;
    text-transform: uppercase
}

.gb-text-44e71fa1 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-44e71fa1 a {
    color: var(--accent-3)
}

.gb-text-44e71fa1 a:hover {
    color: var(--base)
}

.gb-text-c9dc39aa {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-c9dc39aa a {
    color: var(--accent-3)
}

.gb-text-c9dc39aa a:hover {
    color: var(--base)
}

.gb-text-823349ae {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-823349ae a {
    color: var(--accent-3)
}

.gb-text-823349ae a:hover {
    color: var(--base)
}

.gb-text-c80e6424 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-c80e6424 a {
    color: var(--accent-3)
}

.gb-text-c80e6424 a:hover {
    color: var(--base)
}

.gb-text-d2ab2f26 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-d2ab2f26 a {
    color: var(--accent-3)
}

.gb-text-d2ab2f26 a:hover {
    color: var(--base)
}

.gb-text-6918b195 {
    color: var(--accent-3);
    margin-bottom: 0px;
    text-transform: capitalize
}

.gb-text-6918b195 a {
    color: var(--accent-3)
}

.gb-text-6918b195 a:hover {
    color: var(--base)
}

.gb-text-106c7d95 {
    color: var(--base-2);
    font-size: 1rem;
    text-transform: uppercase
}

.gb-text-58028d2b {
    align-items: center;
    background-color: var(--base);
    color: var(--contrast-2);
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    border-radius: 3px;
    padding: 12px 22px
}

.gb-text-f5661ba7 {
    justify-content: center
}

.gb-text-4eeec5cc {
    color: var(--base);
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 0px
}

.gb-text-6a2b17ff {
    color: var(--accent-3);
    font-size: 0.9rem;
    margin-bottom: 0px;
    text-align: center;
    text-transform: capitalize
}

.gb-text-6a2b17ff a {
    color: var(--accent-3)
}

.gb-text-6a2b17ff a:hover {
    color: var(--base)
}

.gb-text-df957c8a {
    align-items: center;
    color: var(--accent-3);
    column-gap: 0.5em;
    display: inline-flex;
    text-decoration: none
}

.gb-text-df957c8a:is(:hover,:focus) {
    color: var(--base)
}

.gb-text-df957c8a .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-526682c4 {
    align-items: center;
    color: var(--accent-3);
    column-gap: 0.5em;
    display: inline-flex;
    text-decoration: none
}

.gb-text-526682c4:is(:hover,:focus) {
    color: var(--base)
}

.gb-text-526682c4 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-cbce1dcc {
    align-items: center;
    color: var(--accent-3);
    column-gap: 0.5em;
    display: inline-flex;
    text-decoration: none
}

.gb-text-cbce1dcc:is(:hover,:focus) {
    color: var(--base)
}

.gb-text-cbce1dcc .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-text-93df31b9 {
    align-items: center;
    color: var(--accent-3);
    column-gap: 0.5em;
    display: inline-flex;
    text-decoration: none
}

.gb-text-93df31b9:is(:hover,:focus) {
    color: var(--base)
}

.gb-text-93df31b9 .gb-shape svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.gb-media-85cf14f8 {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    width: auto
}

.gb-media-35ba42b9 {
    bottom: 56%;
    height: auto;
    left: 6%;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.3;
    position: absolute;
    width: 360px
}

.gb-media-fe57fde2 {
    bottom: 10%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.4;
    position: absolute;
    right: 10%;
    width: 200px
}

.gb-media-0d1de82f {
    display: block;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
    border-radius: 15px
}

.gb-media-bd157959 {
    display: block;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
    border-radius: 15px
}

.gb-media-a36cc74c {
    display: block;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
    border-radius: 15px
}

.gb-media-71caf155 {
    display: block;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
    border-radius: 15px
}

.gb-media-9692a47a {
    display: block;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
    border-radius: 15px
}

.gb-media-739599fe {
    display: block;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
    border-radius: 15px
}

.gb-media-4f7fc73a {
    display: block;
    filter: sepia(70%);
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%
}

.gb-media-3e32b1c8 {
    bottom: 0px;
    height: auto;
    left: 64%;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.3;
    position: absolute;
    width: 200px
}

@media (max-width: 1024px) {
    .gb-media-3e32b1c8 {
        left:18%
    }
}

@media (max-width: 767px) {
    .gb-media-3e32b1c8 {
        left:8%
    }
}

.gb-media-54102c4c {
    display: block;
    height: 50px;
    max-width: 100%;
    object-fit: cover;
    width: 50px;
    border-radius: 50%
}

.gb-media-4fd8cf84 {
    display: block;
    height: 50px;
    max-width: 100%;
    object-fit: cover;
    width: 50px;
    border-radius: 50%
}

.gb-media-8696d28f {
    display: block;
    height: 50px;
    max-width: 100%;
    object-fit: cover;
    width: 50px;
    border-radius: 50%
}

.gb-media-4bf6d7a1 {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    opacity: 0.2;
    position: absolute;
    right: 40%;
    top: 80%;
    width: 280px
}

@media (max-width: 1024px) {
    .gb-media-4bf6d7a1 {
        display:none
    }
}

.gb-media-e54d11c5 {
    display: block;
    height: 300px;
    margin-bottom: 20px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 15px
}

.gb-media-9783ed07 {
    display: block;
    height: 50px;
    max-width: 100%;
    object-fit: cover;
    width: 50px
}

.gb-query-8538a9cd {
    margin-top: 3rem
}

.gb-looper-25cad51b {
    column-gap: 3rem;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    row-gap: 3rem
}

.gb-looper-25cad51b :first-child {
    grid-column: span 2;
    grid-row: span 3;
    height: 80%
}

.gb-looper-25cad51b :first-child h3 {
    font-size: 2.4rem
}

.gb-looper-25cad51b :not(:first-child) img {
    height: 200px
}

@media (max-width: 1024px) {
    .gb-looper-25cad51b :first-child {
        grid-column:1/-1;
        grid-row: 1/-1;
        height: initial
    }

    .gb-looper-25cad51b :first-child h3 {
        font-size: 1.8rem
    }
}

@media (max-width: 767px) {
    .gb-looper-25cad51b {
        grid-template-columns:1fr
    }

    .gb-looper-25cad51b :first-child h3 {
        font-size: clamp(1.375rem,1.8vw + 0.7rem,1.5em)
    }
}

.gb-loop-item-7cb23f21 {
    overflow-x: clip;
    overflow-y: clip
}

.gb-site-header-3fc75499 {
    align-items: center;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 26px;
    padding: 18px 40px
}

@media (max-width: 1024px) {
    .gb-site-header-3fc75499 {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .gb-site-header-3fc75499 {
        padding-left:20px;
        padding-right: 20px
    }
}

.gb-navigation-760edafb {
    --sub-menu-transition-speed: 500ms
}

@media (width > 1270px) {
    .gb-navigation-760edafb .gb-menu-toggle {
        display: none;
    }
}

@media (max-width: 1270px) {
    .gb-navigation-760edafb .gb-menu-container:not(.gb-menu-container--toggled) {
        display: none;
    }
}

.gb-menu-toggle-413f8894 {
    align-items: center;
    background-color: var(--base-2);
    color: var(--contrast);
    column-gap: 5px;
    display: flex;
    z-index: 2;
    padding: 10px
}

.gb-menu-toggle-413f8894:focus {
    background-color: var(--base-2);
    color: var(--contrast)
}

.gb-menu-toggle-413f8894:is(.gb-menu-toggle--toggled,.gb-menu-toggle--toggled:hover,.gb-menu-toggle--toggled:focus) {
    background-color: var(--contrast);
    color: var(--base-2)
}

.gb-menu-toggle-413f8894 svg {
    width: 25px;
    height: 25px;
    fill: currentColor
}

.gb-menu-container-ff2ffc25.gb-menu-container--mobile {
    background-color: var(--contrast);
    color: #ffffff;
    padding-bottom: 60px;
    position: fixed
}

.gb-menu-container-ff2ffc25.gb-menu-container--mobile .gb-menu {
    flex-direction: column
}

.gb-menu-container-ff2ffc25.gb-menu-container--mobile .gb-sub-menu {
    border-radius: 0px
}

.gb-menu-e77b0aea {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px
}

.gb-menu-item-mi7b0aea {
    color: var(--base-2);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.5rem;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px
}

.gb-menu-item-mi7b0aea::after {
    height: 2px;
    content: " ";
    position: absolute;
    bottom: 0px;
    transition: all 0.5s ease 0s;
    transform-origin: left;
    transform: scale3d(0,0,0);
    left: 20px;
    right: 20px;
    width: 100%
}

.gb-menu-item-mi7b0aea:is(.current-menu-item,.current-menu-item:hover,.current-menu-item:focus-within) {
    color: var(--accent-3)
}

.gb-menu-item-mi7b0aea:is(:hover,:focus-within) {
    color: var(--accent-3)
}

.gb-menu-item-mi7b0aea:is(:hover,:focus-within)::after {
    height: 2px;
    position: absolute;
    width: calc(100% - 40px);
    content: " ";
    bottom: 0px;
    background-color: var(--accent-3);
    left: 50%;
    transform: translate3d(-50%,0px,0px);
    transform-origin: right;
    opacity: left;
    color: var(--base-2)
}

.gb-menu-item-mi7b0aea .gb-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 20px
}

.gb-menu-item-mi7b0aea .gb-submenu-toggle {
    font-size: 1.5rem
}

.gb-menu-item-mi7b0aea .gb-submenu-toggle svg {
    width: 0.7em;
    height: 0.7em
}

.gb-sub-menu-sm7b0aea {
    border-bottom-color: var(--base-2);
    border-left-color: var(--base-2);
    border-right-color: var(--base-2);
    border-top-color: var(--base-2);
    overflow-x: hidden;
    overflow-y: hidden;
    right: 0px;
    width: 200px;
    z-index: 100;
    border-radius: 4px;
    margin: 0px;
    padding: 0px
}

.gb-sub-menu-sm7b0aea .gb-sub-menu {
    top: 0px;
    right: 100%
}

.gb-sub-menu-sm7b0aea .menu-item {
    background-color: var(--base-2);
    color: var(--contrast)
}

.gb-sub-menu-sm7b0aea .menu-item:is(.current-menu-item,.current-menu-item:hover,.current-menu-item:focus-within) {
    background-color: var(--accent);
    color: var(--base-2)
}

.gb-sub-menu-sm7b0aea .menu-item:is(:hover,:focus-within) {
    color: var(--base-2);
    background-color: var(--accent)
}

.gb-sub-menu-sm7b0aea ::after {
    content: none !important
}










