html {
    box-sizing: border-box;
    font-size: 16px
}

@media screen and (max-width: 960px) {
    html {
        font-size:14px
    }
}

*,:after,:before {
    box-sizing: inherit
}

body,h1,h2,h3,h4,h5,h6,ol,p,ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

ol,ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

body {
    padding-top: 82px!important
}

#header {
    background: #ffdb01;
    height: 82px;
    width: 100%;
    padding: 23px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3
}

#header .container {
    display: flex
}

#header #logo {
    float: left
}

@media screen and (max-width: 1200px) {
    #header #logo {
        width:220px;
        padding-top: 7px
    }
}

#header #main-navigation {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 23px
}

@media screen and (max-width: 1200px) {
    #header #main-navigation {
        font-size:14px
    }
}

#header #main-navigation ul {
    list-style-type: none
}

#header #main-navigation ul li {
    display: inline-block;
    padding-left: 20px
}

@media screen and (max-width: 1200px) {
    #header #main-navigation ul li {
        padding-left:10px;
        padding-right: 10px
    }
}

#header #main-navigation ul li a {
    text-decoration: none;
    color: #000;
    padding: 10px 0;
    display: inline-block
}

#header #main-navigation ul .lang>a {
    display: none
}

#header #main-navigation ul .lang ul.sub-menu li {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: auto
}

#header #main-navigation ul .lang ul.sub-menu li:first-child:after {
    padding-left: 5px;
    content: " /";
    display: inline-block
}

#hero {
    background: #000;
    color: #fff;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 100px
}

#hero,#hero h1 {
    position: relative
}

#hero h1 {
    z-index: 2;
    font-size: 70px;
    line-height: 80px
}

@media screen and (max-width: 960px) {
    #hero h1 {
        font-size:56px;
        line-height: 64px
    }
}

#hero h1 strong {
    font-size: 128px;
    line-height: 164px;
    color: #ffdb01
}

@media screen and (max-width: 960px) {
    #hero h1 strong {
        font-size:86px;
        line-height: 120px
    }
}

@media screen and (max-width: 540px) {
    #hero h1 strong {
        font-size:64px;
        line-height: 70px
    }
}

#hero p {
    position: relative;
    z-index: 2
}

#hero .bg1 {
    position: absolute;
    top: 100%;
    width: 200vw;
    height: 100vw;
    background: #fff;
    transform: rotate(-3deg);
    left: 0;
    margin-top: -5.4vw
}

.container {
    max-width: 1420px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box
}

h3 {
    padding-bottom: 15px
}

h3>span {
    display: inline-block;
    background: #ffdb01
}

h3>span>span {
    display: inline-block;
    margin-top: -11px;
    vertical-align: top;
    font-size: 25px
}

#menu-toggle {
    position: absolute;
    left: -100px;
    top: -100px;
    pointer-events: none;
    opacity: 0
}

.menu-toggle {
    position: absolute;
    top: 18px;
    right: 13px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 16px 15px;
    cursor: pointer;
    margin-left: auto
}

@media only screen and (min-width: 960px) {
    .menu-toggle {
        display:none
    }
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease
}

.menu-toggle span:first-child {
    transform-origin: 0 0
}

.menu-toggle span:last-child {
    transform-origin: 0 100%
}

@media only screen and (max-width: 960px) {
    .menu-fortuna-container {
        position:fixed;
        left: 0;
        top: 82px;
        right: 0;
        pointer-events: none;
        opacity: 0;
        z-index: 50;
        background: #ffdb01
    }

    .menu-fortuna-container ul {
        padding: 20px 0
    }

    .menu-fortuna-container ul li {
        width: 100%;
        text-align: center;
        font-weight: 700
    }
}

#menu-toggle:checked~.menu-toggle span {
    transform: rotate(45deg) translate(4px,-2.5px)
}

#menu-toggle:checked~.menu-toggle span:last-child {
    transform: rotate(-45deg) translate(4.5px,2px)
}

#menu-toggle:checked~.menu-toggle span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(.2)
}

#menu-toggle:checked~.menu-fortuna-container {
    opacity: 1;
    pointer-events: all
}

#hero {
    padding-top: 400px;
    padding-bottom: 0
}

@media screen and (max-width: 960px) {
    #hero {
        padding-top:80px;
        padding-bottom: 0
    }
}

#hero h1 {
    font-size: 60px;
    line-height: 74px;
    max-width: 676px
}

@media screen and (max-width: 960px) {
    #hero h1 {
        font-size:56px;
        line-height: 64px
    }
}

@media screen and (max-width: 640px) {
    #hero h1 {
        font-size:40px;
        line-height: 56px
    }
}

@media screen and (max-width: 540px) {
    #hero h1 {
        font-size:36px;
        line-height: 42px
    }
}

#hero h1 strong {
    text-transform: uppercase;
    color: #ffdb01;
    font-size: 160px;
    line-height: 205px
}

@media screen and (max-width: 960px) {
    #hero h1 strong {
        font-size:86px;
        line-height: 120px
    }
}

@media screen and (max-width: 540px) {
    #hero h1 strong {
        font-size:64px;
        line-height: 70px
    }
}

#hero p {
    max-width: 676px;
    font-size: 20px;
    line-height: 30px
}

@media screen and (max-width: 960px) {
    #hero p {
        font-size:16px;
        line-height: 26px
    }
}

#hero .bg1 {
    background: #ffdb01
}