body,html{height:100vh}*{box-sizing:initial}body.modal-open{overflow:hidden}input{background:#0000;color:var(--text-color)}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{color:var(--text-color-primary);-webkit-transition:background-color 5000000s ease-in-out 0s;transition:background-color 5000000s ease-in-out 0s}.dashboard-body{display:flex;flex-direction:column;height:calc(100vh - 7.5rem);padding:0 64px;width:calc(100% - 128px)}.dashboard-body .dashboard-body-header{align-items:center;display:flex;flex-direction:row}.dashboard-body .dashboard-body-header .dashboard-body-header-navigation{flex-grow:1}.dashboard-body .dashboard-body-header .dashboard-body-header-navigation .dashboard-body-header-title{color:var(--text-color-secondary)}.dashboard-body .dashboard-body-header .dashboard-body-header-navigation .dashboard-body-header-nav .nav-links{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.dashboard-body .dashboard-body-header .dashboard-body-header-navigation .dashboard-body-header-nav .nav-links .nav-links-link{color:var(--text-color-primary)}.dashboard-body .dashboard-body-header .dashboard-body-header-navigation .dashboard-body-header-nav .nav-links .nav-links-link-last{color:var(--text-color-secondary)}.dashboard-body .dashboard-body-header .dashboard-body-header-navigation .dashboard-body-header-nav .nav-links .nav-links-separator{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.dashboard-body .dashboard-body-header .dashboard-body-header-navigation .dashboard-body-header-nav .nav-links .nav-links-separator span{background-color:var(--primary-color);border-radius:50%;height:4px;width:4px}.dashboard-body .dashboard-body-header .dashboard-body-header-actions{display:flex}.dashboard-body .dashboard-body-header .dashboard-body-header-actions .button{margin-left:8px}.dashboard-body .dashboard-body-content{margin-top:var(--size-32)}.dashboard-body .dashboard-body-content .loading-wrapper{display:flex;min-height:calc(100vh - 7.5rem - 112px)}.options-dropdown{display:inline-block;position:relative}.options-dropdown .dropbtn .svg-wrapper{align-items:center;border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.options-dropdown .dropbtn .svg-wrapper:hover{background:#919eab14}.options-dropdown .dropbtn .svg-wrapper svg{fill:var(--text-color-primary)}.options-dropdown .dropbtn:hover{cursor:pointer}.options-dropdown .dropdown-content{background-color:var(--background-secondary);box-shadow:var(--dropdown-box-shadow);display:none;margin-top:-2px;position:absolute;right:33px;text-align:left;top:0;z-index:1}.options-dropdown .dropdown-content ul{display:flex;list-style-type:none;margin:0;padding:0}.options-dropdown .dropdown-content ul li{cursor:pointer;padding:var(--size-8)}.options-dropdown .dropdown-content ul li:hover{color:var(--primary-color)}.options-dropdown .dropdown-content ul li svg{color:var(--primary-color);height:var(--size-16);margin:auto;width:var(--size-16)}.options-dropdown:hover .dropdown-content{display:block}@media only screen and (max-width:768px){.dashboard-body{display:flex;flex-direction:column;height:100%;padding:0 16px;width:calc(100% - var(--size-32))}.dashboard-body .dashboard-body-content{flex-grow:1;margin-top:var(--size-16);overflow:auto}.grid-container{grid-template-areas:"head" "main";grid-template-columns:1fr;grid-template-rows:75px 1fr}}.badge{border:1px solid #0000;border-radius:1.25rem;color:var(--text-white);font-size:14px;font-weight:600;line-height:1.5}.badge.badge-primary{background:var(--primary-color)}.badge.badge-secondary{background:var(--secondary-color)}.badge.badge-success{background:var(--success-color)}.badge.badge-danger{background:var(--danger-color)}.badge.badge-warning{background:var(--warning-color)}.badge.badge-info{background:var(--info-color)}.badge.badge-light{background:var(--light-color);color:var(--text-black)}.badge.badge-dark{background:var(--dark-color);color:var(--text-black)}.badge.badge-outline-primary{border:1px solid var(--primary-color);color:var(--primary-color)}.badge.badge-outline-secondary{border:1px solid var(--secondary-color);color:var(--secondary-color)}.badge.badge-outline-success{border:1px solid var(--success-color);color:var(--success-color)}.badge.badge-outline-info{border:1px solid var(--info-color);color:var(--info-color)}.badge.badge-outline-warning{border:1px solid var(--warning-color);color:var(--warning-color)}.badge.badge-outline-danger{border:1px solid var(--danger-color);color:var(--danger-color)}.badge.badge-outline-light{border:1px solid var(--light-color);color:var(--light-color)}.badge.badge-outline-dark{border:1px solid var(--dark-color);color:var(--dark-color)}.badge.badge-light-primary{background-color:var(--rgba-primary-1);color:var(--primary-color)}.btn{border:none;border-radius:0;color:var(--text-white);cursor:pointer;font-size:1rem;font-weight:500;padding:.938rem 1.5rem;text-decoration:none}.btn.active,.btn:active,.btn:focus,.btn:hover{outline:0!important}.btn-transparent{background-color:#0000}.btn.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color)}.btn.btn-primary svg path{fill:var(--primary-color)}.btn.btn-primary:active,.btn.btn-primary:hover{background-color:var(--primary-hover);border-color:var(--primary-color)}.btn.btn-primary:focus{background-color:var(--primary-color);border-color:var(--primary-color);box-shadow:0 0 0 .2rem var(--rgba-primary-5)}.btn.btn-primary-gradient{background:linear-gradient(90deg,#fa4400 0,#fd7e14 51%,#fa4400);background-size:200% auto;color:#fff;display:block;padding:16px 32px;text-align:center;text-transform:uppercase;transition:.5s}.btn.btn-primary-gradient:hover{background-position:100%;color:#fff;text-decoration:none}.btn.btn-danger{background-color:var(--danger-color);border-color:var(--danger-color)}.btn.btn-danger svg path{fill:var(--danger-color)}.btn.btn-danger:active,.btn.btn-danger:hover{background-color:var(--danger-hover);border-color:var(--danger-color)}.btn.btn-danger:focus{background-color:var(--danger-color);border-color:var(--danger-color);box-shadow:0 0 0 .2rem var(--rgba-danger-5)}.modal{z-index:9}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#000000bf;position:fixed}.modal-main{background:var(--background-primary)!important;border:1px solid var(--background-primary);color:var(--text-color-primary);left:50%;overflow:hidden;padding:0;top:50%;transform:translate(-50%,-50%);z-index:10}.modal-main .modal-header{border-bottom:1px solid #919eab14;height:25px;padding:var(--size-16);position:relative}.modal-main .modal-header .modal-header-title{margin:0;padding:0}.modal-main .modal-header .button{align-items:center;background:none;border:none;display:flex;height:20px;justify-content:center;margin:0;padding:var(--size-0);position:absolute;right:20px;top:20px;width:20px}.modal-main .modal-header .button svg{color:var(--primary-color);font-size:25px}.modal-main .modal-content{height:calc(100% - 106px);overflow:auto;padding:16px;position:relative;width:calc(100% - 32px)}.modal-main .modal-content .modal-content-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.modal-main .modal-content .modal-content-footer{display:flex;justify-content:right;width:100%}.container{align-items:center;justify-content:space-between;margin:0 auto;max-width:1200px}.container .row{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.container .row .col{flex:1 1;margin:0 1%}.form-wrapper{background:var(--background-secondary);border-radius:var(--border-16);padding:var(--padding-32)}@media only screen and (max-width:768px){.container .row{flex-direction:column}}.error-wrapper{text-align:center;width:100%}.error-wrapper img{height:55vh}.error-wrapper .error-back-to-home h4{margin:0;margin-bottom:var(--size-16)}.error-wrapper .error-back-to-home p{margin:0 0 1.5rem}.login-wrapper{background-image:url(https://images.pexels.com/photos/1329318/pexels-photo-1329318.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);color:#fff;height:100%;position:absolute;width:100%}.login-wrapper .login-form-wrapper{width:60%}.login-wrapper .login-form-wrapper .form-input-wrapper .input-label{color:#ff0}.login-wrapper .login-form-wrapper .form-input-wrapper .input-input,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password-input{background:#171717;border-color:#2a2a2a;color:#fff}.login-wrapper .login-form-wrapper .form-input-wrapper .input-input:-webkit-autofill,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password-input:-webkit-autofill,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password:-webkit-autofill{-webkit-text-fill-color:#fff;color:#fff}.login-wrapper .login-form-wrapper .form-input-wrapper .input-input:-webkit-autofill,.login-wrapper .login-form-wrapper .form-input-wrapper .input-input:autofill,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password-input:-webkit-autofill,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password-input:autofill,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password:-webkit-autofill,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password:autofill{-webkit-text-fill-color:#fff;color:#fff}.login-wrapper .login-form-wrapper .form-input-wrapper .input-input:focus,.login-wrapper .login-form-wrapper .form-input-wrapper .input-input:hover,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password-input:focus,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password-input:hover,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password:focus,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password:hover{border-color:var(--primary-color)}.login-wrapper .login-form-wrapper .form-input-wrapper .input-input::placeholder,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password-input::placeholder,.login-wrapper .login-form-wrapper .form-input-wrapper .input-password::placeholder{color:#828690!important}.login-wrapper .login-content-wrapper{align-items:center;background-color:#0000008c;display:flex;flex-direction:column;height:80%;justify-content:center;left:10%;position:absolute;top:15%;width:30%;z-index:2}.login-wrapper .login-content-wrapper .login__greetings{font-size:20px;font-weight:bolder;margin-left:0}.login-wrapper .login-content-wrapper .form-title{color:#fff!important}.login-wrapper .auth-btn{cursor:pointer;margin-top:16px;width:100%}.login-wrapper .auth-btn:hover{color:#fff}@media only screen and (max-width:768px){.login-wrapper .login-content-wrapper{height:80%;left:10%;top:15%;width:80%}.login-wrapper .login-content-wrapper .login-form-wrapper .form-wrapper-btn{justify-content:center;margin-top:var(--size-16)}.login-wrapper .login-content-wrapper .login-form-wrapper .form-wrapper-btn .btn{width:100%}}.form-title{color:var(--text-color-secondary)}.form-title p{margin:var(--size-0);margin-bottom:var(--size-16)}.form-input-wrapper{margin-top:8px;width:100%}.form-input-wrapper .input-label{color:var(--text-color-primary);margin:0 0 var(--margin-4) var(--margin-4)}.form-input-wrapper .input-input{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);height:20px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)}.form-input-wrapper .input-input:focus,.form-input-wrapper .input-input:hover{border-color:var(--primary-color)}.form-input-wrapper .input-input::placeholder{color:var(--text-color-placeholder)}.form-input-wrapper .input-password{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);display:flex;height:20px;padding:var(--padding-8);width:calc(100% - 16px)}.form-input-wrapper .input-password:focus,.form-input-wrapper .input-password:hover{border-color:var(--primary-color)}.form-input-wrapper .input-password .input-password-input{border:none;color:var(--text-color-secondary);outline:none;width:100%}.form-input-wrapper .input-password .input-password-input::placeholder{color:var(--text-color-placeholder)}.form-input-wrapper .input-password svg{color:var(--primary-color)}.form-input-wrapper .input-textarea{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);height:40px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)!important}.form-input-wrapper .input-textarea:focus,.form-input-wrapper .input-textarea:hover{border-color:var(--primary-color)}.form-input-wrapper .input-textarea::placeholder{color:var(--text-color-placeholder)}.form-input-wrapper .input-dropzone{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8)}.form-input-wrapper .input-dropzone .input-dropzone-area{border:1px dashed var(--background-highlights);color:var(--text-color-primary);margin:var(--size-4);padding:var(--size-32);text-align:center}.form-input-wrapper .input-dropzone .input-dropzone-area p{margin:0}.form-input-wrapper .input-dropzone .input-dropzone-area p svg{fill:var(--primary-color)}.form-input-wrapper .input-dropzone .input-dropzone-area .dropzone-image-preview{display:inline-flex;overflow-x:scroll;width:100%}.form-input-wrapper .input-dropzone .input-dropzone-area .dropzone-image-preview .dropzone-image-preview-holder .dropzone-preview-image{height:150px;padding:var(--size-8)}.form-input-wrapper .form-input-error{color:#e74c3c;display:block;margin-top:var(--size-4)}.form-input-wrapper .form-select-container .form-select__control{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);box-shadow:none;color:var(--text-color-secondary);outline:none;padding:var(--padding-8)}.form-input-wrapper .form-select-container .form-select__control .form-select__value-container{padding:var(--size-0)}.form-input-wrapper .form-select-container .form-select__control .form-select__value-container .form-select__multi-value{background-color:var(--rgba-primary-1);color:var(--primary-color)}.form-input-wrapper .form-select-container .form-select__control .form-select__value-container .form-select__multi-value .form-select__multi-value__label{color:var(--primary-color)}.form-input-wrapper .form-select-container .form-select__control .form-select__value-container .form-select__multi-value .form-select__multi-value__remove:hover{background-color:#0000;color:var(--text-color-secondary);cursor:pointer}.form-input-wrapper .form-select-container .form-select__control .form-select__value-container .form-select__placeholder{color:var(--text-color-placeholder)}.form-input-wrapper .form-select-container .form-select__menu{z-index:999}.form-input-wrapper .form-select-container .form-select__menu .form-select__menu-list{background-color:var(--background-secondary)}.form-input-wrapper .form-select-container .form-select__menu .form-select__menu-list .form-select__option.form-select__option--is-focused{background-color:var(--primary-color);color:var(--text-color-secondary)}.form-input-wrapper ::placeholder{color:var(--text-color-secondary);opacity:1}.form-input-wrapper :-ms-input-placeholder{color:var(--text-color-secondary)}.form-input-wrapper ::-ms-input-placeholder{color:var(--text-color-secondary)}.form-wrapper-btn{display:flex;padding-top:var(--size-16)}.form-maring-top-32{margin-top:var(--size-32)}@keyframes borderLoading{0%{border-color:#0000 #0000 var(--primary-color) var(--primary-color)}25%{border-color:#0000 var(--primary-color) var(--primary-color) var(--primary-color)}50%{border-color:var(--primary-color) var(--primary-color) var(--primary-color) var(--primary-color)}75%{border-color:var(--primary-color) var(--primary-color) var(--primary-color) #0000}to{border-color:#0000 #0000 var(--primary-color) var(--primary-color)}}.loading{animation:borderLoading 1.5s linear infinite;border:2px solid;border-color:var(--primary-color)}.homePage{background:#000;color:#fff;min-height:100vh;overflow:hidden}.homePage .header{align-items:center;background:#000;display:flex;height:80px;justify-content:space-between;padding:0 var(--size-32);position:fixed;width:calc(100% - var(--size-32)*2);z-index:999}.homePage .header__logo img{height:30px}.homePage .header__login button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 12px}@media(max-width:768px){.homePage .header__login button{font-size:12px}}.homePage .home-section{align-items:center;display:flex;justify-content:center;margin:0 var(--size-32);min-height:calc(100vh - var(--size-64));padding:var(--size-32)}.homePage .home-section .home-section-back{overflow:hidden;position:absolute;text-align:right;width:100%}.homePage .home-section .home-section__content{z-index:1}.homePage .home-section .home-section__content .home-section__greetings{font-size:40px;font-weight:bolder}.homePage .home-section .home-section__content .home-section__description{font-size:4.5vw;font-weight:bolder}.homePage .home-section body{align-items:center;background-color:#222;display:flex;inset:0;overflow:hidden;place-content:center;position:absolute}.homePage .what-we-do-section{padding:var(--size-64)}.homePage .what-we-do-section .what-we-do-section_title{position:relative}.homePage .what-we-do-section .what-we-do-section_title h1{font-size:4.5vw;font-weight:bolder;position:relative;z-index:1}.homePage .what-we-do-section .what-we-do-section_title .what-we-do-section-shapes__circle-wrapper{float:left;position:absolute;top:0;width:30%}.homePage .what-we-do-section .what-we-do-section_title .what-we-do-section-shapes__circle-wrapper:after{content:"";display:block;padding-top:100%}.homePage .what-we-do-section .what-we-do-section_title .what-we-do-section-shapes__circle-wrapper .what-we-do-section-shapes__circle{border:10px solid var(--primary-color);border-radius:100%;height:calc(100% - 20px);position:absolute;top:0;width:calc(100% - 20px)}@media screen and (max-width:1024px){.homePage .what-we-do-section .what-we-do-section_title .what-we-do-section-shapes__circle-wrapper{width:50%}}@media screen and (max-width:768px){.homePage .what-we-do-section .what-we-do-section_title .what-we-do-section-shapes__circle-wrapper{width:60%}}.homePage .what-we-do-section .what-we-do-section_services{display:flex;flex-wrap:wrap}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile{flex:1 0 calc(25% - var(--size-32));margin:var(--size-16);position:relative}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile:after{content:"";display:block;padding-bottom:100%}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-back,.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:absolute;transition:transform .8s;width:100%}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-back img,.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-front img{height:100%;object-fit:cover;position:absolute;width:100%}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-back .what-we-do-section_services-tile-content,.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-front .what-we-do-section_services-tile-content{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-front .what-we-do-section_services-tile-content{background:#00000059}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-back{background-color:var(--primary-color);transform:rotateY(-180deg)}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-back .what-we-do-section_services-tile-content ul{font-size:20px;line-height:1.5;margin:0;padding:0;text-align:center}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile .what-we-do-section_services-tile-content-wrapper-back .what-we-do-section_services-tile-content ul li{list-style:none;margin:0;padding:0}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile:hover .what-we-do-section_services-tile-content-wrapper-front{transform:rotateY(180deg)}.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile:hover .what-we-do-section_services-tile-content-wrapper-back{transform:rotateY(0)}@media screen and (max-width:1024px){.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile{flex:1 0 calc(50% - var(--size-32))}}@media screen and (max-width:768px){.homePage .what-we-do-section .what-we-do-section_services .what-we-do-section_services-tile{flex:1 0 calc(100% - var(--size-32))}}@media screen and (max-width:1024px){.homePage .what-we-do-section .what-we-do-section_title h1{font-size:7.5vw}}@media screen and (max-width:768px){.homePage .what-we-do-section .what-we-do-section_title h1{font-size:8vw}}.homePage .work-section{display:flex;flex-direction:column;margin:0 var(--size-32);margin-top:var(--size-128);z-index:1}.homePage .work-section .work-section_title{align-items:center;display:flex;justify-content:center;position:relative}.homePage .work-section .work-section_title .work-cards_title-image{width:100%}.homePage .work-section .work-section_title .work-cards_title-title{align-items:center;color:#fff;display:flex;font-size:4.5vw;font-weight:bolder;position:absolute;text-decoration:none;z-index:2}.homePage .work-section .work-section_title .work-cards_title-title svg{border:2px solid;border-radius:50%;height:20px;margin-left:var(--size-8);padding:var(--size-8);width:20px}.homePage .work-section .work-section_title .work-cards_title-title svg:hover{color:var(--primary-color)}.homePage .work-section .work-section_title .what-we-do-section-shapes__sausage{border:10px solid var(--primary-color);border-radius:75px;height:100px;position:relative;transform:translate(190px,-20px);width:250px}@media screen and (max-width:1024px){.homePage .work-section .work-section_title .work-cards_title-title{font-size:7.5vw}}@media screen and (max-width:768px){.homePage .work-section .work-section_title .work-cards_title-title{font-size:8vw}}.homePage .work-section .work-section_cards{margin:auto;width:60%}.homePage .work-section .work-section_cards .swiper{height:auto;width:100%}.homePage .work-section .work-section_cards .swiper .swiper-slide{height:100%;width:auto}.homePage .work-section .work-section_cards .work-card{background:#00000080;border-radius:8px;padding:32px;width:100%}.homePage .work-section .work-section_cards .work-card .work-cards_card-image-wrapper{align-items:center;background-color:#d9d0ad;display:flex;height:132px;justify-content:center;padding:var(--size-16);width:132px}.homePage .work-section .work-section_cards .work-card .work-cards_card-image-wrapper .work-cards_card-image{max-height:100px;width:auto}.homePage .work-section .work-section_cards .work-card .work-cards_card-desc .work-cards_card-badges-link-wrapper{text-decoration:none}.homePage .work-section .work-section_cards .work-card .work-cards_card-desc .work-cards_card-badges-link-wrapper .work-cards_card-badges .work-cards_card-badges-badge{border:2px solid #fd7e14;border-radius:32px;color:#fd7e14;font-size:14px;font-weight:bolder;padding:8px 16px}.homePage .footer{align-items:center;display:flex;flex-direction:column}.homePage .footer .footer__social{display:flex;gap:16px}.homePage .footer .footer-contact-us{align-items:center;display:flex;justify-content:space-between;width:100%}.homePage .footer .footer-contact-us .footer-contact-us_label{color:var(--primary-color);font-weight:bolder;width:50px}.homePage .footer .footer-contact-us .footer-contact-us_social{margin:0 auto;padding:0 var(--size-64)}.homePage .footer .footer-contact-us .footer-contact-us_social .footer-contact-us_social-title{color:var(--primary-color);font-size:60px;font-weight:bolder;margin:var(--size-32) var(--size-32)}.homePage .footer .footer-contact-us .footer-contact-us_social .footer-contact-us_grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 2fr}.homePage .footer .footer-contact-us .footer-contact-us_social .footer-contact-us_grid .footer-contact-us_column .footer-contact-us_row{align-items:center;display:flex;height:30px;padding:var(--size-8) var(--size-32)}.homePage .footer .footer-contact-us .footer-contact-us_social .footer-contact-us_grid .footer-contact-us_column .footer-contact-us_row span{font-size:20px;padding:0 var(--size-4)}.homePage .footer .footer-contact-us .footer-contact-us_social .footer-contact-us_grid .footer-contact-us_column .footer-contact-us_row svg{border:1px solid var(--primary-color);border-radius:50%;color:var(--primary-color);height:18px;margin-right:8px;padding:var(--size-4);width:18px}.homePage .footer .footer-contact-us .footer-contact-us_social .footer-contact-us_btn{margin:var(--size-32) auto;width:-webkit-fit-content;width:fit-content}.homePage .footer .footer-contact-us .footer-contact-us_geometric{height:100%;overflow:hidden;position:relative}.homePage .footer .footer-contact-us .footer-contact-us_geometric .footer-contact-us_geometric-img{height:100%;position:relative;transform:translate(24%) rotate(0deg)}.homePage .footer .footer-rights{align-items:center;border-top:1px solid #181818;display:flex;font-size:16px;justify-content:space-between;padding:var(--size-4) var(--size-32);width:calc(100% - var(--size-128))}.homePage .footer .footer-rights .footer-dashboard{align-items:center;display:flex}.homePage .footer .footer-rights .footer-dashboard .footer-dashboard_separator{color:var(--primary-color);height:6px;margin:0 var(--size-4);opacity:.85;width:6px}.homePage .footer .footer-rights .footer-dashboard .footer-dashboard_link{color:#ffffffbf;font-size:14px;text-decoration:none}.homePage .footer .footer-rights .footer-dashboard .footer-dashboard_link:hover{color:var(--primary-color)!important}.homePage .footer .footer-rights .footer-dashboard .footer-dashboard_link svg{color:var(--primary-color)}.homePage .footer .footer-rights .footer-dashboard_rights{color:#ffffffbf;margin:var(--size-8) 0}@media(max-width:720px){.homePage .home-section .home-section__content .home-section__description{font-size:10vw}.homePage .footer .footer-contact-us{position:relative}.homePage .footer .footer-contact-us .footer-contact-us_social{padding:0;z-index:1}.homePage .footer .footer-contact-us .footer-contact-us_geometric{height:100%;position:absolute;width:100%}.homePage .footer .footer-contact-us .footer-contact-us_geometric img{height:175%!important}.homePage .footer .footer-rights{flex-direction:column}.homePage .footer .footer-rights .footer-dashboard{margin-top:var(--size-8)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.blockx-wrapper{display:flex;height:100vh}.blockx-wrapper .blockx-sidebar{flex:0 0 250px;height:100%;overflow-y:auto}.blockx-wrapper .blockx-sidebar.collapsed{flex:0 0}.blockx-wrapper .blockx-main{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;transition:all .3s}.blockx-wrapper .blockx-main .blockx-header{flex:0 0 auto;height:50px;margin:0 var(--size-32);overflow:hidden;transition:all .3s}.blockx-wrapper .blockx-main .blockx-header.collapsed{margin-left:157px}.blockx-wrapper .blockx-main .blockx-content{flex:3 1;overflow-y:auto;transition:all .3s}.blockx-sidebar{display:flex;flex-direction:column;height:100%;overflow:hidden}.blockx-sidebar .blockx-sidebar__logo{background-color:var(--background-secondary);display:flex;height:50px;padding:var(--size-8) 0;transition:all .3s;width:250px}.blockx-sidebar .blockx-sidebar__logo img{height:100%;padding:0 var(--size-16);width:calc(100% - var(--size-32) - var(--size-8))}.blockx-sidebar .blockx-sidebar__logo.collapsed{position:absolute;width:125px}.blockx-sidebar .blockx-sidebar__logo .blockx-sidebar__btn__collapse{align-items:center;background-color:var(--primary-color);border-radius:50%;display:flex;height:32px;justify-content:center;margin-left:234px;margin-top:8px;position:absolute;transition:all .3s;width:32px}.blockx-sidebar .blockx-sidebar__logo .blockx-sidebar__btn__collapse svg{color:var(--text-color-secondary);width:16px}.blockx-sidebar .blockx-sidebar__logo .blockx-sidebar__btn__collapse.collapsed{margin-left:109px}.blockx-sidebar .blockx-sidebar__main_wrapper{background-color:var(--background-secondary);flex-grow:1;transition:all .3s;width:250px}.blockx-sidebar .blockx-sidebar__main_wrapper.collapsed{overflow:hidden;width:0!important}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__back{align-items:center;cursor:pointer;display:flex;height:18px;padding:8px 16px}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__back:hover{color:var(--primary-color)}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__back:hover span svg{fill:var(--primary-color)}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__back span{align-items:center;display:flex}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__back span svg{fill:var(--text-color-primary);height:var(--size-16);margin-right:8px;width:var(--size-16)}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper{list-style-type:none;margin:0;padding:8px 16px}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper .blockx-sidebar__wrapper_item{cursor:pointer;padding:8px 16px}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper .blockx-sidebar__wrapper_item.item_selected a,.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper .blockx-sidebar__wrapper_item.item_selected span{color:var(--primary-color)}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper .blockx-sidebar__wrapper_item a,.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper .blockx-sidebar__wrapper_item span{color:var(--text-color-primary);text-decoration:none}.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper .blockx-sidebar__wrapper_item a:hover,.blockx-sidebar .blockx-sidebar__main_wrapper .blockx-sidebar__wrapper .blockx-sidebar__wrapper_item span:hover{color:var(--primary-color)}@media only screen and (max-width:768px){.blockx-sidebar{background-color:var(--background-secondary);height:100vh;position:absolute;width:100vw;z-index:2}.blockx-sidebar.collapsed{position:static;width:0}.blockx-sidebar .blockx-sidebar__logo{justify-content:space-between;width:100%}.blockx-sidebar .blockx-sidebar__logo img{height:100%;max-width:250px}.blockx-sidebar .blockx-sidebar__logo.collapsed{width:125px}.blockx-sidebar .blockx-sidebar__logo .blockx-sidebar__btn__collapse{margin-left:0;position:relative}.blockx-sidebar .blockx-sidebar__logo .blockx-sidebar__btn__collapse.collapsed{position:absolute}}.blockx-header{align-items:center;display:flex;justify-content:flex-end;padding:var(--size-8) 0}.blockx-header-dropdown{color:var(--text-color-primary);display:inline-block;margin:var(--size-16) 0;position:absolute}.blockx-header-dropdown .blockx-header-dropdown__btn{cursor:pointer}.blockx-header-dropdown .blockx-header-dropdown__btn .blockx-header-dropdown__btn_label-avatar .blockx-header-dropdown__btn-label{margin-right:var(--size-8)}.blockx-header-dropdown .blockx-header-dropdown__btn .blockx-header-dropdown__btn_label-avatar .blockx-header-dropdown__btn-avatar .svg-wrapper{align-items:center;border-radius:50%;display:flex;height:var(--size-16);justify-content:center;width:var(--size-16)}.blockx-header-dropdown .blockx-header-dropdown__btn .blockx-header-dropdown__btn_label-avatar .blockx-header-dropdown__btn-avatar .svg-wrapper:hover{background:#919eab14}.blockx-header-dropdown .blockx-header-dropdown__btn .blockx-header-dropdown__btn_label-avatar .blockx-header-dropdown__btn-avatar .svg-wrapper svg{fill:var(--text-color);color:var(--primary-color);height:16px}.blockx-header-dropdown .blockx-header-dropdown__btn .blockx-header-dropdown__btn_label-avatar .blockx-header-dropdown__btn-avatar:hover{cursor:pointer}.blockx-header-dropdown .blockx-header-dropdown__content{background-color:var(--background-secondary);box-shadow:var(--dropdown-box-shadow);display:none;margin-top:0;min-width:190px;position:absolute;right:0;z-index:2}.blockx-header-dropdown .blockx-header-dropdown__content ul{list-style-type:none;margin:0;padding:0}.blockx-header-dropdown .blockx-header-dropdown__content ul li{border-radius:8px;cursor:pointer;padding:var(--size-16) var(--size-32)}.blockx-header-dropdown .blockx-header-dropdown__content ul li:hover{color:var(--primary-color)}.blockx-header-dropdown .blockx-header-dropdown__content ul li a{color:var(--text-color-primary);display:block;position:relative;text-decoration:none;width:100%}.blockx-header-dropdown .blockx-header-dropdown__content ul li a:hover{color:var(--primary-color)}.blockx-header-dropdown .blockx-header-dropdown__content ul li span svg{color:var(--primary-color);margin-right:var(--size-16)}.blockx-header-dropdown:hover .blockx-header-dropdown__content{display:block}.dashboard-resume-wrapper{box-sizing:border-box;display:flex;flex-flow:row wrap;margin-left:-24px;margin-top:-24px;width:calc(100% + 24px)}.dashboard-resume-wrapper .dashboard-resume-wrapper-banner{flex-basis:66.6667%;flex-grow:0;max-width:66.6667%}.products-table-dash-resume{grid-gap:32px;display:grid;gap:32px;grid-auto-flow:row;grid-template-areas:"welcome-banner welcome-banner top10 top10 " "total-products-by-brand total-products-by-brand total-scrapped-products-by-brand total-scrapped-products-by-brand" "products-to-validate total-products total-scrapped-products epmty-1";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:calc(100vh - 114px)}.products-table-dash-resume .dashboard-card{background:var(--table_background)!important;border-color:gray;border-radius:16px;display:flex;flex-direction:column;justify-content:center;overflow:auto;padding:32px}.products-table-dash-resume .welcome-banner{background-color:var(--background-secondary);border-radius:16px;display:flex;grid-area:welcome-banner;height:200px;padding:16px}.products-table-dash-resume .welcome-banner .welcome-banner-text{display:flex;flex-direction:column;justify-content:center;width:60%}.products-table-dash-resume .welcome-banner .welcome-banner-text h3{color:var(--primary-color)}.products-table-dash-resume .welcome-banner .welcome-banner-text p{margin:4px}.products-table-dash-resume .welcome-banner .welcome-banner-img{align-items:center;display:flex;justify-content:center;width:40%}.products-table-dash-resume .welcome-banner .welcome-banner-img img{height:80%;width:100%}.products-table-dash-resume .total-products{grid-area:total-products}.products-table-dash-resume .total-scrapped-products{grid-area:total-scrapped-products}.products-table-dash-resume .total-products-by-brand{grid-area:total-products-by-brand}.products-table-dash-resume .total-scrapped-products-by-brand{grid-area:total-scrapped-products-by-brand}.products-table-dash-resume .epmty-1{grid-area:epmty-1}.products-table-dash-resume .top10{grid-area:top10;justify-content:flex-start}.products-table-dash-resume .top10 table{overflow:scroll}.products-table-dash-resume .top10 table tr{text-align:left}.products-table-dash-resume .top10 table tr td,.products-table-dash-resume .top10 table tr th{padding:4px}.products-table-dash-resume .products-to-validate{grid-area:products-to-validate}@media only screen and (max-width:768px){.products-table-dash-resume{grid-gap:32px;display:grid;gap:32px;grid-auto-flow:row;grid-template-areas:"welcome-banner welcome-banner welcome-banner welcome-banner" "top10 top10 top10 top10" "total-products-by-brand total-products-by-brand total-scrapped-products-by-brand total-scrapped-products-by-brand" "products-to-validate total-products total-scrapped-products epmty-1";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr;height:calc(100% - 114px)}}.tabs{display:flex;height:100%;width:100%}.tabs .tabs-header .tab-button{background-color:#0000;border:none;border-radius:1.25rem;color:var(--text-color-secondary);cursor:pointer;padding:.75rem 1.25rem;text-align:left}.tabs .tabs-header .tab-button:hover{color:var(--primary-color)}.tabs .tabs-header .tab-button.active{background:var(--primary-color);box-shadow:0 0 20px 0 var(--rgba-primary-2);color:var(--text-white)}.tabs .tabs-header .tab-button.active:hover{color:var(--text-color-secondary)}.tabs .tabs-content{width:100%}.tabs.vertical .tabs-header{display:flex;flex-direction:column;padding-right:var(--size-8)}.tabs.horizontal{flex-direction:column}.tabs.horizontal .tabs-header{display:flex;margin-bottom:20px;width:100%}.user-details{background:var(--background-secondary);border-radius:var(--size-16);display:flex;flex-direction:row;min-height:250px;padding:var(--size-32);width:calc(100% - 64px)}.user-details .loading-wrapper{margin:auto;min-height:100%!important}.user-details .user-details__info{align-items:center;display:flex;flex-grow:1;justify-content:center}.user-details .user-details__info .user-details__info-details{display:flex;flex-direction:column;margin-left:var(--size-16)}.user-details .user-details__info .user-details__info-details .user-details__info-details_name{color:var(--text-color-secondary);font-weight:bolder;margin-bottom:var(--size-4)}.user-details .user-details__info .user-details__info-details .user-details__info-details_email{color:var(--text-color-secondary);margin-bottom:var(--size-8)}.user-details .user-details__info .user-details__info-details .user-details__info-details_roles{display:inline-block}.user-details .user-details__info .user-details__info-details .user-details__info-details_roles .user-details__info-details_roles-item{margin-right:var(--size-4);margin-top:var(--size-4)}.current-user-edit-password{background:var(--background-secondary);border-radius:var(--size-16);padding:var(--size-32);width:calc(100% - 64px)}.loading-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.loading-wrapper .loaders-container img{height:100px;width:100px}.button{background:none;border:none;border-radius:8px;height:27px}.button.btn--solid{background:var(--primary-color);color:var(--text-black)}.button.btn--plain,.button.btn--plain svg{color:var(--text-color-primary)}.button.btn--outline{border:1px solid var(--primary-color);color:var(--primary-color)}.button.button--default .button-wrapper span{font-size:14px}.button.button--icon{background:var(--background-secondary-color);border-radius:50%;height:43px;padding:0;width:43px}.button.button--icon .button-wrapper{display:flex;justify-content:center}.button.button--icon .button-wrapper svg{color:var(--text-black);height:27px;width:27px}.button.button--left-icon .button-wrapper{align-items:center;display:flex;font-size:14px;font-weight:400;gap:8px}.button.button--left-icon .button-wrapper svg{height:17px;width:17px}.button--small{font-size:12px;padding:8px}.button--medium{font-size:14px;padding:11px 20px}.button--large{font-size:16px;padding:12px 24px}.table-wrapper{background:var(--background-secondary)!important;border-color:gray;border-radius:16px;padding:16px 0}.table-wrapper .table-input-search-wrapper{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);display:flex;height:20px;margin:0 var(--size-16) var(--size-16) var(--size-16);padding:var(--padding-16);position:relative;width:calc(100% - var(--size-32) - var(--size-32))}.table-wrapper .table-input-search-wrapper svg{color:var(--primary-color);height:var(--size-16);left:var(--size-16);position:absolute;width:var(--size-16)}.table-wrapper .table-input-search-wrapper input{border:none;color:var(--text-color-secondary);margin-left:calc(var(--size-16) + var(--size-8));outline:none;width:calc(100% - var(--size-16) - var(--size-8))}.table-wrapper .table-input-search-wrapper input::placeholder{color:var(--text-color-placeholder)}.table-wrapper .btn-table-select-rows-action{right:16px}.table-wrapper .btn-table-select-rows-action,.table-wrapper .btn-table-select-rows-action-bulk{background:var(--primary-color);border:none;border-radius:0;padding:16px;position:absolute;top:16px}.table-wrapper .btn-table-select-rows-action-bulk{right:150px}.table-wrapper .table-wrapper_wrapper{overflow:auto;width:100%}.table-wrapper .table-wrapper_wrapper .table{background:var(--background-secondary);border-bottom:1px solid #919eab14;border-collapse:collapse;border-spacing:0;overflow:auto;text-align:left;width:100%}.table-wrapper .table-wrapper_wrapper .table .table-headear tr{color:#637381}.table-wrapper .table-wrapper_wrapper .table .table-headear tr.table-header-title th{border:none;border-bottom:1px solid #919eab14;color:var(--text-color-secondary);height:30px}.table-wrapper .table-wrapper_wrapper .table .table-headear tr.table-header-title th:first-child{padding-left:16px}.table-wrapper .table-wrapper_wrapper .table .table-headear tr.table-header-title th:last-child{padding-right:16px}.table-wrapper .table-wrapper_wrapper .table .table-headear tr.table-header-title{width:200px!important}.table-wrapper .table-wrapper_wrapper .table .table-headear tr.table-header-title .table-header-title-icon svg{height:15px;width:15px}.table-wrapper .table-wrapper_wrapper .table .table-body tr{border-bottom:1px solid #919eab14;height:60px;padding:8px}.table-wrapper .table-wrapper_wrapper .table .table-body tr:hover{background-color:#919eab14}.table-wrapper .table-wrapper_wrapper .table .table-body tr td{color:var(--text-color-primary);position:relative}.table-wrapper .table-wrapper_wrapper .table .table-body tr td:first-child{min-width:40px!important;padding:var(--padding-4)}.table-wrapper .table-wrapper_wrapper .table .table-body tr td{min-width:150px}.table-wrapper .table-wrapper_wrapper .table .table-body tr td:first-child{padding-left:16px}.table-wrapper .table-wrapper_wrapper .table .table-body tr td:last-child{padding-right:16px;text-align:right}.table-wrapper .table-wrapper_wrapper .table .table-body tr td .editable-cell{background:#0000;border:1px solid #919eab3d!important;border-radius:8px;color:var(--text-color-primary);height:50%;left:calc(5% - 1px);position:absolute;top:25%;width:calc(90% - 2px)}.table-wrapper .table-wrapper_wrapper .table .table-body tr td .editable-cell:focus{outline:none;outline:1px solid #00ab55}.table-wrapper .table-wrapper_wrapper .table .tabble-empty-message{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px}.table-wrapper .table-wrapper_wrapper .table .tabble-empty-message svg{font-size:30px}.table-wrapper .table-wrapper_wrapper .table .tabble-empty-message h4{margin:4px}.table-wrapper .table-wrapper_wrapper .table *{box-sizing:border-box;-webkit-user-select:none;user-select:none}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]{height:0;width:0}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]+label{align-items:center;color:#9e9e9e;display:flex;margin:.6em 0;position:relative;transition:color .25s cubic-bezier(.4,0,.23,1)}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]+label>ins{bottom:0;display:block;height:0;left:2em;overflow:hidden;position:absolute;text-decoration:none;transition:height .3s cubic-bezier(.4,0,.23,1);width:100%}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]+label>ins>i{bottom:0;color:#4fc3f7;font-style:normal;position:absolute}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]+label>span{align-items:center;background:#0000;border:2px solid #9e9e9e;border-radius:2px;cursor:pointer;display:flex;height:1em;justify-content:center;margin-right:1em;transition:all .25s cubic-bezier(.4,0,.23,1);width:1em}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]+label:hover,.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]:focus+label{color:#fff}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]+label:hover>span,.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]:focus+label>span{background:#ffffff1a}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]:checked+label>ins{height:100%}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]:checked+label>span{animation:shrink-bounce .2s cubic-bezier(.4,0,.23,1);border:.5em solid #00ab55}.table-wrapper .table-wrapper_wrapper .table input[type=checkbox]:checked+label>span:before{animation:checkbox-check 125ms cubic-bezier(.4,0,.23,1) .25s forwards;border-bottom:3px solid #0000;border-right:3px solid #0000;content:"";left:.14em;position:absolute;top:.4em;transform:rotate(45deg);transform-origin:0 100%}@keyframes shrink-bounce{0%{transform:scale(1)}33%{transform:scale(.85)}to{transform:scale(1)}}@keyframes checkbox-check{0%{border-color:#212121;height:0;transform:translateZ(0) rotate(45deg);width:0}33%{height:0;transform:translateZ(0) rotate(45deg);width:.2em}to{border-color:#212121;height:.5em;transform:translate3d(0,-.5em,0) rotate(45deg);width:.2em}}.table-wrapper .table-pagination{display:flex;flex-direction:row-reverse;padding:16px 16px 0 0}.table-wrapper .table-pagination .table-pagination-wrapper .pagination-button{background:none!important;border:none!important;cursor:pointer;outline:none!important}.table-wrapper .table-pagination .table-pagination-wrapper .pagination-button svg{height:14px;width:14px}.table-wrapper .table-pagination .table-pagination-wrapper .pagination-button:disabled{background-color:none!important;border:none!important;outline:none!important}.table-wrapper .table-pagination .table-pagination-wrapper .pagination-button:disabled svg{fill:#919eabcc}.table-wrapper .table-pagination .table-pagination-wrapper .pagination-button:disabled{cursor:auto}.debug{display:none}.debug.is-debuging{display:block!important}.modal{left:0;position:fixed;top:0;z-index:999}.modal,.modal-overlay{height:100%;width:100%}.modal-overlay{background:#00000080;position:absolute}.modal-main{background:#fff;display:flex;flex-direction:column;max-height:100%;overflow-y:auto;position:absolute;transition:all .3s ease-in-out}.modal-position-center{left:50%;top:50%;transform:translate(-50%,-50%)}.modal-position-left{height:100%;left:0;top:0}.modal-position-right{height:100%;left:auto;right:0;top:0;transform:none!important}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem}.modal-header-title{font-size:1.25rem;margin:0}.modal-content{flex:1 1;overflow-y:auto;padding:1rem}.display-block{display:block}.display-none{display:none}@media only screen and (max-width:768px){.modal-main{height:100%!important;left:0!important;right:0!important;top:0!important;transform:none!important;width:100%!important}}.user-management-form-modal-wrapper .user-management-form-field{margin-top:16px}.user-management-form-modal-wrapper .user-management-form-field span{display:block;position:relative;width:100%}.user-management-form-modal-wrapper .user-management-form-field .input-form{align-items:center;display:flex;margin:16px 0 0;position:relative;width:100%}.user-management-form-modal-wrapper .user-management-form-field .input-form svg{color:var(--text-color-colorful-primary);height:16px;position:absolute;width:16px}.user-management-form-modal-wrapper .user-management-form-field .input-form svg.left{left:8px}.user-management-form-modal-wrapper .user-management-form-field .input-form svg.right{right:8px}.user-management-form-modal-wrapper .user-management-form-field .input-form input{background:none;border:1px solid #919eab3d;border-radius:8px;color:var(--text-color-primary);padding:16px 32px;width:226px;width:100%}.user-management-form-modal-wrapper .user-management-form-field .input-form input:focus,.user-management-form-modal-wrapper .user-management-form-field .input-form input:hover{border:1px solid!important;border-color:var(--text-color-colorful-primary)!important;outline:none}.user-management-form-modal-wrapper .user-management-form-field .user-management-form-select{margin-top:16px}.user-management-form-modal-wrapper .user-management-form-button button{align-items:center;background:#00ab55;border:none;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;margin:16px 0;padding:16px;width:100%}.user-management-form-modal-wrapper .user-management-form-button button svg{color:#fff}.user-management-form-modal-wrapper .user-management-form-button button:hover{background:#44484b14;color:#111}.user-management-form-modal-wrapper .user-management-form-button button:hover svg{color:#00ab55}.user-management-avatar{align-items:center;display:flex;justify-content:left;min-width:150px}.user-management-avatar .user-management-avatar-name{margin-left:4px}.user-management-state .user-verified{background-color:#54d62c29;border-radius:8px;color:#229a16;padding:8px}.user-management-state .user-unverified{background-color:#fda92d29;border-radius:8px;color:#f3a128;padding:8px}.user-management-state .user-blocked{background-color:#ff484229;border-radius:8px;color:#b72136;padding:8px}.save-password-modal{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.save-password-modal .save-password-banner{background:var(--background-secondary);padding:32px}.save-password-modal .save-password-banner .save-password-banner-notice{background-color:var(--rgba-danger-015);border-radius:var(--size-16);color:var(--text-color-secondary);padding:var(--size-16)}.save-password-modal .save-password-banner .save-password-banner-notice b{color:var(--danger-color)}.save-password-modal .save-password-banner .save-password-banner-data b{color:var(--text-color-secondary)}.user-edit-roles-form{display:flex;flex-grow:1;height:100%}.user-edit-roles-form .user-edit-roles-form__details{align-items:center;display:flex;flex-direction:column;flex-grow:3;justify-content:center;padding:16px}.user-edit-roles-form .user-edit-roles-form__details span{margin:var(--size-4) 0}.user-edit-roles-form .user-edit-roles-form__details span.user-edit-roles-form__details_name{color:var(--text-color-secondary);font-weight:bolder;margin-top:var(--size-4)}.user-edit-roles-form .user-edit-roles-form__details span.user-edit-roles-form__details_email{color:var(--text-color-secondary)}.user-edit-roles-form .user-edit-roles-form__roles{align-items:flex-start;display:flex;flex-direction:column;flex-grow:4;justify-content:center;padding:16px}.user-edit-roles-form .user-edit-roles-form__roles .roles-form-wrapper .roles-form-list{display:flex;flex-direction:column;list-style-type:none}.user-edit-roles-form .user-edit-roles-form__roles .roles-form-wrapper .roles-form-list .roles-form-list-role{align-items:center;display:flex;flex-direction:row;margin-bottom:var(--size-8)}.user-edit-roles-form .user-edit-roles-form__roles .roles-form-wrapper .roles-form-list .roles-form-list-role .roles-form-list-role-label{flex:1 1}.user-edit-roles-form .user-edit-roles-form__roles .roles-form-wrapper .roles-form-list .roles-form-list-role .roles-form-list-role-switch{flex:0 1;margin-left:var(--size-8)}.three-dot-menu{display:inline-block;position:relative}.three-dot-menu svg{height:var(--size-16);margin:0;padding:0;width:var(--size-16)}.three-dot-button{background:none;border:none;cursor:pointer;font-size:24px;line-height:1;padding:4px 8px}.menu-options-three-dots{align-items:flex-start;background-color:var(--background-secondary);border:1px solid var(--background-highlights);border-radius:8px;box-shadow:0 2px 5px #0000001a;color:var(--text-color-primary);display:flex;flex-direction:column;list-style:none;margin:0;padding:4px;width:-webkit-fit-content;width:fit-content;z-index:1000}.menu-options-three-dots.left{transform:translateX(-100%)}.menu-options-three-dots .menu-item{border-radius:8px;box-sizing:border-box;cursor:pointer;padding:4px 8px;white-space:nowrap;width:100%}.menu-options-three-dots .menu-item:hover{background-color:var(--primary-color);color:var(--text-contrast)}.input-wrapper{margin-top:8px;width:100%}.input-wrapper .input-label{color:var(--text-color-primary);margin:0 0 var(--margin-4) var(--margin-4)}.input-wrapper .input-input{background:#0000;border:1px solid;border-color:var(--text-color-primary);border-radius:var(--border-8);color:var(--text-color-primary);height:20px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)}.input-wrapper .input-input:focus,.input-wrapper .input-input:hover{border:1px solid!important;border-color:var(--text-color-colorful-primary)!important}.input-wrapper ::placeholder{color:var(--text-color-secondary);opacity:1}.input-wrapper :-ms-input-placeholder{color:var(--text-color-secondary)}.input-wrapper ::-ms-input-placeholder{color:var(--text-color-secondary)}.user-management-form-wrapper{border-color:gray;border-radius:16px;box-shadow:0 0 2px 0 #919eab3d,0 16px 32px -4px #919eab3d;display:inline-grid;gap:0 0;grid-template-areas:"photo details" "photo actions";grid-template-columns:25% 1fr;grid-template-rows:1fr 78px;padding:32px;width:calc(100% - 64px)}.user-management-form-wrapper .user-management-form-photo-validation{border-right:1px solid #919eab14;grid-area:photo;padding-right:32px}.user-management-form-wrapper .user-management-form-details{grid-gap:0 0;display:grid;gap:0 0;grid-area:details;grid-auto-columns:1fr;grid-template-areas:"name email" "tenant roles";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;padding-left:32px}.user-management-form-wrapper .user-management-form-details .user-management-form-name{grid-area:name}.user-management-form-wrapper .user-management-form-details .user-management-form-email{grid-area:email}.user-management-form-wrapper .user-management-form-details .user-management-form-tenant{grid-area:tenant}.user-management-form-wrapper .user-management-form-details .user-management-form-roles{grid-area:roles}.user-management-form-wrapper .user-management-form-actions{display:flex;flex-direction:row-reverse;grid-area:actions;padding-top:32px}.sidebar{background:var(--background-secondary);height:calc(100vh - 7.5rem);height:100%;overflow:auto;position:fixed;width:17rem}.sidebar,.sidebar ul{align-items:left;display:flex;flex-direction:column}.sidebar ul{list-style:none;margin:0;padding:0;width:100%}.sidebar ul li{align-items:center;display:flex;padding:0 0 0 15px}.sidebar ul li:hover{background-color:#919eab14;cursor:pointer}.sidebar ul li a{align-items:center;color:var(--text-color-primary);display:flex;font-size:16px;font-weight:500;height:100%;justify-content:flex-start;padding:8px 15px;text-align:left;text-decoration:none;width:100%}.sidebar ul li svg{height:30px;margin-right:15px;padding:15px;width:30px!important}.sidebar .sidebar-selected a{color:var(--primary-color)!important}.sidebar .sidebar-selected svg{fill:var(--primary-color)!important}.sidebar .dropdown-sidebar-menu-button{background:#0000;border:none;display:flex;padding:0 0 0 15px}.sidebar .dropdown-sidebar-menu-button svg{color:var(--text-color-primary);height:30px;margin-right:15px;padding:15px;width:30px!important}.sidebar .dropdown-sidebar-menu-button .dropdown-sidebar-menu-button-wrapper{align-items:center;color:var(--text-color-primary);display:flex;font-size:16px;font-weight:500;height:100%;justify-content:flex-start;line-height:1.3;padding:8px 15px;text-align:left;text-decoration:none;width:100%}.sidebar .dropdown-sidebar-menu-button .dropdown-sidebar-menu-button-icon-open{align-self:center;height:15px!important;justify-self:flex;width:15px!important}.sidebar .dropdown-sidebar-menu-button.dropdown-sidebar-menu-button-selected .dropdown-sidebar-menu-button-wrapper span{color:var(--text-color-secondary)}.sidebar .dropdown-sidebar-menu-button.dropdown-sidebar-menu-button-selected .dropdown-sidebar-menu-button-wrapper svg{color:var(--primary-color)!important}.sidebar .dropdown-sidebar-menu{display:none}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open{align-items:left;display:block;flex-direction:column;list-style:none;padding:0;width:100%}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open li.dropdown-sidebar-menu-link{align-items:center;display:flex;height:50px}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open li.dropdown-sidebar-menu-link:hover{background-color:#919eab14;cursor:pointer}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open li.dropdown-sidebar-menu-link .div-dot{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open li.dropdown-sidebar-menu-link .div-dot .dot{background-color:#637381;border-radius:50%;height:4px;width:4px}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open li.dropdown-sidebar-menu-title{color:var(--text-color-primary);height:30px;padding-left:16px}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open li.dropdown-sidebar-menu-title:hover{background-color:#0000!important;cursor:default}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open svg{height:20px;margin-right:8px;width:20px}.sidebar .dropdown-sidebar-menu.dropdown-sidebar-menu-open a{align-items:center;color:var(--text-color-primary);display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:300;height:100%;justify-content:flex-start;line-height:1.3;padding:0 32px;text-align:left;text-decoration:none;width:100%}.sidebar .dropdown-sidebar-menu .dropdown-sidebar-menu-selected a{color:var(--primary-color)}@media only screen and (max-width:768px){.sidebar{display:none;position:fixed;width:100%;z-index:999}.sidebar.sidebar-open{display:block;height:calc(100vh - 5.5rem);width:100%}}.blockx-editor{flex-direction:column;overflow:hidden}.blockx-editor .blockx-editor_header{background-color:var(--background-secondary);display:flex;flex-direction:row;height:50px;padding:var(--size-8) 0;width:100%}.blockx-editor .blockx-editor_header .blockx-header_logo{display:flex;height:50px;position:relative;transition:all .3s}.blockx-editor .blockx-editor_header .blockx-header_logo img{height:100%;padding:0 var(--size-16);width:calc(100% - var(--size-32) - var(--size-8))}.blockx-editor .blockx-editor_header .blockx-header_logo .blockx-components-sidebar__btn{align-items:center;background-color:var(--primary-color);border-radius:50%;display:flex;height:32px;justify-content:center;margin-top:8px;position:absolute;right:-16px;transition:all .3s;width:32px}.blockx-editor .blockx-editor_header .blockx-header_logo .blockx-components-sidebar__btn svg{color:var(--text-color-secondary);width:16px}.blockx-editor .blockx-editor_header .blockx-header_nav{align-items:center;display:flex;flex:1 1;justify-content:space-between}.blockx-editor .blockx-editor_header .blockx-header_nav .blockx-header-links .btn--plain:hover,.blockx-editor .blockx-editor_header .blockx-header_nav .blockx-header-links .btn--plain:hover svg{color:var(--primary-color)}.blockx-editor .blockx-editor_header .blockx-header_nav .blockx-header-user{align-items:center;border-radius:var(--size-4);display:flex;margin-right:var(--size-16)}.blockx-editor .blockx-editor_header .blockx-header_nav .blockx-header-user .blockx-header-user-btn{padding:var(--size-8)}.blockx-editor .blockx-editor_header .blockx-header_nav .blockx-header-user .blockx-header-user-btn svg{color:var(--text-color-primary);height:20px;width:20px}.blockx-editor .blockx-editor_contents{display:flex;flex:1 1;overflow:hidden;width:100%}.blockx-editor .blockx-editor_contents .blockx-pages-wrapper{display:flex;width:100%}.blockx-editor .blockx-editor_contents .blockx-pages-wrapper .blockx-editor-wrapper{display:flex;flex:1 1;overflow:hidden}.blockx-editor .blockx-editor_contents .blockx-collections-wrapper{width:100%}.blockx-editor .blockx-tabs-main-wrapper{display:flex;flex-direction:column}.blockx-editor .blockx-tabs-wrapper{margin:0 auto;text-align:center;width:100%}.blockx-editor{display:flex;height:100vh}.blockx-editor .blockx-components{background:var(--background-secondary);padding:var(--size-16);width:15vw}.blockx-editor .blockx-components .blockx-components-tabs{display:flex;flex-direction:column;margin:0;padding:0}.blockx-editor .blockx-components .blockx-components-tabs .blockx-components-tabs-item .blockx-components-tabs-item-content{position:relative}.blockx-editor .blockx-components .blockx-components-tabs .blockx-components-tabs-item .blockx-components-tabs-item-content .blockx-components-tabs-item-content-add-overlay{align-items:center;background-color:#000000bf;display:none;height:100%;justify-content:center;position:absolute;width:100%}.blockx-editor .blockx-components .blockx-components-tabs .blockx-components-tabs-item .blockx-components-tabs-item-content .blockx-components-tabs-item-content-add-overlay .blockx-components-tabs-item-content-add-overlay-btn{background-color:var(--primary-color);border:none;color:#fff;font-weight:bolder;margin:0;padding:4px 8px}.blockx-editor .blockx-components .blockx-components-tabs .blockx-components-tabs-item .blockx-components-tabs-item-content:hover .blockx-components-tabs-item-content-add-overlay{display:flex}.blockx-editor .blockx-components .blockx-components-tabs .blockx-components-tabs-item .blockx-components-tabs-item-content:hover .blockx-components-tabs-item-content-add-overlay .blockx-components-tabs-item-content-add-overlay-btn{cursor:pointer}.blockx-editor .blockx-components .blockx-components-tabs-options{background:var(--background-secondary);border-left:1px solid var(--background-highlights);height:calc(100vh - 66px);margin-left:calc(15vw + var(--size-16));margin-top:66px;position:absolute;top:0;width:400px;z-index:2}.blockx-editor .blockx-components .blockx-components-tabs-options .blockx-components-tabs-options-header{align-items:center;border-bottom:1px solid var(--background-highlights);display:flex;height:50px;justify-content:space-between;padding:var(--padding-8) var(--size-16)}.blockx-editor .blockx-components .blockx-components-tabs-options .blockx-components-tabs-options-header .blockx-components-tabs-options-header-actions{display:flex;gap:var(--size-8)}.blockx-editor .blockx-components .blockx-components-tabs-options .blockx-components-tabs-options-header span{font-weight:bolder}.blockx-editor .blockx-components .blockx-components-tabs-options .blockx-components-tabs-options-content{padding:var(--padding-16)}.blockx-editor .blockx-components .blockx-components-tabs-options .blockx-components-tabs-options-page-edit{height:100%}.blockx-editor .blockx-editor{flex:1 1;flex-direction:column}.blockx-editor .blockx-editor .blockx-arena{align-self:center;height:calc(100% - 64px);margin:0 32px 32px;overflow-x:hidden;overflow-y:scroll;padding:2px;width:calc(100% - 64px)}.blockx-editor .blockx-editor .blockx-arena.tablet{max-width:768px}.blockx-editor .blockx-editor .blockx-arena.mobile{max-width:430px}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-empty{align-items:center;display:flex;flex-direction:column}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-empty img{width:100px}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls{background:var(--background-secondary);border-radius:var(--size-8);bottom:20px;display:flex;left:50%;padding:var(--size-4);position:fixed;transform:translateX(-50%);z-index:9999}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls .button{border-radius:var(--size-8);cursor:pointer}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls .button svg{color:#fff;height:20px;width:20px}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls .button.selected{background-color:var(--background-primary)}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls .button.selected svg,.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls .button:hover svg{color:var(--primary-color)}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls svg{color:#fff;height:20px;padding:var(--size-8);width:20px}.blockx-editor .blockx-editor .blockx-arena .blockx-arena-controls .divider{background:#ffffff1a;margin:0 var(--size-8);width:1px}.blockx-editor .blockx-editor .sortable-item-wrapper{width:100%}.blockx-editor .blockx-pages-settings{background:var(--background-secondary);padding:var(--size-16);width:15vw}.blockx-editor .blockx-tab-header{align-items:center;display:flex;justify-content:space-between}.blockx-editor .blockx-tab-header .blockx-editor-header-pages-editor-other-pages-title-label,.blockx-editor .blockx-tab-header .blockx-tab-header-label{color:var(--text-color-secondary);font-weight:bolder}.blockx-editor .blockx-tab-header .blockx-editor-header-pages-editor-other-pages-title-options svg,.blockx-editor .blockx-tab-header .blockx-tab-header-options svg{color:var(--primary-color)}.blockx-editor .blockx-tab-list{padding:var(--size-8) 0}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item,.blockx-editor .blockx-tab-list .blockx-tab-list-item{display:flex;justify-content:space-between;padding:var(--size-6) var(--size-16)}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item span,.blockx-editor .blockx-tab-list .blockx-tab-list-item span{align-content:center;align-items:center;display:flex}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item span svg,.blockx-editor .blockx-tab-list .blockx-tab-list-item span svg{color:var(--text-color-primary);height:var(--size-16);margin-right:var(--size-8);width:var(--size-16)}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active,.blockx-editor .blockx-tab-list .blockx-tab-list-item.active{background-color:var(--primary-color)!important;border-radius:var(--size-8);color:var(--text-contrast)!important}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg,.blockx-editor .blockx-tab-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-editor .blockx-tab-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg{color:var(--text-contrast)}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-editor .blockx-tab-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-editor .blockx-tab-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg:hover{color:var(--text-color-secondary)!important}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options,.blockx-editor .blockx-tab-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-editor .blockx-tab-list .blockx-tab-list-item .blockx-tab-list-item-options{display:none}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options svg,.blockx-editor .blockx-tab-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-editor .blockx-tab-list .blockx-tab-list-item .blockx-tab-list-item-options svg{color:var(--text-color-primary);height:var(--size-14);margin-left:var(--size-4);width:var(--size-14)}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover,.blockx-editor .blockx-tab-list .blockx-tab-list-item:hover{background-color:var(--background-highlights);border-radius:var(--size-8);cursor:pointer}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options,.blockx-editor .blockx-tab-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-editor .blockx-tab-list .blockx-tab-list-item:hover .blockx-tab-list-item-options{display:block}.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-editor .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-editor .blockx-tab-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-editor .blockx-tab-list .blockx-tab-list-item:hover .blockx-tab-list-item-options svg:hover{color:var(--primary-color)}.blockx-editor .blockx-files-wrapper,.blockx-editor .blockx-settings-wrapper{width:100%}.blockx-tabs{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.blockx-tabs .blockx-tabs-content{height:100%;width:100%}.blockx-tabs .blockx-tabs-buttons{align-items:center;background-color:var(--background-primary);border-radius:var(--size-8);display:flex;height:40px;justify-content:center;margin-bottom:var(--size-8);padding:var(--size-4);width:100%}.blockx-tabs .blockx-tabs-buttons button{align-items:center;background:#0000;border:none;color:var(--text-color-primary);cursor:pointer;display:flex;flex:1 1;font-size:14px;height:100%;justify-content:center;outline:none;padding:var(--size-4) var(--size-16);transition:all .2s ease-in-out}.blockx-tabs .blockx-tabs-buttons button svg{color:var(--text-color-secondary)}.blockx-tabs .blockx-tabs-buttons button.active{background-color:var(--background-secondary);border-radius:var(--size-8);color:var(--primary-color)}.blockx-tabs .blockx-tabs-buttons button.active svg{color:var(--text-contrast)}.blockx-tabs .blockx-tab-contents{display:flex;flex-direction:column;height:100%}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-header{display:flex}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-header span{align-items:center;color:var(--text-color-secondary);cursor:default;display:flex;font-weight:bolder}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-header span svg{fill:var(--text-color-secondary);cursor:pointer;height:var(--size-14);width:var(--size-14)}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list{padding:var(--size-8) var(--size-16)}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list .blockx-tab-contents-list-item{display:flex;justify-content:space-between;padding:var(--size-6)}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list .blockx-tab-contents-list-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list .blockx-tab-contents-list-item .blockx-tab-contents-list-item-options{display:none}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list .blockx-tab-contents-list-item .blockx-tab-contents-list-item-options svg{color:var(--text-color-primary);cursor:pointer;height:var(--size-14);margin-left:var(--size-4);width:var(--size-14)}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list .blockx-tab-contents-list-item:hover{background-color:var(--background-highlights);border-radius:var(--size-8);cursor:default}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list .blockx-tab-contents-list-item:hover .blockx-tab-contents-list-item-options{align-items:center;display:flex}.blockx-tabs .blockx-tab-contents .blockx-tab-contents-list .blockx-tab-contents-list-item:hover .blockx-tab-contents-list-item-options svg:hover{color:var(--primary-color)}.blockx-tabs .blockx-tab-contents .blockx-tab-components-form{height:100%;overflow-y:scroll;padding:var(--size-8) var(--size-16)}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-title,.blockx-tabs .blockx-tab .blockx-tab-header,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-title,.blockx-tabs .blockx-tab-pages .blockx-tab-header{align-items:center;display:flex;justify-content:space-between}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-title .blockx-editor-header-pages-editor-other-pages-title-label,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-title .blockx-tab-header-label,.blockx-tabs .blockx-tab .blockx-tab-header .blockx-editor-header-pages-editor-other-pages-title-label,.blockx-tabs .blockx-tab .blockx-tab-header .blockx-tab-header-label,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-title .blockx-editor-header-pages-editor-other-pages-title-label,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-title .blockx-tab-header-label,.blockx-tabs .blockx-tab-pages .blockx-tab-header .blockx-editor-header-pages-editor-other-pages-title-label,.blockx-tabs .blockx-tab-pages .blockx-tab-header .blockx-tab-header-label{color:var(--text-color-secondary);font-weight:bolder}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-title .blockx-editor-header-pages-editor-other-pages-title-options svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-title .blockx-tab-header-options svg,.blockx-tabs .blockx-tab .blockx-tab-header .blockx-editor-header-pages-editor-other-pages-title-options svg,.blockx-tabs .blockx-tab .blockx-tab-header .blockx-tab-header-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-title .blockx-editor-header-pages-editor-other-pages-title-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-title .blockx-tab-header-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-header .blockx-editor-header-pages-editor-other-pages-title-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-header .blockx-tab-header-options svg{color:var(--primary-color)}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list,.blockx-tabs .blockx-tab .blockx-tab-list,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list,.blockx-tabs .blockx-tab-pages .blockx-tab-list{padding:var(--size-8) 0}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item{display:flex;justify-content:space-between;padding:var(--size-6) var(--size-16)}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item span,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item span,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item span,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item span,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item span,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item span,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item span,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item span{align-content:center;align-items:center;display:flex}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item span svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item span svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item span svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item span svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item span svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item span svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item span svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item span svg{color:var(--text-color-primary);height:var(--size-16);margin-right:var(--size-8);width:var(--size-16)}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item.active,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item.active{background-color:var(--primary-color)!important;border-radius:var(--size-8);color:var(--text-contrast)!important}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg{color:var(--text-contrast)}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item.active .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item.active .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item.active .blockx-tab-list-item-options svg:hover{color:var(--text-color-secondary)!important}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-tab-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item .blockx-tab-list-item-options{display:none}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item .blockx-tab-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item .blockx-editor-header-pages-editor-other-pages-list-item-options svg,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item .blockx-tab-list-item-options svg{color:var(--text-color-primary);height:var(--size-14);margin-left:var(--size-4);width:var(--size-14)}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item:hover{background-color:var(--background-highlights);border-radius:var(--size-8);cursor:pointer}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-tab-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item:hover .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item:hover .blockx-tab-list-item-options{display:block}.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab .blockx-tab-list .blockx-tab-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-editor-header-pages-editor-other-pages-list .blockx-tab-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-editor-header-pages-editor-other-pages-list-item:hover .blockx-tab-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item:hover .blockx-editor-header-pages-editor-other-pages-list-item-options svg:hover,.blockx-tabs .blockx-tab-pages .blockx-tab-list .blockx-tab-list-item:hover .blockx-tab-list-item-options svg:hover{color:var(--primary-color)}.blockx-tabs .blockx-tab-components .blockx-tab-components-header{text-align:left}.blockx-tabs .blockx-tab-components .blockx-tab-components-header .blockx-tab-components-header-title{color:var(--text-color-secondary);font-weight:bolder}.blockx-tabs .blockx-tab-components .blockx-tab-components-header .blockx-tab-components-header-filters-search{display:flex;gap:var(--size-16);margin:var(--size-16) 0;width:100%}.blockx-tabs .blockx-tab-components .blockx-tab-components-header .blockx-tab-components-header-filters-search .blockx-input{width:65%}.blockx-tabs .blockx-tab-components .blockx-tab-components-header .blockx-tab-components-header-filters-search .blockx-dropdown{width:35%}.blockx-tabs .blockx-tab-components .blockx-theme-section{display:flex;flex-direction:column;padding:var(--size-4) 0}.blockx-tabs .blockx-tab-components .blockx-theme-section .blockx-theme-title{align-items:center;color:var(--text-color-secondary);display:flex;font-weight:500;justify-content:space-between}.blockx-tabs .blockx-tab-components .blockx-theme-section .blockx-theme-title svg{width:var(--size-16)}.blockx-tabs .blockx-tab-components .blockx-theme-section .blockx-theme-title:hover{color:var(--primary-color)}.blockx-tabs .blockx-tab-components .blockx-theme-section .blockx-theme-title:hover svg{fill:var(--primary-color)}.blockx-loading{align-items:center;background:var(--background-primary);display:flex;flex-direction:column;height:100vh;justify-content:center;position:relative}.blockx-loading .progress-bar{background:var(--background-secondary);height:6px;left:0;overflow:hidden;position:absolute;top:0;width:100%}.blockx-loading .progress-fill{animation:fillProgress 2s linear forwards;background:var(--primary-color);height:100%;width:0}@keyframes fillProgress{0%{width:0}to{width:100%}}.blockx-loading .loading-image{animation:flicker .5s infinite alternate;width:150px}@keyframes flicker{0%{opacity:1}40%{opacity:.6}70%{opacity:.3}to{opacity:1}}.SortableList{display:flex;flex-direction:column;list-style:none;padding:0;position:relative}.blockx-components-options{display:flex;position:absolute;right:0;top:0}.SortableItem{align-items:center;background-color:#fff;color:#333;display:flex;flex-direction:column;flex-grow:1;font-family:sans-serif;font-size:1rem;font-weight:400;justify-content:space-between;list-style:none;position:relative;width:100%}.SortableItem .add-component-before-btn{top:-13px}.SortableItem .add-component-after-btn,.SortableItem .add-component-before-btn{background-color:var(--primary-color);border:none;border-radius:var(--size-4);color:#fff;display:none;height:26px;position:absolute}.SortableItem .add-component-after-btn{bottom:-13px}.SortableItem:hover{border-radius:2px;outline:2px solid var(--primary-color);z-index:1}.SortableItem:hover .add-component-after-btn,.SortableItem:hover .add-component-before-btn{display:block}.SortableItem:hover .DragHandle{display:flex}.DragHandle{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;-webkit-appearance:none;appearance:none;background-color:#0000;border:none;border-radius:5px;cursor:pointer;cursor:var(--cursor,pointer);display:none;flex:0 0 auto;justify-content:center;outline:none;padding:15px;touch-action:none;width:12px}.DragHandle:hover{background-color:#0000000d}.DragHandle:focus-visible{box-shadow:0 0 0 2px #4c9ffe}.DragHandle svg{flex:0 0 auto;margin:auto;overflow:visible}.title1-form-wrapper,.title1-form-wrapper .title1-form-input-wrapper{display:flex;flex-direction:column}.title1-form-wrapper .title1-form-input-wrapper input{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);height:20px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)}.title1-form-wrapper .title1-form-input-wrapper input:hover{border-color:var(--primary-color)}.title1-form-wrapper .title1-form-current .title1-form-current-wrapper{align-content:center;align-items:center;background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);display:flex;justify-content:center;padding:var(--size-4)}.title1-form-wrapper .title1-form-current .title1-form-current-wrapper:focus,.title1-form-wrapper .title1-form-current .title1-form-current-wrapper:hover{border-color:var(--primary-color)}.title1-form-wrapper .title1-form-current .title1-form-current-wrapper .title1-form-current-input{border:none;flex:1 1;outline:none;padding:var(--size-4)}.title1-form-wrapper .title1-form-current .title1-form-current-wrapper .title1-form-current-input::placeholder{color:var(--text-color-placeholder)}.title1-form-wrapper .title1-form-current .title1-form-current-wrapper svg{color:var(--text-color-secondary);cursor:pointer;height:var(--size-16);width:var(--size-16)}.title1-form-translations{background:var(--background-secondary);border-left:1px solid var(--background-highlights);height:100vh;position:absolute;right:0;top:0;width:400px;z-index:2}.title1-form-translations .title1-form-translations-header{align-items:center;border-bottom:1px solid var(--background-highlights);display:flex;height:50px;justify-content:space-between;padding:var(--padding-8) var(--size-16)}.title1-form-translations .title1-form-translations-header span{font-weight:bolder}.title1-form-translations .title1-form-translations-content{padding:var(--padding-16)}.title1-form-translations .title1-form-translations-input-wrapper{padding-bottom:8px}.blockx-image-form-wrapper{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);cursor:default;padding:var(--size-4)}.blockx-image-form-wrapper .blockx-image-form{display:flex}.blockx-image-form-wrapper .blockx-image-form .blockx-image-form-img-wrapper{border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);width:30%}.blockx-image-form-wrapper .blockx-image-form .blockx-image-form-img-wrapper .blockx-image-form-img{height:100px;max-height:100%;object-fit:scale-down;width:100%}.blockx-image-form-wrapper .blockx-image-form .blockx-image-form-img-description{display:flex;flex-direction:column;justify-content:space-between;padding:var(--size-8) var(--size-16);width:70%}.blockx-image-form-wrapper .blockx-image-form .blockx-image-form-img-description .blockx-image-form-img-description-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blockx-image-form-wrapper .blockx-image-form .blockx-image-form-img-description .blockx-image-form-img-description-title span{cursor:default}.blockx-image-form-wrapper .blockx-image-form .blockx-image-form-img-description .blockx-image-form-img-description-actions{display:flex;gap:var(--size-8)}.title2-form-wrapper,.title2-form-wrapper .title2-form-input-wrapper{display:flex;flex-direction:column}.title2-form-wrapper .title2-form-input-wrapper input{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);height:20px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)}.title2-form-wrapper .title2-form-input-wrapper input:hover{border-color:var(--primary-color)}.title2-form-wrapper .title2-form-current .title2-form-current-wrapper{align-content:center;align-items:center;background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);display:flex;justify-content:center;padding:var(--size-4)}.title2-form-wrapper .title2-form-current .title2-form-current-wrapper:focus,.title2-form-wrapper .title2-form-current .title2-form-current-wrapper:hover{border-color:var(--primary-color)}.title2-form-wrapper .title2-form-current .title2-form-current-wrapper .title2-form-current-input{border:none;flex:1 1;outline:none;padding:var(--size-4)}.title2-form-wrapper .title2-form-current .title2-form-current-wrapper .title2-form-current-input::placeholder{color:var(--text-color-placeholder)}.title2-form-wrapper .title2-form-current .title2-form-current-wrapper svg{color:var(--text-color-secondary);cursor:pointer;height:var(--size-16);width:var(--size-16)}.title2-form-translations{background:var(--background-secondary);border-left:1px solid var(--background-highlights);height:100vh;position:absolute;right:0;top:0;width:400px;z-index:2}.title2-form-translations .title2-form-translations-header{align-items:center;border-bottom:1px solid var(--background-highlights);display:flex;height:50px;justify-content:space-between;padding:var(--padding-8) var(--size-16)}.title2-form-translations .title2-form-translations-header span{font-weight:bolder}.title2-form-translations .title2-form-translations-content{padding:var(--padding-16)}.title2-form-translations .title2-form-translations-input-wrapper{padding-bottom:8px}.footer-demo{display:flex;justify-content:space-between;padding:32px 64px;width:calc(100% - 128px)}.footer-demo svg{margin-left:16px}.paragraph-form-wrapper,.paragraph-form-wrapper .paragraph-form-input-wrapper{display:flex;flex-direction:column}.paragraph-form-wrapper .paragraph-form-input-wrapper input{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);height:20px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)}.paragraph-form-wrapper .paragraph-form-input-wrapper input:hover{border-color:var(--primary-color)}.paragraph-form-wrapper .paragraph-form-current .paragraph-form-current-wrapper{align-content:center;align-items:center;background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);display:flex;justify-content:center;padding:var(--size-4)}.paragraph-form-wrapper .paragraph-form-current .paragraph-form-current-wrapper:focus,.paragraph-form-wrapper .paragraph-form-current .paragraph-form-current-wrapper:hover{border-color:var(--primary-color)}.paragraph-form-wrapper .paragraph-form-current .paragraph-form-current-wrapper .paragraph-form-current-input{border:none;flex:1 1;outline:none;padding:var(--size-4)}.paragraph-form-wrapper .paragraph-form-current .paragraph-form-current-wrapper .paragraph-form-current-input::placeholder{color:var(--text-color-placeholder)}.paragraph-form-wrapper .paragraph-form-current .paragraph-form-current-wrapper svg{color:var(--text-color-secondary);cursor:pointer;height:var(--size-16);width:var(--size-16)}.paragraph-form-translations{background:var(--background-secondary);border-left:1px solid var(--background-highlights);height:100vh;position:absolute;right:0;top:0;width:400px;z-index:2}.paragraph-form-translations .paragraph-form-translations-header{align-items:center;border-bottom:1px solid var(--background-highlights);display:flex;height:50px;justify-content:space-between;padding:var(--padding-8) var(--size-16)}.paragraph-form-translations .paragraph-form-translations-header span{font-weight:bolder}.paragraph-form-translations .paragraph-form-translations-content{padding:var(--padding-16)}.paragraph-form-translations .paragraph-form-translations-input-wrapper{padding-bottom:8px}#h-0K9MhsNL0UI3meUTmak872{align-items:center;background:#0000;display:flex;justify-content:space-between;padding:var(--size-16) var(--size-32);width:100%}#h-0K9MhsNL0UI3meUTmak872 .header-left{flex:0 0 auto}#h-0K9MhsNL0UI3meUTmak872 .header-left img{display:block;height:50px;object-fit:contain;width:auto}#h-0K9MhsNL0UI3meUTmak872 .header-center{align-items:center;display:flex;flex:1 1;justify-content:center}#h-0K9MhsNL0UI3meUTmak872 .header-center li,#h-0K9MhsNL0UI3meUTmak872 .header-center ul{list-style:none;margin:0;padding:0}#h-0K9MhsNL0UI3meUTmak872 .header-center li{display:inline-block}#h-0K9MhsNL0UI3meUTmak872 .header-center a{color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:color .3s ease}#h-0K9MhsNL0UI3meUTmak872 .header-center a:hover{color:#e74c3c}#h-0K9MhsNL0UI3meUTmak872 .header-right{align-items:center;display:flex;flex:0 0 auto;justify-content:flex-end}.title1-list-form-item{display:flex;width:100%}#h-0K9MhsNL0UI3meUTmak873 .title{position:relative}#h-0K9MhsNL0UI3meUTmak873 .title h1{font-size:4.5vw;font-weight:bolder;position:relative;z-index:1}#h-0K9MhsNL0UI3meUTmak873 .title .what-we-do-section-shapes__circle-wrapper{float:left;position:absolute;top:0;width:30%}#h-0K9MhsNL0UI3meUTmak873 .title .what-we-do-section-shapes__circle-wrapper:after{content:"";display:block;padding-top:100%}#h-0K9MhsNL0UI3meUTmak873 .title .what-we-do-section-shapes__circle-wrapper .what-we-do-section-shapes__circle{border:10px solid var(--primary-color);border-radius:100%;height:calc(100% - 20px);position:absolute;top:0;width:calc(100% - 20px)}@media screen and (max-width:1024px){#h-0K9MhsNL0UI3meUTmak873 .title .what-we-do-section-shapes__circle-wrapper{width:50%}}@media screen and (max-width:768px){#h-0K9MhsNL0UI3meUTmak873 .title .what-we-do-section-shapes__circle-wrapper{width:60%}}#h-0K9MhsNL0UI3meUTmak873 .flipables{display:flex;flex-wrap:wrap}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable{flex:1 0 calc(25% - var(--size-32));margin:var(--size-16);position:relative}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable:after{content:"";display:block;padding-bottom:100%}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-back,#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:absolute;transition:transform .8s;width:100%}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-back img,#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-front img{height:100%;object-fit:cover;position:absolute;width:100%}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-back .content,#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-front .content{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-front .content{background:#00000059}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-back{background-color:var(--primary-color);transform:rotateY(-180deg)}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-back .content ul{font-size:20px;line-height:1.5;margin:0;padding:0;text-align:center}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-back .content ul li{list-style:none;margin:0;padding:0}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable .flipable-back .content ul li h1{font-size:20px;line-height:1.5}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable:hover .flipable-front{transform:rotateY(180deg)}#h-0K9MhsNL0UI3meUTmak873 .flipables .flipable:hover .flipable-back{transform:rotateY(0)}.hero2{align-items:center;display:flex;justify-content:center;margin:0 var(--size-32);min-height:calc(100vh - var(--size-64));padding:var(--size-32);position:relative}.hero2 .section-back{overflow:hidden;position:absolute;text-align:right}.hero2 .section-content{z-index:1}.hero2 .section-content .section-content-text{font-size:4.5vw;font-weight:bolder}#C_5sE6wg7N8ENKR7qLM5Lpv{align-items:center;background-color:#07281c;display:flex;flex-direction:column;font-family:Comfortaa,sans-serif;margin-top:264px;position:relative;width:100%}#C_5sE6wg7N8ENKR7qLM5Lpv img{border-radius:8px;height:400px;object-fit:cover;position:absolute;top:-200px;width:75%}#C_5sE6wg7N8ENKR7qLM5Lpv .content-wrapper{background-color:#07281c;color:#fff;width:75%}#C_5sE6wg7N8ENKR7qLM5Lpv .content-wrapper .content{justify-self:anchor-center;margin-top:232px;padding:var(--size-32);width:100%}#C_5sE6wg7N8ENKR7qLM5Lpv .content-wrapper .content p{font-family:Comfortaa,sans-serif}#C_5sE6wg7N8ENKR7qLM5Lpv .content-wrapper .content p b{color:#bba14f;font-family:MuseoModerno,sans-serif}#C_5sE6wg7N8ENKR7qLM5Lpv .content-wrapper .content a{border:1px solid #bba14f;border-radius:var(--size-32);color:#bba14f;font-family:Comfortaa,sans-serif;padding:var(--size-8) var(--size-16);text-decoration:none}#C_5sE6wg7N8ENKR7qLM5Lpv .content-wrapper .content a:hover{background-color:#bba14f;color:#fff}#C_7e9T94TSI6iz9D0kta3pp{font-family:Comfortaa,sans-serif;margin-top:64px}#C_7e9T94TSI6iz9D0kta3pp .cta,#C_7e9T94TSI6iz9D0kta3pp .title{margin:auto;width:75%}#C_7e9T94TSI6iz9D0kta3pp .cta h2,#C_7e9T94TSI6iz9D0kta3pp .title h2{font-family:MuseoModerno,sans-serif;font-size:3rem;margin:0}#C_7e9T94TSI6iz9D0kta3pp .cta p,#C_7e9T94TSI6iz9D0kta3pp .title p{margin:0}#C_7e9T94TSI6iz9D0kta3pp .services-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,1fr);margin-top:32px;overflow:hidden;width:100%}#C_7e9T94TSI6iz9D0kta3pp .services-grid .service-card{align-items:flex-end;aspect-ratio:1/1;background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:flex-start;overflow:hidden;padding:20px;position:relative;transition:transform .4s ease}#C_7e9T94TSI6iz9D0kta3pp .services-grid .service-card:hover{transform:scale(1.03);z-index:2}#C_7e9T94TSI6iz9D0kta3pp .services-grid .service-card .overlay{background:linear-gradient(180deg,#0000 0,#07281ccc);inset:0;position:absolute;transition:background .3s ease;z-index:1}#C_7e9T94TSI6iz9D0kta3pp .services-grid .service-card h3{font-size:1.5rem;font-weight:5900;margin:0;position:relative;z-index:2}@media(max-width:1200px){#C_7e9T94TSI6iz9D0kta3pp .services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){#C_7e9T94TSI6iz9D0kta3pp .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){#C_7e9T94TSI6iz9D0kta3pp .services-grid{grid-template-columns:1fr}}.title3-form-wrapper,.title3-form-wrapper .title3-form-input-wrapper{display:flex;flex-direction:column}.title3-form-wrapper .title3-form-input-wrapper input{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);height:20px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)}.title3-form-wrapper .title3-form-input-wrapper input:hover{border-color:var(--primary-color)}.title3-form-wrapper .title3-form-current .title3-form-current-wrapper{align-content:center;align-items:center;background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);display:flex;justify-content:center;padding:var(--size-4)}.title3-form-wrapper .title3-form-current .title3-form-current-wrapper:focus,.title3-form-wrapper .title3-form-current .title3-form-current-wrapper:hover{border-color:var(--primary-color)}.title3-form-wrapper .title3-form-current .title3-form-current-wrapper .title3-form-current-input{border:none;flex:1 1;outline:none;padding:var(--size-4)}.title3-form-wrapper .title3-form-current .title3-form-current-wrapper .title3-form-current-input::placeholder{color:var(--text-color-placeholder)}.title3-form-wrapper .title3-form-current .title3-form-current-wrapper svg{color:var(--text-color-secondary);cursor:pointer;height:var(--size-16);width:var(--size-16)}.title3-form-translations{background:var(--background-secondary);border-left:1px solid var(--background-highlights);height:100vh;position:absolute;right:0;top:0;width:400px;z-index:2}.title3-form-translations .title3-form-translations-header{align-items:center;border-bottom:1px solid var(--background-highlights);display:flex;height:50px;justify-content:space-between;padding:var(--padding-8) var(--size-16)}.title3-form-translations .title3-form-translations-header span{font-weight:bolder}.title3-form-translations .title3-form-translations-content{padding:var(--padding-16)}.title3-form-translations .title3-form-translations-input-wrapper{padding-bottom:8px}#C_jRQU6WSoahRE1M47UZQBh{align-items:center;display:flex;font-family:Comfortaa,sans-serif!important;justify-self:anchor-center;max-width:75%;padding:var(--size-32)}#C_jRQU6WSoahRE1M47UZQBh .content-left{border-right:1px solid #07281c;padding-right:var(--size-64)}#C_jRQU6WSoahRE1M47UZQBh .content-left h2{color:#07281c;font-size:2.5rem;font-weight:700}#C_jRQU6WSoahRE1M47UZQBh .content-left p{font-size:1.2rem}#C_jRQU6WSoahRE1M47UZQBh .content-right{padding-left:var(--size-64)}#C_jRQU6WSoahRE1M47UZQBh .content-right h3{color:#07281c;font-size:2rem;font-weight:700}#C_jRQU6WSoahRE1M47UZQBh .content-right h3 b{color:#bba14f;font-family:MuseoModerno,sans-serif!important;font-size:3rem;line-height:0}#C_jRQU6WSoahRE1M47UZQBh .content-right p{font-size:1.2rem}@media(max-width:768px){#C_jRQU6WSoahRE1M47UZQBh{flex-direction:column}#C_jRQU6WSoahRE1M47UZQBh .content-left,#C_jRQU6WSoahRE1M47UZQBh .content-right{border:none;padding:0}#C_jRQU6WSoahRE1M47UZQBh .content-right{border-top:1px solid #07281c}}#C_smBB14V6khr1E7tdbsWsO{background:#07281c;width:100%}#C_smBB14V6khr1E7tdbsWsO .content_wrapper{margin:auto;padding:32px 0;width:75%}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row{align-items:stretch;background-color:#fff;border-radius:16px;display:flex;margin:32px 0}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_text{flex:1.1 1;padding:clamp(1.5rem,3vw,3rem)}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_text h3{color:#000;font-family:MuseoModerno,sans-serif;font-size:2rem}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_text h4{font-family:MuseoModerno,sans-serif;font-size:1.5rem}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_text p{color:#000;font-family:Comfortaa,sans-serif}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_text ul li{align-items:center;display:flex}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_text ul li h3{margin:0}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_media{flex:1 1;overflow:hidden;position:relative}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row .content_media img{border-bottom-right-radius:16px;border-top-right-radius:16px;display:block;height:100%;object-fit:cover;position:absolute;width:100%}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row.row_reverse{flex-direction:row-reverse}#C_smBB14V6khr1E7tdbsWsO .content_wrapper .content_row.row_reverse .content_media img{border-radius:0;border-bottom-left-radius:16px;border-top-left-radius:16px}@media(prefers-reduced-motion:no-preference){#C_smBB14V6khr1E7tdbsWsO .content_row{transition:transform .4s ease,box-shadow .4s ease}#C_smBB14V6khr1E7tdbsWsO .content_row:hover{box-shadow:0 14px 38px #07281c1a;transform:translateY(-4px)}}.title4-form-wrapper,.title4-form-wrapper .title4-form-input-wrapper{display:flex;flex-direction:column}.title4-form-wrapper .title4-form-input-wrapper input{background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);height:20px;outline:none;padding:var(--padding-8);width:calc(100% - 16px)}.title4-form-wrapper .title4-form-input-wrapper input:hover{border-color:var(--primary-color)}.title4-form-wrapper .title4-form-current .title4-form-current-wrapper{align-content:center;align-items:center;background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);display:flex;justify-content:center;padding:var(--size-4)}.title4-form-wrapper .title4-form-current .title4-form-current-wrapper:focus,.title4-form-wrapper .title4-form-current .title4-form-current-wrapper:hover{border-color:var(--primary-color)}.title4-form-wrapper .title4-form-current .title4-form-current-wrapper .title4-form-current-input{border:none;flex:1 1;outline:none;padding:var(--size-4)}.title4-form-wrapper .title4-form-current .title4-form-current-wrapper .title4-form-current-input::placeholder{color:var(--text-color-placeholder)}.title4-form-wrapper .title4-form-current .title4-form-current-wrapper svg{color:var(--text-color-secondary);cursor:pointer;height:var(--size-16);width:var(--size-16)}.title4-form-translations{background:var(--background-secondary);border-left:1px solid var(--background-highlights);height:100vh;position:absolute;right:0;top:0;width:400px;z-index:2}.title4-form-translations .title4-form-translations-header{align-items:center;border-bottom:1px solid var(--background-highlights);display:flex;height:50px;justify-content:space-between;padding:var(--padding-8) var(--size-16)}.title4-form-translations .title4-form-translations-header span{font-weight:bolder}.title4-form-translations .title4-form-translations-content{padding:var(--padding-16)}.title4-form-translations .title4-form-translations-input-wrapper{padding-bottom:8px}#C_ueoYvHdTiNVMHOC2s79ij{font-family:Comfortaa,sans-serif}#C_ueoYvHdTiNVMHOC2s79ij .title{margin:64px auto auto;width:75%}#C_ueoYvHdTiNVMHOC2s79ij .title h2{font-family:MuseoModerno,sans-serif;font-size:3rem;margin:0}#C_ueoYvHdTiNVMHOC2s79ij .title p{margin:0}#C_ueoYvHdTiNVMHOC2s79ij .content{display:flex;margin:auto;width:75%}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion{border-top:1px solid #ddd;margin:64px auto 0;width:100%}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion .accordion-item{border-bottom:1px solid #ddd;transition:all .3s ease}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion .accordion-item.open .accordion-content{max-height:300px;opacity:1;padding:15px 20px}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion .accordion-item.open .accordion-header{color:#bba14f}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion .accordion-header{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-family:Comfortaa,sans-serif;font-size:1.1rem;font-weight:900;justify-content:space-between;outline:none;padding:20px;text-align:left;transition:color .3s ease,background .3s ease;width:100%}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion .accordion-header:hover{background-color:#bba14f0d;color:#bba14f}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion .accordion-header .icon{font-size:1.5rem;font-weight:700}#C_ueoYvHdTiNVMHOC2s79ij .content .accordion .accordion-content{color:#000;line-height:1.6;max-height:0;opacity:0;overflow:hidden;padding:0 20px;transition:all .35s ease}#C_ueoYvHdTiNVMHOC2s79ij .content .highlight-image{height:400px;margin-top:64px;width:50%}#C_ueoYvHdTiNVMHOC2s79ij .content .highlight-image img{height:100%;object-fit:cover;width:100%}#C_yBlQX7yHA5zXDPtx4Ppas{display:flex;justify-content:center;width:100%}#C_yBlQX7yHA5zXDPtx4Ppas a{border:1px solid #bba14f;border-radius:var(--size-32);color:#bba14f;font-family:Comfortaa,sans-serif;padding:var(--size-8) var(--size-16);text-decoration:none}#C_yBlQX7yHA5zXDPtx4Ppas a:hover{background-color:#bba14f;color:#fff}#C_YCqXIb48mdAh9uKOR0YXD *{box-sizing:border-box}#C_YCqXIb48mdAh9uKOR0YXD{align-items:center;display:flex;flex-direction:row;font-family:Comfortaa,sans-serif;margin:64px auto;width:75%}#C_YCqXIb48mdAh9uKOR0YXD .contacts{flex:0 0 50%;padding:32px}#C_YCqXIb48mdAh9uKOR0YXD .contacts .contacts__title h2{font-family:MuseoModerno,sans-serif;font-size:2rem;line-height:1;margin:0}#C_YCqXIb48mdAh9uKOR0YXD .contacts .contacts__contact{border-top:1px solid #07281c}#C_YCqXIb48mdAh9uKOR0YXD .contacts .contacts__contact h3{font-family:MuseoModerno,sans-serif;font-size:1.5rem;margin:0}#C_YCqXIb48mdAh9uKOR0YXD .contacts .contacts__contact-wrapper{align-items:center;display:flex;flex-direction:row}#C_YCqXIb48mdAh9uKOR0YXD .contacts .contacts__contact-wrapper svg{color:#bba14f;margin-right:16px}#C_YCqXIb48mdAh9uKOR0YXD .contacts__form{background-color:#07281c;border-radius:16px;flex:0 0 50%;padding:64px 32px}#C_YCqXIb48mdAh9uKOR0YXD .contacts__form h3{color:#fff;font-size:1.5rem;margin:0}#C_YCqXIb48mdAh9uKOR0YXD .contacts__form form{display:flex;flex-direction:column}#C_YCqXIb48mdAh9uKOR0YXD .contacts__form form span{color:#fff;margin-top:16px}#C_YCqXIb48mdAh9uKOR0YXD .contacts__form form input,#C_YCqXIb48mdAh9uKOR0YXD .contacts__form form textarea{background-color:#fff;border:none;border-radius:8px;margin-top:8px;outline:none;padding:8px}#C_YCqXIb48mdAh9uKOR0YXD .contacts__form form button{background:#bba14f;border:none;border-radius:var(--size-8);color:#fff;font-family:Comfortaa,sans-serif;margin-top:var(--size-32);outline:none;padding:var(--size-8)}@media(max-width:768px){#C_YCqXIb48mdAh9uKOR0YXD{flex-direction:column;margin:32px auto;width:90%}#C_YCqXIb48mdAh9uKOR0YXD .contacts,#C_YCqXIb48mdAh9uKOR0YXD .contacts__form{flex:0 0 100%;padding:16px}#C_YCqXIb48mdAh9uKOR0YXD .contacts__form{padding-top:32px}}#F_vmNJ5TIK9NQfSHYfN6mbY{font-family:Comfortaa,sans-serif;width:100%}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper{background-color:#07281c;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;display:flex;flex-direction:column;margin:var(--size-32) var(--size-32) 0 var(--size-32);padding:var(--size-16);width:calc(100% - var(--size-64) - var(--size-32));z-index:999}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content{display:flex;flex-direction:row;justify-content:space-between;padding:var(--size-32) var(--size-32) var(--size-16) var(--size-32)}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content .footer__content-brand{align-content:center}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content .footer__content-brand img{height:50px}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content .footer__content-links{align-content:center;justify-items:flex-end}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content .footer__content-links .footer__content-links-menu ul{display:inline-flex;list-style:none}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content .footer__content-links .footer__content-links-menu ul li{padding-left:var(--size-16)}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content .footer__content-links .footer__content-links-menu ul li a{color:#fff;text-decoration:none}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__content .footer__content-links .footer__content-links-social svg{color:#fff;height:2rem;margin-left:var(--size-16);width:2rem}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__copyrights{border-top:1px solid #fff3;display:flex;font-size:.9rem;justify-content:space-between;padding:var(--size-16) var(--size-32)}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper .footer__copyrights a{color:#fff;text-decoration:underline}@media(max-width:768px){#F_vmNJ5TIK9NQfSHYfN6mbY .footer__wrapper{margin:auto;width:calc(100% - var(--size-64))}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__content{align-items:center;flex-direction:column;text-align:center}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__content .footer__content-links{margin-top:var(--size-16)}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__content .footer__content-links .footer__content-links-menu ul{flex-direction:column}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__content .footer__content-links .footer__content-links-menu ul li{padding:var(--size-8) 0}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__content .footer__content-links .footer__content-links-social{margin-top:var(--size-16)}#F_vmNJ5TIK9NQfSHYfN6mbY .footer__copyrights{align-items:center;flex-direction:column;gap:var(--size-8);text-align:center}}#H_e38ojXXw2laZlm5xeVP5a{background:linear-gradient(145deg,#052117,#083423 40%,#0e4b31 75%,#145c3b);color:#fff;display:flex;flex-direction:row;height:100vh;overflow:hidden;width:100vw}#H_e38ojXXw2laZlm5xeVP5a .pane{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:0;min-width:0}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content{align-items:flex-start;display:flex;flex:3 1;flex-direction:column;margin:0 10%;width:80%}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content h1{font-family:MuseoModerno,sans-serif;font-size:4rem;font-weight:700}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content h2{font-family:Comfortaa,sans-serif;font-size:1.5rem;font-weight:200}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content h2 b{color:#bba14f;font-family:MuseoModerno,sans-serif;font-weight:700;margin:0}#H_e38ojXXw2laZlm5xeVP5a .pane.header-image{align-items:flex-end;flex:2 1;justify-content:flex-end;position:relative}#H_e38ojXXw2laZlm5xeVP5a .pane.header-image img{height:80%;left:0;object-fit:cover;position:absolute;top:20%}#H_e38ojXXw2laZlm5xeVP5a .pane.header-image svg{bottom:10%;height:50vh;position:absolute;right:-10%}@media(max-width:768px){#H_e38ojXXw2laZlm5xeVP5a{flex-direction:column}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content{margin:var(--size-32);margin-top:calc(var(--size-32) + 70px);z-index:2}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content h1{font-size:2.2rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content h2{font-size:1.2rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content .typewriter-wrapper .typewriter-fatorm .m{font-size:2rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content .typewriter-wrapper .typewriter-fatorm .typewriter-m{font-size:1rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-image{flex:2 1;position:relative}#H_e38ojXXw2laZlm5xeVP5a .pane.header-image img{height:100%;top:auto;width:100%}}@media(min-width:769px)and (max-width:1024px){#H_e38ojXXw2laZlm5xeVP5a .pane.header-content h1{font-size:2.5rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content h2{font-size:1.5rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content .typewriter-wrapper .typewriter-fatorm .m{font-size:2rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-content .typewriter-wrapper .typewriter-fatorm .typewriter-m{font-size:1.2rem}#H_e38ojXXw2laZlm5xeVP5a .pane.header-image{flex:2 1;position:relative}}.typewriter-fatorm{color:inherit;color:#fff;display:inline-block;font-family:Comfortaa,sans-serif;font-size:inherit;font-weight:200;white-space:nowrap}.typewriter-fatorm .m{color:#bba14f;font-family:MuseoModerno,sans-serif;font-weight:700}.typewriter-fatorm .typewriter-m:after{animation:blink 1s infinite;color:#bba14f;content:"|";display:inline-block;margin-left:3px}@keyframes blink{50%{opacity:0}}.typewriter-wrapper{display:flex;justify-content:center;list-style:none;margin:0;padding:0}.typewriter-wrapper .typewriter-line{color:#bba14f;color:var(--gold,#bba14f);font-size:1.5rem;font-weight:500}#H_pxlBE5w4TUalAHFqCNyrZ{align-items:flex-end;color:#fff;display:flex;height:400px;justify-content:center;position:relative;width:100%}#H_pxlBE5w4TUalAHFqCNyrZ .image-wrapper{height:100%;position:absolute;width:100%}#H_pxlBE5w4TUalAHFqCNyrZ .image-wrapper img{object-fit:cover}#H_pxlBE5w4TUalAHFqCNyrZ .image-wrapper .image-overlay,#H_pxlBE5w4TUalAHFqCNyrZ .image-wrapper img{border-bottom-left-radius:var(--size-16);border-bottom-right-radius:var(--size-16);height:100%;width:100%}#H_pxlBE5w4TUalAHFqCNyrZ .image-wrapper .image-overlay{background:linear-gradient(145deg,#052117e6,#083423d9 40%,#0e4b31b3 75%,#145c3b99);position:absolute}#H_pxlBE5w4TUalAHFqCNyrZ .text-wrapper{align-items:center;display:flex;height:calc(100% - 102px);justify-content:center;width:100%;z-index:2}#H_pxlBE5w4TUalAHFqCNyrZ .text-wrapper h1{font-family:MuseoModerno,sans-serif;font-size:5rem}@media(max-width:768px){#H_pxlBE5w4TUalAHFqCNyrZ{height:300px}#H_pxlBE5w4TUalAHFqCNyrZ .text-wrapper h1{font-size:3rem}}#H_elpt8IoIhtATSPxznWaAh{border-radius:8px;color:#fff;display:flex;flex-direction:row;justify-content:space-between;margin:var(--size-32) var(--size-32) 0 var(--size-32);opacity:1;padding:var(--size-8) var(--size-16);position:fixed;transform:translateY(0);transition:transform .4s ease,opacity .3s ease;width:calc(100% - var(--size-64) - var(--size-32));z-index:999}#H_elpt8IoIhtATSPxznWaAh.hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}#H_elpt8IoIhtATSPxznWaAh.visible{opacity:1;transform:translateY(0)}#H_elpt8IoIhtATSPxznWaAh.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#07281ccc}#H_elpt8IoIhtATSPxznWaAh .logo-wrapper img{height:50px;width:auto}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper{display:flex}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper ul{align-items:center;display:flex;list-style:none;margin:0;padding:0}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper ul li{padding:var(--size-8) var(--size-16);text-decoration:none}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper ul li a{font-family:MuseoModerno,sans-serif}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper ul li:not(:last-child){margin-right:var(--size-8)}#H_elpt8IoIhtATSPxznWaAh .calltoaction-wrapper{align-items:center;display:flex}#H_elpt8IoIhtATSPxznWaAh .calltoaction-wrapper .language-selector svg{height:24px;margin-left:16px;width:24px}#H_elpt8IoIhtATSPxznWaAh .calltoaction-wrapper a{background:#bba14f;border-radius:var(--size-8);font-family:Comfortaa,sans-serif;padding:var(--size-8)}#H_elpt8IoIhtATSPxznWaAh .hamburger{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.8rem}#H_elpt8IoIhtATSPxznWaAh a{color:inherit;text-decoration:inherit}#H_elpt8IoIhtATSPxznWaAh .blockx-flag-selects{font-family:Comfortaa,sans-serif;margin-left:var(--size-16)}#H_elpt8IoIhtATSPxznWaAh .blockx-flag-selects .blockx-flag-selects-flag-selector{cursor:pointer}#H_elpt8IoIhtATSPxznWaAh .blockx-flag-selects .blockx-flag-selects-flag-selector-options{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#07281ccc;border-radius:var(--size-8);right:0}#H_elpt8IoIhtATSPxznWaAh .blockx-flag-selects .blockx-flag-selects-flag-selector-options ul li svg{height:20px;margin:0;width:20px}#H_elpt8IoIhtATSPxznWaAh .blockx-flag-selects .blockx-flag-selects-flag-selector-options ul li span{margin-left:var(--size-8)}#H_elpt8IoIhtATSPxznWaAh .blockx-flag-selects .blockx-flag-selects-flag-selector-options ul li:hover span{color:#bba14f}@media(max-width:768px){#H_elpt8IoIhtATSPxznWaAh{flex-direction:column}#H_elpt8IoIhtATSPxznWaAh .logo-hamburger-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}#H_elpt8IoIhtATSPxznWaAh:not(.scrolled){-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000}#H_elpt8IoIhtATSPxznWaAh:not(.scrolled) .menu-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#07281ccc}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper{border-radius:8px;display:none;flex-direction:column;position:relative;right:0;top:100%;width:100%}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper ul{flex-direction:column;margin-top:var(--size-16)}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper ul li{margin:0;text-align:center;width:100%}#H_elpt8IoIhtATSPxznWaAh .menu-wrapper.open{display:flex}#H_elpt8IoIhtATSPxznWaAh .hamburger{display:block}#H_elpt8IoIhtATSPxznWaAh .calltoaction-wrapper{display:none}}.blockx-flag-select-option{align-items:center;display:flex;flex-direction:row}.blockx-flag-select-option .blockx-flag-select-option-flag{margin-right:var(--size-8);width:30px}.blockx-flag-selects .blockx-flag-selects-flag-selector .blockx-flag-selects-flag-selector-options{background-color:var(--background-secondary);position:absolute;z-index:2}.blockx-flag-selects .blockx-flag-selects-flag-selector .blockx-flag-selects-flag-selector-options ul{list-style-type:none;margin:0;padding:0}.blockx-flag-selects .blockx-flag-selects-flag-selector .blockx-flag-selects-flag-selector-options ul li{align-items:center;display:flex;padding:var(--size-8) var(--size-16)}.blockx-flag-selects .blockx-flag-selects-flag-selector .blockx-flag-selects-flag-selector-options ul li svg{background:none!important;margin-right:var(--size-4)}#T_QuYAdlbK9HV5jnGnoQrnQ{display:flex;flex-direction:column;font-family:Comfortaa,sans-serif!important;margin:auto;margin-top:var(--size-64);max-width:75%}#T_QuYAdlbK9HV5jnGnoQrnQ .team-title h2{font-family:MuseoModerno,sans-serif;font-size:3rem;margin:0}#T_QuYAdlbK9HV5jnGnoQrnQ .team-title p{margin:0}#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper{display:flex;justify-content:center}#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper .team{padding:var(--size-32)}#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper .team .team-img-wrapper{background:#07281c;display:flex;height:275px;justify-content:center;margin-top:125px;position:relative;width:275px}#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper .team .team-img-wrapper img{bottom:0;height:400px;object-fit:contain;overflow:hidden;position:absolute;transition:transform .35s ease,box-shadow .35s ease;width:250px}#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper .team .team-img-wrapper img:hover{transform:translateY(-6px)}#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper .team h3{font-weight:900;margin:var(--size-16) 0 var(--size-8) 0}#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper .team p{margin:0}@media(max-width:768px){#T_QuYAdlbK9HV5jnGnoQrnQ .team-wrapper{align-items:center;flex-direction:column}}#H_WJ3VFESDdy2Zgx4GIqA4a{font-family:Comfortaa,sans-serif;margin:auto;width:75%}#H_WJ3VFESDdy2Zgx4GIqA4a h1{font-family:MuseoModerno,sans-serif;font-size:3rem;margin:0}#H_WJ3VFESDdy2Zgx4GIqA4a p{margin:0}.blockx-file-manager-body-files-explorer-folders .folder{margin-left:20px;position:relative}.blockx-file-manager-body-files-explorer-folders .folder-name{cursor:pointer;display:flex;justify-content:space-between;padding:var(--size-8)}.blockx-file-manager-body-files-explorer-folders .folder-name.active{background-color:var(--primary-color);border-radius:var(--size-8);color:#fff}.blockx-file-manager-body-files-explorer-folders .folder-name.active .folder-arrow-control svg{fill:#fff}.blockx-file-manager-body-files-explorer-folders .folder-name.active .folder-options svg{color:#fff}.blockx-file-manager-body-files-explorer-folders .folder-name.root-folder{align-items:center;display:flex;justify-content:space-between}.blockx-file-manager-body-files-explorer-folders .folder-name.root-folder svg{height:var(--size-14);width:var(--size-14)}.blockx-file-manager-body-files-explorer-folders .folder-name .folder-arrow-control svg{fill:var(--text-color-primary);height:var(--size-12);margin-right:var(--size-4);width:var(--size-12)}.blockx-file-manager-body-files-explorer-folders .folder-name .folder-options{display:none}.blockx-file-manager-body-files-explorer-folders .folder-name .folder-options svg{color:var(--text-color-primary);height:var(--size-14);width:var(--size-14)}.blockx-file-manager-body-files-explorer-folders .folder-name:hover .folder-options{display:block}.blockx-file-manager-body-files-explorer-folders .folder-content{border-left:1px solid var(--primary-color);margin-left:var(--size-10)}.blockx-file-manager-body-files-explorer-folders .new-folder{align-items:center;display:flex;margin:0;padding:5px}.blockx-file-manager-body-files-explorer-folders .new-folder input{border:none;margin-right:5px;outline:none;padding:5px}.blockx-file-manager-body-files-explorer-folders .context-menu{background:#fff;border:1px solid #ccc;box-shadow:0 2px 5px #0003;list-style:none;margin:0;padding:0;position:absolute;z-index:1000}.blockx-file-manager-body-files-explorer-folders .context-menu li{cursor:pointer;padding:10px}.blockx-file-manager-body-files-explorer-folders .context-menu li:hover{background-color:var(--primary-color);color:#fff}.blockx-file-manager-body-files-explorer-folders .folder-container{position:relative}.blockx-file-manager-body-files-explorer-folders .drop-indicator{background-color:var(--primary-color);height:2px;position:absolute;width:100%}.blockx-file-manager-body-files-explorer-folders .drop-before{top:0}.blockx-file-manager-body-files-explorer-folders .drop-after{bottom:0}.blockx-file-manager-body-files-explorer-folders .hover-inside{background-color:var(--rgba-primary-3)}.files-manager-text-input{border:1px solid var(--primary-color);display:flex}.files-manager-text-input .files-manager-text-input-text{border:none;flex:1 1;outline:none;padding:var(--size-4)}.files-manager-text-input .files-manager-text-input-text::placeholder{color:#fff}.files-manager-text-input .files-manager-text-input-text::-webkit-input-placeholder{color:#fff}.files-manager-text-input .files-manager-text-input-text::-moz-placeholder{color:#fff}.files-manager-text-input .files-manager-text-input-text:-ms-input-placeholder{color:#fff}.files-manager-text-input .files-manager-text-input-text:-moz-placeholder{color:#fff}.files-manager-text-input .files-manager-text-input-options{display:flex;padding:var(--size-4)}.files-manager-text-input .files-manager-text-input-options .files-manager-text-input-options-cancel,.files-manager-text-input .files-manager-text-input-options .files-manager-text-input-options-success{height:var(--size-20);width:var(--size-20)}.blockx-file-manager-wrapper{height:100%;width:100%}.blockx-file-manager-wrapper .blockx-file-manager{background:var(--background-primary);border-radius:var(--size-8);display:flex;flex-direction:column;height:100%;position:relative}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body{display:flex;flex:1 1 auto;overflow:hidden}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files-explorer{background:var(--background-secondary);flex:0 0 15vw;overflow-y:auto;padding:var(--size-16)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files-explorer .blockx-file-manager-body-files-explorer-header{display:flex;justify-content:space-between;padding:var(--size-8)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files-explorer .blockx-file-manager-body-files-explorer-header svg{color:var(--text-color-primary);height:var(--size-20);width:var(--size-20)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files-explorer .blockx-file-manager-body-files-explorer-folders{padding:var(--size-8)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files-explorer .folder{cursor:pointer;margin:0}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;transition:background-color .3s}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview{position:relative}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview:hover .blockx-file-manager-body-files-file-preview-img:after{background-color:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview .blockx-file-manager-body-files-file-preview-img{display:block;height:100%;position:relative;width:100%}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview .blockx-file-manager-body-files-file-preview-img img{height:100%;object-fit:contain;width:100%}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview .blockx-file-manager-body-files-file-preview-options{display:none;height:100%;margin:var(--size-8);position:absolute;text-align:right;width:100%;z-index:2}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview .blockx-file-manager-body-files-file-preview-options .blockx-image-options{position:absolute;right:0}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview .blockx-file-manager-body-files-file-preview-options .blockx-image-options .blockx-image-options-menu .blockx-image-options-menu-list{background-color:var(--background-secondary);border:1px solid var(--background-primary);border-radius:var(--size-6);list-style-type:none;margin:0;padding:0;padding:var(--size-6)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview .blockx-file-manager-body-files-file-preview-options .blockx-image-options .blockx-image-options-menu .blockx-image-options-menu-list .blockx-image-options-menu-list-option{cursor:pointer;padding:var(--size-8);text-align:left}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview .blockx-file-manager-body-files-file-preview-options .blockx-image-options .blockx-image-options-menu .blockx-image-options-menu-list .blockx-image-options-menu-list-option:hover{background:var(--primary-color);border-radius:var(--size-8);color:#fff}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-file-preview:hover .blockx-file-manager-body-files-file-preview-options{align-items:flex-start;display:flex;justify-content:space-between}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper{height:100%;width:100%}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper .blockx-file-manager-body-files-wrapper-header{display:flex;justify-content:space-between;padding:var(--size-16)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper .blockx-file-manager-body-files-wrapper-header .blockx-file-manager-body-files-wrapper-header-search{display:flex;flex:1 1}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper .button{align-items:center;background-color:var(--primary-color);border:none;border-radius:var(--size-4);color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;padding:var(--size-4)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper .button span{cursor:pointer}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files.drag-over{background-color:#f0f0f0}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .upload-message{color:#999;font-size:18px}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .file-preview{background-color:#f9f9f9;border:1px solid #ddd;margin:10px;padding:10px}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-breadcrumbs{display:flex}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-breadcrumbs ol{display:flex;margin:0;padding:0}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-breadcrumbs ol li{align-items:center;display:flex;margin-right:12px}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-breadcrumbs ol li span{cursor:pointer}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-breadcrumbs ol li:not(:last-child):after{background-color:var(--primary-color);border-radius:50%;content:"";display:inline-block;height:4px;margin-left:8px;width:4px}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-options{display:flex}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-options .blockx-file-manager-body-files-wrapper-options-close{cursor:pointer}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-file-list-wrapper{height:100%;overflow:auto}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-file-list-wrapper .blockx-file-manager-body-files-wrapper-file-list{display:flex;flex-wrap:wrap;gap:16px;padding:var(--size-16) var(--size-32)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-file-list-wrapper .blockx-file-manager-body-files-wrapper-file-list .file-item{align-items:center;aspect-ratio:1;display:flex;flex-basis:calc(25% - 12px);flex-direction:column;flex-grow:1;flex-shrink:0;justify-content:center;max-width:calc(25% - 12px)}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-file-list-wrapper .blockx-file-manager-body-files-wrapper-file-list .file-item .folder-icon{align-items:center;background-color:var(--background-secondary);display:flex;height:100%;justify-content:center;width:100%}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-file-list-wrapper .blockx-file-manager-body-files-wrapper-file-list .file-item .folder-icon svg{color:var(--text-color-primary);height:25%;width:25%}.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-file-list-wrapper .blockx-file-manager-body-files-wrapper-file-list .file-item .file-name,.blockx-file-manager-wrapper .blockx-file-manager .blockx-file-manager-body-files .blockx-file-manager-body-files-wrapper-file-list-wrapper .blockx-file-manager-body-files-wrapper-file-list .file-item .folder-name{display:inline-block;overflow:hidden;padding-top:var(--size-8);text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.blockx-components-form .blockx-components-form-component{text-align:left}.blockx-components-form .blockx-components-form-component .blockx-components-form-component-label{font-weight:500}.blockx-dialog-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.blockx-dialog-overlay .blockx-dialog{background:var(--background-primary);border-radius:5px;box-shadow:var(--dropdown-box-shadow);max-width:500px;padding:20px;width:100%}.blockx-dialog-overlay .blockx-dialog .blockx-dialog-title{font-size:1.25em;margin-bottom:10px}.blockx-dialog-overlay .blockx-dialog .blockx-dialog-content{color:var(--text-color-primary);margin-bottom:20px}.blockx-dialog-overlay .blockx-dialog .blockx-dialog-actions{text-align:right}.blockx-dialog-overlay .blockx-dialog .blockx-dialog-actions button{border:none;border-radius:3px;cursor:pointer;margin-left:10px;padding:5px 10px}.blockx-dialog-overlay .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-close{background-color:var(--background-primary)}.blockx-dialog-overlay .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-action{color:var(--text-white)}.blockx-dialog-overlay.default .blockx-dialog{border:1px solid var(--primary-color)}.blockx-dialog-overlay.default .blockx-dialog .blockx-dialog-title{color:var(--primary-color)}.blockx-dialog-overlay.default .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-close{border:1px solid var(--primary-color);color:var(--primary-color)}.blockx-dialog-overlay.default .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-action{background-color:var(--primary-color)}.blockx-dialog-overlay.success .blockx-dialog{border:1px solid var(--success-color)}.blockx-dialog-overlay.success .blockx-dialog .blockx-dialog-title{color:var(--success-color)}.blockx-dialog-overlay.success .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-close{border:1px solid var(--success-color);color:var(--success-color)}.blockx-dialog-overlay.success .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-action{background-color:var(--success-color)}.blockx-dialog-overlay.info .blockx-dialog{border:1px solid var(--info-color)}.blockx-dialog-overlay.info .blockx-dialog .blockx-dialog-title{color:var(--info-color)}.blockx-dialog-overlay.info .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-close{border:1px solid var(--info-color);color:var(--info-color)}.blockx-dialog-overlay.info .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-action{background-color:var(--info-color)}.blockx-dialog-overlay.warning .blockx-dialog{border:1px solid var(--warning-color)}.blockx-dialog-overlay.warning .blockx-dialog .blockx-dialog-title{color:var(--warning-color)}.blockx-dialog-overlay.warning .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-close{border:1px solid var(--warning-color);color:var(--warning-color)}.blockx-dialog-overlay.warning .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-action{background-color:var(--warning-color)}.blockx-dialog-overlay.error .blockx-dialog{border:1px solid var(--error-color)}.blockx-dialog-overlay.error .blockx-dialog .blockx-dialog-title{color:var(--error-color)}.blockx-dialog-overlay.error .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-close{border:1px solid var(--error-color);color:var(--error-color)}.blockx-dialog-overlay.error .blockx-dialog .blockx-dialog-actions button.blockx-dialog-actions-action{background-color:var(--error-color)}.blockx-dropdown .blockx-dropdown-indicator svg{height:var(--size-16);width:var(--size-16)}.blockx-input{align-content:center;background:var(--background-primary);border:1px solid;border-color:var(--background-highlights);border-radius:var(--border-8);color:var(--text-color-secondary);padding:var(--size-4)}.blockx-input:focus-within{border-color:var(--primary-color)}.blockx-input input{background:none;border:none;width:calc(100% - var(--size-8))}.blockx-input input:focus{outline:none}.blockx-empty-state{text-align:center}.blockx-collections{display:flex;flex-direction:row;height:100%;width:100%}.blockx-collections .blockx-collections-items{background:var(--background-secondary);height:100%;overflow-y:auto;padding:var(--size-16);width:15vw}.blockx-collections .blockx-collections-items .blockx-collections .blockx-tab{width:100%}.blockx-collections .blockx-collections-items-content{flex:1 1;overflow-y:auto;padding:0 var(--size-16);width:calc(100% - var(--size-32))}.table-container{color:#fff;font-family:Arial,sans-serif;padding:20px}.top-bar{display:flex;justify-content:space-between;margin-bottom:20px}.search-bar{background:#1a1a1a;border:1px solid #333;border-radius:4px;color:#fff;padding:8px 12px;width:300px}.table-wrapper{overflow-x:auto;position:relative;width:100%}.sticky-action-col{padding:0 12px;position:-webkit-sticky;position:sticky;right:0;text-align:right;z-index:2}table{border-collapse:collapse;min-width:900px;width:100%}thead{border-bottom:2px solid #333}td,th{border-bottom:1px solid #222;padding:10px;text-align:left}td .table-header,th .table-header{display:flex}tbody tr:hover{background-color:#1a1a1a}.badge{background-color:#444;border-radius:4px;font-size:12px;padding:4px 8px}.footer{color:#888;font-size:14px;margin-top:16px}@media(max-width:768px){table{font-size:14px}.table-wrapper{-webkit-overflow-scrolling:touch}}.menu-options{background:var(--background-secondary-color);border-radius:32px;display:inline-flex;padding:8px}.menu-options .menu-options-button{align-items:center;display:flex;gap:8px}.menu-options .menu-options-button .menu-options-button-icon{height:var(--size-16);margin:0;padding:0;width:var(--size-16)}.menu-options .menu-options-button .menu-options-button-image{border-radius:50%;height:30px;object-fit:cover;width:30px}.menu-options-menu{align-items:flex-start;background:var(--background-secondary-color);border-radius:8px;box-shadow:0 2px 5px #0000001a;color:var(--text-color);display:flex;flex-direction:column;list-style:none;margin:0;padding:4px;transform:translateX(-100%);width:-webkit-fit-content;width:fit-content;z-index:1000}.menu-options-menu .menu-options-menu-option{border-radius:8px;box-sizing:border-box;cursor:pointer;padding:4px 8px;white-space:nowrap;width:100%}.menu-options-menu .menu-options-menu-option:hover{background-color:var(--primary-color);color:#fff}.avatar{align-items:center;background-color:#ccc;border-radius:50%;color:#fff;display:flex;font-weight:700;justify-content:center;overflow:hidden;text-transform:uppercase}.avatar-extra-small{font-size:9px;height:27px;width:27px}.avatar-small{font-size:10px;height:30px;width:30px}.avatar-medium{font-size:13.3333333333px;height:40px;width:40px}.avatar-large{font-size:14.6666666667px;height:44px;width:44px}.avatar-extra-large{font-size:16px;height:48px;width:48px}.avatar-extra-extra-large{font-size:21.3333333333px;height:64px;width:64px}.avatar .avatar-img{height:100%;object-fit:cover;width:100%}.avatar .avatar-placeholder{align-items:center;background:#007bff;display:flex;height:100%;justify-content:center;width:100%}.blockx-tab-list-item.active{background:var(--primary-color)}.blockx-dashboard{align-items:center;display:flex;justify-content:center;padding:var(--size-32)}.blockx-dashboard .blockx-dashboard-views{background:var(--background-secondary);border-radius:var(--size-8);display:flex;justify-content:center;padding:var(--size-16);width:80%}.blockx-settings{display:flex;flex-direction:row;height:100%;width:100%}.blockx-settings .blockx-settings-sidebar{background:var(--background-secondary);height:100%;overflow-y:auto;padding:var(--size-16);width:15vw}.blockx-settings .blockx-settings-content{flex:1 1;overflow-y:auto;padding:0 var(--size-16);width:calc(100% - var(--size-32))}.blockx-headers-wrapper{display:flex;height:100%;width:100%}.blockx-headers-wrapper .blockx-headers-components{background-color:var(--background-secondary);height:calc(100% - 66px);left:0;padding:var(--size-16);position:absolute;top:66px;width:15vw}.blockx-headers-wrapper .blockx-headers-components .blockx-header-component img{height:auto;width:100%}.blockx-headers-wrapper .blockx-headers-arena{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.blockx-headers-wrapper .blockx-headers-arena .react-transform-component,.blockx-headers-wrapper .blockx-headers-arena .react-transform-wrapper{height:100%;width:100%}.blockx-headers-wrapper .blockx-headers-arena .blockx-header-preview{align-items:center;display:flex;justify-content:center;transition:all .3s ease}.blockx-headers-wrapper .blockx-headers-arena .blockx-header-preview.desktop{width:100%}.blockx-headers-wrapper .blockx-headers-arena .blockx-header-preview.tablet{width:768px}.blockx-headers-wrapper .blockx-headers-arena .blockx-header-preview.mobile{width:390px}.blockx-headers-wrapper .blockx-headers-arena .blockx-header-preview #H_elpt8IoIhtATSPxznWaAh{position:absolute}.blockx-headers-wrapper .blockx-headers-arena .blockx-headers-arena-controls{background:var(--background-secondary);border-radius:var(--size-8);bottom:20px;display:flex;left:50%;padding:var(--size-4);position:fixed;transform:translateX(-50%);z-index:9999}.blockx-headers-wrapper .blockx-headers-arena .blockx-headers-arena-controls .button{border-radius:var(--size-8);cursor:pointer}.blockx-headers-wrapper .blockx-headers-arena .blockx-headers-arena-controls .button svg{color:#fff;height:20px;width:20px}.blockx-headers-wrapper .blockx-headers-arena .blockx-headers-arena-controls .button.selected{background-color:var(--background-primary)}.blockx-headers-wrapper .blockx-headers-arena .blockx-headers-arena-controls .button.selected svg,.blockx-headers-wrapper .blockx-headers-arena .blockx-headers-arena-controls .button:hover svg{color:var(--primary-color)}.blockx-headers-wrapper .blockx-headers-arena .blockx-headers-arena-controls .divider{background:#ffffff1a;margin:0 var(--size-8);width:1px}.blockx-headers-wrapper .blockx-headers-settings{background:var(--background-secondary);padding:var(--size-16);width:15vw}.blockx-footers-wrapper{display:flex;height:100%;width:100%}.blockx-footers-wrapper .blockx-footers-components{background-color:var(--background-secondary);height:calc(100% - 66px);left:0;padding:var(--size-16);position:absolute;top:66px;width:15vw}.blockx-footers-wrapper .blockx-footers-components .blockx-footer-component img{height:auto;width:100%}.blockx-footers-wrapper .blockx-footers-arena{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.blockx-footers-wrapper .blockx-footers-arena .react-transform-component,.blockx-footers-wrapper .blockx-footers-arena .react-transform-wrapper{height:100%;width:100%}.blockx-footers-wrapper .blockx-footers-arena .blockx-footer-preview{align-items:center;display:flex;justify-content:center;transition:all .3s ease}.blockx-footers-wrapper .blockx-footers-arena .blockx-footer-preview.desktop{width:100%}.blockx-footers-wrapper .blockx-footers-arena .blockx-footer-preview.tablet{width:768px}.blockx-footers-wrapper .blockx-footers-arena .blockx-footer-preview.mobile{width:390px}.blockx-footers-wrapper .blockx-footers-arena .blockx-footers-arena-controls{background:var(--background-secondary);border-radius:var(--size-8);bottom:20px;display:flex;left:50%;padding:var(--size-4);position:fixed;transform:translateX(-50%);z-index:9999}.blockx-footers-wrapper .blockx-footers-arena .blockx-footers-arena-controls .button{border-radius:var(--size-8);cursor:pointer}.blockx-footers-wrapper .blockx-footers-arena .blockx-footers-arena-controls .button svg{color:#fff;height:20px;width:20px}.blockx-footers-wrapper .blockx-footers-arena .blockx-footers-arena-controls .button.selected{background-color:var(--background-primary)}.blockx-footers-wrapper .blockx-footers-arena .blockx-footers-arena-controls .button.selected svg,.blockx-footers-wrapper .blockx-footers-arena .blockx-footers-arena-controls .button:hover svg{color:var(--primary-color)}.blockx-footers-wrapper .blockx-footers-arena .blockx-footers-arena-controls .divider{background:#ffffff1a;margin:0 var(--size-8);width:1px}.blockx-footers-wrapper .blockx-footers-settings{background:var(--background-secondary);padding:var(--size-16);width:15vw}.blockx-pages__editor{width:100%}.container{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.container .container__empty-state{align-items:center;display:flex;flex-direction:column;text-align:center}.card{background-color:var(--background-secondary);border-radius:8px;color:var(--text-color-primary);margin:10px;width:300px}.card .card-header{height:200px;position:relative}.card .card-header img{height:200px;object-fit:cover;width:100%}.card .card-body{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0 20px 20px}.card .card-body .card-body-header{align-items:flex-end;display:flex;min-height:50px;position:relative;width:100%}.card .card-body .card-body-header h4{color:var(--text-color-secondary);margin:var(--size-16) 0;width:calc(100% - 18px)}.card .card-body .card-body-header .card-options-dropdown{color:var(--text-color-primary);display:inline-block;margin:var(--size-16) 0;position:absolute;right:0}.card .card-body .card-body-header .card-options-dropdown .dropbtn .svg-wrapper{align-items:center;border-radius:50%;display:flex;height:var(--size-16);justify-content:center;width:var(--size-16)}.card .card-body .card-body-header .card-options-dropdown .dropbtn .svg-wrapper:hover{background:#919eab14}.card .card-body .card-body-header .card-options-dropdown .dropbtn .svg-wrapper svg{fill:var(--text-color);color:var(--primary-color);height:16px}.card .card-body .card-body-header .card-options-dropdown .dropbtn:hover{cursor:pointer}.card .card-body .card-body-header .card-options-dropdown .dropdown-content{background-color:var(--background-secondary);box-shadow:var(--dropdown-box-shadow);display:none;margin-top:-10px;position:absolute;right:12px;top:0;z-index:1}.card .card-body .card-body-header .card-options-dropdown .dropdown-content ul{display:flex;list-style-type:none;margin:0;padding:0}.card .card-body .card-body-header .card-options-dropdown .dropdown-content ul li{border-radius:8px;cursor:pointer;padding:var(--size-8)}.card .card-body .card-body-header .card-options-dropdown .dropdown-content ul li:hover{color:var(--primary-color)}.card .card-body .card-body-header .card-options-dropdown .dropdown-content ul li span svg{color:var(--primary-color);height:var(--size-16);margin:auto;width:var(--size-16)}.card .card-body .card-body-header .card-options-dropdown:hover .dropdown-content{display:block}.card .card-body .card-body-content{overflow:hidden}.card .card-body p{font-size:13px;margin:0 0 40px}.user{display:flex;margin-top:auto}.user img{border-radius:50%;height:40px;margin-right:10px;width:40px}.user-info h5{margin:0}.user-info small{color:#545d7a}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cl-home-replica .cl-home-slider{height:500px;width:100%}.cl-home-replica .cl-home-slider .cl-home-slider-item{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.cl-home-replica .cl-home-slider .cl-home-slider-item img{height:100%;object-fit:cover;width:100%}.cl-home-replica .cl-home-slider .cl-home-slider-item .cl-home-slider-item-overlay{background:#00000059;height:100%;position:absolute;width:100%}.cl-home-replica .cl-home-slider .cl-home-slider-item .cl-home-slider-item-content{color:#fff;position:absolute}.cl-home-replica .cl-home-slider .cl-home-slider-edit-button{background-color:#00000080;color:var(--primary-color);cursor:pointer;padding:var(--size-4);position:absolute;right:0;top:0;z-index:2}.cl-home-replica .cl-home-slider .cl-home-slider-edit-button svg{color:var(--primary-color)}.cl-home-replica .cl-home-slider .swiper-button-next,.cl-home-replica .cl-home-slider .swiper-button-prev{border:2px solid #cdbb74;color:#cdbb74;height:15px;margin:0 16px;padding:16px;position:absolute;width:15px}.cl-home-replica .cl-home-slider .swiper-button-next:after,.cl-home-replica .cl-home-slider .swiper-button-prev:after{font-size:30px}.cl-home-replica .cl-home-slider .swiper-button-next:hover,.cl-home-replica .cl-home-slider .swiper-button-prev:hover{animation:color-change .25s ease;background-color:#cdbb74;color:#fff}.cl-home-replica .cl-home-slider .swiper-pagination-bullet{border-radius:0}.cl-home-replica .cl-home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#cdbb74}.highlight-wrapper{display:flex;flex-wrap:wrap}.highlight-wrapper .card{box-sizing:border-box;flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:0;max-width:calc(50% - 20px)}.highlight-wrapper .dashboard_empty-state{align-items:center;display:flex;flex-direction:column;width:100%}.highlight-wrapper .dashboard_empty-state img{height:300px}.dashboard-body-content .dashboard_empty-state{align-items:center;display:flex;flex-direction:column;text-align:center}.dashboard-body-content .dashboard_empty-state span{margin-bottom:var(--size-32);margin-top:var(--size-16)}.dashboard-body-content .dashboard_empty-state .empty-state_call-to-action{color:var(--primary-color);cursor:pointer;text-decoration:underline}.dashboard-body-content .dashboard_empty-state img{height:300px}.blockx-applications-list .blockx-application{align-items:center;background-color:var(--background-secondary);display:flex;justify-content:space-between;margin:var(--size-8) 0;padding:var(--size-32)}.blockx-applications-list .blockx-application .blockx-application-actions,.blockx-applications-list .blockx-application .blockx-application-details{display:flex;flex-direction:column}.blockx-applications-list .blockx-application .blockx-application-actions a{color:var(--primary-color);text-decoration:none}.blockx-demo-components-arena{border:1px solid var(--primary-color)}#caQlCMfwfwTEpYXyJ4659{align-items:center;display:flex;justify-content:center;margin:0 var(--size-32);min-height:calc(100vh - var(--size-64));padding:var(--size-32);position:relative}#caQlCMfwfwTEpYXyJ4659 .section-back{overflow:hidden;position:absolute;text-align:right;width:100%}#caQlCMfwfwTEpYXyJ4659 .section-content{z-index:1}#caQlCMfwfwTEpYXyJ4659 .section-content .section-content-text{font-size:4.5vw;font-weight:bolder}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--caret-width:2px;--typing-speed:50;--erase-speed:35;--hold-time:1000;--gap-time:300}.typewriter{animation:caret 1s steps(1) infinite;border-right:2px solid #bba14f;border-right:var(--caret-width) solid #bba14f;color:#e6e6e6;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.5rem;font-weight:200;overflow:hidden;padding-right:.25rem;text-align:left;white-space:nowrap;width:70%}@keyframes caret{50%{border-color:#0000}}.m{color:#bba14f;font-family:MuseoModerno,sans-serif;font-size:2.5rem;font-weight:700}.fatorm{background-image:url(/static/media/background.a17f9035bc78785d2280.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;flex-direction:column;font-family:Comfortaa,sans-serif;height:100vh;padding:32px;width:100vw}.fatorm .header{display:flex;justify-content:space-between;width:calc(100vw - 64px)}.fatorm .header .nav-links{display:flex;gap:2rem;list-style:none}.fatorm .header .nav-links li{color:#fff;font-family:MuseoModerno,sans-serif}.fatorm .header button{all:unset;background-color:#bba14f;border-radius:8px;box-sizing:border-box;cursor:pointer;font-family:MuseoModerno,sans-serif;height:50px;padding:8px}.fatorm .content{display:flex;flex:1 1;flex-direction:row}.fatorm .content .content-left{align-items:center;display:flex;flex:1 1;flex-direction:column;font-size:2rem;justify-content:center}.fatorm .content .content-left h1{font-family:MuseoModerno,sans-serif;font-size:4rem;font-weight:700;margin:0}.fatorm .content .content-left p{font-size:1.5rem;font-weight:200;text-align:center}.fatorm .content .content-right{display:flex;flex:1 1}.fatorm .content .content-right .mhigh{color:#bba14f;font-family:MuseoModerno,sans-serif;font-size:40vw;font-weight:700;overflow:hidden;position:absolute;right:-120px;top:-20px;transform:rotate(-90deg);z-index:1}.fatorm .content .content-right #home-img{height:80vh;position:absolute;right:-250px;top:200px}