@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;800;900&display=swap");

body {
    margin: 0;
    position: relative;
}

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

.container {
    max-width: 1400px;
    width: 92%;
    margin: auto;
}

.container-slim {
    max-width: 50rem;
    width: 90%;
    margin: auto;
}

.container-wide {
    max-width: 1600px;
    margin: auto;
}

.container-super-wide {
    max-width: 2000px;
    margin: auto;
}

.container-full {
    margin: auto;
}

.sl-overlay {
    opacity: 0.9;
}

@media only screen and (max-width: 550px) {
    .container--fullwidth {
        width: 100%;
    }
}

body {
    font-family: "Raleway", sans-serif;
    color: #1e1e1e;
}

a {
    text-decoration: none;
}

h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 0.078rem;
    line-height: 3rem;
    color: #cf5c42;
    margin: 0 0 30px;
}

h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 0.063rem;
    line-height: 4rem;
    margin: 0 0 20px;
}

h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    font-style: normal;
    letter-spacing: 0.047rem;
    line-height: 3rem;
    margin: 0 0 20px;
}

p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0 0 25px;
}

p.big {
    font-size: 1rem;
    font-weight: 400;
}

@media only screen and (max-width: 550px) {
    h2 {
        font-size: 1.9rem;
        line-height: normal;
    }

    p {
        font-size: 0.8rem;
    }
}

@keyframes load100 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes load120 {
    0% {
        height: 0;
    }
    100% {
        height: 120%;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacityIn {
    from {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.button {
    padding: 14px 33px;
    color: #ffffff;
    background-color: #ce5d42;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.094rem;
    text-transform: uppercase;
}

.button:hover, .button.hover {
    background-color: #1e1e1e;
}

.button--reverse {
    color: #ce5d42;
    background-color: #ffffff;
}

.button--reverse:hover {
    color: #ffffff;
}

.line {
    position: relative;
}

.line-after::after {
    display: block;
    content: " ";
    width: 0.063rem;
    height: 5.063rem;
    background-color: #ce5d42;
    position: absolute;
    right: 50%;
    top: -5.063rem;
    transform: translateX(50%);
}

.line-after--white::after {
    background-color: #ffffff;
}

.line-after--hero::after {
    top: unset;
    bottom: 0;
    background-color: #ffffff;
}

.line-before::before {
    display: block;
    content: " ";
    width: 0.063rem;
    height: 5.063rem;
    background-color: #ce5d42;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(50%);
}

.line-before--white::before {
    background-color: #ffffff;
}

.info-msg {
    text-align: center;
    text-transform: uppercase;
    background: #ce5d42;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    border-bottom: 1px solid white;
}

.info-msg p {
    padding: 15px;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.75rem;
}

.info-msg.mobile {
    display: none;
}

@media only screen and (max-width: 830px) {
    .info-msg.desktop {
        display: none;
    }

    .info-msg.mobile {
        display: block;
        min-height: 4px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 900;
}

.header .header__container {
    padding: 25px 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.mobile-menu-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    justify-self: start;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-menu-btn .open {
    display: none;
}

.mobile-menu-btn img {
    display: table;
    margin-right: 8px;
    filter: brightness(0) invert(1);
}

.mobile-menu-btn span {
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.375rem;
    text-transform: uppercase;
}

.mobile-menu-btn.open .close {
    display: none;
}

.mobile-menu-btn.open .open {
    display: table;
}

.mobile-logo img {
    display: table;
}

.mobile-menu {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    width: 100%;
    display: none;
}

.mobile-menu .container {
    padding: 30px 0;
    box-sizing: border-box;
}

.mobile-menu .mobile-menu__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    text-align: center;
    margin: 0 0 30px;
}

.mobile-menu .mobile-menu__grid .col:nth-child(2) {
    align-self: end;
}

.mobile-menu ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.mobile-menu li > a {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.055rem;
    line-height: 4rem;
    position: relative;
}

.mobile-menu li > a:after {
    content: "";
    height: 4px;
    background: #ffffff;
    position: absolute;
    display: block;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-radius: 3px;
    transition: width 0.2s linear;
}

.mobile-menu li > a:hover:after {
    width: 120%;
}

.search-btn {
    justify-self: end;
    cursor: pointer;
}

.search-btn .open {
    display: none;
}

.search-btn img {
    display: table;
    filter: brightness(0) invert(1);
}

.search-btn.open .close {
    display: none;
}

.search-btn.open .open {
    display: table;
}

.search {
    display: none;
    background: #ce5d42;
    padding: 40px;
    box-sizing: border-box;
}

.search form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search form label {
    display: none;
}

.search form input[type=text] {
    width: 50%;
    color: #ffffff;
    border-radius: 0;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.078rem;
    line-height: 4rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ffffff;
}

.search form input[type=text]::placeholder {
    color: #ffffff;
}

.search form input[type=submit] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 54px;
    height: 54px;
    background: url("../files/images/icons/search.svg") no-repeat center/contain;
    filter: brightness(0) invert(1);
    font-size: 0;
}

.header--homepage .mobile-logo img {
    opacity: 0;
}

.header.header--scroll {
    background: #ce5d42;
}

.header.header--scroll .mobile-logo img {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.header.header--scroll .info-msg.desktop {
    display: none;
}

.header.header--search {
    background: #ce5d42;
}

.header.header--search .mobile-menu-btn {
    visibility: hidden;
}

.header.header--search .search {
    display: block;
}

.header.header--search .mobile-logo img {
    opacity: 0;
}

.header.header--open {
    background: transparent;
    display: grid;
    grid-template-rows: 1fr;
    min-height: 100vh;
}

.header.header--open .search-btn {
    visibility: hidden;
}

.header.header--open .mobile-menu {
    display: block;
}

.header.header--open .menu-bg-wrapper {
    background: url("../files/images/hero_bg_2.png") no-repeat center/cover;
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
}

.header.header--open .menu-bg-wrapper:before {
    content: "";
    display: block;
    background: url("../files/images/icons/filter.svg") no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header.header--open .mobile-logo img {
    opacity: 0;
}

.header.header--open.header--info-msg {
    grid-template-rows: auto 1fr;
}

.header.header--scroll.header--open.header--info-msg {
    grid-template-rows: 1fr;
}

@media only screen and (max-width: 830px) {
    .header.header--open .menu-bg-wrapper {
        height: 100vh;
        background: url("../files/images/hero-mobile.png") no-repeat center/cover;
    }

    .mobile-logo img {
        opacity: 1;
        filter: brightness(0) invert(1);
    }

    .header--homepage .mobile-logo img {
        opacity: 1;
    }

    .search {
        padding: 10px 40px 40px;
    }

    .search form input[type=text] {
        font-size: 1.5rem;
        line-height: 2rem;
        width: 70%;
    }

    .search form input[type=submit] {
        width: 44px;
        height: 44px;
    }

    .mobile-menu {
        overflow-y: scroll;
    }

    .mobile-menu .container {
        padding: 0 0 30px 0;
    }

    .mobile-menu .mobile-menu__grid {
        display: block;
        margin: 0;
    }

    .mobile-menu .mobile-menu__grid .col:nth-child(2) {
        display: none;
    }

    .mobile-menu ul {
        margin: 0;
    }

    .mobile-menu li > a {
        font-size: 1rem;
        line-height: 2rem;
    }
}

.footer {
    background-color: #c2c4c6;
    color: #ce5d42;
}

.footer-top {
    display: grid;
    justify-items: center;
    padding: 79px 0 60px;
}

.footer-top img {
    width: 70%;
    display: table;
    margin: auto;
}

.footer-mid {
    width: 80%;
    margin: auto;
}

.footer-mid ul {
    padding: 0 10px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-mid a {
    margin: 0 12px;
    font-size: 0.8rem;
    text-decoration: none;
    color: #ce5d42;
    line-height: 4rem;
    letter-spacing: 0.031rem;
    text-transform: uppercase;
}

.footer-mid a:hover {
    text-decoration: underline;
}

.footer-bottom {
    padding-bottom: 24px;
}

.footer-bottom .footer-bottom__socials {
    display: flex;
    justify-content: center;
}

.footer-bottom .footer-bottom__socials a {
    margin: 0 19px 0 0;
}

.footer-bottom .footer-bottom__socials a:first-of-type {
    margin: 0 19px;
}

.footer-bottom .footer-bottom__copywrite {
    margin: 22px 0 0;
    font-size: 0.75rem;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .footer-mid {
        display: none;
    }
}

.article {
    text-align: center;
}

.article h2 {
    margin-bottom: 50px;
}

.article p {
    line-height: 2.125rem;
    margin: 0 0 40px;
}

.article h3 {
    color: #c2c4c6;
    margin: 0 0 40px;
    line-height: 3rem;
}

.article .article__buttons {
    margin-bottom: 120px;
    padding: 0 41px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article .article__buttons a {
    width: 18.75rem;
    padding: 14px 10px;
}

@media only screen and (max-width: 1024px) {
    .article .article__buttons {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 830px) {
    .article .article__buttons {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .article .article__buttons a {
        width: 279px;
        padding: 14px 0;
    }

    .article .article__buttons a:first-of-type {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 550px) {
    .article p {
        line-height: 1.2rem;
    }
}

.signpost {
    background-color: #1e1e1e;
}

.signpost .container-super-wide {
    max-width: 1600px;
}

.signpost .signpost__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1px;
}

.signpost .signpost__box {
    overflow: hidden;
    position: relative;
    background-color: black;
}

.signpost .signpost__box h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}

.signpost .signpost__box img {
    display: table;
    transition: all 2s linear;
    opacity: 0.71;
}

.signpost .signpost__box:hover img {
    opacity: 1;
    transform: scale(1.1);
}

@media only screen and (max-width: 1100px) {
    .signpost .signpost__box h3 {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width: 700px) {
    .signpost .signpost__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 550px) {
    .signpost .signpost__box h3 {
        line-height: 2rem;
    }
}

.form {
    background-color: #ce5d42;
}

.form .container-slim {
    padding: 155px 0 187px;
}

.form h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}

.form form {
    max-width: 22.313rem;
    margin: auto;
    display: grid;
}

.form .form-item {
    display: flex;
    flex-direction: column;
}

.form .form-item label {
    color: #ffffff;
    margin-bottom: 6px;
    font-size: 0.813rem;
}

.form .form-item input, .form .form-item textarea, .form .form-item select {
    border-style: none;
    background-color: #c2c4c6;
    padding: 12px 10px;
    margin-bottom: 11px;
    color: #ce5d42;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.form .form-item input[type=date] {
    height: 100%;
}

.form .form-item textarea::-webkit-input-placeholder {
    color: #ce5d42;
}

.form .form-item input::-moz-placeholder {
    opacity: 1;
    color: #ce5d42;
}

.form .form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form .form-double .form-item {
    max-width: 169px;
}

.form .form-double select {
    min-height: 2.9rem;
}

.form .form-checkbox {
    align-items: center;
    flex-direction: row;
}

.form .form-checkbox input {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    background: unset;
    width: 15px;
    height: 15px;
    margin: 0 7px 0 0;
    padding: 0;
}

.form .form-checkbox label {
    margin: 0;
    line-height: normal;
}

.form .form-checkbox a {
    color: #ffffff;
}

.form .button {
    border: none;
    max-width: fit-content;
    justify-self: center;
    margin-top: 55px;
}

.form--registration {
    background-color: #ffffff;
}

.form--registration .container-slim {
    padding: 0 0 220px 0;
}

.form--registration form {
    max-width: unset;
    grid-template-columns: 3fr 1fr;
    row-gap: 20px;
}

.form--registration h2 {
    color: #1e1e1e;
}

.form--registration .button {
    margin-top: unset;
    justify-self: baseline;
}

.form--registration .form-item label {
    display: none;
}

.form--registration .form-item input {
    border-radius: 0;
    background-color: #ffffff;
    border-top: 1px solid #ce5d42;
    border-bottom: 1px solid #ce5d42;
    display: unset;
    margin-bottom: unset;
    padding: 13px 10px;
}

.form--registration .form-checkbox a {
    color: #1e1e1e;
}

.form--registration .form-checkbox input {
    background: transparent;
    border: 1px solid black;
}

.form--registration .form-checkbox label {
    margin: 0;
    display: unset;
    color: #1e1e1e;
}

@media only screen and (max-width: 1024px) {
    .form .container-slim {
        padding: 110px 0 120px;
    }

    .form--registration {
        background-color: #ffffff;
    }

    .form--registration .container-slim {
        padding: 0 0 160px 0;
    }
}

@media only screen and (max-width: 550px) {
    .form--registration form {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .form--registration form .form-item--email {
        width: 65%;
    }

    .form--registration .button {
        justify-self: center;
    }
}

.blog {
    margin-bottom: 80px;
    padding-top: 160px;
}

.blog .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 200px;
    position: relative;
}

.blog .blog__img--video {
    padding-bottom: 200px;
}

.blog .blog__img img {
    transition: all 4s linear;
}

.blog .blog__img img:hover {
    transform: scale(1.1);
    transition: all 4s linear;
}

.blog .blog__img .blog__img-overlay {
    overflow: hidden;
}

.blog .blog__img .blog__img-video {
    position: absolute;
    right: 50%;
    bottom: 0;
    display: grid;
}

.blog .blog__img .blog__img-video iframe {
    justify-self: center;
}

.blog .blog__content {
    display: flex;
    flex-direction: column;
    align-content: space-evenly;
    justify-content: center;
}

.blog--reverse .blog__img {
    grid-column: 2/3;
}

.blog--reverse .blog__content {
    grid-column: 1/2;
    grid-row: 1/2;
}

@media only screen and (max-width: 1300px) {
    .blog .container {
        grid-gap: 100px;
    }
}

@media only screen and (max-width: 1100px) {
    .blog .container {
        grid-gap: 100px;
        grid-template-columns: 1fr;
        grid-template-areas: "top" "bottom";
        justify-items: center;
    }

    .blog .blog__img--video {
        padding-bottom: 0;
    }

    .blog .blog__img {
        grid-area: bottom;
    }

    .blog .blog__img .blog__img-video {
        position: unset;
    }

    .blog .blog__img .blog__img-video iframe {
        margin: auto;
        max-width: 100%;
    }

    .blog .blog__content {
        grid-area: top;
        padding: 0;
    }

    .blog .blog__content .button {
        align-self: center;
    }
}

@media only screen and (max-width: 1024px) {
    .blog {
        padding-top: 30px;
    }

    .blog .container {
        grid-gap: 75px;
    }
}

@media only screen and (max-width: 550px) {
    .blog {
        margin-bottom: 80px;
        padding-top: 0;
    }

    .blog .container {
        grid-gap: 50px;
    }

    .blog .blog__img iframe {
        max-height: 255px;
    }
}

.presentation-box {
    background-color: #ce5d42;
}

.presentation-box .container-full {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 324px 0;
}

.presentation-box img {
    filter: contrast(2);
    transition: filter 0.3s linear;
    max-width: 60%;
    margin-bottom: 50px;
}

.presentation-box p {
    color: #ffffff;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 400;
    max-width: 50%;
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1100px) {
    .presentation-box p {
        max-width: 80%;
    }
}

@media only screen and (max-width: 700px) {
    .presentation-box .container-full {
        padding: 200px 0;
    }
}

.table .container-slim {
    padding: 25px 0;
    border-top: solid 1px #ce5d42;
    border-bottom: solid 1px #ce5d42;
}

.table .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 185px;
}

.table table {
    width: 100%;
    text-align: center;
    line-height: 1.75rem;
}

.table th {
    color: #ce5d42;
}

.table tr th:first-of-type, .table tr td:first-of-type {
    text-align: left;
}

.table h2 {
    grid-column: 1/3;
    margin: auto;
    margin-bottom: 45px;
}

.table .table__right img {
    margin-top: 55px;
}

.table .table__right p.small {
    margin: 0;
}

.table--menu table td:last-of-type {
    text-align: right;
}

.table--menu .container-slim {
    margin: 0 0 45px;
}

@media only screen and (max-width: 1100px) {
    .table .container {
        gap: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .table .container {
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 830px) {
    .table .container {
        grid-template-columns: 1fr;
    }

    .table .container h2 {
        grid-column: unset;
    }
}

@media only screen and (max-width: 550px) {
    .table tr th:last-of-type, .table tr td:last-of-type {
        display: none;
    }

    .table--menu h4 {
        text-align: center;
    }

    .table--menu .container-slim {
        margin: 0 auto 45px;
    }

    .table--menu table td:last-of-type {
        display: table-cell;
    }
}

.video {
    margin-bottom: 140px;
}

.video .container {
    max-width: 800px;
}

.video .video__overlay {
    max-width: 800px;
    padding-bottom: 67.25%;
    position: relative;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .video {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 550px) {
    .video {
        margin-bottom: 80px;
    }
}

.map {
    margin-bottom: 108px;
}

.map .map__cover {
    max-width: 1200px;
    padding-bottom: 43%;
    position: relative;
    margin: auto;
}

.map .map__cover iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1024px) {
    .map {
        margin-bottom: 58px;
    }
}

@media only screen and (max-width: 550px) {
    .map .map__cover {
        max-width: 1200px;
        padding-bottom: 100%;
        position: relative;
        margin: auto;
    }
}

.employees .employees__grid {
    display: flex;
    justify-content: space-between;
    max-width: 1114px;
    margin: auto;
    flex-wrap: wrap;
}

.employees .employees__teaser {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.employees .employees__teaser img {
    max-width: 8.5rem;
    max-height: 8.5rem;
    margin-bottom: 25px;
    align-self: center;
}

.employees .employees__teaser p {
    font-size: 1.125rem;
    line-height: 2rem;
}

.employees .employees__teaser p span {
    font-size: 0.875rem;
}

.employees .employees__teaser a {
    color: #1e1e1e;
    padding-left: 37px;
    position: relative;
    width: fit-content;
    align-self: center;
    line-height: 2.125rem;
}

.employees .employees__teaser a.tel::before {
    content: url("../files/images/icons/tel-logo.svg");
    position: absolute;
    left: 0;
    top: 20%;
}

.employees .employees__teaser a.mail::before {
    content: url("../files/images/icons/mail-logo.svg");
    position: absolute;
    left: 0;
    top: 10%;
}

@media only screen and (max-width: 550px) {
    .employees .employees__grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.contact {
    margin-bottom: 100px;
    line-height: 2.125rem;
}

.contact .container-slim {
    text-align: center;
}

.contact h2 {
    margin-bottom: 50px;
}

.contact p {
    margin-bottom: 40px;
}

.contact .contact__links {
    margin-bottom: 65px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
}

.contact a {
    color: #1e1e1e;
    padding-left: 37px;
    position: relative;
    width: fit-content;
    justify-self: center;
}

.contact a.tel::before {
    content: url("../files/images/icons/tel-logo.svg");
    position: absolute;
    left: 0;
    top: 20%;
}

.contact a.mail::before {
    content: url("../files/images/icons/mail-logo.svg");
    position: absolute;
    left: 0;
    top: 10%;
}

@media only screen and (max-width: 1024px) {
    .contact {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 550px) {
    .contact .contact__links {
        margin-bottom: 40px;
    }
}

.timeline {
    display: grid;
    grid-template-columns: 1fr 0.063rem 1fr;
    margin-bottom: 60px;
}

.timeline .timeline__axis {
    height: 100%;
    background-color: #ce5d42;
    width: 0.063rem;
}

.timeline h3 {
    color: #ce5d42;
}

.timeline h4 {
    margin-bottom: 7px;
}

.timeline .timeline__grid-left {
    display: grid;
    justify-items: end;
}

.timeline .timeline__teaser {
    max-width: 33rem;
    box-sizing: border-box;
    margin-bottom: 81px;
}

.timeline .timeline__teaser p {
    margin-bottom: 20px;
}

.timeline .timeline__teaser--last {
    padding-bottom: 143px;
}

.timeline .timeline__teaser--left:first-of-type {
    margin-top: 200px;
}

.timeline .timeline__teaser--left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 104px;
}

.timeline .timeline__teaser--left h3 {
    position: relative;
}

.timeline .timeline__teaser--left h3::after {
    display: block;
    content: "";
    height: 0.063rem;
    width: 80px;
    background: #ce5d42;
    position: absolute;
    bottom: 25px;
    right: -105px;
}

.timeline .timeline__teaser--right:first-of-type {
    margin-top: -38px;
}

.timeline .timeline__teaser--right {
    display: grid;
    padding-left: 104px;
}

.timeline .timeline__teaser--right h3 {
    position: relative;
}

.timeline .timeline__teaser--right h3::after {
    display: block;
    content: "";
    height: 0.063rem;
    width: 80px;
    background: #ce5d42;
    position: absolute;
    bottom: 25px;
    left: -105px;
}

.timeline .timeline__teaser--last {
    margin-bottom: 0;
}

.timeline .timeline__teaser--right-mobile p.big::after {
    left: 0px;
}

@media only screen and (max-width: 830px) {
    .timeline .timeline__teaser--right {
        padding-left: 50px;
    }

    .timeline .timeline__teaser--right h3::after {
        width: 46px;
        left: -51px;
    }

    .timeline .timeline__teaser--left {
        padding-right: 50px;
    }

    .timeline .timeline__teaser--left h3::after {
        width: 46px;
        right: -51px;
    }
}

@media only screen and (max-width: 550px) {
    .timeline h4 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .timeline .timeline__teaser--right {
        padding-left: 25px;
    }

    .timeline .timeline__teaser--right h3::after {
        width: 21px;
        left: -26px;
    }

    .timeline .timeline__teaser--left {
        padding-right: 25px;
    }

    .timeline .timeline__teaser--left h3::after {
        width: 21px;
        right: -26px;
    }
}

.hero {
    position: relative;
    margin-bottom: 160px;
    min-height: 100vh;
    display: grid;
}

.hero .placeholder:before {
    animation: load100 0.7s linear forwards;
}

.hero .hero__logo {
    opacity: 0;
    animation: zoomIn 0.5s linear 0.7s forwards;
}

.hero .hero__grid:before {
    animation: load120 0.7s linear 1.2s forwards;
}

.hero .hero__bg {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
}

.hero .hero__bg .hero__bg-left {
    animation: opacityIn 0.7s linear 1.9s forwards;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.hero .hero__bg .hero__bg-left div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../files/images/hero-left.png") no-repeat center/cover;
    opacity: 0.71;
    transition: all linear 2s;
}

.hero .hero__bg .hero__bg-right {
    animation: opacityIn 0.7s linear 2.7s forwards;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 50%;
    overflow: hidden;
}

.hero .hero__bg .hero__bg-right div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../files/images/hero-right.png") no-repeat center/cover;
    opacity: 0.71;
    transition: all linear 2s;
}

.hero .hero__bg .hero__bg-left.hover div, .hero .hero__bg .hero__bg-right.hover div {
    transform: scale(1.1);
    opacity: 0.8;
    transition: all linear 2s;
}

.hero .text-box h1, .hero .text-box h2, .hero .text-box p {
    opacity: 0;
    animation: opacityIn 0.7s ease-out 3.3s forwards;
}

.hero .text-box .button {
    opacity: 0;
    animation: opacityIn 0.7s ease-out 3.6s forwards;
}

.hero .container {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    position: relative;
}

.hero .hero__logo {
    margin: 35px 0;
}

.hero .placeholder, .hero .hero__grid {
    position: relative;
}

.hero .placeholder:before, .hero .hero__grid:before {
    content: "";
    display: block;
    width: 2px;
    background: #ce5d42;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero .hero__grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
    height: fit-content;
    margin-top: auto;
}

.hero .hero__links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hero .hero__links a {
    display: block;
    height: 100%;
}

.hero h1, .hero h2, .hero p {
    color: #ffffff;
}

.hero h1, .hero h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 3rem;
    letter-spacing: 0.094rem;
    line-height: 4rem;
    margin: 0 0 30px;
}

.hero p {
    font-size: 1.15rem;
    line-height: 2rem;
    margin: 0 0 25px;
}

.hero .button {
    width: 262px;
    margin-bottom: 40px;
}

.hero .text-box {
    text-align: center;
    max-width: 550px;
    margin: auto;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
}

.hero--not-hp {
    margin-bottom: 0;
}

.hero--not-hp .hero__bg {
    background: url("../files/images/hero4.png") no-repeat center/cover;
    grid-template-columns: 1fr;
}

.hero--not-hp .hero__bg .overlay-img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.hero--not-hp .hero__bg .overlay-img--top {
    bottom: unset;
    top: 0;
    height: 40%;
}

.hero--not-hp .container {
    grid-template-rows: unset;
}

.hero--not-hp .hero__grid {
    grid-template-columns: 1fr;
    align-content: end;
}

.hero--not-hp .hero__grid::before {
    display: none;
}

.hero--not-hp .text-box {
    padding-bottom: 90px;
    max-width: 61.125rem;
    animation: none;
    height: initial;
    display: block;
    grid-template-rows: unset;
    justify-items: unset;
}

.hero--not-hp .text-box h1 {
    margin: 0;
    opacity: 1;
    animation: none;
}

.hero--not-hp .text-box h3 {
    color: #ce5d42;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.109rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.hero--not-hp .text-box p {
    margin: 0;
    opacity: 1;
    animation: none;
}

.hero--collection .hero__bg {
    background: url("../files/images/hero-collection.png") no-repeat center, #ce5d42;
    background-size: 100%;
}

.hero--collection .text-box h3 {
    color: #ffffff;
}

@media only screen and (min-width: 2000px) {
    .hero .container {
        max-width: unset;
        width: 100%;
    }
}

@media only screen and (max-width: 830px) {
    .hero {
        min-height: 800px;
    }

    .hero .container {
        display: block;
        width: 100%;
    }

    .hero .placeholder:before, .hero .hero__grid:before {
        content: none;
    }

    .hero h1, .hero h2 {
        margin: 0;
        font-size: 2.25rem;
        letter-spacing: 0.071rem;
    }

    .hero p {
        font-size: 1rem;
        line-height: 1.375rem;
        margin: 0 0 15px;
    }

    .hero .placeholder, .hero .hero__logo {
        display: none;
    }

    .hero .button {
        margin: 0;
    }

    .hero .hero__bg > div:first-child {
        animation: none;
        opacity: 1;
        left: unset;
        width: 100%;
        height: 50%;
    }

    .hero .hero__bg > div:last-child {
        animation: none;
        opacity: 1;
        top: unset;
        width: 100%;
        height: 50%;
        bottom: 0;
    }

    .hero .hero__grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto 1fr;
        height: 100%;
        margin-top: unset;
    }

    .hero .hero__links {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .hero .text-box {
        width: 92%;
        padding-top: 25px;
        height: initial;
        display: initial;
        grid-template-rows: unset;
        justify-items: unset;
    }

    .hero .text-box h1, .hero .text-box h2, .hero .text-box p, .hero .text-box .button {
        animation: none;
        opacity: 1;
    }

    .hero--homapage {
        margin-bottom: -100px;
    }

    .hero--not-hp .hero__grid {
        grid-template-rows: unset;
        grid-gap: 0;
    }

    .hero--not-hp .text-box h1, .hero--not-hp .text-box h2, .hero--not-hp .text-box p, .hero--not-hp .text-box .button {
        animation: none;
        opacity: 1;
    }

    .hero--collection h1 {
        font-size: 1.9rem;
        line-height: 3rem;
    }
}

.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

.text-black {
    color: #1e1e1e;
}

.flex-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.slim {
    max-width: 520px;
}

.m-0 {
    margin: 0;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-100-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-250 {
    margin-bottom: 250px;
}

@media only screen and (max-width: 550px) {
    .mb-250 {
        margin-bottom: 100px;
    }
}

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-9 {
    margin-left: 9px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-5 {
    margin-right: 5px;
}

.m-0-30 {
    margin: 0 30px;
}

.pt-0 {
    padding-top: 0;
}

.pt-500 {
    padding-top: 500px;
}

.pt-160 {
    padding-top: 160px;
}

.ps-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pl-55 {
    padding-left: 55px;
}

.m-0 {
    margin: 0;
}

.align-box {
    width: fit-content;
    margin: auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-center {
    justify-content: center;
}

.height-100 {
    height: 100%;
}

.min-h-100 {
    min-height: 100px;
}

.visibility {
    visibility: hidden;
}

.mobile-only {
    display: none;
}

.flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display-flex {
    display: flex;
}

.hide {
    display: none;
}

.timeline-mobile {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .timeline-mobile {
        display: initial;
    }

    .timeline-desktop {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-only {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .mb-mobile-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .pt-160 {
        padding-top: 100px;
    }

    .mb-100 {
        margin-bottom: 55px;
    }

    .mb-120 {
        margin-bottom: 60px;
    }

    .mb-150 {
        margin-bottom: 100px;
    }

    .mb-200 {
        margin-bottom: 130px;
    }

    .mb-250 {
        margin-bottom: 150px;
    }

    .mb-80-50 {
        margin-bottom: 50px;
    }

    .mb-100-100 {
        margin-bottom: 100px;
    }

    .pt-160-100 {
        padding-top: 100px;
    }

    .pt-160-120 {
        padding-top: 120px;
    }

    .pt-160-160 {
        padding-top: 160px;
    }

    .mb-150-30 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .mobile-only {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}

.hero .hero__grid.hero__stretch {
    height: 870px;
}