/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* STYLE */
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    font-family: 'Montserrat';
}

html .home-dot-com, body .home-dot-com {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative
}

html .home-dot-com .image, body .home-dot-com .image {
    width: 100%;
    height: 100%;
    margin-right: 320px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../img/landing/dotcom_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table
}

html .home-dot-com .home-video, 
body .home-dot-com .home-video {
    width: calc(100% - 320px);
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: url("../img/landing/dotcom_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html .home-dot-com .home-video .video, 
body .home-dot-com .home-video .video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.lt-ie9 html .home-dot-com .image, .lt-ie9 body .home-dot-com .image {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/landing/dotcom_bg.png', sizingMethod='scale')
}

html .home-dot-com .image .content, body .home-dot-com .image .content {
    position: relative;
    width: inherit;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-right: 320px
}

html .home-dot-com .image .content img, body .home-dot-com .image .content img {
    max-width: 740px;
    max-height: 701px;
    width: 100%;
    margin: auto
}

html .home-dot-com .logo, body .home-dot-com .logo {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffd904), color-stop(100%, #f8c001));
    background-image: -webkit-linear-gradient(#ffd904, #f8c001);
    background-image: -moz-linear-gradient(#ffd904, #f8c001);
    background-image: -o-linear-gradient(#ffd904, #f8c001);
    background-image: linear-gradient(#ffd904, #f8c001);
    display: none;
    position: relative;
    text-align: center;
    padding-top: 20px
}

html .home-dot-com .logo img, body .home-dot-com .logo img {
    margin: 0px auto;
    display: block
}

html .home-dot-com .menu, body .home-dot-com .menu {
    display: block;
    width: 280px;
    height: 100%;
    /*background-color: #616f10;*/
    background-color: #89BD3D;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 20px;
    background-size: 100%;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4Y2EzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxNmYxMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b8ca3c), color-stop(100%, #616f10));
    background-image: -webkit-linear-gradient(#b8ca3c 0%, #616f10 100%);
    background-image: -moz-linear-gradient(#b8ca3c 0%, #616f10 100%);
    background-image: -o-linear-gradient(#b8ca3c 0%, #616f10 100%);
    background-image: linear-gradient(#b8ca3c 0%, #616f10 100%);*/
    overflow: auto;
}

.lt-ie9 html .home-dot-com .menu, .lt-ie9 body .home-dot-com .menu {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB8CA3C', endColorstr='#FF616F10');
    background-color: transparent
}

html .home-dot-com .menu .content, body .home-dot-com .menu .content {
    position: relative;
    width: 100%;
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

html .home-dot-com .menu .content .text, body .home-dot-com .menu .content .text {
    display: block;
    width: 100%;
    height: auto
}

html .home-dot-com .menu .content .text h2, body .home-dot-com .menu .content .text h2 {
    font-size: 30px;
    color: #e5efa3;
    font-family: "Montserrat";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.textshadow html .home-dot-com .menu .content .text h2, .textshadow body .home-dot-com .menu .content .text h2 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

html .home-dot-com .menu .content .text .stroke, body .home-dot-com .menu .content .text .stroke {
    width: 100%;
    height: 10px;
    display: block;
    background-image: url("../img/landing/dotcom_stroke.html");
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px 0px
}

html .home-dot-com .menu .content .text ul li, body .home-dot-com .menu .content .text ul li {
    padding-bottom: 10px
}

html .home-dot-com .menu .content .text ul li a, body .home-dot-com .menu .content .text ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    background-repeat: no-repeat;
}

html .home-dot-com .menu .content .text ul li a span, body .home-dot-com .menu .content .text ul li a span {
    width: 100%;
    height: 16px;
    display: block;
    overflow: hidden;
    padding: 15px 0px 11px 0px;
    font-size: 1.25rem;
}

.textshadow html .home-dot-com .menu .content .text ul li a, .textshadow body .home-dot-com .menu .content .text ul li a {
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5)
}

.no-touch html .home-dot-com .menu .content .text ul li a:hover span, .no-touch body .home-dot-com .menu .content .text ul li a:hover span {
    text-decoration: underline
}

html .home-dot-com .menu .content .text ul li.it a, body .home-dot-com .menu .content .text ul li.it a {
    background-position: 100% -267px
}

html .home-dot-com .menu .content .text ul li.nl a, body .home-dot-com .menu .content .text ul li.nl a {
    background-position: 100% -222px
}

html .home-dot-com .menu .content .text ul li.de a, body .home-dot-com .menu .content .text ul li.de a {
    background-position: 100% -42px
}

html .home-dot-com .menu .content .text ul li.be a, body .home-dot-com .menu .content .text ul li.be a {
    background-position: 100% -312px
}

html .home-dot-com .menu .content .text ul li.es a, body .home-dot-com .menu .content .text ul li.es a {
    background-position: 100% -87px
}

html .home-dot-com .menu .content .text ul li.uk a, body .home-dot-com .menu .content .text ul li.uk a {
    background-position: 100% -177px
}

html .home-dot-com .menu .content .text ul li.ch a, body .home-dot-com .menu .content .text ul li.ch a {
    background-position: 100% 3px
}

html .home-dot-com .menu .content .text ul li.fr a, body .home-dot-com .menu .content .text ul li.fr a {
    background-position: 100% -132px
}

html .home-dot-com .menu .shadow, body .home-dot-com .menu .shadow {
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background-image: url("../img/landing/dotcom_shadow.png");
    background-repeat: repeat-y;
    background-position: 0px 0px
}

@media screen and (max-width: 960px) {
    html .home-dot-com .image, body .home-dot-com .image {
        background: url("../img/landing/dotcom_bg_960.html") no-repeat center center;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

@media screen and (max-width: 768px) {
    html, body {
        width: auto;
        height: auto;
        overflow: auto
    }

    html .home-dot-com, body .home-dot-com {
        width: auto;
        height: 100%;
        overflow: auto
    }

    html .home-dot-com .image, body .home-dot-com .image {
        display: none
    }

    html .home-dot-com .logo, body .home-dot-com .logo {
        display: block
    }

    html .home-dot-com .menu, body .home-dot-com .menu {
        width: auto;
        padding: 0px 40px;
        position: relative
    }

    html .home-dot-com .menu .shadow, body .home-dot-com .menu .shadow {
        width: 100%;
        height: 5px;
        background-image: url("../img/landing/dotcom_shadow_horizontal.html");
        background-repeat: repeat-x;
        background-position: 0px 0px;
        top: 0px;
        left: 0px
    }

    html .home-dot-com .menu .content, body .home-dot-com .menu .content {
        vertical-align: top
    }

    html .home-dot-com .menu .content .text, body .home-dot-com .menu .content .text {
        padding-bottom: 20px;
        padding-top: 30px
    }

    html .home-dot-com .menu .content .text .stroke, body .home-dot-com .menu .content .text .stroke {
        margin: 20px 0px
    }
}

@media screen and (max-height: 600px) and (min-width: 641px) {
    html .home-dot-com .image .content img, body .home-dot-com .image .content img {
        max-width: 480px
    }

    html .home-dot-com .menu .content .text h2, body .home-dot-com .menu .content .text h2 {
        font-size: 18px
    }

    html .home-dot-com .menu .content .text .stroke, body .home-dot-com .menu .content .text .stroke {
        margin: 20px 0
    }

    html .home-dot-com .menu .content .text ul li, body .home-dot-com .menu .content .text ul li {
        padding-bottom: 5px
    }
}

.legals-desktop{
    position: absolute;
    bottom: 12px;
    left: 95px;
}

.legals-desktop li{
    display: inline-block;
    padding: 5px;
}

.legals-mobile{
    display: block;
}

.legals-desktop{
    display: none;
}

@media (min-width: 768px) {
    .legals-desktop{
        display: block;
    }

    .legals-mobile{
        display: none !important;
    }
}

