.theme {
    font-family: 'pangram-regular';
    position: relative;
}

.theme-hero {
    height: 98vh;
    width: 100%;
    color: #ffffff;
    font-family: 'pangram-regular';
    text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 68px;
}

@media (min-width: 81.25em) {
    .theme-hero {
        height: 710px;
    }
}

.theme-hero-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 95%, 52% 95%, 50% 100%, 48% 95%, 0 95%);
    clip-path: polygon(0% 0%, 100% 0, 100% 95%, 52% 95%, 50% 100%, 48% 95%, 0 95%);
}

.theme-hero-cover:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.theme-hero-cover:after {
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 81.24em) {
    .theme-hero-cover {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 95%, 52% 95%, 50% 98%, 48% 95%, 0 95%);
        clip-path: polygon(0% 0%, 100% 0, 100% 95%, 52% 95%, 50% 98%, 48% 95%, 0 95%);
    }
}

@media (min-width: 81.25em) {
    .theme-hero-cover {
        background-position: center center;
    }
}

.theme-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.theme-title h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.92;
    color: #ffffff;
    text-transform: none;
    margin-top: 16px;
}

@media (max-width: 46.24em) {
    .theme-title {
        text-align: center;
    }
}

.theme-logo {
    height: 70px;
    width: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.play-video-button {
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    border: solid 1px white;
    height: 40px;
    width: 164px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

.play-video-button:hover {
    opacity: .8;
}

.play-video-icon {
    position: absolute;
    border: 1px solid white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.fa-play {
    font-size: 8px;
}

.theme-infobar {
    width: 50vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    bottom: 100px;
}

@media (max-width: 81.24em) {
    .theme-infobar {
        bottom: 75px;
    }
}

@media (max-width: 46.24em) {
    .theme-infobar {
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20vw;
        bottom: 55px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.theme-infobar-unit {
    position: relative;
}

@media (max-width: 46.24em) {
    .theme-infobar-unit {
        width: 40vw;
        margin-bottom: 12px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.theme-infobar-icon {
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
}

@media (max-width: 46.24em) {
    .theme-infobar-icon {
        left: -24px;
    }
}

.theme-infobar-parameter {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 46.24em) {
    .theme-infobar-parameter {
        font-size: 12px;
    }
}

.theme-infobar-data {
    font-size: 14px;
    text-transform: none;
}

@media (max-width: 46.24em) {
    .theme-infobar-data {
        font-size: 12px;
    }
}

.theme-presentation-text-wrapper {
    position: relative;
    height: 400px;
    width: 615px;
    margin: 0 auto;
}

@media (max-width: 46.24em) {
    .theme-presentation-text-wrapper {
        width: 100vw;
        height: 550px;
    }
}

.theme-presentation-text {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #1f1c35;
    text-align: justify;
    margin-bottom: 150px;
    background-color: white;
    position: absolute;
    top: -120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 56px 72px;
}

.theme-presentation-text p:first-child {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
}

@media (max-width: 46.24em) {
    .theme-presentation-text {
        padding: 56px 24px;
    }
}

.theme-presentation-disclaimer {
    height: 75px;
    width: 482px;
    margin: 0 auto;
    background-color: #ebeaff;
    border-radius: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.64;
    margin-top: 40px;
}

.theme-presentation-disclaimer img {
    margin-right: 12px;
}

@media (max-width: 46.24em) {
    .theme-presentation-disclaimer {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        line-height: 1.2;
    }
}

.theme-gallery-container {
    width: 100%;
    background-color: #f6f7fc;
    position: relative;
    padding: 95px 0;
}

.theme-gallery-container:before {
    content: "";
    position: absolute;
    background-color: #bca292;
    height: 68px;
    width: 2px;
    border: none;
    left: 50%;
    top: -34px;
}

@media (max-width: 46.24em) {
    .theme-gallery-container {
        padding-bottom: 0;
        padding-top: 45px;
    }
}

.theme-gallery-label {
    font-family: "Playfair Display", serif;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #1f1c35;
    font-weight: bold;
    position: absolute;
    top: -100px;
}

.theme-gallery {
    height: calc(421px + 171px + 28px);
    width: calc(2 * 28px + 2 * 239.8px + 489px);
    margin: 0 auto;
    position: relative;
}

@media (max-width: 46.24em) {
    .theme-gallery {
        width: 100vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.theme-gallery-testimonial {
    width: 389px;
    color: #1f1c35;
}

@media (max-width: 46.24em) {
    .theme-gallery-testimonial {
        width: 100%;
    }
}

.theme-gallery-testimonial-comment {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: bold;
    margin-top: 12px;
}

@media (max-width: 46.24em) {
    .theme-gallery-testimonial-comment {
        font-size: 20px;
    }
}

.theme-gallery-testimonial-author {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.theme-gallery-testimonial-author span {
    margin-right: 12px;
}

.theme-gallery-testimonial-author .fa-tripadvisor {
    width: 38px;
    font-size: 32px;
    color: #bca292;
}

.theme-gallery-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 46.24em) {
    .theme-gallery-image {
        width: 100% !important;
        height: 50vw !important;
        position: relative !important;
        margin-bottom: 24px;
    }
}

.theme-gallery-video {
    width: 489.2px;
    height: 348.6px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.theme-gallery-picture-1 {
    width: 591px;
    height: 421.1px;
    position: absolute;
    top: 0;
    right: 0;
}

.theme-gallery-picture-2 {
    width: 239.8px;
    height: 170.9px;
    position: absolute;
    bottom: 0;
    right: calc(239.8px + 28px);
}

@media (max-width: 46.24em) {
    .theme-gallery-picture-2 {
        right: 0;
    }
}

.theme-gallery-picture-3 {
    width: 239.8px;
    height: 170.9px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.navbar--theme {
    left: 32px;
}

.theme-other-themes {
    background-color: #f6f7fb;
    padding: 56px 0;
}

.theme-other-themes h3 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #1f1c35;
}

@media (max-width: 46.24em) {
    .theme-other-themes {
        padding-top: 0;
    }
}

.theme-other-themes-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 90vw;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 46.24em) {
    .theme-other-themes-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .theme-other-themes-container {
        width: 95vw;
    }
}

@media (min-width: 61.25em) and (max-width: 81.24em) {
    .theme-other-themes-container {
        width: 90vw;
    }
}

@media (min-width: 81.25em) {
    .theme-other-themes-container {
        width: 75vw;
    }
}

.theme-other-themes-card {
    width: 30vw;
    max-width: 490px;
    min-width: 330px;
    color: white;
    height: 210px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.theme-other-themes-card h4 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 28px;
}

.theme-other-themes-card:hover .theme-other-themes-picture {
    -webkit-transform: scale(1.5, 1.5);
}

@media (max-width: 46.24em) {
    .theme-other-themes-card {
        margin-bottom: 24px;
        min-width: 80vw;
    }
}

.theme-other-themes-picture {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all .3s ease;
}

.theme-other-themes-picture:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.theme-other-themes-picture:after {
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}

.theme-other-themes-card--vbn:after {
    background: rgba(0, 0, 0, 0.1) !important;
}

.theme-other-themes-card-text {
    position: absolute;
    bottom: 28px;
    left: 28px;
}

.theme-other-themes-baseline {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-left: 50px;
}

.theme-other-themes-baseline:after {
    content: "";
    position: absolute;
    border: solid 1px #bea493;
    top: 50%;
    left: -50px;
    width: 30px;
}

.theme-gallery-play-button {
    font-size: 18px;
    position: absolute;
    border-radius: 50%;
    height: 66px;
    width: 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    border: 2px solid white;
    cursor: pointer;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
}

// WEBPACK FOOTER //
// ./src/styles/LostAsylum.css