#c60626 h2, .video-hero-content .module-title h1, h1, h2, h3, h4 {
    text-transform: uppercase;
}
.btn {
    text-transform: none!important;
}

.main-container .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}
.btn.btn-border.btn-white:hover {
    background-color: #fff;
    color: #133e8f;
}
.btn.btn-border.btn-white {
    font-size: 18px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin-top: 48px;
    font-family: DINNextRoundedLTPro;
    text-transform: none;
    font-weight: 400;
}

.main-content, body {
    background-color: #fff;
}

.video-hero-content .module-title, .xs .col-sm-3 {
    text-align: left;
}

h3 {
    margin-top: 24px;
}

.module-video-hero .video-hero-content {
    width: 96%;
    max-width: 1200px;
    top: clamp(0px, 25%);
    padding-bottom: 64px;
}
.video-hero-content .module-title h1 {
    font-size: calc(48px + 48*(100vw - 320px)/ 2180);
    max-width: 680px;
}
.hero .module-title .subtitle, .video-hero-content .module-title .subtitle {
    font-size: calc(18px + 5*(100vw - 320px)/2180);
    line-height: 32px;
    margin-top: 24px;
    font-family: DINNextRoundedLTPro, Roboto, Arial, sans-serif!important;
    text-transform: none!important;
}
.xs .btn {
	width: fit-content;
}