@font-face {
    font-family: "Myriad Pro Regular";
    font-style: normal;
    src: local("Myriad Pro Regular"), url("../../fonts/myriad/myriadpro_regular.woff");
}

@font-face {
    font-family: "Myriad Pro Semibold";
    font-style: normal;
    src: local("Myriad Pro Semibold"), url("../../fonts/myriad/myriadpro_semibold.woff");
}

@font-face {
    font-family: "Myriad Pro Bold";
    font-style: normal;
    src: local("Myriad Pro Bold"), url("../../fonts/myriad/myriadpro_bold.woff");
}

@font-face {
    font-family: "Myriad Pro Black";
    font-style: normal;
    src: local("Myriad Pro Bold"), url("../../fonts/myriad/myriadpro_black.otf");
}

@font-face {
    font-family: "Coco Goose";
    font-style: normal;
    src: local("Coco Goose"), url("../../fonts/cocogoose/CocogoosePro.ttf");
}

@font-face {
    font-family: "Coco Goose Medium";
    font-style: normal;
    src: local("Coco Goose Medium"), url("../../fonts/cocogoose/CocogooseClassicMedium.ttf");
}

@font-face {
    font-family: "Coco Goose Bold";
    font-style: normal;
    src: local("Coco Goose Bold"), url("../../fonts/cocogoose/CocogooseClassicExtraBold.ttf");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}

body {
    line-height: 1.2;
    background-color: #ececec;
    font-family: "Myriad Pro Regular";
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
}

h1,
h2,
h3 {
    font-family: "Myriad Pro Bold";
}

h4,
h5,
h6 {
    font-family: "Myriad Pro Semibold";
}

p,
a {
    font-family: "Myriad Pro Regular";
    font-size: 1rem;
}

button {
    cursor: pointer;
    font-size: 1rem;
}

button img {
    transition: .1s !important;
}

#main-container {
    position: relative;
    padding-top: 115px;
}

@media only screen and (max-width: 575px) {
    #main-container {
        padding-top: 111px;
    }
}

header {
    position: fixed;
    z-index: 4;
    width: 100%;
}

#main-header {
    display: grid;
    grid-template-columns: 27% 46% 27%;
    width: 100%;
    height: 85px;
    background-color: #fff;
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    #main-header {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 575px) {
    #main-header {
        height: 75px;
    }
}

#main-header .accessible-mode {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    #main-header .accessible-mode {
        display: none;
    }
}

#main-header .accessible-mode .inner-accessible-mode {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 1.2rem;
}

#main-header .accessible-mode .inner-accessible-mode a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-header .accessible-mode .inner-accessible-mode a:last-child img {
    height: 1.7rem;
}

#main-header .accessible-mode .inner-accessible-mode a:nth-child(2) img {
    height: 1.2rem;
}

#main-header .accessible-mode .inner-accessible-mode a img {
    height: 1.5rem;
    margin: 0 .2rem;
}

#main-header .accessible-mode .inner-accessible-mode a:hover {
    transform: scale(1.1);
}

#main-header .logo-tepjf {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#main-header .logo-tepjf .inner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767.98px) {
    #main-header .logo-tepjf .inner-logos {
        padding: 0 .5rem;
    }
}

#main-header .logo-tepjf .inner-logos a:first-child img {
    border-right: 2px solid #2a2559;
    padding-right: .7rem;
    margin-right: .7rem;
    height: 2.8rem;
}

#main-header .logo-tepjf .inner-logos a img {
    height: 2.5rem;
}

@media only screen and (max-width: 767.98px) {
    #main-header .logo-tepjf .inner-logos a img {
        height: auto;
        width: 100%;
        max-width: 10rem;
    }
}

@media only screen and (max-width: 575px) {
    #main-header .logo-tepjf .inner-logos a img {
        max-width: 8.5rem;
    }
}

@media only screen and (max-width: 300px) {
    #main-header .logo-tepjf .inner-logos a img {
        max-width: 7.1rem;
    }
}

#main-header .logo-tepjf .inner-logos .title-general-page {
    font-family: "Myriad Pro Semibold";
    font-size: 1rem;
    line-height: 1rem;
    max-width: 10rem;
}

#main-header .social-media {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    #main-header .social-media {
        display: none;
    }
}

#main-header .social-media .inner-social-media {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    margin-right: 1.2rem;
}

#main-header .social-media .inner-social-media .user-sesion {
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 2px dotted #2a2559;
    padding-bottom: .3rem;
}

#main-header .social-media .inner-social-media .user-sesion .user-icon-sesion {
    height: .8rem;
}

#main-header .social-media .inner-social-media .user-sesion p {
    margin: 0 .3rem;
    border-right: 3px solid #2a2559;
    padding-right: .3rem;
    color: #2a2559;
    font-weight: 600;
    font-size: .9rem;
}

#main-header .social-media .inner-social-media .user-sesion a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
}

#main-header .social-media .inner-social-media .user-sesion a:hover {
    color: #215bd8;
}

#main-header .social-media .inner-social-media .user-sesion .bell-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 3px solid #2a2559;
    padding-left: .3rem;
    margin-left: .3rem;
    position: relative;
}

#main-header .social-media .inner-social-media .user-sesion .bell-notification img {
    position: relative;
    height: .8rem;
}

#main-header .social-media .inner-social-media .user-sesion .bell-notification:after {
    content: "";
    height: .5rem;
    width: .5rem;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -2.2px;
}

#main-header .social-media .inner-social-media .social-media-icons {
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-header .social-media .inner-social-media .social-media-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-header .social-media .inner-social-media .social-media-icons a img {
    height: 1.4rem;
    margin: 0 .15rem;
}

#main-header .social-media .inner-social-media .social-media-icons a:hover {
    transform: scale(1.1);
}

#main-header .shadow-header {
    width: 100%;
    position: absolute;
    height: 5px;
    bottom: -5px;
    z-index: 1;
}

.second-logo {
    width: 220px;
}

@media only screen and (max-width: 767.98px) {
    .second-logo {
        width: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .second-logo {
        width: 100px;
    }
}

#main-footer {
    background-color: #ececec;
}

.footer-general-container {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-template-areas: "left-footer center-footer right-footer";
    min-height: 14rem;
    position: relative;
    padding-top: 2rem;
    z-index: 2;
}

@media only screen and (max-width: 767.98px) {
    .footer-general-container {
        display: flex;
        flex-direction: column;
    }
}

.footer-general-container .left-footer {
    grid-area: left-footer;
    text-align: right;
}

.footer-general-container .left-footer img {
    margin: 0 .2rem;
    max-height: 2.8rem;
}

@media only screen and (max-width: 767.98px) {
    .footer-general-container .left-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
}

.footer-general-container .center-footer {
    grid-area: center-footer;
    text-align: center;
}

.footer-general-container .center-footer p:first-child {
    font-weight: 600;
}

.footer-general-container .center-footer p a:hover {
    color: #215bd8;
}

@media only screen and (max-width: 767.98px) {
    .footer-general-container .center-footer p {
        font-size: .9rem;
    }
}

.footer-general-container .center-footer .data-protection {
    margin-top: 1rem;
}

.footer-general-container .center-footer a {
    color: #215bd8;
}

.footer-general-container .right-footer {
    grid-area: right-footer;
}

.footer-general-container .shadow-footer {
    width: 100%;
    position: absolute;
    height: 5px;
    top: -5px;
    transform: rotate(180deg);
    opacity: .8;
}

#main-nav {
    background-color: #2a2559;
    min-height: 30px;
}

#main-nav #desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    #main-nav #desktop-nav {
        display: none;
    }
}

#main-nav #desktop-nav a:last-child .btn-menu {
    border-right: none;
}

#main-nav #desktop-nav a .btn-menu {
    height: 30px;
    width: 8rem;
    border-right: 1px solid rgba(255, 255, 255, .451);
    color: #fff;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .05rem;
    position: relative;
    transition: .12s !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-nav #desktop-nav a .btn-menu:after {
    content: "";
    height: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .185);
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
    z-index: 0;
}

#main-nav #desktop-nav a .btn-menu:hover::after {
    height: 100%;
}

#main-nav #mobil-nav {
    position: relative;
    display: none;
}

@media only screen and (max-width: 991.98px) {
    #main-nav #mobil-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }
}

#main-nav #mobil-nav .bell-notification {
    display: table;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

#main-nav #mobil-nav .bell-notification:hover {
    transform: scale(1.1);
}

#main-nav #mobil-nav .bell-notification img {
    position: relative;
    height: 1rem;
    filter: brightness(5);
}

#main-nav #mobil-nav .bell-notification:after {
    content: "";
    height: .5rem;
    width: .5rem;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: -1.8px;
    right: -1.8px;
}

#main-nav #mobil-nav .icon-hamburger {
    height: 1.2rem;
    transform-origin: center top;
}

#main-nav #mobil-nav .btn-hamburger {
    background: none;
    padding: .3rem;
    padding-top: .5rem;
    border: none;
    width: 7rem;
}

#main-nav #mobil-nav .btn-hamburger:hover {
    background: #6f788a;
}

#main-nav #mobil-nav #nav-responsive-container {
    width: 100%;
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 2.2rem;
    z-index: 2;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .75);
}

#main-nav #mobil-nav #nav-responsive-container .nav-responsive-inner {
    padding: 1rem;
    display: none;
}

#main-nav #mobil-nav #nav-responsive-container .show-menu-resp {
    display: block !important;
    -webkit-animation: swing-in-top-fwd .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

#main-nav #mobil-nav #nav-responsive-container .user-login-resp {
    background-color: #ececec;
    border-radius: .5rem .5rem 0 0;
    padding: .5rem;
}

#main-nav #mobil-nav #nav-responsive-container .user-login-resp .user-sesion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-nav #mobil-nav #nav-responsive-container .user-login-resp .user-sesion > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-nav #mobil-nav #nav-responsive-container .user-login-resp .user-sesion > div img {
    margin-right: .3rem;
    font-weight: 600;
}

#main-nav #mobil-nav #nav-responsive-container .user-login-resp .user-sesion .logout-sesion {
    color: #2a2559;
}

#main-nav #mobil-nav #nav-responsive-container .user-login-resp .user-sesion .logout-sesion:hover {
    color: #215bd8;
}

#main-nav #mobil-nav #nav-responsive-container .navigation-resp .nav-resp-list li {
    width: 100%;
    border-bottom: 1px solid #ececec;
    text-align: center;
}

#main-nav #mobil-nav #nav-responsive-container .navigation-resp .nav-resp-list li:last-child {
    border-bottom: none;
}

#main-nav #mobil-nav #nav-responsive-container .navigation-resp .nav-resp-list li a {
    display: block;
    padding: .5rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 600;
    font-variant: #2a2559;
    transition: .2s !important;
    color: #2a2559;
}

#main-nav #mobil-nav #nav-responsive-container .navigation-resp .nav-resp-list li a:hover {
    background-color: #2a2559;
}

#main-nav #mobil-nav #nav-responsive-container .socialmedia-resp {
    display: flex;
    justify-content: center;
    border-top: 2px dotted #a6a6aa;
    padding: .8rem .3rem 0 .3rem;
    border-radius: 0 0 .5rem .5rem;
}

#main-nav #mobil-nav #nav-responsive-container .socialmedia-resp a img {
    height: 1.5rem;
    margin: 0 .4rem;
}

@media only screen and (max-width: 575px) {
    #main-nav #mobil-nav #nav-responsive-container .socialmedia-resp a img {
        height: 1.4rem;
        margin: 0 .1rem;
    }
}

@media only screen and (max-width: 300px) {
    #main-nav #mobil-nav #nav-responsive-container .socialmedia-resp a img {
        height: 1.3rem;
    }
}

.container-main-coconi {
    background: #3ea4f7;
    background: linear-gradient(0deg, rgb(62, 164, 247) 0%, rgb(200, 82, 207) 30%, rgb(200, 82, 207) 70%, rgb(104, 224, 207) 100%);
    min-height: 90vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fig-back {
    position: absolute;
    height: 7vh;
}

#star-one-back {
    bottom: 30%;
    left: 3%;
    opacity: .5;
}

#star-two-back {
    top: 10%;
    right: 15%;
    opacity: .7;
    transform: rotate(-90deg);
}

#star-three-back {
    top: 45%;
    right: 45%;
    opacity: .9;
    transform: scale(1.3);
}

#star-four-back {
    bottom: 2%;
    right: 2%;
    opacity: .9;
}

#star-five-back {
    top: 5%;
    left: 25%;
    opacity: .4;
    transform: scale(0.9);
}

#circle-one-back {
    top: 7%;
    left: 27%;
    opacity: .7;
    transform: scale(0.4) rotate(90deg);
}

#circle-two-back {
    bottom: 30%;
    right: 20%;
    opacity: .9;
    transform: scale(0.4) rotate(90deg);
}

#circle-three-back {
    bottom: 20%;
    left: 7%;
    opacity: .7;
    transform: scale(0.4) rotate(0deg);
}

.fig-img {
    filter: drop-shadow(-1px 9px 5px rgba(0, 0, 0, 0.5843137255));
    z-index: 1;
}

#house-img {
    position: absolute;
    height: 12vh;
    position: absolute;
    left: 15%;
    top: 5%;
    margin: auto;
    -webkit-animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .8s;
}

@media only screen and (max-width: 991.98px) {
    #house-img {
        height: 10vh;
        left: 5%;
        top: 20%;
    }
}

#backpack-2-img {
    position: absolute;
    height: 15vh;
    position: absolute;
    left: 3%;
    top: 30%;
    margin: auto;
    -webkit-animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .8s;
}

@media only screen and (max-width: 991.98px) {
    #backpack-2-img {
        height: 13vh;
        left: 5%;
    }
}

@media only screen and (max-width: 575px) {
    #backpack-2-img {
        height: 10vh;
        left: 5%;
    }
}

#video-img {
    position: absolute;
    height: 12vh;
    right: 18%;
    top: 15%;
    margin: auto;
    -webkit-animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: 1s;
}

@media only screen and (max-width: 991.98px) {
    #video-img {
        height: 10vh;
        right: 5%;
    }
}

@media only screen and (max-width: 575px) {
    #video-img {
        height: 8vh;
    }
}

.front-container {
    position: relative;
    z-index: 1;
}

.logo-section-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
}

.logo-section-top .inner-logo-ti {
    width: fit-content;
    min-height: fit-content;
    margin-top: 15px;
    position: relative;
}

.logo-section-top .inner-logo-ti .back-logo {
    height: 35vh;
    -webkit-animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-center .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media only screen and (max-width: 767.98px) {
    .logo-section-top .inner-logo-ti .back-logo {
        height: 28vh;
    }
}

@media only screen and (max-width: 575px) {
    .logo-section-top .inner-logo-ti .back-logo {
        height: 20vh;
    }
}

@-webkit-keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.container-coconi-btns {
    display: flex;
    justify-content: space-around;
    width: 80%;
}

@media only screen and (max-width: 991.98px) {
    .container-coconi-btns {
        flex-direction: column;
        align-items: center;
    }
}

.container-coconi {
    width: fit-content;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    margin: 0 3rem;
    padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767.98px) {
    .container-coconi {
        order: 1;
    }
}

.container-coconi .coconi-wrapper-general .gimmick-coconi {
    height: 350px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .container-coconi .coconi-wrapper-general .gimmick-coconi {
        width: 300px;
        height: 300px;
    }
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi {
    -webkit-animation: bust-coconi 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: bust-coconi 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    height: 70%;
    position: relative;
    z-index: 1;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .body-coconi {
    position: absolute;
    right: 0;
    left: 0;
    top: 12%;
    margin: auto;
    height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .body-coconi {
        height: 270px;
    }
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-right-coconi {
    width: 45%;
    height: 40%;
    position: absolute;
    top: 70%;
    left: 0%;
    -webkit-animation: wing-right-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-right-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-right-coconi #wing-right-one {
    position: absolute;
    width: 60%;
    right: 0;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-right-coconi #wing-right-two {
    position: absolute;
    width: 69%;
    left: 5%;
    top: 17%;
    -webkit-animation: wing-right-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-right-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-left-coconi {
    position: absolute;
    width: 45%;
    height: 40%;
    top: 70%;
    right: 0%;
    -webkit-animation: wing-left-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-left-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-left-coconi #wing-left-one {
    position: absolute;
    width: 70%;
    left: 0;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-left-coconi #wing-left-two {
    position: absolute;
    width: 73%;
    right: 0;
    top: 3%;
    -webkit-animation: wing-left-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-left-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .tuft-coconi {
    height: 25%;
    position: absolute;
    top: -8%;
    left: 45%;
    -webkit-animation: tuft-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: tuft-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

@media only screen and (max-width: 575px) {
    .container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .tuft-coconi {
        width: 35px;
        left: 42%;
    }
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .eyes-coconi {
    width: 21.5%;
    position: absolute;
    right: 3.5px;
    left: 0;
    top: 22.5%;
    margin: auto;
    z-index: 1;
    transform: rotate(-5deg);
    transform-origin: left center;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .eyes-coconi img {
    width: 100%;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .eyes-coconi #close-eyes {
    -webkit-animation: close-eyes 5s linear infinite;
    animation: close-eyes 5s linear infinite;
    opacity: 0;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi #eyebrown-coconi {
    width: 19%;
    position: absolute;
    left: 0;
    right: 1%;
    z-index: 1;
    top: 13%;
    margin: auto;
    -webkit-animation: eyesbrown-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: eyesbrown-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .claws-coconi {
    height: 33%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 2.5%;
    margin: auto;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .shadow-coconi {
    height: 5%;
    width: 28%;
    border-radius: 50%;
    background-color: #000;
    filter: blur(3px);
    position: absolute;
    left: 35%;
    bottom: -0.7%;
}

@media only screen and (max-width: 575px) {
    .container-coconi .coconi-wrapper-general .gimmick-coconi .shadow-coconi {
        left: 28%;
    }
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi {
    -webkit-animation: bust-coconi 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: bust-coconi 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    height: 70%;
    position: relative;
    z-index: 1;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .body-coconi {
    position: absolute;
    right: 0;
    left: 0;
    top: 12%;
    margin: auto;
    height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .body-coconi {
        height: 270px;
    }
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-right-coconi {
    width: 45%;
    height: 40%;
    position: absolute;
    top: 70%;
    left: 0%;
    -webkit-animation: wing-right-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-right-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-right-coconi #wing-right-one {
    position: absolute;
    width: 60%;
    right: 0;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-right-coconi #wing-right-two {
    position: absolute;
    width: 69%;
    left: 5%;
    top: 17%;
    -webkit-animation: wing-right-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-right-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-left-coconi {
    position: absolute;
    width: 45%;
    height: 40%;
    top: 70%;
    right: 0%;
    -webkit-animation: wing-left-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-left-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-left-coconi #wing-left-one {
    position: absolute;
    width: 70%;
    left: 0;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi #wing-left-coconi #wing-left-two {
    position: absolute;
    width: 73%;
    right: 0;
    top: 3%;
    -webkit-animation: wing-left-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: wing-left-two-move 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .tuft-coconi {
    height: 25%;
    position: absolute;
    top: -8%;
    left: 45%;
    -webkit-animation: tuft-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: tuft-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

@media only screen and (max-width: 575px) {
    .container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .tuft-coconi {
        width: 35px;
        left: 42%;
    }
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .eyes-coconi {
    width: 21.5%;
    position: absolute;
    right: 3.5px;
    left: 0;
    top: 22.5%;
    margin: auto;
    z-index: 1;
    transform: rotate(-5deg);
    transform-origin: left center;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .eyes-coconi img {
    width: 100%;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .bust-coconi .eyes-coconi #close-eyes {
    -webkit-animation: close-eyes 5s linear infinite;
    animation: close-eyes 5s linear infinite;
    opacity: 0;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi #eyebrown-coconi {
    width: 19%;
    position: absolute;
    left: 0;
    right: 1%;
    z-index: 1;
    top: 13%;
    margin: auto;
    -webkit-animation: eyesbrown-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: eyesbrown-move 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .claws-coconi {
    height: 33%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 2.5%;
    margin: auto;
}

.container-coconi .coconi-wrapper-general .gimmick-coconi .shadow-coconi {
    height: 5%;
    width: 28%;
    border-radius: 50%;
    background-color: #000;
    filter: blur(3px);
    position: absolute;
    left: 35%;
    bottom: -0.7%;
}

@media only screen and (max-width: 575px) {
    .container-coconi .coconi-wrapper-general .gimmick-coconi .shadow-coconi {
        left: 28%;
    }
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper {
    height: 450px;
    width: 450px;
    position: relative;
    margin: auto;
    margin-top: -60px;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .planet-img {
    position: absolute;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper #circle-flags {
    height: 100%;
    -webkit-animation: circle-flags 30s linear infinite;
    animation: circle-flags 30s linear infinite;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper #planet-earth {
    height: 85%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: drop-shadow(0px 0px 4px #000000);
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper {
    position: absolute;
    width: 110%;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    height: fit-content;
    filter: drop-shadow(0px 22px 7px rgba(0, 0, 0, 0.5529411765));
    -webkit-animation: childrensd-move 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: childrensd-move 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper #children-holding {
    width: 100%;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper .children-eyes {
    position: absolute;
    height: 13px;
    top: 21%;
    -webkit-animation: eyes-move 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: eyes-move 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper #eyes-one {
    left: 7%;
    animation-delay: 1s;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper #eyes-two {
    left: 24%;
    animation-delay: 4s;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper #eyes-three {
    left: 41%;
    animation-delay: 2s;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper #eyes-four {
    right: 35.5%;
    animation-delay: 10s;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper #eyes-five {
    right: 20.5%;
    transform: scale(1.1);
    margin-top: 2px;
    animation-delay: 7s;
}

.container-coconi .coconi-wrapper-general .planet-earth-wrapper .children-wrapper #eyes-six {
    right: 4.5%;
}

@keyframes circle-flags {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes close-eyes {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    4% {
        opacity: 1;
    }
    5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes eyes-move {
    0% {
        transform: scaleY(1);
        opacity: 1;
    }
    4% {
        transform: scaleY(0);
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    6% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes tuft-move {
    0% {
        transform: rotate(0deg);
        transform-origin: bottom left 5px;
    }
    25% {
        transform: rotate(-10deg);
        transform-origin: bottom left 5px;
    }
    50% {
        transform: rotate(0deg);
        transform-origin: bottom left 5px;
    }
    75% {
        transform: rotate(-10deg);
        transform-origin: bottom left 5px;
    }
    100% {
        transform: rotate(5deg);
        transform-origin: bottom left 5px;
    }
}

@keyframes childrensd-move {
    0% {
        transform: translateY(0) translateX(-50%);
    }
    20% {
        transform: translateY(2%) translateX(-50%);
    }
    40% {
        transform: translateY(-2%) translateX(-50%);
    }
    60% {
        transform: translateY(2%) translateX(-50%);
    }
    80% {
        transform: translateY(-2%) translateX(-50%);
    }
    100% {
        transform: translateY(0) translateX(-50%);
    }
}

@keyframes eyesbrown-move {
    0% {
        transform: translateY(0px);
    }
    5% {
        transform: translateY(2px);
    }
    10% {
        transform: translateY(-2px);
    }
    15% {
        transform: translateY(2px);
    }
    20% {
        transform: translateY(-2px);
    }
    25% {
        transform: translateY(2px);
    }
    30% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes bust-coconi {
    0% {
        transform: rotate(0);
        transform-origin: bottom center;
    }
    33% {
        transform: rotate(-5deg);
        transform-origin: bottom center;
    }
    66% {
        transform: rotate(5deg);
        transform-origin: bottom center;
    }
    100% {
        transform: rotate(0);
        transform-origin: bottom center;
    }
}

@keyframes wing-left-move {
    0% {
        transform: rotate(0deg);
        transform-origin: left center;
    }
    25% {
        transform: rotate(-20deg);
        transform-origin: left center;
    }
    50% {
        transform: rotate(0deg);
        transform-origin: left center;
    }
    75% {
        transform: rotate(-20deg);
        transform-origin: left center;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: left center;
    }
}

@keyframes wing-left-two-move {
    0% {
        transform: rotate(0deg);
        transform-origin: left center;
    }
    25% {
        transform: rotate(-12deg);
        transform-origin: left center;
    }
    50% {
        transform: rotate(12deg);
        transform-origin: left center;
    }
    75% {
        transform: rotate(-12deg);
        transform-origin: left center;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: left center;
    }
}

@keyframes wing-right-move {
    0% {
        transform: rotate(-15deg);
        transform-origin: right center;
    }
    25% {
        transform: rotate(10deg);
        transform-origin: right center;
    }
    50% {
        transform: rotate(0deg);
        transform-origin: right center;
    }
    75% {
        transform: rotate(10deg);
        transform-origin: right center;
    }
    100% {
        transform: rotate(-15deg);
        transform-origin: right center;
    }
}

@keyframes wing-right-two-move {
    0% {
        transform: rotate(0deg);
        transform-origin: right center;
    }
    25% {
        transform: rotate(15deg);
        transform-origin: right center;
    }
    50% {
        transform: rotate(-15deg);
        transform-origin: right center;
    }
    75% {
        transform: rotate(15deg);
        transform-origin: right center;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: right center;
    }
}

.nav-right-coconi {
    position: relative;
    width: 250px;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .nav-right-coconi {
        margin-left: 0;
        width: 350px;
        order: 2;
    }
}

@media only screen and (max-width: 575px) {
    .nav-right-coconi {
        margin-left: 0;
        width: 300px;
    }
}

.nav-right-coconi .btn-coconi-general {
    width: 100%;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.nav-right-coconi .btn-coconi-general .inner-btn-coconi {
    padding: 15px 15px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    text-align: center;
}

.nav-right-coconi .btn-coconi-general .inner-btn-coconi:hover {
    -webkit-animation: jello-horizontal .9s both;
    animation: jello-horizontal .9s both;
}

.nav-right-coconi .btn-coconi-general .inner-btn-coconi img {
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-right-coconi .btn-coconi-general .inner-btn-coconi p {
    font-family: "Coco Goose Bold";
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .789);
}

.coconi-orange {
    background: #ff750a;
    background: linear-gradient(180deg, rgb(255, 117, 10) 50%, rgb(213, 95, 3) 100%);
    box-shadow: 0px 2px 2px 3px rgba(93, 43, 0, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(93, 43, 0, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(93, 43, 0, .75);
    transform: rotate(3deg);
}

.coconi-blue {
    background: #007abd;
    background: linear-gradient(180deg, rgb(0, 122, 189) 50%, rgb(2, 103, 158) 100%);
    box-shadow: 0px 2px 2px 3px rgba(0, 58, 93, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(0, 58, 93, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(0, 58, 93, .75);
    transform: rotate(1deg);
}

.coconi-red {
    background: #f12019;
    background: linear-gradient(180deg, rgb(241, 32, 25) 50%, rgb(168, 16, 10) 100%);
    box-shadow: 0px 2px 2px 3px rgba(88, 3, 0, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(88, 3, 0, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(88, 3, 0, .75);
    transform: rotate(-2deg);
}

.coconi-purple {
    background: #c100ff;
    background: linear-gradient(180deg, rgb(193, 0, 255) 50%, rgb(152, 0, 200) 100%);
    box-shadow: 0px 2px 2px 3px rgba(47, 0, 72, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(47, 0, 72, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(47, 0, 72, .75);
    transform: rotate(-3deg);
}

.coconi-green {
    background: #3aab01;
    background: linear-gradient(180deg, rgb(58, 171, 1) 50%, rgb(39, 112, 2) 100%);
    box-shadow: 0px 2px 2px 3px rgba(22, 70, 0, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(22, 70, 0, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(22, 70, 0, .75);
    transform: rotate(2deg);
}

.coconi-yellow {
    background: #fbb000;
    background: linear-gradient(180deg, rgb(255, 187, 0) 50%, rgb(222, 127, 3) 100%);
    box-shadow: 0px 2px 2px 3px rgba(70, 42, 0, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(70, 42, 0, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(70, 42, 0, .75);
    transform: rotate(-2deg);
}

.coconi-cyan {
    background: #00c8ff;
    background: linear-gradient(180deg, rgb(0, 200, 255) 50%, rgb(0, 140, 200) 100%);
    box-shadow: 0px 2px 2px 3px rgba(0, 63, 92, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(0, 63, 92, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(0, 63, 92, .75);
    transform: rotate(2deg);
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.qr-code-container {
    border-radius: 15px;
    width: 100%;
    text-align: center;
}

.qr-code-container .qr-code-inner {
    position: relative;
    padding: 22px;
    border-radius: 30px;
    background: #fb009b;
    background: linear-gradient(180deg, rgb(70, 85, 245) 50%, rgb(73, 62, 173) 100%);
    box-shadow: 0px 2px 2px 3px rgba(116, 2, 97, .75);
    -webkit-box-shadow: 0px 2px 2px 3px rgba(116, 2, 97, .75);
    -moz-box-shadow: 0px 2px 2px 3px rgba(116, 2, 97, .75);
}

.qr-code-container .qr-code-inner .glow-img {
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.qr-code-container .qr-code-inner .qr-code {
    border-radius: 15px;
    position: relative;
    width: 100%;
    text-align: center;
}

.dialogue-globe {
    position: absolute;
    height: 130px;
    right: 30px;
    filter: drop-shadow(0 0 0.15rem #3b0066);
    -webkit-animation: scale-in-bl .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-bl .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .8s;
}

.dialogue-globe img {
    height: 100%;
}

.dialogue-globe p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    text-align: center;
    height: fit-content;
    font-family: "Coco Goose Bold";
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding: 10px;
    margin-bottom: 2.5rem;
    text-shadow: #3b0066 2px 0 5px;
    -webkit-animation: jello-horizontal .9s both;
    animation: jello-horizontal .9s both;
    animation-delay: 1.4s;
}

@-webkit-keyframes scale-in-bl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-bl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}
