.typing-txt {
    display: none;
}

.typeing-txt ul {
    list-style: none;
}

.typing {
    display: inline-block;
    animation-name: cursor;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
}

@keyframes cursor {
    0% {
        border-right: 1px solid #fff
    }
    50% {
        border-right: 1px solid #000
    }
    100% {
        border-right: 1px solid #fff
    }
}

.row_yellowin .col {
    padding-left: 1rem;
    padding-right: 1rem;
}

h3,
.h3 {
    font-size: 2rem;
    word-break: keep-all;
}

.pb-10,
.py-10 {
    padding-bottom: 3rem !important;
}

.animated--fade-in-up2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

.layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.layer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.layer .pop-layer {
    display: block;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    background-color: #fff;
    z-index: 10;
}

.pop-layer .pop-container {
    padding: 10px 15px 0px 18px;
}

.browser-wrapper[data-v-d58eb87c] {
    margin-top: 30px;
    display: flex;
    flex: 1;
    align-items: center;
    padding-inline-start: 0px;
}

.browser-wrapper .browser-item img[data-v-d58eb87c] {
    width: 80px;
    height: 80px;
}

.browser-wrapper .browser-item[data-v-d58eb87c] {
    background-color: #f2f3f7;
    padding: 20px;
    padding-bottom: 16px;
    border-radius: 4px;
}

li {
    list-style: none;
}

@media (max-width: 1063px) .store_section .review_slide .swiper-wrapper .swiper-slide {
    width: 78%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 1063px) .store_section ul li {
    width: 78%;
    padding: 80% 0 0 0;
    margin: 0 3% 0 0;
}

.store_section ul li {
    width: 32%;
    margin: 0 1.5% 1.5% 0;
    padding: 32% 0 0 0;
    position: relative;
    float: left;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 3px 5px 0 rgb(121 129 158 / 10%);
    background-color: #ffffff;
    min-height: 290px;
    min-width: 280px;
}

@media (max-width: 1063px) .store_section ul li .reviewer_info {
    padding: 6.5% 0 0 0;
    bottom: 6.5%;
}

.store_section ul li .reviewer_info {
    bottom: 8%;
    left: 8%;
    width: 84%;
    border-top: 1px solid #eaedf2;
    padding: 5% 0 0 0;
    text-align: left;
    font-size: 1.3rem;
}

.store_section ul li dl {
    margin: 0;
    padding: 0;
    position: absolute;
}

.store_section ul li .reviewer_info dd.photo {
    float: left;
}

.store_section ul li dl dd {
    margin: 0;
    padding: 0;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

@media (max-width: 1063px) .store_section ul li .reviewer_info dd img {
    height: 3.17em;
}

.store_section ul li .reviewer_info dd img {
    height: 2em;
}

@media (max-width: 1063px) .store_section ul li .reviewer_info dd.info {
    width: calc(100% - 4.4em);
    font-size: 1em;
    padding-top: 0.25em;
}

.store_section ul li .reviewer_info dd.info {
    width: calc(100% - 3.8em);
    float: right;
    font-size: 0.65em;
    color: #747a80;
}

.store_section ul li dl dd {
    margin: 0;
    padding: 0;
}

.store_section ul li .review_article {
    top: 8%;
    left: 8%;
    width: 84%;
    padding: 8% 0 0 0;
    background: url(../images/review_quot.png) no-repeat;
    background-size: 0.8em;
    background-position: top left;
    text-align: left;
    font-size: 1.3rem;
}

.store_section ul li .review_article dt {
    padding: 0.5em 0;
    font-size: 0.87em;
    color: #24303d;
    font-weight: bold;
    letter-spacing: -0.05em;
}

.store_section ul li dl dt {
    margin: 0;
    padding: 0;
}

.store_section ul li .review_article dd {
    font-size: 0.78em;
    color: #434b54;
    line-height: 1.6em;
}

.store_section ul li dl dd {
    margin: 0;
    padding: 0;
}

.store_section ul li .reviewer_info dt {
    width: calc(100% - 3em);
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    color: #222;
}

.store_section ul li dl dt {
    margin: 0;
    padding: 0;
}

.store_section ul li .reviewer_info::after {
    content: "";
    clear: both;
    display: block;
}

@keyframes heightAnimation {
    from {
        height: 130px;
    }
    to {
        height: 70px;
    }
}

@media (min-width: 992px) {
    .navbar-marketing.navbar-dark.navbar-scrolled {
        animation: heightAnimation 0.3s ease;
        height: 70px;
    }
    .navbar-marketing .navbar-nav {
        margin-right: 1rem !important;
    }
}