@font-face {
    font-family: 'Fakt';
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-Normal.eot');
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-Normal.eot?#iefix') format('embedded-opentype'),
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-Normal.woff2') format('woff2'),
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-Normal.woff') format('woff'),
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt';
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-NormalItalic.eot');
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-NormalItalic.eot?#iefix') format('embedded-opentype'),
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-NormalItalic.woff2') format('woff2'),
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-NormalItalic.woff') format('woff'),
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/FaktPro-NormalItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*@font-face {*/
/*    font-family: 'Fakt Pro Blond';*/
/*    src: url('FaktPro-BlondItalic.eot');*/
/*    src: url('FaktPro-BlondItalic.eot?#iefix') format('embedded-opentype'),*/
/*    url('FaktPro-BlondItalic.woff2') format('woff2'),*/
/*    url('FaktPro-BlondItalic.woff') format('woff'),*/
/*    url('FaktPro-BlondItalic.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Fakt Pro Blond';*/
/*    src: url('FaktPro-Blond.eot');*/
/*    src: url('FaktPro-Blond.eot?#iefix') format('embedded-opentype'),*/
/*    url('FaktPro-Blond.woff2') format('woff2'),*/
/*    url('FaktPro-Blond.woff') format('woff'),*/
/*    url('FaktPro-Blond.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: 'Gaillard';
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard.eot'); /* IE9 Compat Modes */
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gaillard';
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard-italic.eot'); /* IE9 Compat Modes */
    src: url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard-italic.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://dk0xyuea3a8kt.cloudfront.net/khaite/fonts/gaillard-italic.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    margin: 0;
    background-color: black;
}

.landing-page {
    background-color: black;
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.landing-page .title {
    width: 100%;
    font-size: 2.2rem;
    padding: 0.5rem 0;
}

.landing-page .inner-group > .heading-group {
    margin: 6rem 2rem 2rem 2rem;
}

.landing-page .inner-group {
    width: 100%;
    padding: 1rem;
}

.landing-page .heading-group > div {
    margin: 0.5rem 0;
}

.landing-page .heading-group {
    font-family: Gaillard;
}

.landing-page .heading {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.6px;
    line-height: 27px;
    font-family: Gaillard,
}

.landing-page .subheading {
    font-size: 1.5rem;
    font-style: italic;
}

.landing-page .content {
    margin-top: 4rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
