.dropdown {
    max-width: max-content;
    margin: 0 auto;
}
.dropdown__body {
    display: none;
    position: absolute;    
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, .2);
    
}
.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}

/* animate text */
@-webkit-keyframes Letter {
    0% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes Letter {
    0% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.animate-text {
    display: inline-block;
    position: absolute;
    height: 72px;
    overflow: hidden;
    margin-left: 8px;
}
.animate-text__wrap {
    display: inline-block;
    height: 100%;
}
.animate-text__word {
    display: flex;
}
.animate-text__letter {
    display: inline-flex;
    white-space: pre-wrap;
    padding-bottom: 10px;
}
.animate-text__wrap--active .animate-text__letter {
    -webkit-animation: Letter cubic-bezier(0.76, 0, 0.24, 1) forwards;
    animation: Letter cubic-bezier(0.76, 0, 0.24, 1) forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1300ms;
    animation-duration: 1300ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(0) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(1) {
    -webkit-animation-delay: 15ms;
    animation-delay: 15ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(2) {
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(3) {
    -webkit-animation-delay: 45ms;
    animation-delay: 45ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(4) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(5) {
    -webkit-animation-delay: 75ms;
    animation-delay: 75ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(6) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(7) {
    -webkit-animation-delay: 105ms;
    animation-delay: 105ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(8) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(9) {
    -webkit-animation-delay: 135ms;
    animation-delay: 135ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(10) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(11) {
    -webkit-animation-delay: 165ms;
    animation-delay: 165ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(12) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(13) {
    -webkit-animation-delay: 195ms;
    animation-delay: 195ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(14) {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(15) {
    -webkit-animation-delay: 225ms;
    animation-delay: 225ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(16) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(17) {
    -webkit-animation-delay: 255ms;
    animation-delay: 255ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(18) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(19) {
    -webkit-animation-delay: 285ms;
    animation-delay: 285ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(20) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(21) {
    -webkit-animation-delay: 315ms;
    animation-delay: 315ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(22) {
    -webkit-animation-delay: 330ms;
    animation-delay: 330ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(23) {
    -webkit-animation-delay: 345ms;
    animation-delay: 345ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(24) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(25) {
    -webkit-animation-delay: 375ms;
    animation-delay: 375ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(26) {
    -webkit-animation-delay: 390ms;
    animation-delay: 390ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(27) {
    -webkit-animation-delay: 405ms;
    animation-delay: 405ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(28) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}
.animate-text__wrap--active .animate-text__letter:nth-child(29) {
    -webkit-animation-delay: 435ms;
    animation-delay: 435ms;
}