.text-button-section {
    .content {
        padding: 75px 16px;
        @media (max-width: 768px) {
            padding: 75px 50px;
        }
    }
    .wrapper {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; 
        max-width: 100%;
        margin: 0 auto;
        a {
            color: #fff;
            margin-top: 50px;
        }
    }
    .eyebrow {
        color: #00A3E0;
        font-weight: bold;
        line-height: 1;
    }
    h2 { 
        text-align: center;
        font-weight: bold;
        color: #213142;
        margin: 16px 0 24px;
        line-height: 1.1; 
        letter-spacing: -.09px;
    }
    .button {
        color: #fff;
        margin-top: 50px;
    }
    .text {
        text-align: center;
        p {
            &:first-child {
                margin-top: 0;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}



.new-riders-section-wrapper {
    padding: 30px 0 60px;

    .tabs-holder {
        display: flex;
        gap: 36px;
        border-bottom: 1px solid #9F9F9F;
        margin-bottom: 50px;
        @media (max-width: 768px) {
        }
        .single-tab {
            font-size: 20px;
            font-weight: bold;
            color: #9F9F9F;
            padding: 0 5px 16px;
            position: relative;
            cursor: pointer;
            @media (max-width: 768px) {
                font-size: 14px;
                padding: 0 5px 8px;
            }
            &:after {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                background-color: #42A3DA;
                height: 0;
                transition: .3s all;
                content: '';
            }
            &[aria-selected="true"],&:hover {
                color: #42A3DA; 
                &:after {
                    height: 2px;
                }
            }
        }
    }

    .blocks-holder {
        width: 100%;
        .blocks-inner {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 2.4rem;
            width: 100%;
            @media (max-width: 990px) {
                grid-template-columns: repeat(2, 1fr);
            }       
            @media (max-width: 768px) {
                grid-template-columns: repeat(1, 1fr);
            }
        }
        .button {
            margin: 60px auto 0;
            background-color: transparent;
            color: #42a3da;
            // border: 1px solid #42a3da;
        }
        &.tab__panel[aria-hidden=true] {
            display: none;
        }
        &.tab__panel[aria-hidden=false] {
            display: grid !important;
        }
        .single-block {
            width: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            &.hidden-block {
                display: none;
            }
            .badge-holder {
                position: absolute;
                color: #42A3DA;
                background-color: #fff;
                padding: 5px 10px;
                left: 24px;
                top: 24px;
                text-decoration: none;
                font-weight: bold;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                border-radius: 20px;
                font-size: 10px;
                transition: .3s all;
                &:hover {
                    box-shadow: 0 0 0 2px #42A3DA;
                    transform: scale(1.1);
                }
            }
            img {
                width: 100%;
                border-radius: 10px;
                margin-bottom: 24px;
            }
            .text {
                font-size: 12px;
                color: #010101;
                line-height: 1.4;
                margin-bottom: 12px;
                letter-spacing: -.01px
            }
            .name {
                margin-bottom: 0px;
                font-size: 20px;
                font-weight: bold;
                color: #010101;
            }
            .location {
                display: flex;
                gap: 7px;
                align-items: center;
                font-size: 12px;
                font-weight: bold;
                color: #42A3DA;
                svg {
                    width: 8px;
                }
            }
        }
    }
}


.new-riders-grid-wrapper {
    position: relative;
    padding: 60px 0;
    .inner-section {
        max-height: 950px;
        position: relative;
        overflow: hidden;
        &.open {
            max-height: 10000px;
        }
        .wrapper {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            max-width: 100%;
            margin: 0 auto;
            a {
                color: #fff;
                margin-top: 20px;
            }
        }
    }
    .eyebrow {
        color: #00a3e0;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: -.02px;
    }
    h2 { 
        text-align: center;
        font-weight: bold;
        color: #213142;
        margin: 16px 0 24px;
        line-height: 1.1; 
    }
    .load-more {
        position: absolute;
        left: 50%;
        bottom: 0;
        display: flex;
        height: 300px;
        padding-bottom: 30px;
        align-items: flex-end;
        justify-content: center;
        background: #F6F9FB;
        width: 1280px;
        margin: 0 auto;
        max-width: 90%;
        transform: translateX(-50%);
        background: linear-gradient(to bottom,  rgba(246,249,251,0) 0%,rgba(246,249,251,1) 64%,rgba(246,249,251,1) 99%,rgba(246,249,251,1) 100%);


        .button {
            background-color: transparent;
            color: #42a3da;
            display: flex;
            align-items: center;
            gap: 10px;
            span {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 9px solid #00A3E0;
            }
        }
    }
    .load-less {
        display: flex; 
        padding-bottom: 2px;
        padding-top: 30px;
        align-items: flex-end;
        justify-content: center; 
        width: 1280px;
        margin: 0 auto;
        max-width: 90%;  
        position: relative;
        @media (max-width: 768px) {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }
        .normal-link {
            position: absolute;
            right: 0;
            top: 30px;
            font-size: 16px;
            font-weight: 700;
            color: #a0a0a0;
            text-decoration: none;
            text-transform: uppercase;
            border-bottom: 1px solid #a0a0a0;
            margin-top: 6px;
            @media (max-width: 768px) {
                position: static;
            }
            &:hover {
                color: #00A3E0;
                border-color: #00A3E0;
            }
        }
        .button {
            background-color: transparent;
            color: #42a3da;
            display: flex;
            align-items: center;
            gap: 10px;
            span {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 9px solid #00A3E0;
            }
        }
    }
    .bottom-button-holder {
        display: flex; 
        padding-bottom: 30px;
        padding-top: 30px;
        align-items: flex-end;
        justify-content: flex-end;
        background: #F6F9FB;
        width: 1280px;
        margin: 0 auto;
        max-width: 90%;  
        @media (max-width: 768px) {
            justify-content: center;
        }
        .button {
            background-color: transparent;
            color: #00a3e0;
            display: flex;
            align-items: center;
            gap: 10px;
            span {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 9px solid #00A3E0;
            }
        }
    }
    .grid-holder {
        columns: 4;
        column-gap: 1rem;
        padding: 1rem;
        width: 1280px;
        margin: 44px auto 0;
        max-width: 90%;
        @media (max-width: 768px) {
            columns: 2;
        }
        .single-card {
            display: inline-block;
            border-radius: 8px;
            width: 100%;
            box-sizing: border-box;
            height: 250px;
            &:nth-child(2n) {
                height: 360px;
            }
            &:nth-child(3n) {
                height: 460;
            }
            &:nth-child(4n) {
                height: 280px;
            }
            &:nth-child(5n) {
                height: 320px;
            }
            .flip-card {
                background-color: transparent;
                width: 100%;
                height: 100%;
                perspective: 1000px;
                .flip-icon {
                    position: absolute;
                    bottom: 20px;
                    right: 20px;
                    z-index: 99;
                    cursor: pointer;
                    width: 30px;
                    height: 30px;
                    transition: .3s all;
                    &:hover {
                        transform: rotate(180deg);
                    }
                }
                .flip-card-inner {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    transition: transform 0.6s;
                    transform-style: preserve-3d; 
                }
                &.flipped {
                    .flip-card-inner {
                        transform: rotateY(180deg);
                    }
                }
                .flip-card-front, .flip-card-back {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                }
                .flip-card-front {
                    background-color: #bbb;
                    color: black;
                    border-radius: 8px;
                    overflow: hidden;
                    img.main-image {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
                .flip-card-back {
                    border-radius: 8px;
                    background-color: #fff;
                    color: #fff;
                    border: 1px solid #71BAE3;
                    transform: rotateY(180deg);
                    padding: 30px 16px;
                    display: flex;
                    flex-direction: column;
                    text-align: left;
                    gap: 20px;
                    letter-spacing: -0.01px;
                    line-height: 110%;

                    .bottom-text {
                        margin-top: auto;
                    }
                    .name {
                        margin-bottom: 6px;
                        font-size: 20px;
                        font-weight: bold;
                        color: #010101;
                        letter-spacing: .01rem;
                    }
                    .location {
                        display: flex;
                        gap: 8px;
                        align-items: center;
                        font-size: 12px;
                        font-weight: bold;
                        color: #42A3DA;
                        padding-right: 40px;
                        svg {
                            width: 8px;
                        }
                        span { 
                            width: calc(100% - 16px);
                        }
                    }
                    .badge-holder {
                        align-self: flex-start;
                        color: #fff;
                        background-color: #42a3da;
                        padding: 5px 10px;
                        text-decoration: none;
                        font-weight: bold;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 6px;
                        border-radius: 20px;
                        font-size: 10px;
                        transition: .3s all;
                        svg,path {
                            fill: #fff;
                        }
                        &:hover {
                            box-shadow: 0 0 0 2px #42A3DA;
                            transform: scale(1.1);
                        }
                    }
                }
            }
        }
    }
}


.button.button--primary {
    svg {
        margin-left: 8px;
    }  
    &.blue {
        color: #fff;
    }
    &.yellow {
        background-color: #E8A942;
        color: #000;
        &:after {
            box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #E8A942;
        }
        &:before {
            box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #E8A942;
        }
        &:hover {
            background-color: lighten(#E8A942,5%);
            color: #000;
            svg {
                path {
                    fill: #000;
                }
            }
            &:after {
                box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) lighten(#E8A942,5%);
            } 
            &:before {
                box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) lighten(#E8A942,5%);
            }
        }
    }
    &.black {
        background-color: #000;
        color: #fff;
        &:after {
            box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #000;
        }
        &:before {
            box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #000;
        }
        &:hover {
            background-color: #fff;
            color: #000;
            svg {
                path {
                    fill: #000;
                }
            }
            &:after {
                box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #000;
            } 
            &:before {
                box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #000;
            }
        }
    }
    &.white {
        background-color: #fff;
        color: #000;
        &:after {
            box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #fff;
        }
        &:before {
            box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #fff;
        }
        &:hover {
            background-color: #00A3E0;
            color: #fff;
            svg {
                path {
                    fill: #fff;
                }
            }
            &:after {
                box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #00A3E0;
            } 
            &:before {
                box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #00A3E0;
            }
        }
    }
    &.hollow-white {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
        &:after {
            box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #fff;
        }
        &:before {
            box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #fff;
        }
        &:hover {
            background-color: #fff;
            color: #000;
            svg {
                path {
                    fill: #000;
                }
            }
            &:after {
                box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #fff;
            }
            &:before {
                box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #fff;
            }
        }
    }
    &.hollow-blue {
        background-color: transparent;
        color: #00A3E0;
        border-color: #00A3E0;
        &:after {
            box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #00A3E0;
        }
        &:before {
            box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #00A3E0;
        }
        &:hover {
            background-color: #00A3E0;
            color: #fff; 
            svg {
                path {
                    fill: #fff;
                }
            }
            &:after {
                box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #00A3E0;
            }
            &:before {
                box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) #00A3E0;
            }
        }
    }
}



.standalone-hero {
    .slick-track {
        display: flex !important;
        .slick-slide {
            height: inherit !important;
        }
    }
    .hero-block {
        position: relative;
        img, video {
            width: 100vw;
            height: auto;
            display: block;
            height: 100%;
            object-fit: cover;
            @media (max-width: 768px) {
                width: 100%;
                max-height: none;
                object-fit: cover;
                object-position: center;
            }
        }
        .hero-media {
            &.hide-for-small {
                display: block;
                @media (max-width: 768px) {
                    display: none;
                }
            }
            &.show-for-small {
                display: none;
                @media (max-width: 768px) {
                    display: block;
                }
            }
        }
        .hero-content {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: flex;
            
            .content-wrapper {
                display: flex;
                flex-direction: column;
                gap: 20px;
                padding: 30px 80px;
                max-width: calc(50%);
                justify-content: center;
                .badge-holder {
                    color: #fff;
                    background-color: #42A3DA;
                    padding: 5px 10px;
                    text-decoration: none;
                    font-weight: bold;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 6px;
                    border-radius: 20px;
                    font-size: 10px;
                    transition: .3s all;
                    &:hover {
                        box-shadow: 0 0 0 2px #42A3DA;
                        transform: scale(1.1);
                    }
                }
                .hero-text, p {
                    margin: 0 0 10px;
                }
                h1,h2, .hero-copy p { 
                    width: 100%;
                    margin: 0; 
                }
                @media (max-width: 1024px) {
                    max-width: calc(90% - 50px);
                    padding: 40px 16px;
                }
                @media (max-width: 768px) {
                    padding: 40px 16px 50px;
                    max-width: 100%;
                }
                .buttons-holder {
                    display: flex;
                    gap: 16px;
                    width: 100%;
                    justify-content: center;
                    @media (max-width: 768px) {
                        flex-direction: row; 
                        flex-wrap: wrap;
                    }
                    a { 
                        svg {
                            margin-left: 8px;
                        }  
                    }
                }
            }
            &.hero-align-center {
                justify-content: center;
                text-align: center;
                .content-wrapper {
                    align-items: center;
                    justify-content: center;
                }
            }
            &.hero-align-left {
                justify-content: flex-start;
                text-align: left;
                .buttons-holder {
                    justify-content: flex-start;
                    @media (max-width: 768px) {
                        justify-content: center;
                        align-items: center;
                    }
                }
                @media (max-width: 1024px) {
                    justify-content: center;
                    text-align: center;
                }
                .content-wrapper {
                    align-items: flex-start; 
                    @media (max-width: 1024px) {
                        align-items: center;
                    }
                }
            }
            &.hero-align-right {
                justify-content: flex-end;
                text-align: left;
                .buttons-holder { 
                    justify-content: flex-end;
                    @media (max-width: 768px) {
                        justify-content: center;
                        align-items: center;
                    }
                }
                @media (max-width: 1024px) {
                    justify-content: center;
                    text-align: center;
                }
                .content-wrapper {
                    align-items: flex-end;
                    @media (max-width: 1024px) {
                        align-items: center;
                    }
                }
            } 
            @media (max-width: 768px) {
                justify-content: center;
                &.hero-align-mobile-center { 
                    .content-wrapper {
                        justify-content: center;
                        align-items: center;
                        text-align: center;
                    }
                }
                &.hero-align-mobile-top { 
                    .content-wrapper {
                        justify-content: flex-start;
                        align-items: center;
                        text-align: center;
                    }
                }
                &.hero-align-mobile-bottom { 
                    .content-wrapper {
                        justify-content: flex-end;
                        align-items: center;
                        text-align: center;
                    }
                }
            }
        }
    } 
}


.blue-hero {
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    @media (max-width: 768px) {
        padding: 30px 20px;
    }
    .big-image {
        position: absolute;
        bottom: 0;
        right: 0;
        height: calc(100% - 60px);
        width: 50%;
        object-fit: contain;
        object-position: bottom right;
        @media (max-width: 800px) {
            display: none;
        }
    } 
    .container-wrapper {
        display: flex;
        width: 100%;
        gap: 40px;
        @media (max-width: 768px) {
            flex-direction: column;
            gap: 20px;
        }
    }
    .hero-block-round {
        width: 100%;
        background: #fff;
        border-radius: 40px;
        padding: 80px 70px 130px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        @media (max-width: 800px) {
            padding: 0;
            border-radius: 30px;
        }
        &.double-block {
            padding: 0;
            .content-wrapper {
                padding: 80px 70px 10px;
                @media (max-width: 768px) {
                    padding: 20px 20px 5px;
                }
            }
        }
        .hero-media {
            width: 100%;
            margin-top: auto;
            &.show-for-small {
                display: none;
            }
            @media (max-width: 800px) {
                width: 100%;
                &.hide-for-small {
                    display: none;
                }
                &.show-for-small {
                    display: block;
                }
            }
        }
        .hero-title ,.hero-text{
            margin: 0;
        }
        .hero-title {
            @media (max-width: 1080px) {
                font-size: 34px;
                br {
                    display: none;
                }
            }
        }
        .hero-text {
            p {
                margin: 0 0 10px;
            }
        }
        .content-wrapper {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px; 
            @media (max-width: 800px) {
                padding: 20px;
                gap: 10px;
            }
        }
        
    }
}