.elementor-296581 .elementor-element.elementor-element-bc28312{--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-296581 .elementor-element.elementor-element-692e155{--spacer-size:20px;}.elementor-296581 .elementor-element.elementor-element-678758b{--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-296581 .elementor-element.elementor-element-b3f7119{--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-296581 .elementor-element.elementor-element-1a52371{--spacer-size:20px;}body.elementor-page-296581:not(.elementor-motion-effects-element-type-background), body.elementor-page-296581 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-177a703 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .guidelines-logo {
    display: block;
    margin: 0 auto;
}
        
        .guidelines-body {
            font-family: 'Segoe UI', system-ui, sans-serif;
            line-height: 1.6;
            color: #2c3e50;
            background: #1a1a2e;
            min-height: 100vh;
        }
        
        .guidelines-glass-container {
            max-width: 1200px;
            margin: 40px auto;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }
        
        .guidelines-floating-header {
            background: linear-gradient(135deg, rgba(58, 94, 166, 0.9), rgba(84, 168, 220, 0.9));
            backdrop-filter: blur(20px);
            padding: 60px 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .guidelines-floating-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            animation: guidelines-shine 3s infinite;
        }
        
        @keyframes guidelines-shine {
            0% { left: -100%; }
            100% { left: 100%; }
        }
        
        .guidelines-logo-space {
            width: 160px;
            height: 100px;
            background: rgba(255, 255, 255, 0.15);
            border: 2px dashed rgba(255, 255, 255, 0.4);
            border-radius: 15px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            font-weight: 600;
            position: relative;
            z-index: 2;
        }
        
        .guidelines-main-title {
            font-size: 1.8em;
            color: white;
            margin-bottom: 15px;
            font-weight: 900;
            letter-spacing: 4px;
            text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 2;
        }
        
        .guidelines-subtitle-text {
            font-size: 1.2em;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 30px;
            font-weight: 400;
            position: relative;
            z-index: 2;
        }
        
        .guidelines-decorative-line {
            width: 200px;
            height: 4px;
            background: linear-gradient(90deg, #EE7A3B, #FDDA16, #EE7A3B);
            margin: 0 auto;
            border-radius: 2px;
            position: relative;
            z-index: 2;
        }
        
        .guidelines-content-wrapper {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 0;
        }
        
        .guidelines-tabs-container {
            display: flex;
            background: rgba(58, 94, 166, 0.1);
            border-bottom: 1px solid rgba(58, 94, 166, 0.2);
            overflow-x: auto;
        }
        
        .guidelines-tab {
            padding: 20px 30px;
            background: transparent;
            border: none;
            color: #3A5EA6;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            white-space: nowrap;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .guidelines-tab:hover {
            background: rgba(58, 94, 166, 0.1);
            color: #2c4a8d;
        }
        
        .guidelines-tab.active {
            background: linear-gradient(135deg, #3A5EA6, #54A8DC);
            color: white;
            border-bottom-color: #EE7A3B;
            box-shadow: inset 0 -3px 0 #EE7A3B;
        }
        
        .guidelines-tab-content {
            display: none;
            padding: 50px;
            animation: guidelines-fadeIn 0.5s ease-in;
        }
        
        .guidelines-tab-content.active {
            display: block;
        }
        
        @keyframes guidelines-fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .guidelines-hero-section {
            background: linear-gradient(135deg, #FDDA16 0%, #EE7A3B 50%);
            color: white;
            padding: 50px;
            border-radius: 20px;
            margin-bottom: 40px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .guidelines-hero-section::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
            border-radius: 50%;
        }
        
        .guidelines-hero-section h2 {
            font-size: 2em;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }
        
        .guidelines-hero-section p {
            font-size: 1.1em;
            line-height: 1.7;
            position: relative;
            z-index: 1;
        }
        
        .guidelines-card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }
        
        .guidelines-info-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-left: 5px solid #54A8DC;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .guidelines-info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #3A5EA6, #54A8DC, #EE7A3B, #FDDA16);
        }
        
        .guidelines-info-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .guidelines-info-card h3 {
            color: #3A5EA6;
            margin-bottom: 15px;
            font-size: 1.3em;
            display: flex;
            align-items: center;
        }
        
        .guidelines-info-card h3::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #EE7A3B;
            border-radius: 50%;
            margin-right: 12px;
        }
        
        .guidelines-spec-list {
            list-style: none;
        }
        
        .guidelines-spec-list li {
            margin-bottom: 18px;
            padding: 15px 20px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 4px solid #FDDA16;
            transition: all 0.2s ease;
        }
        
        .guidelines-spec-list li:hover {
            background: #e9ecef;
            border-left-color: #EE7A3B;
            transform: translateX(5px);
        }
        
        .guidelines-spec-list li strong {
            color: #3A5EA6;
            font-size: 1.1em;
            display: block;
            margin-bottom: 5px;
        }
        
        .guidelines-highlight-box {
            background: linear-gradient(135deg, rgba(253, 218, 22, 0.1), rgba(238, 122, 59, 0.1));
            border: 2px solid rgba(238, 122, 59, 0.3);
            border-radius: 15px;
            padding: 25px;
            margin: 25px 0;
            position: relative;
        }
        
        .guidelines-highlight-box::before {
            content: '⚠️';
            position: absolute;
            top: -10px;
            left: 20px;
            background: white;
            padding: 0 10px;
            font-size: 16px;
        }
        
        .guidelines-action-section {
            background: linear-gradient(135deg, #D3D3D3, #54A8DC);
            color: white;
            padding: 50px;
            border-radius: 20px;
            text-align: center;
            margin-top: 50px;
            position: relative;
            overflow: hidden;
        }
        
        .guidelines-action-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: repeating-conic-gradient(
                from 0deg,
                transparent 0deg,
                rgba(255, 255, 255, 0.03) 30deg,
                transparent 60deg
            );
            animation: guidelines-rotate 20s linear infinite;
        }
        
        @keyframes guidelines-rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        .guidelines-action-section h2 {
            font-size: 1.8em;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }
        
        .guidelines-action-section p {
            font-size: 1.1em;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
        }
        
        .guidelines-cta-button {
            display: inline-block;
            background: linear-gradient(45deg, #FDDA16, #EE7A3B);
            color: #333;
            padding: 15px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1em;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(238, 122, 59, 0.3);
            position: relative;
            z-index: 1;
        }
        
        .guidelines-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(238, 122, 59, 0.4);
            background: linear-gradient(45deg, #EE7A3B, #FDDA16);
        }
        
        .guidelines-footer-info {
            text-align: center;
            padding: 30px 50px;
            background: rgba(58, 94, 166, 0.05);
            color: #666;
            font-size: 0.95em;
        }
        
        a {
          color: #3A5EA6; 
        }
                
        @media (max-width: 768px) {
            .guidelines-main-title {
                font-size: 2.5em;
            }
            .guidelines-tabs-container {
                flex-wrap: wrap;
            }
            .guidelines-tab-content {
                padding: 30px 20px;
            }
            .guidelines-card-grid {
                grid-template-columns: 1fr;
            }
            .guidelines-glass-container {
                margin: 20px;
            }
        }/* End custom CSS */