body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body,html{padding:0;margin:0}body{background-color:#ebebeb}*{font-family:roboto,sans-serif;box-sizing:border-box;text-decoration:none;outline:none;padding:0;margin:0}button:hover{cursor:pointer}.main-content{width:100%;max-width:1180px;min-height:100vh;padding-bottom:100px;margin:0 auto;background-color:#fff}.centered-row{display:flex;justify-content:center;align-items:center}iframe,img{max-width:100%}.user-bar{width:100vw;position:fixed;height:40px;top:0;left:0;background-color:#4aaedf;display:flex;align-items:center;justify-content:center;color:#fff;z-index:20;font-weight:600;font-size:14.5px}.user-bar,.user-bar a,.user-bar span{font-family:"Pontano Sans",sans-serif}.user-bar a{color:#fff;text-decoration:underline}.user-bar div{font-family:"Pontano Sans",sans-serif;width:100%;max-width:1180px;padding:0 50px;display:flex;justify-content:space-between;align-items:center}.user-bar div.link-holder{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0}.user-bar div.link-holder a:first-child{margin-right:25px}@media (max-width:760px){.user-bar div{padding:17px 35px}.user-bar div.link-holder{display:none}}.top-nav{width:100%;background-color:#3d4975;padding:60px 50px 20px;display:flex;justify-content:space-between;align-items:center}.top-nav nav{position:relative;left:-20px;overflow:hidden;text-overflow:ellipsis;color:#fff;display:flex}.top-nav a{display:block;align-items:center;justify-content:center;font-size:12px;color:#7e86a3;padding:5px 20px;white-space:nowrap}.top-nav a:not(:first-child){border-left:2px solid hsla(0,0%,100%,.1)}.top-nav a.active,.top-nav a:hover{color:#fff}.top-nav a.active{overflow:hidden;text-overflow:ellipsis}@media (max-width:760px){.top-nav{padding:60px 20px 20px}.top-nav nav{left:-10px}.top-nav a{padding:5px 10px}}.title-header{padding:60px 50px;font-size:24px}.title-header strong{font-weight:700}@media (max-width:760px){.title-header{padding:60px 35px}}.brands-list-screen .title-header{border-bottom:1px solid #ebebeb}.brands-list-screen .title-header .search-bar{margin-top:30px}.brands-list{width:100%;padding:75px 50px 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}@media (max-width:1100px){.brands-list{padding-left:0;padding-right:0}}@media (max-width:760px){.brands-list{padding:0}}.brand-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.brand-container button{min-height:100%;padding:12px 20px;background:none;border-radius:6px;border:1px solid #ebebeb;font-size:12px}.brand-container button:Hover{background-color:#ebebeb}.brand-sub-header{width:100%;padding:0 50px 38px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:1px solid #ebebeb}.brand-sub-header img{width:auto;max-height:70px;object-fit:contain}.brand-sub-header span{font-size:12px;font-weight:600;margin-left:10px;color:#3d4975}@media (max-width:760px){.brand-sub-header{padding:38px 15px;border-top:1px solid #ebebeb}}.category-list{width:100%;padding:50px 50px 0;margin-bottom:150px;display:grid;grid-template-columns:repeat(auto-fit,calc(33% - 25px));grid-column-gap:25px}@media (max-width:1100px){.category-list{margin-bottom:100px;grid-template-columns:repeat(auto-fit,calc(50% - 25px))}}@media (max-width:760px){.category-list{grid-template-columns:1fr}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.category-list{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start}}.category-list-item{color:#000;width:100%;height:45px;display:flex;align-items:center;background-image:url(/images/right-chevron-light.svg);background-repeat:no-repeat;background-position:right 0 bottom 50%;padding-right:20px;font-size:12px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.category-list-item{width:calc(33.33333% - 25px)}}@media (-ms-high-contrast:active) and (max-width:1100px),(-ms-high-contrast:none) and (max-width:1100px){.category-list-item{width:calc(50% - 25px)}}@media (-ms-high-contrast:active) and (max-width:760px),(-ms-high-contrast:none) and (max-width:760px){.category-list-item{width:100%}}.category-list-item span{font-size:10px;width:24px;height:24px;min-height:24px;min-width:24px;background-color:#ebebeb;display:inline-flex;justify-content:center;align-items:center;color:#000;border-radius:100%;margin-right:10px}.category-list-item:hover{background-image:url(/images/right-chevron-blue.svg);color:#4aaedf}.category-list-item:hover span{background-color:#4aaedf;color:#fff}.brand-header{padding:35px 50px}.brand-header>a{color:#242424}.brand-header>a img{margin-right:10px}.brand-header>a:hover{text-decoration:underline}.brand-header .content{display:flex;justify-content:space-between;align-items:center;margin:40px 0 30px}.brand-header .content .logo-holder>a{display:none}.brand-header .content .logo-holder>img{height:52px;max-height:52px;width:auto}.brand-header button{padding:12px 20px;background:none;border-radius:6px;border:1px solid #ebebeb;font-size:12px}.brand-header button.all,.brand-header button.none{padding-left:40px;background-repeat:no-repeat;background-position:left 20px bottom 50%}.brand-header button.all{background-image:url(/images/check-black.svg)}.brand-header button.none{background-image:url(/images/none-black.svg)}.brand-header button:not(:first-child){margin-left:10px}.brand-header button.blue{background-color:#4aaedf;border-color:#4aaedf;color:#fff}.brand-header button:hover{background-color:#ebebeb}.brand-header button:hover.blue{background-color:#7e86a3}@media (max-width:760px){.brand-header button{padding:12px 10px}}.brand-header.product{border-bottom:1px solid #ebebeb;padding-bottom:25px}.brand-header.product .content{margin-bottom:0}.brand-header.product .logo-holder{display:flex;align-items:center}.brand-header.product .logo-holder span{margin-left:15px;font-size:22px;font-weight:400}.brand-header.product .logo-holder img{height:27px;width:auto;object-fit:contain}@media (max-width:760px){.brand-header{padding-bottom:25px;padding-left:35px;padding-right:35px}.brand-header>a{display:none}.brand-header .content{margin-top:0;margin-bottom:0;flex-direction:column}.brand-header .content .logo-holder{display:flex;position:relative;align-items:center;justify-content:center;width:100%;margin-bottom:25px}.brand-header .content .logo-holder>a{position:absolute;top:50%;transform:translateY(-50%);left:0;display:inline-block;padding:5px 10px}.brand-header .content .logo-holder>a img{height:11px}.brand-header .buttons-holder{width:100vw;padding-top:25px;display:flex;align-items:center;justify-content:center;border-top:1px solid #ebebeb}.brand-header .buttons-holder button{min-height:100%}.brand-header .buttons-holder button.all,.brand-header .buttons-holder button.none{padding-left:35px;background-repeat:no-repeat;background-position:left 15px bottom 50%;white-space:nowrap}}@media (max-width:760px) and (max-width:760px){.brand-header .buttons-holder button.all,.brand-header .buttons-holder button.none{padding-left:28px;background-position:left 8px bottom 50%}}.search-and-filter-row{display:flex;justify-content:space-between;align-items:center;padding:25px 50px;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.search-and-filter-row .search-bar{width:calc(100% - 192px)}@media (max-width:760px){.search-and-filter-row{flex-direction:column;align-items:flex-start;padding:25px 35px 0;border-bottom:none}.search-and-filter-row .multi-select{margin-top:23px;width:100%}.search-and-filter-row .search-bar{width:100%}}.sort-row{display:flex;justify-content:space-between;align-items:center;padding:23px 50px 30px}.sort-row>span{font-size:12px;font-weight:400}@media (max-width:760px){.sort-row{flex-direction:column;padding-left:35px;padding-right:35px}.sort-row span{padding-top:20px;width:100vw;text-align:center;border-top:1px solid #ebebeb}.sort-row select{width:100%;margin-bottom:25px}}.results-holder{width:calc(100% - 30px);max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,255px);align-content:space-between;justify-content:center;justify-items:center;grid-gap:20px}.item-card{width:255px;border-radius:10px;border:1px solid #ebebeb;display:flex;flex-direction:column;padding:16px 25px 10px}.item-card .actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.item-card .actions div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.item-card .actions a{color:#000}.item-card .actions a img{margin-right:10px}.item-card .main-image-holder{width:205px;height:205px;margin-bottom:25px;border:1px solid #ebebeb}.item-card .main-image-holder img{width:100%;height:100%;object-fit:cover}.info-holder div{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.info-holder div li{text-align:left;margin-bottom:10px}.info-holder div span{max-width:49%;font-size:12px;font-weight:500;line-height:18px;text-align:right;color:#242424}.info-holder div span:first-child{text-align:left;color:#7b7b7b}.check-button,.download-button{display:inline-block;width:27px;min-width:27px;height:27px;min-height:27px;background-color:#ebebeb;background-repeat:no-repeat;background-position:50%;border-radius:100%}.check-button.active,.check-button:hover,.download-button.active,.download-button:hover{background-color:#4aaedf;cursor:pointer}.download-button{background-image:url(/images/download-icon-light.svg);margin-right:6px}.download-button:hover{background-image:url(/images/download-icon-white.svg)}.check-button{background-image:url(/images/check-light.svg)}.check-button.active,.check-button:hover{background-image:url(/images/check-white.svg)}.search-bar{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#f7f7f7;border-radius:20px;height:40px;padding:0 5px 0 20px}.search-bar input{width:calc(100% - 40px);height:calc(100% - 10px);background:none;border:none;font-size:16px}.search-bar button{border:none;width:32px;min-width:32px;height:32px;min-height:32px;border-radius:100%;background-color:#4aaedf;background-image:url(/images/right-chevron-white.svg);background-repeat:no-repeat;background-position:left calc(50% + 2px) bottom 50%}.multi-select{width:165px;padding:0 24px 0 47px;background:none;background-color:#fff;background-image:url(/images/filter-black.svg);background-repeat:no-repeat;background-position:left 25px bottom 50%;border-radius:6px;border:1px solid #ebebeb;height:40px;white-space:nowrap}.multi-select:hover{background-color:#ebebeb}@media (max-width:760px){.multi-select{padding:0 24px 0 35px;background-position:left 13px bottom 50%;width:150px}}select{display:block;min-width:177px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(/images/down-chevron-blue.svg);background-repeat:no-repeat;background-position:right 30px top 50%;font-size:12px;line-height:17px;padding:13px 40px 13px 18px;border:1px solid #ebebeb;border-radius:6px;font-weight:400}select::-ms-expand{display:none}select:hover{cursor:pointer}select:focus{outline:none}select option{font-weight:400}.popup-holder{padding:5px;width:100vw;height:100vh;position:fixed;left:0;top:0;background-color:rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;z-index:20}.popup-holder .popup-body{padding:40px 30px 30px;width:100%;max-height:90vh;max-width:427px;position:relative;background-color:#fff;border-radius:25px;box-shadow:0 4px 16px rgba(0,0,0,.0784313725490196);z-index:21}@media (max-width:760px){.popup-holder .popup-body{padding:40px 20px 30px}}.popup-holder h2{text-align:center}.popup-holder .close{cursor:pointer;padding:5px;margin-top:25px}.popup-holder .buttons-holder{width:100%;padding-top:25px;display:flex;align-items:center;justify-content:space-between}.popup-holder .buttons-holder button{width:calc(33.33333% - 2.5px);min-height:100%}.popup-holder .buttons-holder button.all,.popup-holder .buttons-holder button.none{padding-left:35px;background-repeat:no-repeat;background-position:left 15px bottom 50%;white-space:nowrap}@media (max-width:760px){.popup-holder .buttons-holder button.all,.popup-holder .buttons-holder button.none{padding-left:28px;background-position:left 8px bottom 50%}}.popup-holder .options-holder{padding:20px 30px;border:1px solid #ebebeb;border-radius:10px;margin-top:15px;max-height:350px;overflow:scroll}.popup-holder .options-holder div{cursor:pointer;display:flex;align-items:center}.popup-holder .options-holder div:not(:last-child){margin-bottom:10px}.popup-holder .options-holder div span{display:block;min-width:20px;width:20px;min-height:20px;height:20px;background-color:#ebebeb;border-radius:100%;margin-right:10px}.popup-holder .options-holder div span.selected{background-color:#4aaedf;background-image:url(/images/check-white.svg);background-repeat:no-repeat;background-position:50%}.popup-holder .options-holder div:hover span{background-color:#7e86a3}.button{padding:12px 20px;background:none;border-radius:6px;border:1px solid #ebebeb;font-size:12px}.button.all,.button.none{padding-left:40px;background-repeat:no-repeat;background-position:left 20px bottom 50%}.button.all{background-image:url(/images/check-black.svg)}.button.none{background-image:url(/images/none-black.svg)}.button:not(:first-child){margin-left:10px}.button.blue{background-color:#4aaedf;border-color:#4aaedf;color:#fff}.button:hover{background-color:#ebebeb}.button:hover.blue{background-color:#7e86a3}.drawers-holder{width:100%;padding:0 50px}@media (max-width:760px){.drawers-holder{padding:0}}.drawer{width:100%;border:1px solid #ebebeb;border-top-right-radius:10px;border-top-left-radius:10px;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-top:70px}.drawer .header{background-color:#ebebeb;padding:12px 27px;border-top-left-radius:10px;border-top-right-radius:10px;background-image:url(/images/plus-blue.svg);background-repeat:no-repeat;background-position:right 38px bottom 50%}.drawer .header:hover{cursor:pointer}.drawer .content{padding:0 35px;display:flex;justify-content:center;max-height:0;overflow:hidden;transition:max-height .3s}.drawer .content .long-description{width:100%;padding:20px}.drawer .content .long-description>div{width:100%}.drawer .content-products{padding:0 35px;display:grid;grid-template-columns:repeat(4,25%);max-height:0;overflow:hidden;transition:max-height .3s}.drawer .content-products .long-description{width:100%;padding:20px}.drawer .content-products .long-description>div{width:100%}.drawer.open{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.drawer.open .header{background-image:url(/images/minus-blue.svg)}.drawer.open .content,.drawer.open .content-products{max-height:3000px;transition:max-height 1s}@media (max-width:1100px){.drawer .content{flex-direction:column;align-items:center}}@media (max-width:760px){.drawer{border-radius:0}.drawer .content-products{padding:0 15px;grid-template-columns:100%}.drawer .content{padding:0 15px}.drawer .header,.drawer.open{border-radius:0}}.list-card{width:100%;padding:30px 26px;margin:22px 0;border:1px solid #ebebeb;min-height:100%}.list-card:nth-child(2){margin-left:30px}.list-card .info-holder div:not(:last-child){padding-bottom:4px;border-bottom:1px solid #ebebeb}.list-card .info-holder div span{font-size:14px;font-weight:400}@media (max-width:760px){.list-card .info-holder div span{max-width:100%;text-align:left;margin-bottom:5px}.list-card .info-holder div span:first-child{margin:5px 0 15px;font-size:16px;font-weight:500}}@media (max-width:760px){.list-card .info-holder div{flex-direction:column}}@media (max-width:1100px){.list-card:nth-child(2){margin-left:0;margin-top:0}}.asset-gallery{padding:50px 50px 0}@media (max-width:760px){.asset-gallery{padding:50px 35px 0}}.gallery-content{padding:0 100px}.gallery-content .download-button:not(:hover){background-image:url(/images/download-icon-black.svg)}.gallery-content .top{position:relative}.gallery-content .thumbnails{padding-top:40px;display:grid;width:100%;grid-template-columns:repeat(auto-fit,104px);align-content:center;justify-content:flex-start;justify-items:center;grid-gap:10px}.gallery-content .thumbnails img{min-width:104px;width:104px;height:104px;min-height:104px;object-fit:contain;border:1px solid #ebebeb}.gallery-content .thumbnails img.active,.gallery-content .thumbnails img:hover{border:1px solid #4aaedf;cursor:pointer}.gallery-content .thumbnails img.placeholder{padding:5px}@media (max-width:1100px){.gallery-content .thumbnails{justify-content:center}}@media (max-width:1100px){.gallery-content{padding:0}.gallery-content .top{padding:0 100px}.gallery-content .top .gallery-item{justify-content:center}.gallery-content .top .gallery-item .image-holder{margin:0}.gallery-content .thumbnails{padding:40px 100px 0}}@media (max-width:760px){.gallery-content .thumbnails{padding:40px 0 0}}@media (max-width:350px){.gallery-content .top .gallery-item .image-holder{min-width:calc(100vw - 20px)}}.thumbnail-wrapper{max-width:104px}.under-thumb-name{display:block;font-size:10px;color:#7b7b7b;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.next-slide,.prev-slide{position:absolute;top:50%;transform:translateY(-50%);width:40px;min-width:40px;height:40px;min-height:40px;border-radius:100%;background-color:#ebebeb;background-repeat:no-repeat;background-position:50%;display:block}.next-slide:hover,.prev-slide:hover{cursor:pointer}.prev-slide{left:-100px;background-image:url(/images/left-chevron-dark-blue.svg)}@media (max-width:1100px){.prev-slide{left:0}}@media (max-width:760px){.prev-slide{display:none}}.next-slide{right:-100px;background-image:url(/images/right-chevron-dark-blue.svg)}@media (max-width:1100px){.next-slide{right:0}}@media (max-width:760px){.next-slide{display:none}}.gallery-item,.gallery-item .image-holder{display:flex;align-items:center}.gallery-item .image-holder{width:326px;min-width:326px;height:326px;min-height:326px;margin-right:75px;justify-content:center;box-shadow:0 4px 30px rgba(0,0,0,.1568627450980392);padding:20px}.gallery-item .image-holder>img{width:100%;height:100%;object-fit:contain}.gallery-item .info{width:100%}@media (max-width:1100px){.gallery-item .info{display:none}}.mobile-info{display:none}@media (max-width:1100px){.mobile-info{display:block;margin-top:65px;padding:0 80px}}@media (max-width:760px){.mobile-info{margin-top:55px;padding:0}}.asset-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ebebeb}.asset-header>span{padding-right:10px;font-size:14px}.asset-header>span strong{font-weight:400;color:#4aaedf}.asset-header>div{display:flex;align-items:center}.asset-header>div .download-button{margin:0 0 0 12px}.asset-header>div .asset-link{position:relative;font-size:12px;width:110px;color:#000;padding:0 38px 0 15px;border-radius:15px;height:27px;display:flex;justify-content:center;align-items:center;background-color:#ebebeb;background-image:url(/images/link-black.svg);background-repeat:no-repeat;background-position:right 10px bottom 50%}.asset-header>div .asset-link:hover{cursor:copy;color:#fff;background-image:url(/images/link-white.svg);background-color:#4aaedf}.asset-header>div .asset-link:after{content:"Link Copied!";display:block;position:absolute;width:72px;height:19px;background:#fff;color:#000;border-radius:5px;box-shadow:3px 3px 24px 0 rgba(0,0,0,.21);top:35px;padding:5px;text-align:center;left:13px;opacity:0;transition:.5s;transform:translateY(-50%)}.asset-header>div .asset-link.active:after{opacity:1;transform:translateY(0)}.lds-spinner{color:#000;display:block;position:relative;width:80px;height:80px;margin:auto}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#000}.lds-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.downloads-panel{position:relative;width:380px;text-align:right;z-index:90}.downloads-panel>span{color:#fff;opacity:.7}.downloads-panel>span:hover{cursor:pointer;opacity:1}.downloads-panel .download-list{max-height:0;visibility:collapse;text-align:left;position:absolute;top:100%;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.3);padding:14px;overflow:auto;transition:max-height .3s,visibility .1s}.downloads-panel .download-list ul{list-style:none}.downloads-panel .download-list ul li{font-size:12px;padding:10px 0;display:flex;align-items:center}.downloads-panel .download-list ul li a{color:#000;padding:0}.downloads-panel .download-list ul li a:hover{font-weight:600;color:#000}.downloads-panel .download-list ul li span{display:inline-block}.downloads-panel .download-list ul li span:not(:last-child){margin-right:10px}.downloads-panel .download-list ul .status{display:inline-flex;width:20px;max-width:20px;min-width:20px;height:20px;max-height:20px;min-height:20px;border-radius:20px;background-color:#ebebeb;background-size:10px;background-repeat:no-repeat;background-position:50%;opacity:.9}.downloads-panel .download-list ul .status.ready{background-color:rgba(0,255,0,.7);background-image:url(/images/check-black.svg)}.downloads-panel .download-list ul .status.processing .lds-spinner{transform:translate(-6px,-30px) scale(.2)}.downloads-panel .download-list ul .status.error{background-image:url(/images/none-black.svg);background-color:rgba(255,0,0,.7)}.downloads-panel:hover .download-list{visibility:visible;max-height:200px;transition:max-height .3s,visibility .1s}
/*# sourceMappingURL=main.c5f5356e.chunk.css.map */