body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.input__container{display:flex;flex-direction:column;margin-bottom:1rem;position:relative}.input__label{color:var(--blue-primary);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.input__input{border:none;border-radius:.2rem;display:block;font-size:1rem;padding:.5rem 1rem}.input__message{animation-direction:forwards;animation-duration:.5s;animation-iteration-count:1;animation-name:smallGrow;animation-timing-function:ease-in-out;bottom:-6rem;font-weight:700;position:absolute;text-align:center;width:100%}.input__message--error{color:tomato}.input__message--success{color:#00b83d}#header-landing{align-items:center;background:#fff;color:#5c646e;display:flex;height:7vh;left:0;position:fixed;top:0;width:100%;z-index:2}.main-logo-container{align-items:center;display:flex;gap:.5rem;height:100%;padding:.5rem}#main-logo{height:100%}#main-logo-text{height:30%}#header-landing nav{display:flex;height:100%}#header-landing nav li{align-items:center;border-left:1px solid #5c646e;cursor:pointer;display:flex;font-size:1.2rem;font-weight:500;height:7vh;justify-content:center;letter-spacing:.2rem;list-style:none;transition:all .2s;width:150px}#header-landing nav li:last-child{border-right:1px solid #5c646e}#header-landing li:hover{background:var(--blue-primary);color:#fff}.hero{padding-top:7vh}.hero-background{background:url(https://images.unsplash.com/photo-1606836591695-4d58a73eba1e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1742&q=80);background-attachment:fixed;background-position:bottom;background-size:cover;filter:grayscale() brightness(75%);height:100%;position:absolute;width:100%;z-index:-1}.content-container.headQuarters{justify-content:flex-start}.headQuarters-background{background:url(https://images.unsplash.com/photo-1597220141661-df3e77364fee?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80);background-attachment:fixed;background-position:bottom;background-size:cover;filter:grayscale() brightness(90%);height:100%;position:absolute;width:100%;z-index:-1}.content-container.headQuarters aside{background:#000c}.headQuarters aside h2{border-bottom:2px solid #fff;color:#fff;color:#000}.headQuarters article{width:100%}.headQuarters img{position:absolute;width:75%;z-index:-1}footer{align-items:center;background:var(--blue-primary);color:#fff;display:flex;justify-content:space-between;padding:0 3rem}footer div{border-left:1px solid #000;padding:1rem 0 1rem 1rem}footer h3{border-bottom:2px solid #000;color:#000;margin-bottom:1rem}.main-landing .content-container{display:flex;height:100vh;justify-content:flex-end;width:100%}.main-landing .content-container aside{align-items:center;background:#ffffffb3;display:flex;flex-direction:column;height:100%;justify-content:center;padding:3rem;position:relative;width:33%}.main-landing .content-container:not(:nth-last-of-type(2)){flex-direction:row-reverse}.main-landing .content-container p{color:#fff;font-size:1.5rem;font-weight:400;text-shadow:0 0 40px #444}.main-landing h2{border-bottom:2px solid #000;color:#000;font-size:3rem;font-weight:900;margin-bottom:2rem;width:100%}.main-landing h2 span{color:var(--blue-primary)}.main-landing button{background:var(--blue-primary);border:none;border:2px solid var(--blue-primary);border-radius:.4rem;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:900;height:4rem;padding:0 1.5rem;text-transform:uppercase;transition:all .2s;width:100%}.main-landing button:hover{background:#0000;color:var(--blue-primary);font-size:1.3rem}.login{display:flex;height:100vh;width:100%}.login__form{box-shadow:0 0 20px #000c;height:100%;width:35%;z-index:2}.login__form,.login__form__header{display:flex;flex-direction:column}.login__form__header{align-items:center;border-bottom:1px solid #0000004d;gap:.5rem;justify-content:center;padding:3rem}.login__form__header__logo{height:7rem}.login__form__input-container{background-color:#0000001a;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:20%;width:100%}.login__form__input-form{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;width:100%}.login__form__input-form-change-prompt{color:#0009;cursor:pointer;font-weight:700;margin:1rem auto 0;text-align:center;transition:all .1s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.login__form__input-form-change-prompt:hover{color:#000;transform:scale(1.02)}.login__form__error{animation-duration:.5s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:smallGrow;animation-timing-function:ease-in-out;bottom:-5rem;color:tomato;font-weight:700;position:absolute;text-align:center;width:100%}.login__background-right{background:url(https://images.unsplash.com/photo-1518186233392-c232efbf2373?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80);background-position:50%;background-size:cover;filter:grayscale(100%);flex-grow:1;height:100%}@keyframes smallGrow{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}#dashboard-nav{background:#cacaca;background:#000;box-shadow:1px 0 3px 0 #00000080;height:100vh;left:0;padding-top:4rem;position:fixed;top:0;width:4rem;z-index:3}#dashboard-nav ul{display:flex;flex-direction:column}#dashboard-nav li{align-items:center;color:#fff;display:flex;font-size:.8rem;font-weight:600;height:3rem;justify-content:center;text-align:center;width:4rem}.dashboard-nav__user-controls{bottom:0;left:0;position:absolute;width:100%}.icon_container{aspect-ratio:1/1}.icon_container,.icon_container--sub{align-items:center;background:var(--blue-primary);cursor:pointer;display:flex;justify-content:center;width:100%}.icon_container--sub{background:#0000;border:none;border-top:1px solid #fffc;color:#fff;padding:.5rem .2rem}.icon_container-sub-text{font-size:.5rem;margin-left:.2rem;opacity:0;overflow:hidden;text-align:left;transition:all .3s;width:0}.icon_container--sub:hover .icon_container-sub-text{opacity:1;width:100%}.icon_container-row{display:flex}.icon_container--border-top{border-top:1px solid #fffc}.icon_svg{aspect-ratio:1/1;color:#fff}.icon_svg--main{padding:.5rem;width:100%}.icon_svg--sub{border:none;display:block;height:1rem}#keygen{max-width:100dvw;position:relative}#keygen .keygen-title{font-size:4rem;left:50%;margin-top:2rem;position:absolute;top:0;transform:translate(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#keygen .keygen-section-header{background:var(--black);color:#fff;font-size:2rem;padding:2rem}#keygen .term-input-additional-parent-container{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:auto;padding:2rem 3rem;width:100%}#keygen .term-input-additional-parent-container a{color:#307dcf;cursor:pointer;text-decoration:underline}#keygen .term-input-section-container{align-items:center;display:flex;flex-direction:column;height:500px;justify-content:center;max-width:500px;width:100%}#keygen .input-source-description{background:#f9fafb;border-radius:4px;box-shadow:0 0 5px #0000004d;color:#000;font-size:.9rem;left:0;padding:1rem;position:absolute;top:0;visibility:hidden;width:100%;z-index:1}.input-desc-detail-header{border-bottom:1px solid #0000001a;margin-bottom:1rem;padding-bottom:1rem}.input-desc-detail-list{display:flex;flex-direction:column;gap:1rem;padding-left:1rem}.sub-list{gap:.2rem!important}.term-input-header{align-items:center;border-bottom:1px solid;display:flex;gap:1rem;margin-bottom:8px;padding-bottom:8px;width:100%}.hover-info-icon-container{align-items:center;background-color:#fff;border-radius:100vw;box-shadow:0 0 2px 1px #0000004d;box-sizing:initial;color:#000c;cursor:pointer;display:flex;height:1rem;justify-content:center;overflow:hidden;padding:1px;width:1rem}.hover-info-icon-container>p{font-size:.8rem;font-weight:800;line-height:.7rem}.question-mark-icon{position:relative;top:1px}#keygen .term-input-section-container label{font-size:1.2rem;font-weight:900}#keygen .term-input-additional-info{background:var(--blue-primary);border-radius:.2rem;color:#fff;display:flex;flex-direction:column;max-width:100%;padding:1rem;position:relative;width:100%}.golden-input{background-color:#fdd902!important;color:#000!important}#keygen .input-source-description-container{position:relative;width:100%}#keygen .input-source-description.expand-desc{visibility:visible}#keygen .term-input-user-input{display:flex;flex-direction:column;height:100%;justify-content:center;padding-top:.5rem;width:100%}#keygen input{background:#0087fe12;border-radius:.2rem;color:#000;display:block;font-size:1.2rem;min-height:3rem;padding:.5rem}#keygen input,#keygen textarea{border:none;box-shadow:inset 0 0 3px #0000004d;width:100%}#keygen textarea{background:#00000008;border-radius:.2rem;font-size:1rem;font-weight:400;height:100%;min-width:350px;padding:1rem;resize:none}#keygen textarea::placeholder{color:#0006;font-size:1rem;text-align:left}#keygen #sku-status-marker{animation-duration:.5s;animation-name:shake;animation-timing-function:ease-in-out;height:2rem;left:0;position:absolute;top:calc(50% - 1rem);transform:translate(calc(-100% - .5rem),-50%);width:2rem}#keygen .valid-sku{color:#00d824}#keygen .invalid-sku{color:#fc3933}@keyframes shake{0%{transform:translate(calc(-100% - .5rem),-50%) rotate(0deg) scale(1)}50%{transform:translate(calc(-100% - .5rem),-50%) rotate(10deg) scale(1.2)}to{transform:translate(calc(-100% - .5rem),-50%) rotate(0deg) scale(1)}}#keygen ::-webkit-scrollbar{width:.8rem}#keygen ::-webkit-scrollbar-track{background:#0000}#keygen ::-webkit-scrollbar-thumb{background:#000;border:2px solid #fff;border-radius:100vw}#keygen .term-input-instructions{border-bottom:1px solid var(--blue-primary);color:var(--blue-primary);font-size:.8rem;margin-bottom:1rem;padding-bottom:.5rem;width:100%}#keygen .term-input-instructions:not(:first-of-type){margin-top:2rem}#keygen label{display:block;font-size:1.5rem;font-weight:600;text-transform:uppercase}#keygen .overflow{color:red}#keygen #keygen-results-container{background:var(--black);color:#fff;display:flex;flex-direction:column;padding:4rem;width:100%}#keygen .results-child{width:50%}#keygen .drag-area{background:#fff;border-radius:.3rem;color:#000;padding:1rem}#keygen .term-list-container{display:flex;flex-direction:column;padding:1rem 1rem 1rem 0;width:50%}#keygen #keygen-results-container h4{font-size:1.3rem;margin:0 1rem 1rem;text-align:center;width:100%}#keygen #keygen-results-left{display:flex;flex-direction:column;padding:2rem}#keygen #keygen-results-left h3{border-bottom:3px solid #fff;font-size:3rem;margin-bottom:2rem;width:100%}#keygen #keygen-results-left h5{border-bottom:3px solid #fff;font-size:2rem;margin-bottom:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#keygen #keygen-results-left h6{color:var(--blue-primary);font-size:1rem;padding-left:.3rem}#keygen #keygen-results-left p{margin-bottom:1rem}#keygen #keygen-results-right{display:flex}#keygen .table-scroll{background:#fff;border-radius:.3rem;color:#000;font-weight:600;height:100%;max-height:100%;overflow-y:scroll;width:100%}#keygen .term-list{border-collapse:collapse;position:relative;width:100%}#keygen .term-list thead{background:#fff;height:2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:2}#keygen .term-list tbody{max-height:100%;overflow:auto}#keygen .term-list th{font-family:var(--font-mono);padding-left:1rem;text-align:left}#keygen .term-list tr{height:1.5rem}#keygen .term-list tbody tr:hover{background:#0000001a;cursor:pointer}#keygen .term-list td{font-family:var(--font-mono);padding:0 1rem}#keygen .term-list-container-manual-input-container{display:flex;gap:.5rem;padding-bottom:.5rem}#keygen .term-list-container-manual-input-container button{margin:0;white-space:nowrap}#keygen .term-list-container-manual-input-container input{font-size:1rem;min-height:auto;width:100%}#keygen .banned-word{color:#b30303;font-weight:700}#keygen #process-button-container{background:var(--blue-primary);background:#fff;display:flex;justify-content:center;width:100%}#keygen .keygen-button{background:var(--blue-primary);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;margin:2rem 0;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#keygen .saving{background:#747474}#keygen .term-overflow{max-height:25%;min-height:25%}#keygen .invalid-final-text{color:#000;color:#ff6f6f;font-weight:700}#keygen .invalid-final,#keygen .term-list .invalid-final{background:#ff4d4d;color:#fff}#keygen .success{background:#00d824;cursor:default}#amazon-suggested-search-info:before{background:url(http://media.corporate-ir.net/media_files/IROL/17/176060/Oct18/Amazon%20logo.PNG);background-position:50%;background-size:cover}#amazon-ad-phrases-info:before,#amazon-suggested-search-info:before{content:"";filter:grayscale();height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:-1}#amazon-ad-phrases-info:before{background:url(https://m.media-amazon.com/images/G/01/AdProductsWebsite/images/logos/OG_image_Squid_Ink.png);background-position:50%;background-size:cover}#viral-launch-info:before,#viral-launch-opt-info:before{background:url(https://viral-launch.imgix.net/external-site/logo-color.png?compress=true);background-position:50%;background-size:cover}#fantastic-five-info:before,#viral-launch-info:before,#viral-launch-opt-info:before{content:"";filter:grayscale();height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:-1}#fantastic-five-info:before{background:url(https://see.fontimg.com/api/renderfont4/K7day/eyJyIjoiZnMiLCJoIjo2NSwidyI6MTAwMCwiZnMiOjY1LCJmZ2MiOiIjMDAwMDAwIiwiYmdjIjoiI0ZGRkZGRiIsInQiOjF9/RkFOVEFTVElDIEZJVkU/aerologica-regular.png);background-position:50%;background-size:contain}.head-term-input-section{align-items:center;box-shadow:0 0 10px #0006;display:flex;justify-content:center;padding:4rem}.head-term-input-inputs-outer{align-items:center;border-right:1px solid #0003;display:flex;height:100%;justify-content:center}.head-term-input-inputs-inner{display:flex;flex-direction:column;max-width:500px;position:relative;width:100%}#keygen .head-term-input-inputs-inner label{font-weight:700}.button.head-term-button{margin:auto;position:absolute;top:calc(100% + 1rem);width:100%}.sku-input-wrapper-for-suggestions{position:relative}.keygen__headterm-block-history-item{background:#fff;border:3px solid var(--blue-primary);border-radius:.3rem;box-shadow:0 0 10px #0006;margin-top:3rem;position:relative}.keygen__headterm-block-history-item-date{background:#8d8d8d;border:3px solid #fff;border-radius:.3rem;color:var(--black);color:#fff;font-size:.8rem;font-weight:800;padding:.5rem;position:absolute;right:-.75rem;top:-.75rem}.keygen__headterm-block-history-item-detail h4{background:var(--blue-primary);color:var(--black);padding:.5rem}.keygen__headterm-block-history-item-detail-sku{color:#fff;font-size:1.5rem;font-weight:900}.keygen__headterm-block-history-item-detail h4 span{color:#fff}.keygen__headterm-block-history-item-detail h5{background:var(--blue-primary);color:#fff;font-size:1.25rem;font-weight:800;padding:.5rem;text-decoration:underline}.keygen__headterm-block-history-item-detail p{font-family:var(--font-mono);font-weight:700;padding:.5rem}.keygen__headterm-block-history-item.keygen__headterm-block-history-item--active{margin-bottom:5rem}.keygen__headterm-block-history-item-active-banner{background:var(--black);border-radius:.3rem;box-shadow:0 0 5px #0006;color:#fff;font-weight:800;left:-1rem;padding:.5rem;position:absolute;top:calc(100% + .5rem)}.keygen__headterm-block-history-item-active-banner svg{height:1rem}.keygen__headterm-block-history-item-load-btn{background:#f6d676;border:3px solid #fff;border-radius:.3rem;color:var(--black);cursor:pointer;font-weight:700;left:-1rem;padding:.3rem 1rem;position:absolute;top:-1.5rem;transition:all .1s}.keygen__headterm-block-history-item-load-btn:hover{font-weight:900}.keygen__term-source-search-list{background:#fff;box-shadow:0 0 10px #0006;height:calc(100vh - 4rem);left:4rem;overflow-y:scroll;padding:2rem 2rem 2rem 2.75rem;position:fixed;top:4rem;width:calc(50% - 3rem);z-index:1}.keygen__term-source-search-source-title{background:#000;border-radius:.3rem;color:#fff;font-size:1rem;padding:.5rem}.keygen__term-source-search-list-close-btn{align-items:center;aspect-ratio:1/1;border-radius:50%;color:#313131;cursor:pointer;display:flex;justify-content:center;position:absolute;right:0;top:.75rem;transition:all .2s;width:2rem}.keygen__term-source-search-list-close-btn:hover{color:var(--blue-primary);transform:scale(1.05)}#dashboard-container{padding:4rem 0 0 64px}#dashboard-container header{background:#f0f0f0;box-shadow:0 1px 3px 0 #00000080;justify-content:space-between;left:0;padding:0 3rem 0 0;position:fixed;top:0;width:100%;z-index:4}#dashboard-container header,#logo-box{align-items:center;display:flex;height:4rem}#logo-box{aspect-ratio:1/1;background:var(--blue-primary);background:#fff;box-shadow:1px 0 3px 0 #00000080;color:#fff;font-size:2.3rem;font-weight:900;justify-content:center;margin-right:.5rem;padding:.5rem}.header-left--logo{height:100%}.header-left--logo-text{height:20%}#dashboard-container header h1{color:#5c646e;font-size:3rem;font-weight:800}#dashboard-container header h1 span{color:var(--blue-primary)}#header-left,#header-right{align-items:center;display:flex}#header-right h2{font-weight:400}#header-right span{color:#5c646e;color:#000;font-weight:800;padding-left:.5rem}#header-right .header-logout-button{background:var(--blue-primary);border:none;border-radius:1rem;color:#fff;font-weight:700;margin-left:2rem;padding:1rem}:root{--blue-primary:#0087fe;--blue-light:#5597d1;--blue-x-light:#d5e3f8;--blue-dark:#002748;--black:#1e1e1e;--orange:#ff5100;--purple:#7851a9;--green:#009945;--increase:#32bea6;--decrease:#ea4949;--gray:#707070;--gray-light:#d2d2d2;--gray-ultra-light:#f0f0f0;--darken:#0000004d;--error:tomato;--success:#90ee90;--font-mono:"Inconsolata",monospace}.mono{font-family:var(--font-mono)}.text-blue{color:var(--blue-primary)}.text-light{color:#fff}.text-dark{color:var(--black)}.button{display:block;font-size:1.5rem;font-weight:900;padding:1.5rem 3rem}.button-sm{display:block;font-size:1rem;font-weight:800;padding:.5rem 1rem}.bg-blue{background:var(--blue-primary)}.bg-purple{background:var(--purple)}.bg-green{background:var(--green)}.bg-orange{background:var(--orange)}*{box-sizing:border-box;font-family:Montserrat,sans-serif;margin:0;padding:0}html{height:100%;scroll-behavior:smooth;width:100%}a{color:#000;font-weight:400;text-decoration:none}body{width:100%}.button-sm{padding:.5rem}.button,.button-sm{background:var(--blue-primary);border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-weight:700;margin:0 auto;transition:all .2s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.button{padding:1rem}.button:hover{transform:translateY(-.1rem)}.button-sm:hover,.button:hover{box-shadow:0 0 10px #0000004d}
/*# sourceMappingURL=main.20a6b2b0.css.map*/