
      
    


      
     


      {} *{} 
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 :root { --brand-primary: #F26430; --brand-deep-orange: #E8571C; --brand-light-orange: #FF7F50; --brand-white: #FFFFFF; --brand-dark: #1A1A1A; --shadow-orange: rgba(242, 100, 48, 0.25); } body { font-family: 'Inter', sans-serif; color: var(--brand-dark); background-color: #f9fafb; } .vsl-container { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); background: #000; } .cta-glow { box-shadow: 0 0 20px var(--shadow-orange); transition: all 0.3s ease; } .cta-glow:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(242, 100, 48, 0.5); } .brand-gradient { background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-deep-orange) 100%); } .bullet-icon { color: var(--brand-primary); } 

 body { font-family: 'Inter', sans-serif; color: #1A1A1A; } .brand-orange { color: #F26430; } .bg-brand-orange { background-color: #F26430; } .bg-brand-deep { background-color: #E8571C; } .border-brand-orange { border-color: #F26430; } .hover-scale { transition: transform 0.2s; } .hover-scale:hover { transform: scale(1.02); } .shadow-glow { box-shadow: 0 0 20px rgba(242, 100, 48, 0.3); } .text-brand-orange { color: #F26430; } 

