/*///////////////////////////////////////////////////////
// Custom Styles
//////////////////////////////////////////////////////*/
.innerWrap {
    position: relative;
    margin: 45px auto;
    width: 100%;
    max-width: 1200px;
    padding: 50px 100px;
    background: #ffffff;
}
.innerWrap * {
    color: rgba(0,0,0,0.5);
}
.logo {
    max-width: 600px;
    height: auto;
}
.home-logo {
    width: 80px;
    height: 80px;
}
.intro p {
    max-width: 700px;
    margin: 10px auto 30px auto;
}
.ms-section h2 {
    margin-bottom: 2.5rem;
}
.ms-section p {
    font-size: 18px;
}
.btnStd {
    background: rgba(0,0,0,0.85);
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.4rem 4rem;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin: auto;
    margin-top: auto;
    margin-top: 2rem;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    border: none;
    display: inline-block;
}
.btnStd:hover {
    color: #FFFFFF;
}
.btnStd.reverse {
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,0.85);
}
.btnWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.btnWrap h3 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 300;
}
.btnImage {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    max-width: 120px;
    background: #fff;
    border-radius: 4px;
    margin: 0 20px 20px 0;
}
.btnImage img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    min-width: 70px;
}
.textPage h2 {
    margin-bottom: 40px;
}
.textPage h3, .textPage h4 {
    display: inline-block;
    width: 100%;
    margin: 40px 0 20px 0;
}
@media (max-width: 1023px) {
    .innerWrap {
        padding: 50px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .innerWrap {
        padding: 40px 20px;
        margin: 0 auto;
    }
}

/*///////////////////////////////////////////////////////
// Footer
//////////////////////////////////////////////////////*/
.footerMenu {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 12px;
}
.footerMenu ul {
    display: flex;
    flex-wrap: wrap;
}
.footerMenu ul li {
    position: relative;
    margin: 0 5px 0 10px;
}
.footerMenu ul li:after {
    content: "•";
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding-left: 7px;
}
.footerMenu ul li:last-child:after {
    display: none;
}
.footerMenu ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
@media (max-width: 767px) {
    .footerMenu {
        display: flex;
        position: relative;
        right: auto;
        bottom: auto;
        margin: 50px auto 0 auto;
        justify-content: center;
    }
    .footerMenu ul li {
        position: relative;
        margin: 0 0 7px 0;
        width: 100%;
    }
    .footerMenu ul li:after {
        display: none;
    }
}

/*///////////////////////////////////////////////////////
// Overwrites
//////////////////////////////////////////////////////*/

@media (max-width: 1024px) {
    .text-left-block .left-center-text {
        padding: 15% 10% 30% 10%;
    }
    #right1 {
        height: 100vh;
        width: 50vw;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
    .slideshow-home-left, .slideshow-home-right {
        width: 50vw;
    }
}
@media (max-width: 680px) {
    .text-left-block .left-center-text {
        padding: 15% 10% 14% 10%;
    }
    .copyright {
        width: 100%;
        text-align: center;
        left: 0;
    }
    .ms-section p.copyright {
        font-size: 14px;
    }
    #valid-form {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #left1 {
        position: relative;
    }
    #left1:before {
        content: "";
        position: absolute;
        z-index: 20;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.4);
    }
}

/*///////////////////////////////////////////////////////
// Cookie Consent
//////////////////////////////////////////////////////*/
body #usercentrics-root div[data-testid="uc-privacy-button"], body #usercentrics-root div[data-testid="uc-header"] img, body #usercentrics-root .fPcaXT button {
    display: none !important;
}
#usercentrics-button .uc-powered-by-footer.uc-powered-by-logo, #uc-privacy-button, .usercentrics-button #uc-privacy-button, #usercentrics-button .uc-powered-by-footer {
    display: none !important;
}
body .uc-embedding-container {
    max-height: 100% !important;
}