.elementor-781 .elementor-element.elementor-element-e4cf7af{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-781 .elementor-element.elementor-element-e2e1b25{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e2e1b25 *//* ==================================================
   TERMS OF USE PAGE
   Primary Red: #E1263C
   Black:       #000000
================================================== */

.tou-page {
    --tou-red: #E1263C;
    --tou-red-dark: #b7182b;
    --tou-red-light: #fff1f3;
    --tou-black: #000000;
    --tou-dark: #111111;
    --tou-gray: #646464;
    --tou-light: #f6f6f7;
    --tou-border: #e8e8e8;
    --tou-white: #ffffff;

    width: 100%;
    overflow: visible;
    background: var(--tou-light);
    color: var(--tou-dark);
    line-height: 1.75;
}

.tou-page,
.tou-page * {
    box-sizing: border-box;
}

.tou-page a {
    text-decoration: none;
}

.tou-page p {
    margin: 0 0 20px;
    color: var(--tou-gray);
    font-size: 16px;
    line-height: 1.85;
}

.tou-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}


/* ==================================================
   HERO
================================================== */

.tou-hero {
    position: relative;
    display: flex;
    min-height: 470px;
    align-items: center;
    overflow: hidden;
        padding-top: 200px;
    background:
        linear-gradient(
            120deg,
            #000000 0%,
            #111111 55%,
            #E1263C 100%
        );
}

.tou-hero::before {
    position: absolute;
    top: -180px;
    right: -110px;
    width: 550px;
    height: 550px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.tou-hero::after {
    position: absolute;
    right: 160px;
    bottom: -270px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.tou-hero-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.tou-circle-one {
    top: 60px;
    right: 9%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.08);
}

.tou-circle-two {
    right: 31%;
    bottom: 50px;
    width: 30px;
    height: 30px;
    background: var(--tou-red);
    box-shadow: 0 0 50px rgba(225, 38, 60, 0.9);
}

.tou-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 85px;
    padding-bottom: 85px;
}

.tou-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 23px;
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--tou-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.tou-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tou-red);
    box-shadow: 0 0 0 5px rgba(225, 38, 60, 0.18);
}

.tou-hero h1 {
    max-width: 800px;
    margin: 0 0 20px;
    color: var(--tou-white);
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -3px;
}

.tou-hero-content > p {
    max-width: 730px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.7;
}

.tou-hero-note {
    display: inline-flex;
    align-items: center;
    padding-left: 18px;
    border-left: 3px solid var(--tou-red);
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}


/* ==================================================
   MAIN LAYOUT
================================================== */

.tou-layout {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 55px;
    padding-top: 80px;
    padding-bottom: 100px;
}


/* ==================================================
   SIDEBAR
================================================== */

.tou-sidebar {
    position: relative;
}

.tou-sidebar-inner {
    position: sticky;
    top: 30px;
    overflow: hidden;
    border: 1px solid var(--tou-border);
    border-radius: 20px;
    background: var(--tou-white);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}

.tou-sidebar-title {
    padding: 24px 25px 20px;
    border-bottom: 1px solid var(--tou-border);
    color: var(--tou-black);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tou-navigation {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding: 12px;
    scrollbar-color: var(--tou-red) #eeeeee;
    scrollbar-width: thin;
}

.tou-navigation::-webkit-scrollbar {
    width: 5px;
}

.tou-navigation::-webkit-scrollbar-track {
    background: #eeeeee;
}

.tou-navigation::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--tou-red);
}

.tou-navigation a {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 11px 12px;
    border-radius: 10px;
    color: #555555;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.tou-navigation a span {
    display: flex;
    width: 29px;
    min-width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f1f1;
    color: #888888;
    font-size: 10px;
    transition:
        color 0.25s ease,
        background 0.25s ease;
}

.tou-navigation a:hover {
    transform: translateX(3px);
    background: var(--tou-red-light);
    color: var(--tou-red);
}

.tou-navigation a:hover span {
    background: var(--tou-red);
    color: var(--tou-white);
}


/* ==================================================
   INTRODUCTION CARD
================================================== */

.tou-content {
    min-width: 0;
}

.tou-intro-card,
.tou-section,
.tou-contact-card {
    scroll-margin-top: 35px;
}

.tou-intro-card {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 28px;
    margin-bottom: 30px;
    padding: 42px;
    border-radius: 22px;
    background: var(--tou-black);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

.tou-intro-icon {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--tou-red);
    box-shadow: 0 15px 30px rgba(225, 38, 60, 0.3);
}

.tou-intro-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--tou-white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.tou-small-label,
.tou-heading-label {
    display: block;
    margin-bottom: 5px;
    color: var(--tou-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.tou-intro-card h2 {
    margin: 0 0 14px;
    color: var(--tou-white);
    font-size: 30px;
    line-height: 1.25;
}

.tou-intro-card p {
    color: rgba(255, 255, 255, 0.72);
}

.tou-intro-card p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   CONTENT SECTIONS
================================================== */

.tou-section {
    position: relative;
    margin-bottom: 30px;
    padding: 45px;
    overflow: hidden;
    border: 1px solid var(--tou-border);
    border-radius: 22px;
    background: var(--tou-white);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.045);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.tou-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--tou-red);
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.35s ease;
}

.tou-section:hover {
    transform: translateY(-3px);
    border-color: rgba(225, 38, 60, 0.28);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.075);
}

.tou-section:hover::before {
    transform: scaleY(1);
}

.tou-section-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--tou-border);
}

.tou-number {
    display: flex;
    width: 56px;
    min-width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--tou-red-light);
    color: var(--tou-red);
    font-size: 15px;
    font-weight: 800;
}

.tou-section-heading h2 {
    margin: 0;
    color: var(--tou-black);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.tou-section > p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   HIGHLIGHT BOXES
================================================== */

.tou-highlight-box {
    margin-top: 28px;
    padding: 20px 22px;
    border-left: 4px solid var(--tou-red);
    border-radius: 0 12px 12px 0;
    background: var(--tou-red-light);
    color: #555555;
    font-size: 15px;
}

.tou-highlight-box strong {
    color: var(--tou-black);
}

.tou-warning-box {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 19px;
    margin-top: 28px;
    padding: 24px;
    border: 1px solid rgba(225, 38, 60, 0.18);
    border-radius: 15px;
    background: var(--tou-red-light);
}

.tou-warning-icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tou-red);
    color: var(--tou-white);
    font-size: 14px;
    font-weight: 800;
}

.tou-warning-box strong {
    display: block;
    margin-bottom: 5px;
    color: var(--tou-black);
}

.tou-warning-box p {
    margin: 0;
    font-size: 14px;
}

.tou-legal-notice {
    display: grid;
    grid-template-columns: 43px 1fr;
    gap: 17px;
    margin-top: 28px;
    padding: 22px;
    border-radius: 14px;
    background: var(--tou-black);
}

.tou-legal-notice > span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tou-red);
    color: var(--tou-white);
    font-size: 20px;
    font-weight: 800;
}

.tou-legal-notice p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}


/* ==================================================
   FEATURE CARDS
================================================== */

.tou-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 28px;
}

.tou-feature-grid article {
    position: relative;
    padding: 25px 22px;
    overflow: hidden;
    border: 1px solid var(--tou-border);
    border-radius: 15px;
    background: #fafafa;
    transition:
        background 0.25s ease,
        border-color 0.25s ease;
}

.tou-feature-grid article:hover {
    border-color: rgba(225, 38, 60, 0.3);
    background: var(--tou-red-light);
}

.tou-feature-grid article > span {
    position: absolute;
    top: 11px;
    right: 14px;
    color: rgba(225, 38, 60, 0.12);
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.tou-feature-grid h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 9px;
    color: var(--tou-black);
    font-size: 17px;
}

.tou-feature-grid p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}


/* ==================================================
   LISTS
================================================== */

.tou-list {
    display: grid;
    gap: 13px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.tou-list li {
    position: relative;
    padding: 15px 18px 15px 52px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #fafafa;
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

.tou-list li::before {
    position: absolute;
    top: 15px;
    left: 17px;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tou-red);
    color: var(--tou-white);
    content: "✓";
    font-size: 11px;
    font-weight: 800;
}

.tou-prohibited-list li::before {
    content: "×";
    font-size: 16px;
}


/* ==================================================
   COPYRIGHT AND WARRANTY
================================================== */

.tou-copyright-card {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    margin-top: 28px;
    padding: 24px;
    border: 1px solid var(--tou-border);
    border-radius: 15px;
    background: #fafafa;
}

.tou-copyright-symbol {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--tou-red);
    color: var(--tou-white);
    font-size: 28px;
    font-weight: 700;
}

.tou-copyright-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--tou-black);
}

.tou-copyright-card p {
    margin: 0;
    font-size: 14px;
}

.tou-dark-notice {
    margin-top: 28px;
    padding: 25px;
    border-radius: 15px;
    background: var(--tou-black);
}

.tou-dark-notice strong {
    display: block;
    margin-bottom: 7px;
    color: var(--tou-white);
    font-size: 17px;
}

.tou-dark-notice p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}


/* ==================================================
   CONTACT SECTION
================================================== */

.tou-contact-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 190px;
    min-height: 390px;
    align-items: center;
    margin-top: 35px;
    padding: 50px;
    overflow: hidden;
    border-radius: 24px;
    background:
        linear-gradient(
            120deg,
            var(--tou-black) 0%,
            #161616 58%,
            var(--tou-red-dark) 100%
        );
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.tou-contact-card::before {
    position: absolute;
    top: -130px;
    right: -80px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    content: "";
}

.tou-contact-content {
    position: relative;
    z-index: 2;
}

.tou-contact-content h2 {
    margin: 0 0 15px;
    color: var(--tou-white);
    font-size: clamp(32px, 5vw, 46px);
    line-height: 1.15;
}

.tou-contact-content > p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.7);
}

.tou-contact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 680px;
    margin: 27px 0;
}

.tou-contact-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.tou-contact-icon {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--tou-red);
}

.tou-contact-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: var(--tou-white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.tou-contact-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--tou-white);
    font-size: 14px;
}

.tou-contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.6;
}

.tou-contact-item a {
    color: rgba(255, 255, 255, 0.8);
}

.tou-contact-item a:hover {
    color: var(--tou-white);
}

.tou-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 23px;
    border-radius: 9px;
    background: var(--tou-red);
    color: var(--tou-white);
    font-size: 14px;
    font-weight: 700;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.tou-contact-button span {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.tou-contact-button:hover {
    transform: translateY(-2px);
    background: var(--tou-white);
    color: var(--tou-black);
    box-shadow: 0 12px 30px rgba(225, 38, 60, 0.25);
}

.tou-contact-button:hover span {
    transform: translateX(4px);
}

.tou-contact-decoration {
    position: relative;
    z-index: 2;
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.tou-contact-decoration svg {
    width: 62px;
    height: 62px;
    fill: none;
    stroke: var(--tou-white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1024px) {

    .tou-layout {
        grid-template-columns: 235px minmax(0, 1fr);
        gap: 30px;
    }

    .tou-section {
        padding: 35px;
    }

    .tou-feature-grid {
        grid-template-columns: 1fr;
    }

    .tou-navigation a {
        font-size: 12px;
    }
}


@media (max-width: 820px) {

    .tou-hero {
        min-height: 410px;
    }

    .tou-layout {
        display: block;
        padding-top: 45px;
        padding-bottom: 70px;
    }

    .tou-sidebar {
        margin-bottom: 30px;
    }

    .tou-sidebar-inner {
        position: static;
    }

    .tou-navigation {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: 300px;
    }

    .tou-contact-card {
        grid-template-columns: 1fr 120px;
        padding: 40px;
    }

    .tou-contact-decoration {
        width: 110px;
        height: 110px;
    }

    .tou-contact-decoration svg {
        width: 48px;
        height: 48px;
    }

    .tou-contact-details {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 600px) {

    .tou-container {
        width: min(100% - 28px, 1240px);
    }

    .tou-hero {
        min-height: 390px;
    }

    .tou-hero-content {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .tou-hero h1 {
        font-size: 45px;
        letter-spacing: -1.5px;
    }

    .tou-hero-content > p {
        font-size: 16px;
    }

    .tou-navigation {
        display: block;
    }

    .tou-intro-card {
        display: block;
        padding: 28px 24px;
    }

    .tou-intro-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 22px;
    }

    .tou-intro-card h2 {
        font-size: 25px;
    }

    .tou-section {
        padding: 28px 22px;
        border-radius: 17px;
    }

    .tou-section-heading {
        align-items: flex-start;
        gap: 14px;
    }

    .tou-number {
        width: 45px;
        min-width: 45px;
        height: 45px;
        border-radius: 12px;
        font-size: 12px;
    }

    .tou-section-heading h2 {
        font-size: 24px;
    }

    .tou-warning-box,
    .tou-legal-notice,
    .tou-copyright-card {
        grid-template-columns: 1fr;
    }

    .tou-contact-card {
        display: block;
        min-height: auto;
        padding: 35px 27px;
    }

    .tou-contact-decoration {
        display: none;
    }
}


@media (max-width: 380px) {

    .tou-hero h1 {
        font-size: 39px;
    }

    .tou-eyebrow {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .tou-section {
        padding: 25px 18px;
    }

    .tou-section-heading {
        display: block;
    }

    .tou-number {
        margin-bottom: 15px;
    }
}/* End custom CSS */