.product-gallery{box-shadow:22px 15px 40px grey}.product-gallery__image{width:100%;height:70vw;background:#fff;background-size:cover;background-position:50%}@media screen and (min-width:1024px){.product-gallery__image{max-height:450px}}@media screen and (min-width:1200px){.product-gallery__image{height:38vw;max-height:none}}.product-gallery__thumbnails{display:flex;list-style-type:none;height:110px;margin:2px 0 0;padding:0}.product-gallery__thumbnail{flex-grow:1;height:100%;max-width:50%;opacity:.65;margin-right:2px;-webkit-transition:opacity .3s;transition:opacity .3s}.product-gallery__thumbnail:last-child{margin:0}.product-gallery__thumbnail--active{opacity:.9}.product-gallery__thumbnail-button{width:100%;height:100%;background-size:cover;background-position:50%;border:0;outline:0;cursor:pointer}.price{font-size:1.25rem;text-align:center}.price__value--markdown{font-size:.85em;font-style:italic;text-decoration:line-through}.price__markdown{display:block;text-decoration:none;font-weight:700}.quantity-input{width:50px;height:58px;margin-right:8px;font-family:Roboto,sans-serif;font-weight:900;text-align:center;font-size:1.4rem;font-style:italic;color:#444;border:1px solid #bbb;background:#eff0f1}@media screen and (min-width:768px){.quantity-input{width:65px;margin-right:22px}}.cart-item{display:flex;flex-wrap:wrap;align-items:center}@media screen and (min-width:768px){.cart-item{flex-wrap:nowrap}}.cart-item__image{max-width:100%}@media screen and (min-width:768px){.cart-item__image{width:50%;max-width:450px}}.cart-item__summary{margin:20px auto;padding:0 20px;max-width:590px;line-height:1.8rem;text-align:center;color:#333}.cart-item__summary-name{font-size:1.4rem;font-weight:700;text-transform:uppercase}.cart-item__summary-option{display:block;margin-bottom:15px}.cart-item__summary-qty-label{display:inline-block;margin:20px 0 10px}.cart-item__summary-qty-label input{margin:0}.cart-item__summary-qty,.cart-item__summary-subtotal{margin-top:10px;display:inline-block}.cart-item__summary-qty strong,.cart-item__summary-subtotal strong{font-size:1.3rem}.cart-item__summary-subtotal{margin-left:16px}.new-badge{position:absolute;padding-top:22px;height:70px;width:70px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);font-weight:700;text-align:center;color:#fcfcfc;font-size:1.2rem;letter-spacing:.05rem;z-index:1}.new-badge:before{content:"";position:absolute;top:-85px;left:-35px;border:70px solid transparent;border-bottom-color:#cc1e11;z-index:-1}.btn{display:inline-block;background:#dfe2e2;padding:18px;font-size:1.2rem;font-weight:600;text-transform:uppercase;outline:none;letter-spacing:.18rem;word-spacing:.17rem;text-decoration:none;text-align:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;color:#333}.btn--primary{color:#fcfcfc;border:1px solid #931209;background:-webkit-gradient(linear,left top,right top,from(#a4170c),to(#b71d11));background:-webkit-linear-gradient(left,#a4170c,#b71d11);background:linear-gradient(90deg,#a4170c,#b71d11)}.btn--primary:hover{box-shadow:0 0 17px rgba(222,56,56,.3)}.btn--disabled{opacity:.5;pointer-events:none}.modal-header{display:flex;align-items:center;height:55px;flex-shrink:0}.modal-header-title{padding:5px 20px 0;font-weight:700;font-size:1.25rem;font-family:Roboto,sans-serif;text-transform:uppercase;letter-spacing:.1rem;color:#333}.modal-content-container{padding:0;overflow:scroll}.modal-close{display:flex;justify-content:center;align-items:center;margin:0 4px 4px auto;font-size:40px;line-height:1;width:45px;color:#555}.ReactModal__Body--open,.ReactModal__Html--open{overflow:hidden}.ReactModal__Body--open #root{-webkit-filter:blur(5px);filter:blur(5px)}.ReactModal__Overlay{background:rgba(51,51,51,.55)!important;z-index:99;position:fixed;top:0;left:0;right:0;bottom:0;overflow:scroll}.ReactModal__Content{display:flex;flex-direction:column;position:absolute;top:0;right:0;left:0;bottom:0;margin:0 auto;max-width:768px;background:#fff;outline:0;opacity:0;box-shadow:10px 15px 55px rgba(37,37,37,.75);-webkit-transform:scale3d(.7,.7,1);transform:scale3d(.7,.7,1);-webkit-transition:all .4s;transition:all .4s}@media screen and (min-width:768px){.ReactModal__Content{position:relative;margin:100px auto 50px}}@media screen and (min-width:1024px){.ReactModal__Content{margin-top:140px}}.ReactModal__Content--after-open{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.product-detail{position:relative;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1450px;box-shadow:4px 10px 20px hsla(0,0%,47.5%,.37);background-color:#d4d6d7;background-image:-webkit-radial-gradient(#a9a9a9 5%,transparent 6%),-webkit-radial-gradient(#a9a9a9 5%,transparent 6%);background-image:radial-gradient(#a9a9a9 5%,transparent 6%),radial-gradient(#a9a9a9 5%,transparent 6%);background-size:10px 10px;background-position:0 0,5px 5px;z-index:3}.product-detail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(#d4d6d7),to(#b5b8b9));background:-webkit-linear-gradient(#d4d6d7,#b5b8b9);background:linear-gradient(#d4d6d7,#b5b8b9);z-index:-1}.product-detail__name{margin:15px 0;text-transform:uppercase;text-align:center;letter-spacing:.14rem;word-spacing:.14rem}@media screen and (min-width:768px){.product-detail__name{font-size:1.6rem}}@media screen and (min-width:1024px){.product-detail__name{margin-top:30px}}.product-detail__display{width:90vw;z-index:4;margin:0 auto;-webkit-transform:translateY(-20px);transform:translateY(-20px)}@media screen and (min-width:768px){.product-detail__display{width:80vw}}@media screen and (min-width:1024px){.product-detail__display{margin:0;width:52%;max-width:none;-webkit-transform:translate(-15px,-25px);transform:translate(-15px,-25px)}}@media screen and (min-width:1200px){.product-detail__display{width:52%}}.product-detail__description{margin:30px auto 20px;font-size:1.2rem;max-width:600px;text-align:center}.product-detail__details{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:20px;z-index:3}@media screen and (min-width:768px){.product-detail__details{width:70%;padding:20px 30px;margin:0 auto}}@media screen and (min-width:1024px){.product-detail__details{max-width:520px;width:45%}}.product-detail__button{width:100%;max-width:420px;white-space:nowrap}.product-detail__list{margin:0 0 20px;padding:0}.product-detail__option{display:flex;width:100%;margin-bottom:10px}.product-detail__option label{margin-right:10px;width:70px;text-align:right}.product-detail__price-note{display:block;margin-top:5px;font-style:italic;font-size:.875rem}.agree-to-terms{margin:15px 0 20px}.contact-to-purchase{margin:30px 0 25px;padding:22px 25px 30px;font-size:1.2rem;text-align:center;background:#565a5d;color:#fcfcfc;box-shadow:12px 5px 30px hsla(0,0%,50.2%,.56)}.contact-to-purchase a{color:#c1e2ff;letter-spacing:.055rem}.product-quick-view__action{display:flex;justify-content:center;margin:10px 0 30px;width:100%;max-width:440px}.product-quick-view__options-label{width:100%;font-weight:700;max-width:440px;margin-bottom:10px}.product-quick-view__options-wrapper{position:relative;margin-top:7px}.product-quick-view__options-wrapper:after{content:"";position:absolute;top:19px;right:15px;border-top:7px solid #555;border-right:7px solid transparent;border-left:7px solid transparent;box-sizing:border-box}.product-quick-view__options{padding:10px 45px 10px 15px;background:#eff0f1;height:45px;width:100%;border:0;border-radius:0;font-size:1rem;font-weight:700;color:#444;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.product-quick-view__modal-product{padding:20px;border-top:1px solid #bbb;border-bottom:1px solid #bbb}.product-quick-view__modal-actions{display:flex;flex-direction:column;padding:10px}@media screen and (min-width:768px){.product-quick-view__modal-actions{flex-direction:row}}.product-quick-view__modal-actions .btn{margin:10px}@media screen and (min-width:768px){.product-quick-view__modal-actions .btn{width:50%}}.photo-gallery{display:grid;grid-template:repeat(5,minmax(100px,42vw))/repeat(2,1fr);grid-gap:3px;margin:0 auto;max-width:1450px}.photo-gallery__tile{background:#222}.photo-gallery__tile--4tile{grid-area:span 2/span 2}.photo-gallery__tile--4tile .photo-gallery__thumbnail{-webkit-filter:none;filter:none;opacity:.85}.photo-gallery__tile--4tile .photo-gallery__thumbnail:hover{z-index:2}.photo-gallery__modal-image{display:block;width:100%;height:auto}.photo-gallery__thumbnail{position:relative;width:100%;height:100%;box-shadow:5px 5px 20px rgba(0,0,0,.5);background-size:cover;-webkit-filter:grayscale(.75);filter:grayscale(.75);opacity:.75;-webkit-transition:all .3s;transition:all .3s;cursor:pointer}.photo-gallery__thumbnail:hover{-webkit-transform:translate3d(-20px,-15px,0);transform:translate3d(-20px,-15px,0);box-shadow:10px 10px 34px rgba(0,0,0,.8);opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (min-width:768px){.photo-gallery{grid-template:repeat(2,minmax(100px,18vw))/repeat(5,1fr)}}.section-container{position:relative;width:100%;min-height:400px;padding:50px 10px;background:#ededed}@media screen and (min-width:768px){.section-container{padding:50px 30px}}@media screen and (min-width:1024px){.section-container{padding:80px 40px}}@media screen and (min-width:1200px){.section-container{padding:115px 80px}}.home-section{position:relative;height:75vh;background-image:url(/images/genesis_bg.jpg);background-size:370%;background-position:-340px 0;padding:0}.gallery-section{background:#353434}@media screen and (min-width:768px){.home-section{background-size:cover;background-position:0 0}}@media screen and (min-width:1024px){.home-section{height:100vh}}.section-divider{position:relative;margin:50px 0;height:2px;width:100%;border:0}.section-divider:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(25%,#d0d2d2),to(transparent));background:-webkit-linear-gradient(left,transparent,#d0d2d2 25% 75%,transparent);background:linear-gradient(90deg,transparent,#d0d2d2 25% 75%,transparent)}@media screen and (min-width:768px){.section-divider{margin:60px 0}}@media screen and (min-width:1024px){.section-divider{margin:70px 0}}@media screen and (min-width:1200px){.section-divider{margin:90px 0}}.services{position:relative}.services__card{margin:40px auto 0;padding:40px 20px;max-width:1450px;box-shadow:10px 12px 24px hsla(0,0%,50.2%,.372);text-align:center;font-size:1.2rem;background:url(/images/dyno-graph.jpg) #e4e4e4 100% 0 no-repeat;background-size:1000px auto}@media screen and (min-width:768px){.services__card{margin-top:50px;padding:60px}}@media screen and (min-width:1024px){.services__card{margin-top:70px;padding:70px 60px;background-size:100% auto}}.services__heading{width:85%;margin:0 auto;font-size:1.57rem;font-weight:100;line-height:2.45rem;letter-spacing:.067rem;max-width:1000px}.services__list{margin:40px 0;list-style:none;font-size:1.1rem;text-align:left}@media screen and (min-width:768px){.services__list{margin-left:40px}}@media screen and (min-width:1024px){.services__list{margin:50px 0 60px 80px}}@media screen and (min-width:1200px){.services__list{margin-left:140px}}.services__list li{margin:0 0 15px}.services__list li:before{content:"\25A0";color:#cc1e11;font-weight:700;display:inline-block;width:25px;margin-left:-10px}.services__more-info{background:#dedede;background:-webkit-linear-gradient(275deg,rgba(213,215,216,.54),rgba(199,202,203,.54));background:linear-gradient(-185deg,rgba(213,215,216,.54),rgba(199,202,203,.54));border:1px solid #c1c3c4;padding:30px 20px;margin:20px auto;box-shadow:8px 10px 27px hsla(0,0%,50.2%,.4);max-width:940px}.page{position:relative;padding-top:85px;background-image:url(/genesis_bg.jpg);background-size:150% auto;z-index:1}@media only screen and (min-width:768px){.page{padding-top:118px}}@media only screen and (min-width:1024px){.page{padding-top:180px}}@media only screen and (min-width:1200px){.page{padding-top:190px}}.page:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#111;opacity:.55;z-index:-1}.page__container{background:#fcfcfc;min-height:800px;overflow:hidden}.page__heading{position:relative;margin:40px 0 10px;padding:0 20px;text-align:center;text-transform:uppercase;letter-spacing:.135em;color:#444}@media only screen and (min-width:768px){.page__heading{margin-top:60px;font-size:2rem}}@media only screen and (min-width:1024px){.page__heading{margin-top:70px;margin-bottom:35px}}.page__heading-title{position:relative;font-size:1.7rem}@media only screen and (min-width:768px){.page__heading-title{font-size:2rem}}.page__heading-title:after{content:"";position:absolute;bottom:-14px;left:-7px;width:calc(100% + 25px);height:3px;background:-webkit-gradient(linear,left top,right top,from(#b8b8b8),to(hsla(0,0%,40.4%,0)));background:-webkit-linear-gradient(left,#b8b8b8,hsla(0,0%,40.4%,0));background:linear-gradient(90deg,#b8b8b8,hsla(0,0%,40.4%,0));-webkit-transform:skew(-25deg,0deg);transform:skew(-25deg,0deg)}@media only screen and (min-width:1024px){.page__heading-title:after{bottom:-18px}}.page__content{margin:0 auto;padding:20px;max-width:1500px}@media only screen and (min-width:768px){.page__content{padding:40px}}@media only screen and (min-width:1024px){.page__content{padding:25px 60px 60px}}.list{margin:40px 0 0;padding:0;background:transparent;list-style:none}.list-item{margin:20px 0 60px;padding:0 0 40px;border-bottom:2px solid #ddd}.list-item:last-child{border:0}@media screen and (min-width:1024px){.list-item{margin:50px 0 60px;padding:0 0 60px}}.product-detail-container{margin-top:40px}@media screen and (min-width:1024px){.product-detail-container{margin-top:70px}}.details-list{margin:40px 0;list-style:none;font-size:1.1rem}.details-list ul{list-style:none;padding:0 0 0 50px}.details-list ul li{margin:0 0 15px}.details-list ul li:before{content:"\25A0";color:#90989a;font-weight:700;display:inline-block;width:25px;margin-left:-10px}.why-to-buy-list{padding-left:50px}.why-to-buy-list li{margin:0 0 15px}.details-list-item{display:block;margin:40px 0 20px;font-weight:700}.details-list-heading{background:#dfe2e2;text-transform:uppercase;display:block;padding:20px 40px;margin-top:40px;font-weight:600;letter-spacing:.18rem;font-size:1.2rem}@media screen and (min-width:1024px){.details-list-heading{margin-top:70px}}.details-list-note{padding:0 0 0 50px;font-style:italic;margin-top:-10px;display:block}ul.product-category-list{list-style:none;margin:30px 0 0;padding:0}.cart-page__list{margin:0;padding:0;list-style:none}.cart-page__list-item{position:relative;padding:20px 0}.cart-page__list-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(25%,#d0d2d2),to(transparent));background:-webkit-linear-gradient(left,transparent,#d0d2d2 25% 75%,transparent);background:linear-gradient(90deg,transparent,#d0d2d2 25% 75%,transparent)}@media only screen and (min-width:1024px){.cart-page__list-item{padding:20px 60px}}@media only screen and (min-width:1200px){.cart-page__list-item{padding:20px 80px}}.cart-page__list-item-remove{display:block;margin:0 0 10px auto;font-size:1rem;color:#1b70bb}@media only screen and (min-width:768px){.cart-page__list-item-remove{margin:0 20px -10px auto}}@media only screen and (min-width:1200px){.cart-page__list-item-remove{margin-right:60px}}.cart-page__summary{max-width:450px;margin:30px auto 20px;font-size:1.3rem;text-align:center;line-height:1.7}@media only screen and (min-width:768px){.cart-page__summary{margin-top:40px}}@media only screen and (min-width:1200px){.cart-page__summary{margin-top:60px}}.cart-page__summary .btn{width:100%}.cart-page__summary-total{display:block;margin:5px 0 30px;font-weight:700;font-size:1.6rem}@media only screen and (min-width:1024px){.cart-page__summary-total{margin-bottom:40px}}.cart-page__empty{text-align:center}.cart-page__empty-message{margin-bottom:20px;font-size:1.6rem}.news-list{margin:10px 0 0;padding:0;list-style:none}.news-list-item{display:flex;flex-direction:column;align-items:center;margin:0 0 20px;padding:20px;border:1px solid #ccc}@media screen and (min-width:768px){.news-list-item{flex-direction:row}}@media screen and (min-width:1200px){.news-list-item{margin-bottom:40px;padding:20px 40px}}.news-list-item__date{display:block;margin-bottom:8px;font-size:16px;color:#777;text-transform:uppercase;letter-spacing:.15rem}.news-list-item img{width:100%;height:auto;flex:0 1;margin-bottom:15px}@media screen and (min-width:768px){.news-list-item img{width:40%;margin-bottom:0}}.news-list-item p{margin:0}@media screen and (min-width:768px){.news-list-item p{margin-left:20px;padding:0 0 0 20px;width:60%;border-left:1px solid #ccc}}@media screen and (min-width:1200px){.news-list-item p{margin-left:40px;padding:0 0 0 40px}}.contact-page-container{text-align:center;background:-webkit-gradient(linear,left top,left bottom,from(#e7e7e7),to(#ccc));background:-webkit-linear-gradient(#e7e7e7,#ccc);background:linear-gradient(#e7e7e7,#ccc)}.contact-page-intro{margin:-10px auto 40px;padding:0 20px;font-size:1.3rem;max-width:700px}@media screen and (min-width:768px){.contact-page-intro{margin-bottom:50px;font-size:1.4rem}}.contact-options{list-style:none;margin:0 auto;padding:0 10px;max-width:540px;text-align:left;font-size:18px}.contact-options li{margin:0 0 15px;padding:14px 14px 16px;background:hsla(0,0%,98.8%,.65);word-break:break-word}.contact-options li:last-child{margin:0}@media screen and (min-width:768px){.contact-options li{padding:16px 24px 18px}}@media screen and (min-width:1024px){.contact-options li{margin-bottom:20px}}.tuning-page .intro{text-align:center;font-size:1.37rem}.tuning-page .customer-info{margin:20px 0}.tuning-page .tuning-process-section{margin-top:60px}@media screen and (min-width:768px){.tuning-page .tuning-process-section{margin-top:80px}}.tuning-page .find-tune-dealer-section{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px;margin:10px auto 50px}.tuning-page .find-tune-dealer-section p{margin:12px 0;font-size:1.2rem}.header{display:flex;justify-content:space-between;align-items:center;position:absolute;width:100%;padding:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(21,22,23,.95)),to(rgba(21,22,23,0)));background:-webkit-linear-gradient(rgba(21,22,23,.95),rgba(21,22,23,0));background:linear-gradient(rgba(21,22,23,.95),rgba(21,22,23,0));border-top:3px solid #b2170c;box-sizing:border-box;z-index:10}@media only screen and (min-width:768px){.header{padding:40px}}@media only screen and (min-width:1024px){.header{border:0}}@media only screen and (min-width:1200px){.header{padding:40px 100px 0}}.mobile-menu-button{display:flex;align-items:center;margin-right:auto;padding:10px;font-size:1.3rem;text-transform:uppercase;color:#fcfcfc;letter-spacing:.4rem;line-height:1;background:transparent;outline:0;border:0}@media only screen and (min-width:1024px){.mobile-menu-button{display:none}}.mobile-logo{display:block;margin-right:15px;width:40px;height:auto}@media only screen and (min-width:1024px){.mobile-logo{display:none}}.close-menu-button{position:absolute;top:15px;right:20px;color:#fcfcfc;font-size:3rem;line-height:.2;z-index:1;padding:10px;height:52px;background:transparent;outline:0;border:0}@media only screen and (min-width:1024px){.close-menu-button{display:none}}.menu-icon{display:flex;flex-direction:column;justify-content:space-between;width:23px;height:17px;margin-right:10px}.menu-icon span{width:100%;height:12%;background:#fcfcfc;-webkit-transform:skew(-25deg,0deg);transform:skew(-25deg,0deg)}.icon{display:block;width:80px;height:80px}.main-nav{display:block;position:fixed;top:0;left:0;width:100%;height:100%;padding-top:30px;align-items:center;background:rgba(21,22,23,.95)}@media only screen and (min-width:1024px){.main-nav{display:flex!important;background:none;position:static}}.nav-icon{position:relative;left:40px;margin-right:50px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;opacity:.85}.nav-icon:hover{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.nav-link{position:relative;padding:20px 40px;display:block;text-decoration:none;color:#fcfcfc;font-weight:400;text-transform:uppercase;letter-spacing:.18rem;text-shadow:40px 5px 10px #111}@media only screen and (min-width:1024px){.nav-link{padding:0 30px}}@media only screen and (min-width:1200px){.nav-link{padding:0 40px}}.nav-link:after{content:"";display:none;position:absolute;bottom:-14px;left:17%;width:0;height:2px;background:-webkit-gradient(linear,left top,right top,from(#7b7b7b),to(hsla(0,0%,40.4%,0)));background:-webkit-linear-gradient(left,#7b7b7b,hsla(0,0%,40.4%,0));background:linear-gradient(90deg,#7b7b7b,hsla(0,0%,40.4%,0));-webkit-transition:width .3s;transition:width .3s}@media only screen and (min-width:1024px){.nav-link:after{display:block}}.nav-link:hover{text-shadow:40px 5px 10px #b2170c}.nav-link--active:after,.nav-link:hover:after{width:70%}.mobile-menu-phone{position:relative;padding:20px 40px;display:flex;align-items:center;font-size:1.25rem;color:#a9a9a9;text-decoration:none;letter-spacing:.18rem}@media only screen and (min-width:1024px){.mobile-menu-phone{display:none}}.cart-button{padding:11px 11px 8px;color:#fcfcfc;background:rgba(82,71,70,.3);display:flex;align-items:center}.cart-button__item-count{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin-left:4px;padding-right:3px;padding-bottom:2px;font-family:Roboto,sans-serif;font-weight:900;font-style:italic;font-size:.875rem;border-radius:50%;background:#b51c10}.cart-button i{font-size:1.3rem}@media only screen and (min-width:1024px){.cart-button{margin-top:28px;padding:16px 16px 15px}}.phone-number{display:none;font-size:1.17rem;color:#fcfcfc;text-shadow:5px 2px 10px #111;letter-spacing:.25rem;text-decoration:none}@media only screen and (min-width:1024px){.phone-number{font-size:1.26rem;margin:30px 30px 0 0;display:flex}}@media only screen and (min-width:768px){.phone-number--link{display:flex}}@media only screen and (min-width:1024px){.phone-number--link{display:none}}.phone-number__icon{margin:2px 7px 0 0;font-size:1.3rem;line-height:1;color:#a9a9a9}@media only screen and (min-width:1024px){.phone-number__icon{margin-top:2px;font-size:1.5rem}}.footer{position:relative;padding:40px 20px;background:url(/genesis_bg.jpg) no-repeat #1f1c1a top/350%;color:#aaa;font-size:1rem}.footer:after{content:"";position:absolute;top:0;left:0;width:100%;height:60px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.25)),to(transparent));background:-webkit-linear-gradient(rgba(0,0,0,.25),transparent);background:linear-gradient(rgba(0,0,0,.25),transparent)}.footer__container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 auto;width:100%;max-width:1450px}@media screen and (min-width:768px){.footer__container{justify-content:space-between}}.footer__links{width:100%;margin-top:20px;text-align:center}.footer__link{position:relative;display:inline-block;padding:10px 15px;font-size:1rem;color:#ccc;text-decoration:none}.footer__link i{font-size:1.2rem}.footer__link:after{content:"";width:1px;height:16px;background:#777;-webkit-transform:skew(-15deg,-15deg);transform:skew(-15deg,-15deg);position:absolute;right:0;top:12px}.footer__link:last-child:after{display:none}@media screen and (min-width:768px){.footer{padding:60px 40px;justify-content:space-between;background-size:225%}.footer__links{margin-top:0;margin-right:-15px;width:auto}}@media screen and (min-width:1024px){.footer{background-size:160%}}@media screen and (min-width:1600px){.footer{padding:60px 50px;background-size:125%}}body{margin:0;font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#111;color:#333;font-size:16px}@media screen and (min-width:768px){body{font-size:18px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{width:100%;height:100%}a,button,div,li,section,span,ul{box-sizing:border-box}button{background:none;outline:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}heading{text-align:center}ul{list-style:square}ol,ul{padding-left:25px}li{margin-bottom:.55rem;font-weight:400}ol>li{margin-bottom:1.25rem}p{margin-top:20px;margin-bottom:0;line-height:1.78;font-weight:400}a{color:#1b70bb;text-decoration:none}.large-logo{display:block;width:100%;height:100%;background-image:url(/images/remnant_logo.png);background-repeat:no-repeat;background-size:100% auto;background-position:center 60%;opacity:0;-webkit-animation:logo-in 1.2s ease-in .4s forwards;animation:logo-in 1.2s ease-in .4s forwards}.copy{margin:1.2rem auto;max-width:850px}.copy h3{margin:2rem 0 1rem}@-webkit-keyframes logo-in{0%{opacity:0}to{opacity:.92}}@keyframes logo-in{0%{opacity:0}to{opacity:.92}}
/*# sourceMappingURL=main.d5b1bebb.chunk.css.map */