*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#334155;overflow-x:hidden}#app{overflow-x:hidden}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#64748b}.btn{padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff}.btn-outline{background:transparent;color:#fff;border:2px solid #ffffff}.btn-outline:hover{background:#ffffff;color:#2563eb}.btn-icon{font-size:1.2rem}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo h1{color:#2563eb;font-size:1.8rem;font-weight:700;display:flex;align-items:center}.logo-icon{font-size:2rem;margin-right:.5rem}.nav-menu{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s}.nav-link:hover{color:#2563eb}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;text-align:center}.hero-content{padding:4rem 0}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-graphic{position:relative;height:450px;max-width:800px;margin:0 auto;overflow:visible}.bg-elements{position:absolute;width:100%;height:100%;pointer-events:none}.bg-circle{position:absolute;border-radius:50%;background:linear-gradient(45deg,rgba(37,99,235,.1),rgba(251,191,36,.1));opacity:0;animation:backgroundElementsReveal 2s ease-out forwards,pulse 4s ease-in-out infinite}.bg-circle.circle-1{width:120px;height:120px;top:15%;left:70%;animation-delay:1s,3s}.bg-circle.circle-2{width:80px;height:80px;top:70%;right:65%;animation-delay:1.5s,4.5s}.bg-circle.circle-3{width:90px;height:90px;bottom:25%;right:25%;animation-delay:2s,5s}.bg-dots{position:absolute;top:25%;right:45%;width:70px;height:70px;background-image:radial-gradient(circle,rgba(37,99,235,.2) 2px,transparent 2px);background-size:14px 14px;opacity:0;animation:backgroundElementsReveal 1.5s ease-out 2.5s forwards,rotate 25s linear infinite 4s}.dashboard-mockup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);border-radius:16px;padding:1.3rem;box-shadow:0 20px 40px #00000026;border:1px solid rgba(37,99,235,.1);min-width:190px;max-width:250px;animation:dashboardPulse 3s ease-in-out infinite;z-index:2;cursor:pointer;transition:all .3s ease}.dashboard-mockup:hover{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 25px 50px #2563eb33,0 0 30px #2563eb1a;border:1px solid rgba(37,99,235,.2)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.dashboard-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1e293b;font-size:.9rem}.dashboard-status{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:#64748b}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;opacity:0;animation:statusIndicatorGlow 1s ease-out 2.5s forwards,blink 2s ease-in-out infinite 3.5s}.dashboard-content{display:flex;gap:1rem}.dashboard-metric{text-align:center}.metric-value{display:block;font-size:1.2rem;font-weight:700;color:#2563eb;opacity:0;animation:metricsCountUp .8s ease-out 2.8s forwards}.metric-label{font-size:.7rem;color:#64748b;margin-top:.2rem;opacity:0;animation:metricsCountUp .6s ease-out 3.2s forwards}.floating-card{position:absolute;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);padding:1rem;border-radius:14px;box-shadow:0 15px 35px #0000001a;color:#333;animation:float 6s ease-in-out infinite;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);min-width:160px;max-width:200px;cursor:pointer;transition:all .3s ease;z-index:3}.floating-card:hover{transform:scale(1.08) translateY(-8px) rotate(1deg);box-shadow:0 30px 60px #2563eb40,0 0 40px #2563eb26;filter:brightness(1.05);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.floating-card:hover .card-icon{transform:scale(1.1) rotate(-5deg);transition:transform .3s ease-out}.floating-card:hover .card-badge{animation:badgePulse .6s ease-out}.floating-card.card-1{top:5%;left:8%;animation-delay:2.2s,3.7s}.floating-card.card-2{top:15%;right:12%;animation-delay:2.6s,4.1s}.floating-card.card-3{bottom:0%;left:15%;animation-delay:3s,4.5s}.floating-card.card-4{bottom:12%;right:8%;animation-delay:3.4s,4.9s}.floating-card.card-5{top:45%;left:5%;animation-delay:3.8s,5.3s}.card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);margin-bottom:.8rem;box-shadow:0 4px 12px #2563eb4d}.card-icon .material-icons{font-size:1.2rem;color:#fff}.card-content{flex:1}.card-title{font-weight:600;font-size:.85rem;color:#1e293b;margin-bottom:.5rem}.card-badge{position:absolute;top:-5px;right:-5px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;font-size:.6rem;padding:.2rem .5rem;border-radius:8px;font-weight:600;animation:badgePulse 2s ease-in-out infinite}.stat-mini{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:#10b981}.stat-mini .material-icons{font-size:.9rem}.progress-bar{width:100%;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;margin-bottom:.3rem}.progress-fill{height:100%;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:2px;animation:progressFill 3s ease-in-out infinite}.progress-text{font-size:.7rem;color:#64748b}.card-chart{display:flex;align-items:end;gap:3px;height:20px}.chart-bar{width:8px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:2px;animation:chartGrow 2s ease-in-out infinite}.notification-demo{font-size:.7rem}.notification-item{display:flex;align-items:center;gap:.3rem;color:#64748b}.notification-item .material-icons{font-size:.9rem;color:#f59e0b}.security-indicator{display:flex;align-items:center;gap:.3rem}.security-icon{font-size:.9rem;color:#10b981}.security-text{font-size:.7rem;color:#10b981;font-weight:600}.connection-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.connection-line{stroke-dasharray:0,100;opacity:0;animation:connectionLinesDraw 1.2s ease-out forwards,dash 4s linear infinite}.connection-line.line-1{animation-delay:3.5s,4.7s}.connection-line.line-2{animation-delay:4s,5.2s}.connection-line.line-3{animation-delay:4.5s,5.7s}.connection-line.line-4{animation-delay:5s,6.2s}.connection-line.line-5{animation-delay:5.5s,6.7s}.about{padding:80px 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h3{color:#2563eb;font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-text p{color:#475569;font-size:1.1rem;line-height:1.7}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:2rem;background:#ffffff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.stat-number{font-size:3rem;font-weight:700;color:#2563eb}.stat-label{color:#64748b;font-weight:600;margin-top:.5rem}.benefits{padding:80px 0}.benefit-card{background:#ffffff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s;height:100%}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.benefit-card h3{color:#1e293b;font-size:1.3rem;margin-bottom:1rem}.benefit-card p{color:#64748b;line-height:1.6}.benefit-icon{font-size:3rem;margin-bottom:1.5rem}.benefit-icon .material-icons{font-size:3rem;color:#2563eb}.process{padding:80px 0;background:#f8fafc}.process-timeline{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:0 auto}.process-step{display:flex;align-items:center}.step-number{flex-shrink:0;width:60px;height:60px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-right:-30px;z-index:1}.step-content{flex:1;background:#ffffff;padding:2rem 2rem 2rem calc(2rem + 30px);border-radius:12px;box-shadow:0 4px 12px #0000001a}.step-content h3{color:#1e293b;margin-bottom:.5rem}.step-content p{color:#64748b;margin-bottom:1rem;line-height:1.6}.step-duration{color:#2563eb;font-weight:600;font-size:.9rem}.cta{padding:100px 0;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;margin-bottom:3rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.contact-info{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;opacity:.8}.contact-icon{font-size:1.2rem}.contact-icon.material-icons{font-size:1.2rem;color:inherit}.footer{background:#0f172a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-logo h3{color:#2563eb;margin-bottom:.5rem;display:flex;align-items:center}.footer-logo p{opacity:.7}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-left:auto}.footer-column h4{margin-bottom:1rem;color:#2563eb;display:flex;align-items:center}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#cbd5e1;text-decoration:none;transition:color .3s;display:flex;align-items:center}.footer-column a:hover{color:#2563eb}.footer-icon{font-size:1.2rem;margin-right:.5rem;vertical-align:middle}.footer-link-icon{font-size:1rem;margin-right:.5rem;opacity:.7;vertical-align:middle}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center;opacity:.7}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.6}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dashboardPulse{0%,to{box-shadow:0 20px 40px #00000026}50%{box-shadow:0 25px 50px #2563eb33}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 0 #fbbf24b3}50%{transform:scale(1.05);box-shadow:0 0 0 8px #fbbf2400}}@keyframes progressFill{0%{transform:scaleX(0);transform-origin:left}50%{transform:scaleX(1)}to{transform:scaleX(1)}}@keyframes chartGrow{0%{transform:scaleY(0);transform-origin:bottom}50%{transform:scaleY(1)}to{transform:scaleY(1)}}@keyframes dash{to{stroke-dashoffset:-20}}@keyframes cardEntrance{0%{opacity:0;transform:translateY(60px) scale(.6) rotate(-5deg);filter:blur(10px)}30%{opacity:.3;transform:translateY(40px) scale(.7) rotate(-3deg);filter:blur(5px)}60%{opacity:.7;transform:translateY(10px) scale(.95) rotate(-1deg);filter:blur(2px)}80%{opacity:.9;transform:translateY(-5px) scale(1.05) rotate(.5deg);filter:blur(0px)}to{opacity:1;transform:translateY(0) scale(1) rotate(0);filter:blur(0px)}}@keyframes dashboardEntrance{0%{opacity:0;transform:translate(-50%,-50%) scale(.3) rotateY(180deg);filter:blur(15px);box-shadow:0 0 #0000}20%{opacity:.2;transform:translate(-50%,-50%) scale(.5) rotateY(120deg);filter:blur(10px)}40%{opacity:.5;transform:translate(-50%,-50%) scale(.7) rotateY(60deg);filter:blur(5px)}60%{opacity:.7;transform:translate(-50%,-50%) scale(.9) rotateY(20deg);filter:blur(2px);box-shadow:0 10px 20px #0000001a}80%{opacity:.9;transform:translate(-50%,-50%) scale(1.1) rotateY(-5deg);filter:blur(0px);box-shadow:0 15px 30px #00000026}to{opacity:1;transform:translate(-50%,-50%) scale(1) rotateY(0);filter:blur(0px);box-shadow:0 20px 40px #00000026}}@keyframes metricsCountUp{0%{opacity:0;transform:scale(.5)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes statusIndicatorGlow{0%{opacity:0;transform:scale(0);box-shadow:0 0 #10b98100}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 0 10px #10b9814d}to{opacity:1;transform:scale(1);box-shadow:0 0 #10b98100}}@keyframes connectionLinesDraw{0%{stroke-dasharray:0,100;opacity:0}50%{stroke-dasharray:50,100;opacity:.6}to{stroke-dasharray:100,0;opacity:.8}}@keyframes backgroundElementsReveal{0%{opacity:0;transform:scale(0) rotate(0)}50%{opacity:.3;transform:scale(1.2) rotate(180deg)}to{opacity:.6;transform:scale(1) rotate(360deg)}}@keyframes cardHoverGlow{0%{box-shadow:0 15px 35px #0000001a}50%{box-shadow:0 20px 50px #2563eb33,0 0 30px #2563eb1a}to{box-shadow:0 25px 60px #2563eb40,0 0 40px #2563eb26}}.floating-card{opacity:0;animation:cardEntrance 1.5s cubic-bezier(.175,.885,.32,1.275) forwards,float 6s ease-in-out infinite 1.5s}.dashboard-mockup{opacity:0;animation:dashboardEntrance 2s cubic-bezier(.23,1,.32,1) .3s forwards,dashboardPulse 4s ease-in-out infinite 2.3s}@media (max-width: 768px){.nav-menu{display:none}.hero-title{font-size:2.5rem}.hero-graphic{height:600px;margin-top:2rem}.dashboard-mockup{transform:translate(-50%,-50%) scale(.8);top:40%}.floating-card{min-width:135px;max-width:165px;padding:.85rem}.floating-card.card-1{top:8%;left:5%}.floating-card.card-2{top:18%;right:8%}.floating-card.card-3{bottom:0%;left:10%}.floating-card.card-4{bottom:15%;right:5%}.floating-card.card-5{top:50%;left:3%}.bg-circle,.connection-lines{display:none}.about-content{grid-template-columns:1fr}.about-stats{flex-direction:column;justify-content:space-around}.benefits-grid{grid-template-columns:1fr}.process-step{flex-direction:column;text-align:center}.cta-content h2{font-size:2rem}.footer-content{grid-template-columns:1fr;text-align:center;justify-content:center}.footer-links{grid-template-columns:1fr;margin-left:unset}.footer-logo h3{justify-content:center}.footer-column{text-align:center}.footer-column ul li a,.footer-column h4{justify-content:center}}@media (max-width: 480px){.cta-buttons,.contact-info{flex-direction:column;align-items:center}.hero-graphic{height:380px}.dashboard-mockup{transform:translate(-50%,-50%) scale(.7);min-width:150px;top:40%}.floating-card{min-width:115px;max-width:145px;padding:.75rem}.floating-card.card-1{top:5%;left:3%}.floating-card.card-2{top:12%;right:3%}.floating-card.card-3{bottom:30%;left:8%}.floating-card.card-4{bottom:8%;right:8%}.floating-card.card-5{top:70%;left:2%}.card-title{font-size:.7rem}.card-icon{width:35px;height:35px}.floating-card:hover{transform:scale(1.02) translateY(-3px)}.nav-container,.hero-container{padding:0 1rem}.section-header h2{font-size:2rem}.benefit-card{padding:2rem}}.container{width:100%;max-width:1200px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row,.form-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;row-gap:30px}.row>[class*=col],.form-row>[class*=col]{position:relative;width:100%;padding-right:15px;padding-left:15px}.row>.col,.form-row>.col{position:relative;width:100%;padding-right:15px;padding-left:15px}.form-row>.col,.row>.col{flex:1 0 0%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}@media (min-width: 0){.col-xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex:0 0 100%;max-width:100%}}@media (min-width: 576px){.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width: 1200px){.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}.offset-0{margin-left:0%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.offset-12{margin-left:100%}@media (min-width: 0){.offset-xs-0{margin-left:0%}.offset-xs-1{margin-left:8.3333333333%}.offset-xs-2{margin-left:16.6666666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.3333333333%}.offset-xs-5{margin-left:41.6666666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.3333333333%}.offset-xs-8{margin-left:66.6666666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.3333333333%}.offset-xs-11{margin-left:91.6666666667%}.offset-xs-12{margin-left:100%}}@media (min-width: 576px){.offset-sm-0{margin-left:0%}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.offset-sm-12{margin-left:100%}}@media (min-width: 768px){.offset-md-0{margin-left:0%}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.offset-md-12{margin-left:100%}}@media (min-width: 992px){.offset-lg-0{margin-left:0%}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.offset-lg-12{margin-left:100%}}@media (min-width: 1200px){.offset-xl-0{margin-left:0%}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.offset-xl-12{margin-left:100%}}@media (min-width: 0){.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}}@media (min-width: 576px){.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}}@media (min-width: 768px){.order-md-first{order:-1}.order-md-last{order:13}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}}@media (min-width: 992px){.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}}@media (min-width: 1200px){.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}}.align-items-start{align-items:flex-start!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.justify-content-start{justify-content:flex-start!important}.justify-content-center{justify-content:center!important}.justify-content-end{justify-content:flex-end!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.no-gutters{margin-right:0;margin-left:0}.no-gutters>[class*=col]{padding-right:0;padding-left:0}.form-row{margin-right:-5px;margin-left:-5px;row-gap:5px}.form-row>[class*=col]{padding-right:5px;padding-left:5px}
