.section-hero.v3 {
    padding: 8rem 0 14rem
}

.section-hero.v3 .row { 
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
}

.section-hero.v3 .image { 
    margin: 2rem 0;
    margin-left: 3rem;
}

.container {
    width: 160rem;
}

.section-hero.v3 .image img {
    max-height: 61rem;
    max-width: 68.4rem;
    width: 100%;
    height: 100%
}

.body * {
    font-family: "RBFaktumNeueCondensed",sans-serif;
}

.section-hero.v3 h1 {
    font-size: 12rem;
    color: #8844A9;
    line-height: 10.6rem
}

.section-hero.v3 h1 strong {
    transform: scale(-1) translate(0, -23%);
    color: #000; 
    display: inline-block;
    text-align: right
}

.section-hero.v3 p {
    font-weight: normal;
    font-size: 3rem;
    line-height: 1.06;
    font-family: "RBFaktumNeueCondensed",sans-serif;
    max-width: 62rem;
    margin-top: 4.7rem;
    color: #000
}

.section-hero.v3 .logo {
    width: 12.9rem;
    height: 9.41rem;
    margin-bottom: 0
}


.footer-b {
    text-align: left;
    font-size: 16px;
    line-height: 1.1;
}

.footer-b img {
    margin-bottom: 12px;
}

.section-modal {
    background: var(--bgcolor);
    color: var(--textcolor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding: 10vh 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

.section-modal .close {
    cursor: pointer;
    margin: 6.5rem 7.6rem;
    margin-bottom: 1.8rem;
    position: fixed;
    top: 0;
    right: 0;
    color: #000;
    margin-left: auto;
    width: 3rem;
    height: 3rem
}

.over-entry {
    width: 100%;
}

.section-modal .b-image {
    margin-top: 3rem;
    text-align: right;
}

.section-modal .b-image img {
    max-height: 2.7rem;
    margin-left: auto;
}

.section-modal .text-over { 
    font-size: 2.5rem;
    line-height: 1.06;
    color: var(--overtext);
} 
.section-modal .text-over a:not(.btn) {
    text-decoration: underline;
} 
.section-modal .text-over a:not(.btn):hover {
    text-decoration: none;
} 
.section-modal .text-over ul {
    margin-bottom: 5rem
}

.section-modal .text-over p {
    margin-bottom: 1em
}

.section-modal .text-over h3 {
    font-size: 6rem;
    line-height: 1.06;
    margin-bottom: 1em;
    font-weight: bold;
    color: var(--overtitle);
}

.section-modal .text-over h4:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

.section-modal .text-over .row {
    align-items: flex-start;
}

.section-modal .text-over h4 {
    font-size: 4rem;
    line-height: 1.06;
    margin-bottom: 1em;
    font-weight: bold;
    color: var(--overtitle);
}

.section-modal .text-over p strong {
    margin-right: .5rem;
    color: var(--overtitle);
}

.section-modal .text-over li:before {
    content: '';
    position: absolute;
    top: .7rem;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    background: var(--overtitle);
    border-radius: 50%;
}

.section-modal .text-over li+li {
    margin-top: 1em;
}

.section-modal .text-over li {
    position: relative;
    padding-left: 3.2rem;
} 
.section-modal .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.section-modal h2 {
    font-size: 6.5rem;
    line-height: 1.06;
    max-width: 64rem;
    margin-bottom: 4rem
}

 .swiper-slide:not([data-bgcolor="#f9efdb"]) .section-modal .close {
    color: #f9efdb;
}
[data-mcolor="#000000"] .section-modal h2 {
   color: var(--over);
}
[data-mcolor="#000000"][data-color="#000000"][data-bgcolor="#f9efdb"] .section-modal h2 {
    color: black;
}
[data-mcolor="#000000"] .section-modal h2 strong {
    color: black;
}


.section-modal h2 strong {
    transform: scale(-1) translate(0, -15%);
    color: var(--secondarycolor);
    display: inline-block;
    text-align: right
}
.section-modal .row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: center;
    flex-grow: 1
}

.section-modal .row img {
    display: block;
    margin-left: auto;
    max-height: 80vh
}

.section-modal .row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-modal .row>div:last-child {
    margin-top: auto;
    margin-bottom: auto
}

.section-modal .btn {
    margin-top: auto;
    margin-top: 3rem;
    padding: 2rem 5rem;
    font-size: 2rem;
    line-height: 2.5rem;
    border-radius: 1rem;
    background: var(--ctabg);
    color: var(--cta)
}

.section-modal img {
    width: auto;
    height: auto
}

.section-modal .image {
    width: 100%;
    text-align: right
}

.section-modal .entry {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.06;
    max-width: 64rem
}

@media (min-width: 1024px) {

    .table-wrap {
        margin-top: 3rem;
    }
    
    .table-wrap p {
        margin: 0 !important;
    }
    
    .table-wrap table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 1rem;
    }
    .table-wrap td,
    .table-wrap th {
        font-size: 2.5rem;
        color: #000;
        line-height: 1.06;
        background: #fff;
        text-align: center;
        padding: 1rem;
        height: 9.6rem;
        vertical-align: middle;
        border-radius: 2rem;
    }
    
    .table-wrap td:last-child {
        width: 30%;
    }
    
    .table-wrap a[href^="tel:"] {
        text-decoration: none !important;
    }
    
    .table-wrap th {
        font-size: 3rem;
        font-weight: bold;
        background: #EE0136;
        height: 7.4rem;
        width: 20%;
        color: #F9EFDB;
    }
    

    .section-modal .text-over .col-md-6 + .col-md-6 {
        margin-left: auto;
        max-width: 73rem;
    } 
    
    .section-modal .text-over .col-md-6 {
        /* max-width: 64rem; */
        display: flex;
        flex-direction: column;
    } 
    
    .section-modal.active-text .btn {
        opacity: 0;
        pointer-events: none
    }

    .section-modal.active-text .text-over {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto
    }

    .section-modal .text-over {
        position: fixed;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        left: 0;
        background: var(--bgcolor); 
        right: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
        z-index: 99;
        transform: translateX(100%);
        top: 0;
        bottom: 0
    } 

    .section-modal .text-over .container {
        
        border-radius: 3.2rem; 
        padding: 4.4rem 7rem;
    }
    
    .active-text-over {
        overflow: hidden;
    }

    .section-modal .text-over .scroll {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: var(--over); 
        margin: 4rem;
        display: -webkit-box; 
        display: -ms-flexbox;
        border-radius: 3.2rem;
        display: flex;
        overflow-y: auto;
        bottom: 0
    }

    .section-modal .text-over:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--bgcolor);
        left: 50%;
        margin-left: -7.5rem
    }
}

 

.banner-r {
    position: absolute;
    top: 30px;
    right: 20%;
}

@media (max-width: 1023.98px) {

    
.table-wrap {
    margin-top: 3rem;
}

.table-wrap p {
    margin: 0 !important;
}

.table-wrap table *,
    .table-wrap table {
    display: block;
}

.table-wrap td +td {
    margin-top: 10px;
}

.table-wrap td::before {
    content: attr(data-label);
    font-weight: bold;
    padding-right: 2rem;
}
 

.table-wrap tr {
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 2rem;
}
.table-wrap tr:first-child {
    display: none !important;
}


.section-modal .text-over li:before {
    background: var(--textcolor) !important;
}
.section-modal .text-over * {
    color: var(--textcolor) !important;
}

.section-modal .text-over h3 {
    font-size: 3.4rem;
}
.section-modal .text-over h4 {
    font-size: 2.4rem;
}
    .section-hero.v3 {
        padding: 40px 0
    }

    .section-hero.v3 .image {
        margin-left: 0
    }

    .section-hero.v3 .image {
        margin-top: 20px
    }

    .section-hero.v3 h1 {
        font-size: 48px;
        line-height: 1;
        margin-bottom: -16px
    }

    .section-hero.v3 p {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 40px
    }

    .section-modal {
        min-height: 0;
        padding-bottom: 58px
    }

    .section-modal .text-over {
        font-size: 20px;
        line-height: 1.4;
        margin-left: 0
    }

    .section-modal .text-over .close {
        display: none
    }

    .section-modal .text-over .container {
        width: auto;
        padding: 0
    }

    .section-modal .btn {
        margin: 28px 0
    }

    .section-modal h2 {
        font-size: 40px;
        margin: 0 0 24px;
        line-height: 48px
    }

    .section-modal .text-over {
        display: none;
        margin-bottom: 24px
    }

    .section-modal .btn {
        margin-top: 0
    }

    .section-modal.active-text .js-more {
        display: none
    }

    .section-modal.active-text .text-over {
        display: block
    }

}