/* Start custom CSS for html, class: .elementor-element-08012ba *//* =========================================================
   THE FYMOUS — PREMIUM EDITORIAL PRIVACY PAGE
   ========================================================= */

.fymous-privacy-page {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #ffffff;
    color: #171717;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    -webkit-font-smoothing: antialiased;
}


/* =========================================================
   HEADER
   ========================================================= */

.fymous-privacy-header {
    width: min(1120px, calc(100% - 48px));

    margin: 0 auto;

    padding: 105px 0 72px;

    text-align: center;

    border-bottom: 1px solid #e8e8e8;
}


/* BRAND */

.fymous-privacy-brand {
    margin-bottom: 24px;

    color: #777;

    font-size: 11px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 2.8px;

    text-transform: uppercase;
}


/* TITLE */

.fymous-privacy-header h1 {
    margin: 0;

    color: #101010;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(48px, 6vw, 72px);

    line-height: 1.02;

    font-weight: 700;

    letter-spacing: -2.5px;
}


/* INTRO */

.fymous-privacy-intro {
    width: min(680px, 100%);

    margin: 27px auto 0;

    color: #707070;

    font-size: 18px;

    line-height: 1.7;

    font-weight: 400;
}


/* =========================================================
   CONTENT CONTAINER
   ========================================================= */

.fymous-privacy-content {
    width: min(790px, calc(100% - 48px));

    margin: 0 auto;

    padding: 68px 0 100px;

    color: #292929;

    font-size: 17px;

    line-height: 1.85;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.fymous-privacy-content p {
    margin: 0 0 25px;
}


/* FIRST PARAGRAPH */

.fymous-privacy-content > p:first-child {
    margin-bottom: 58px;

    color: #333;

    font-size: 19px;

    line-height: 1.85;
}


/* =========================================================
   MAIN HEADINGS
   ========================================================= */

.fymous-privacy-content h2 {
    position: relative;

    margin: 64px 0 22px;

    padding: 0 0 14px;

    color: #111;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 31px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -.6px;

    border-bottom: 1px solid #ededed;
}


/* SMALL BLACK ACCENT */

.fymous-privacy-content h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 42px;
    height: 2px;

    background: #111;
}


/* =========================================================
   SUB HEADINGS
   ========================================================= */

.fymous-privacy-content h3 {
    margin: 35px 0 10px;

    color: #202020;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 750;
}


/* =========================================================
   LISTS
   ========================================================= */

.fymous-privacy-content ul {
    margin: 5px 0 30px;

    padding: 0;

    list-style: none;
}


.fymous-privacy-content li {
    position: relative;

    margin: 0 0 12px;

    padding-left: 25px;
}


/* PROFESSIONAL BULLET */

.fymous-privacy-content li::before {
    content: "";

    position: absolute;

    left: 2px;
    top: 13px;

    width: 6px;
    height: 6px;

    background: #111;

    border-radius: 50%;
}


/* =========================================================
   LINKS
   ========================================================= */

.fymous-privacy-content a {
    color: #111;

    font-weight: 600;

    text-decoration: underline;

    text-decoration-thickness: 1px;

    text-underline-offset: 4px;
}

.fymous-privacy-content a:hover {
    opacity: .65;
}


/* =========================================================
   CONTACT SECTION
   ========================================================= */

.fymous-contact-box {
    display: grid;

    grid-template-columns: 1fr 1fr;

    margin-top: 30px;

    overflow: hidden;

    background: #fafafa;

    border: 1px solid #e4e4e4;

    border-radius: 8px;
}


/* CONTACT COLUMNS */

.fymous-contact-box > div {
    padding: 28px 30px;
}


.fymous-contact-box > div + div {
    border-left: 1px solid #e4e4e4;
}


/* LABEL */

.fymous-contact-box span {
    display: block;

    margin-bottom: 9px;

    color: #888;

    font-size: 10px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


/* CONTACT TEXT */

.fymous-contact-box p {
    margin: 0;

    color: #333;

    font-size: 15px;

    line-height: 1.7;
}


/* EMAIL */

.fymous-contact-box a {
    font-size: 15px;

    font-weight: 650;
}


/* =========================================================
   FYMOUS BRANDING
   ========================================================= */

.fymous-privacy-branding {
    margin-top: 85px;

    padding: 55px 20px 20px;

    text-align: center;

    border-top: 1px solid #e5e5e5;
}


/* LOGO */

.fymous-privacy-branding img {
    display: block;

    width: 310px;

    max-width: 80%;

    height: auto;

    margin: 0 auto 17px;
}


/* TAGLINE */

.fymous-privacy-branding p {
    margin: 0;

    color: #777;

    font-size: 14px;

    line-height: 1.5;

    letter-spacing: .25px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .fymous-privacy-header {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .fymous-privacy-content {
        padding-top: 55px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .fymous-privacy-header {
        width: calc(100% - 36px);

        padding: 60px 0 45px;
    }


    .fymous-privacy-brand {
        margin-bottom: 18px;

        font-size: 10px;

        letter-spacing: 2.2px;
    }


    .fymous-privacy-header h1 {
        font-size: 43px;

        letter-spacing: -1.4px;
    }


    .fymous-privacy-intro {
        margin-top: 20px;

        font-size: 16px;

        line-height: 1.65;
    }


    .fymous-privacy-content {
        width: calc(100% - 36px);

        padding: 45px 0 65px;

        font-size: 16px;

        line-height: 1.8;
    }


    .fymous-privacy-content > p:first-child {
        margin-bottom: 42px;

        font-size: 17px;

        line-height: 1.8;
    }


    .fymous-privacy-content h2 {
        margin-top: 48px;

        font-size: 26px;

        line-height: 1.3;
    }


    .fymous-privacy-content h3 {
        margin-top: 28px;

        font-size: 17px;
    }


    /* CONTACT */

    .fymous-contact-box {
        grid-template-columns: 1fr;

        border-radius: 7px;
    }


    .fymous-contact-box > div {
        padding: 23px;
    }


    .fymous-contact-box > div + div {
        border-top: 1px solid #e4e4e4;

        border-left: 0;
    }


    /* BRANDING */

    .fymous-privacy-branding {
        margin-top: 60px;

        padding-top: 40px;
    }


    .fymous-privacy-branding img {
        width: 245px;

        max-width: 88%;
    }


    .fymous-privacy-branding p {
        font-size: 13px;
    }

}/* End custom CSS */