@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1600px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.navbar{z-index:200;-webkit-backdrop-filter:blur(16px);background:#fffc;border-bottom:1px solid #0000;justify-content:space-around;align-items:center;height:68px;padding:0 3rem;transition:border-color .3s,background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm);background:#fffffff2}.navbar__logo{font-family:var(--font-display);color:var(--ink);align-items:center;gap:10px;font-size:1.45rem;text-decoration:none;display:flex}.navbar__logo img{height:50px;display:block}.navbar__links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar__link{letter-spacing:.07em;text-transform:uppercase;color:var(--ink-light);padding:.25rem 0;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--teal);border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-2px;left:0}.navbar__link:hover{color:var(--ink)}.navbar__link:hover:after{width:100%}.navbar__cta{background:var(--teal);border-radius:var(--radius-full);letter-spacing:.04em;padding:.45rem 1.3rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-block;color:var(--ink)!important}.navbar__cta:hover{background:var(--teal-dark);transform:translateY(-1px)}.navbar__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__burger span{background:var(--ink);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .25s;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar{justify-content:space-between;padding:0 1.25rem}.navbar__logo img{height:38px}.navbar__burger{display:flex}.navbar__links{display:none}.navbar__links--open{box-sizing:border-box;opacity:1;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%;margin:0;padding:2rem 1.5rem 3rem;list-style:none;display:flex;position:fixed;top:68px;left:0;right:0;box-shadow:0 12px 30px #00000059}.navbar__links--open .navbar__link{color:#000;font-size:1rem}.navbar__links--open .navbar__link:hover{color:var(--teal)}.navbar__links--open .navbar__link:after{background:var(--teal)}.navbar__links--open .navbar__cta{margin-top:.5rem;padding:.7rem 2.5rem;font-size:1rem;color:#000!important}}.hero{background:linear-gradient(145deg, var(--smoke) 0%, var(--white) 55%);grid-template-columns:1fr 1fr;align-items:center;width:100%;min-height:100svh;padding:7rem 3rem 4rem;display:grid;position:relative;overflow:hidden}.hero__bg-accent{pointer-events:none;z-index:0;background:radial-gradient(circle,#00d4b41a 0%,#0000 68%);width:700px;height:700px;position:absolute;top:-150px;right:-150px}.hero__left{z-index:1;padding-right:3rem;animation:.8s both heroFadeUp;position:relative}.hero__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--teal-deeper);background:var(--teal-light);border-radius:var(--radius-full);border:1px solid #00a89633;align-items:center;gap:8px;margin-bottom:1.75rem;padding:.4rem 1rem;font-size:.73rem;font-weight:600;display:inline-flex}.hero__eyebrow-dot{background:var(--teal);border-radius:50%;flex-shrink:0;width:6px;height:6px}h1.hero__headline{font-family:var(--font-display);color:var(--ink);margin-bottom:1.5rem;font-size:clamp(3rem,5.5vw,4.5rem);line-height:1.03}h1.hero__headline em{color:var(--teal-dark);font-style:italic}.hero__desc{color:var(--ink-light);max-width:460px;margin-bottom:2.25rem;margin-left:6rem;font-size:1.05rem;line-height:1.75}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.hero__btn-primary{background:var(--ink);color:var(--white);border-radius:var(--radius-full);align-items:center;gap:10px;padding:.85rem 2rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex;box-shadow:0 4px 20px #0d11172e}.hero__btn-primary:hover{background:var(--teal-deeper);transform:translateY(-2px)}.hero__btn-arrow{transition:transform .2s;display:inline-block}.hero__btn-primary:hover .hero__btn-arrow{transform:translate(3px)}.hero__btn-secondary{color:var(--ink);border-bottom:2px solid var(--teal);align-items:center;gap:4px;padding-bottom:2px;font-size:.9rem;font-weight:500;transition:color .2s;display:inline-flex}.hero__btn-secondary:hover{color:var(--teal-dark)}.hero__trust{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.hero__trust-badge{color:var(--ink-light);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-full);padding:.28rem .75rem;font-size:.75rem}.hero__right{z-index:1;justify-content:center;align-items:center;padding:2rem 3rem 2rem 1rem;animation:.8s .18s both heroFadeUp;display:flex;position:relative}.hero__carousel-mobile{display:none}.hero__phone-wrap{width:100%;position:relative}.hero__float-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border);z-index:10;white-space:nowrap;padding:10px 16px;position:absolute}.hero__float-card--left{animation:4s ease-in-out infinite floatA;top:15%;left:-80px}.hero__float-card--right{animation:4s ease-in-out infinite floatB;bottom:20%;right:-80px}.hero__float-value{font-family:var(--font-display);color:var(--teal-dark);font-size:1.05rem;line-height:1.1;display:block}.hero__float-label{color:var(--ink-light);margin-top:2px;font-size:.6rem;display:block}.carousel-container{width:100%}.carousel-card img{object-fit:cover;border-radius:20px;width:100%;display:block}.custom-dots-wrapper{text-align:center;margin-top:14px}.custom-dots-wrapper .dots-style{cursor:pointer;border-radius:50%;width:10px;height:10px;margin:0 6px;display:inline-block}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes floatA{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatB{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=960px){.hero{text-align:center;grid-template-columns:1fr;padding:6rem 1.25rem 4rem}.hero__left{padding-right:0}.hero__desc{margin-left:auto;margin-right:auto}.hero__actions,.hero__trust{justify-content:center}.hero__right{margin-top:3rem}.hero__float-card--left{left:-10px}.hero__float-card--right{right:-10px}}@media (width<=768px){.hero{text-align:center;grid-template-columns:1fr;padding:5rem 1.25rem 3rem}.hero__carousel-mobile{width:100%;max-width:100%;margin:1.5rem auto 1.75rem;padding:0 40px;display:block;position:relative}.hero__right{display:none}.hero__float-card{padding:6px 12px}.hero__float-value{font-size:.9rem}.hero__float-card--left{top:60px;left:-55px}.hero__float-card--right{bottom:50px;right:-50px}h1.hero__headline{margin-bottom:.75rem;font-size:clamp(2rem,5.5vw,2.8rem)}.hero__eyebrow{margin-bottom:1rem;font-size:.6rem}.hero__desc{margin-bottom:1.5rem;margin-left:0;font-size:.88rem;line-height:1.6}.hero__left{padding-right:0}.custom-dots-wrapper .dots-style{width:6px;height:6px}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-o-transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);z-index:2;cursor:pointer;background:0 0;border:0;font-size:32px;transition:all .25s ease-in;position:absolute;top:20px}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;margin:0 5px;display:inline-block}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{width:100%;position:relative}.carousel *{box-sizing:border-box}.carousel img{pointer-events:none;width:100%;display:inline-block}.carousel .carousel{position:relative}.carousel .control-arrow{background:0 0;border:0;outline:0;margin-top:-13px;font-size:18px;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-o-transition:all .15s ease-in;white-space:nowrap;list-style:none;transition:all .15s ease-in;position:relative;transform:translate(0,0)}.carousel .thumb{-o-transition:border .15s ease-in;white-space:nowrap;border:3px solid #fff;margin-right:6px;padding:2px;transition:border .15s ease-in;display:inline-block;overflow:hidden}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;position:relative;overflow:hidden}.carousel.carousel-slider .control-arrow{color:#fff;margin-top:0;padding:5px;font-size:26px;top:0;bottom:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{-o-transition:height .15s ease-in;width:100%;margin:auto;transition:height .15s ease-in;overflow:hidden}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{width:100%;margin:0;padding:0;list-style:none;position:relative}.carousel .slider.animated{-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{text-align:center;min-width:100%;margin:0;position:relative}.carousel .slide img{vertical-align:top;border:0;width:100%}.carousel .slide iframe{border:0;width:calc(100% - 80px);margin:0 40px 40px;display:inline-block}.carousel .slide .legend{-o-transition:all .5s ease-in-out;color:#fff;text-align:center;opacity:.25;transition:all .5s ease-in-out;-o-transition:opacity .35s ease-in-out;background:#000;border-radius:10px;width:90%;margin-left:-45%;padding:10px;font-size:12px;transition:opacity .35s ease-in-out;position:absolute;bottom:40px;left:50%}.carousel .control-dots{text-align:center;z-index:1;width:100%;margin:10px 0;padding:0;position:absolute;bottom:0}@media (width>=960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-o-transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);cursor:pointer;background:#fff;border-radius:50%;width:8px;height:8px;margin:0 8px;transition:opacity .25s ease-in;display:inline-block;box-shadow:1px 1px 2px #000000e6}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{text-shadow:1px 1px 1px #000000e6;color:#fff;padding:5px;font-size:10px;position:absolute;top:0;right:0}.carousel:hover .slide .legend{opacity:1}.stats-bar{background:var(--ink);flex-wrap:wrap;justify-content:space-around;gap:2rem;padding:2.5rem 3rem;display:flex}.stats-bar__item{flex-direction:column;align-items:center;gap:4px;display:flex}.stats-bar__value{font-family:var(--font-display);color:var(--teal);font-size:1.75rem;line-height:1}.stats-bar__label{color:#ffffff73;letter-spacing:.05em;font-size:.78rem}@media (width<=600px){.stats-bar{padding:2rem 1.25rem}.stats-bar__value{font-size:1.4rem}}.service-section{background:var(--smoke)}.service-section__inner{max-width:1100px;margin:0 auto}.service-section__header{margin-bottom:2.5rem}.service-section__tabs{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-full);gap:2px;margin-bottom:3rem;padding:4px;display:inline-flex}.tab-btn{border-radius:var(--radius-full);color:var(--ink-light);background:0 0;border:none;padding:.5rem 1.5rem;font-size:.82rem;font-weight:600;transition:all .22s}.tab-btn--active{background:var(--ink);color:var(--white)}.service-section__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.service-section__steps{flex-direction:column;gap:0;display:flex}.step{border-bottom:1px solid var(--border);gap:1.4rem;padding:1.5rem 0;transition:all .2s;display:flex}.step:last-child{border-bottom:none}.step__num{font-family:var(--font-display);color:#00000026;flex-shrink:0;min-width:32px;font-size:1.15rem;line-height:1.3;transition:color .2s}.step:hover .step__num{color:var(--teal-dark)}.step__content h3{font-family:var(--font-body);color:var(--ink);margin-bottom:.3rem;font-size:.95rem;font-weight:600}.step__content p{color:var(--ink-light);font-size:.85rem;line-height:1.65}.service-section__features{flex-direction:column;gap:1rem;display:flex}.feature-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1.4rem;transition:transform .2s,box-shadow .2s;display:flex}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-card__icon{border-radius:var(--radius-sm);background:var(--teal-light);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.feature-card__title{color:var(--ink);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.feature-card__desc{color:var(--ink-light);font-size:.82rem;line-height:1.6}.service-section__note{background:var(--teal-light);border-radius:var(--radius-md);color:var(--teal-deeper);border:1px solid #00a8962e;padding:1.1rem 1.4rem;font-size:.85rem;line-height:1.65}.service-section__note strong{color:var(--teal-deeper)}@media (width<=840px){.service-section__grid{grid-template-columns:1fr;gap:2.5rem}}.about-section__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.about-section__visual{height:500px;position:relative}.about-card-big{background:var(--teal-light);border-radius:var(--radius-xl);border:1px solid #00a89626;flex-direction:column;justify-content:space-between;padding:2rem;display:flex;position:absolute;inset:0 55px 55px 0;overflow:hidden}.about-stat{font-family:var(--font-display);color:var(--teal-dark);font-size:4.5rem;line-height:1;display:block}.about-stat-label{color:var(--teal-deeper);font-size:.85rem;font-weight:500}.about-card-big__motto{font-family:var(--font-display);color:#00786e80;align-self:flex-start;font-size:1.3rem;font-style:italic}.about-card-sm{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);width:230px;box-shadow:var(--shadow-lg);padding:1.4rem;position:absolute;bottom:0;right:0}.about-card-sm__heading{color:var(--ink-light);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.6rem;font-size:.78rem;font-weight:600}.about-card-sm__body{color:var(--ink);font-size:.82rem;line-height:1.65}.about-card-sm__divider{background:var(--border);height:1px;margin:.9rem 0}.about-card-sm__meta{color:var(--ink-light);font-size:.72rem;line-height:1.8}.about-section__para{color:var(--ink-light);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.about-section__para strong{color:var(--ink);font-weight:600}.about-vision{background:var(--smoke);border-radius:var(--radius-md);border-left:3px solid var(--teal);margin:1.5rem 0;padding:1.1rem 1.4rem}.about-vision__label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal-dark);margin-bottom:.35rem;font-size:.73rem;font-weight:600;display:block}.about-vision__value{color:var(--ink);font-size:.9rem;line-height:1.6}.values-grid{grid-template-columns:1fr 1fr;gap:.9rem;margin-top:1.5rem;display:grid}.value-card{background:var(--smoke);border-radius:var(--radius-md);padding:1.1rem;transition:transform .2s}.value-card:hover{transform:translateY(-2px)}.value-card__icon{margin-bottom:.5rem;font-size:1.3rem;display:block}.value-card__title{color:var(--ink);margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.value-card__desc{color:var(--ink-light);font-size:.78rem;line-height:1.55}@media (width<=900px){.about-section__inner{grid-template-columns:1fr;gap:2.5rem}.about-section__visual{height:380px}.about-stat{font-size:3rem}}.download-section{background:var(--ink);text-align:center}.download-section__inner{max-width:700px;margin:0 auto}.download-section__heading{font-family:var(--font-display);color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.download-section__sub{color:#ffffff80;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.download-section__badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:5.5rem;margin-bottom:2.5rem;display:flex}.download-section__badges .qr_image{height:300px}.download-section__badges .appstore_image{height:65px;margin-top:1rem;margin-left:2.8rem}.dl-badge{border-radius:var(--radius-md);color:var(--white);background:#ffffff0f;border:1px solid #ffffff1f;align-items:center;gap:12px;padding:.85rem 1.6rem;transition:all .2s;display:inline-flex}.dl-badge:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.dl-badge__icon{color:var(--white);justify-content:center;align-items:center;font-size:1.4rem;display:flex}.dl-badge__text{text-align:left;flex-direction:column;display:flex}.dl-badge__sub{color:#ffffff73;margin-bottom:3px;font-size:.65rem;line-height:1}.dl-badge__main{font-size:.95rem;font-weight:600;line-height:1}.download-section__note{color:#ffffff40;letter-spacing:.03em;font-size:.8rem}@media (width<=768px){.download-section__badges .appstore_image{height:50px;margin-left:4.8rem}}.contact-section{background:var(--smoke);padding:6rem 1.5rem}.contact-section__inner{max-width:1100px;margin:0 auto}.contact-section__grid{grid-template-columns:1fr;align-items:start;gap:4rem;display:grid}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-item__icon{border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.contact-item__detail h4{font-family:var(--font-body);color:var(--ink);margin-bottom:.35rem;font-size:.82rem;font-weight:600}.contact-item__detail p,.contact-item__detail a{color:var(--ink-light);font-size:.85rem;line-height:1.7;text-decoration:none;display:block}.contact-item__detail a:hover{color:var(--teal-dark)}.contact-form{flex-direction:column;gap:.9rem;display:flex}.contact-form__radio-row{gap:1.5rem;margin-bottom:.25rem;display:flex}.contact-form__radio{color:var(--ink-light);cursor:pointer;align-items:center;gap:6px;font-size:.88rem;font-weight:500;display:flex}.contact-form__radio input[type=radio]{accent-color:var(--teal);cursor:pointer;width:16px;height:16px}.contact-form__row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--ink);box-sizing:border-box;outline:none;padding:.8rem 1rem;font-size:.88rem;transition:border-color .2s,box-shadow .2s,background-color .2s;display:block}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#5560708c}.contact-form textarea{resize:none;height:130px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #00d4b41f}.contact-form input.is-invalid,.contact-form textarea.is-invalid{background-color:#fff5f5;border-color:#e53935;box-shadow:0 0 0 3px #e5393514}.contact-form__submit{background:var(--teal);width:100%;color:var(--ink);border-radius:var(--radius-full);cursor:pointer;border:none;padding:.9rem 2rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .15s,opacity .2s}.contact-form__submit:hover:not(:disabled){background:var(--teal-dark);transform:translateY(-1px)}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-form__error{color:#e53935;margin-top:.75rem;font-size:.88rem;font-weight:500}.contact-section__sent{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:3rem 2rem}.contact-section__sent-icon{background:var(--teal-light);width:56px;height:56px;color:var(--teal-dark);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-flex}.contact-section__sent h3{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:1.5rem}.contact-section__sent p{color:var(--ink-light);margin-bottom:1.5rem;font-size:.9rem}.contact-section__reset{border:1px solid var(--border);border-radius:var(--radius-full);color:var(--ink-light);cursor:pointer;background:0 0;padding:.5rem 1.5rem;font-size:.85rem;transition:all .2s}.contact-section__reset:hover{border-color:var(--teal);color:var(--teal-dark)}@media (width<=800px){.contact-section{padding:4rem 1rem}.contact-section__grid{gap:2.5rem}.contact-form__row{grid-template-columns:1fr}.contact-form__radio-row{flex-wrap:wrap;gap:1rem}.contact-section__sent{padding:2.5rem 1.5rem}}@media (width<=480px){.contact-section{padding:3.5rem .75rem}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{font-size:.95rem}.contact-form__submit{padding:.85rem 1.5rem;font-size:.88rem}.contact-section__sent h3{font-size:1.25rem}.contact-section__sent p{font-size:.88rem}}.footer{background:#3c4142f2;border-top:1px solid #ffffff0f;padding:3rem}.footer__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.footer__logo{font-family:var(--font-display);color:#fffc;align-items:center;gap:10px;margin-bottom:.4rem;font-size:1.3rem;display:flex}.footer__logo img{height:70px}.footer__tagline{color:#ffffff40;font-size:.78rem}.footer__nav{flex-wrap:wrap;justify-content:center;gap:.4rem 1.5rem;display:flex}.footer__link{color:#ffffff59;font-size:.78rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--teal)}.footer__copy{color:#fff3;text-align:right;font-size:.72rem;line-height:1.7}@media (width<=768px){.footer{padding:2rem 1.25rem}.footer__logo img{margin-left:7.5rem}.footer__inner{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer__tagline{margin-left:0}.footer__copy{text-align:center}}#howto{background:var(--white);text-align:center;flex-direction:column;padding:5rem 0 4rem;display:flex;overflow:hidden}.howto__inner{width:100%;margin:0 auto;padding:0 2rem}.howto__title{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:clamp(1.8rem,3vw,2.8rem)}.howto__subtitle{color:var(--ink-light);text-align:left;margin-bottom:2rem;margin-left:80px;font-size:clamp(.85rem,1.5vw,1rem)}.howto__carousel-row{align-items:flex-start;gap:16px;display:flex}.howto__arrow{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;width:50px;height:50px;margin-top:315px;transition:background .2s,transform .15s;display:flex}.howto__arrow:hover{background:#000000bf;transform:scale(1.1)}.howto__arrow:active{transform:scale(.95)}.howto__arrow i{color:#fff;font-size:20px}.howto__scroll-container{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:24px;padding:10px 0;display:flex;overflow-x:auto}.howto__scroll-container::-webkit-scrollbar{display:none}.howto__slide{scroll-snap-align:start;cursor:pointer;flex:0 0 550px}.howto__card-inner{background:#fff;border:4px solid #ccc;border-radius:12px;width:100%;transition:border-color .2s,transform .2s;overflow:hidden;box-shadow:0 4px 10px #00000026}.howto__card-inner:hover{border-color:var(--teal);transform:translateY(-4px)}.howto__thumb{width:100%;padding-bottom:120%;position:relative}.howto__thumb img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.howto__play{background:#0009;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.howto__play i{color:#fff;padding-left:4px;font-size:26px}.howto__card-inner:hover .howto__play{background:#000c;transform:translate(-50%,-50%)scale(1.1)}.howto__card-label{color:var(--ink);text-align:center;white-space:pre-line;margin-top:.75rem;font-size:.95rem;font-weight:500;line-height:1.4}.howto__dots{justify-content:center;align-items:center;gap:8px;margin-top:24px;margin-bottom:8px;display:flex}.howto__dot{cursor:pointer;background:#aaa;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:background .2s,transform .2s;display:inline-block}.howto__dot--active{background:var(--teal);transform:scale(1.3)}.howto__modal-overlay{z-index:9999;box-sizing:border-box;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.howto__modal-content{box-sizing:border-box;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;max-width:900px;padding:20px;display:flex;position:relative;overflow:hidden}.howto__modal-video{object-fit:contain;border-radius:8px;width:100%;max-height:80vh}.howto__modal-close{cursor:pointer;z-index:10;color:var(--ink);background:0 0;border:none;font-size:28px;position:absolute;top:10px;right:14px}@media (width<=1024px){.howto__slide{flex:0 0 400px}}@media (width<=768px){#howto{padding:3.5rem 0 2.5rem}.howto__arrow{display:none}.howto__carousel-row{gap:0}.howto__inner{padding:0 1rem}.howto__slide{flex:0 0 75vw}.howto__subtitle{margin-left:10px;font-size:.85rem}.howto__card-label{font-size:.82rem}.howto__modal-content{padding:15px}.howto__modal-video{max-height:60vh}.howto__dots{margin-top:16px}.howto__dot{width:8px;height:8px}}@media (width<=480px){.howto__slide{flex:0 0 80vw}.howto__play{width:50px;height:50px}.howto__play i{font-size:20px}.howto__modal-video{max-height:50vh}}#tc{color:#000;background:#e0e0e0;padding:3rem 0 5rem}#tc .intro-text{color:#111;margin:1.5rem auto 0;font-size:1.35rem;font-weight:550;line-height:1.9}#tc h2{color:#000!important}#tc .termsconditions-icon{color:#00e1d2!important}#tc .container-fluid{box-sizing:border-box;width:100%;margin:0 auto}#tc .content-container{box-sizing:border-box;flex-direction:column;max-width:1400px;margin:0 auto;padding:0 8rem;display:flex}#tc .title-container{justify-content:flex-end;width:100%;margin-bottom:2.5rem;display:flex}#tc .terms-button{cursor:pointer;font:inherit;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:8px;font-weight:700;display:inline-flex}#tc .title-text{margin:0;font-size:1rem;font-weight:700}#tc .termsconditions-icon{color:#00e1d2;font-size:1rem;line-height:1}#tc .header-text-container{text-align:center;margin-bottom:2rem;font-family:Georgia,Times New Roman,serif}#tc .header-text-container h1{color:#000;margin:0 0 1rem;line-height:1.6}#tc .header-text-container h2:first-child{font-size:1.8rem;font-weight:700}#tc .header-text-container h2:nth-child(2){color:#333;font-size:1rem;font-style:italic;font-weight:500}#tc .header-text-container h2:last-child{max-width:1100px;margin-left:auto;margin-right:auto;font-size:1.05rem;font-weight:400}#tc section{padding:2rem 3rem}#tc .scrollable{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#0006 #0000001a;height:800px;padding-right:1rem;overflow:hidden auto}#tc .scrollable::-webkit-scrollbar{width:8px}#tc .scrollable::-webkit-scrollbar-track{background:#00000014;border-radius:10px}#tc .scrollable::-webkit-scrollbar-thumb{background:#0006;border-radius:10px}#tc .scrollable::-webkit-scrollbar-thumb:hover{background:#0009}#tc h5{text-transform:uppercase;margin:0 0 2rem;font-size:1.1rem;font-weight:700}#tc h3{text-align:left;margin:2rem 0 1rem;font-size:1.3rem;font-weight:700}#tc p{margin:0 0 1.5rem;font-size:1.1rem;line-height:1.8}#tc ul{margin:0 0 1.5rem;padding:0;list-style:none}#tc li{text-align:left;margin-bottom:.75rem;padding-left:1.5rem;font-size:1.1rem;line-height:1.7;position:relative}#tc li:before{content:"";background:#000;border-radius:50%;width:7px;height:7px;position:absolute;top:.75em;left:0;transform:translateY(-50%)}#tc hr{border:none;border-top:1px solid #00000040;margin:3rem 0}@media (width<=1024px){#tc .content-container{padding:0 4rem}#tc .scrollable{height:700px}}@media (width<=768px){#tc{padding:1.5rem 0 3rem}#tcsection{padding:0 1rem}#tc .content-container{padding:0 1rem}#tc .header-text-container h2:first-child{font-size:1.3rem}#tc .header-text-container h2:nth-child(2){font-size:.9rem}#tc .header-text-container h2:last-child,#tc h3,#tc p,#tc li{font-size:.95rem}#tc .scrollable{height:calc(100vh - 220px)}}@media (width<=480px){#tc .content-container{padding:0 .75rem}#tc section{padding:0 1rem}#tc .header-text-container h2:first-child{font-size:1.1rem}#tc .header-text-container h2:last-child{font-size:.9rem}#tc h3,#tc p,#tc li{font-size:.9rem;line-height:1.65}#tc .scrollable{height:calc(100vh - 200px)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#00d4b4;--teal-dark:#00a896;--teal-deeper:#007a6e;--teal-light:#e0faf6;--ink:#0d1117;--ink-mid:#2c3340;--ink-light:#556070;--smoke:#f4f6f5;--white:#fff;--border:#00000014;--border-strong:#00000024;--font-display:"DM Serif Display", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:100px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 20px 60px #0000001f;--shadow-hero:0 40px 80px #0000002e, 0 0 0 1px #00000014}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:var(--font-display);line-height:1.08}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}img{max-width:100%;display:block}::selection{background:var(--teal);color:var(--ink)}.fade-up{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.fade-up.visible{opacity:1;transform:translateY(0)}.section-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:.6rem;font-size:1.4rem;font-weight:600}.divider-line{background:var(--teal);border-radius:2px;justify-self:center;width:48px;height:3px;margin-bottom:2rem}.section-sub{color:var(--ink-light);justify-self:center;max-width:560px;font-size:1rem;line-height:1.75}section{padding:6rem 3rem}@media (width<=768px){section{padding:4rem 1.25rem}.section-label{font-size:1.2rem}}@font-face{font-family:FontAwesome;src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?v=4.7.0);src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0)format("embedded-opentype"),url(/assets/fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0)format("woff2"),url(/assets/fontawesome-webfont-CDK5bt4p.woff?v=4.7.0)format("woff"),url(/assets/fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0)format("truetype"),url(/assets/fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular)format("svg");font-weight:400;font-style:normal}.fa{font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-lg{vertical-align:-15%;font-size:1.33333em;line-height:.75em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571em}.fa-ul{margin-left:2.14286em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:2.14286em;position:absolute;top:.142857em;left:-2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{vertical-align:middle;width:2em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}
