@charset "UTF-8";

.twentyHalf {
    padding: clamp( 80px, 6.250vw, 120px ) 0;
    background-color: #436980;
 }

.twentyHalf .text a:not(.btn) {
    color: #8ad3e3;
}

.twentyHalf .text p a.btn {
    margin: 32px auto 0;
}

.twenRt {
    background-color: #ebebeb;
    padding: 128px 0;
}

.twentyHalf p {
    color: #F8F8F8;
    font-size: clamp( 14px, 0.938vw, 18px );
    line-height: clamp( 24px, 1.354vw, 26px );
}

.bAndA {
    position: relative;
    display: grid;
    align-content: center;
    align-items: center;
    justify-items: center;
    float: right;
}

.twentytwenty-handle {
    background-color: #f8f8f8;
}

.twentytwenty-left-arrow {
    border-right-color: #436980;
}

.twentytwenty-right-arrow {
    border-left-color: #436980;
}

.twentyHalf .text {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    color: #f8f8f8;
    text-align: center;
}

.twentyHalf .text h2 {
    color: #f8f8f8;
    font-size: clamp( 50px, 3.542vw, 68px );
    line-height: clamp( 55px, 3.854vw, 74px );
    text-transform: none;
    font-family: 'Alex Brush', cursive;
    margin: 16px 0;
}

.twentyHalf .text h2:after {
    content: '';
    width: 80px;
    height: 4px;
    border: 0;
    border-bottom: 0;
    display: none;
    margin: clamp( 8px, 0.833vw, 16px ) 0 clamp( 12px, 1.25vw, 24px );
    background-image: linear-gradient(91deg, #d69e2a 0%, #ba8729 100%);
}

.twentyHalf .text>div {
    padding: 0;
    text-align: center;
}

.twenRt .text h2 {
    color: #642979;
    font-size: clamp( 32px, 2.188vw, 42px );
    line-height: clamp( 36px, 2.500vw, 46px );
}

.twenRt .text h2::after, .row-location.row-place .place h4::after {
    content: '';
    width: 80px;
    height: 4px;
    background-image: linear-gradient(to right, #02bbc8 0%, #3157b0 100%);
    margin: 24px 0;
    display: none;
}

.twenRt .text {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    color: #303030;
}

.bAndA .heading h2 {
    margin-bottom: 80px;
}

.bAndA .row.center {
    position: relative;
    overflow: visible;
}

.bAndA .row.center .container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.bAndA .btn.btn-orange {
    margin: 60px auto 0;
}

.twenRt a.btn.btn-orange {
    margin: 24px 0;
}

.twentyHalf.blueBg {
    background-color: #549da8;
    padding: 165px 0;
    background-position: right center;
    background-size: 100%;
}

.twentyHalf.blueBg .text .container {
    padding: 20px 0;
    width: 65%;
    color: #FFF;
}

.twentyHalf.blueBg .text .container h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.68px;
    line-height: 50px;
}

.twentyHalf.blueBg .text .container h2::after {
    content: '';
    width: 150px;
    border-bottom: 4px solid #c2da4e;
    display: block;
    margin: 24px 0;
}

@media ( max-width: 1440px ) {
    .compare {
        margin: 20px 0;
    }
}

@media ( max-width: 1024px ) {
    .compare {
        margin: 40px auto;
        width: 90%;
        max-width: 536px;
    }

    .bAndA {
        float: none;
        padding: 0px;
    }

    .twenRt {
        padding: 0 0 80px;
    }
}

@media ( max-width: 479px ) {
    .compare {
        width: 85%;
    }
}