html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    font: 16px/1.2 'Montserrat', uppercase, sans-serif;
    font-weight: 400;
    color: #2B2B2B;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-weight: 700;
}

h1, h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 160%;
    text-transform: uppercase;
}

h3, h4, h5, h6 {
    line-height: 150%;
}

h1::after, h2::after {
    margin-top: 8px;
    display: block;
    content: '';
    width: 84px;
    border-bottom: 4px solid #CE4141;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-size: 8px;
}

.page-body--home h1,
.page-body--home h2,
.page-body--home h3,
.page-body--home h4,
.page-body--home h5,
.page-body--home h6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.page-body--home h1::after,
.page-body--home h2::after,
.page-body--home h3::after,
.page-body--home h4::after,
.page-body--home h5::after,
.page-body--home h6::after {
    margin-top: 8px;
    display: block;
    content: '';
    width: 84px;
    border-bottom: 4px solid #CE4141;
}

.page-body--home h1 {
    font-size: 24px;
}

.page-body--home h2 {
    font-size: 22px;
}

.page-body--home h3 {
    font-size: 20px;
}

.page-body--home h4 {
    font-size: 18px;
}

.page-body--home h5 {
    font-size: 16px;
}

.page-body--home h6 {
    font-size: 14px;
}

.page-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 1524px;
}

.page-body--home {
    min-width: 1905px;
}

.page-body-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-body-content-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    gap: 3vw;
    padding: 0 17vw;
    height: 100%;
}

@media (min-width: 2380px) {
    .page-body--home .page-body-content-section {
        max-width: 1565px;
        padding: 0 calc((100vw - 1565px) / 2);
    }
}

.page-body-content-section:nth-child(2n) {
    background-color: #565656;
    color: white;
}

.section-content {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex: 1;
    flex-wrap: wrap;
    gap: 50px 3vw;
    margin: 60px 0;
    width: 100%;
    z-index: 1;
}

.page-body-content-section:first-child .section-content {
    margin: 30px 0 60px;
}

.section-content-image {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.section-content-image img {
    width: 100%;
    min-width: 420px;
    height: auto;
}

.section-content-header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-weight: 700;
    width: 100%;
    padding: 0 0 15px;
    gap: 30px 6vw;
}

.section-content-header-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    line-height: 160%;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
    flex: 1;
}

.page-body-content-section:nth-child(2n) .section-content-header-title {
    align-items: flex-end;
}

.section-content-header-title::after {
    margin-top: 8px;
    display: block;
    content: '';
    width: 84px;
    border-bottom: 4px solid #CE4141;
}

.section-content-header-image {
    max-width: 40%;
    height: 68px;
}

.section-content-annotation {
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    width: 100%;
}

.page-body--home .section-content-annotation {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 120px;
    color: #D9D9D973;
    text-align: right;
    text-transform: uppercase;
    left: 0;
    top: -5px;
    z-index: 0;
    height: 100%;
}

@media (max-width: 1540px) {
    .page-body--home .section-content-annotation {
        font-size: 95px;
    }
}

@media (max-width: 1280px) {
    .page-body--home .section-content-annotation {
        font-size: 85px;
    }
}

@media (max-width: 1184px) {
    .page-body--home .section-content-annotation {
        font-size: 75px;
    }
}

.page-body--home .page-body-content-section:nth-child(2n) .section-content-annotation {
    justify-content: flex-start;
    text-align: left;
}

.section-content-split {
    display: flex;
    flex-direction: row;
    justify-content: start;
    height: fit-content;
    gap: 3vw;
    width: 100%;
}

.section-content-split .section-content-image img {
    min-width: 28vw;
}

.section-content-split-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
}

a.link {
    color: #CE4141;
    text-decoration: none;
    transition: .4s;
}

a.link:hover {
    opacity: .8;
}


.buttons-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.buttons-panel--left {
    justify-content: start;
}

.buttons-panel--right {
    justify-content: end;
}

.transition-button {
    display: flex;
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #CE4141;
    background: linear-gradient(90deg, #D9D9D973 50%, transparent 0%, transparent) 73.5%;
    background-size: 200% 100%;
    border: unset;
    padding: 10px;
    gap: 10px;
    transition: .4s;
}

.transition-button:after {
    content: url(/images/transition-10088ccf856596938e560875944ead6f.svg);
}

.transition-button:hover {
    background-position: 0;
    animation: filling-gradient .4s alternate;
}

.scroll-button {
    position: fixed;
    display: none;
    opacity: 0.53;
    bottom: 130px;
    right: 20px;
    line-height: 24px;
    padding: 20px;
    background-image: url(/images/scroll-74b00f83d2580e5bf397f696fe869b6c.svg);
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    max-width: fit-content;
    transition: .4s;
    cursor: pointer;
    z-index: 1000;
}

.scroll-button:hover {
    opacity: 0.73;
    box-shadow: 0 0 15px -10px rgba(239, 239, 239, 0.8);
    z-index: 1000;
}

/* Error pages */

.error-page-message {
    text-align: center;
    margin-bottom: 0;
    color: #CE4141;
}

.error-page-message:after {
    display: none;
}

.error-page-link {
    font-size: 20px;
    text-align: center;
}


/* Captcha */

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-message {
    font-family: 'Montserrat', uppercase, sans-serif;
    font-weight: 400;
    line-height: 150%;
    text-align: right;
    color: #BFBFBF;
    width: 100%;
}

.recaptcha-message a {
    color: #CE4141;
    text-decoration: none;
    word-break: auto-phrase;
    transition: .4s;
}

.recaptcha-message a:hover {
    opacity: .8;
}

@keyframes filling-gradient {
    0% {
        background-position: 73.5%;
    }
    100% {
        background-position: 0;
    }
}