@font-face {
    font-family: "Gerbera";
    src: url("./fonts/Gerbera.woff2") format("woff2"), url('./fonts/Gerbera.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GretaSansComPro-ExLt";
    src: url("./fonts/GretaSansComPro-ExLt.woff2") format("woff2"), url('./fonts/GretaSansComPro-ExLt.otf') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
    letter-spacing: 2px;
    background-color: #fff;
}
body.gerbera {
    font-family: "Gerbera";
    font-size: 26px;
}
.vertical-section {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
}
.section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal;
}
.vertical-section.hidden {
    display: none;
}
.snap-slider-wrap {
    position: relative;
    scroll-snap-align: center;
}
.snap-slider-logo {
    position: absolute;
    top: 16px;
    width: 100%;
    text-align: center;
}
.snap-slider {
    max-height: 100vh;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-box-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: start;
    -webkit-box-justify-content: start;
    -moz-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start; 
    -webkit-align-items: center;
    -webkit-box-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.snap-slider-slide {
    scroll-snap-align: center;
    margin: 0;
    max-width: 100vw;
    position: relative;
}
.snap-slider-slide > img {
    height: 100vh;
    width: 100vw;
}
.snap-slider-slide:first-of-type {
    margin-left: 0;
}
.snap-slider-slide-text-wrap {
    position: absolute;
    top: 16px;
}
.snap-slider-slide-text {
    color: #fff5ce;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 48px;
    height: 100vh;
    width: 100vw;
}
.gerbera .snap-slider-slide-text {
    padding: 0 24px;
}
.btn {
    height: 24px;
    width: 24px;
    margin-top: -15px;
    top: 50%;
    position: absolute;
    display: block;
    cursor: pointer;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #fafafa;
    opacity: 0.5;
    outline: 0;
}
.btn:hover,
.btn:focus,
.btn:active {
    opacity: 0.9;
}
.btn.prev {
    left: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btn.next {
    right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.disable {
    opacity: 0.1;
}
.snap-slider-pagination {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    pointer-events:none;
}
.snap-slider-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: unset;
    appearance: none;
    opacity: 0.4;
    color: #fff;
    box-shadow: none;
    border: #fff 8px solid;
    border-color: #fff;
    border-radius: 50%;
}
.snap-slider-radio:checked {
    opacity: 0.9;
}
.map-section {
    position: relative;
    max-width: 600px;
}
.map-section > img {
    width: 100%;
    height: 100vh;
}
.map-title {
    position: absolute;
    top: 16px;
    text-align: center;
    padding: 0 8px;
}
.snap-slider-slide-text-plan {
    padding: 0 32px;
    text-align: center;
    font-size: 40px;
    line-height: 1;
}
.snap-slider.turandot {
    height: 75vh; 
}
.turandot .snap-slider-slide-text-plan {
    font-size: 20px;
}
.turandot .snap-slider-slide-text-plan > a {
    color: #b79f6b;
}
.turandot .snap-slider-slide-text-plan > a:visited {
    color: #000;
}
.snap-slider-slide-text-plan-title {
    padding-top: 16px;
    text-align: center;
}
.plan-section .btn {
    border-color: #020202;
    top: auto;
    bottom: 0;
}
.plan-section .snap-slider-pagination {
    position: relative;
    height: auto;
    bottom: auto;
}
.gerbera .plan-section .snap-slider-pagination {
    top: 0;
}
.plan-section .snap-slider-radio {
    border-color: #000;
}
.plan-section .snap-slider-slide > img {
    height: auto;
    max-height: 50vh;
}
.end-section {
    background-color: #f0f0eb;
    text-align: center;
    font-size: 38px;
    line-height: 1;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-box-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-box-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.end-section.turandot {
    font-size: 24px;
}
.end-section-phone {
    color: red;
    font-size: 72px;
    text-decoration: none;
}
.end-section.turandot .end-section-phone {
    color: #d24853;
}
.end-section.turandot .end-section-call {
    color: #fff5ce;
    font-size: 16px;
}
.end-section-main-link {
    text-decoration: underline;
    font-size: 24px;
    color: #737373;
}
.end-section > p {
    margin: 0;
    padding: 0 8px;
}
.not-mobile {
    display: none;
}
.not-mobile.active {
    display: block;
    max-width: 100vw;
    max-height: 100vh;
    text-align: center;
    overflow: hidden;
}
.not-mobile.active > img:nth-child(1) {
    width: auto;
    height: auto;
    left: 0;
    top: 0;
}
.not-mobile.active > img:nth-child(2) {
    position: absolute;
    top: 10vh;
    left: 40vw;
}
.end-section.turandot {
    background-color: #272727;
    color: #b79f6b;
}
.end-section.turandot .end-section-phone {
    font-size: 40px;
}
.end-section.turandot .end-section-main-link {
    font-size: 16px;
}
@media screen and (max-height: 700px) {
    body.gerbera {
        font-size: 24px;
        line-height: 1;
    }
    .end-section.turandot .end-section-phone {
        font-size: 24px;
    }
}
@media screen and (max-width: 300px) {
    body.gerbera {
        font-size: 22px;
        line-height: 1;
    }
    .end-section.turandot .end-section-phone {
        font-size: 22px;
    }
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19F}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

.carousel {
    background-color: #fff;
  }
.carousel-cell {
width: 100%;
height: 100vh;
margin-right: 0;
}
.carousel.is-fullscreen .carousel-cell {
height: 100%;
}
.carousel-cell-image {
display: block;
width: 100%;
height: 100vh;
}
.flickity-page-dots {
    bottom: 16px;
}
.flickity-page-dots .dot {
    opacity: 0.5;
    background-color: #000;
    width: 16px;
    height: 16px;
}
.plan-section .carousel {
    height: 80vh;
}
.plan-section .carousel-cell {
    flex-direction: column;
    height: 80vh;
}
.plan-section .carousel-cell-image {
    height: auto;
}
.plan-section .carousel-cell-item {
    text-align: center;
}
.plan-section .carousel-cell-item a {
    color: #b79f6b;
}
.plan-section .flickity-prev-next-button {
    top: auto;
    bottom: -16px;
}
.flickity-button {
    background: hsla(0,0%,100%,.10);
    z-index: 5;
}
.flickity-button:hover {
    background-color: hsla(0,0%,100%,.25);
    color: #111;
}
