.page-header {
    background: rgba(239, 245, 248, 1) url("/static/images/storm-cloud.png") no-repeat center center;
    background-size: auto;
    padding-top: 55px;
}

.header-franchise {
    margin-top: 15px;
    position: relative;
    text-align: center;
}

.header-franchise h1 {
    font-size: 1.45rem;
}

.header-franchise-slogan {
    font-size: 1.1rem;
    margin: 0.175rem 0 1.175rem;
    color: rgba(38, 39, 37, 1);
}

.header-franchise-slogan span {
    color: rgba(232, 80, 54, 1);
}

.header-franchise-pl {
    position: relative;
    background-color: rgba(255, 174, 0, 1);
    color: white;
    text-wrap: nowrap;
    font-size: 1.25rem;
    height: 70px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin-left: 10px;
}

.header-franchise-pl strong {
    font-weight: 700;
    margin: 0 7px;
}

.header-franchise-pl:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    background: url('/static/images/pl_l.png') no-repeat center center;
    background-size: cover;
    top: 0;
    left: -10px;
}

.header-franchise-pl:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    background: url('/static/images/pl_r.png') no-repeat center center;
    background-size: cover;
    top: 0;
    right: -10px;
}

.header-franchise-text {
    font-size: 1.125rem;
    margin: 1.2rem 0;
}

@media (min-width: 576px) {
    .page-header {
        padding-top: 55px;
    }
}

@media (min-width: 768px) {
    .page-header {
        padding-top: 65px;
    }

    .header-franchise {
        margin-top: 0;
        text-align: left;
    }

    .header-franchise-text {
        margin: 2.2rem 0;
    }
}

@media (min-width: 992px) {
    .page-header {
        padding-top: 80px;
    }

    .header-franchise-slogan {
        font-size: 2.25rem;
        margin: 1.175rem 0 2.175rem;
    }

    .header-franchise-pl {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .page-header {
        padding-top: 90px;
    }

    .header-franchise h1 {
        font-size: 3.75rem;
    }
}

@media (min-width: 1400px) {

}

@media (min-width: 1600px) {

}

@media (min-width: 2000px) {

}

.page-header .header-menu {
    background-color: transparent;
    border: none !important;
}

.page-header .header-menu.scroll-top {
    background: rgba(239, 245, 248, 1) url("/static/images/storm-cloud.png") no-repeat center center;
}

.page-header .btn-order-faq {
    display: flex;
    max-width: 300px;
    width: 100%;
    border: 1px transparent solid;
    background-color: rgba(140, 191, 31, 1);
    color: white;
    height: 3.313rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    font-size: 1.0rem;
    font-weight: 700;
    text-wrap: nowrap;
}

.page-header .scroll-top .btn-order-faq {
    height: 2.5rem !important;
    font-size: 0.9rem;
}

.page-header .btn-order-faq:hover,
.page-header .btn-order-faq:focus,
.page-header .btn-order-faq:active {
    background-color: rgba(232, 80, 54, 1.0);
    color: white;
}

.btn-orange-style {
    background-color: rgba(232, 80, 54, 1.0);
    color: white;
    font-size: 1.0rem;
    font-weight: 700;
    border: 1px transparent solid;
    border-radius: 0.625rem;
    width: max-content;
}

.btn-orange-style:hover,
.btn-orange-style:focus,
.btn-orange-style:active {
    background-color: rgba(140, 191, 31, 1);
    color: white;
}

.btn-business-plan {
    border-radius: 0.625rem;
    font-size: 1.0rem;
    font-weight: 700;
    height: 4.375rem;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}

.info-border-block {
    padding: 1rem;
    border: 2px rgba(205, 222, 195, 1) solid;
    border-radius: 20px;
    margin: 1.5rem 0 2rem 0;
}

@media (min-width: 768px) {
    .info-border-block {
        padding: 2rem;
        margin: 1.5rem 0 2rem 0;
    }
}


@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .info-border-block {
        padding: 5.3rem;
        margin: 2.5rem 0 4rem 0;
    }
}


@media (min-width: 1400px) {
    .info-border-block {
        padding: 5.3rem;
    }
}

.step-history-mango {
    padding-bottom: 3.25rem;
    position: relative;
}

.step-history-mango-item-icon {
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-history-mango-item-icon img {
    max-height: 100%;
}

.step-history-mango-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(239, 243, 248, 0.7);
    border-radius: 1.25rem;
    padding: 1.175rem 1.175rem;
}

.step-history-mango-item-head {
    font-size: 1.05rem;
    font-weight: 500;
    color: rgba(38, 39, 37, 1);
    margin-top: 0.75rem;
    width: 100%;
    text-align: center;
}

.step-history-mango-item-text {
    color: rgba(81, 81, 81, 1);
    margin-top: 0.75rem;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .step-history-mango {
        padding-bottom: 6.25rem;

    }

    .step-history-mango-item-icon {
        height: 95px;
        width: 100%;
    }

    .step-history-mango-item {
        width: 100%;
        padding: 2.813rem 1.375rem;
    }

    .step-history-mango-item-head {
        font-size: 1.25rem;
        margin-top: 2.063rem;
        width: 100%;
    }

    .step-history-mango-item-text {
        margin-top: 1.375rem;
        font-size: 1.0rem;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1600px) {

}

@media (min-width: 2000px) {

}

.what-gray-block {
    display: flex;
    background-color: rgba(239, 243, 248, 1);
    padding: 5.75rem 0;
    width: 100%;
    flex-direction: column;
}

.white-whats-block {
    background-color: rgba(255, 255, 255, 1);
    padding: 5.1rem 3.125rem;
    border-radius: 1.25rem;
}

.franchise-help-block {
    padding: 5.75rem 0;
}

.ul-whats-block-image {
    display: flex;
    column-gap: 1rem;
}

.ul-whats-block-image:not(:first-child) {
    margin-top: 2.375rem;
}

.ul-whats-block-hr {
    margin-top: 2.375rem;
}

.ul-whats-text strong,
.ul-whats-block-hr strong {
    font-size: 1.25rem;
    color: rgba(38, 39, 37, 1);
}

.ul-whats-text p {
    margin: 0.488rem 0 0 0;
    color: rgba(81, 81, 81, 1);
}


.ul-whats-image {
    flex-grow: 0;
    flex-shrink: 0;
}

.ul-whats-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}


.ul-help-block-image {
    display: flex;
    column-gap: 1rem;
}

.ul-help-block-image:not(:first-child) {
    margin-top: 2.375rem;
}

.ul-help-text strong {
    font-size: 1.25rem;
    color: rgba(38, 39, 37, 1);
}

.ul-help-text p {
    margin: 0.488rem 0 0 0;
    color: rgba(81, 81, 81, 1);
}


.ul-help-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 65px;
}

.ul-help-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.franchise-help-block-image {
    overflow: hidden;
    border-radius: 1.25rem;
    max-width: 595px;
    width: 100%;
}


.ul-marketing-block-image {
    display: flex;
    column-gap: 1rem;
}

.ul-marketing-block-image:not(:first-child) {
    margin-top: 2.375rem;
}

.ul-marketing-text strong {
    font-size: 1.25rem;
    color: rgba(38, 39, 37, 1);
}

.ul-marketing-text p {
    margin: 0.488rem 0 0 0;
    color: rgba(81, 81, 81, 1);
}


.ul-marketing-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 65px;
}

.ul-marketing-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.franchise-marketing-block,
.franchise-format-block {
    border-top: 1px dotted rgba(127, 131, 124, 0.5);
    padding: 3.25rem 0;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .franchise-marketing-block,
    .franchise-format-block {
        padding: 6.25rem 0;
    }
}

.franchise-marketing-block-image {
    overflow: hidden;
    border-radius: 1.25rem;
    max-width: 595px;
    width: 100%;
}

.franchise-format {
    overflow: hidden;
    display: flex;
    border-radius: 1.25rem;
    background-color: rgba(239, 243, 248, 1);
}

.franchise-format-content {
    padding: 3.125rem;
}

.franchise-format-head {
    font-size: 1.875rem;
}

.franchise-format-slogan {
    font-size: 1.25rem;
}

.franchise-format-image {
    overflow: hidden;
    border-radius: 1.25rem;
}

.franchise-format-list {
    border-top: 1px dotted rgba(127, 131, 124, 0.5);
    margin-top: 1.875rem;
    padding-top: 1.875rem;
}

.franchise-format-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.franchise-format-item:not(:first-child) {
    margin-top: 1.563rem;
}

.franchise-format-list-left {
    text-align: left;
    color: rgba(81, 81, 81, 1);
    font-size: 1.125rem;
}

.franchise-format-list-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.franchise-format-list-right strong {
    color: rgba(38, 39, 37, 1);
    font-size: 1.125rem;
}

.franchise-format-list-right span {
    color: rgba(127, 131, 124, 1);
    font-size: 0.875rem;
}

.ul-faq-block-image {
    display: flex;
    column-gap: 1rem;
}

.ul-faq-block-image:not(:first-child) {
    margin-top: 2.375rem;
}

.ul-faq-text strong {
    font-size: 1.25rem;
    color: rgba(140, 191, 31, 1);
}

.ul-faq-text p {
    margin: 0.488rem 0 0 0;
    color: rgba(81, 81, 81, 1);
}


.ul-faq-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 65px;
}

.ul-faq-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.franchise-command-slogan {
    font-size: 1.25rem;
}
.franchise-command-block .franchise-command-head {
    font-size: 1.875rem;
}