
.coffee-finder-comp {
    background: #f5f1ed;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: calc(100vh - 70px);
    min-height: 100dvh;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
@media print, screen and (min-width: 48em) {
    .coffee-finder-comp {
        min-height: calc(100vh - 100px);
        min-height: 100dvh;
    }
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp {
        overflow: hidden;
        min-height: calc(100vh - 70px);
        min-height: 100dvh;
    }
}
.coffee-finder-comp img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: none;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp img {
        max-width: 100%;
    }
}
.coffee-finder-comp .coffee-finder-start {
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.coffee-finder-comp .start-quiz {
    text-align: center;
    margin: 0 auto;
    margin-top: 2.625rem;
}
.coffee-finder-comp .start-quiz span {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}
.coffee-finder-comp .start-quiz a {
    cursor: pointer;
}
.coffee-finder-comp .start-quiz a:focus {
    outline-color: #222;
}
.coffee-finder-comp .coffee-finder-heading {
    font-weight: 400;
    text-align: center;
}
.coffee-finder-comp .coffee-finder-des {
    margin-top: 0.625rem;
    text-align: center;
}
.coffee-finder-comp .coffee-finder-header {
    width: 100%;
}
.coffee-finder-comp .coffee-finder-header .progress-bar {
    position: relative;
    margin: 0 auto;
    margin-top: 2.5rem;
    width: auto;
}
.coffee-finder-comp .coffee-finder-header .progress-bar ul li {
    display: inline-block;
    position: relative;
    width: 3.125rem;
}
.coffee-finder-comp .coffee-finder-header .progress-bar ul li .progress-qs-no {
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0.625rem solid transparent;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background: #e8e5e2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.coffee-finder-comp .coffee-finder-header .progress-bar ul li .progress-qs-no span {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    opacity: 0.5;
}
.coffee-finder-comp .coffee-finder-header .progress-bar ul li .progress-percent {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 1.4375rem;
    height: 0.125rem;
    background: #e8e5e2;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    vertical-align: middle;
}
.coffee-finder-comp .coffee-finder-header .progress-bar .active .progress-percent,
.coffee-finder-comp .coffee-finder-header .progress-bar .active .progress-qs-no {
    background: #e1261c;
    color: #fff;
}
.coffee-finder-comp .coffee-finder-header .progress-bar .active .progress-percent span,
.coffee-finder-comp .coffee-finder-header .progress-bar .active .progress-qs-no span {
    opacity: 1;
}
.coffee-finder-comp .start-qs-img__container {
    border-top-left-radius: 6.25rem;
    overflow: hidden;
    height: 9.375rem;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .start-qs-img__container {
        border-top-left-radius: 12.5rem;
        height: 14.375rem;
    }
}
@media screen and (min-width: 100em) {
    .coffee-finder-comp .start-qs-img__container {
        height: 18.125rem;
    }
}
.coffee-finder-comp .start-qs-img__container::before {
    overflow: hidden;
    content: "\A";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    z-index: 2;
}
.coffee-finder-comp .start-qs-img__container img {
    height: 100%;
    width: 100vw;
    border-top-left-radius: 6.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .start-qs-img__container img {
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .start-qs-img__container .video-widget-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.coffee-finder-comp .start-qs-img__container .video-widget-wrapper .videoWidget {
    width: 100vw;
    height: 130%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.coffee-finder-comp .start-qs-img__container .overlay {
    background: 0 0;
}
.coffee-finder-comp .coffee-finder-qs {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate(100vw);
    transform: translate(100vw);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-qs {
        height: auto;
    }
}
.coffee-finder-comp .coffee-finder-qs .coffee-finder-options {
    border-top-left-radius: 6.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-qs .coffee-finder-options {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .coffee-finder-qs .coffee-finder-options .coffee-finder-option {
    overflow: hidden;
}
.coffee-finder-comp .coffee-finder-qs.answered {
    -webkit-transform: translate(-100vw);
    transform: translate(-100vw);
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-qs.answered {
        height: 100%;
    }
}
.coffee-finder-comp .coffee-finder-qs.answered .coffee-finder-options .active-ans {
    left: -2% !important;
    top: 6.5625rem;
    height: 100%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-qs.answered .coffee-finder-options .active-ans {
        top: 6.75rem;
    }
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-qs.answered .coffee-finder-options .active-ans .coffee-finder-option-img {
        height: 100%;
    }
}
.coffee-finder-comp .coffee-finder-qs.active-qs {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-options {
    position: relative;
    height: 100%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-options {
        height: calc(100vh - 230px);
        height: calc(100dvh - 224px);
    }
}
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-options .coffee-finder-option {
    overflow: hidden;
    user-select: none;
    z-index: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-top: 0.125rem solid #f0f0f0;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-options .coffee-finder-option {
        height: 100%;
    }
}
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-option-img {
    height: 100%;
}
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-option.active-ans {
    width: 100%;
    height: 100%;
    top: 0;
}
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-option.active-ans .coffee-finder-option-img {
    width: 100%;
}
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-option.active-ans .coffee-finder__image,
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-option.active-ans picture {
    height: auto;
}
.coffee-finder-comp .coffee-finder-qs.active-qs .coffee-finder-qs-div {
    display: block;
}
.coffee-finder-comp .question-number {
    text-align: center;
}
.coffee-finder-comp .coffee-finder-ques {
    margin: 0 auto;
    margin-bottom: 2.5rem;
    margin-top: 0.625rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}
.lang-de-at .coffee-finder-comp .coffee-finder-ques {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.coffee-finder-comp .coffee-finder-ques .headline-h2 {
    font-weight: 400;
    text-align: center;
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option {
    width: 100%;
    height: 25%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option {
        width: 25%;
        height: 100%;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(1) {
    border: none;
    left: 0;
    border-top-left-radius: 6.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(1) {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(1) img {
    left: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(1) .coffee-finder-img__container {
        top: 0;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(2) {
    top: 25%;
    right: auto;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(2) {
        top: 0;
        left: 25%;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
    top: -100%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
        left: -25vw;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(3) {
    top: 50%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(3) {
        left: 50%;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(3) .coffee-finder-img__container {
    top: -200%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(3) .coffee-finder-img__container {
        left: -50vw;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(4) {
    top: 75%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(4) {
        left: 75%;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(4) .coffee-finder-img__container {
    top: -300%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-4 .coffee-finder-option:nth-child(4) .coffee-finder-img__container {
        left: -75vw;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-4 .coffee-finder-option .coffee-finder-option-img {
    position: relative;
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option {
    width: 100%;
    height: 33.33%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-3 .coffee-finder-option {
        width: 33.33%;
        height: 100%;
    }
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(1) {
    border: none;
    border-top-left-radius: 6.25rem;
    left: 0;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(1) {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(1) img {
    left: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(1) .coffee-finder-img__container {
        top: 0;
    }
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(2) {
    top: 33.33%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(2) {
        top: 0;
        left: 33.33%;
    }
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
    top: -100%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
        left: -33.33vw;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(3) {
    top: 66.66%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(3) {
        top: 0;
        left: 66.66%;
    }
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(3) .coffee-finder-img__container {
    top: -200%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-3 .coffee-finder-option:nth-child(3) .coffee-finder-img__container {
        top: 0;
        left: -66.66vw;
    }
}
.coffee-finder-comp .questions-col-3 .coffee-finder-option .coffee-finder-option-img {
    position: relative;
}
.coffee-finder-comp .questions-col-2 .coffee-finder-option {
    width: 100%;
    height: 50%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-2 .coffee-finder-option {
        width: 50%;
    }
}
.coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(1) {
    border: none;
    border-top-left-radius: 6.25rem;
    left: 0;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(1) {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(1) img {
    left: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(1) .coffee-finder-img__container {
        top: 0;
    }
}
.coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(2) {
    top: 50%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(2) {
        left: 50%;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
    top: -100%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-2 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
        top: 0;
        left: -50vw;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option {
    width: 100%;
    height: 20%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option {
        width: 20%;
        height: 100%;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(1) {
    border: none;
    border-top-left-radius: 6.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(1) {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(1) {
        left: 0;
    }
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(1) img {
        left: 0;
    }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(1) .coffee-finder-img__container {
        top: 0;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(2) {
    top: 20%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(2) {
        top: 0;
        left: 20%;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
    top: -100%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(2) .coffee-finder-img__container {
        top: 0;
        left: -20vw;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(3) {
    top: 40%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(3) {
        top: 0;
        left: 40%;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(3) .coffee-finder-img__container {
    top: -200%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(3) .coffee-finder-img__container {
        left: -40vw;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(4) {
    top: 60%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(4) {
        top: 0;
        left: 60%;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(4) .coffee-finder-img__container {
    top: -300%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(4) .coffee-finder-img__container {
        left: -60vw;
        top: 0;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(5) {
    top: 80%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(5) {
        top: 0;
        left: 80%;
    }
}
.coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(5) .coffee-finder-img__container {
    top: -400%;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .questions-col-5 .coffee-finder-option:nth-child(5) .coffee-finder-img__container {
        left: -80vw;
        top: 0;
    }
}
.coffee-finder-comp .coffee-finder-option {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option {
        height: 100%;
        border-left: 0.125rem solid #f0f0f0;
    }
}
.coffee-finder-comp .coffee-finder-option img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(1, 0.04, 0.37, 0.88);
    transition: all 0.6s cubic-bezier(1, 0.04, 0.37, 0.88);
}
.coffee-finder-comp .coffee-finder-option img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option img {
        width: 100vw;
        max-width: 100vw;
        height: auto;
    }
}
.coffee-finder-comp .coffee-finder-option .container-answer,
.coffee-finder-comp .coffee-finder-option .container-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding: 0 0.9375rem;
    width: 100%;
    font-weight: 400;
}
.coffee-finder-comp .coffee-finder-option .container-answer {
    height: 6.25rem;
}
.coffee-finder-comp .coffee-finder-option .container-icon {
    background: url(../../../img/icons/sprite.svg) no-repeat -20.225rem -19.125rem;
    height: 3.125rem;
    width: 3.125rem;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
}
.coffee-finder-comp .coffee-finder-option .container-answer-text {
    position: relative;
    top: 3.125rem;
    font-weight: 400;
    text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
}
.coffee-finder-comp .coffee-finder-option .container-answer.hidden .container-answer-text,
.coffee-finder-comp .coffee-finder-option .container-answer.hidden .container-icon {
    opacity: 0;
}
.coffee-finder-comp .coffee-finder-option .container-answer.visible .container-answer-text,
.coffee-finder-comp .coffee-finder-option .container-answer.visible .container-icon {
    opacity: 1;
}
.coffee-finder-comp .coffee-finder-option .container-answer.visible .container-icon {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.coffee-finder-comp .coffee-finder-option .coffee-finder-option-img {
    position: relative;
}
.coffee-finder-comp .coffee-finder-option .coffee-finder-option-img .coffee-finder-img__container {
    height: 100%;
    position: absolute;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option .coffee-finder-option-img .coffee-finder-img__container {
        width: 100vw;
        max-width: 100vw;
    }
}
.coffee-finder-comp .coffee-finder-option .videoWidget,
.coffee-finder-comp .coffee-finder-option picture {
    background: 0 0;
    height: 100%;
    background-size: 1.625rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 15.625rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option .videoWidget,
    .coffee-finder-comp .coffee-finder-option picture {
        height: 31.25rem;
    }
}
.coffee-finder-comp .coffee-finder-option .videoWidget {
    height: 160%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0.3125rem 0.3125rem 0;
}
.coffee-finder-comp .coffee-finder-option img,
.coffee-finder-comp .coffee-finder-option picture {
    z-index: 5;
}
.coffee-finder-comp .coffee-finder-option picture {
    height: 100vh;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option picture {
        height: auto;
    }
}
.coffee-finder-comp .coffee-finder-option.active-ans {
    border: none;
    border-top-left-radius: 6.25rem;
    overflow: visible;
    width: 100%;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option.active-ans {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .coffee-finder-option.active-ans img {
    border-top-left-radius: 6.25rem;
    -webkit-transition: none;
    transition: none;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option.active-ans img {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .coffee-finder-option.active-ans img:hover {
    -webkit-transform: none;
    transform: none;
}
.coffee-finder-comp .coffee-finder-option.active-ans .coffee-finder-img__container {
    width: 100%;
    left: 0 !important;
    top: 0 !important;
}
.coffee-finder-comp .coffee-finder-option.active-ans .coffee-finder-img__container .coffee-finder__image {
    border-top-left-radius: 6.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .coffee-finder-option.active-ans .coffee-finder-img__container .coffee-finder__image {
        height: 100%;
        max-width: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .slide-left {
    z-index: 4;
}
@media screen and (max-width: 47.9375em) {
    .coffee-finder-comp .slide-left {
        display: none;
        -webkit-transform: translate(0, -100vh) !important;
        transform: translate(0, -100vh) !important;
    }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .coffee-finder-comp .slide-left {
        display: none;
        -webkit-transform: translate(0, -100vh) !important;
        transform: translate(0, -100vh) !important;
    }
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .slide-left {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        left: -200vw !important;
        top: 0 !important;
    }
}
.coffee-finder-comp .slide-right {
    z-index: 4;
}
@media screen and (max-width: 47.9375em) {
    .coffee-finder-comp .slide-right {
        -webkit-transform: translate(0, 100vh) !important;
        transform: translate(0, 100vh) !important;
        display: none;
    }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .coffee-finder-comp .slide-right {
        -webkit-transform: translate(0, 100vh) !important;
        transform: translate(0, 100vh) !important;
        display: none;
    }
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .slide-right {
        top: 0 !important;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        left: 200vw !important;
    }
}
.coffee-finder-comp input[type="radio"] {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 9;
}
.coffee-finder-comp .coffee-finder-img__container,
.coffee-finder-comp .player,
.coffee-finder-comp .videoWidget {
    height: 100%;
}
.coffee-finder-comp .player {
    border-top-left-radius: 6.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .player {
        height: 100%;
        border-top-left-radius: 12.5rem;
    }
}
.coffee-finder-comp .overlay {
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    z-index: 9;
    position: absolute;
    height: 100%;
    top: 0;
}
.coffee-finder-comp .container-text {
    z-index: 10;
    top: 50%;
    height: 3.125rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .container-text {
        width: 100%;
        text-align: center;
    }
}
.coffee-finder-comp .container-text span {
    vertical-align: 1rem;
    font-weight: 400;
    text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
}
.coffee-finder-comp .container-answer {
    z-index: 10;
}
.coffee-finder-comp .final-answers {
    display: none;
}
.coffee-finder-comp .zoom-in {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media print, screen and (min-width: 64em) {
    .coffee-finder-comp .video-widget-wrapper {
        width: 100%;
        overflow: hidden;
        height: 100%;
        position: absolute;
        top: 0;
    }
}
.coffee-finder-comp .coffee-finder-start .start-qs-img__container img {
    -webkit-transition: all 0.6s cubic-bezier(1, 0.04, 0.37, 0.88);
    transition: all 0.6s cubic-bezier(1, 0.04, 0.37, 0.88);
}
.coffee-finder-comp .coffee-finder-start .start-qs-img__container img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.coffee-content-container {
    position: relative;
    min-height: 18.75rem;
    height: calc(100vh - 220px);
    height: calc(100dvh - 220px);
}
@media print, screen and (min-width: 64em) {
    .coffee-content-container {
        height: calc(100vh - 390px);
        height: calc(100dvh - 390px);
    }
}
.coffee-content-container .grid-container {
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.coffee-content-container__grid {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100vw;
}
.ie .coffee-finder-comp .coffee-finder-start {
    display: table-cell;
    vertical-align: bottom;
}
.overflowy-hidden {
    overflow-y: hidden;
}
.overflowy-visible {
    overflow-y: auto;
}
@media screen and (min-width: 75em) {
    .overflowy-visible {
        overflow-y: hidden;
    }
}
html[dir="rtl"] .coffee-finder-comp .coffee-finder-qs {
    -webkit-transition: none;
    transition: none;
}
@media screen and (min-width: 75em) {
    html[dir="rtl"] .coffee-finder-comp .coffee-finder-qs {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
}
html[dir="rtl"] .coffee-finder-comp .coffee-finder-qs.active-qs {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
html[dir="rtl"] .coffee-finder-comp .coffee-finder-qs.answered {
    height: auto;
}
@media screen and (min-width: 75em) {
    html[dir="rtl"] .coffee-finder-comp .coffee-finder-qs.answered {
        height: 100%;
    }
}
html[dir="rtl"] .coffee-finder-comp .coffee-finder-qs .coffee-finder-option {
    position: static;
}
@media print, screen and (min-width: 64em) {
    html[dir="rtl"] .coffee-finder-comp .coffee-finder-qs .coffee-finder-option {
        position: absolute;
    }
}
