@media (max-width: 1000px) {

    .hidden-s {
        display: none;
    }

    .visible-s {
        display: block;
    }

    .wrapper {
        overflow-x: hidden;
    }

    .wrap {
        padding: 0 20px
    }

    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 24px !important;
        height: 32px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        cursor: pointer;
        background: none;
        border: 0;
        margin: 20px 0;
        /* transition: background 0.3s; */
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 16px;
        left: 0px;
        right: 0px;
        height: 2px;
        background: #fff;
    }

    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: "";
    }

    .btn-stroke:hover.c-hamburger span,
    .btn-stroke:hover.c-hamburger span::before,
    .btn-stroke:hover.c-hamburger span::after {
        background-color: #A72072
    }

    .btn-stroke:hover.c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger span::before {
        top: -7px;
    }

    .c-hamburger span::after {
        bottom: -7px;
    }


    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }

    /* active state, i.e. menu open */
    .c-hamburger--htx.is-active {

    }

    .c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }


    #mobilemenu {
        position: static;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mobilemenu li {
        line-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    #mobilemenu li a {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        display: block;
    }

    #mobilemenu li.haschild > a:after {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
        margin: 0 10px 0 0;
        float: right;
    }

    #mobilemenu li a:hover {
        /*color:#999;*/
    }

    #mobilemenu li.current > a {
        color: #33a6e1;
    }

    #mobilemenu .child {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 0 20px
    }

    #mobilemenu .haschild.active .child {
        display: block;

    }

    #mobilemenu .haschild {
        left: -81%;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible;
        -webkit-overflow-scrolling: touch;
        -moz-transition: left 0.3s ease;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease;
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    }

    #mobilemenu .haschild.active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        background-color: #131d25;
        border-bottom: 0;
        padding-top: 11px;
        z-index: 2;
    }

    #mobilemenu .haschild.active > a {
        margin-left: 20px;
        color: #33a6e1;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /* background-color: white; */
        font-weight: bold;
    }

    #mobilemenu .haschild.active > a:before {
        display: none;
    }

    #mobilemenu .first-child .mobile-exit,
    #mobilemenu .haschild.active .mobile-close {
        position: absolute;
        z-index: 2;
        float: right;
        font-size: 30px;
        right: 0;
        top: 9px;
        background: #33a6e1;
        top: 0;
        right: -1px;
        height: 51px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
    }

    #mobilemenu .mobile-exit .c-hamburger {
        margin-left: 14px;
        margin-top: 10px;
    }

    #mobilemenu .mobile-exit .c-hamburger span::before,
    #mobilemenu .mobile-exit .c-hamburger span::after {
        background-color: #ffffff;
    }

    #mobilemenu .haschild.active .mobile-close i {
        pointer-events: None;
    }

    #mobilemenu .child li a {
        text-transform: none; /* color:#d2d2d2 */
    }

    .container-wrapper {
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

    }

    .mobile-menu-container {
        background-color: #131d25;
        padding: 10px 0 20px 20px;
        position: fixed;
        top: 0;
        left: -71%;
        bottom: 0;
        z-index: 999999;
        display: block !important;
        width: 71% !important;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible;
        -webkit-overflow-scrolling: touch;
        -moz-transition: left 0.3s ease;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease;
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    }


    .off-screen {
        left: 0;
    }

    .off-screen + * {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        overflow: hidden;
        -webkit-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0);
        -webkit-transition: -webkit-transform .3s ease;
        -moz-transition: -moz-transform .3s ease;
        -o-transition: -o-transform .3s ease;
        transition: transform .3s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-delay: 0.1s; /* Safari */
        transition-delay: 0.1s;
    }

}

@media only screen
and (min-width: 670px)
and (max-width: 1000px) {

    /* GENERAL */
    .visible-s {
        display: block !important;
    }

    .hidden-s {
        display: none;
    }

    .mobile-menu-container {
        left: -36%;
        width: 35% !important;
    }

    .off-screen {
        left: 0;
    }

    .off-screen + * {
        -webkit-transform: translate3d(35%, 0, 0);
        transform: translate3d(35%, 0, 0);
    }

    /* COLUMNS */
    .col12-s {
        width: 100%
    }

    .col11-s {
        width: 91.66666667%
    }

    .col10-s {
        width: 83.33333333%
    }

    .col9-s {
        width: 75%
    }

    .col8-s {
        width: 66.66666667%
    }

    .col7-s {
        width: 58.33333333%
    }

    .col6-s {
        width: 50%
    }

    .col5-s {
        width: 41.66666667%
    }

    .col4-s {
        width: 33.33333333%
    }

    .col3-s {
        width: 25%
    }

    .col2-s {
        width: 16.66666667%
    }

    .col1-s {
        width: 8.33333333%
    }

    .slider-registration.slider .slide {
        padding-bottom: 50% !important;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

}

@media (max-width: 1001px) {
    .inlineb {
        display: inline-block;
    }
}

@media (max-width: 670px) {


    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    /* COLUMNS */
    /* COLUMNS */
    .col12-xs {
        width: 100%
    }

    .col11-xs {
        width: 91.66666667%
    }

    .col10-xs {
        width: 83.33333333%
    }

    .col9-xs {
        width: 75%
    }

    .col8-xs {
        width: 66.66666667%
    }

    .col7-xs {
        width: 58.33333333%
    }

    .col6-xs {
        width: 50%
    }

    .col5-xs {
        width: 41.66666667%
    }

    .col4-xs {
        width: 33.33333333%
    }

    .col3-xs {
        width: 25%
    }

    .col2-xs {
        width: 16.66666667%
    }

    .col1-xs {
        width: 8.33333333%
    }


}

@media (max-width: 768px) {
    .footer-links {
        flex-direction: column;
        text-align: center;
    }

    .menu-2 {
        flex-direction: column;
    }
}


.menu-1 {
    display: flex;

    & > .menu {
        padding: 0 15px;
        text-wrap: nowrap;

    }

    .active {
        color: white;
    }
}

@media (width < 768px) {
    .menu-1 {
        display: flex;
        flex-direction: column !important;

        & > .menu {
            padding: 10px 0 !important;
            border-bottom: 1px solid white !important;
            margin: 5px 0 !important;

            & > a {
                & > span {
                    color: white;
                }
            }
        }
    }

    .height {
        height: 500px;
    }
}

@media (min-width: 1400px) {
    .img {
        right: 40px;
    }
}

@media (max-width: 1400px) {
    .img {
        right: 0px;
    }
}

@media (max-width: 1000px) {
    .img {
        max-width: 300px;

    }
}

:root {
    --line-border-fill: rgb(16, 185, 129);;
    --line-border-empty: rgb(229 231 235);;
    --green: rgb(22, 190, 148);
    --gray-border : #d1d5db;
    --gray-light : #f9fafb;
    --progress-zIndex: 1;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    /*width: 350px;*/
}

.progress-container::before {
    background-color: var(--line-border-empty);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
    z-index: var(--progress-zIndex);
}

.progress {
    background-color: var(--line-border-fill);
    height: 6px;
    left: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 0;
    z-index: var(--progress-zIndex);

    &.step2 {
        width: 32% !important;
    }

    &.step3 {
        width: 65% !important;
    }

    &.step4 {
        width: 99% !important;
    }

}


.page-1 .circle {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100% 0 0 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    display: flex;
    height: 120%;
    z-index: 10;
    width: 50%;
    top: -10px;
    right: 0;

    @media (width < 1000px) {
        height: 80% !important;
    }

    @media (width < 500px) {
        display: none !important;
    }
}

.z-index-fix {
    position: relative;
    z-index: 9999;
}


.peer:checked ~ .peer-checked\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: var(--line-border-fill);
}

input[aria-selected="true"] + label {
    border-color: var(--line-border-fill) !important;
}


.bg-green-500 {
    background: var(--green) !important;
}

.text-green-500 {
    color: var(--green) !important;
}

.border-header {
    border-bottom: 1px solid var(--line-border-empty);
}

.nowrap {
    text-wrap: nowrap;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.account-collapse {

    .faq-question:before {
        position: absolute;
        right: 10px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50%;
        padding: 2px 6px;
        border: 1px solid black;
    }

    .active.faq-question:before {
        content: '\f068';
        border: 1px solid var(--green);
    }
}

.menu-container {
    display: inline-block;
    cursor: pointer;
}

.menu-bar {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.menu-container.active .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.menu-container.active .bar2 {
    opacity: 0;
}

.menu-container.active .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

/* select multiple*/
.select2-selection {
    border: 1px solid var(--gray-border) !important;
    background-color: var(--gray-light) !important;
    min-height: 40px !important;
}
.select2-selection__choice {
    background-color: var(--green) !important;

    & > .select2-selection__choice__remove:hover {
        /*color: var(--green) !important;*/
        background-color: var(--green) !important;

    }
}

.select2-container {
    width: 100% !important;
    border: 0 !important;
}

.select2-selection__choice__display {
    color : white;
}

.select2-selection__choice {
    padding: 3px;
    border: 0 !important;
}

.select2-selection__choice__remove {
    color : white !important;
    border: 0 !important;
}

.select2-container--focus {
    & .select2-selection {
        border: 2px solid var(--green) !important;

    }
}

.chevron {
    border-style: solid;
    border-width: 0.12em 0.12em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    border-color: var(--green);
    /*left: 0.15em;*/
    /*vertical-align: top;*/
    position: relative;
    bottom: 0.1em;
    transform: rotate(-45deg);
    margin:0 0.5em;
    width: 0.55em;
}

.progress-container a:has(> div.bg-gray-200) {
    pointer-events: none;
}


.chevron.right {
    left: 0;
    transform: rotate(45deg);
}

.chevron.bottom {
    top: 0;
    transform: rotate(135deg);
}

.chevron.left {
    left: 0.25em;
    transform: rotate(-135deg);
}

.disabled {
    filter: grayscale(1) !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.summary {
    position: relative;
}

.summary .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 2rem;
    font-size: 1.75rem;
    color: #16be94;
    pointer-events: none !important;
    z-index: 111 !important;
}

.no-pointer-events {
    pointer-events: none !important;
}

.summary .overlay i {
    position: absolute;
    left: 50%;
    top: 135px;
    transform: translate(-50%, -50%);
}

.flex-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-filters h2 {
    width: 100%;
}

.cookie-description {
    font-weight: 300;
}

.cookie-btn{
    background: #ffbe47 !important;
    border-radius: 16px !important;
}

#default-sidebar {
    z-index: 999999999;
}

* {
    outline: none !important;
    --tw-ring-color: none !important;
}

body {
    overflow-x: hidden !important;
}

.home-banner .slider {
    z-index: 100;
    background-color: transparent;
}

@media (max-width: 768px) {
    .home-banner .slide-text {
        width: 50%;
    }

    .home-banner .slide-text img {
        right: -20%;
        position: relative;
    }

    .home-banner .slide-text a {
        white-space:nowrap;
    }

}