a {
    text-decoration: none;
    color: inherit;
    display: block; }

a *, button {
    cursor: pointer; }

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

title {
    display: block; }

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

@media screen and (max-width: 1199px) {
    .container {
        padding: 15px;
    }
}

.column-flex, .colmbl-flex {
    display: flex;
    align-items: normal;
    flex-flow: row wrap;
    justify-content: space-between; }
.column-flex .mbl-col2, .colmbl-flex .mbl-col2 {
    width: 49%; }
@media screen and (min-width: 980px) {
    .column-flex .inner-col4, .colmbl-flex .inner-col4 {
        width: 24%; }
    .column-flex .inner-col2, .colmbl-flex .inner-col2 {
        width: 49%; }
    .column-flex .inner-col2_2-2-6, .colmbl-flex .inner-col2_2-2-6 {
        width: 19%; }
    .column-flex .inner-col6_2-2-6, .colmbl-flex .inner-col6_2-2-6 {
        width: 60%; } }
@media screen and (max-width: 979px) and (min-width: 768px) {
    .column-flex .inner-col4, .column-flex .inner-col2, .colmbl-flex .inner-col4, .colmbl-flex .inner-col2 {
        width: 49%; } }
@media screen and (min-width: 768px) {
    .column-flex .inner-col6-4, .colmbl-flex .inner-col6-4 {
        width: 59%; }
    .column-flex .inner-col4-6, .colmbl-flex .inner-col4-6 {
        width: 40%; }
    .column-flex .inner-col9-1, .colmbl-flex .inner-col9-1 {
        width: 89%; }
    .column-flex .inner-col1-9, .colmbl-flex .inner-col1-9 {
        width: 10%; }
    .column-flex .inner-col7-3, .colmbl-flex .inner-col7-3 {
        width: 79%; }
    .column-flex .inner-col3-7, .colmbl-flex .inner-col3-7 {
        width: 20%; } }
@media screen and (max-width: 767px) {
    .column-flex [class*="inner-col"], .colmbl-flex [class*="inner-col"] {
        width: 100%; } }

.entry-content-hts h1, .entry-content-hts h2, .entry-content-hts h3, .entry-content-hts h4, .entry-content-hts h5, .entry-content-hts h6, .entry-content-hts .span-h1, .entry-content-hts .span-h2, .entry-content-hts .span-h3, .entry-content-hts .span-h4, .entry-content-hts .span-h5, .entry-content-hts .span-h6 {
    font-weight: 500;
    display: block;
    color: var(--text-black);
}
.entry-content-hts h2, .entry-content-hts h3 {
    line-height: 1.2;
    margin-bottom: 20px; }
.entry-content-hts h4, .entry-content-hts h5, .entry-content-hts h6 {
    line-height: 1.2;
    margin-bottom: 12px; }
.entry-content-hts h1 {
    line-height: 1;
}
.entry-content-hts strong {
    font-weight: 500; }
.entry-content-hts img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden; }
.entry-content-hts .container {
    width: calc(100% - 40px);
    max-width: 1160px; }

.cta-group-section {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.cta-group-section.cta-group-centered {
    justify-content: center; }
.cta-group-section .cta-section {
    color: inherit;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-flex;
    align-items: center;
    height: 60px;
    padding: 17px 30px;
    transition: .3s; }
.cta-group-section .cta-section:not(:last-child) {
    margin-right: 10px; }
.cta-group-section .cta-section i {
    margin-left: 12px;
    font-size: 10px;
    transition: .3s; }
.cta-group-section .cta-section:hover i {
    transform: translateX(3px); }
.cta-group-section .cta-section.fill-dark-blue {
    background-color: #272e5d;
    border-color: #272e5d;
    color: #fff; }
.cta-group-section .cta-section.fill-dark-blue:hover {
    background-color: #272e5d; }
.cta-group-section .cta-section.fill-white-smoke {
    background-color: #ffffff26;
    border-color: #ffffff26;
    color: #fff; }
.cta-group-section .cta-section.fill-white-smoke:hover {
    background-color: #fff;
    color: #272e5d; }
.cta-group-section .cta-section.fill-flat-blue {
    background-color: #199be9;
    border-color: #199be9;
    color: #fff; }
.cta-group-section .cta-section.fill-flat-blue:hover {
    background-color: #199be9; }
.cta-group-section .cta-section.fill-light-flat-blue {
    background-color: #d1ebfb;
    border-color: #d1ebfb;
    color: #199be9; }
.cta-group-section .cta-section.fill-light-flat-blue:hover {
    background-color: #199be9;
    color: #fff; }
.cta-group-section .cta-section.fill-salmon {
    background-color: #f99274;
    border-color: #f99274;
    color: #272e5d; }
.cta-group-section .cta-section.fill-salmon:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f99274; }
.cta-group-section .cta-section.fill-green-action {
    background-color: #6D976E;
    border-color: #6D976E;
    color: #fff; }
.cta-group-section .cta-section.fill-green-action:hover {
    background-color: #4e7c4f;
    border-color: #4e7c4f;
}

.flex-home {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.heading-section h2 {
    font-size: 3.05em;
    text-align: center;
}

.heading-section p {
    font-size: 1.111em; }

.banner-hts {
    padding-top: 90px;
    padding-bottom: 150px;
    background-color: #edf0ea;
    /*color: #fff;*/
    /*margin-bottom: 126px; */
}
.banner-hts .container {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 1160px; }
.banner-hts .content-banner-hts {
    width: 60%; }
.banner-hts .media-banner-hts {
    width: 40%; }
.banner-hts .content-banner-hts h1 {
    font-size: 4.44em;
    max-width: 90%;
    margin-bottom: 0;
}
.banner-hts .content-banner-hts h2 {
    font-size: 3.33em;
    max-width: 90%;
    margin-bottom: 0;
}


.banner-hts .content-banner-hts p {
    width: 100%;
    /*max-width: 460px;*/
    font-size: 1.111em;
    margin-top: 30px;
}
.banner-hts .media-banner-wrapper {
    position: relative;
    margin-right: -84px; }
.banner-hts .earning-banner-hts {
    position: absolute;
    left: 0;
    bottom: 23px;
    z-index: 1;
    width: 235px;
    height: 180px;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #272e5d;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: space-between; }
.banner-hts .earning-banner-hts p {
    font-size: 1em;
    line-height: 1; }
.banner-hts .earning-banner-hts h3 {
    line-height: 1.33;
    margin-bottom: 12px; }
.banner-hts .earning-banner-hts .earning-person {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%; }

.section-has-fill {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
.section-has-fill.fill-light-green {
    background-color: #edf0ea;
    color:#524d4d
}

.earning-cards {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -20px;
    margin-top: 50px; }
.earning-cards .earning-card-item {
    width: 33.333%;
    padding: 0 20px;
    margin-bottom: 40px; }
.earning-cards .earning-card-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding: 50px 40px;
    border-radius: 20px;
    min-height: 460px; }
.earning-cards .earning-card-wrapper.fill-deep-purple {
    background-color: #5a03ff;
    color: #fff; }
.earning-cards .earning-card-wrapper.fill-cream {
    background-color: #f5eae1; }
.earning-cards .earning-card-wrapper.fill-dark-blue {
    background-color: #272e5d;
    color: #fff; }
.earning-cards .earning-card-wrapper.fill-light-flat-blue {
    background-color: #d1ebfb; }
.earning-cards .earning-card-wrapper.fill-yellow-soft {
    background-color: #ffefb7; }
.earning-cards .content-earning-card {
    width: 100%;
    margin-top: 40px; }
.earning-cards .content-earning-card h3 {
    font-size: 1.33em;
    margin-bottom: 8px;
    /*font-family: Alegreya Sans,sans-serif; */
}
.earning-cards .content-earning-card p {
    font-size: 1em; }
.earning-cards .circle-sell {
    position: absolute;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    color: #22c5b6;
    border-radius: 50%;
    background-color: #26446a; }
.earning-cards .circle-sell h3 {
    margin-bottom: 0px; }
.earning-cards .circle-sell.large {
    left: 21%;
    top: 18%;
    width: 100px;
    height: 100px; }
.earning-cards .circle-sell.large h3 {
    font-size: 3.05em; }
.earning-cards .circle-sell.medium {
    right: 27%;
    top: 34%;
    width: 56px;
    height: 56px; }
.earning-cards .circle-sell.small {
    right: 31%;
    top: 14%;
    width: 44px;
    height: 44px; }
.earning-cards .circle-sell.small h3 {
    font-size: 1.11em; }
.earning-cards .earning-price {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    font-size: 5.55em;
    text-align: center;
    color: #fff;
    margin-bottom: 0px; }
.earning-cards .earning-price .ic-plus-earning {
    font-size: 60px;
    margin-bottom: 20px; }
.earning-cards .earning-price img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }

.review-power {
    position: relative; }
.review-power .img-review-rand {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden; }
.review-power .img-review-rand.large {
    width: 80px;
    height: 80px; }
.review-power .img-review-rand.top-left {
    top: 15px;
    left: 15px; }
.review-power .img-review-rand.bottom-left {
    bottom: 14px;
    left: 86px; }
.review-power .img-review-rand.top-right {
    top: -44%;
    right: 8%; }
.review-power .img-review-rand.bottom-right {
    bottom: 100px;
    right: 0; }
.review-power blockquote, .review-power p {
    width: 100%;
    padding-left: 200px;
    padding-right: 160px;
    color: #272e5d;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 1.53;
    margin-bottom: 20px; }
.review-power .footer-review-power {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center; }
.review-power .footer-review-power img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px; }
.review-power .rating-review-power {
    margin-right: 17px; }
.review-power .rating-review-power i {
    color: #ffbc1f; }
.review-power .name-review-power {
    color: #199be9; }

.section-review-power {
    margin-bottom: 130px; }

.section-sell-on {
    margin-bottom: 20px; }
.section-sell-on li {
    font-size: 1em; }

.section-questions {
    margin-bottom: 150px; }
.section-questions h2 {
    font-size: 2.22em;
    text-align: center;
}

.section-review-docsold {
    margin-top: 150px; }
.section-review-docsold .heading-section {
    /*color: #fff;*/
    padding: 0 160px;
}
.section-review-docsold .review-power {
    /*color: #fff; */
}
.section-review-docsold .review-power blockquote {
    /*color: #fff; */
}
.section-review-docsold .row-user-rateus {
    color: #fff; }

.section-students {
    padding-top: 150px;
    padding-block: 150px;
    margin-bottom: 20px;
    color: #fff; }
.section-students .heading-section h2 {
    font-size: 3.333em; }

.row-students {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between; }
.row-students .left-students {
    max-width: 460px; }
.row-students .left-students, .row-students .right-students {
    width: 50%; }

.section-selling-work {
    margin-bottom: 150px; }

.selling-work-card {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 34px;
    margin-bottom: 60px; }
.selling-work-card .selling-work-item {
    border: 0.5px solid #d1ebfb;
    padding: 51px 79px 48px 33px;
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between; }
.selling-work-card .selling-work-item .content-selling-work {
    flex: 1;
    max-width: 320px;
    padding-left: 20px; }
.selling-work-card .selling-work-item .content-selling-work h3 {
    font-size: 1.111em;
    margin-bottom: 12px; }
.selling-work-card .selling-work-item:nth-child(1) {
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0); }
.selling-work-card .selling-work-item:nth-child(2) {
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0); }
.selling-work-card .selling-work-item:nth-child(3) {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0); }
.selling-work-card .selling-work-item:nth-child(4) {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0); }
.selling-work-card::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff; }

.figure-selling-work {
    display: flex; }
.figure-selling-work img {
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.earning-figure img {
    width: 45%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section-no-top {
    margin-top: 50px;
}

.quote-owner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.quote-owner img {
    height: 80px;
    width: 80px;
    display: inline-block;
}

.quote-owner p {
    color: #272e5d;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: 1.53;
    margin-left: 20px;
    width: auto;
    padding: 0;
}

.top-more-info {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    color: #6c966d;
    text-decoration: underline;
}

.entry-content-hts .container.register-restaurant {
    background-color: #edf0ea;
    color: #524d4d;
    padding: 40px;
    border-radius: 10px;
    border: 3px #d1d9c8 solid;
}

.banner-hts .advertise {
    align-items: center;
}

.entry-content-hts .quote-owner-container {
    background-color: #edf0ea;
    color: #524d4d;
    padding: 40px !important;
    border-radius: 10px;
}

@keyframes roll-in {
    0% {
        opacity: 0;
        transform: translateX(-100px) rotate(-15deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

.scroll-effect {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.scroll-effect.in-view {
    opacity: 1;
    transform: translateY(0);
}

.for-start {
    margin: 30px 0 40px 0;
    text-align: center;
}

p.article-info {
    font-size: var(--fontsize-md);
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 20px;
}

p.disclaimer {
    font-size: var(--fontsize-sm);
    line-height: 1.5em;
    margin-bottom: 20px;
    opacity: 0.7;
}

ul.exposure {
    font-size: var(--fontsize-md);
    line-height: 1.4em;
    font-weight: 400;
}

h2.for-restaurants {
    font-size: var(--fontsize-xl2);
    text-align: center;
    margin-bottom: 20px;
}

h3.for-restaurants {
    font-weight: 400;
}

/*h3.for-restaurants {*/
/*    font-size: var(--fontsize-xl);*/
/*    margin-bottom: 10px;*/
/*}*/

.packages {
    display: flex;
    justify-content: center;
}

.package-column {
    width: 66%;
    padding: 1.25rem;
    max-width: 1000px;
}

.package-column-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: none;
}

.package_header {
    position: relative;
    padding: 1.5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #edf0ea;
}

.package_header.is_most_popular {
    color: #fff;
    background-color: #6D976E;
}

.package_header.is_best {
    background-color: #000;
    color: #fff;
}

.package_header_name {
    display: block;
    margin-bottom: 20px;
    font-size: 1.325rem;
    font-weight: 500;
    text-align: center;
}

.package_header_price {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
}

.package_header_price-box {
    display: flex;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    align-items: center;
    line-height: 1;
}

.package_header_price-box_monthly {
    font-size: 1.75rem;
    line-height: 0;
    font-weight: 600;
    letter-spacing: -.025em;
}

.package_header_paragraph {
    font-size: 1.325rem;
    font-weight: 500;
    max-width: 17.1rem;
    margin-top: 40px;
}

.package_body {
    display: flex;
    /*padding-bottom: 1.25rem;*/
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.package_body_button {
    min-width: 14.5rem;
    padding: 0.8rem 2rem;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    background-color: #6D976E;
    transition: background-color .2s,transform .2s,opacity .2s;
    color: #fff;
    line-height: 1.3333333333333333;
    font-weight: 600;
    text-align: center;
    letter-spacing: .04em;
    font-size: 1.1rem;
    margin: 20px auto;
}

.package_body_button:hover {
    background-color: #4e7c4f;
    border-color: #4e7c4f;
}

.package_body_button.green {
    background-color: #00b96c;
    color: #fff;
}

.package_body_button.black {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.package_details_wrapper {
    padding: 1rem;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    /*border-top: 1px #eee solid;*/
}

.bigger {
    font-weight: 500;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.package_item {
    display: flex;
    align-items: flex-start;
    width: 46%;
    margin: 2%;
}

.package_item.extra {
    align-items: center;
    margin-bottom: 1rem;
}

.package_item img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
}

.text-size_normal {
    font-size: 1.1rem;
    line-height: 1.4285714285714286;
    font-weight: 500;
}

.previous-package {
    margin-left: 5px;
    display:inline-block;
    padding: 2px 15px;
    background: #f0f0f0;
    border-radius: 5px;
    border: 1px #e4e4e4 solid;
}

.previous-package.premium {
    background-color: #00b96c;
    color: #fff;
    border: 0;
}

.item_plus {
    display: flex;
    flex-direction: column;
    max-width: 90%;
}

.item_explanation {
    color: #4f4f4f;
}

span.strong {
    font-weight: 500;
}

.pitch {
    margin-bottom: 40px;
}

.known-from {
    display: flex;
    justify-content: space-evenly;
}

.known-from img {
    width:auto;
    height:150px;
    display: initial;
}

span.question {
    font-weight: 500;
}

.thank-you {
    display: none;
}

.pitch-box {
    align-items: flex-start;
    padding-top: 20px;
}

#add {
    margin-top: 30px;
}

.add-search {
    max-width: 90%;
}

input.searchbox-restaurant {
    border: 2px #4e8207 solid;
}

.more-info-register {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    color: gray;
}

.banner-hts.home-restau-banner {
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 20px;
}

@media all and (max-width: 1440px) {
    .banner-hts .media-banner-wrapper {
        margin-right: 0px; }
}

@media all and (max-width: 1199px) {
    .section-students, .section-review-docsold {
        /*padding-top: 80px;*/
        /*padding-bottom: 80px; */
        margin-top: auto;
    }
    .section-review-docsold .heading-section {
        padding: 0 20px; }
    }
    /*.banner-hts {*/
    /*    padding-bottom: 80px; }*/
    .section-earning, .banner-hts, .section-selling-work, .section-video {
        margin-bottom: 80px; }
    .row-questions {
        margin-top: 35px; }
    .section-user-review {
        padding-top: 43px;
        padding-bottom: 62px;
        margin-bottom: 53px; }
    .section-questions {
        margin-bottom: 80px; }
    .heading-section h2 {
        font-size: 2.22em; }
    .entry-content-hts {
        font-size: 1em; }
    .banner-hts .media-banner-wrapper {
        margin-right: 0px;
        padding-left: 0px; }
    .banner-hts .content-banner-hts {
        padding-right: 20px; }
    .banner-hts .content-banner-hts h1 {
        font-size: 3.33em; }
    .banner-hts .content-banner-hts h2 {
        font-size: 2.5em;
        line-height: 1em;
    }
    .banner-hts .earning-banner-hts {
        left: -40px;
        width: 200px;
        height: auto; }
    .entry-content-hts .container {
        padding: 0px; }
    .earning-cards .earning-card-wrapper {
        /*padding: 24px; */
    }
    .row-earning {
        padding: 80px 40px; }
    .average-earning h2 {
        font-size: 5.55em; }
    .user-review-card .user-review-wrapper {
        padding: 27px 35px 49px 39px; }
    .selling-work-card .selling-work-item {
        padding: 40px 30px; }

@media all and (max-width: 979px) {
    .figure-selling-work {
        flex-basis: 120px; }
    .row-students .left-students, .row-students .right-students {
        width: 100%; }
    .row-students .right-students {
        order: -1;
        margin-bottom: 32px; }
    .selling-work-card .selling-work-item {
        width: 100%;
        border-color: rgba(0, 0, 0, 0); }
    .selling-work-card .selling-work-item .content-selling-work {
        max-width: none; }
    .selling-work-card .selling-work-item:not(:first-child) {
        border-top-color: #d1ebfb; }
    .selling-work-card::before {
        display: none; }
    .earning-cards {
        margin: 0 -10px; }
    .earning-cards .earning-card-item {
        width: 50%;
        padding: 0px 10px;
        margin-bottom: 20px; }
    .banner-hts .content-banner-hts, .banner-hts .media-banner-hts {
        width: 100%; }
    .banner-hts .media-banner-hts {
        padding-left: 40px;
        order: -1;
        margin-bottom: 32px; }
    .banner-hts .content-banner-hts {
        text-align: center; }
    .banner-hts .content-banner-hts h1 {
        font-size: 2.22em;
        line-height: 1.25;
        margin: 0 auto 14px auto;
    }
    .banner-hts .content-banner-hts p {
        font-size: 1em;
        margin: 0 auto; }
    .banner-hts .content-banner-hts .cta-group-section {
        justify-content: center; }
    .cta-group-section .cta-section {
        font-size: 1em; }
    .section-has-fill {
        width: 100%;
        border-radius: 0px; }
    .review-power blockquote {
        padding: 0px;
        font-size: 1.11em;
        margin-bottom: 10px; }
    .review-power .img-review-rand {
        display: none; }
    .footer-review-power p {
        width: 100%;
        text-align: center;
        order: -1;
        margin-bottom: 10px; }
    .section-review-power {
        margin-bottom: 80px; }
    .row-docsold .left-docsold, .row-docsold .right-docsold {
        width: 100%;
        padding: 0px; }
    .row-docsold .right-docsold {
        margin-top: 40px; }
    .docsold-card {
        padding-left: 0px;
        padding-bottom: 20px; }
    .docsold-card.slick-slider {
        padding: 20px;
        margin: -20px; }
    .docsold-card::before {
        width: 100%;
        height: 2px;
        top: auto;
        bottom: 5px; }
    .docsold-card .docsold-card-item:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 5px; }
    .docsold-card .docsold-card-item::before {
        width: 20px;
        height: 20px;
        left: 40px;
        top: auto;
        bottom: -30px;
        transform: none; }
    .docsold-card .docsold-card-item::after {
        top: auto;
        left: 48px;
        bottom: -21px;
        transform: none; }
    .docsold-card .slick-list {
        overflow: hidden;
        padding: 20px;
        margin: -20px; }
    .docsold-card .docsold-card-wrapper {
        padding: 14px 20px;
        height: auto; }
    .docsold-card .figure-card-docsold {
        display: none; }
    .docsold-card .content-card-docsold {
        padding-left: 0px; }
    .row-docsold .content-border-docsold {
        padding: 60px 24px 24px 30px; }
    .row-docsold .content-border-docsold h2 {
        font-size: 2.77em; }
    .row-docsold .content-border-docsold h3 {
        font-size: 1.38em; }
    .content-border-docsold h2 img {
        height: 120px; }
    .row-user-rateus p:first-child {
        width: 100%;
        text-align: center; }
    .section-sell-on {
        padding-top: 50px;
        padding-bottom: 60px;
        margin-bottom: 0px; }
    .row-sell-on .left-sell-on, .row-sell-on .right-sell-on {
        width: 100%;
        padding: 0px; }
    .row-sell-on .right-sell-on {
        margin-top: 40px;
        -moz-columns: 1;
             columns: 1; }
    .list-bullet-checkmark li:last-child {
        border-color: #d1ebfb1a; }
    .list-bullet-checkmark + .list-bullet-checkmark li:last-child {
        border-color: rgba(0, 0, 0, 0); }
    .row-questions .right-question, .row-questions .left-question {
        width: 100%;
        padding: 0px; }
    .row-questions .right-question {
        margin-bottom: 20px;
        order: -1; }
    .user-review-card .user-review-item {
        width: 50%; }
    .package-column {
        width: 96%;
        margin: 0 auto;
    }

}

@media all and (max-width: 767px) {
    .user-review-card .user-review-item {
        width: 100%; }
    .earning-cards {
        margin-bottom: -10px; }
    .earning-cards .content-earning-card h3 {
        font-size: 1.222em; }
    .earning-cards .earning-card-item {
        width: 100%;
        margin-bottom: 10px; }
    .earning-cards .earning-card-wrapper {
        padding: 30px;
        min-height: auto; }
    .earning-cards .earning-card-wrapper .content-earning-card p {
        font-size: 0.888em; }
    .average-earning h2 img {
        height: 120px; }
    .heading-section h2 {
        font-size: 1.667em; }
    .banner-hts .earning-banner-hts {
        width: 180px;
        padding: 12px; }
    .banner-hts .earning-banner-hts .earning-person {
        width: 30px;
        height: 30px; }
    .review-power .footer-review-power img {
        width: 36px;
        height: 36px;
        margin-right: 15px; }
    .review-power .rating-review-power i {
        font-size: 13px; }
    .section-user-review h2 img {
        display: none; }
    .user-review-card {
        padding: 0px; }
    .user-review-card .review-item--active {
        margin-bottom: 17px; }
    .listing-stuvia-faq .header-faq {
        padding: 18px 20px; }
    .listing-stuvia-faq .header-faq .title-faq {
        font-size: 1em; }
    .listing-stuvia-faq .listing-item.listing-item--active .content-faq {
        padding: 18px 20px; }
    .listing-stuvia-faq .content-faq::before {
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        left: 20px; }
    .row-docsold .content-border-docsold p {
        font-size: 0.888em; }
    .docsold-card .content-card-docsold h4, .docsold-card .content-card-docsold p {
        font-size: 0.888em; }
    .section-sell-on li, .section-sell-on p {
        font-size: 0.888em; }
    .section-user-review .heading-section p {
        line-height: 1.56; }
    .section-user-review .heading-section p strong {
        font-size: 1.333em; }
    .user-review-card .user-review-wrapper {
        min-height: 310px; }
    .user-review-card .user-review-wrapper h3 {
        font-size: 1em; }
    .user-review-card .user-review-wrapper p {
        font-size: 0.888em; }
    .section-questions h2 {
        font-size: 1.388em; }
    .selling-work-card {
        margin-bottom: 0px; }
    .selling-work-card .selling-work-item {
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        align-items: center;
        text-align: center; }
    .selling-work-card .selling-work-item .figure-selling-work {
        margin-bottom: 24px; }
    .selling-work-card .selling-work-item .content-selling-work {
        padding-left: 0px; }
    .section-students .heading-section h2 {
        font-size: 2.22em; }
    .user-review-card .user-review-wrapper .testimonial {
        font-size: 1em;
        height: auto;
        margin-bottom: 35px; }

    .banner-hts .content-banner-hts {
        padding-right: 0;
    }

    .review-power blockquote, .review-power p {
        padding-left: 0;
        padding-right: 0;
        font-size: 24px;
    }

    .package-column {
        padding: 0;
    }

    .package_item {
        width: 96%;
        margin: 2%;
    }

    .package-column-card {
        margin-top: 30px;
    }

    .packages {
        display: block;
    }

    .package_header_price {
        min-height: 0;
    }

    .for-start {
        text-align: left;
        margin: 0 0 10px 0;
    }

    h1.for-restaurants {
        font-size: var(--fontsize-xl);
        text-align: left;

    }

    h2.for-restaurants, h3.for-restaurants {
        font-size: var(--fontsize-md2);
    }

    .known-from {
        display: initial;
        text-align: center;
    }

    .banner-hts .content-banner-hts h2 {
        max-width: 100%;
    }

    .banner-hts .media-banner-hts {
        padding-left: 0;
    }

    .banner-hts {
        padding-top: 0;
    }

    .banner-hts.home-restau-banner {
        padding: 20px;
    }

    .top-more-info {
        margin-top: 10px;
    }

    .media-banner-wrapper img {
        margin-left: 20px;
    }

    .package_header_price-box {
        justify-content: center;
        flex: 1 1 50%;
        flex-wrap: wrap;
    }
}

