header{
    padding: 0.714rem 1rem 0.714rem 0.714rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: end;
            align-items: end;
            position: fixed;
            top: 0;
            z-index: 80;
            background-color: #ffffff;
            width: 100%;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
header a{
    text-decoration: none;
    margin: 0;
}
header a svg{
    float: left;
    width: 29rem;
}
header .menu{
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
header .language {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-bottom: 3.4rem;
}
header .language p{
    margin-bottom: 0;
    color: #f00000;
}
header .language i{
    font-style: normal;
    font-size: 1rem;
    margin: 0 0.3rem;
}
header nav {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;   
}
header nav a{
    text-transform: uppercase;
    margin: 0 0.85rem;
    font-size: 0.95rem;
    padding-bottom: 0.85rem;
    letter-spacing: 0.2rem;
}
header nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding-top: 0.714rem;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}
header nav .dropdown-content .links{
    border-top: 1px solid #eeeeee;
    text-align: center;
}
header nav .dropdown-content .links a{
    padding: 1.14rem 0;
}
header nav .dropdown:hover .dropdown-content {
    display: block;
}
header nav .cart{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
header nav .cart a{
    letter-spacing: 0;
}
header nav .cart a svg{
    max-height: 1.4rem;
    max-width: 1.4rem;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
header nav .cart a svg rect{
    fill:transparent;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
header nav .cart a{
    margin-bottom: 0;
    margin-right: 0;
}
header nav .cart a span{
    margin: 0 0.5rem 0 0.714rem;
}
main article{
    padding: 0.714rem 1rem 0.714rem 0.714rem;
    max-width: 63vw;
    margin: auto;
}
footer{
    border-top: 1px solid #eeeeee;
    margin-top: 3rem;
}
footer #menu{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem 1rem 2rem;
    max-width: 63vw;
    margin: auto;
}
footer #menu .col{
    width: 25%;
}
footer #menu .col:nth-child(1), footer #menu .col:nth-child(2){
    width: 24%;
}
footer #menu .col:nth-child(3){
    margin-right: 2%;
}
footer #menu .col h4{
    margin-bottom: 1rem;
}
footer #menu .col a, footer #menu .col p{
    text-transform: uppercase;
}
footer #menu .col p{
    font-size: 0.857rem;
}
footer #socials{
    border-top: 1px solid #eeeeee;
    padding: 1rem;
    text-align: center;
}
footer #socials a{
    margin-bottom: 0;
}
footer .partner{
    width: 100%;
    height:  5.286rem;
    position: relative;
    overflow: hidden;
}
footer .partner a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    margin: 0;
}
footer .partner .image {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#message{
    min-height: 76vh;
    width: 100%;
}
#message h1{
    text-transform: uppercase;
    padding: 0.714rem 0;
}
@media screen and (max-width: 2000px){
    main article, footer #menu{
        max-width: 84vw;
    }
    }
@media screen and (max-width: 1600px){
main article, footer #menu{
    max-width: 88vw;
}
}
@media screen and (max-width: 1300px){
    main article, footer #menu{
        max-width: 89vw;
    }
}
header.fixed{
    align-items: center;
}
header.fixed .logo, header.fixed .language{
    display: none;
}
header.fixed nav a{
    padding: .4rem 0;
}
header a svg#fixlogo{
    height: 1.071rem;
    width:5.357rem;
}