@font-face {
    font-family: 'Menlo Regular';
    src: local('Menlo Regular'), url('../fonts/Menlo-Regular.woff') format('woff');
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    position: relative;
}

body {
    font-family: 'Menlo Regular', sans-serif;
    font-size: 16px;
    color: #fff;
    background: #000413;
}

h1, h2, h3, h4, h5, h6 {
    font-family: cinder, sans-serif;
    font-weight: normal;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.flex-container {
    display: flex;
}

.fill-remaining-space {
    flex: auto;
}

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

.background-video-parent {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.background-video {
    width: 1700px;
}

.main-text {
    padding-top: 300px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6.5em;
    line-height: 0.85em;
}

.main-subtext {
    margin-top: 32px;
    margin-bottom: 0;
}

.cta {
    margin-top: 48px;
    width: 189px;
    height: 48px;
    background: url('../assets/css_sprites.83dcefb7.webp') no-repeat -0 -0;
    transition: transform 1000ms ease-in-out;
}

.cta:hover {
    transform: scale(1.15);
}

.cta:active {
    background: url('../assets/css_sprites.83dcefb7.webp') no-repeat -0 -48px;
}

.story {
    margin-top: 250px;
}

.story-line {
    font-size: 3em;
    opacity: 0;
    transition: opacity 2.0s;
}

.story-line.partially-visible {
    opacity: 0.1;
}

.story-line.visible {
    opacity: 1;
}

.box {
    margin: 200px 105px 28px;
    padding-top: 73px;
    padding-bottom: 85px;
    background-color: rgba(252, 252, 252, 0.03);
    backdrop-filter: blur(29px);
    border-radius: 59px;
    position: relative;
    z-index: 0;
}

.box:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 2px;
    border-radius: 59px;
    background: linear-gradient(67deg, rgba(255, 243, 234, 0), rgba(89, 89, 89, 0.93));
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}

.box-header {
    font-size: 4.5em;
    margin-top: 0;
    margin-bottom: 24px;
}

.box-text {
    line-height: 1.5em;
}

footer {
    margin-top: 150px;
    padding-bottom: 28px;
}

footer .flex-container {
    align-items: center;
}

footer .logo {
    width: 100px;
    height: 100px;
}
