.elementor-300499 .elementor-element.elementor-element-dc66a9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-300499 .elementor-element.elementor-element-8b49147{--spacer-size:20px;}.elementor-300499 .elementor-element.elementor-element-784144b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0452601 */.tos-wrapper {
            --tos-primary-blue: #3A5EA6;
            --tos-accent-orange: #EE7A3B;
            --tos-light-blue: #54A8DC;
            --tos-accent-yellow: #FDDA16;
            --tos-text-dark: #1a1a1a;
            --tos-text-medium: #4a4a4a;
            --tos-text-light: #6a6a6a;
            --tos-bg-light: #f8f9fa;
            --tos-bg-white: #ffffff;
            --tos-border-color: #e0e0e0;
            
            font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 16px;
            line-height: 1.7;
            color: var(--tos-text-dark);
            background: var(--tos-bg-light);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
 
        .tos-wrapper * {
            box-sizing: border-box;
        }
 
        /* Header - Option 3: Minimalist & Elegant */
        .tos-wrapper .tos-header {
            background: white;
            color: #1a1a1a;
            padding: 0;
            margin: 0 0 2rem 0;
            border-bottom: 1px solid var(--tos-border-color);
            position: relative;
        }
 
        .tos-wrapper .tos-header .tos-color-bar {
            height: 6px;
            background: linear-gradient(90deg, 
                var(--tos-primary-blue) 0%, 
                var(--tos-light-blue) 33%, 
                var(--tos-accent-orange) 66%, 
                var(--tos-accent-yellow) 100%);
        }
 
        .tos-wrapper .tos-header .tos-header-content {
            max-width: 900px;
            margin: 0 auto;
            padding: 3rem 1.5rem 2.5rem;
        }
 
        .tos-wrapper .tos-header .tos-eyebrow {
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--tos-primary-blue);
            margin-bottom: 0.75rem;
        }
 
        .tos-wrapper .tos-header h1 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 900;
            margin: 0 0 1rem 0;
            letter-spacing: -1.5px;
            color: #1a1a1a;
            line-height: 1;
        }
 
        .tos-wrapper .tos-header .tos-divider {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--tos-accent-orange) 0%, var(--tos-accent-yellow) 100%);
            margin: 1.5rem 0;
        }
 
        .tos-wrapper .tos-header .tos-description {
            font-size: 1.1rem;
            color: var(--tos-text-medium);
            line-height: 1.6;
            margin-bottom: 1.5rem;
            max-width: 600px;
        }
 
        .tos-wrapper .tos-header .tos-info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            padding-top: 1rem;
        }
 
        .tos-wrapper .tos-header .tos-info-item {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }
 
        .tos-wrapper .tos-header .tos-info-label {
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--tos-text-light);
        }
 
        .tos-wrapper .tos-header .tos-info-value {
            font-size: 1rem;
            font-weight: 500;
            color: #1a1a1a;
        }
 
        /* Navigation */
        .tos-nav-toggle {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            width: 60px;
            height: 60px;
            background: #EE7A3B;
            border-radius: 50%;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 6px 20px rgba(238, 122, 59, 0.4);
            z-index: 10000;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
 
        .tos-nav-toggle:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 25px rgba(238, 122, 59, 0.5);
        }
 
        .tos-nav-toggle:active {
            transform: scale(0.95);
        }
 
        .tos-table-of-contents {
            position: fixed;
            top: 0;
            right: -100%;
            width: 320px;
            height: 100vh;
            background: white;
            box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
            z-index: 10001;
            transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            overflow-y: auto;
            padding: 2rem;
        }
 
        .tos-table-of-contents.tos-open {
            right: 0;
        }
 
        .tos-wrapper .tos-toc-header {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: #3A5EA6;
            margin: 0 0 1.5rem 0;
            padding-bottom: 1rem;
            border-bottom: 3px solid #FDDA16;
        }
 
        .tos-toc-close {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            background: none;
            border: none;
            font-size: 2rem;
            color: #4a4a4a;
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.2s ease;
        }
 
        .tos-toc-close:hover {
            background: #f8f9fa;
            color: #3A5EA6;
        }
 
        .tos-wrapper .tos-toc-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
 
        .tos-wrapper .tos-toc-list li {
            margin-bottom: 0.5rem;
        }
 
        .tos-wrapper .tos-toc-list a {
            display: block;
            color: #4a4a4a;
            text-decoration: none;
            padding: 0.6rem 1rem;
            border-radius: 8px;
            transition: all 0.2s ease;
            font-weight: 500;
            font-size: 0.95rem;
        }
 
        .tos-wrapper .tos-toc-list a:hover {
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            color: white;
            transform: translateX(5px);
        }
 
        .tos-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
 
        .tos-overlay.tos-active {
            opacity: 1;
            visibility: visible;
        }
 
        /* Container */
        .tos-wrapper .tos-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 3rem 1.5rem;
            background: white;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
            min-height: 400px;
        }
 
        /* Typography */
        .tos-wrapper h1, 
        .tos-wrapper h2, 
        .tos-wrapper h3 {
            font-family: 'Playfair Display', serif;
            color: #3A5EA6;
            line-height: 1.3;
        }
 
        .tos-wrapper h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 3rem 0 1.5rem;
            padding-bottom: 0.75rem;
            border-bottom: 3px solid #FDDA16;
        }
 
        .tos-wrapper h2:first-of-type {
            margin-top: 0;
        }
 
        .tos-wrapper h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 2rem 0 1rem;
            color: #54A8DC;
        }
 
        .tos-wrapper p {
            margin: 0 0 1.25rem 0;
            color: #4a4a4a;
        }
 
        .tos-wrapper strong {
            color: #1a1a1a;
            font-weight: 600;
        }
 
        /* Lists */
        .tos-wrapper ul {
            margin: 1.5rem 0;
            padding-left: 0;
            list-style: none;
        }
 
        .tos-wrapper ul li {
            position: relative;
            padding-left: 2rem;
            margin-bottom: 0.75rem;
            color: #4a4a4a;
        }
 
        .tos-wrapper ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.5rem;
            width: 8px;
            height: 8px;
            background: #EE7A3B;
            border-radius: 50%;
        }
 
        /* Emphasis blocks */
        .tos-wrapper .tos-emphasis {
            background: linear-gradient(135deg, rgba(58, 94, 166, 0.05) 0%, rgba(84, 168, 220, 0.05) 100%);
            border-left: 4px solid #EE7A3B;
            padding: 1.5rem;
            margin: 2rem 0;
            border-radius: 0 8px 8px 0;
        }
 
        .tos-wrapper .tos-emphasis p {
            margin-bottom: 0;
            font-weight: 500;
        }
 
        /* Contact section */
        .tos-wrapper .tos-contact-box {
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            color: white;
            padding: 2rem;
            border-radius: 12px;
            margin: 3rem 0;
            box-shadow: 0 8px 25px rgba(58, 94, 166, 0.3);
        }
 
        .tos-wrapper .tos-contact-box h2 {
            color: white;
            border-bottom-color: #FDDA16;
            margin-top: 0;
        }
 
        .tos-wrapper .tos-contact-box p,
        .tos-wrapper .tos-contact-box strong {
            color: white;
        }
 
        /* Acknowledgment */
        .tos-wrapper .tos-acknowledgment {
            background: #FDDA16;
            color: #1a1a1a;
            padding: 2rem;
            border-radius: 12px;
            margin: 3rem 0;
            text-align: center;
            font-weight: 600;
            font-size: 1.05rem;
            box-shadow: 0 6px 20px rgba(253, 218, 22, 0.3);
        }
 
        /* Scroll progress */
        .tos-scroll-progress {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 4px;
            background: linear-gradient(90deg, #EE7A3B 0%, #FDDA16 100%);
            z-index: 9998;
            transition: width 0.1s ease;
        }
 
        /* Back to top */
        .tos-back-to-top {
            position: fixed;
            bottom: 2rem;
            left: 2rem;
            width: 50px;
            height: 50px;
            background: #54A8DC;
            border-radius: 50%;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 6px 20px rgba(84, 168, 220, 0.4);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9998;
        }
 
        .tos-back-to-top.tos-visible {
            opacity: 1;
            visibility: visible;
        }
 
        .tos-back-to-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(84, 168, 220, 0.5);
        }
 
        /* Responsive */
        @media (max-width: 768px) {
            .tos-wrapper .tos-header h1 {
                font-size: 2.25rem;
            }
 
            .tos-wrapper .tos-header .tos-description {
                font-size: 1rem;
            }
 
            .tos-wrapper .tos-header .tos-info-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
 
            .tos-wrapper .tos-container {
                padding: 2rem 1.25rem;
            }
 
            .tos-wrapper h2 {
                font-size: 1.6rem;
            }
 
            .tos-wrapper h3 {
                font-size: 1.25rem;
            }
 
            .tos-table-of-contents {
                width: 85%;
                max-width: 320px;
            }
 
            .tos-nav-toggle,
            .tos-back-to-top {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }
 
            .tos-nav-toggle {
                bottom: 1.5rem;
                right: 1.5rem;
            }
 
            .tos-back-to-top {
                bottom: 1.5rem;
                left: 1.5rem;
            }
        }
 
        /* Smooth scroll */
        .tos-wrapper {
            scroll-behavior: smooth;
        }
 
        /* Animation */
        @keyframes tosFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .tos-wrapper .tos-container > * {
            animation: tosFadeIn 0.6s ease-out;
        }/* End custom CSS */