.highlight,pre.highlight{background:#f9f9f9;color:#383942}.highlight pre{background:#f9f9f9}.highlight .hll{background:#f9f9f9}.highlight .c{color:#9fa0a6;font-style:italic}.highlight .err{color:#fff;background-color:#e05151}.highlight .k{color:#a625a4}.highlight .l{color:#50a04f}.highlight .n{color:#383942}.highlight .o{color:#383942}.highlight .p{color:#383942}.highlight .cm{color:#9fa0a6;font-style:italic}.highlight .cp{color:#9fa0a6;font-style:italic}.highlight .c1{color:#9fa0a6;font-style:italic}.highlight .cs{color:#9fa0a6;font-style:italic}.highlight .ge{font-style:italic}.highlight .gs{font-weight:700}.highlight .kc{color:#a625a4}.highlight .kd{color:#a625a4}.highlight .kn{color:#a625a4}.highlight .kp{color:#a625a4}.highlight .kr{color:#a625a4}.highlight .kt{color:#a625a4}.highlight .ld{color:#50a04f}.highlight .m{color:#b66a00}.highlight .s{color:#50a04f}.highlight .na{color:#b66a00}.highlight .nb{color:#ca7601}.highlight .nc{color:#ca7601}.highlight .no{color:#ca7601}.highlight .nd{color:#ca7601}.highlight .ni{color:#ca7601}.highlight .ne{color:#ca7601}.highlight .nf{color:#383942}.highlight .nl{color:#ca7601}.highlight .nn{color:#383942}.highlight .nx{color:#383942}.highlight .py{color:#ca7601}.highlight .nt{color:#e35549}.highlight .nv{color:#ca7601}.highlight .ow{font-weight:700}.highlight .w{color:#f8f8f2}.highlight .mf{color:#b66a00}.highlight .mh{color:#b66a00}.highlight .mi{color:#b66a00}.highlight .mo{color:#b66a00}.highlight .sb{color:#50a04f}.highlight .sc{color:#50a04f}.highlight .sd{color:#50a04f}.highlight .s2{color:#50a04f}.highlight .se{color:#50a04f}.highlight .sh{color:#50a04f}.highlight .si{color:#50a04f}.highlight .sx{color:#50a04f}.highlight .sr{color:#0083bb}.highlight .s1{color:#50a04f}.highlight .ss{color:#0083bb}.highlight .bp{color:#ca7601}.highlight .vc{color:#ca7601}.highlight .vg{color:#ca7601}.highlight .vi{color:#e35549}.highlight .il{color:#b66a00}.highlight .gu{color:#75715e}.highlight .gd{color:#e05151}.highlight .gi{color:#43d089}.highlight .language-json .w+.s2{color:#e35549}.highlight .language-json .kc{color:#0083bb}:root{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f1f5f9;--bg-code: #1e293b;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-color-strong: #cbd5e1;--shadow-color: rgba(0, 0, 0, 0.1);--brand-primary: #3333B2;--brand-secondary: #06c;--brand-accent: #FF7F0E;--brand-success: #10b981;--brand-warning: #f59e0b;--brand-error: #ef4444;--brand-info: #3b82f6;--gradient-primary: linear-gradient(135deg, #3333B2, #06c);--gradient-hero: linear-gradient(135deg, #3333B2 0%, #06c 50%, #00a3cc 100%)}html{scroll-behavior:smooth;font-feature-settings:"cv02", "cv03", "cv04", "cv11"}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header{background:var(--gradient-primary);box-shadow:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05)}.site-title{color:white !important;font-weight:700;letter-spacing:-0.02em}.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6{color:var(--brand-primary);font-weight:700;letter-spacing:-0.02em}.main-content h1{font-size:2.25rem;line-height:1.2;margin-bottom:1.5rem}.main-content h2{font-size:1.75rem;line-height:1.3;margin-top:2.5rem;margin-bottom:1rem}.main-content h3{font-size:1.375rem;line-height:1.4;margin-top:2rem;margin-bottom:0.75rem}.main-content h4{font-size:1.125rem;line-height:1.5;margin-top:1.5rem;margin-bottom:0.5rem}.main-content p{line-height:1.7;color:var(--text-primary)}.main-content a{color:var(--brand-secondary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color 0.15s ease}.main-content a:hover{border-bottom-color:var(--brand-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:8px;font-size:0.9375rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all 0.2s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn.btn-primary{background:var(--gradient-primary);color:white;box-shadow:0 4px 14px rgba(51,51,178,0.25)}.btn.btn-primary:hover{box-shadow:0 6px 20px rgba(51,51,178,0.35)}.btn.btn-secondary{background:var(--bg-secondary);color:var(--brand-primary);border:2px solid var(--border-color);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.btn.btn-secondary:hover{border-color:var(--brand-primary);background:rgba(51,51,178,0.05);box-shadow:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05)}.btn.btn-outline{background:transparent;color:var(--brand-primary);border:2px solid var(--brand-primary)}.btn.btn-outline:hover{background:var(--brand-primary);color:white}.btn.btn-ghost{background:transparent;color:var(--text-secondary);padding:0.5rem 1rem}.btn.btn-ghost:hover{background:var(--bg-tertiary);color:var(--text-primary)}.btn.btn-sm{padding:0.5rem 1rem;font-size:0.8125rem;border-radius:6px}.btn.btn-lg{padding:1rem 2rem;font-size:1.0625rem;border-radius:12px}.btn.btn-icon{padding:0.625rem;border-radius:8px}.btn.btn-icon svg{width:1.25rem;height:1.25rem}.card,.week-card,.paper-card,.snippet-card,.slide-card,.quick-link,.module-card,.api-card,.start-option{background:var(--bg-secondary);border-radius:12px;padding:1.5rem;border:1px solid var(--border-color);box-shadow:0 1px 2px rgba(0,0,0,0.05);transition:all 0.2s ease}.card:hover,.week-card:hover,.paper-card:hover,.snippet-card:hover,.slide-card:hover,.quick-link:hover,.module-card:hover,.api-card:hover,.start-option:hover{border-color:var(--border-color-strong);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.05);transform:translateY(-2px)}.card-accent{border-left:4px solid var(--brand-primary)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.card-title{font-size:1.125rem;font-weight:600;color:var(--brand-primary);margin:0}.card-description{font-size:0.9375rem;color:var(--text-secondary);margin:0}.week-card h3{color:var(--brand-primary);margin:0 0 0.5rem 0;font-size:1.125rem}.week-card .week-meta{font-size:0.8125rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:1rem;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:1rem;margin:2rem 0}.stat-card{background:linear-gradient(135deg, rgba(51,51,178,0.05) 0%, rgba(0,102,204,0.08) 100%);border-radius:12px;padding:1.5rem 1rem;text-align:center;border:1px solid rgba(51,51,178,0.1);transition:all 0.2s ease;position:relative;overflow:hidden}.stat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary);opacity:0;transition:opacity 0.2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05)}.stat-card:hover::before{opacity:1}.stat-card .stat-number{font-size:2.25rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.stat-card .stat-label{font-size:0.8125rem;color:var(--text-secondary);margin-top:0.375rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}input[type="text"],input[type="search"],.search-input,#glossary-search,#faq-search,#paper-search,#snippet-search{width:100%;padding:0.875rem 1rem 0.875rem 2.75rem;border:2px solid var(--border-color);border-radius:12px;font-size:1rem;background-color:var(--bg-secondary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.3-4.3'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0.875rem center;transition:all 0.2s ease;color:var(--text-primary)}input[type="text"]::placeholder,input[type="search"]::placeholder,.search-input::placeholder,#glossary-search::placeholder,#faq-search::placeholder,#paper-search::placeholder,#snippet-search::placeholder{color:var(--text-muted)}input[type="text"]:focus,input[type="search"]:focus,.search-input:focus,#glossary-search:focus,#faq-search:focus,#paper-search:focus,#snippet-search:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 4px rgba(51,51,178,0.1)}input[type="text"]:hover:not(:focus),input[type="search"]:hover:not(:focus),.search-input:hover:not(:focus),#glossary-search:hover:not(:focus),#faq-search:hover:not(:focus),#paper-search:hover:not(:focus),#snippet-search:hover:not(:focus){border-color:var(--border-color-strong)}table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;border:1px solid var(--border-color);margin:1.5rem 0;box-shadow:0 1px 2px rgba(0,0,0,0.05)}table thead{background:linear-gradient(to bottom, var(--bg-tertiary), var(--bg-secondary))}table th{font-weight:600;text-align:left;padding:0.875rem 1rem;color:var(--text-primary);font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.05em;border-bottom:2px solid var(--border-color)}table td{padding:0.875rem 1rem;border-bottom:1px solid var(--border-color);color:var(--text-primary)}table tbody tr{transition:background-color 0.15s ease}table tbody tr:nth-child(even){background-color:rgba(0,0,0,0.015)}table tbody tr:hover{background-color:rgba(51,51,178,0.04)}table tbody tr:last-child td{border-bottom:none}table td a{color:var(--brand-secondary);font-weight:500}.callout,.note,.warning,.tip,.important{padding:1rem 1.25rem;border-radius:8px;border-left:4px solid;margin:1.5rem 0;position:relative}.callout p:last-child,.note p:last-child,.warning p:last-child,.tip p:last-child,.important p:last-child{margin-bottom:0}.callout strong:first-child,.note strong:first-child,.warning strong:first-child,.tip strong:first-child,.important strong:first-child{display:block;margin-bottom:0.5rem;font-size:0.875rem;text-transform:uppercase;letter-spacing:0.05em}.callout-info,.note{background:linear-gradient(135deg, rgba(59,130,246,0.08), rgba(59,130,246,0.04));border-color:var(--brand-info)}.callout-info strong:first-child,.note strong:first-child{color:var(--brand-info)}.callout-warning,.warning{background:linear-gradient(135deg, rgba(245,158,11,0.1), rgba(245,158,11,0.05));border-color:var(--brand-warning)}.callout-warning strong:first-child,.warning strong:first-child{color:#b45309}.callout-success,.tip{background:linear-gradient(135deg, rgba(16,185,129,0.08), rgba(16,185,129,0.04));border-color:var(--brand-success)}.callout-success strong:first-child,.tip strong:first-child{color:var(--brand-success)}.callout-error,.important{background:linear-gradient(135deg, rgba(239,68,68,0.08), rgba(239,68,68,0.04));border-color:var(--brand-error)}.callout-error strong:first-child,.important strong:first-child{color:var(--brand-error)}.week-progress{display:flex;gap:0.375rem;margin-bottom:1.5rem;padding:1rem;background:var(--bg-tertiary);border-radius:12px}.week-progress .progress-step{flex:1;height:6px;border-radius:3px;background:var(--border-color);transition:all 0.2s ease;position:relative}.week-progress .progress-step.completed{background:var(--brand-success)}.week-progress .progress-step.current{background:var(--gradient-primary);box-shadow:0 0 8px rgba(51,51,178,0.4)}.week-progress .progress-step:hover{transform:scaleY(1.5)}.week-progress-label{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-top:0.5rem}.badge{display:inline-flex;align-items:center;padding:0.25rem 0.625rem;border-radius:9999px;font-size:0.75rem;font-weight:600;line-height:1.4;white-space:nowrap}.badge.badge-primary{background:rgba(51,51,178,0.1);color:var(--brand-primary)}.badge.badge-secondary{background:rgba(0,102,204,0.1);color:var(--brand-secondary)}.badge.badge-success,.badge.badge-low{background:rgba(16,185,129,0.1);color:#059669}.badge.badge-warning,.badge.badge-medium{background:rgba(245,158,11,0.15);color:#b45309}.badge.badge-error,.badge.badge-critical{background:rgba(239,68,68,0.1);color:#dc2626}.badge.badge-accent,.badge.badge-high,.badge.badge-new{background:rgba(255,127,14,0.1);color:#c2410c}.badge.badge-colab{background:#F9AB00;color:#1a1a2e}.badge.badge-outline{background:transparent;border:1px solid currentColor}.status-badge{display:inline-flex;align-items:center;gap:0.375rem;padding:0.375rem 0.75rem;border-radius:9999px;font-size:0.8125rem;font-weight:500}.status-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}.status-badge.status-complete{background:rgba(16,185,129,0.1);color:#059669}.status-badge.status-current{background:rgba(51,51,178,0.1);color:var(--brand-primary)}.status-badge.status-upcoming{background:var(--bg-tertiary);color:var(--text-muted)}.hero{background:var(--gradient-hero);color:white;padding:4rem 2.5rem;text-align:center;border-radius:16px;margin-bottom:2.5rem;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 40%);pointer-events:none}.hero h1{color:white;font-size:2.75rem;font-weight:800;margin-bottom:1rem;letter-spacing:-0.03em;position:relative}.hero .hero-subtitle{font-size:1.25rem;opacity:0.9;max-width:600px;margin:0 auto 2rem;line-height:1.6;position:relative}.hero .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.hero .hero-buttons .btn{padding:0.875rem 1.75rem;font-size:1rem}.hero .hero-buttons .btn.btn-primary{background:white;color:var(--brand-primary);box-shadow:0 4px 14px rgba(0,0,0,0.15)}.hero .hero-buttons .btn.btn-primary:hover{background:#f8fafc;box-shadow:0 6px 20px rgba(0,0,0,0.2)}.hero .hero-buttons .btn.btn-outline{border-color:white;color:white}.hero .hero-buttons .btn.btn-outline:hover{background:white;color:var(--brand-primary)}.faq-item{background:var(--bg-secondary);border-radius:12px;margin-bottom:0.75rem;border:1px solid var(--border-color);overflow:hidden;transition:all 0.2s ease}.faq-item:hover{border-color:var(--border-color-strong)}.faq-item.active{border-color:var(--brand-primary);box-shadow:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05),0 0 0 3px rgba(51,51,178,0.1)}.faq-item.active .faq-toggle{background:linear-gradient(to bottom, rgba(51,51,178,0.05), transparent)}.faq-item.active .faq-icon{transform:rotate(45deg);color:var(--brand-primary)}.faq-toggle{width:100%;padding:1.125rem 1.25rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1rem;font-weight:600;color:var(--text-primary);display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background 0.15s ease}.faq-toggle:hover{background:var(--bg-tertiary)}.faq-toggle .faq-icon{font-size:1.25rem;font-weight:300;color:var(--text-muted);transition:transform 0.2s ease,color 0.2s ease;flex-shrink:0}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-secondary);line-height:1.7;animation:slideDown 0.2s ease-out}.faq-answer ul,.faq-answer ol{margin:0.75rem 0;padding-left:1.25rem}.faq-answer li{margin-bottom:0.5rem}@keyframes slideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}pre{background:var(--bg-code);border-radius:12px;padding:1.25rem;overflow-x:auto;position:relative;margin:1.5rem 0;border:1px solid var(--border-color)}pre code{background:none;padding:0;font-size:0.875rem;line-height:1.6;color:#e2e8f0}.code-block-wrapper{position:relative}.copy-btn,.code-copy-btn{position:absolute;top:0.75rem;right:0.75rem;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#e2e8f0;padding:0.5rem 0.75rem;border-radius:6px;font-size:0.75rem;font-weight:500;cursor:pointer;transition:all 0.15s ease;display:flex;align-items:center;gap:0.375rem}.copy-btn:hover,.code-copy-btn:hover{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.3)}.copy-btn.copied,.code-copy-btn.copied{background:var(--brand-success);border-color:var(--brand-success);color:white}code{background:var(--bg-tertiary);padding:0.2rem 0.4rem;border-radius:4px;font-size:0.875em;color:var(--brand-primary);font-family:'SF Mono', 'Fira Code', 'Monaco', monospace}.alphabet-nav{display:flex;flex-wrap:wrap;gap:0.375rem;padding:1rem;background:var(--bg-tertiary);border-radius:12px;margin-bottom:1.5rem;justify-content:center}.alphabet-nav a{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:6px;font-weight:600;font-size:0.875rem;color:var(--text-secondary);text-decoration:none;transition:all 0.15s ease;border:1px solid transparent}.alphabet-nav a:hover{background:var(--bg-secondary);color:var(--brand-primary);border-color:var(--border-color)}.alphabet-nav a.active{background:var(--brand-primary);color:white}.alphabet-nav a.disabled{color:var(--text-muted);opacity:0.5;pointer-events:none}.glossary-term{padding:1.25rem;border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border-color);margin-bottom:1rem;transition:all 0.2s ease}.glossary-term:hover{border-color:var(--border-color-strong);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.glossary-term h3{color:var(--brand-primary);font-size:1.125rem;margin:0 0 0.5rem 0}.glossary-term p{color:var(--text-secondary);margin:0;line-height:1.6}.glossary-term .term-meta{margin-top:0.75rem;display:flex;flex-wrap:wrap;gap:0.5rem}.quiz-container{background:var(--bg-secondary);border-radius:16px;padding:2rem;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05)}.quiz-question{background:var(--bg-tertiary);border-radius:12px;padding:1.5rem;margin-bottom:1rem;border:1px solid var(--border-color);transition:all 0.2s ease}.quiz-question:hover{border-color:var(--border-color-strong)}.quiz-question h4{color:var(--text-primary);font-size:1rem;margin:0 0 1rem 0;line-height:1.5}.quiz-options{display:flex;flex-direction:column;gap:0.625rem}.quiz-option{display:flex;align-items:center;gap:0.75rem;padding:0.875rem 1rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all 0.15s ease}.quiz-option:hover{border-color:var(--brand-primary);background:rgba(51,51,178,0.02)}.quiz-option.selected{border-color:var(--brand-primary);background:rgba(51,51,178,0.05)}.quiz-option.correct{border-color:var(--brand-success);background:rgba(16,185,129,0.08)}.quiz-option.correct .option-indicator{background:var(--brand-success);border-color:var(--brand-success);color:white}.quiz-option.incorrect{border-color:var(--brand-error);background:rgba(239,68,68,0.08)}.quiz-option.incorrect .option-indicator{background:var(--brand-error);border-color:var(--brand-error);color:white}.quiz-option .option-indicator{width:1.75rem;height:1.75rem;border-radius:50%;border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:0.875rem;color:var(--text-muted);flex-shrink:0;transition:all 0.15s ease}.quiz-option .option-text{color:var(--text-primary);line-height:1.5}.quiz-feedback{margin-top:1rem;padding:1rem 1.25rem;border-radius:8px;font-weight:500}.quiz-feedback.feedback-correct{background:rgba(16,185,129,0.1);color:#059669;border:1px solid rgba(16,185,129,0.2)}.quiz-feedback.feedback-incorrect{background:rgba(239,68,68,0.1);color:#dc2626;border:1px solid rgba(239,68,68,0.2)}.quiz-progress-bar{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.quiz-progress-bar .progress-fill{height:100%;background:var(--gradient-primary);border-radius:4px;transition:width 0.3s ease}.quiz-score{text-align:center;padding:2rem;background:linear-gradient(135deg, rgba(51,51,178,0.05), rgba(0,102,204,0.08));border-radius:12px;margin-top:1.5rem}.quiz-score .score-number{font-size:3rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quiz-score .score-label{color:var(--text-secondary);font-size:1rem;margin-top:0.5rem}@keyframes confetti{0%{transform:translateY(0) rotate(0deg);opacity:1}100%{transform:translateY(-100vh) rotate(720deg);opacity:0}}.confetti{position:fixed;width:10px;height:10px;animation:confetti 3s ease-out forwards}.slides-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.25rem;margin:2rem 0}.slide-card{display:flex;flex-direction:column}.slide-card .slide-header{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem}.slide-card .slide-number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:8px;background:var(--gradient-primary);color:white;font-weight:700;font-size:1rem;flex-shrink:0}.slide-card .slide-title{font-weight:600;color:var(--text-primary);font-size:1rem;line-height:1.4}.slide-card .slide-actions{display:flex;gap:0.5rem;margin-top:auto;padding-top:1rem}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem;margin:2rem 0}.quick-link{display:flex;align-items:flex-start;gap:1rem;text-decoration:none}.quick-link .quick-link-icon{width:2.5rem;height:2.5rem;border-radius:8px;background:linear-gradient(135deg, rgba(51,51,178,0.1), rgba(0,102,204,0.15));display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-primary);font-size:1.25rem;transition:all 0.2s ease}.quick-link:hover .quick-link-icon{background:var(--gradient-primary);color:white;transform:scale(1.1)}.quick-link .quick-link-content h4{margin:0 0 0.25rem 0;font-size:0.9375rem;color:var(--text-primary)}.quick-link .quick-link-content p{margin:0;font-size:0.8125rem;color:var(--text-secondary)}.module-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.25rem;margin:2rem 0}.module-card{border-top:4px solid var(--brand-primary)}.module-card .module-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.module-card .module-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0}.module-card .module-weeks{font-size:0.75rem;color:var(--text-muted);background:var(--bg-tertiary);padding:0.25rem 0.625rem;border-radius:9999px}.module-card .module-topics{list-style:none;padding:0;margin:0}.module-card .module-topics li{padding:0.375rem 0;font-size:0.875rem;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.module-card .module-topics li:last-child{border-bottom:none}.resource-links{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1rem}.resource-links a,.resource-links .btn{display:inline-flex;align-items:center;gap:0.375rem}.progress-bar{background:var(--bg-tertiary);border-radius:4px;height:8px;overflow:hidden}.progress-bar .progress-fill{background:var(--gradient-primary);height:100%;transition:width 0.3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%, 100%{opacity:1}50%{opacity:0.7}}.main-content{animation:fadeIn 0.3s ease-out}.week-card,.stat-card,.paper-card,.snippet-card,.slide-card,.quick-link,.module-card{opacity:0;animation:fadeInUp 0.4s ease-out forwards}.week-card:nth-child(1),.stat-card:nth-child(1),.module-card:nth-child(1),.slide-card:nth-child(1){animation-delay:.1s}.week-card:nth-child(2),.stat-card:nth-child(2),.module-card:nth-child(2),.slide-card:nth-child(2){animation-delay:.15s}.week-card:nth-child(3),.stat-card:nth-child(3),.module-card:nth-child(3),.slide-card:nth-child(3){animation-delay:.2s}.week-card:nth-child(4),.stat-card:nth-child(4),.module-card:nth-child(4),.slide-card:nth-child(4){animation-delay:.25s}.week-card:nth-child(5),.stat-card:nth-child(5),.module-card:nth-child(5),.slide-card:nth-child(5){animation-delay:.3s}.week-card:nth-child(6),.stat-card:nth-child(6),.module-card:nth-child(6),.slide-card:nth-child(6){animation-delay:.35s}.week-card:nth-child(7),.stat-card:nth-child(7),.module-card:nth-child(7),.slide-card:nth-child(7){animation-delay:.4s}.week-card:nth-child(8),.stat-card:nth-child(8),.module-card:nth-child(8),.slide-card:nth-child(8){animation-delay:.45s}.week-card:nth-child(9),.stat-card:nth-child(9),.module-card:nth-child(9),.slide-card:nth-child(9){animation-delay:.5s}.week-card:nth-child(10),.stat-card:nth-child(10),.module-card:nth-child(10),.slide-card:nth-child(10){animation-delay:.55s}.week-card:nth-child(11),.stat-card:nth-child(11),.module-card:nth-child(11),.slide-card:nth-child(11){animation-delay:.6s}.week-card:nth-child(12),.stat-card:nth-child(12),.module-card:nth-child(12),.slide-card:nth-child(12){animation-delay:.65s}.skip-link{position:absolute;top:-100px;left:50%;transform:translateX(-50%);background:var(--brand-primary);color:white;padding:0.75rem 1.5rem;text-decoration:none;font-weight:600;border-radius:0 0 8px 8px;z-index:9999;transition:top 0.2s ease}.skip-link:focus{top:0;outline:3px solid var(--brand-accent);outline-offset:2px}*:focus-visible{outline:3px solid var(--brand-accent);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}[data-theme="dark"]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--bg-code: #0f172a;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--border-color: #334155;--border-color-strong: #475569;--shadow-color: rgba(0, 0, 0, 0.4);--brand-primary: #818cf8;--brand-secondary: #60a5fa;--brand-accent: #fb923c;--gradient-primary: linear-gradient(135deg, #818cf8, #60a5fa);--gradient-hero: linear-gradient(135deg, #312e81, #1e3a5f, #0c4a6e)}[data-theme="dark"] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme="dark"] .site-header{background:linear-gradient(135deg, #1e1b4b, #0f172a)}[data-theme="dark"] .side-bar{background-color:var(--bg-secondary);border-color:var(--border-color)}[data-theme="dark"] .main-content{background-color:var(--bg-primary)}[data-theme="dark"] .main-content h1,[data-theme="dark"] .main-content h2,[data-theme="dark"] .main-content h3,[data-theme="dark"] .main-content h4,[data-theme="dark"] .main-content h5,[data-theme="dark"] .main-content h6{color:var(--brand-primary)}[data-theme="dark"] .main-content a{color:var(--brand-secondary)}[data-theme="dark"] .hero{background:var(--gradient-hero)}[data-theme="dark"] .stat-card{background:linear-gradient(135deg, rgba(129,140,248,0.1), rgba(96,165,250,0.15));border-color:rgba(129,140,248,0.2)}[data-theme="dark"] .stat-card .stat-number{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme="dark"] table thead{background:linear-gradient(to bottom, var(--bg-tertiary), var(--bg-secondary))}[data-theme="dark"] table tbody tr:nth-child(even){background-color:rgba(255,255,255,0.02)}[data-theme="dark"] table tbody tr:hover{background-color:rgba(129,140,248,0.08)}[data-theme="dark"] pre{background-color:#0f172a;border-color:var(--border-color)}[data-theme="dark"] code{background:var(--bg-tertiary);color:var(--brand-primary)}[data-theme="dark"] .callout-info,[data-theme="dark"] .note{background:linear-gradient(135deg, rgba(96,165,250,0.15), rgba(96,165,250,0.08))}[data-theme="dark"] .callout-warning,[data-theme="dark"] .warning{background:linear-gradient(135deg, rgba(251,146,60,0.15), rgba(251,146,60,0.08))}[data-theme="dark"] .callout-success,[data-theme="dark"] .tip{background:linear-gradient(135deg, rgba(52,211,153,0.15), rgba(52,211,153,0.08))}[data-theme="dark"] .callout-error,[data-theme="dark"] .important{background:linear-gradient(135deg, rgba(248,113,113,0.15), rgba(248,113,113,0.08))}[data-theme="dark"] input[type="text"],[data-theme="dark"] input[type="search"],[data-theme="dark"] .search-input{background-color:var(--bg-secondary);color:var(--text-primary)}[data-theme="dark"] input[type="text"]::placeholder,[data-theme="dark"] input[type="search"]::placeholder,[data-theme="dark"] .search-input::placeholder{color:var(--text-muted)}[data-theme="dark"] .btn.btn-secondary{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}[data-theme="dark"] .btn.btn-secondary:hover{border-color:var(--brand-primary);background:rgba(129,140,248,0.1)}[data-theme="dark"] .quiz-option{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme="dark"] .quiz-option:hover{border-color:var(--brand-primary);background:rgba(129,140,248,0.1)}[data-theme="dark"] .alphabet-nav{background:var(--bg-secondary)}[data-theme="dark"] .alphabet-nav a:hover{background:var(--bg-tertiary)}.theme-toggle{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:50%;width:48px;height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.05);transition:all 0.2s ease}.theme-toggle:hover{transform:scale(1.1);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.05)}.theme-toggle .icon-sun,.theme-toggle .icon-moon{width:24px;height:24px;fill:var(--text-primary)}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}[data-theme="dark"] .theme-toggle .icon-sun{display:block}[data-theme="dark"] .theme-toggle .icon-moon{display:none}@media (max-width: 1024px){.hero{padding:3rem 2rem}.hero h1{font-size:2.25rem}}@media (max-width: 768px){.hero{padding:2.5rem 1.5rem;border-radius:8px}.hero h1{font-size:1.875rem}.hero .hero-subtitle{font-size:1.0625rem}.stats-grid{grid-template-columns:repeat(2, 1fr)}.slides-grid,.module-grid,.quick-links-grid{grid-template-columns:1fr}.main-content h1{font-size:1.75rem}.main-content h2{font-size:1.5rem}.main-content h3{font-size:1.25rem}table{font-size:0.875rem}table th,table td{padding:0.625rem 0.75rem}.alphabet-nav{gap:0.25rem}.alphabet-nav a{width:2rem;height:2rem;font-size:0.8125rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr 1fr;gap:0.75rem}.stat-card{padding:1rem}.stat-card .stat-number{font-size:1.75rem}.hero{padding:2rem 1rem}.hero h1{font-size:1.5rem}.hero .hero-buttons{flex-direction:column}.hero .hero-buttons .btn{width:100%}.btn{padding:0.625rem 1rem;font-size:0.875rem}}@media print{.site-nav,.side-bar,.search,.back-to-top,.theme-toggle,.skip-link,.hero-buttons,.btn,.resource-links,.discussion-section,.week-nav,.alphabet-nav,.quiz-container,nav,footer{display:none !important}*{background:white !important;color:black !important;box-shadow:none !important}.main-content{max-width:100% !important;padding:0 !important;margin:0 !important}a[href^="http"]::after{content:" (" attr(href) ")";font-size:9pt;color:#666 !important}table{border-collapse:collapse;width:100%;page-break-inside:avoid}th,td{border:1pt solid black !important;padding:6pt}h1,h2,h3{page-break-after:avoid}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}.main-content p{line-height:1.75;margin-bottom:1.25rem}.main-content ul,.main-content ol{line-height:1.7;margin-bottom:1.25rem}.main-content ul li,.main-content ol li{margin-bottom:0.5rem}.main-content h1+p,.main-content h2+p,.main-content h3+p,.main-content h4+p{margin-top:0.5rem}.main-content ul ul,.main-content ol ol,.main-content ul ol,.main-content ol ul{margin-top:0.5rem;margin-bottom:0.5rem}@keyframes gradientShift{0%, 100%{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes float{0%, 100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.hero{background-size:200% 200%;animation:gradientShift 15s ease infinite}.hero::after{content:'';position:absolute;top:10%;right:10%;width:100px;height:100px;background:radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite;pointer-events:none}.hero .hero-decoration{position:absolute;bottom:20%;left:8%;width:60px;height:60px;background:radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite reverse}.hero-cta{display:inline-flex;align-items:center;gap:0.75rem;padding:1rem 2rem;background:white;color:var(--brand-primary);border-radius:12px;font-weight:700;font-size:1.125rem;text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,0.15);transition:all 0.2s ease;position:relative;overflow:hidden}.hero-cta::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);animation:shimmer 3s infinite}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,0.2)}.hero-cta .cta-arrow{transition:transform 0.2s ease}.hero-cta:hover .cta-arrow{transform:translateX(4px)}.stat-card .stat-icon{width:48px;height:48px;margin:0 auto 0.75rem;border-radius:8px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem}.stat-card .stat-icon svg{width:24px;height:24px;fill:currentColor}.stat-card.stat-weeks .stat-icon{background:linear-gradient(135deg, #3333B2, #5858D9)}.stat-card.stat-topics .stat-icon{background:linear-gradient(135deg, #06c, #2E8BEF)}.stat-card.stat-charts .stat-icon{background:linear-gradient(135deg, #FF7F0E, #FFB366)}.stat-card.stat-exercises .stat-icon{background:linear-gradient(135deg, #10b981, #34d399)}.module-card .module-progress{margin-top:1rem}.module-card .module-progress .progress-label{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.375rem}.module-card .module-progress .progress-track{height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.module-card .module-progress .progress-fill{height:100%;background:var(--gradient-primary);border-radius:3px;transition:width 0.5s ease}.module-card .module-status{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:9999px}.module-card .module-status.in-progress{background:rgba(51,51,178,0.1);color:var(--brand-primary)}.module-card .module-status.completed{background:rgba(16,185,129,0.1);color:var(--brand-success)}.module-card .module-status.upcoming{background:var(--bg-tertiary);color:var(--text-muted)}.week-progress .progress-step{cursor:pointer;position:relative}.week-progress .progress-step::after{content:attr(data-week);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:var(--bg-secondary);color:var(--text-primary);padding:0.375rem 0.625rem;border-radius:6px;font-size:0.75rem;white-space:nowrap;box-shadow:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05);border:1px solid var(--border-color);opacity:0;visibility:hidden;transition:all 0.15s ease;z-index:10}.week-progress .progress-step:hover::after{opacity:1;visibility:visible}.learning-objectives{counter-reset:objective;list-style:none;padding:0}.learning-objectives .objective-item{display:flex;align-items:flex-start;gap:1rem;padding:0.75rem 0;border-bottom:1px solid var(--border-color)}.learning-objectives .objective-item:last-child{border-bottom:none}.learning-objectives .objective-item::before{counter-increment:objective;content:counter(objective);display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;background:var(--gradient-primary);color:white;border-radius:50%;font-weight:700;font-size:0.875rem;flex-shrink:0}.resource-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;transition:all 0.2s ease;text-decoration:none}.resource-card:hover{border-color:var(--brand-primary);box-shadow:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05);transform:translateY(-2px)}.resource-card .resource-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem}.resource-card .resource-icon.icon-slides{background:linear-gradient(135deg, rgba(51,51,178,0.1), rgba(51,51,178,0.2));color:var(--brand-primary)}.resource-card .resource-icon.icon-notebook{background:linear-gradient(135deg, rgba(245,158,11,0.1), rgba(245,158,11,0.2));color:#b45309}.resource-card .resource-icon.icon-paper{background:linear-gradient(135deg, rgba(0,102,204,0.1), rgba(0,102,204,0.2));color:var(--brand-secondary)}.resource-card .resource-icon.icon-exercise{background:linear-gradient(135deg, rgba(16,185,129,0.1), rgba(16,185,129,0.2));color:var(--brand-success)}.resource-card .resource-icon.icon-video{background:linear-gradient(135deg, rgba(239,68,68,0.1), rgba(239,68,68,0.2));color:var(--brand-error)}.resource-card .resource-content{flex:1}.resource-card .resource-content .resource-title{font-weight:600;color:var(--text-primary);margin:0 0 0.25rem 0}.resource-card .resource-content .resource-meta{font-size:0.8125rem;color:var(--text-muted)}.resource-card .resource-action{color:var(--brand-secondary);font-size:1.25rem;opacity:0;transform:translateX(-5px);transition:all 0.2s ease}.resource-card:hover .resource-action{opacity:1;transform:translateX(0)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1rem;margin:1.5rem 0}.section-nav{position:sticky;top:1rem;z-index:100;margin-bottom:1.5rem}.section-nav .section-nav-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;font-weight:500;color:var(--text-primary);transition:all 0.2s ease}.section-nav .section-nav-toggle:hover{border-color:var(--border-color-strong)}.section-nav .section-nav-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.05);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 0.15s ease}.section-nav .section-nav-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.section-nav .section-nav-dropdown a{display:block;padding:0.75rem 1rem;color:var(--text-primary);text-decoration:none;border-bottom:1px solid var(--border-color);transition:background 0.15s ease}.section-nav .section-nav-dropdown a:last-child{border-bottom:none}.section-nav .section-nav-dropdown a:hover{background:var(--bg-tertiary)}.quiz-week-tabs{display:flex;flex-wrap:wrap;gap:0.5rem;padding:1rem;background:var(--bg-tertiary);border-radius:12px;margin-bottom:1.5rem}.quiz-week-tabs .week-tab{padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid transparent;cursor:pointer;transition:all 0.15s ease}.quiz-week-tabs .week-tab:hover{color:var(--brand-primary);border-color:var(--border-color)}.quiz-week-tabs .week-tab.active{background:var(--gradient-primary);color:white;border-color:transparent}.quiz-week-tabs .week-tab .tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;margin-left:0.375rem;padding:0 0.375rem;background:rgba(0,0,0,0.1);border-radius:10px;font-size:0.75rem}.quiz-week-tabs .week-tab.active .tab-count{background:rgba(255,255,255,0.2)}.quiz-week-progress{display:grid;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:0.75rem;margin-bottom:1.5rem}.quiz-week-progress .week-progress-card{text-align:center;padding:1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;transition:all 0.2s ease}.quiz-week-progress .week-progress-card:hover{border-color:var(--border-color-strong)}.quiz-week-progress .week-progress-card .week-label{font-size:0.75rem;color:var(--text-muted);margin-bottom:0.25rem}.quiz-week-progress .week-progress-card .week-score{font-size:1.25rem;font-weight:700;color:var(--brand-primary)}.quiz-week-progress .week-progress-card.complete{border-color:var(--brand-success);background:rgba(16,185,129,0.05)}.quiz-week-progress .week-progress-card.complete .week-score{color:var(--brand-success)}.save-notification{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(100px);background:var(--bg-secondary);color:var(--text-primary);padding:0.75rem 1.5rem;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.05);border:1px solid var(--border-color);display:flex;align-items:center;gap:0.75rem;z-index:1000;opacity:0;transition:all 0.2s ease}.save-notification.visible{transform:translateX(-50%) translateY(0);opacity:1}.save-notification .save-icon{color:var(--brand-success);font-size:1.25rem}.quiz-option .keyboard-hint{display:none;width:1.5rem;height:1.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;font-size:0.75rem;font-weight:600;color:var(--text-muted);align-items:center;justify-content:center;margin-left:auto}.quiz-option:focus .keyboard-hint,.quiz-option:hover .keyboard-hint{display:flex}body.keyboard-nav .quiz-option .keyboard-hint{display:flex}.quiz-retry-btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;background:var(--gradient-primary);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all 0.2s ease}.quiz-retry-btn:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(51,51,178,0.3)}.quiz-retry-btn .retry-icon{transition:transform 0.3s ease}.quiz-retry-btn:hover .retry-icon{transform:rotate(180deg)}.glossary-category{margin-bottom:2rem}.glossary-category .category-header{display:flex;align-items:center;gap:0.75rem;padding-bottom:0.75rem;border-bottom:2px solid var(--border-color);margin-bottom:1rem}.glossary-category .category-header .category-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.glossary-category .category-header .category-icon.cat-defi{background:linear-gradient(135deg, rgba(51,51,178,0.1), rgba(51,51,178,0.2));color:var(--brand-primary)}.glossary-category .category-header .category-icon.cat-crypto{background:linear-gradient(135deg, rgba(255,127,14,0.1), rgba(255,127,14,0.2));color:var(--brand-accent)}.glossary-category .category-header .category-icon.cat-trading{background:linear-gradient(135deg, rgba(0,102,204,0.1), rgba(0,102,204,0.2));color:var(--brand-secondary)}.glossary-category .category-header .category-icon.cat-security{background:linear-gradient(135deg, rgba(239,68,68,0.1), rgba(239,68,68,0.2));color:var(--brand-error)}.glossary-category .category-header .category-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.glossary-category .category-header .category-count{margin-left:auto;font-size:0.8125rem;color:var(--text-muted)}.search-no-results{text-align:center;padding:3rem 2rem;background:var(--bg-tertiary);border-radius:12px;margin:1.5rem 0}.search-no-results .no-results-icon{font-size:3rem;margin-bottom:1rem;opacity:0.5}.search-no-results .no-results-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 0.5rem 0}.search-no-results .no-results-text{color:var(--text-secondary);margin:0}.search-no-results .no-results-suggestions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color);text-align:left}.search-no-results .no-results-suggestions h4{font-size:0.875rem;color:var(--text-muted);margin:0 0 0.75rem 0;text-transform:uppercase;letter-spacing:0.05em}.search-no-results .no-results-suggestions .suggestion-tags{display:flex;flex-wrap:wrap;gap:0.5rem}.glossary-term .term-example{margin-top:0.75rem;padding:0.75rem 1rem;background:var(--bg-tertiary);border-radius:8px;border-left:3px solid var(--brand-secondary)}.glossary-term .term-example .example-label{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.25rem}.glossary-term .term-example .example-text{font-size:0.9375rem;color:var(--text-secondary);font-style:italic;margin:0}.glossary-term .related-terms{display:flex;flex-wrap:wrap;gap:0.375rem;margin-top:0.5rem}.glossary-term .related-terms .related-term{padding:0.25rem 0.5rem;background:rgba(0,102,204,0.08);color:var(--brand-secondary);border-radius:4px;font-size:0.8125rem;text-decoration:none;cursor:pointer;transition:all 0.15s ease}.glossary-term .related-terms .related-term:hover{background:rgba(0,102,204,0.15)}.syllabus-timeline{position:relative;padding-left:3rem}.syllabus-timeline::before{content:'';position:absolute;left:1rem;top:0;bottom:0;width:2px;background:var(--border-color)}.syllabus-timeline .timeline-item{position:relative;padding:1.5rem;padding-left:0;margin-left:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1rem;transition:all 0.2s ease}.syllabus-timeline .timeline-item::before{content:attr(data-week);position:absolute;left:-3.5rem;top:1.5rem;width:2rem;height:2rem;background:var(--gradient-primary);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.75rem;z-index:1}.syllabus-timeline .timeline-item.completed::before{background:var(--brand-success)}.syllabus-timeline .timeline-item.current::before{background:var(--brand-primary);box-shadow:0 0 0 4px rgba(51,51,178,0.2)}.syllabus-timeline .timeline-item.upcoming::before{background:var(--bg-tertiary);color:var(--text-muted);border:2px solid var(--border-color)}.syllabus-timeline .timeline-item:hover{border-color:var(--brand-primary);transform:translateX(4px)}.syllabus-timeline .timeline-item .timeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0.75rem}.syllabus-timeline .timeline-item .timeline-title{font-weight:600;color:var(--text-primary);margin:0}.syllabus-timeline .timeline-item .timeline-topics{display:flex;flex-wrap:wrap;gap:0.375rem}.assessment-chart{display:flex;align-items:center;gap:2rem;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin:1.5rem 0}.assessment-chart .chart-visual{position:relative;width:120px;height:120px;flex-shrink:0}.assessment-chart .chart-visual .chart-placeholder{width:100%;height:100%;border-radius:50%;background:conic-gradient(var(--brand-primary) 0deg 120deg, var(--brand-secondary) 120deg 200deg, var(--brand-success) 200deg 280deg, var(--brand-accent) 280deg 360deg)}.assessment-chart .chart-legend{flex:1;display:grid;grid-template-columns:repeat(2, 1fr);gap:0.75rem}.assessment-chart .chart-legend .legend-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}.assessment-chart .chart-legend .legend-item .legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.assessment-chart .chart-legend .legend-item .legend-value{margin-left:auto;font-weight:600;color:var(--text-primary)}.prerequisites-list{list-style:none;padding:0;margin:0}.prerequisites-list .prereq-item{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;margin-bottom:0.5rem;cursor:pointer;transition:all 0.15s ease}.prerequisites-list .prereq-item:hover{border-color:var(--border-color-strong)}.prerequisites-list .prereq-item .prereq-checkbox{width:1.25rem;height:1.25rem;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all 0.15s ease}.prerequisites-list .prereq-item .prereq-checkbox svg{width:14px;height:14px;opacity:0;color:white;transition:opacity 0.15s ease}.prerequisites-list .prereq-item.checked .prereq-checkbox{background:var(--brand-success);border-color:var(--brand-success)}.prerequisites-list .prereq-item.checked .prereq-checkbox svg{opacity:1}.prerequisites-list .prereq-item.checked .prereq-text{text-decoration:line-through;color:var(--text-muted)}.download-pdf-btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.25rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-weight:600;text-decoration:none;transition:all 0.2s ease}.download-pdf-btn .pdf-icon{color:#dc2626}.download-pdf-btn:hover{border-color:var(--brand-primary);background:rgba(51,51,178,0.05)}.filter-buttons{display:flex;flex-wrap:wrap;gap:0.5rem;padding:1rem;background:var(--bg-tertiary);border-radius:12px;margin-bottom:1.5rem}.filter-buttons .filter-btn{padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid transparent;cursor:pointer;transition:all 0.15s ease}.filter-buttons .filter-btn:hover{color:var(--text-primary);border-color:var(--border-color)}.filter-buttons .filter-btn.active{color:white;border-color:transparent}.filter-buttons .filter-btn.active[data-filter="all"]{background:var(--gradient-primary)}.filter-buttons .filter-btn.active[data-filter="easy"]{background:var(--brand-success)}.filter-buttons .filter-btn.active[data-filter="medium"]{background:var(--brand-warning);color:#1a1a2e}.filter-buttons .filter-btn.active[data-filter="hard"]{background:var(--brand-error)}.exercises-progress{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem}.exercises-progress .progress-circle{position:relative;width:60px;height:60px;flex-shrink:0}.exercises-progress .progress-circle svg{transform:rotate(-90deg);width:100%;height:100%}.exercises-progress .progress-circle svg circle{fill:none;stroke-width:6;stroke-linecap:round}.exercises-progress .progress-circle svg circle.track{stroke:var(--bg-tertiary)}.exercises-progress .progress-circle svg circle.fill{stroke:var(--brand-success);transition:stroke-dashoffset 0.5s ease}.exercises-progress .progress-circle .progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:0.875rem;font-weight:700;color:var(--text-primary)}.exercises-progress .progress-details .progress-title{font-weight:600;color:var(--text-primary);margin:0 0 0.25rem 0}.exercises-progress .progress-details .progress-subtitle{font-size:0.875rem;color:var(--text-muted);margin:0}.difficulty-section{margin-bottom:2rem}.difficulty-section .difficulty-header{display:flex;align-items:center;gap:0.75rem;padding-bottom:0.75rem;border-bottom:2px solid var(--border-color);margin-bottom:1rem}.difficulty-section .difficulty-header .difficulty-icon{padding:0.375rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:600;text-transform:uppercase}.difficulty-section .difficulty-header .difficulty-icon.easy{background:rgba(16,185,129,0.1);color:var(--brand-success)}.difficulty-section .difficulty-header .difficulty-icon.medium{background:rgba(245,158,11,0.15);color:#b45309}.difficulty-section .difficulty-header .difficulty-icon.hard{background:rgba(239,68,68,0.1);color:var(--brand-error)}.difficulty-section .difficulty-header .difficulty-count{margin-left:auto;font-size:0.8125rem;color:var(--text-muted)}.time-estimate{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.8125rem;color:var(--text-muted)}.time-estimate .time-icon{font-size:1rem}.paper-card{display:flex;flex-direction:column}.paper-card .paper-header{display:flex;gap:0.75rem;margin-bottom:1rem}.paper-card .paper-header .paper-type-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.paper-card .paper-header .paper-type-icon.type-article{background:rgba(51,51,178,0.1);color:var(--brand-primary)}.paper-card .paper-header .paper-type-icon.type-preprint{background:rgba(255,127,14,0.1);color:var(--brand-accent)}.paper-card .paper-header .paper-type-icon.type-book{background:rgba(0,102,204,0.1);color:var(--brand-secondary)}.paper-card .paper-header .paper-meta{flex:1}.paper-card .paper-header .paper-meta .paper-authors{font-size:0.8125rem;color:var(--text-muted);margin:0 0 0.25rem 0}.paper-card .paper-header .paper-meta .paper-venue{font-size:0.8125rem;color:var(--text-secondary);font-style:italic;margin:0}.paper-card .paper-header .paper-year{font-weight:700;font-size:0.875rem;color:var(--text-muted)}.paper-card .paper-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 0.75rem 0;line-height:1.4}.paper-card .paper-topics{display:flex;flex-wrap:wrap;gap:0.375rem;margin-bottom:1rem}.paper-card .paper-actions{display:flex;gap:0.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-color)}.topic-filters{display:flex;flex-wrap:wrap;gap:0.5rem;padding:1rem;background:var(--bg-tertiary);border-radius:12px;margin-bottom:1.5rem}.topic-filters .topic-pill{padding:0.375rem 0.75rem;border-radius:9999px;font-size:0.8125rem;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid transparent;cursor:pointer;transition:all 0.15s ease}.topic-filters .topic-pill:hover{color:var(--brand-primary);border-color:var(--border-color)}.topic-filters .topic-pill.active{background:var(--brand-primary);color:white}.topic-filters .topic-pill .pill-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;margin-left:0.375rem;padding:0 0.25rem;background:rgba(0,0,0,0.08);border-radius:8px;font-size:0.6875rem}.topic-filters .topic-pill.active .pill-count{background:rgba(255,255,255,0.2)}.reading-progress-tracker{padding:1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem}.reading-progress-tracker .tracker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reading-progress-tracker .tracker-header .tracker-title{font-weight:600;color:var(--text-primary);margin:0}.reading-progress-tracker .tracker-header .tracker-count{font-size:0.875rem;color:var(--text-muted)}.reading-progress-tracker .tracker-bar{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden}.reading-progress-tracker .tracker-bar .tracker-fill{height:100%;background:var(--gradient-primary);transition:width 0.5s ease}.reading-progress-tracker .tracker-labels{display:flex;justify-content:space-between;margin-top:0.5rem;font-size:0.75rem;color:var(--text-muted)}.sort-options{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem}.sort-options .sort-label{font-size:0.875rem;color:var(--text-muted)}.sort-options .sort-select{padding:0.5rem 2rem 0.5rem 0.75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;font-size:0.875rem;color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.5rem center;transition:border-color 0.15s ease}.sort-options .sort-select:focus{outline:none;border-color:var(--brand-primary)}@media (max-width: 768px){.btn,.filter-btn,.week-tab,.topic-pill{min-height:44px;padding-top:0.75rem;padding-bottom:0.75rem}.quiz-option{min-height:52px}.alphabet-nav a{min-width:40px;min-height:40px}.slides-grid,.module-grid,.resources-grid{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem;scrollbar-width:none}.slides-grid::-webkit-scrollbar,.module-grid::-webkit-scrollbar,.resources-grid::-webkit-scrollbar{display:none}.slides-grid>*,.module-grid>*,.resources-grid>*{scroll-snap-align:start;flex-shrink:0}.section-nav{position:fixed;bottom:0;left:0;right:0;top:auto;z-index:1000;margin:0;padding:0.5rem;background:var(--bg-secondary);border-top:1px solid var(--border-color);box-shadow:0 -4px 20px rgba(0,0,0,0.1)}.theme-toggle{bottom:calc(1.5rem + 60px)}}@media (hover: none){.btn:active,.card:active,.week-card:active,.quiz-option:active,.resource-card:active{transform:scale(0.98);opacity:0.9}}.lazy-image{background:var(--bg-tertiary);position:relative;overflow:hidden}.lazy-image::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);animation:shimmerLoad 1.5s infinite}.lazy-image.loaded::before{display:none}@keyframes shimmerLoad{0%{left:-100%}100%{left:100%}}.font-loading{font-display:swap}.hero,.card,.week-card,.stat-card,.btn,.quiz-option{will-change:transform;transform:translateZ(0)}@media (prefers-contrast: high){:root{--border-color: #000;--border-color-strong: #000}.btn,.card,.quiz-option{border-width:2px}.badge{border:1px solid currentColor}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role="button"]:focus-visible,[tabindex="0"]:focus-visible{outline:3px solid var(--brand-accent);outline-offset:2px}.sr-announce{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}[aria-live]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.live-announce-visible{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:var(--bg-secondary);padding:0.75rem 1.5rem;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.05);z-index:9999;animation:fadeInUp 0.3s ease}.side-bar{width:200px !important;min-width:200px !important;max-width:200px !important;padding:0.75rem 0.8rem 0.75rem 1.2rem !important}@media (min-width: 800px){.main{margin-left:200px !important}}.nav-list .nav-list-item .nav-list-link{padding:0.35rem 0.5rem;font-size:0.82rem;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-list .nav-list-item .nav-list-link:hover{background-color:var(--bg-tertiary)}.site-title{font-size:0.85rem !important;line-height:1.2 !important}.site-header{width:200px !important;left:0 !important;position:relative !important;padding-left:1rem !important}.site-nav{width:200px !important;left:0 !important;position:relative !important;padding-left:1rem !important}.nav-list{width:100% !important;left:0 !important;padding-left:0 !important}.nav-list .nav-list-item{margin-left:0 !important}.search-input{font-size:0.8rem !important;padding:0.4rem 0.6rem !important}.breadcrumb-nav{display:none}@media (max-width: 799px){.side-bar{width:100% !important;max-width:300px !important}.main{margin-left:0 !important}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{color-scheme:light}*{box-sizing:border-box}html{font-size:.875rem !important;scroll-behavior:smooth}@media (min-width: 31.25rem){html{font-size:1rem !important}}body{font-family:system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,sans-serif,"Segoe UI Emoji";font-size:inherit;line-height:1.4;color:#1e293b;background-color:#f8fafc;overflow-wrap:break-word}ol,ul,dl,pre,address,blockquote,table,div,hr,form,fieldset,noscript .table-wrapper{margin-top:0}h1,h2,h3,h4,h5,h6,#toctitle{margin-top:0;margin-bottom:1em;font-weight:500;line-height:1.25;color:#3333B2}p{margin-top:1em;margin-bottom:1em}a{color:#06c;text-decoration:none}a:not([class]){text-decoration:underline;text-decoration-color:#eeebee;text-underline-offset:2px}a:not([class]):hover{text-decoration-color:rgba(0,102,204,0.45)}code{font-family:"SFMono-Regular",menlo,consolas,monospace;font-size:0.75em;line-height:1.4}figure,pre{margin:0}li{margin:0.25em 0}img{max-width:100%;height:auto}hr{height:1px;padding:0;margin:2rem 0;background-color:#eeebee;border:0}blockquote{margin:10px 0;margin-block-start:0;margin-inline-start:0;padding-left:1rem;border-left:3px solid #eeebee}.side-bar{z-index:0;display:flex;flex-wrap:wrap;background-color:#fff}@media (min-width: 50rem){.side-bar{flex-flow:column nowrap;position:fixed;width:15.5rem;height:100%;border-right:1px solid #eeebee;align-items:flex-end}}@media (min-width: 66.5rem){.side-bar{width:calc((100% - 66.5rem) / 2 + 16.5rem);min-width:16.5rem}}@media (min-width: 50rem){.main{position:relative;max-width:50rem;margin-left:15.5rem}}@media (min-width: 66.5rem){.main{margin-left:Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem))}}.main-content-wrap{padding-right:1rem;padding-left:1rem;padding-top:1rem;padding-bottom:1rem}@media (min-width: 50rem){.main-content-wrap{padding-right:2rem;padding-left:2rem}}@media (min-width: 50rem){.main-content-wrap{padding-top:2rem;padding-bottom:2rem}}.main-header{z-index:0;display:none;background-color:#fff}@media (min-width: 50rem){.main-header{display:flex;justify-content:space-between;height:3.75rem;background-color:#f8fafc;border-bottom:1px solid #eeebee}}.main-header.nav-open{display:block}@media (min-width: 50rem){.main-header.nav-open{display:flex}}.site-nav,.site-header,.site-footer{width:100%}@media (min-width: 66.5rem){.site-nav,.site-header,.site-footer{width:16.5rem}}.site-nav{display:none}.site-nav.nav-open{display:block}@media (min-width: 50rem){.site-nav{display:block;padding-top:3rem;padding-bottom:1rem;overflow-y:auto;flex:1 1 auto}}.site-header{display:flex;min-height:3.75rem;align-items:center}@media (min-width: 50rem){.site-header{height:3.75rem;max-height:3.75rem;border-bottom:1px solid #eeebee}}.site-title{padding-right:1rem;padding-left:1rem;flex-grow:1;display:flex;height:100%;align-items:center;padding-top:.75rem;padding-bottom:.75rem;color:#3333B2;font-size:1.125rem !important}@media (min-width: 50rem){.site-title{padding-right:2rem;padding-left:2rem}}@media (min-width: 31.25rem){.site-title{font-size:1.5rem !important;line-height:1.25}}@media (min-width: 50rem){.site-title{padding-top:.5rem;padding-bottom:.5rem}}.site-button{display:flex;height:100%;padding:1rem;align-items:center}@media (min-width: 50rem){.site-header .site-button{display:none}}.site-title:hover{background-image:linear-gradient(-90deg, #10b981 0%, rgba(16,185,129,0.8) 80%, rgba(16,185,129,0) 100%)}.site-button:hover{background-image:linear-gradient(-90deg, #10b981 0%, rgba(16,185,129,0.8) 100%)}body{position:relative;padding-bottom:4rem;overflow-y:scroll}@media (min-width: 50rem){body{position:static;padding-bottom:0}}.site-footer{padding-right:1rem;padding-left:1rem;position:absolute;bottom:0;left:0;padding-top:1rem;padding-bottom:1rem;color:#959396;font-size:.6875rem !important}@media (min-width: 50rem){.site-footer{padding-right:2rem;padding-left:2rem}}@media (min-width: 31.25rem){.site-footer{font-size:.75rem !important}}@media (min-width: 50rem){.site-footer{position:static;justify-self:end}}.icon{width:1.5rem;height:1.5rem;color:#06c}.main-content{line-height:1.6}.main-content ol,.main-content ul,.main-content dl,.main-content pre,.main-content address,.main-content blockquote,.main-content .table-wrapper{margin-top:0.5em}.main-content a{overflow:hidden;text-overflow:ellipsis}.main-content ul,.main-content ol{padding-left:1.5em}.main-content li .highlight{margin-top:.25rem}.main-content ol{list-style-type:none;counter-reset:step-counter}.main-content ol>li{position:relative}.main-content ol>li::before{position:absolute;top:0.2em;left:-1.6em;color:#959396;content:counter(step-counter);counter-increment:step-counter;font-size:.75rem !important}@media (min-width: 31.25rem){.main-content ol>li::before{font-size:.875rem !important}}@media (min-width: 31.25rem){.main-content ol>li::before{top:0.11em}}.main-content ol>li ol{counter-reset:sub-counter}.main-content ol>li ol>li::before{content:counter(sub-counter,lower-alpha);counter-increment:sub-counter}.main-content ul{list-style:none}.main-content ul>li::before{position:absolute;margin-left:-1.4em;color:#959396;content:"•"}.main-content .task-list-item::before{content:""}.main-content .task-list-item-checkbox{margin-right:0.6em;margin-left:-1.4em}.main-content hr+*{margin-top:0}.main-content h1:first-of-type{margin-top:0.5em}.main-content dl{display:grid;grid-template:auto / 10em 1fr}.main-content dt,.main-content dd{margin:0.25em 0}.main-content dt{grid-column:1;font-weight:500;text-align:right}.main-content dt::after{content:":"}.main-content dd{grid-column:2;margin-bottom:0;margin-left:1em}.main-content dd blockquote:first-child,.main-content dd div:first-child,.main-content dd dl:first-child,.main-content dd dt:first-child,.main-content dd h1:first-child,.main-content dd h2:first-child,.main-content dd h3:first-child,.main-content dd h4:first-child,.main-content dd h5:first-child,.main-content dd h6:first-child,.main-content dd li:first-child,.main-content dd ol:first-child,.main-content dd p:first-child,.main-content dd pre:first-child,.main-content dd table:first-child,.main-content dd ul:first-child,.main-content dd .table-wrapper:first-child{margin-top:0}.main-content dd dl:first-child dt:first-child,.main-content dd dl:first-child dd:nth-child(2),.main-content ol dl:first-child dt:first-child,.main-content ol dl:first-child dd:nth-child(2),.main-content ul dl:first-child dt:first-child,.main-content ul dl:first-child dd:nth-child(2){margin-top:0}.main-content .anchor-heading{position:absolute;right:-1rem;width:1.5rem;height:100%;padding-right:.25rem;padding-left:.25rem;overflow:visible}@media (min-width: 50rem){.main-content .anchor-heading{right:auto;left:-1.5rem}}.main-content .anchor-heading svg{display:inline-block;width:100%;height:100%;color:#06c;visibility:hidden}.main-content .anchor-heading:hover svg,.main-content .anchor-heading:focus svg,.main-content h1:hover>.anchor-heading svg,.main-content h2:hover>.anchor-heading svg,.main-content h3:hover>.anchor-heading svg,.main-content h4:hover>.anchor-heading svg,.main-content h5:hover>.anchor-heading svg,.main-content h6:hover>.anchor-heading svg{visibility:visible}.main-content summary{cursor:pointer}.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6,.main-content #toctitle{position:relative;margin-top:1.5em;margin-bottom:0.25em}.main-content h1+table,.main-content h1+.table-wrapper,.main-content h1+.code-example,.main-content h1+.highlighter-rouge,.main-content h1+.sectionbody .listingblock,.main-content h2+table,.main-content h2+.table-wrapper,.main-content h2+.code-example,.main-content h2+.highlighter-rouge,.main-content h2+.sectionbody .listingblock,.main-content h3+table,.main-content h3+.table-wrapper,.main-content h3+.code-example,.main-content h3+.highlighter-rouge,.main-content h3+.sectionbody .listingblock,.main-content h4+table,.main-content h4+.table-wrapper,.main-content h4+.code-example,.main-content h4+.highlighter-rouge,.main-content h4+.sectionbody .listingblock,.main-content h5+table,.main-content h5+.table-wrapper,.main-content h5+.code-example,.main-content h5+.highlighter-rouge,.main-content h5+.sectionbody .listingblock,.main-content h6+table,.main-content h6+.table-wrapper,.main-content h6+.code-example,.main-content h6+.highlighter-rouge,.main-content h6+.sectionbody .listingblock,.main-content #toctitle+table,.main-content #toctitle+.table-wrapper,.main-content #toctitle+.code-example,.main-content #toctitle+.highlighter-rouge,.main-content #toctitle+.sectionbody .listingblock{margin-top:1em}.main-content h1+p:not(.label),.main-content h2+p:not(.label),.main-content h3+p:not(.label),.main-content h4+p:not(.label),.main-content h5+p:not(.label),.main-content h6+p:not(.label),.main-content #toctitle+p:not(.label){margin-top:0}.main-content>h1:first-child,.main-content>h2:first-child,.main-content>h3:first-child,.main-content>h4:first-child,.main-content>h5:first-child,.main-content>h6:first-child,.main-content>.sect1:first-child>h2,.main-content>.sect2:first-child>h3,.main-content>.sect3:first-child>h4,.main-content>.sect4:first-child>h5,.main-content>.sect5:first-child>h6{margin-top:.5rem}.nav-list{padding:0;margin-top:0;margin-bottom:0;list-style:none}.nav-list .nav-list-item{font-size:.875rem !important;position:relative;margin:0}@media (min-width: 31.25rem){.nav-list .nav-list-item{font-size:1rem !important}}@media (min-width: 50rem){.nav-list .nav-list-item{font-size:.75rem !important}}@media (min-width: 50rem) and (min-width: 31.25rem){.nav-list .nav-list-item{font-size:.875rem !important}}.nav-list .nav-list-item .nav-list-link{display:block;min-height:3rem;padding-top:.25rem;padding-bottom:.25rem;line-height:2.5rem;padding-right:3rem;padding-left:1rem}@media (min-width: 50rem){.nav-list .nav-list-item .nav-list-link{min-height:2rem;line-height:1.5rem;padding-right:2rem;padding-left:2rem}}.nav-list .nav-list-item .nav-list-link.external>svg{width:1rem;height:1rem;vertical-align:text-bottom}.nav-list .nav-list-item .nav-list-link.active{font-weight:600;text-decoration:none}.nav-list .nav-list-item .nav-list-link:hover,.nav-list .nav-list-item .nav-list-link.active{background-image:linear-gradient(-90deg, #10b981 0%, rgba(16,185,129,0.8) 80%, rgba(16,185,129,0) 100%)}.nav-list .nav-list-item .nav-list-expander{position:absolute;right:0;width:3rem;height:3rem;padding:.75rem;color:#06c}@media (min-width: 50rem){.nav-list .nav-list-item .nav-list-expander{width:2rem;height:2rem;padding:.5rem}}.nav-list .nav-list-item .nav-list-expander:hover{background-image:linear-gradient(-90deg, #10b981 0%, rgba(16,185,129,0.8) 100%)}.nav-list .nav-list-item .nav-list-expander svg{transform:rotate(90deg)}.nav-list .nav-list-item>.nav-list{display:none;padding-left:.75rem;list-style:none}.nav-list .nav-list-item>.nav-list .nav-list-item{position:relative}.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-link{color:#06c}.nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-expander{color:#06c}.nav-list .nav-list-item.active>.nav-list-expander svg{transform:rotate(-90deg)}.nav-list .nav-list-item.active>.nav-list{display:block}.nav-category{padding:.5rem 1rem;font-weight:600;text-align:start;text-transform:uppercase;border-bottom:1px solid #eeebee;font-size:.6875rem !important}@media (min-width: 31.25rem){.nav-category{font-size:.75rem !important}}@media (min-width: 50rem){.nav-category{padding:.5rem 2rem;margin-top:1rem;text-align:start}.nav-category:first-child{margin-top:0}}.nav-list.nav-category-list>.nav-list-item{margin:0}.nav-list.nav-category-list>.nav-list-item>.nav-list{padding:0}.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-link{color:#06c}.nav-list.nav-category-list>.nav-list-item>.nav-list>.nav-list-item>.nav-list-expander{color:#06c}.aux-nav{height:100%;overflow-x:auto;font-size:.6875rem !important}@media (min-width: 31.25rem){.aux-nav{font-size:.75rem !important}}.aux-nav .aux-nav-list{display:flex;height:100%;padding:0;margin:0;list-style:none}.aux-nav .aux-nav-list-item{display:inline-block;height:100%;padding:0;margin:0}@media (min-width: 50rem){.aux-nav{padding-right:1rem}}@media (min-width: 50rem){.breadcrumb-nav{margin-top:-1rem}}.breadcrumb-nav-list{padding-left:0;margin-bottom:.75rem;list-style:none}.breadcrumb-nav-list-item{display:table-cell;font-size:.6875rem !important}@media (min-width: 31.25rem){.breadcrumb-nav-list-item{font-size:.75rem !important}}.breadcrumb-nav-list-item::before{display:none}.breadcrumb-nav-list-item::after{display:inline-block;margin-right:.5rem;margin-left:.5rem;color:#959396;content:"/"}.breadcrumb-nav-list-item:last-child::after{content:""}h1,.text-alpha{font-size:2rem !important;line-height:1.25;font-weight:300}@media (min-width: 31.25rem){h1,.text-alpha{font-size:2.25rem !important}}h2,.text-beta,#toctitle{font-size:1.125rem !important}@media (min-width: 31.25rem){h2,.text-beta,#toctitle{font-size:1.5rem !important;line-height:1.25}}h3,.text-gamma{font-size:1rem !important}@media (min-width: 31.25rem){h3,.text-gamma{font-size:1.125rem !important}}h4,.text-delta{font-size:.6875rem !important;font-weight:400;text-transform:uppercase;letter-spacing:0.1em}@media (min-width: 31.25rem){h4,.text-delta{font-size:.75rem !important}}h4 code{text-transform:none}h5,.text-epsilon{font-size:.75rem !important}@media (min-width: 31.25rem){h5,.text-epsilon{font-size:.875rem !important}}h6,.text-zeta{font-size:.6875rem !important}@media (min-width: 31.25rem){h6,.text-zeta{font-size:.75rem !important}}.text-small{font-size:.6875rem !important}@media (min-width: 31.25rem){.text-small{font-size:.75rem !important}}.text-mono{font-family:"SFMono-Regular",menlo,consolas,monospace !important}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.label:not(g),.label-blue:not(g){display:inline-block;padding:0.16em 0.56em;margin-right:.5rem;margin-left:.5rem;color:#fff;text-transform:uppercase;vertical-align:middle;background-color:#2869e6;font-size:.6875rem !important;border-radius:12px}@media (min-width: 31.25rem){.label:not(g),.label-blue:not(g){font-size:.75rem !important}}.label-green:not(g){background-color:#009c7b}.label-purple:not(g){background-color:#5e41d0}.label-red:not(g){background-color:#e94c4c}.label-yellow:not(g){color:#44434d;background-color:#f7d12e}.btn{display:inline-block;box-sizing:border-box;padding:0.3em 1em;margin:0;font-family:inherit;font-size:inherit;font-weight:500;line-height:1.5;color:#06c;text-decoration:none;vertical-align:baseline;cursor:pointer;background-color:#f7f7f7;border-width:0;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);appearance:none}.btn:focus{text-decoration:none;outline:none;box-shadow:0 0 0 3px rgba(0,0,255,0.25)}.btn:focus:hover,.btn.selected:focus{box-shadow:0 0 0 3px rgba(0,0,255,0.25)}.btn:hover,.btn.zeroclipboard-is-hover{color:#0061c2}.btn:hover,.btn:active,.btn.zeroclipboard-is-hover,.btn.zeroclipboard-is-active{text-decoration:none;background-color:#f4f4f4}.btn:active,.btn.selected,.btn.zeroclipboard-is-active{background-color:#efefef;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.btn.selected:hover{background-color:#cfcfcf}.btn:disabled,.btn:disabled:hover,.btn.disabled,.btn.disabled:hover{color:rgba(102,102,102,0.5);cursor:default;background-color:rgba(229,229,229,0.5);background-image:none;box-shadow:none}.btn-outline{color:#06c;background:transparent;box-shadow:inset 0 0 0 2px #e6e1e8}.btn-outline:hover,.btn-outline:active,.btn-outline.zeroclipboard-is-hover,.btn-outline.zeroclipboard-is-active{color:#005cb8;text-decoration:none;background-color:transparent;box-shadow:inset 0 0 0 3px #e6e1e8}.btn-outline:focus{text-decoration:none;outline:none;box-shadow:inset 0 0 0 2px #5c5962,0 0 0 3px rgba(0,0,255,0.25)}.btn-outline:focus:hover,.btn-outline.selected:focus{box-shadow:inset 0 0 0 2px #5c5962}.btn-primary{color:#fff;background-color:#3131aa;background-image:linear-gradient(#3939c6, #3131aa);box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)}.btn-primary:hover,.btn-primary.zeroclipboard-is-hover{color:#fff;background-color:#2e2ea2;background-image:linear-gradient(#3535ba,#2e2ea2)}.btn-primary:active,.btn-primary.selected,.btn-primary.zeroclipboard-is-active{background-color:#2d2d9e;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.btn-primary.selected:hover{background-color:#28288a}.btn-purple{color:#fff;background-color:#5739ce;background-image:linear-gradient(#6f55d5, #5739ce);box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)}.btn-purple:hover,.btn-purple.zeroclipboard-is-hover{color:#fff;background-color:#5132cb;background-image:linear-gradient(#6549d2,#5132cb)}.btn-purple:active,.btn-purple.selected,.btn-purple.zeroclipboard-is-active{background-color:#4f31c6;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.btn-purple.selected:hover{background-color:#472cb2}.btn-blue{color:#fff;background-color:#227efa;background-image:linear-gradient(#4593fb, #227efa);box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)}.btn-blue:hover,.btn-blue.zeroclipboard-is-hover{color:#fff;background-color:#1878fa;background-image:linear-gradient(#368afa,#1878fa)}.btn-blue:active,.btn-blue.selected,.btn-blue.zeroclipboard-is-active{background-color:#1375f9;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.btn-blue.selected:hover{background-color:#0669ed}.btn-green{color:#fff;background-color:#10ac7d;background-image:linear-gradient(#13cc95, #10ac7d);box-shadow:0 1px 3px rgba(0,0,0,0.25),0 4px 10px rgba(0,0,0,0.12)}.btn-green:hover,.btn-green.zeroclipboard-is-hover{color:#fff;background-color:#0fa276;background-image:linear-gradient(#12be8b,#0fa276)}.btn-green:active,.btn-green.selected,.btn-green.zeroclipboard-is-active{background-color:#0f9e73;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.btn-green.selected:hover{background-color:#0d8662}.btn-reset{background:none;border:none;margin:0;text-align:inherit;font:inherit;border-radius:0;appearance:none}.search{position:relative;z-index:2;flex-grow:1;height:4rem;padding:.5rem;transition:padding linear 200ms}@media (min-width: 50rem){.search{position:relative !important;width:auto !important;height:100% !important;padding:0;transition:none}}.search-input-wrap{position:relative;z-index:1;height:3rem;overflow:hidden;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);transition:height linear 200ms}@media (min-width: 50rem){.search-input-wrap{position:absolute;width:100%;max-width:33.5rem;height:100% !important;border-radius:0;box-shadow:none;transition:width ease 400ms}}.search-input{position:absolute;width:100%;height:100%;padding:.5rem 1rem .5rem 2.5rem;font-size:1rem;color:#1e293b;background-color:#fff;border-top:0;border-right:0;border-bottom:0;border-left:0;border-radius:0}@media (min-width: 50rem){.search-input{padding:.5rem 1rem .5rem 3.5rem;font-size:0.875rem;background-color:#f8fafc;transition:padding-left linear 200ms}}.search-input:focus{outline:0}.search-input:focus+.search-label .search-icon{color:#06c}.search-label{position:absolute;display:flex;height:100%;padding-left:1rem}@media (min-width: 50rem){.search-label{padding-left:2rem;transition:padding-left linear 200ms}}.search-label .search-icon{width:1.2rem;height:1.2rem;align-self:center;color:#959396}.search-results{position:absolute;left:0;display:none;width:100%;max-height:calc(100% - 4rem);overflow-y:auto;background-color:#fff;border-bottom-right-radius:12px;border-bottom-left-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)}@media (min-width: 50rem){.search-results{top:100%;width:33.5rem;max-height:calc(100vh - 200%) !important}}.search-results-list{padding-left:0;margin-bottom:.25rem;list-style:none;font-size:.875rem !important}@media (min-width: 31.25rem){.search-results-list{font-size:1rem !important}}@media (min-width: 50rem){.search-results-list{font-size:.75rem !important}}@media (min-width: 50rem) and (min-width: 31.25rem){.search-results-list{font-size:.875rem !important}}.search-results-list-item{padding:0;margin:0}.search-result{display:block;padding:.25rem .75rem}.search-result:hover,.search-result.active{background-color:#10b981}.search-result-title{display:block;padding-top:.5rem;padding-bottom:.5rem}@media (min-width: 31.25rem){.search-result-title{display:inline-block;width:40%;padding-right:.5rem;vertical-align:top}}.search-result-doc{display:flex;align-items:center;word-wrap:break-word}.search-result-doc.search-result-doc-parent{opacity:0.5;font-size:.75rem !important}@media (min-width: 31.25rem){.search-result-doc.search-result-doc-parent{font-size:.875rem !important}}@media (min-width: 50rem){.search-result-doc.search-result-doc-parent{font-size:.6875rem !important}}@media (min-width: 50rem) and (min-width: 31.25rem){.search-result-doc.search-result-doc-parent{font-size:.75rem !important}}.search-result-doc .search-result-icon{width:1rem;height:1rem;margin-right:.5rem;color:#06c;flex-shrink:0}.search-result-doc .search-result-doc-title{overflow:auto}.search-result-section{margin-left:1.5rem;word-wrap:break-word}.search-result-rel-url{display:block;margin-left:1.5rem;overflow:hidden;color:#959396;text-overflow:ellipsis;white-space:nowrap;font-size:.5625rem !important}@media (min-width: 31.25rem){.search-result-rel-url{font-size:.625rem !important}}.search-result-previews{display:block;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;margin-left:.5rem;color:#959396;word-wrap:break-word;border-left:1px solid;border-left-color:#eeebee;font-size:.6875rem !important}@media (min-width: 31.25rem){.search-result-previews{font-size:.75rem !important}}@media (min-width: 31.25rem){.search-result-previews{display:inline-block;width:60%;padding-left:.5rem;margin-left:0;vertical-align:top}}.search-result-preview+.search-result-preview{margin-top:.25rem}.search-result-highlight{font-weight:bold}.search-no-result{padding:.5rem .75rem;font-size:.75rem !important}@media (min-width: 31.25rem){.search-no-result{font-size:.875rem !important}}.search-button{position:fixed;right:1rem;bottom:1rem;display:flex;width:3.5rem;height:3.5rem;background-color:#fff;border:1px solid rgba(0,102,204,0.3);border-radius:1.75rem;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);align-items:center;justify-content:center}.search-overlay{position:fixed;top:0;left:0;z-index:1;width:0;height:0;background-color:rgba(0,0,0,0.3);opacity:0;transition:opacity ease 400ms,width 0s 400ms,height 0s 400ms}.search-active .search{position:fixed;top:0;left:0;width:100%;height:100%;padding:0}.search-active .search-input-wrap{height:4rem;border-radius:0}@media (min-width: 50rem){.search-active .search-input-wrap{width:33.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)}}.search-active .search-input{background-color:#fff}@media (min-width: 50rem){.search-active .search-input{padding-left:2.3rem}}@media (min-width: 50rem){.search-active .search-label{padding-left:0.6rem}}.search-active .search-results{display:block}.search-active .search-overlay{width:100%;height:100%;opacity:1;transition:opacity ease 400ms,width 0s,height 0s}@media (min-width: 50rem){.search-active .main{position:fixed;right:0;left:0}}.search-active .main-header{padding-top:4rem}@media (min-width: 50rem){.search-active .main-header{padding-top:0}}.table-wrapper{display:block;width:100%;max-width:100%;margin-bottom:1.5rem;overflow-x:auto;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08)}table{display:table;min-width:100%;border-collapse:separate}th,td{font-size:.75rem !important;min-width:7.5rem;padding:.5rem .75rem;background-color:#fff;border-bottom:1px solid rgba(238,235,238,0.5);border-left:1px solid #eeebee}@media (min-width: 31.25rem){th,td{font-size:.875rem !important}}th:first-of-type,td:first-of-type{border-left:0}tbody tr:last-of-type th,tbody tr:last-of-type td{border-bottom:0}tbody tr:last-of-type td{padding-bottom:.75rem}thead th{border-bottom:1px solid #eeebee}:not(pre,figure)>code{padding:0.2em 0.15em;font-weight:400;background-color:#f1f5f9;border:1px solid #eeebee;border-radius:12px}a:visited code{border-color:#eeebee}div.highlighter-rouge,div.listingblock>div.content,figure.highlight{margin-top:0;margin-bottom:.75rem;background-color:#f1f5f9;border-radius:12px;box-shadow:none;-webkit-overflow-scrolling:touch;position:relative;padding:0}div.highlighter-rouge>button,div.listingblock>div.content>button,figure.highlight>button{width:.75rem;opacity:0;position:absolute;top:0;right:0;border:.75rem solid #f1f5f9;background-color:#f1f5f9;color:#1e293b;box-sizing:content-box}div.highlighter-rouge>button svg,div.listingblock>div.content>button svg,figure.highlight>button svg{fill:#1e293b}div.highlighter-rouge>button:active,div.listingblock>div.content>button:active,figure.highlight>button:active{text-decoration:none;outline:none;opacity:1}div.highlighter-rouge>button:focus,div.listingblock>div.content>button:focus,figure.highlight>button:focus{opacity:1}div.highlighter-rouge:hover>button,div.listingblock>div.content:hover>button,figure.highlight:hover>button{cursor:copy;opacity:1}div.highlighter-rouge div.highlight{overflow-x:auto;padding:.75rem;margin:0;border:0}div.highlighter-rouge pre.highlight,div.highlighter-rouge code{padding:0;margin:0;border:0}div.listingblock{margin-top:0;margin-bottom:.75rem}div.listingblock div.content{overflow-x:auto;padding:.75rem;margin:0;border:0}div.listingblock div.content>pre,div.listingblock code{padding:0;margin:0;border:0}figure.highlight pre,figure.highlight :not(pre)>code{overflow-x:auto;padding:.75rem;margin:0;border:0}.highlight .table-wrapper{padding:.75rem 0;margin:0;border:0;box-shadow:none}.highlight .table-wrapper td,.highlight .table-wrapper pre{font-size:.6875rem !important;min-width:0;padding:0;background-color:#f1f5f9;border:0}@media (min-width: 31.25rem){.highlight .table-wrapper td,.highlight .table-wrapper pre{font-size:.75rem !important}}.highlight .table-wrapper td.gl{width:1em;padding-right:.75rem;padding-left:.75rem}.highlight .table-wrapper pre{margin:0;line-height:2}.code-example,.listingblock>.title{padding:.75rem;margin-bottom:.75rem;overflow:auto;border:1px solid #eeebee;border-radius:12px}.code-example+.highlighter-rouge,.code-example+.sectionbody .listingblock,.code-example+.content,.code-example+figure.highlight,.listingblock>.title+.highlighter-rouge,.listingblock>.title+.sectionbody .listingblock,.listingblock>.title+.content,.listingblock>.title+figure.highlight{position:relative;margin-top:-1rem;border-right:1px solid #eeebee;border-bottom:1px solid #eeebee;border-left:1px solid #eeebee;border-top-left-radius:0;border-top-right-radius:0}code.language-mermaid{padding:0;background-color:inherit;border:0}.highlight,pre.highlight{background:#f1f5f9;color:#1e293b}.highlight pre{background:#f1f5f9}.text-grey-dk-000{color:#959396 !important}.text-grey-dk-100{color:#5c5962 !important}.text-grey-dk-200{color:#44434d !important}.text-grey-dk-250{color:#302d36 !important}.text-grey-dk-300{color:#27262b !important}.text-grey-lt-000{color:#f5f6fa !important}.text-grey-lt-100{color:#eeebee !important}.text-grey-lt-200{color:#ecebed !important}.text-grey-lt-300{color:#e6e1e8 !important}.text-blue-000{color:#2c84fa !important}.text-blue-100{color:#2869e6 !important}.text-blue-200{color:#264caf !important}.text-blue-300{color:#183385 !important}.text-green-000{color:#41d693 !important}.text-green-100{color:#11b584 !important}.text-green-200{color:#009c7b !important}.text-green-300{color:#026e57 !important}.text-purple-000{color:#7253ed !important}.text-purple-100{color:#5e41d0 !important}.text-purple-200{color:#4e26af !important}.text-purple-300{color:#381885 !important}.text-yellow-000{color:#ffeb82 !important}.text-yellow-100{color:#fadf50 !important}.text-yellow-200{color:#f7d12e !important}.text-yellow-300{color:#e7af06 !important}.text-red-000{color:#f77e7e !important}.text-red-100{color:#f96e65 !important}.text-red-200{color:#e94c4c !important}.text-red-300{color:#dd2e2e !important}.bg-grey-dk-000{background-color:#959396 !important}.bg-grey-dk-100{background-color:#5c5962 !important}.bg-grey-dk-200{background-color:#44434d !important}.bg-grey-dk-250{background-color:#302d36 !important}.bg-grey-dk-300{background-color:#27262b !important}.bg-grey-lt-000{background-color:#f5f6fa !important}.bg-grey-lt-100{background-color:#eeebee !important}.bg-grey-lt-200{background-color:#ecebed !important}.bg-grey-lt-300{background-color:#e6e1e8 !important}.bg-blue-000{background-color:#2c84fa !important}.bg-blue-100{background-color:#2869e6 !important}.bg-blue-200{background-color:#264caf !important}.bg-blue-300{background-color:#183385 !important}.bg-green-000{background-color:#41d693 !important}.bg-green-100{background-color:#11b584 !important}.bg-green-200{background-color:#009c7b !important}.bg-green-300{background-color:#026e57 !important}.bg-purple-000{background-color:#7253ed !important}.bg-purple-100{background-color:#5e41d0 !important}.bg-purple-200{background-color:#4e26af !important}.bg-purple-300{background-color:#381885 !important}.bg-yellow-000{background-color:#ffeb82 !important}.bg-yellow-100{background-color:#fadf50 !important}.bg-yellow-200{background-color:#f7d12e !important}.bg-yellow-300{background-color:#e7af06 !important}.bg-red-000{background-color:#f77e7e !important}.bg-red-100{background-color:#f96e65 !important}.bg-red-200{background-color:#e94c4c !important}.bg-red-300{background-color:#dd2e2e !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-none{display:none !important}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 31.25rem){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 50rem){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 66.5rem){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (min-width: 87.5rem){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}.float-left{float:left !important}.float-right{float:right !important}.flex-justify-start{justify-content:flex-start !important}.flex-justify-end{justify-content:flex-end !important}.flex-justify-between{justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.v-align-baseline{vertical-align:baseline !important}.v-align-bottom{vertical-align:bottom !important}.v-align-middle{vertical-align:middle !important}.v-align-text-bottom{vertical-align:text-bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-top{vertical-align:top !important}.fs-1{font-size:.5625rem !important}@media (min-width: 31.25rem){.fs-1{font-size:.625rem !important}}.fs-2{font-size:.6875rem !important}@media (min-width: 31.25rem){.fs-2{font-size:.75rem !important}}.fs-3{font-size:.75rem !important}@media (min-width: 31.25rem){.fs-3{font-size:.875rem !important}}.fs-4{font-size:.875rem !important}@media (min-width: 31.25rem){.fs-4{font-size:1rem !important}}.fs-5{font-size:1rem !important}@media (min-width: 31.25rem){.fs-5{font-size:1.125rem !important}}.fs-6{font-size:1.125rem !important}@media (min-width: 31.25rem){.fs-6{font-size:1.5rem !important;line-height:1.25}}.fs-7{font-size:1.5rem !important;line-height:1.25}@media (min-width: 31.25rem){.fs-7{font-size:2rem !important}}.fs-8{font-size:2rem !important;line-height:1.25}@media (min-width: 31.25rem){.fs-8{font-size:2.25rem !important}}.fs-9{font-size:2.25rem !important;line-height:1.25}@media (min-width: 31.25rem){.fs-9{font-size:2.625rem !important}}.fs-10{font-size:2.625rem !important;line-height:1.25}@media (min-width: 31.25rem){.fs-10{font-size:3rem !important}}.fw-300{font-weight:300 !important}.fw-400{font-weight:400 !important}.fw-500{font-weight:500 !important}.fw-700{font-weight:700 !important}.lh-0{line-height:0 !important}.lh-default{line-height:1.4}.lh-tight{line-height:1.25}.ls-5{letter-spacing:0.05em !important}.ls-10{letter-spacing:0.1em !important}.ls-0{letter-spacing:0 !important}.text-uppercase{text-transform:uppercase !important}.list-style-none{padding:0 !important;margin:0 !important;list-style:none !important}.list-style-none li::before{display:none !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mxn-0{margin-right:-0 !important;margin-left:-0 !important}.mx-0-auto{margin-right:auto !important;margin-left:auto !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mxn-1{margin-right:-.25rem !important;margin-left:-.25rem !important}.mx-1-auto{margin-right:auto !important;margin-left:auto !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mxn-2{margin-right:-.5rem !important;margin-left:-.5rem !important}.mx-2-auto{margin-right:auto !important;margin-left:auto !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-right:.75rem !important;margin-left:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.mxn-3{margin-right:-.75rem !important;margin-left:-.75rem !important}.mx-3-auto{margin-right:auto !important;margin-left:auto !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-right:1rem !important;margin-left:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.mxn-4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-4-auto{margin-right:auto !important;margin-left:auto !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mxn-5{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-5-auto{margin-right:auto !important;margin-left:auto !important}.m-6{margin:2rem !important}.mt-6{margin-top:2rem !important}.mr-6{margin-right:2rem !important}.mb-6{margin-bottom:2rem !important}.ml-6{margin-left:2rem !important}.mx-6{margin-right:2rem !important;margin-left:2rem !important}.my-6{margin-top:2rem !important;margin-bottom:2rem !important}.mxn-6{margin-right:-2rem !important;margin-left:-2rem !important}.mx-6-auto{margin-right:auto !important;margin-left:auto !important}.m-7{margin:2.5rem !important}.mt-7{margin-top:2.5rem !important}.mr-7{margin-right:2.5rem !important}.mb-7{margin-bottom:2.5rem !important}.ml-7{margin-left:2.5rem !important}.mx-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.my-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mxn-7{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-7-auto{margin-right:auto !important;margin-left:auto !important}.m-8{margin:3rem !important}.mt-8{margin-top:3rem !important}.mr-8{margin-right:3rem !important}.mb-8{margin-bottom:3rem !important}.ml-8{margin-left:3rem !important}.mx-8{margin-right:3rem !important;margin-left:3rem !important}.my-8{margin-top:3rem !important;margin-bottom:3rem !important}.mxn-8{margin-right:-3rem !important;margin-left:-3rem !important}.mx-8-auto{margin-right:auto !important;margin-left:auto !important}.m-9{margin:3.5rem !important}.mt-9{margin-top:3.5rem !important}.mr-9{margin-right:3.5rem !important}.mb-9{margin-bottom:3.5rem !important}.ml-9{margin-left:3.5rem !important}.mx-9{margin-right:3.5rem !important;margin-left:3.5rem !important}.my-9{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.mxn-9{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-9-auto{margin-right:auto !important;margin-left:auto !important}.m-10{margin:4rem !important}.mt-10{margin-top:4rem !important}.mr-10{margin-right:4rem !important}.mb-10{margin-bottom:4rem !important}.ml-10{margin-left:4rem !important}.mx-10{margin-right:4rem !important;margin-left:4rem !important}.my-10{margin-top:4rem !important;margin-bottom:4rem !important}.mxn-10{margin-right:-4rem !important;margin-left:-4rem !important}.mx-10-auto{margin-right:auto !important;margin-left:auto !important}@media (min-width: 20rem){.m-xs-0{margin:0 !important}.mt-xs-0{margin-top:0 !important}.mr-xs-0{margin-right:0 !important}.mb-xs-0{margin-bottom:0 !important}.ml-xs-0{margin-left:0 !important}.mx-xs-0{margin-right:0 !important;margin-left:0 !important}.my-xs-0{margin-top:0 !important;margin-bottom:0 !important}.mxn-xs-0{margin-right:-0 !important;margin-left:-0 !important}}@media (min-width: 20rem){.m-xs-1{margin:.25rem !important}.mt-xs-1{margin-top:.25rem !important}.mr-xs-1{margin-right:.25rem !important}.mb-xs-1{margin-bottom:.25rem !important}.ml-xs-1{margin-left:.25rem !important}.mx-xs-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-xs-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mxn-xs-1{margin-right:-.25rem !important;margin-left:-.25rem !important}}@media (min-width: 20rem){.m-xs-2{margin:.5rem !important}.mt-xs-2{margin-top:.5rem !important}.mr-xs-2{margin-right:.5rem !important}.mb-xs-2{margin-bottom:.5rem !important}.ml-xs-2{margin-left:.5rem !important}.mx-xs-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-xs-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mxn-xs-2{margin-right:-.5rem !important;margin-left:-.5rem !important}}@media (min-width: 20rem){.m-xs-3{margin:.75rem !important}.mt-xs-3{margin-top:.75rem !important}.mr-xs-3{margin-right:.75rem !important}.mb-xs-3{margin-bottom:.75rem !important}.ml-xs-3{margin-left:.75rem !important}.mx-xs-3{margin-right:.75rem !important;margin-left:.75rem !important}.my-xs-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.mxn-xs-3{margin-right:-.75rem !important;margin-left:-.75rem !important}}@media (min-width: 20rem){.m-xs-4{margin:1rem !important}.mt-xs-4{margin-top:1rem !important}.mr-xs-4{margin-right:1rem !important}.mb-xs-4{margin-bottom:1rem !important}.ml-xs-4{margin-left:1rem !important}.mx-xs-4{margin-right:1rem !important;margin-left:1rem !important}.my-xs-4{margin-top:1rem !important;margin-bottom:1rem !important}.mxn-xs-4{margin-right:-1rem !important;margin-left:-1rem !important}}@media (min-width: 20rem){.m-xs-5{margin:1.5rem !important}.mt-xs-5{margin-top:1.5rem !important}.mr-xs-5{margin-right:1.5rem !important}.mb-xs-5{margin-bottom:1.5rem !important}.ml-xs-5{margin-left:1.5rem !important}.mx-xs-5{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-xs-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mxn-xs-5{margin-right:-1.5rem !important;margin-left:-1.5rem !important}}@media (min-width: 20rem){.m-xs-6{margin:2rem !important}.mt-xs-6{margin-top:2rem !important}.mr-xs-6{margin-right:2rem !important}.mb-xs-6{margin-bottom:2rem !important}.ml-xs-6{margin-left:2rem !important}.mx-xs-6{margin-right:2rem !important;margin-left:2rem !important}.my-xs-6{margin-top:2rem !important;margin-bottom:2rem !important}.mxn-xs-6{margin-right:-2rem !important;margin-left:-2rem !important}}@media (min-width: 20rem){.m-xs-7{margin:2.5rem !important}.mt-xs-7{margin-top:2.5rem !important}.mr-xs-7{margin-right:2.5rem !important}.mb-xs-7{margin-bottom:2.5rem !important}.ml-xs-7{margin-left:2.5rem !important}.mx-xs-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.my-xs-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mxn-xs-7{margin-right:-2.5rem !important;margin-left:-2.5rem !important}}@media (min-width: 20rem){.m-xs-8{margin:3rem !important}.mt-xs-8{margin-top:3rem !important}.mr-xs-8{margin-right:3rem !important}.mb-xs-8{margin-bottom:3rem !important}.ml-xs-8{margin-left:3rem !important}.mx-xs-8{margin-right:3rem !important;margin-left:3rem !important}.my-xs-8{margin-top:3rem !important;margin-bottom:3rem !important}.mxn-xs-8{margin-right:-3rem !important;margin-left:-3rem !important}}@media (min-width: 20rem){.m-xs-9{margin:3.5rem !important}.mt-xs-9{margin-top:3.5rem !important}.mr-xs-9{margin-right:3.5rem !important}.mb-xs-9{margin-bottom:3.5rem !important}.ml-xs-9{margin-left:3.5rem !important}.mx-xs-9{margin-right:3.5rem !important;margin-left:3.5rem !important}.my-xs-9{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.mxn-xs-9{margin-right:-3.5rem !important;margin-left:-3.5rem !important}}@media (min-width: 20rem){.m-xs-10{margin:4rem !important}.mt-xs-10{margin-top:4rem !important}.mr-xs-10{margin-right:4rem !important}.mb-xs-10{margin-bottom:4rem !important}.ml-xs-10{margin-left:4rem !important}.mx-xs-10{margin-right:4rem !important;margin-left:4rem !important}.my-xs-10{margin-top:4rem !important;margin-bottom:4rem !important}.mxn-xs-10{margin-right:-4rem !important;margin-left:-4rem !important}}@media (min-width: 31.25rem){.m-sm-0{margin:0 !important}.mt-sm-0{margin-top:0 !important}.mr-sm-0{margin-right:0 !important}.mb-sm-0{margin-bottom:0 !important}.ml-sm-0{margin-left:0 !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.mxn-sm-0{margin-right:-0 !important;margin-left:-0 !important}}@media (min-width: 31.25rem){.m-sm-1{margin:.25rem !important}.mt-sm-1{margin-top:.25rem !important}.mr-sm-1{margin-right:.25rem !important}.mb-sm-1{margin-bottom:.25rem !important}.ml-sm-1{margin-left:.25rem !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mxn-sm-1{margin-right:-.25rem !important;margin-left:-.25rem !important}}@media (min-width: 31.25rem){.m-sm-2{margin:.5rem !important}.mt-sm-2{margin-top:.5rem !important}.mr-sm-2{margin-right:.5rem !important}.mb-sm-2{margin-bottom:.5rem !important}.ml-sm-2{margin-left:.5rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mxn-sm-2{margin-right:-.5rem !important;margin-left:-.5rem !important}}@media (min-width: 31.25rem){.m-sm-3{margin:.75rem !important}.mt-sm-3{margin-top:.75rem !important}.mr-sm-3{margin-right:.75rem !important}.mb-sm-3{margin-bottom:.75rem !important}.ml-sm-3{margin-left:.75rem !important}.mx-sm-3{margin-right:.75rem !important;margin-left:.75rem !important}.my-sm-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.mxn-sm-3{margin-right:-.75rem !important;margin-left:-.75rem !important}}@media (min-width: 31.25rem){.m-sm-4{margin:1rem !important}.mt-sm-4{margin-top:1rem !important}.mr-sm-4{margin-right:1rem !important}.mb-sm-4{margin-bottom:1rem !important}.ml-sm-4{margin-left:1rem !important}.mx-sm-4{margin-right:1rem !important;margin-left:1rem !important}.my-sm-4{margin-top:1rem !important;margin-bottom:1rem !important}.mxn-sm-4{margin-right:-1rem !important;margin-left:-1rem !important}}@media (min-width: 31.25rem){.m-sm-5{margin:1.5rem !important}.mt-sm-5{margin-top:1.5rem !important}.mr-sm-5{margin-right:1.5rem !important}.mb-sm-5{margin-bottom:1.5rem !important}.ml-sm-5{margin-left:1.5rem !important}.mx-sm-5{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-sm-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mxn-sm-5{margin-right:-1.5rem !important;margin-left:-1.5rem !important}}@media (min-width: 31.25rem){.m-sm-6{margin:2rem !important}.mt-sm-6{margin-top:2rem !important}.mr-sm-6{margin-right:2rem !important}.mb-sm-6{margin-bottom:2rem !important}.ml-sm-6{margin-left:2rem !important}.mx-sm-6{margin-right:2rem !important;margin-left:2rem !important}.my-sm-6{margin-top:2rem !important;margin-bottom:2rem !important}.mxn-sm-6{margin-right:-2rem !important;margin-left:-2rem !important}}@media (min-width: 31.25rem){.m-sm-7{margin:2.5rem !important}.mt-sm-7{margin-top:2.5rem !important}.mr-sm-7{margin-right:2.5rem !important}.mb-sm-7{margin-bottom:2.5rem !important}.ml-sm-7{margin-left:2.5rem !important}.mx-sm-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.my-sm-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mxn-sm-7{margin-right:-2.5rem !important;margin-left:-2.5rem !important}}@media (min-width: 31.25rem){.m-sm-8{margin:3rem !important}.mt-sm-8{margin-top:3rem !important}.mr-sm-8{margin-right:3rem !important}.mb-sm-8{margin-bottom:3rem !important}.ml-sm-8{margin-left:3rem !important}.mx-sm-8{margin-right:3rem !important;margin-left:3rem !important}.my-sm-8{margin-top:3rem !important;margin-bottom:3rem !important}.mxn-sm-8{margin-right:-3rem !important;margin-left:-3rem !important}}@media (min-width: 31.25rem){.m-sm-9{margin:3.5rem !important}.mt-sm-9{margin-top:3.5rem !important}.mr-sm-9{margin-right:3.5rem !important}.mb-sm-9{margin-bottom:3.5rem !important}.ml-sm-9{margin-left:3.5rem !important}.mx-sm-9{margin-right:3.5rem !important;margin-left:3.5rem !important}.my-sm-9{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.mxn-sm-9{margin-right:-3.5rem !important;margin-left:-3.5rem !important}}@media (min-width: 31.25rem){.m-sm-10{margin:4rem !important}.mt-sm-10{margin-top:4rem !important}.mr-sm-10{margin-right:4rem !important}.mb-sm-10{margin-bottom:4rem !important}.ml-sm-10{margin-left:4rem !important}.mx-sm-10{margin-right:4rem !important;margin-left:4rem !important}.my-sm-10{margin-top:4rem !important;margin-bottom:4rem !important}.mxn-sm-10{margin-right:-4rem !important;margin-left:-4rem !important}}@media (min-width: 50rem){.m-md-0{margin:0 !important}.mt-md-0{margin-top:0 !important}.mr-md-0{margin-right:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.mxn-md-0{margin-right:-0 !important;margin-left:-0 !important}}@media (min-width: 50rem){.m-md-1{margin:.25rem !important}.mt-md-1{margin-top:.25rem !important}.mr-md-1{margin-right:.25rem !important}.mb-md-1{margin-bottom:.25rem !important}.ml-md-1{margin-left:.25rem !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mxn-md-1{margin-right:-.25rem !important;margin-left:-.25rem !important}}@media (min-width: 50rem){.m-md-2{margin:.5rem !important}.mt-md-2{margin-top:.5rem !important}.mr-md-2{margin-right:.5rem !important}.mb-md-2{margin-bottom:.5rem !important}.ml-md-2{margin-left:.5rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mxn-md-2{margin-right:-.5rem !important;margin-left:-.5rem !important}}@media (min-width: 50rem){.m-md-3{margin:.75rem !important}.mt-md-3{margin-top:.75rem !important}.mr-md-3{margin-right:.75rem !important}.mb-md-3{margin-bottom:.75rem !important}.ml-md-3{margin-left:.75rem !important}.mx-md-3{margin-right:.75rem !important;margin-left:.75rem !important}.my-md-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.mxn-md-3{margin-right:-.75rem !important;margin-left:-.75rem !important}}@media (min-width: 50rem){.m-md-4{margin:1rem !important}.mt-md-4{margin-top:1rem !important}.mr-md-4{margin-right:1rem !important}.mb-md-4{margin-bottom:1rem !important}.ml-md-4{margin-left:1rem !important}.mx-md-4{margin-right:1rem !important;margin-left:1rem !important}.my-md-4{margin-top:1rem !important;margin-bottom:1rem !important}.mxn-md-4{margin-right:-1rem !important;margin-left:-1rem !important}}@media (min-width: 50rem){.m-md-5{margin:1.5rem !important}.mt-md-5{margin-top:1.5rem !important}.mr-md-5{margin-right:1.5rem !important}.mb-md-5{margin-bottom:1.5rem !important}.ml-md-5{margin-left:1.5rem !important}.mx-md-5{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-md-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mxn-md-5{margin-right:-1.5rem !important;margin-left:-1.5rem !important}}@media (min-width: 50rem){.m-md-6{margin:2rem !important}.mt-md-6{margin-top:2rem !important}.mr-md-6{margin-right:2rem !important}.mb-md-6{margin-bottom:2rem !important}.ml-md-6{margin-left:2rem !important}.mx-md-6{margin-right:2rem !important;margin-left:2rem !important}.my-md-6{margin-top:2rem !important;margin-bottom:2rem !important}.mxn-md-6{margin-right:-2rem !important;margin-left:-2rem !important}}@media (min-width: 50rem){.m-md-7{margin:2.5rem !important}.mt-md-7{margin-top:2.5rem !important}.mr-md-7{margin-right:2.5rem !important}.mb-md-7{margin-bottom:2.5rem !important}.ml-md-7{margin-left:2.5rem !important}.mx-md-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.my-md-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mxn-md-7{margin-right:-2.5rem !important;margin-left:-2.5rem !important}}@media (min-width: 50rem){.m-md-8{margin:3rem !important}.mt-md-8{margin-top:3rem !important}.mr-md-8{margin-right:3rem !important}.mb-md-8{margin-bottom:3rem !important}.ml-md-8{margin-left:3rem !important}.mx-md-8{margin-right:3rem !important;margin-left:3rem !important}.my-md-8{margin-top:3rem !important;margin-bottom:3rem !important}.mxn-md-8{margin-right:-3rem !important;margin-left:-3rem !important}}@media (min-width: 50rem){.m-md-9{margin:3.5rem !important}.mt-md-9{margin-top:3.5rem !important}.mr-md-9{margin-right:3.5rem !important}.mb-md-9{margin-bottom:3.5rem !important}.ml-md-9{margin-left:3.5rem !important}.mx-md-9{margin-right:3.5rem !important;margin-left:3.5rem !important}.my-md-9{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.mxn-md-9{margin-right:-3.5rem !important;margin-left:-3.5rem !important}}@media (min-width: 50rem){.m-md-10{margin:4rem !important}.mt-md-10{margin-top:4rem !important}.mr-md-10{margin-right:4rem !important}.mb-md-10{margin-bottom:4rem !important}.ml-md-10{margin-left:4rem !important}.mx-md-10{margin-right:4rem !important;margin-left:4rem !important}.my-md-10{margin-top:4rem !important;margin-bottom:4rem !important}.mxn-md-10{margin-right:-4rem !important;margin-left:-4rem !important}}@media (min-width: 66.5rem){.m-lg-0{margin:0 !important}.mt-lg-0{margin-top:0 !important}.mr-lg-0{margin-right:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.mxn-lg-0{margin-right:-0 !important;margin-left:-0 !important}}@media (min-width: 66.5rem){.m-lg-1{margin:.25rem !important}.mt-lg-1{margin-top:.25rem !important}.mr-lg-1{margin-right:.25rem !important}.mb-lg-1{margin-bottom:.25rem !important}.ml-lg-1{margin-left:.25rem !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mxn-lg-1{margin-right:-.25rem !important;margin-left:-.25rem !important}}@media (min-width: 66.5rem){.m-lg-2{margin:.5rem !important}.mt-lg-2{margin-top:.5rem !important}.mr-lg-2{margin-right:.5rem !important}.mb-lg-2{margin-bottom:.5rem !important}.ml-lg-2{margin-left:.5rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mxn-lg-2{margin-right:-.5rem !important;margin-left:-.5rem !important}}@media (min-width: 66.5rem){.m-lg-3{margin:.75rem !important}.mt-lg-3{margin-top:.75rem !important}.mr-lg-3{margin-right:.75rem !important}.mb-lg-3{margin-bottom:.75rem !important}.ml-lg-3{margin-left:.75rem !important}.mx-lg-3{margin-right:.75rem !important;margin-left:.75rem !important}.my-lg-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.mxn-lg-3{margin-right:-.75rem !important;margin-left:-.75rem !important}}@media (min-width: 66.5rem){.m-lg-4{margin:1rem !important}.mt-lg-4{margin-top:1rem !important}.mr-lg-4{margin-right:1rem !important}.mb-lg-4{margin-bottom:1rem !important}.ml-lg-4{margin-left:1rem !important}.mx-lg-4{margin-right:1rem !important;margin-left:1rem !important}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important}.mxn-lg-4{margin-right:-1rem !important;margin-left:-1rem !important}}@media (min-width: 66.5rem){.m-lg-5{margin:1.5rem !important}.mt-lg-5{margin-top:1.5rem !important}.mr-lg-5{margin-right:1.5rem !important}.mb-lg-5{margin-bottom:1.5rem !important}.ml-lg-5{margin-left:1.5rem !important}.mx-lg-5{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-lg-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mxn-lg-5{margin-right:-1.5rem !important;margin-left:-1.5rem !important}}@media (min-width: 66.5rem){.m-lg-6{margin:2rem !important}.mt-lg-6{margin-top:2rem !important}.mr-lg-6{margin-right:2rem !important}.mb-lg-6{margin-bottom:2rem !important}.ml-lg-6{margin-left:2rem !important}.mx-lg-6{margin-right:2rem !important;margin-left:2rem !important}.my-lg-6{margin-top:2rem !important;margin-bottom:2rem !important}.mxn-lg-6{margin-right:-2rem !important;margin-left:-2rem !important}}@media (min-width: 66.5rem){.m-lg-7{margin:2.5rem !important}.mt-lg-7{margin-top:2.5rem !important}.mr-lg-7{margin-right:2.5rem !important}.mb-lg-7{margin-bottom:2.5rem !important}.ml-lg-7{margin-left:2.5rem !important}.mx-lg-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.my-lg-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mxn-lg-7{margin-right:-2.5rem !important;margin-left:-2.5rem !important}}@media (min-width: 66.5rem){.m-lg-8{margin:3rem !important}.mt-lg-8{margin-top:3rem !important}.mr-lg-8{margin-right:3rem !important}.mb-lg-8{margin-bottom:3rem !important}.ml-lg-8{margin-left:3rem !important}.mx-lg-8{margin-right:3rem !important;margin-left:3rem !important}.my-lg-8{margin-top:3rem !important;margin-bottom:3rem !important}.mxn-lg-8{margin-right:-3rem !important;margin-left:-3rem !important}}@media (min-width: 66.5rem){.m-lg-9{margin:3.5rem !important}.mt-lg-9{margin-top:3.5rem !important}.mr-lg-9{margin-right:3.5rem !important}.mb-lg-9{margin-bottom:3.5rem !important}.ml-lg-9{margin-left:3.5rem !important}.mx-lg-9{margin-right:3.5rem !important;margin-left:3.5rem !important}.my-lg-9{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.mxn-lg-9{margin-right:-3.5rem !important;margin-left:-3.5rem !important}}@media (min-width: 66.5rem){.m-lg-10{margin:4rem !important}.mt-lg-10{margin-top:4rem !important}.mr-lg-10{margin-right:4rem !important}.mb-lg-10{margin-bottom:4rem !important}.ml-lg-10{margin-left:4rem !important}.mx-lg-10{margin-right:4rem !important;margin-left:4rem !important}.my-lg-10{margin-top:4rem !important;margin-bottom:4rem !important}.mxn-lg-10{margin-right:-4rem !important;margin-left:-4rem !important}}@media (min-width: 87.5rem){.m-xl-0{margin:0 !important}.mt-xl-0{margin-top:0 !important}.mr-xl-0{margin-right:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.mxn-xl-0{margin-right:-0 !important;margin-left:-0 !important}}@media (min-width: 87.5rem){.m-xl-1{margin:.25rem !important}.mt-xl-1{margin-top:.25rem !important}.mr-xl-1{margin-right:.25rem !important}.mb-xl-1{margin-bottom:.25rem !important}.ml-xl-1{margin-left:.25rem !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mxn-xl-1{margin-right:-.25rem !important;margin-left:-.25rem !important}}@media (min-width: 87.5rem){.m-xl-2{margin:.5rem !important}.mt-xl-2{margin-top:.5rem !important}.mr-xl-2{margin-right:.5rem !important}.mb-xl-2{margin-bottom:.5rem !important}.ml-xl-2{margin-left:.5rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mxn-xl-2{margin-right:-.5rem !important;margin-left:-.5rem !important}}@media (min-width: 87.5rem){.m-xl-3{margin:.75rem !important}.mt-xl-3{margin-top:.75rem !important}.mr-xl-3{margin-right:.75rem !important}.mb-xl-3{margin-bottom:.75rem !important}.ml-xl-3{margin-left:.75rem !important}.mx-xl-3{margin-right:.75rem !important;margin-left:.75rem !important}.my-xl-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.mxn-xl-3{margin-right:-.75rem !important;margin-left:-.75rem !important}}@media (min-width: 87.5rem){.m-xl-4{margin:1rem !important}.mt-xl-4{margin-top:1rem !important}.mr-xl-4{margin-right:1rem !important}.mb-xl-4{margin-bottom:1rem !important}.ml-xl-4{margin-left:1rem !important}.mx-xl-4{margin-right:1rem !important;margin-left:1rem !important}.my-xl-4{margin-top:1rem !important;margin-bottom:1rem !important}.mxn-xl-4{margin-right:-1rem !important;margin-left:-1rem !important}}@media (min-width: 87.5rem){.m-xl-5{margin:1.5rem !important}.mt-xl-5{margin-top:1.5rem !important}.mr-xl-5{margin-right:1.5rem !important}.mb-xl-5{margin-bottom:1.5rem !important}.ml-xl-5{margin-left:1.5rem !important}.mx-xl-5{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-xl-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mxn-xl-5{margin-right:-1.5rem !important;margin-left:-1.5rem !important}}@media (min-width: 87.5rem){.m-xl-6{margin:2rem !important}.mt-xl-6{margin-top:2rem !important}.mr-xl-6{margin-right:2rem !important}.mb-xl-6{margin-bottom:2rem !important}.ml-xl-6{margin-left:2rem !important}.mx-xl-6{margin-right:2rem !important;margin-left:2rem !important}.my-xl-6{margin-top:2rem !important;margin-bottom:2rem !important}.mxn-xl-6{margin-right:-2rem !important;margin-left:-2rem !important}}@media (min-width: 87.5rem){.m-xl-7{margin:2.5rem !important}.mt-xl-7{margin-top:2.5rem !important}.mr-xl-7{margin-right:2.5rem !important}.mb-xl-7{margin-bottom:2.5rem !important}.ml-xl-7{margin-left:2.5rem !important}.mx-xl-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.my-xl-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mxn-xl-7{margin-right:-2.5rem !important;margin-left:-2.5rem !important}}@media (min-width: 87.5rem){.m-xl-8{margin:3rem !important}.mt-xl-8{margin-top:3rem !important}.mr-xl-8{margin-right:3rem !important}.mb-xl-8{margin-bottom:3rem !important}.ml-xl-8{margin-left:3rem !important}.mx-xl-8{margin-right:3rem !important;margin-left:3rem !important}.my-xl-8{margin-top:3rem !important;margin-bottom:3rem !important}.mxn-xl-8{margin-right:-3rem !important;margin-left:-3rem !important}}@media (min-width: 87.5rem){.m-xl-9{margin:3.5rem !important}.mt-xl-9{margin-top:3.5rem !important}.mr-xl-9{margin-right:3.5rem !important}.mb-xl-9{margin-bottom:3.5rem !important}.ml-xl-9{margin-left:3.5rem !important}.mx-xl-9{margin-right:3.5rem !important;margin-left:3.5rem !important}.my-xl-9{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.mxn-xl-9{margin-right:-3.5rem !important;margin-left:-3.5rem !important}}@media (min-width: 87.5rem){.m-xl-10{margin:4rem !important}.mt-xl-10{margin-top:4rem !important}.mr-xl-10{margin-right:4rem !important}.mb-xl-10{margin-bottom:4rem !important}.ml-xl-10{margin-left:4rem !important}.mx-xl-10{margin-right:4rem !important;margin-left:4rem !important}.my-xl-10{margin-top:4rem !important;margin-bottom:4rem !important}.mxn-xl-10{margin-right:-4rem !important;margin-left:-4rem !important}}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-right:.75rem !important;padding-left:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-right:1rem !important;padding-left:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:2rem !important}.pt-6{padding-top:2rem !important}.pr-6{padding-right:2rem !important}.pb-6{padding-bottom:2rem !important}.pl-6{padding-left:2rem !important}.px-6{padding-right:2rem !important;padding-left:2rem !important}.py-6{padding-top:2rem !important;padding-bottom:2rem !important}.p-7{padding:2.5rem !important}.pt-7{padding-top:2.5rem !important}.pr-7{padding-right:2.5rem !important}.pb-7{padding-bottom:2.5rem !important}.pl-7{padding-left:2.5rem !important}.px-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.py-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.p-8{padding:3rem !important}.pt-8{padding-top:3rem !important}.pr-8{padding-right:3rem !important}.pb-8{padding-bottom:3rem !important}.pl-8{padding-left:3rem !important}.px-8{padding-right:3rem !important;padding-left:3rem !important}.py-8{padding-top:3rem !important;padding-bottom:3rem !important}.p-9{padding:3.5rem !important}.pt-9{padding-top:3.5rem !important}.pr-9{padding-right:3.5rem !important}.pb-9{padding-bottom:3.5rem !important}.pl-9{padding-left:3.5rem !important}.px-9{padding-right:3.5rem !important;padding-left:3.5rem !important}.py-9{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.p-10{padding:4rem !important}.pt-10{padding-top:4rem !important}.pr-10{padding-right:4rem !important}.pb-10{padding-bottom:4rem !important}.pl-10{padding-left:4rem !important}.px-10{padding-right:4rem !important;padding-left:4rem !important}.py-10{padding-top:4rem !important;padding-bottom:4rem !important}@media (min-width: 20rem){.p-xs-0{padding:0 !important}.pt-xs-0{padding-top:0 !important}.pr-xs-0{padding-right:0 !important}.pb-xs-0{padding-bottom:0 !important}.pl-xs-0{padding-left:0 !important}.px-xs-0{padding-right:0 !important;padding-left:0 !important}.py-xs-0{padding-top:0 !important;padding-bottom:0 !important}.p-xs-1{padding:.25rem !important}.pt-xs-1{padding-top:.25rem !important}.pr-xs-1{padding-right:.25rem !important}.pb-xs-1{padding-bottom:.25rem !important}.pl-xs-1{padding-left:.25rem !important}.px-xs-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-xs-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-xs-2{padding:.5rem !important}.pt-xs-2{padding-top:.5rem !important}.pr-xs-2{padding-right:.5rem !important}.pb-xs-2{padding-bottom:.5rem !important}.pl-xs-2{padding-left:.5rem !important}.px-xs-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-xs-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-xs-3{padding:.75rem !important}.pt-xs-3{padding-top:.75rem !important}.pr-xs-3{padding-right:.75rem !important}.pb-xs-3{padding-bottom:.75rem !important}.pl-xs-3{padding-left:.75rem !important}.px-xs-3{padding-right:.75rem !important;padding-left:.75rem !important}.py-xs-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-xs-4{padding:1rem !important}.pt-xs-4{padding-top:1rem !important}.pr-xs-4{padding-right:1rem !important}.pb-xs-4{padding-bottom:1rem !important}.pl-xs-4{padding-left:1rem !important}.px-xs-4{padding-right:1rem !important;padding-left:1rem !important}.py-xs-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-xs-5{padding:1.5rem !important}.pt-xs-5{padding-top:1.5rem !important}.pr-xs-5{padding-right:1.5rem !important}.pb-xs-5{padding-bottom:1.5rem !important}.pl-xs-5{padding-left:1.5rem !important}.px-xs-5{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-xs-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-xs-6{padding:2rem !important}.pt-xs-6{padding-top:2rem !important}.pr-xs-6{padding-right:2rem !important}.pb-xs-6{padding-bottom:2rem !important}.pl-xs-6{padding-left:2rem !important}.px-xs-6{padding-right:2rem !important;padding-left:2rem !important}.py-xs-6{padding-top:2rem !important;padding-bottom:2rem !important}.p-xs-7{padding:2.5rem !important}.pt-xs-7{padding-top:2.5rem !important}.pr-xs-7{padding-right:2.5rem !important}.pb-xs-7{padding-bottom:2.5rem !important}.pl-xs-7{padding-left:2.5rem !important}.px-xs-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.py-xs-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.p-xs-8{padding:3rem !important}.pt-xs-8{padding-top:3rem !important}.pr-xs-8{padding-right:3rem !important}.pb-xs-8{padding-bottom:3rem !important}.pl-xs-8{padding-left:3rem !important}.px-xs-8{padding-right:3rem !important;padding-left:3rem !important}.py-xs-8{padding-top:3rem !important;padding-bottom:3rem !important}.p-xs-9{padding:3.5rem !important}.pt-xs-9{padding-top:3.5rem !important}.pr-xs-9{padding-right:3.5rem !important}.pb-xs-9{padding-bottom:3.5rem !important}.pl-xs-9{padding-left:3.5rem !important}.px-xs-9{padding-right:3.5rem !important;padding-left:3.5rem !important}.py-xs-9{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.p-xs-10{padding:4rem !important}.pt-xs-10{padding-top:4rem !important}.pr-xs-10{padding-right:4rem !important}.pb-xs-10{padding-bottom:4rem !important}.pl-xs-10{padding-left:4rem !important}.px-xs-10{padding-right:4rem !important;padding-left:4rem !important}.py-xs-10{padding-top:4rem !important;padding-bottom:4rem !important}}@media (min-width: 31.25rem){.p-sm-0{padding:0 !important}.pt-sm-0{padding-top:0 !important}.pr-sm-0{padding-right:0 !important}.pb-sm-0{padding-bottom:0 !important}.pl-sm-0{padding-left:0 !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1{padding-top:.25rem !important}.pr-sm-1{padding-right:.25rem !important}.pb-sm-1{padding-bottom:.25rem !important}.pl-sm-1{padding-left:.25rem !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2{padding-top:.5rem !important}.pr-sm-2{padding-right:.5rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pl-sm-2{padding-left:.5rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-sm-3{padding:.75rem !important}.pt-sm-3{padding-top:.75rem !important}.pr-sm-3{padding-right:.75rem !important}.pb-sm-3{padding-bottom:.75rem !important}.pl-sm-3{padding-left:.75rem !important}.px-sm-3{padding-right:.75rem !important;padding-left:.75rem !important}.py-sm-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-sm-4{padding:1rem !important}.pt-sm-4{padding-top:1rem !important}.pr-sm-4{padding-right:1rem !important}.pb-sm-4{padding-bottom:1rem !important}.pl-sm-4{padding-left:1rem !important}.px-sm-4{padding-right:1rem !important;padding-left:1rem !important}.py-sm-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-sm-5{padding:1.5rem !important}.pt-sm-5{padding-top:1.5rem !important}.pr-sm-5{padding-right:1.5rem !important}.pb-sm-5{padding-bottom:1.5rem !important}.pl-sm-5{padding-left:1.5rem !important}.px-sm-5{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-sm-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-sm-6{padding:2rem !important}.pt-sm-6{padding-top:2rem !important}.pr-sm-6{padding-right:2rem !important}.pb-sm-6{padding-bottom:2rem !important}.pl-sm-6{padding-left:2rem !important}.px-sm-6{padding-right:2rem !important;padding-left:2rem !important}.py-sm-6{padding-top:2rem !important;padding-bottom:2rem !important}.p-sm-7{padding:2.5rem !important}.pt-sm-7{padding-top:2.5rem !important}.pr-sm-7{padding-right:2.5rem !important}.pb-sm-7{padding-bottom:2.5rem !important}.pl-sm-7{padding-left:2.5rem !important}.px-sm-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.py-sm-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.p-sm-8{padding:3rem !important}.pt-sm-8{padding-top:3rem !important}.pr-sm-8{padding-right:3rem !important}.pb-sm-8{padding-bottom:3rem !important}.pl-sm-8{padding-left:3rem !important}.px-sm-8{padding-right:3rem !important;padding-left:3rem !important}.py-sm-8{padding-top:3rem !important;padding-bottom:3rem !important}.p-sm-9{padding:3.5rem !important}.pt-sm-9{padding-top:3.5rem !important}.pr-sm-9{padding-right:3.5rem !important}.pb-sm-9{padding-bottom:3.5rem !important}.pl-sm-9{padding-left:3.5rem !important}.px-sm-9{padding-right:3.5rem !important;padding-left:3.5rem !important}.py-sm-9{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.p-sm-10{padding:4rem !important}.pt-sm-10{padding-top:4rem !important}.pr-sm-10{padding-right:4rem !important}.pb-sm-10{padding-bottom:4rem !important}.pl-sm-10{padding-left:4rem !important}.px-sm-10{padding-right:4rem !important;padding-left:4rem !important}.py-sm-10{padding-top:4rem !important;padding-bottom:4rem !important}}@media (min-width: 50rem){.p-md-0{padding:0 !important}.pt-md-0{padding-top:0 !important}.pr-md-0{padding-right:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1{padding-top:.25rem !important}.pr-md-1{padding-right:.25rem !important}.pb-md-1{padding-bottom:.25rem !important}.pl-md-1{padding-left:.25rem !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2{padding-top:.5rem !important}.pr-md-2{padding-right:.5rem !important}.pb-md-2{padding-bottom:.5rem !important}.pl-md-2{padding-left:.5rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-md-3{padding:.75rem !important}.pt-md-3{padding-top:.75rem !important}.pr-md-3{padding-right:.75rem !important}.pb-md-3{padding-bottom:.75rem !important}.pl-md-3{padding-left:.75rem !important}.px-md-3{padding-right:.75rem !important;padding-left:.75rem !important}.py-md-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-md-4{padding:1rem !important}.pt-md-4{padding-top:1rem !important}.pr-md-4{padding-right:1rem !important}.pb-md-4{padding-bottom:1rem !important}.pl-md-4{padding-left:1rem !important}.px-md-4{padding-right:1rem !important;padding-left:1rem !important}.py-md-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-md-5{padding:1.5rem !important}.pt-md-5{padding-top:1.5rem !important}.pr-md-5{padding-right:1.5rem !important}.pb-md-5{padding-bottom:1.5rem !important}.pl-md-5{padding-left:1.5rem !important}.px-md-5{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-md-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-md-6{padding:2rem !important}.pt-md-6{padding-top:2rem !important}.pr-md-6{padding-right:2rem !important}.pb-md-6{padding-bottom:2rem !important}.pl-md-6{padding-left:2rem !important}.px-md-6{padding-right:2rem !important;padding-left:2rem !important}.py-md-6{padding-top:2rem !important;padding-bottom:2rem !important}.p-md-7{padding:2.5rem !important}.pt-md-7{padding-top:2.5rem !important}.pr-md-7{padding-right:2.5rem !important}.pb-md-7{padding-bottom:2.5rem !important}.pl-md-7{padding-left:2.5rem !important}.px-md-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.py-md-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.p-md-8{padding:3rem !important}.pt-md-8{padding-top:3rem !important}.pr-md-8{padding-right:3rem !important}.pb-md-8{padding-bottom:3rem !important}.pl-md-8{padding-left:3rem !important}.px-md-8{padding-right:3rem !important;padding-left:3rem !important}.py-md-8{padding-top:3rem !important;padding-bottom:3rem !important}.p-md-9{padding:3.5rem !important}.pt-md-9{padding-top:3.5rem !important}.pr-md-9{padding-right:3.5rem !important}.pb-md-9{padding-bottom:3.5rem !important}.pl-md-9{padding-left:3.5rem !important}.px-md-9{padding-right:3.5rem !important;padding-left:3.5rem !important}.py-md-9{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.p-md-10{padding:4rem !important}.pt-md-10{padding-top:4rem !important}.pr-md-10{padding-right:4rem !important}.pb-md-10{padding-bottom:4rem !important}.pl-md-10{padding-left:4rem !important}.px-md-10{padding-right:4rem !important;padding-left:4rem !important}.py-md-10{padding-top:4rem !important;padding-bottom:4rem !important}}@media (min-width: 66.5rem){.p-lg-0{padding:0 !important}.pt-lg-0{padding-top:0 !important}.pr-lg-0{padding-right:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1{padding-top:.25rem !important}.pr-lg-1{padding-right:.25rem !important}.pb-lg-1{padding-bottom:.25rem !important}.pl-lg-1{padding-left:.25rem !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2{padding-top:.5rem !important}.pr-lg-2{padding-right:.5rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pl-lg-2{padding-left:.5rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-lg-3{padding:.75rem !important}.pt-lg-3{padding-top:.75rem !important}.pr-lg-3{padding-right:.75rem !important}.pb-lg-3{padding-bottom:.75rem !important}.pl-lg-3{padding-left:.75rem !important}.px-lg-3{padding-right:.75rem !important;padding-left:.75rem !important}.py-lg-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-lg-4{padding:1rem !important}.pt-lg-4{padding-top:1rem !important}.pr-lg-4{padding-right:1rem !important}.pb-lg-4{padding-bottom:1rem !important}.pl-lg-4{padding-left:1rem !important}.px-lg-4{padding-right:1rem !important;padding-left:1rem !important}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-lg-5{padding:1.5rem !important}.pt-lg-5{padding-top:1.5rem !important}.pr-lg-5{padding-right:1.5rem !important}.pb-lg-5{padding-bottom:1.5rem !important}.pl-lg-5{padding-left:1.5rem !important}.px-lg-5{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-lg-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-lg-6{padding:2rem !important}.pt-lg-6{padding-top:2rem !important}.pr-lg-6{padding-right:2rem !important}.pb-lg-6{padding-bottom:2rem !important}.pl-lg-6{padding-left:2rem !important}.px-lg-6{padding-right:2rem !important;padding-left:2rem !important}.py-lg-6{padding-top:2rem !important;padding-bottom:2rem !important}.p-lg-7{padding:2.5rem !important}.pt-lg-7{padding-top:2.5rem !important}.pr-lg-7{padding-right:2.5rem !important}.pb-lg-7{padding-bottom:2.5rem !important}.pl-lg-7{padding-left:2.5rem !important}.px-lg-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.py-lg-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.p-lg-8{padding:3rem !important}.pt-lg-8{padding-top:3rem !important}.pr-lg-8{padding-right:3rem !important}.pb-lg-8{padding-bottom:3rem !important}.pl-lg-8{padding-left:3rem !important}.px-lg-8{padding-right:3rem !important;padding-left:3rem !important}.py-lg-8{padding-top:3rem !important;padding-bottom:3rem !important}.p-lg-9{padding:3.5rem !important}.pt-lg-9{padding-top:3.5rem !important}.pr-lg-9{padding-right:3.5rem !important}.pb-lg-9{padding-bottom:3.5rem !important}.pl-lg-9{padding-left:3.5rem !important}.px-lg-9{padding-right:3.5rem !important;padding-left:3.5rem !important}.py-lg-9{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.p-lg-10{padding:4rem !important}.pt-lg-10{padding-top:4rem !important}.pr-lg-10{padding-right:4rem !important}.pb-lg-10{padding-bottom:4rem !important}.pl-lg-10{padding-left:4rem !important}.px-lg-10{padding-right:4rem !important;padding-left:4rem !important}.py-lg-10{padding-top:4rem !important;padding-bottom:4rem !important}}@media (min-width: 87.5rem){.p-xl-0{padding:0 !important}.pt-xl-0{padding-top:0 !important}.pr-xl-0{padding-right:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1{padding-top:.25rem !important}.pr-xl-1{padding-right:.25rem !important}.pb-xl-1{padding-bottom:.25rem !important}.pl-xl-1{padding-left:.25rem !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2{padding-top:.5rem !important}.pr-xl-2{padding-right:.5rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pl-xl-2{padding-left:.5rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-xl-3{padding:.75rem !important}.pt-xl-3{padding-top:.75rem !important}.pr-xl-3{padding-right:.75rem !important}.pb-xl-3{padding-bottom:.75rem !important}.pl-xl-3{padding-left:.75rem !important}.px-xl-3{padding-right:.75rem !important;padding-left:.75rem !important}.py-xl-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-xl-4{padding:1rem !important}.pt-xl-4{padding-top:1rem !important}.pr-xl-4{padding-right:1rem !important}.pb-xl-4{padding-bottom:1rem !important}.pl-xl-4{padding-left:1rem !important}.px-xl-4{padding-right:1rem !important;padding-left:1rem !important}.py-xl-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-xl-5{padding:1.5rem !important}.pt-xl-5{padding-top:1.5rem !important}.pr-xl-5{padding-right:1.5rem !important}.pb-xl-5{padding-bottom:1.5rem !important}.pl-xl-5{padding-left:1.5rem !important}.px-xl-5{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-xl-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-xl-6{padding:2rem !important}.pt-xl-6{padding-top:2rem !important}.pr-xl-6{padding-right:2rem !important}.pb-xl-6{padding-bottom:2rem !important}.pl-xl-6{padding-left:2rem !important}.px-xl-6{padding-right:2rem !important;padding-left:2rem !important}.py-xl-6{padding-top:2rem !important;padding-bottom:2rem !important}.p-xl-7{padding:2.5rem !important}.pt-xl-7{padding-top:2.5rem !important}.pr-xl-7{padding-right:2.5rem !important}.pb-xl-7{padding-bottom:2.5rem !important}.pl-xl-7{padding-left:2.5rem !important}.px-xl-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.py-xl-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.p-xl-8{padding:3rem !important}.pt-xl-8{padding-top:3rem !important}.pr-xl-8{padding-right:3rem !important}.pb-xl-8{padding-bottom:3rem !important}.pl-xl-8{padding-left:3rem !important}.px-xl-8{padding-right:3rem !important;padding-left:3rem !important}.py-xl-8{padding-top:3rem !important;padding-bottom:3rem !important}.p-xl-9{padding:3.5rem !important}.pt-xl-9{padding-top:3.5rem !important}.pr-xl-9{padding-right:3.5rem !important}.pb-xl-9{padding-bottom:3.5rem !important}.pl-xl-9{padding-left:3.5rem !important}.px-xl-9{padding-right:3.5rem !important;padding-left:3.5rem !important}.py-xl-9{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.p-xl-10{padding:4rem !important}.pt-xl-10{padding-top:4rem !important}.pr-xl-10{padding-right:4rem !important}.pb-xl-10{padding-bottom:4rem !important}.pl-xl-10{padding-left:4rem !important}.px-xl-10{padding-right:4rem !important;padding-left:4rem !important}.py-xl-10{padding-top:4rem !important;padding-bottom:4rem !important}}@media print{.site-footer,.site-button,#edit-this-page,#back-to-top,.site-nav,.main-header{display:none !important}.side-bar{width:100%;height:auto;border-right:0 !important}.site-header{border-bottom:1px solid #eeebee}.site-title{font-size:1rem !important;font-weight:700 !important}.text-small{font-size:8pt !important}pre.highlight{border:1px solid #eeebee}.main{max-width:none;margin-left:0}}a.skip-to-main{left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999}a.skip-to-main:focus,a.skip-to-main:active{color:#06c;background-color:#f8fafc;left:auto;top:auto;width:30%;height:auto;overflow:auto;margin:10px 35%;padding:5px;border-radius:15px;border:4px solid #3333B2;text-align:center;font-size:1.2em;z-index:999}div.opaque{background-color:#f8fafc}p.highlight,blockquote.highlight{background:rgba(255,235,130,0.2);border-left:12px solid #e7af06;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.highlight>.highlight-title,blockquote.highlight>.highlight-title{color:#e7af06;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.highlight-title,blockquote.highlight-title{background:rgba(255,235,130,0.2);border-left:12px solid #e7af06;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.highlight-title>p:first-child,blockquote.highlight-title>p:first-child{margin-top:0;margin-bottom:0;color:#e7af06;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}blockquote.highlight{margin-left:0;margin-right:0}blockquote.highlight>p:first-child{margin-top:0}blockquote.highlight>p:last-child{margin-bottom:0}blockquote.highlight-title{margin-left:0;margin-right:0}blockquote.highlight-title>p:nth-child(2){margin-top:0}blockquote.highlight-title>p:last-child{margin-bottom:0}p.important,blockquote.important{background:rgba(44,132,250,0.2);border-left:12px solid #183385;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.important::before,blockquote.important::before{color:#183385;content:"Important";display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.important>.important-title,blockquote.important>.important-title{color:#183385;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.important-title,blockquote.important-title{background:rgba(44,132,250,0.2);border-left:12px solid #183385;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.important-title>p:first-child,blockquote.important-title>p:first-child{margin-top:0;margin-bottom:0;color:#183385;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}blockquote.important{margin-left:0;margin-right:0}blockquote.important>p:first-child{margin-top:0}blockquote.important>p:last-child{margin-bottom:0}blockquote.important-title{margin-left:0;margin-right:0}blockquote.important-title>p:nth-child(2){margin-top:0}blockquote.important-title>p:last-child{margin-bottom:0}p.new,blockquote.new{background:rgba(65,214,147,0.2);border-left:12px solid #026e57;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.new::before,blockquote.new::before{color:#026e57;content:"New";display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.new>.new-title,blockquote.new>.new-title{color:#026e57;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.new-title,blockquote.new-title{background:rgba(65,214,147,0.2);border-left:12px solid #026e57;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.new-title>p:first-child,blockquote.new-title>p:first-child{margin-top:0;margin-bottom:0;color:#026e57;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}blockquote.new{margin-left:0;margin-right:0}blockquote.new>p:first-child{margin-top:0}blockquote.new>p:last-child{margin-bottom:0}blockquote.new-title{margin-left:0;margin-right:0}blockquote.new-title>p:nth-child(2){margin-top:0}blockquote.new-title>p:last-child{margin-bottom:0}p.note,blockquote.note{background:rgba(114,83,237,0.2);border-left:12px solid #381885;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.note::before,blockquote.note::before{color:#381885;content:"Note";display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.note>.note-title,blockquote.note>.note-title{color:#381885;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.note-title,blockquote.note-title{background:rgba(114,83,237,0.2);border-left:12px solid #381885;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.note-title>p:first-child,blockquote.note-title>p:first-child{margin-top:0;margin-bottom:0;color:#381885;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}blockquote.note{margin-left:0;margin-right:0}blockquote.note>p:first-child{margin-top:0}blockquote.note>p:last-child{margin-bottom:0}blockquote.note-title{margin-left:0;margin-right:0}blockquote.note-title>p:nth-child(2){margin-top:0}blockquote.note-title>p:last-child{margin-bottom:0}p.warning,blockquote.warning{background:rgba(247,126,126,0.2);border-left:12px solid #dd2e2e;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.warning::before,blockquote.warning::before{color:#dd2e2e;content:"Warning";display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.warning>.warning-title,blockquote.warning>.warning-title{color:#dd2e2e;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}p.warning-title,blockquote.warning-title{background:rgba(247,126,126,0.2);border-left:12px solid #dd2e2e;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.12),0 3px 10px rgba(0,0,0,0.08);padding:.8rem}p.warning-title>p:first-child,blockquote.warning-title>p:first-child{margin-top:0;margin-bottom:0;color:#dd2e2e;display:block;font-weight:bold;text-transform:uppercase;font-size:.75em;padding-bottom:.125rem}blockquote.warning{margin-left:0;margin-right:0}blockquote.warning>p:first-child{margin-top:0}blockquote.warning>p:last-child{margin-bottom:0}blockquote.warning-title{margin-left:0;margin-right:0}blockquote.warning-title>p:nth-child(2){margin-top:0}blockquote.warning-title>p:last-child{margin-bottom:0}
