:root {
    --advertise-box-width: 320px;
}

.advertise-content-width {
    max-width: 100%;
    width: calc((100% - var(--advertise-box-width)) - 32px);
}

.advertise-quick-jump-menu-container {
    z-index: 10;
}

.advertise-quick-jump-menu {
    max-width: 100%;
    width: var(--advertise-box-width);
    position: absolute;
    right: var(--container-padding);
}

.advertise-quick-jump-menu .box {
    position: fixed;
    bottom: 0;
    background: #fff;
    max-width: 100%;
    width: var(--advertise-box-width);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.10);
    font-size: var(--para-font-size);
    line-height: var(--para-line-height)
}

.advertise-quick-jump-menu .box .bar {
    padding: 16px 24px;
    background: #127C78;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 900;
}

.advertise-quick-jump-menu .box .bar i {
    color: #67b4b1;
    margin-right: 12px;
}

.advertise-quick-jump-menu .box .links {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    justify-content: start;
    align-items: start;
}

.advertise-quick-jump-menu .box .links a {
    display: flex;
    align-items: center;
    gap: 16px;
    --normal: #7E7E7E;
    --hover: #282828;
    --line: #282828;
    /* text-decoration: none !important; */
    font-size: 1.068rem;
}

.advertise-quick-jump-menu .box .links a.is-viewing {
    --normal: #282828;
    font-weight: 800;
}

.advertise-quick-jump-menu .box .links a.is-viewing::before {
    background: #48BBB1;
}

.advertise-quick-jump-menu .box .links a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #eaedf7;
    border-radius: 50%;
}

/* Sections */

section.advertise3 .our-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.advertise3 .our-stats .stat {
    display: flex;
    align-items: center;
    gap: 16px;
}

section.advertise3 .our-stats .stat img {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
}

section.advertise3 .our-stats .stat p {
    display: block;
    flex: 1;
    font-size: 1.24rem;
    font-weight: 600;
    color: #B1D13B;
    line-height: var(--para-line-height);
}

section.advertise5 .contact-forms-area {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: 1px solid #eaeaea;
}

section.advertise5 .contact-forms-area [data-tab-group] {
    padding: 32px;
}

section.advertise5 .contact-forms-area .little-tab-buttons {
    padding: 24px 32px;
    justify-content: start;
    border-bottom: 1px solid #eaeaea;
    background: #fafafa;
}

section.advertise5 .contact-forms-area .little-tab-buttons [data-tab] {
    box-shadow: none;
}

section.advertise6 .product-boxes {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section.advertise6 .product-boxes .product {
    background: #212e53;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    align-items: stretch;
}

section.advertise6 .product-boxes .product .image {
    width: 22%;
    flex-shrink: 0;
}

section.advertise6 .product-boxes .product .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

section.advertise6 .product-boxes .product .text {
    display: block;
    flex: 1;
    padding: 24px;
    padding-bottom: calc(24px + 48px);
}

section.advertise6 .product-boxes .product .text strong {
    display: block;
    line-height: 1.48;
    font-size: 1.32rem;
    font-weight: 500;
    font-family: var(--font-titles);
    margin-bottom: 8px;
}

section.advertise6 .product-boxes .product .text p {
    font-size: var(--para-font-size);
    line-height: var(--para-line-height);
    color: #ccc;
}

section.advertise6 .product-boxes .product .text .starting-price {
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #127C78;
    line-height: 1;
    padding: 0 16px;
    border-top-left-radius: 8px;
    font-weight: 600;
}

section.advertise6 .product-brochure-box {
    --gap: 0px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    --align: stretch;
}

section.advertise6 .product-brochure-box .side:first-of-type {
    --width: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 32px;
}

section.advertise6 .product-brochure-box .side:first-of-type .title strong {
    font-size: 1.78rem;
    letter-spacing: 0;
}

section.advertise6 .product-brochure-box .side:last-of-type {
    --width: 30%;
}

section.advertise6 .product-brochure-box .side:last-of-type img.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* section.advertise8 table.country-stats {
    max-width: 540px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #efefef;
    overflow: hidden;
    padding: 0;
    border-spacing: 0;
    line-height: var(--para-line-height);
    font-size: var(--para-font-size);
    table-layout: auto;
    font-weight: 500;
} */

section.advertise8 table.country-stats {
    max-width: 540px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #efefef;
    overflow: hidden;
    padding: 0;
    border-spacing: 0;
    line-height: var(--para-line-height);
    font-size: var(--para-font-size);
    table-layout: auto;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgb(159 159 159 / 8%);
}

section.advertise8 table.country-stats tr {
    border-bottom: 1px solid #efefef;
}

section.advertise8 table.country-stats tr td {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 8px 12px;
}

section.advertise8 table.country-stats tr:last-of-type td {
    border-bottom: none;
}

section.advertise8 table.country-stats tr td:last-of-type {
    border-right: 0;
}

section.advertise8 table.country-stats tr td.percent {
    background: rgb(18 124 120 / 6%);
    font-weight: 800;
    color: #167d79;
    text-align: center;
}

section.advertise8 table.country-stats tr td.flag {
    width: calc(38px + (12px * 2) + 1px);
}

section.advertise8 table.country-stats img.flag {
    width: 38px;
    height: 26px;
    border-radius: 4px;
}

section.advertise8 table.country-stats p {

}

section.advertise9 .about-boxes {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section.advertise9 .about-boxes .box {
    display: flex;
    align-items: start;
    gap: 16px;
    font-size: var(--para-font-size);
    line-height: var(--para-line-height);
}

section.advertise9 .about-boxes .box img {
    flex-shrink: 0;
    display: block;
    width: 48px;
    height: 48px;
}

section.advertise9 .about-boxes .text {
    flex: 1;
}

section.advertise9 .about-boxes .text strong {
    display: block;
    font-size: 1.28rem;
    font-family: var(--font-titles);
    font-weight: 400;
    color: #1F2937;
    margin: 8px 0 8px 0;
    line-height: 1.34;
}

section.advertise9 .about-boxes .text p {

}

section.advertise10 {
    background: #212e53;
}


section.advertise10 .sides .side:first-of-type {
    --width: auto;
    flex: 1;
}

section.advertise10 .sides .side:last-of-type {
    --width: 35%;
}

section.advertise10 .sides .side:last-of-type img.side {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
}

section.advertise10 .featured-review {
    font-size: var(--para-font-size);
    line-height: var(--para-line-height);
}

section.advertise10 .featured-review i {
    font-size: 24px;
    display: block;
    line-height: 1;
    color: #B1D13B;
    margin-bottom: 16px;
}

section.advertise10 .featured-review p.text {

}

section.advertise10 .featured-review p.author {
    color: #A2A2A2;
    font-weight: 600;
    font-size: 1.078rem;
    display: block;
    margin-top: 8px;
}

@media only screen and (max-width: 940px) {
    :root {
        --advertise-box-width: 0px;
    }

    .advertise-quick-jump-menu-container {
        display: none;
    }

    .advertise-content-width {
        width: 100%;
    }
}