@media (min-width:992px){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;height:100dvh}}.hero__figure{padding-bottom:85%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 65%;flex:0 0 65%;height:100%;position:relative;clip-path:polygon(0 0,100% 0,100% 90%,0 100%)}@media (min-width:992px){.hero__figure{padding-bottom:0;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}}.hero__figure-visual{position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3em 3em 0 3em;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 1 35%;flex:0 1 35%}@media (min-width:992px){.hero__content{padding:3em 0 3em 3em}}.hero__content-title{font-size:35px;font-size:calc(.0012048193 * (85 - 35) * (100vw - 480px) + 35px);margin:0}.hero__content-text{font-size:18px;font-size:calc(.0012048193 * (20 - 18) * (100vw - 480px) + 18px);color:#ff361e;margin:1em 0}.hero__content-scroll-down{display:inline-block;width:1px;height:50px;margin-top:2em;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#181817),color-stop(0,rgba(24,24,23,.25)));background:linear-gradient(180deg,#181817 50%,rgba(24,24,23,.25) 0);background-size:100% 200%;background-position:0 50px;-webkit-animation:scrollDown 2s cubic-bezier(.26,0,.3,1) infinite forwards;animation:scrollDown 2s cubic-bezier(.26,0,.3,1) infinite forwards}@-webkit-keyframes scrollDown{0%{background-position:0 -50px}75%{background-position:0 0}to{background-position:0 45px}}@keyframes scrollDown{0%{background-position:0 -50px}75%{background-position:0 0}to{background-position:0 45px}}