/*:root {
    --primary_color: #1DB5BE;
    --secondary_color: #7C3AED;
    --accent1_color: #FFFFFF;
    --background1_color: #FFFFFF;
    --header1_color: #FFFFFF;
    --disabled_color: #FFFFFF;
 }*/

html {
    scroll-behavior: smooth;
    height: 100%;
}


.right__container-background {
    background-repeat: no-repeat !important;
    background-attachment: local !important;
    background-position: right !important;
    z-index: 100 !important;
}


body {
    margin: 0;
    height: 100%;
}

.wgt-loc__description-img-modern {
    display: flex;
}

.sufflews__button {
    position: absolute !important;
    cursor: pointer;
    top: -3px;
    left: -26px;
}

.labelws__content {
    position: relative;
}


.skewed {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 861px;
    z-index: 0;
    transform: skewY(353.1deg);
    transform-origin: top left;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: rgba(242, 247, 255, 0.7);
}


.modern-loc__container {
    height: 100%;
}

.modern-loc__circle-bg-shapes {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: -1;
}

.modern-loc__circle-xs-shapes {
    position: absolute;
    top: 489px;
    left: 35%;
    z-index: -1;
}

.modern-loc__right-shapes {
    position: absolute;
    right: 0px;
    top: 506px;
    z-index: 1;
}

.modern-loc__left-shapes {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.wgt-loc__banner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 92px;
}

.wgt-loc__banner-header {
    z-index: 1;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    margin-top: 135px;
}

.wgt-loc__banner-ti-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 55px;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #000000;
    width: 90%;
    margin: 0 auto;
}

.wgt-loc__banner-sub-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    max-width: 90%;
    margin: 0 auto;
    min-width: 40%;
}

.wgt-loc__banner-body {
    z-index: 2;
}


.modern-loc__circle-bg-shapes.desktop {
    display: none;
}

.modern-loc__circle-xs-shapes.desktop {
    display: none;
}

.modern-loc__circle-xs-shapes.tablet {
    display: none;
}

.modern-loc__circle-bg-shapes.mobile {
    display: none;
}

.modern-loc__circle-bg-shapes.tablet {
    display: none;
}

.modern-loc__left-shapes.desktop {
    display: none;
}

.modern-loc__left-shapes.tablet {
    display: none;
}

.modern-loc__left-shapes.mobile {
    display: none;
}

.modern-loc__right-shapes.desktop {
    display: none;
}

.modern-loc__right-shapes.tablet {
    display: none;
}

.modern-loc__right-shapes.mobile {
    display: none;
}

.wgt-loc__location-buttons-btn {
    border-radius: 32px !important;
}

/*Desktop ultra wide - Desktop 13*/
@media (min-width: 1440px) {


    .modern-loc__circle-bg-shapes.desktop {
        display: none;
    }

    .modern-loc__circle-xs-shapes.desktop {
        display: none;
    }

    .modern-loc__left-shapes.desktop {
        display: none;
    }

    .modern-loc__right-shapes.desktop {
        display: none;
    }

}

/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1439px) {




    .modern-loc__circle-bg-shapes.tablet {
        display: flex;
    }

    .modern-loc__circle-xs-shapes.desktop {
        display: flex;
    }

    .modern-loc__left-shapes.tablet {
        display: flex;
    }

    .modern-loc__right-shapes.tablet {
        display: flex;
    }

    .modern-loc__circle-bg-shapes {
        right: 0%;
        left: auto;
    }

    .wgt-loc__banner-ti-label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 55px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #000000;
    }

    .wgt-loc__banner-sub-label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #000000;
        max-width: 90%;
        margin: 0 auto;
    }

    .skewed {
        height: 875px;
        transform: skewY(347deg);
    }

}

/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {



    .modern-loc__circle-bg-shapes.mobile {
        display: flex;
    }

    .modern-loc__circle-xs-shapes.desktop {
        display: flex;
    }

    .modern-loc__circle-bg-shapes.mobile {
        right: 0%;
        left: auto;
    }

    .modern-loc__left-shapes.mobile {
        display: flex;
    }

    .modern-loc__right-shapes.mobile {
        display: flex;
    }



    .wgt-loc__banner-header {
        align-items: center;
    }



    .wgt-loc__banner-ti-label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 55px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #000000;
    }

    .wgt-loc__banner-sub-label {
        width: 311px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }



    .skewed {
        height: 987px;
        transform: skewY(327deg);
    }


}