@charset "UTF-8";

/*************************************************
GENERAL
**************************************************/
* {
    margin: 0;
    padding: 0;
}
body { 
    background: url(../../config-common/images/grey-geo.png); 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-position: center center;
}

body, #FooterDiv, #MobileFooterDiv {
    background-color: transparent;
}
.Margin-t {
    margin-top: 25px;
}
.Margin-b {
    margin-bottom: 25px;
}
.AllWidth {
    width: 100%;
}
.PublicContainer {
    padding: 0px 20px;
}
/******************************************************************
HEADER
*******************************************************************/
.MembertekBox {
    display: flex;
    justify-content: center;
    align-items: center;	
    overflow: hidden;
}

#HeaderDiv, #MobileHeaderDiv {
    border: 0px;
    background: var(--neutral-0) !important;
}

#HeaderDiv {
    min-height: 95px;
}

.MembertekBox img.logo {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.MembertekBox-after {
    display: block;
    text-align: center;
}

.MembertekBox-after img{
    width: 40%;
    height: 60px;
}
/******************************************************************
FOOTER
*******************************************************************/
#FooterDiv {
    background-color: var(--neutral-0);
}

#MobileFooterDiv, #FooterDiv {
    background: var(--neutral-0);
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 35px;
    width: initial;
    height: initial;
}

#FooterPaddingDiv, #PaddingDiv {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.MobileFooterText, .FooterText {
    text-align: left;
    font-size: 10px;
    color: var(--neutral-100);
    font-family: var(--font-family) !important;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1em;
}
#ContentDiv, #MobileContentDiv {
    background-color: transparent;
}

#ContentPaddingDiv, #FooterPaddingDiv {
    padding: 0px;
}
/******************************************************************
BODY
*******************************************************************/
.VideoTopTitle {
    font-family: var(--font-family) !important;
    line-height: 1em;
    font-size: 42px;
    text-align: center;
    margin: 20px 0px;
    font-weight: 700;
    color: var(--neutral-700);
    display: block;
    word-break: break-word;
}

.VideoTopTitle span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: var(--neutral-700);
    line-height: 1.3em;
    font-family: var(--font-family) !important;
    cursor: auto !important;
    font-weight: lighter;
    word-break: break-word;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0px;
    position: relative;
}

.image-responsive {
    overflow: hidden;
    padding-top: 0px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.OutCover {
    background-color: var(--neutral-0);
    padding: 60px;
    outline: none;
    margin: 0px auto;
    max-width: 1000px;
    width: 100%;
}

.Cover {
    padding: 10px;
    background-color: var(--neutral-0);
    box-shadow: 0 0 30px var(--neutral-900);
}

.Description {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.Description  p {
    max-width: 100%;
    margin: 35px auto 0px;
    font-size: 20px;
    color: var(--neutral-300);
    font-family: var(--font-family);
}

.Description-Justify p {
    text-align: justify;
}

.BottomPage {
    text-align: center;
}

.BottomText {
    margin-top: 80px;
    margin-bottom: 50px;
    outline: none;
    cursor: pointer;
    display: block;
    font-family: var(--font-family) !important;
    font-size: 26px;
    text-align: center;
}

.BottomText div{
    font-family: var(--font-family) !important;
    line-height: 1.3em;
    text-align: center;
    font-size: 26px;
    color: var(--neutral-900);
    cursor: auto !important;
}

.BottomText div.ContactName{
    text-transform: uppercase;
}

.BottomText div a {
    font-family: var(--font-family) !important;
    line-height: 1.3em;
    font-size: 26px;
    color: var(--neutral-900);
    text-decoration: none;
    word-break: break-word;
    white-space: pre-line;
}

.BottomText div a:visited, .BottomText div a:active, .BottomText div a:hover {
    color: var(--neutral-900);
    text-decoration: none;
}
.video-responsive, .image-responsive {
    text-align: center;
}

/************************************************
BUTTONS
*************************************************/
.Group-Buttons {
    max-width: 1000px;
    width: 100%;
    margin: 25px auto 0px;
    display: block;
    text-align: center;
    padding: 0px 10px;
}
.MemButton {
    padding: 10px 5px;
    display: inline-block;
    word-break: break-word;
    white-space: pre-line;
}

.MemButton-Blue {
    border: 3px solid var(--client-primary-1, var(--primary));
    color: var(--client-primary-1, var(--primary));
    background-color: transparent;
    width: 100%;
}

.MemButton-Border {
    font-size: 30px;
    border-radius: 6px;
    margin-top: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.MemButton-NoBorder {
    font-size: 21px;
    text-align: center;
    color: var(--neutral-700);
    font-family: var(--font-family);
    font-weight: 500;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.MemButton-Border:visited, .MemButton-Border:active {
    text-decoration: none;
    color: var(--client-primary-1, var(--primary));
    background-color: transparent;
}

.MemButton-Border:hover {
    background-color: var(--client-primary-1, var(--primary));
    color: var(--neutral-0);
}

.Bottom-Line {
    display: inline-block;
}

.Bottom-Center-50 {
    width: 49%;
    text-align: center;
}

.Bottom-Center-30 {
    width: 29%;
    text-align: center;
}

.MemButton-Margin-t {
    margin-top: 25px;
}

.WebsiteButton, .MoreInfoButton, .InstantCheckoutButton {
    width: 90%;
    font-size: 26px;
}
/******************************************************************
PRODUCTS LANDPAGE
*******************************************************************/
.LandingPageProduct a img {
    width: 100%;
}
/******************************************************************
MEDIAQUERYS
*******************************************************************/
@media only screen and (max-width: 1130px) and (min-width: 0px) {
    .MembertekBox-after img {
        width: 50%;
    }
    .OutCover {
        width: initial;
    }
    .MobileFooterText, .FooterText {
        padding-left: 10px;
        padding-right: 10px;
    } 
    .Group-Buttons {
        width: initial;
        max-width: initial;
    }
    #FooterPaddingDiv, #PaddingDiv {
        width: initial;
    }
    #ContentDiv, #MobileContentDiv {
        width: initial;
    }
}


@media (max-width:768px) {
    .MembertekBox-after img {
        width: 80%;
        height: 60px;
    }
    .Bottom-Center-50 {
        width: initial;
        text-align: center;
        word-break: break-word;
    }
    .WebsiteButton, .MoreInfoButton, .InstantCheckoutButton {
        max-width: 250px;
    }
}


@media (max-width: 425px) {
    #ContentPaddingDiv, #FooterPaddingDiv {
        padding: 5px 0px;
    }

    .OutCover {
        padding: 60px 10px;
        margin: 0px;
    }

    .Cover {
        padding: 1px;
    }

    .MembertekBox-after img {
        width: 80%;
        height: 50px;
    }
    
    .Bottom-Center-50 {
        width: 100%;
        text-align: center;
        word-break: break-word;
        margin-top: 10px;
    }
    .MemButton-Border {
        margin-top: 0px;
    }
    .MemButton {
        width: -webkit-fill-available;
    }
    #MobileFooterDiv, #FooterDiv {
        margin-top: 30px;
    }
}
