
.component_licked {
    position: absolute;
    right: -16px;
    left: auto;
    bottom: -20px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 #dadde1;
    color: #909192;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-left: -10px;
    padding-right: 4px;
    transform: translateY(-6px);
    z-index: 5;
}







@media screen and (max-width: 1020px) {
   
}

@media screen and (max-width: 660px) {
    
}

@media screen and (max-width: 560px) {
   

}

@media screen and (min-width: 1300px) {
   
}

@media screen and (min-width: 1600px) {
   
}

a:active,
a:focus {
    outline: none;
}

input {
    outline: none;
}

input:active {
    outline: none;
}

:focus {
    outline: none;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.Figure img {
    display: block;
    margin: 0 auto;
    float: none;
}

.privacy_link {
    display: block;
    text-align: center;
}

#state a {
    color: #3578e5;
}

#state p {
    color: #44464b;
}

#state_close_prev {
    gap: 20px;
}

#state_close_prev img {
    width: 30px;
}


.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-button__anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto;
    height: 48px;
    width: 100%;
    max-width: 370px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    background: #1877f2;
    font-weight: 700;
    color: white;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.cta-button__anchor:hover {
    background: #166fe5;
    text-decoration: none;
}

.smiley-icon {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background-image: url(../images/smiley-icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    
    margin-bottom: -2px;
}