#modal-container{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);z-index:999}#modal-container.animated{transform:scaleY(.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.animated .modal-background .modal{transform:scale(0);animation:zoomIn .5s cubic-bezier(.165,.84,.44,1) .8s forwards}#modal-container.animated.out{transform:scale(1);animation:unfoldOut 1s cubic-bezier(.165,.84,.44,1) .3s forwards}#modal-container.animated.out .modal-background .modal{animation:zoomOut .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat{transform:scale(1)}#modal-container.flat .modal-background{background:hsla(0,0%,100%,.6);animation:fadeIn .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat .modal-background .modal{opacity:0;animation:scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat+.content{animation:scaleBack .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat.out{animation:quickScaleDown .5s forwards}#modal-container.flat.out .modal-background{animation:fadeOut .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat.out .modal-background .modal{animation:scaleDown .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat.out+.content{animation:scaleForward .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container .modal-background{text-align:center;display:table-cell;vertical-align:middle;background:rgba(42,40,34,.7)}#modal-container .modal-background .modal{text-align:left;min-width:340px;max-width:840px;position:relative;border-radius:20px;padding:32px 40px;display:inline-block;background:#fff;box-shadow:0 0 10px rgba(42,40,34,.24)}@media(max-width:769px){#modal-container .modal-background .modal{padding:32px 30px}}#modal-container .modal-background .modal .modal-header{font-weight:800;border-radius:8px;position:relative;letter-spacing:-.64px;font-family:Poppins,sans-serif;color:#285d45;font-size:24px;background:linear-gradient(90deg,purple,var(--bg-secondary-gradient) 45%,purple)}#modal-container .modal-background .modal .modal-header .close{top:-35px;right:-80px;color:#fff;cursor:pointer;position:absolute}@media(max-width:769px){#modal-container .modal-background .modal .modal-header .close{top:-20px;right:-14px;color:#2a2822}}#modal-container .modal-background .modal .modal-header .title{text-transform:uppercase}#modal-container .modal-background .modal .modal-content .calculator-form{width:840px;box-shadow:none;padding:0;margin-bottom:0;margin-top:0}@media(max-width:599px){#modal-container .modal-background .modal{width:90%;box-sizing:border-box}}@keyframes unfoldIn{0%{transform:scaleY(.005) scaleX(0)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(1) scaleX(1)}}@keyframes unfoldOut{0%{transform:scaleY(1) scaleX(1)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(.005) scaleX(0)}}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes fadeIn{0%{background:transparent}to{background:rgba(0,0,0,.7)}}@keyframes fadeOut{0%{background:rgba(0,0,0,.7)}to{background:transparent}}@keyframes scaleUp{0%{transform:scale(.8) translateY(1000px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes scaleDown{0%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(.8) translateY(1000px);opacity:0}}@keyframes scaleBack{0%{transform:scale(1)}to{transform:scale(.85)}}@keyframes scaleForward{0%{transform:scale(.85)}to{transform:scale(1)}}@keyframes quickScaleDown{0%{transform:scale(1)}99.9%{transform:scale(1)}to{transform:scale(0)}}.header{height:50px;padding:0 35px;margin:40px auto;max-width:1440px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}@media(max-width:1080px){.header{padding:0 15px}}@media(max-width:769px){.header{flex-wrap:nowrap;margin:30px auto 15px}.header-brand img{max-width:140px!important}}.header-nav{font-weight:700;font-size:14px;color:#285d45;font-family:Poppins,sans-serif;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.header-nav img{margin-right:10px}.header-nav ul{list-style:none;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.header-nav ul li{height:35px;display:block;margin:0 30px;position:relative;padding-left:25px;text-decoration:none;transition-duration:.5s;border-left:1.5px solid #c3c0bc}.header-nav ul li:first-child{padding-left:0}@media(max-width:769px){.header-nav ul li{margin:0 15px;padding-left:20px;border-left:1.5px solid #dbd9d5}}.header-nav ul li span{padding-top:5px;color:#2a2822;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}@media(max-width:769px){.header-nav ul li span{font-size:14px}}.header-nav ul li span .vue-feather{margin-left:8px}.header-nav ul li span .vue-feather svg{color:#fff;fill:#2a2822}.header-nav ul li span:hover{color:#87c43f}.header-nav ul li span:hover .vue-feather svg{fill:#87c43f}.header-nav ul li span .profileImage{margin-top:-3.5px}.header-nav ul li a{padding-top:5px;display:inline-block;text-decoration:none;color:#2a2822;font-size:16px}@media(max-width:769px){.header-nav ul li a{font-size:14px}}.header-nav ul li a:hover{color:#285d45}.header-nav ul li a:hover:after{border-top:8px solid #87c43f}.header-nav ul li a:after{content:"";height:0;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #000;right:-20px;top:15px;margin:auto;position:absolute;display:block;border-top-left-radius:2px;border-top-right-radius:2px}@media(max-width:769px){.header-nav ul li a:after{top:13px}}.header-nav ul li:first-child{margin:0;border-left:0 solid}.header-nav ul li:hover{cursor:pointer}.header-nav ul li ul{right:0;opacity:0;display:none;min-width:135px;position:absolute;background:#fff;visibility:hidden;border-radius:20px;transition:all .5s ease;padding:24px 24px 10px 24px;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}.header-nav .dropdown li{margin-left:0;padding-left:0;border-left:0;color:#2a2822}.header-nav .dropdown li:hover{color:#285d45}.header-nav .dropdown li a{font-weight:700;line-height:20px;font-style:normal;text-decoration:none;color:#2a2822;font-family:Poppins,sans-serif;font-size:14px}.header-nav .dropdown li a:after{content:none}.header-nav .dropdown li:last-child{margin-bottom:0;border:0;padding-left:0}.header-nav ul li ul:hover,.header-nav ul li:hover>ul{opacity:1;z-index:10;display:block;visibility:visible}.header-nav ul li:hover a:after{border-top:8px solid #87c43f}.menuMo{color:#2a2822;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.menuMo .vue-feather{width:32px;margin-left:8px;color:#285d45}.menuMobile{top:0;right:0;bottom:0;width:100%;z-index:20;position:fixed;max-width:530px;box-sizing:border-box;background:#2a2822;padding:48px 25px 48px 75px;transition:all .3s;transform:translateX(100%)}.menuMobile-header{margin-bottom:60px;justify-content:space-between}.menuMobile-close,.menuMobile-header{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row}.menuMobile-close{color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:20px;justify-content:flex-end}.menuMobile-close .vue-feather{width:32px;margin-left:10px}.menuMobile-item{display:block;color:#fff;font-weight:800;line-height:40px;padding-bottom:20px;margin-bottom:32px;text-decoration:none;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:24px;border-bottom:1px solid #524f49}.menuMobile-item:last-child{border:0;padding-bottom:0}.menuMobile.open{transform:translateX(0)}.menuMobile .lang{left:20px;right:20px;bottom:20px;padding-top:20px;position:absolute;border-top:1px solid #524f49;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.menuMobile .lang-item{width:50%;text-align:center;text-decoration:none;color:hsla(0,0%,100%,.8);font-size:16px}@media(max-width:769px){.menuMobile{padding-left:25px}}.overlay{top:0;left:0;right:0;bottom:0;opacity:.5;z-index:3;transition:all .3s;display:none;position:fixed;background-color:#2a2822}.overlay.open{display:block}.invert-color{filter:invert(1)}.toggle .switch{width:56px;height:24px;position:relative;display:inline-block}.toggle .switch input{opacity:0;width:0;height:0}.toggle .slider{top:0;left:0;right:0;bottom:0;cursor:pointer}.toggle .slider,.toggle .slider:before{transition:.4s;position:absolute;-webkit-transition:.4s}.toggle .slider:before{left:4px;bottom:4px;width:14px;content:"";height:14px;background-color:#67645f}.toggle input:checked+.slider:before{transform:translateX(30px);background-color:#87c43f}.toggle .slider.round{border-radius:34px;border:1px solid #2a2822}.toggle .slider.round:before{border-radius:50%}.footer{padding:50px 48px;background-color:#2a2822;display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:769px){.footer{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center;padding:50px 15px}}.footer-brand img{margin-right:15px}.footer-brand--title{line-height:1.1;color:#67645f;font-weight:800;max-width:640px;margin-top:20px;letter-spacing:-.96px;font-family:Poppins,sans-serif;font-size:48px}@media(max-width:769px){.footer-brand--title{font-size:40px}}.footer-brand .logoOve{margin-left:25px;margin-bottom:6px;padding-left:35px;padding-bottom:10px;border-left:1px solid #67645f}@media(max-width:769px){.footer-brand .logoOve{margin-left:15px;padding-left:15px;width:160px!important}}.footer-copy{color:#c3c0bc;font-size:14px}.footer-copy small{font-size:10px;position:absolute}.footer-copy--social{color:#93918c;font-weight:800;line-height:20px;font-style:normal;margin-bottom:20px;letter-spacing:-.32px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.footer-copy--social-text{width:60%}.footer-copy--social-network{width:25%;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row}.footer-copy--social-network a:last-child{margin-left:20px}.footer-copy--trendmark{padding:16px 0;font-size:14px;border-top:1px solid #524f49;border-bottom:1px solid #524f49}.footer-copy--legal{margin-top:20px}.footer-copy--legal a{display:block;color:#c3c0bc;text-decoration:none;margin-bottom:10px}.footer-copy--legal a:last-child{margin-bottom:0}.accordion{grid-column:span 9}.accordion-title{font-weight:700;margin-top:45px;padding-top:30px;margin-bottom:28px;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-title--number{width:80px;color:#93918c;font-weight:400;margin-left:20px;text-align:right;padding-right:16px;box-sizing:border-box;font-size:14px}.accordion-title:first-child{margin-top:0;padding-top:0;border-top:0}.accordion-subtitle{font-size:18px;font-weight:700;margin-bottom:40px;color:#2a2822;font-family:Poppins,sans-serif;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-desc{line-height:1.4;margin-left:100px}.accordion-group{margin-bottom:30px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.accordion-group--number{width:80px;color:#93918c;margin-top:30px;margin-left:30px;text-align:right;padding-right:16px;box-sizing:border-box;font-size:14px}.accordion-next{margin-top:80px;justify-content:flex-end}.accordion-next,.accordion-next .btn{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-next .btn{font-size:16px;justify-content:space-between}.accordion-next .btn img{width:24px;height:24px;margin-right:20px}.accordion-next .btn .vue-feather{margin-left:10px}.accordion-tab{width:100%;padding:0 40px;position:relative;background:#fff;border-radius:20px;transition:all .35s;box-shadow:0 4px 46px 0 rgba(42,40,34,.14)}.accordion-tab:last-child{margin-bottom:0}.accordion-tab .chk-parent-tab{opacity:0;z-index:-1;position:absolute}.accordion-tab .chk-parent-tab:checked~.accordion-tab--content{padding-bottom:40px;transition:all .35s;display:block}.accordion-tab .chk-parent-tab:checked+.accordion-tab--label{margin-bottom:20px;padding-bottom:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #dbd9d5}.accordion-tab .chk-parent-tab:checked+.accordion-tab--label:after{transform:rotate(270deg)}.accordion-tab .chk-parent-tab:not(:checked)+.accordion-tab--label:hover:after{color:#87c43f;animation:bounce .5s infinite}.accordion-tab--label{cursor:pointer;font-weight:700;padding:32px 0;background:#fff;border-radius:20px;padding-right:25%;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.accordion-tab--label:after{width:1em;height:1em;content:"❯";text-align:center;transition:all .35s;transform:rotate(90deg);position:absolute;right:25px}.accordion-tab--label.exporting:after{display:none}.accordion-tab--content{transition:all .35s;display:none}.accordion-tab--content p{margin-bottom:15px}.accordion-tab--content p:last-child{margin-bottom:0}.accordion-tab--content .input-radio{margin:18px 0}.accordion-tab--content .input-radio:first-child{margin-top:30px}.accordion-tab--content-question{position:relative;margin-bottom:30px}.accordion-tab--content-question:last-child{margin-bottom:0}.accordion-tab--content-question .v-select,.accordion-tab--content-question input[type=text]{max-width:320px}.accordion-tab--content-question .grid{margin-bottom:20px}.accordion-tab--content-question .grid:last-child{margin-bottom:0}.accordion-tab--content-question .d-flex{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-tab--content-question .d-flex .trash-icon{width:20px;margin-left:20px}.accordion-tab--content-question .d-flex .trash-icon:hover{cursor:pointer;color:#87c43f}.accordion-tab--content-question.full-input .v-select,.accordion-tab--content-question.full-input input[type=text]{max-width:100%!important}.accordion-tab--box{padding:18px;position:relative;border-radius:8px;margin-bottom:32px;background:#f4f2ee;box-sizing:border-box}.accordion-tab--box .remove-item-button{right:15px}.accordion-tab--box-title{font-weight:700;margin-bottom:22px;font-family:Poppins,sans-serif}.accordion-tab--box-wrapper--item{position:relative;margin-bottom:25px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-tab--box-wrapper--item input[type=checkbox]{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.accordion-tab--box-wrapper--item input[type=checkbox]:checked+label:after{content:"";display:block;position:absolute;top:4px;left:10px;width:6px;height:12px;flex-shrink:0;border:solid #87c43f;border-width:0 2px 2px 0;transform:rotate(45deg)}.accordion-tab--box-wrapper--item-info{cursor:pointer;position:relative;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.accordion-tab--box-wrapper--item-info--number{margin:0 15px;min-width:50px}.accordion-tab--box-wrapper--item-info:before{content:"";padding:11px;cursor:pointer;margin-right:5px;position:relative;border-radius:4px;display:inline-block;vertical-align:middle;-webkit-appearance:none;border:1px solid #67645f;background-color:transparent;width:4px;height:4px;flex-shrink:0}.accordion-tab--box-wrapper--item:last-child{margin-bottom:0}.accordion-tab--box .chk-parent-tab{z-index:1;opacity:1;width:auto;position:relative}.accordion-tab--box:last-child{margin-bottom:0}.accordion-tab .form-check label{text-transform:none}@keyframes bounce{25%{transform:rotate(90deg) translate(.25rem)}75%{transform:rotate(90deg) translate(-.25rem)}}.help-modal{width:100%!important;max-width:480px!important}.help-modal .calculator-form--title{margin-bottom:6px;font-size:48px}@media(max-width:991px){.help-modal .calculator-form--title{font-size:24px}.help-modal .calculator-form--desc{line-height:26px;font-size:16px}}.block{margin:40px 0;align-items:center;display:grid;grid-row-gap:0;grid-column-gap:26px;grid-template-columns:repeat(12,1fr)}.block-title{grid-column:span 5;font-weight:800;line-height:64px;font-style:normal;letter-spacing:-1.44px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:64px}@media(max-width:1080px){.block-title{font-size:48px;line-height:48px}}@media(max-width:1280px){.block-title{grid-column:span 6}}@media(max-width:991px){.block-title{grid-column:span 12}}@media(max-width:769px){.block-title{font-size:40px;line-height:40px}}.block-subtitle{grid-column:span 12;font-size:32px;font-weight:800;letter-spacing:-.64px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:24px}.block-message{padding:16px;max-width:560px;font-weight:700;margin:0 0 0 auto;grid-column:span 7;border-radius:16px;background:#87c43f;font-family:Poppins,sans-serif;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}@media(max-width:1280px){.block-message{grid-column:span 6}}.block-message--info{width:60%}.block-message--action{border:0;width:30%;cursor:pointer;max-width:210px;font-weight:700;padding:8px 12px;border-radius:22px;background:#fff;color:#097847;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row}.block-message--action .vue-feather{font-size:20px;margin-left:8px}.block-message--action .vue-feather svg{stroke-width:3}.block-message.danger{font-weight:400;max-width:660px;background:#fff;font-family:Inter,sans-serif;border:2px solid red}.block-message.danger .block-message--info-title{font-weight:700;margin-bottom:6px;color:red;font-family:Poppins,sans-serif}.block-message.danger .block-message--action{width:33%;max-width:240px;background:#87c43f;color:#2a2822}.block-description{margin-top:16px;grid-column:span 9}.block-description p{font-weight:400;line-height:28px;font-size:20px}.pagination{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.pagination-page{margin:0 8px;cursor:pointer;color:#dbd9d5;font-weight:700;font-family:Poppins,sans-serif;font-size:16px}.pagination-page.active,.pagination-page:hover{font-weight:700;color:#285d45}.pagination .vue-feather{width:20px;cursor:pointer;color:#285d45}.pagination .vue-feather svg{stroke-width:3}.pagination .vue-feather.prevent{color:#dbd9d5;pointer-events:none}.v-onboarding-item{border-radius:8px!important;background:#2a2822!important}.v-onboarding-item__header-title{color:#fff;font-weight:700!important;font-size:16px!important}.v-onboarding-item__header-close{cursor:pointer;width:1.8rem!important;height:1.8rem!important;color:#87c43f;background:transparent;border-color:#87c43f}.v-onboarding-item__description{line-height:22px;color:#fff!important;font-family:Inter,sans-serif;font-size:14px!important}.v-onboarding-item__actions{justify-content:flex-end;margin-top:1.5rem!important}.v-onboarding-item__actions button{flex:0!important;font-family:Poppins,sans-serif;font-weight:700!important;padding:.3rem 1rem!important;color:#2a2822!important;font-size:14px!important}.v-onboarding-item__actions .v-onboarding-btn-secondary{color:#87c43f!important;border-color:#87c43f!important}.v-onboarding-item__actions .v-onboarding-btn-secondary:hover{background:#87c43f!important;color:#2a2822!important}.v-onboarding-item__actions .v-onboarding-btn-primary{background:#87c43f!important}.onboardinSkiped .btn-primary{width:100%;margin-left:0!important;padding:12px 24px!important}.onboardinSkiped .btn-primary:last-child{margin-top:20px}.backdrop{left:0;right:0;z-index:9;transition:all .4s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(42,40,34,.7)}.backdrop,.slideModal{position:fixed;top:0;bottom:0}.slideModal{z-index:10;width:100%;right:-100%;padding:48px;max-width:480px;box-sizing:border-box;transition:all .5s;background:#d9d9d9}.slideModal-close{cursor:pointer;text-align:right}.slideModal-title{font-weight:700;line-height:28px;margin-bottom:10px;color:#2a2822;font-size:16px}.slideModal-content{font-weight:500;line-height:24px;color:#2a2822}.slideModal-content.html-content{height:85vh;overflow-x:auto}.slideModal-content.html-content h2{line-height:1.3;margin-bottom:14px}.slideModal-content.html-content p{margin-bottom:14px;font-size:16px}.slideModal-content.html-content h3{font-weight:700;margin:20px 0;font-size:18px}.slideModal.open-modal{right:0}.slideModal.w-780{max-width:780px}.slideModal.w-780 .slideModal-title{font-weight:700}.modal-monitor--form .slideModal-title{color:#2a2822;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:28px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #c3c0bc}.modal-monitor--form .form-row{margin-bottom:18px}.modal-monitor--form .form-row.w-30{width:45%}.modal-monitor--form .form-row.w-60{width:70%}.modal-monitor--form .form-action{margin-top:0;padding-bottom:40px}.dashboard .block-title{grid-column:span 10}.dashboard-main{margin-bottom:100px;display:grid;grid-row-gap:0;grid-column-gap:40px;grid-template-columns:repeat(12,1fr)}@media(max-width:1080px){.dashboard-main{grid-column-gap:20px}}.dashboard-main--content{grid-column:span 8}.dashboard-main--content .dashboard-main--title{padding-top:20px;border-top:1px solid #aba8a3}@media(max-width:1080px){.dashboard-main--content{grid-column:span 12}}.dashboard-main--sidebar{padding-top:20px;grid-column:span 4;border-top:1px solid #aba8a3}@media(max-width:1080px){.dashboard-main--sidebar{grid-column:span 12}}.dashboard-main--sidebar-item{cursor:pointer;padding-top:16px;margin-bottom:20px;text-decoration:none;border-top:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.dashboard-main--sidebar-item--icon{width:40px;color:#2a2822}.dashboard-main--sidebar-item--icon .vue-feather{width:28px}.dashboard-main--sidebar-item--title{width:90%;font-weight:700;padding-bottom:6px;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.dashboard-main--sidebar-item--title .vue-feather{padding-left:16px;color:#285d45}.dashboard-main--sidebar-item:last-child{border-top:0}.dashboard-main--sidebar-item:hover .dashboard-main--sidebar-item--icon,.dashboard-main--sidebar-item:hover .dashboard-main--sidebar-item--title{color:#097847}.dashboard-main--sidebar .dashboard-main--title{margin-bottom:12px}.dashboard-main--sidebar .dashboard-main--title:nth-child(2){margin-top:24px}.dashboard-main--sidebar-resources{margin-top:40px;border-top:1px solid #aba8a3}.dashboard-main--sidebar-resources .dashboard-main--sidebar-item:last-child{border-top:1px solid #dbd9d5}.dashboard-main--sidebar-resources .dashboard-main--title{margin:24px 0}.dashboard-main--title{font-weight:800;line-height:20px;margin-bottom:16px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px}.dashboard-page--head{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-page--head-title{font-weight:800;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif}.dashboard-inventories--head{border-bottom:1px solid #dbd9d5;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;flex-direction:row}.dashboard-inventories--head-products{width:60%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.dashboard-inventories--head-products--item{cursor:pointer;font-weight:700;margin-right:28px;padding-bottom:10px;font-family:Poppins,sans-serif;color:#2a2822;font-size:14px}.dashboard-inventories--head-products--item.active,.dashboard-inventories--head-products--item:hover{border-bottom:2px solid #87c43f}.dashboard-inventories--head-filters{width:40%;display:flex;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.dashboard-inventories--head-filters--item{padding-bottom:8px;margin-left:30px;padding-left:24px;border-left:1px solid #dbd9d5}.dashboard-inventories--head-filters--item span{margin-bottom:8px;display:inline-block;color:#2a2822;font-size:14px}.dashboard-inventories--head-filters--item input{height:32px;outline:none;border-color:#c3c0bc;background:transparent;font-size:14px}.dashboard-inventories--head-filters--item .vs__dropdown-toggle{height:32px;min-width:125px;border-color:#c3c0bc;background:transparent}.dashboard-inventories--head-filters--item .vs__dropdown-toggle input{border:0;font-size:14px}.dashboard-inventories--head-filters--item .vs__dropdown-toggle .vs__selected{padding-top:4px}.dashboard-inventories--content{padding-top:16px;margin-bottom:20px;box-sizing:border-box;border-bottom:1px solid #dbd9d5}.dashboard-inventories--content-withoutresults{height:320px;font-weight:700;position:relative;text-align:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-inventories--content-withoutresults img{z-index:-1;position:absolute}.dashboard-templates{margin-bottom:40px;display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(48%,1fr));grid-template-rows:auto;justify-content:center}.dashboard-templates--item{cursor:pointer;font-weight:700;padding:8px 16px;border-radius:8px;text-decoration:none;background:#87c43f;color:#2a2822;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-templates--item:first-child{background:#dbd9d5}.dashboard-widgets{margin-bottom:24px;display:grid;grid-row-gap:26px;grid-column-gap:26px;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));grid-template-rows:auto;justify-content:center}.dashboard-widgets--head{font-weight:800;margin-bottom:16px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.dashboard-widgets--tasks{padding:16px;border-radius:16px;grid-column:span 2;background:#fff;box-sizing:border-box}.dashboard-widgets--tasks-content{min-height:320px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-widgets--tasks-content--notResults{max-width:430px;margin:40px auto}.dashboard-widgets--tasks-content--wrapper{width:100%;display:grid;grid-row-gap:40px;grid-column-gap:40px;grid-template-columns:repeat(auto-fit,minmax(40%,1fr));grid-template-rows:auto;justify-content:center}.dashboard-widgets--tasks-content--wrapper-tasks--item{padding:22px 16px;cursor:pointer;font-weight:500;border-radius:8px;margin-bottom:14px;background:#f4f2ee;text-decoration:none;box-sizing:border-box;color:#2a2822;font-size:14px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.dashboard-widgets--tasks-content--wrapper-tasks--item span{width:90%}.dashboard-widgets--tasks-content--wrapper-tasks--item:last-child{margin-bottom:0}.dashboard-widgets--tasks-content--wrapper-tasks--cta{width:100%;display:block;font-weight:700;padding:12px 16px;border-radius:8px;text-decoration:none;box-sizing:border-box;font-size:16px;background:#87c43f;color:#2a2822;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-widgets--tasks-content--wrapper-tasks--cta-text{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-widgets--tasks-content--wrapper-tasks--cta-text img{margin-right:10px}.dashboard-widgets--tasks-content--wrapper-stats{display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(40%,1fr));grid-template-rows:auto;justify-content:center}.dashboard-widgets--tasks-content--wrapper-stats--item span{font-weight:500;margin-bottom:16px;display:inline-block;font-size:14px}.dashboard-widgets--tasks-content--wrapper-stats--item-circle{width:48px;height:48px;color:#67645f;border-radius:100%;border:2px solid #c3c0bc;font-size:14px;position:relative;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-widgets--tasks-content--wrapper-stats--item-circle:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:conic-gradient(#87c43f var(--progress,0),#c3c0bc var(--progress,0));-webkit-mask:radial-gradient(circle,transparent 60%,#000 61%);mask:radial-gradient(circle,transparent 60%,#000 61%)}.dashboard-widgets--tasks-content--wrapper-stats--item-total{font-weight:500;color:#87c43f;font-size:48px}.dashboard-widgets--route{padding:16px;border-radius:16px;grid-column:span 2;box-sizing:border-box;background:rgba(135,196,63,.5)}.dashboard-widgets--route-content--timeline{padding:0 40px;position:relative;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-widgets--route-content--timeline:before{left:0;top:50%;content:"";width:100%;height:15px;border-radius:8px;position:absolute;background-color:#fff;transform:translateY(-50%)}.dashboard-widgets--route-content--timeline-progress{top:50%;left:0;width:0;height:15px;border-radius:8px;position:absolute;transition:.4s ease;transform:translateY(-50%);background-color:#87c43f}.dashboard-widgets--route-content--timeline-circle{width:46px;height:46px;z-index:2;border-radius:50%;transition:.4s ease;background-color:#fff;border:3px solid #fff;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.dashboard-widgets--route-content--timeline-circle img{max-width:30px}.dashboard-widgets--route-content--timeline-circle.active{background:#87c43f;border-color:#87c43f}.dashboard-widgets--route-content--summary{margin-top:20px;display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(16%,1fr));grid-template-rows:auto;justify-content:center}.dashboard-widgets--route-content--summary-item--number{font-weight:700;margin-bottom:8px;color:#285d45;font-size:14px}.dashboard-widgets--route-content--summary-item--title{font-weight:500;font-size:14px}.dashboard-widgets--route-content--summary-item--title span{display:block}.dashboard-widgets--route-content--summary-item--title-tag{margin:6px 0 14px;padding:5px 8px;border-radius:8px;display:inline-block;background:#87c43f;font-size:14px}.dashboard-widgets--route-content--summary-item--line{padding:10px 0;font-weight:500;font-size:12px;border-top:1px solid #87c43f}.dashboard-widgets--badges{padding:16px;border-radius:16px;box-sizing:border-box;background:#2a2822}.dashboard-widgets--badges .dashboard-widgets--head-title{color:#87c43f}.dashboard-widgets--badges-content{padding-top:20px;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.dashboard-widgets--badges-content--item{width:30%;padding:0 14px;color:#7d7a75;font-weight:700;text-align:center;margin-bottom:20px;box-sizing:border-box;font-family:Poppins,sans-serif;font-size:14px}.dashboard-widgets--badges-content--item span{display:block}.widgets{display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));grid-template-rows:auto;justify-content:center}.widgets-widget{padding:16px;margin-bottom:40px;position:relative;border-radius:16px;background:#fff;box-sizing:border-box}.widgets-widget--head{font-weight:800;margin-bottom:16px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.widgets-widget--apps{height:410px;overflow-y:auto;display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));grid-template-rows:auto;justify-content:center;grid-template-rows:repeat(auto-fit,120px)}.widgets-widget--apps-app{cursor:pointer;text-align:center;border-radius:8px;box-sizing:border-box;padding:20px 10px 20px;border:1px solid #dbd9d5}.widgets-widget--apps-app span{font-weight:700;line-height:1.4;margin-top:6px;display:inline-block;color:#2a2822;font-size:12px}.widgets-widget--apps-app.notAvailable{cursor:no-drop;pointer-events:none}.widgets-widget--apps-app.notAvailable img,.widgets-widget--apps-app.notAvailable span{opacity:.5}.widgets-widget--content-item{font-weight:600;margin-bottom:10px;padding-bottom:8px;text-decoration:none;color:#2a2822;border-bottom:1px solid #f4f2ee;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.widgets-widget--content-item:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}.widgets-widget--content.report{height:224px;overflow-y:auto}.widgets-widget--footer{margin-top:35px;border-top:1px solid #dbd9d5}.widgets-widget--footer a{font-weight:700;line-height:24px;text-decoration:none;padding:20px 0 10px;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.widgets .gme-score{padding:16px;margin-bottom:24px;border-radius:16px;box-sizing:border-box;background:#87c43f}.widgets .gme-score--head{font-weight:800;margin-bottom:16px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.widgets .gme-score--content{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.widgets .gme-score--content-points{color:#285d45;font-size:14px}.widgets .gme-score--content-points span{display:block;min-width:76px;font-weight:500;font-size:48px}.widgets .gme-score--content-desc{width:calc(100% - 100px);font-size:16px}.widget-training{background:url(/img/trainingbg.41408091.jpg) 50%/cover no-repeat}.widget-training .widgets-widget--head-title{color:#fff}.widget-training--content{font-weight:500;color:#fff}.widget-training--content-item{padding:20px 0 15px;box-sizing:border-box;border-top:1px solid hsla(40,21%,95%,.5)}.widget-training--content-item--title{font-size:14px}.widget-training--content-item--score{margin-top:10px;color:#87c43f;font-size:48px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.widget-training--content-item--score span{color:#fff;margin:10px 0 0 10px;font-size:14px}.widget-training--cta a{display:block;font-weight:700;padding:8px 16px;border-radius:8px;text-decoration:none;background:#87c43f;color:#2a2822;justify-content:space-between}.widget-training--cta a,.widget-training--cta a div{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row}.widget-training--cta a div{justify-content:flex-start}.widget-training--cta a div img{margin-right:10px}.mb-140{margin-bottom:140px}.account{margin-bottom:120px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.account-item{width:49%}@media(max-width:991px){.account-item{width:100%;margin-bottom:25px}.account-item:last-child{margin-bottom:0}}.account-card{padding:24px;margin-bottom:24px;border-radius:20px;background:#fff}.account-card:last-child{margin-bottom:0}@media(max-width:769px){.account-card{padding:20px 16px}}.account-card--header{margin-bottom:20px;padding-bottom:16px;font-family:Poppins,sans-serif;border-bottom:1px solid #f4f2ee;justify-content:space-between}.account-card--header,.account-card--header-title{display:flex;align-items:center;flex-wrap:nowrap;flex-direction:row}.account-card--header-title{width:70%;justify-content:flex-start}.account-card--header-title--icon{margin-right:20px}.account-card--header-title--text{font-weight:800;line-height:20px;padding-bottom:6px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-size:16px}.account-card--header-wrap{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row;width:60%}@media(max-width:991px){.account-card--header-wrap{width:100%}}.account-card--header-wrap .account-card--header-edit{margin-left:15px}@media(max-width:769px){.account-card--header-wrap .account-card--header-edit{width:auto}}.account-card--header-edit{cursor:pointer;font-weight:700;text-decoration:none;color:#285d45;font-size:14px}@media(max-width:769px){.account-card--header-edit{width:50%;text-align:right}}.account-card--header.notContent{margin-bottom:0;border-bottom:0;padding-bottom:0}.account-card--content-item{margin-bottom:14px;color:#2a2822;font-size:14px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.account-card--content-item--title{width:30%;font-weight:700;text-transform:capitalize;font-family:Poppins,sans-serif}@media(max-width:769px){.account-card--content-item--title{width:100%;margin-bottom:6px}}.account-card--content-item--text{width:68%}@media(max-width:769px){.account-card--content-item--text{width:100%}}.account-manage{margin-bottom:120px;display:grid;grid-row-gap:0;grid-column-gap:40px;grid-template-columns:repeat(12,1fr)}@media(max-width:769px){.account-manage{margin-bottom:60px;grid-column-gap:30px}}.account-manage--form{padding:30px 0;margin-bottom:40px;grid-column:span 12;border-top:1px solid #c3c0bc;border-bottom:1px solid #c3c0bc}.account-manage--form-content{margin-top:25px;display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(5%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:1080px){.account-manage--form-content{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(25%,1fr));grid-template-rows:auto;justify-content:center}}@media(max-width:769px){.account-manage--form-content{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center}}.account-manage--form-content--item:nth-child(3),.account-manage--form-content--item:nth-child(5){grid-column:span 2}@media(max-width:1080px){.account-manage--form-content--item:nth-child(3),.account-manage--form-content--item:nth-child(5){grid-column:span 1}}.account-manage--form-content--item:last-child{max-width:135px;margin:0 0 0 auto}.account-manage--form-content--item:last-child .btn-primary{font-size:14px}.account-manage--form-content input::-moz-placeholder{color:#aba8a3}.account-manage--form-content input::placeholder{color:#aba8a3}.account-manage--form-content .v-select{background:#fff}.account-manage--form-content .v-select .vs__search{margin-top:-1px;color:#aba8a3}.account-manage--members{grid-column:span 8}@media(max-width:1080px){.account-manage--members{margin-bottom:25px;grid-column:span 12}}.account-manage--members table th{color:#93918c;font-weight:500;padding-bottom:10px;font-family:Inter,sans-serif;font-size:14px}.account-manage--members table th span{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.account-manage--members table th span .vue-feather{cursor:pointer;margin-left:10px}.account-manage--members table th span .vue-feather svg{color:#fff;fill:#2a2822}.account-manage--members table tbody td .pilled{margin-right:10px}.account-manage--members table tbody td .pilled:last-child{margin-right:0}.account-manage--members table tbody td:first-child{font-weight:700}.account-manage--members table tbody td.actions .vue-feather{cursor:pointer;margin-right:15px}.account-manage--members table tbody td.actions .vue-feather:last-child{margin-right:0}.account-manage--licenses{grid-column:span 4}@media(max-width:1080px){.account-manage--licenses{grid-column:span 12}}.account-manage--licenses .account-manage--title{padding-bottom:16px;border-bottom:1px solid #c3c0bc}.account-manage--title{font-weight:700;line-height:24px;margin-bottom:10px;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px}.account-outside--title{font-weight:800;line-height:48px;letter-spacing:-.96px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:48px}@media(max-width:769px){.account-outside--title{padding-right:10px;font-size:40px;line-height:40px}}.account-outside--desc{margin-top:20px;font-weight:500;line-height:24px;font-family:Inter,sans-serif;color:#2a2822;font-size:16px}.account-outside--form{top:0;width:50%;padding:40px;position:sticky;border-radius:20px;box-sizing:border-box}@media(max-width:1080px){.account-outside--form{padding:40px 20px}}@media(max-width:991px){.account-outside--form{width:100%;margin-top:60px}}@media(max-width:769px){.account-outside--form{padding:0 0}}.account-outside--form-content{padding:40px 64px;border-radius:20px;background:#fff;box-shadow:0 4px 38px 0 rgba(42,40,34,.24)}@media(max-width:1080px){.account-outside--form-content{padding:40px;box-shadow:0 4px 20px 0 rgba(42,40,34,.24)}}@media(max-width:769px){.account-outside--form-content{padding:30px 20px;box-shadow:none}}.account-outside--form.modal-form{max-height:inherit}@media(max-width:769px){.account-outside--form.modal-form{margin-top:30px!important}}.account-outside--form-message{color:#aba8a3}.account-outside--form-powered{margin-top:40px;color:#aba8a3;font-size:12px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--form-powered img{margin-left:8px}.account-outside--form-footer{margin-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--form-footer--item{font-weight:500;line-height:22px;font-size:14px}.account-outside--form-footer--item span{margin-right:8px;color:red;font-size:16px}.account-outside--form-footer--item a{font-weight:700;line-height:20px;text-decoration:none;color:#285d45;font-family:Poppins,sans-serif;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--form-footer--item a .vue-feather{margin-left:10px}.account-outside--form-footer--item a:hover{color:#87c43f}.account-outside--form-footer.flex-end{justify-content:flex-end}.account-outside--info{width:50%}@media(max-width:991px){.account-outside--info{width:100%}}.account-outside--info-price{padding:20px 0;border-bottom:1px solid #c3c0bc}@media(max-width:769px){.account-outside--info-price{padding-top:0}}.account-outside--info-price-cost{margin-top:10px;font-weight:800;line-height:48px;color:#87c43f;letter-spacing:-.96px;font-family:Poppins,sans-serif;font-size:48px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--info-price-cost span{margin-left:8px;font-weight:500;color:#285d45;font-family:Inter,sans-serif;font-size:24px}.account-outside--summary{-moz-column-count:2;column-count:2;-moz-column-gap:30px;column-gap:30px;margin-top:20px;padding-top:20px;border-top:1px solid #c3c0bc}@media(max-width:1080px){.account-outside--summary{-moz-column-count:1;column-count:1}}@media(max-width:991px){.account-outside--summary{-moz-column-count:2;column-count:2}}@media(max-width:769px){.account-outside--summary{-moz-column-count:1;column-count:1}}.account-outside--summary-item{line-height:22px;margin-bottom:15px;padding-right:25px;padding-bottom:20px;font-size:14px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.account-outside--summary-item--icon{margin-right:10px}.account-outside--summary-item--icon .vue-feather{color:#87c43f}.account-outside--summary h4{font-weight:800;line-height:24px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:20px}.account.outside{width:90%;margin:40px auto 120px}@media(max-width:1340px){.account.outside{width:100%}}@media(max-width:769px){.account.outside{margin-top:0}}.account.outside .breadcrumb{margin-top:40px}#card-wrapper{position:absolute;top:110px;left:61%}#card-wrapper .jp-card-front{background:#2a2822}.manage-page .breadcrumb{border-bottom:0!important;margin-bottom:0!important;padding-bottom:20px!important}.manage-page .block{margin-top:0!important;margin-bottom:28px!important}.manage-page .block-title{grid-column:span 6}@media(max-width:991px){.manage-page .block-title{grid-column:span 12}}.reports{padding:0 40px}.reports-insights{margin-top:35px;margin-bottom:48px;padding:0 0 24px 0;border-bottom:1px solid #c3c0bc}.reports-insights--title{font-weight:800;line-height:28px;margin-bottom:16px;letter-spacing:-.48px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:20px}.reports-insights--content{-moz-column-count:2;column-count:2;font-weight:500;padding:15px 0;line-height:24px;color:#285d45;font-size:16px}.reports-insights--content strong{letter-spacing:-.32px;text-transform:uppercase;font-family:Poppins,sans-serif;font-weight:800!important}.reports-insights strong{font-weight:600;margin-bottom:10px;display:inline-block}.reports-filters{padding:0 40px;margin:35px 0 0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.reports-filters--range{max-width:320px}.reports-filters .btn{font-size:14px}.reports-filters--content{font-size:16px}.reports-boxes{display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.reports-boxes-box{padding:25px;text-align:center;background:#fff;border-radius:20px}.reports-boxes-box--title{font-weight:800;line-height:20px;margin-bottom:16px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px}.reports-boxes-box--title .vue-feather{width:19px;cursor:pointer;margin-left:8px}.reports-boxes-box--title .vue-feather svg{color:#fff;fill:#285d45}.reports-boxes-box--count{font-weight:800;line-height:48px;color:#87c43f;letter-spacing:-.96px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:48px}.reports-boxes-box--count.red{color:#f05d23}.reports-boxes-box--type{text-align:left;font-weight:700;margin-left:12px;color:#097847;font-size:14px}.reports-boxes-box--footer{color:#7d7a75;font-weight:700;margin-top:20px;padding-top:15px;border-top:1px solid #dbd9d5}.reports-boxes-box--footer-count{margin:0 5px 0 25px}.reports-boxes-box--footer-type{font-weight:500}.reports-title{margin-bottom:26px;color:#285d45;font-size:24px;font-style:normal;font-weight:800;letter-spacing:-.48px;text-transform:uppercase}.reports-table{padding:0 40px}.reports-table--title{font-weight:800;margin-bottom:10px;letter-spacing:-.48px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:24px}.reports-table .center{text-align:center}.reports-table .th,.reports-table th{font-weight:500;color:#2a2822;font-size:12px}.reports-table .th:first-child,.reports-table th:first-child{width:170px;font-weight:800;color:#285d45;font-size:16px}.reports-table .th{font-size:14px}.reports-table tr{border-bottom:1px solid #c3c0bc}.reports-table td{height:40px;border:0}.reports-table td:first-child{padding-right:30px}.reports-table td:last-child{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.reports-table.f14{font-size:14px}.reports-table.f14 td,.reports-table.f14 th{padding:10px 6px;text-transform:capitalize}.reports-table .row-sticky{top:0;position:sticky;background:#f4f2ee;box-shadow:0 2px 6px -4px #aba8a3}.reports-subTitle{font-weight:800;line-height:28px;margin:80px 0 32px 0;letter-spacing:-.48px;color:#285d45;font-family:Poppins,sans-serif;font-size:24px}.reports-btnInsights{text-align:right;margin-bottom:48px}.reports-btnInsights .btn{color:#fff;font-size:16px;background:#097847}.reports-btnInsights .btn:hover{color:#097847}.reports-compared--charts{padding-top:50px;margin-bottom:65px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.reports-compared--charts-item{width:255px;height:255px;margin:0 40px 0 25px}.reports-compared--charts-item--title{margin-top:20px;font-weight:800;text-align:center;color:#285d45}.lineChart{margin:70px auto 40px}.chartPie{margin:70px auto;padding:0 40px;display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.chartPie-detail{padding-left:10px}.chartPie-detail--title{margin-bottom:20px;color:#285d45;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:800;letter-spacing:-.48px;text-transform:uppercase}.chartPie-detail--item{padding:20px 0;border-top:1px solid #c3c0bc;color:#2a2822;font-size:16px;font-style:normal;font-weight:500;line-height:24px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.chartPie-detail--item-point{width:24px;height:24px;border-radius:4px;margin-right:10px;background-color:#097847}.chartPie-detail--item:nth-child(3) .chartPie-detail--item-point{background-color:#87c43f}.chartPie-detail--item:nth-child(4) .chartPie-detail--item-point{background-color:#c1db98}.chartPie-detail--item:nth-child(5) .chartPie-detail--item-point{background-color:#285d45}.chartPie-detail--item:nth-child(6) .chartPie-detail--item-point{background-color:#fd7a51}.chartPie-detail--item strong{margin-right:10px}.chartPie.inverse .chartPie-detail{order:1}.report-page-title{padding-top:40px;padding-bottom:20px!important}.report-page--content{width:210mm;box-sizing:border-box;padding:0;margin:0 auto;background:#fff}.report-table{padding:20px auto}.none-flex{display:block!important}.front-page{page-break-before:always}.gri-content-index .report-page-title{padding-top:0;font-weight:700;color:#285d45;font-family:Poppins,sans-serif}.gri-content-index .report-page-subtitle{padding-top:0;font-weight:700;margin-top:0;margin-bottom:10px;color:#2a2822;font-family:Poppins,sans-serif}.gri-content-index .report-page-desc{padding-top:0;margin-top:0;margin-bottom:45px;color:#2a2822}.gri-content-index table tr{border-bottom:1px solid #dbd9d5}.gri-content-index table tr th{font-weight:700;color:#2a2822}.gri-content-index table tr th:first-child{min-width:60px}.gri-content-index table tr th:nth-child(3){width:380px}.gri-content-index table tr td{border-bottom:0;color:#2a2822;font-size:14px}.gri-content-index table tr td.topic-table{min-height:25px;font-weight:700;padding-left:10px;padding-right:10px;background-color:#f4f2ee;font-family:Poppins,sans-serif}.gri-content-index table tr td a{text-decoration:none;color:#2a2822}.gri-content-index table tr td.ommited .bold{font-weight:700;margin-bottom:10px}.gri-content-index table tr td.ommited p{font-size:13px;line-height:19px}.gri-content-index table tr td.bold{font-weight:700}.gri-content-index p{color:#2a2822;font-size:14px}.report-page--content table tr{border-bottom:1px solid #c3c0bc}.report-page--content table td{border-bottom:0}.report-page--content .accordion-tab--box{margin-bottom:0;padding-bottom:14px}.table-report tr td:last-child{display:block}.table-report .text-center{text-align:center}.table-report .expand{text-align:right}.table-report .expand .vue-feather{width:18px;color:#c3c0bc}.table-report--subtitle{font-weight:700}.table-report th{border-color:#dbd9d5}.table-report td{border-bottom:0;border-top:1px solid #dbd9d5}.title-sec{padding:40px 40px 0!important}.title-sec h2{color:#097847!important}.context-index-table{margin-top:28px}.context-index-table td,.context-index-table th{padding:10px 6px;font-size:13px!important}.context-index-table tr th{color:#93918c!important;font-weight:500!important}.context-index-table tr th:nth-child(3){width:auto!important}.context-index-table tr th.w380{width:380px!important}.context-index-table tr td:first-child{border-bottom:1px solid #fff}.context-index-table tr td:first-child.border-bottom{border-color:#dbd9d5;font-weight:600}.report-materials{padding-top:90px!important;flex-direction:column!important}.report-materials .report-page-title{margin-bottom:45px}.report-materials .report-topic-name{width:100%;font-weight:500;margin-bottom:20px;align-self:flex-start;font-size:20px}.inventories .block{margin-top:0}.inventories .block-subtitle{font-size:32px}.inventories .breadcrumb{margin-bottom:0;border-bottom:0}.inventories-head{font-weight:700;margin-bottom:24px;justify-content:space-between}.inventories-head,.inventories-head--title{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row}.inventories-head--title{color:#2a2822;text-transform:capitalize;font-size:16px;justify-content:flex-start}.inventories-head--title img{margin-right:10px}.inventories-head--action{cursor:pointer;text-transform:capitalize;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.inventories-head--action .vue-feather{margin-left:8px;color:#87c43f}.inventories-head--action .vue-feather svg{stroke-width:3}.inventories-items .inventory-button{margin-bottom:24px;text-decoration:none}.inventories-items .inventory-button:last-child{margin-bottom:0}.inventory-welcome{width:670px;margin:48px auto}.inventory-welcome .block-description,.inventory-welcome .block-title{grid-column:span 12}.inventory-welcome .btn svg{stroke-width:3;margin-left:8px}.inventory-create--title{font-weight:700;margin-bottom:32px;font-size:20px}.inventory-form--item{margin-bottom:30px}.inventory-form--item label{display:block;font-weight:500;margin-bottom:10px}.inventory-form--item small{display:block;font-weight:500;line-height:22px;margin-bottom:12px;font-size:14px}.inventory-form--item:last-child{margin-bottom:0}.inventory-form .btn{width:100%;font-size:16px}.inventory-form--wrapper{margin-top:35px;display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(20%,1fr));grid-template-rows:auto;justify-content:center;grid-row-gap:10px}.inventory-form--wrapper .inventory-form--item{margin-bottom:0}.inventory-disclaimer{font-weight:500;line-height:24px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.inventory-disclaimer--icon{width:70px}.inventory-disclaimer .vue-feather{width:28px;margin-right:16px;color:#87c43f}.inventory-button{padding:24px;cursor:pointer;border-radius:20px;background:#fff;text-decoration:none;box-shadow:0 0 24px 0 rgba(42,40,34,.16);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.inventory-button--name{font-weight:700;color:#2a2822}.inventory-button--arrow{color:#285d45}.inventory-settings{padding:40px;border-radius:20px;background:#fff;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}.inventory-settings .inventory-records{padding-top:0;border-top:0}.inventory-settings table tr th{color:#93918c;font-weight:500;font-family:Inter,sans-serif;font-size:14px}.inventory-settings table tr td{border-bottom:0}.inventory-settings table tr td.title{font-weight:700}.inventory-settings table tr td.addSource{cursor:pointer;font-weight:700;color:#285d45;font-size:14px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.inventory-settings table tr td.addSource .vue-feather{margin-left:8px}.inventory-settings table tr td.addSource .vue-feather svg{stroke-width:4}.inventory-settings table tr td.addSource:hover{color:#87c43f}.inventory-settings table tr td.actions{cursor:pointer;margin-top:10px}.inventory-settings table tr td:first-child{min-width:340px}.inventory-settings table tr td .v-select{margin:0 20px 0 0;min-width:140px}.inventory-settings table tr td .v-select .vs__dropdown-toggle{border:0}.inventory-records{margin-top:48px;padding-top:32px;border-top:1px solid #c3c0bc}.inventory-records--title{font-weight:800;line-height:28px;margin-bottom:24px;letter-spacing:-.48px;color:#285d45;font-family:Poppins,sans-serif;font-size:24px}.inventory-records table thead tr{border-bottom:1px solid #c3c0bc}.inventory-records table thead tr th{font-weight:500;border-bottom:0;font-family:Inter,sans-serif;font-size:14px}.inventory-records table thead tr th.text-center{text-align:center;justify-content:center}.inventory-records table tbody tr{border-bottom:1px solid #dbd9d5}.inventory-records table tbody tr td{font-weight:500;border-bottom:0;font-family:Inter,sans-serif;font-size:16px}.inventory-records table tbody tr td.text-center{text-align:center;justify-content:center}.inventory-records table tbody tr:last-child{border-bottom:0}.inventory-report{margin:48px 0}.inventory-report .block-title{font-size:40px;font-weight:800;line-height:40px;letter-spacing:-.8px;text-transform:uppercase}.inventory-report .block-description{padding-right:60px;grid-column:span 12;padding-bottom:32px;border-bottom:1px solid #c3c0bc}.inventory-report .block-description p{font-weight:500;line-height:24px;color:#2a2822;font-size:16px}.inventory-report--content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.inventory-report--content-sidebar{top:20px;width:23%;padding:24px;position:sticky;border-radius:16px;background:#dbd9d5;box-sizing:border-box}.inventory-report--content-sidebar--title{font-weight:500;margin-bottom:16px;font-size:16px}.inventory-report--content-sidebar .hr{border-color:#c3c0bc!important}.inventory-report--content-sidebar .vs__dropdown-toggle{border:0}.inventory-report--content-data{width:72%}.inventory-report--compare{padding:0 40px;margin-top:48px}.inventory-report--compare table th{font-weight:500;color:#2a2822;font-size:14px}.inventory table .vue-feather{cursor:pointer}.btnSourceMaping{max-width:190px;border-radius:8px!important;margin:20px 0 0 auto;border:1px solid #dbd9d5!important;font-size:14px;background-color:transparent!important;display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;flex-direction:row}.gri-head{top:12px;right:30px;position:absolute}.gri-head .btn{padding:10px 50px}.gri-welcome{max-width:810px}.gri-welcome--title{font-weight:800;letter-spacing:-1.44px;color:#285d45;font-size:64px}.gri-welcome--subtitle,.gri-welcome--title{text-transform:uppercase;font-family:Poppins,sans-serif}.gri-welcome--subtitle{font-weight:700;color:#2a2822;font-size:20px}.gri-welcome--content{margin-top:20px;position:relative}.gri-welcome--content p{line-height:1.4;margin-bottom:16px;font-size:20px}.gri-welcome button{border:0;cursor:pointer;font-weight:700;padding:8px 20px;border-radius:22px;margin:0 0 0 auto;background:#87c43f;color:#2a2822;font-size:16px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.gri-welcome button .vue-feather{margin-left:10px}.gri-welcome--footer{margin-top:65px}.gri-welcome--footer-item{line-height:1.4;margin-bottom:24px;color:#2a2822;font-size:14px}.gri-welcome--footer-item:first-child{padding-bottom:24px;border-bottom:1px solid #c3c0bc}.gri-welcome--footer-branding{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.gri-welcome--footer-branding img{margin-right:24px}.gri-welcome--footer-branding img:last-child{margin-right:0}.gri-content{grid-column:span 9}.reportSetup{padding-bottom:20px;border-bottom:1px solid #c3c0bc}.reportSetup p{margin-bottom:20px}.grid{position:relative}.grid .accordion-tab--content-question{margin-bottom:0!important}.grid .accordion-tab--content-question.mb-20{margin-bottom:20px!important}.grid-5{display:grid;grid-row-gap:0;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(14%,1fr));grid-template-rows:auto;justify-content:center}.grid-4{grid-template-columns:repeat(auto-fit,minmax(20%,1fr))}.grid-3,.grid-4{display:grid;grid-row-gap:18px;grid-column-gap:30px;grid-template-rows:auto;justify-content:center}.grid-3{grid-template-columns:repeat(auto-fit,minmax(25%,1fr))}.grid-2{display:grid;grid-row-gap:0;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.long-submitted{font-weight:700;margin-top:20px;color:#285d45;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.long-submitted .vue-feather{margin-right:10px;color:#87c43f}.long-test{grid-column:span 9}.long-test .product-feature{top:-110px;right:70px}.long-test--sidebarTitle{width:100%}.long-test--sidebarTitle.calculator-sidebar--header{margin-bottom:28px;padding-bottom:20px}.long-test--sidebarTitle .calculator-sidebar--header-info--title{padding:8px 16px;font-family:Inter,sans-serif;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.long-test--sidebarTitle.active .calculator-sidebar--header-info,.long-test--sidebarTitle:hover .calculator-sidebar--header-info{width:100%;cursor:pointer;border-radius:20px;background:#87c43f}.long-welcome{max-width:690px;padding-left:45px}.long-welcome--title{font-weight:800;line-height:1.2;letter-spacing:-.8px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:40px}.long-welcome--content{margin-top:20px;position:relative}.long-welcome--content p{line-height:1.4;margin-bottom:16px;font-size:20px}.long-welcome--content.fs16 p{margin-bottom:14px;font-size:16px}.long-welcome button{background:#87c43f;color:#2a2822;font-size:16px;padding:8px 20px!important;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.long-welcome button .vue-feather{margin-left:10px}.long-content{padding-left:45px;grid-column:span 9;padding-right:40px}.long-content--title{font-weight:700;line-height:24px;margin-bottom:36px;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px}.long-content .accordion-title--number{width:55px!important}.long-content .accordion-group--number{width:50px!important}.long-content .accordion-tab{padding:0 32px!important}.long-content .accordion-tab--label{cursor:inherit;line-height:24px;font-weight:500!important;padding:26px 0 0!important;align-items:flex-start!important}.long-content .accordion-tab--label span{width:80%}.long-content .accordion-tab--label:after{content:none!important}.long-content .accordion-tab--label-more{cursor:pointer;font-weight:700;padding-left:16px;color:#2a2822;font-family:Poppins,sans-serif;font-size:12px;border-left:1px solid #dbd9d5;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;flex-direction:row}.long-content .accordion-tab--label-more img{margin-left:8px}.long-content .accordion-tab--content{padding-bottom:26px;display:block!important}.long-content .accordion-tab--content-question--wrapper{padding:16px;border-radius:8px;margin:30px 0 10px;background:#f4f2ee;box-sizing:border-box}.long-content .accordion-tab--content-question input[type=text]{margin-top:20px;margin-bottom:20px;max-width:100%!important}.long-content .accordion-tab--content-question .wrap-checkbox{margin-top:20px}.long-content .is-dependent{margin-top:-50px}.long-content .is-dependent .accordion-tab{border-top-left-radius:0!important;border-top-right-radius:0!important;box-shadow:none!important}.long-content .is-dependent .accordion-tab--content-question .wrap-checkbox,.long-content .is-dependent .accordion-tab--content-question input[type=text]{margin-top:0}.long-content .is-dependent .accordion-tab--label{padding-top:0!important;margin-bottom:26px}.long-content .btn{display:block;margin:45px 0 0 auto;font-size:16px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.long-content .btn .vue-feather{margin-left:10px}.assessment{padding-left:45px}.assessment-page .sticky{margin-bottom:48px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-page .sticky .breadcrumb{margin-bottom:0;border-bottom:0}.assessment-page .sticky a{text-decoration:none;color:#2a2822}.assessment-menu--item{width:85%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.assessment p{font-weight:400;line-height:28px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:20px}.assessment .block-title{grid-column:span 6}.assessment .btn{margin-top:38px;max-width:260px;text-decoration:none;color:#2a2822;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment .btn .vue-feather{margin-left:10px}.assessment-welcome{max-width:780px;margin:80px auto;grid-column:span 9;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.assessment-welcome p{font-weight:500;line-height:28px;margin-bottom:20px;font-family:Inter,sans-serif;font-size:16px}.assessment-welcome--profile{min-width:148px}.assessment-welcome--profile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:100%}.assessment-welcome--content{margin-left:48px}.assessment-welcome--content-title{font-weight:700;line-height:32px;margin-bottom:20px;color:#2a2822;font-family:Poppins,sans-serif;font-size:24px}.assessment-welcome--content p{font-size:20px}.assessment-score{position:relative;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid #dbd9d5}.assessment-score--title{font-weight:800;letter-spacing:-.64px;font-family:Poppins,sans-serif;font-size:32px}.assessment-score--counter{font-weight:800;color:#87c43f;font-family:Poppins,sans-serif;font-size:80px}.assessment-score p{max-width:540px}.assessment-score .btn{max-width:114px;padding:7px 12px}.assessment-score img{top:-160px;right:-40px;position:absolute}.assessment-report{margin:0 auto;max-width:1340px;padding-top:80px;border-top:1px solid #dbd9d5;display:grid;grid-row-gap:0;grid-column-gap:40px;grid-template-columns:repeat(12,1fr)}.assessment-report--sidebar{grid-column:span 3}.assessment-report--sidebar-wrapper{top:30px;position:sticky;padding-bottom:40px}.assessment-report--sidebar-item{cursor:pointer;margin-bottom:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--sidebar-item.active{font-weight:700}.assessment-report--sidebar-item.active .assessment-report--sidebar-item--number{color:#87c43f}.assessment-report--sidebar-item--title{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--sidebar-item--title.active{font-weight:700}.assessment-report--sidebar-item--title.active .assessment-report--sidebar-item--number{color:#87c43f}.assessment-report--sidebar-item--number{width:40px;font-weight:700}.assessment-report--sidebar-item--content{margin-top:20px;margin-left:40px}.assessment-report--sidebar-item--content a{display:block;cursor:pointer;margin-bottom:20px;font-size:14px}.assessment-report--sidebar-item--content a.active{font-weight:700}.assessment-report--content{grid-column:span 9;margin-bottom:120px}.assessment-report--content-title{font-weight:700;margin-bottom:32px;font-size:24px}.assessment-report--content-subtitle{font-weight:700;margin-bottom:32px;margin-top:60px;font-size:20px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--content-subtitle img{margin-right:20px}.assessment-report--content-subtitle--counter{font-weight:800;margin-left:28px;color:#87c43f;font-family:Poppins,sans-serif;font-size:24px;display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;flex-direction:row}.assessment-report--content-subtitle--counter span{color:#aba8a3;font-weight:500;margin-bottom:2px;font-family:Inter,sans-serif;font-size:16px}.assessment-report--content-tinyTitle{font-weight:500;margin:14px 0 20px;font-size:14px}.assessment-report--content .spacer{margin:70px auto;height:10px;border-bottom:1px solid #dbd9d5}.assessment-report--content-disclaimer{font-weight:800;line-height:56px;letter-spacing:-.96px;font-family:Poppins,sans-serif;font-size:48px}.assessment-report--content-disclaimer strong{color:#87c43f}.assessment-report--content-introduction{position:relative}.assessment-report--content-introduction img{z-index:-1;right:-100px;position:absolute}.assessment-report--content-introduction img:first-child{top:-210px}.assessment-report--content-introduction img:last-child{top:225px}.assessment-report--content .accordion-group{margin-bottom:20px}.assessment-report--content .accordion-tab{box-shadow:none;border-radius:8px;padding:0 40px 0 20px}.assessment-report--content .accordion-tab--label{font-weight:500;padding:20px 0}.assessment-report--content .accordion-tab--label-title{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.assessment-report--content .accordion-tab--label-title--icon{min-width:32px;min-height:32px;color:#fff;margin-right:14px;border-radius:100%;background-color:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--content .accordion-tab--label-title--icon .vue-feather{width:20px}.assessment-report--content .accordion-tab--label-title--icon.incompleted{background:#dbd9d5}.assessment-report--content .accordion-tab--content h3{font-weight:500;margin-bottom:24px;font-size:16px}.assessment-report--content .accordion-tab--content p{font-weight:500;line-height:24px;margin-bottom:7px;font-size:16px}.assessment-report--content-nextSteps .assessment-report--content-subtitle{margin-top:0;margin-bottom:12px}.assessment-report--content-nextSteps p{font-size:16px}.assessment-report--content-overview{margin:10px 0 32px 0;display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(25%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--content-overview--item{padding:10px 30px;text-align:center;font-size:14px}.assessment-report--content-overview--item-number{font-weight:800;line-height:64px;margin-bottom:6px;color:#87c43f;letter-spacing:-1.28px;font-family:Poppins,sans-serif;font-size:64px}.assessment-report--content-overview--item p{line-height:1.4;font-size:14px}.assessment-report--content-plan{padding:40px 0;margin-bottom:45px;border-top:1px solid #dbd9d5;border-bottom:1px solid #dbd9d5}.assessment-report--content-plan--title{font-weight:800;letter-spacing:-.64px;color:#2a2822;font-family:Poppins,sans-serif;font-size:32px}.assessment-report--content-plan--desc{line-height:1.4;max-width:510px;margin:14px 0 30px;font-size:20px}.assessment-report--content-plan a{font-weight:700;padding:8px 30px;border-radius:20px;text-decoration:none;color:#2a2822;font-family:Poppins,sans-serif;font-size:16px;background-color:#87c43f}.assessment-report--content-impact{margin-top:40px;display:grid;grid-row-gap:40px;grid-column-gap:40px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--content-impact--item{padding-right:40px}.assessment-report--content-impact--item-icon{width:32px;height:32px}.assessment-report--content-impact--item-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.assessment-report--content-impact--item-desc{margin-top:14px;line-height:1.4;font-size:20px}.assessment-report--boxes{margin-bottom:48px;padding-bottom:40px;border-bottom:1px solid #dbd9d5;display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--boxes-item{padding:16px;border-radius:8px;background:#fff;box-sizing:border-box}.assessment-report--boxes-item--counter{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--boxes-item--counter-number{font-weight:800;color:#87c43f;font-family:Poppins,sans-serif;font-size:64px;display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;flex-direction:row}.assessment-report--boxes-item--counter-number span{color:#aba8a3;font-weight:600;margin-bottom:15px;font-family:Inter,sans-serif;font-size:20px}.assessment-report--boxes-item--counter img{width:28px;margin-right:10px}.assessment-report--boxes-item--title{font-weight:700;text-align:center}.assessment-report--boxes-item:last-child{grid-column:span 3}.assessment-report--widgets{display:grid;grid-row-gap:48px;grid-column-gap:48px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--widget{padding:32px;margin-top:42px;background:#fff;border-radius:16px;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}.assessment-report--widget-icon{width:65px}.assessment-report--widget-content{width:calc(100% - 90px)}.assessment-report--widget-content--title{font-weight:800;line-height:24px;margin-bottom:8px;letter-spacing:-.4px;color:#285d45;text-transform:uppercase;font-size:20px}.assessment-report--widget-content p{line-height:24px;font-size:16px}.assessment-report--widget-content .btn{margin-top:20px}.assessment-report--subtitle{font-weight:800;line-height:22px;margin-bottom:24px;letter-spacing:-.48px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:22px}.assessment-report--subtitle span{font-weight:500;line-height:24px;margin-left:18px;font-family:Inter,sans-serif;color:#2a2822;font-size:16px}.assessment-report--twoColumn{display:grid;grid-row-gap:10px;grid-column-gap:10px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--twoColumn-title{font-weight:800;line-height:72px;padding-right:60px;letter-spacing:-1.44px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:64px}.assessment-report--twoColumn-title.exporting{font-size:58px;line-height:60px;padding-right:0}.assessment-report--twoColumn-desc--actions{padding:24px 0;margin:24px 0;border-top:1px solid #c3c0bc;border-bottom:1px solid #c3c0bc}.assessment-report--twoColumn-desc--actions .btn-outline-secondary{cursor:pointer;width:-moz-fit-content;width:fit-content;margin-right:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--twoColumn-desc--actions .btn-outline-secondary img{margin-left:14px}.assessment-report--twoColumn-desc--review{display:grid;grid-row-gap:10px;grid-column-gap:10px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--twoColumn-desc--review p{line-height:24px;margin-bottom:12px;font-size:16px}.assessment-report--twoColumn-desc--review .btn-outline-secondary{width:-moz-fit-content;width:fit-content;margin:0 0 0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--twoColumn-desc--review .btn-outline-secondary img{margin-left:12px}.assessment-report--gstc-products{margin:80px auto;display:grid;grid-row-gap:22px;grid-column-gap:22px;grid-template-columns:repeat(auto-fit,minmax(20%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--gstc-products.exporting{margin-top:40px;margin-bottom:0}.assessment-report--gstc-products.exporting .assessment-report--gstc-products--item{min-height:340px!important}.assessment-report--gstc-products--item{padding:24px;min-height:440px;position:relative;border-radius:16px;background:#c3c0bc;box-sizing:border-box;background-size:cover;background-position:top;display:flex;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;flex-direction:row;flex-direction:column}.assessment-report--gstc-products--item-icon{top:32px;right:32px;position:absolute}.assessment-report--gstc-products--item-icon img{filter:brightness(0) invert(1)}.assessment-report--gstc-products--item-title{font-weight:800;line-height:24px;padding-bottom:16px;color:#fff;letter-spacing:-.4px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:20px;border-bottom:1px solid #fff}.assessment-report--gstc-products--item-desc{margin-top:14px;font-size:80px;font-weight:500;color:#fff;font-family:Inter,sans-serif;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.assessment-report--gstc-products--item-desc span{font-weight:500;padding:0 20px 0;font-size:16px}.assessment-report--gstc-products--item-desc.empty{font-size:16px}.assessment-report--gstc-products--item:first-child{background:linear-gradient(202deg,rgba(42,40,34,0) 48.48%,#2a2822 92.74%),linear-gradient(0deg,rgba(42,40,34,.4),rgba(42,40,34,.4)),url(/img/SustainableOrgMng.28788f5d.jpg) #d3d3d3 50%/cover no-repeat}.assessment-report--gstc-products--item:nth-child(2){background:linear-gradient(202deg,rgba(42,40,34,0) 48.48%,#2a2822 92.74%),linear-gradient(0deg,rgba(42,40,34,.4),rgba(42,40,34,.4)),url(/img/SocialEconomicImpacts.78dedb67.jpg) #d3d3d3 50%/cover no-repeat}.assessment-report--gstc-products--item:nth-child(3){background:linear-gradient(202deg,rgba(42,40,34,0) 48.48%,#2a2822 92.74%),linear-gradient(0deg,rgba(42,40,34,.4),rgba(42,40,34,.4)),url(/img/ImpactsCulturalHeritage.54752bda.jpg) #d3d3d3 50%/cover no-repeat}.assessment-report--gstc-products--item:nth-child(4){background:linear-gradient(202deg,rgba(42,40,34,0) 48.48%,#2a2822 92.74%),linear-gradient(0deg,rgba(42,40,34,.4),rgba(42,40,34,.4)),url(/img/EnvironmentalImpacts.d3ef7e9c.jpg) #d3d3d3 50%/cover no-repeat}.assessment-report--gstc-wins{margin-bottom:80px;padding-bottom:80px;border-bottom:1px solid #c3c0bc;display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.assessment-report--gstc-wins--item h2{font-weight:800;line-height:28px;margin-bottom:16px;letter-spacing:-.48px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:20px}.assessment-report--gstc-wins--item-task{padding:10px 16px;border-radius:8px;margin-bottom:16px;font-size:16px;background:#fff;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.assessment-report--gstc-wins--item-task img{margin-right:10px}.assessment-report--gstc-wins--item .btn-outline-secondary{cursor:pointer;width:-moz-fit-content;width:fit-content;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-report--gstc-wins--item .btn-outline-secondary img{width:26px;margin-left:12px;filter:brightness(0)}.assessment-report--gstc-wins--item .accordion-group{margin-bottom:16px}.assessment-report--gstc-wins--item .accordion-tab{padding:0 20px;border-radius:8px;box-shadow:none}.assessment-report--gstc-wins--item .accordion-tab--label{padding:14px 0}.assessment-report--gstc-wins--item .accordion-tab--label-title{font-size:16px;font-weight:500;line-height:24px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.assessment-report--gstc-wins--item .accordion-tab--label-title img{margin-right:14px}.assessment-report--gstc-wins--item .accordion-tab--content h3,.assessment-report--gstc-wins--item .accordion-tab--content p{font-size:16px;font-weight:700;line-height:24px;margin-bottom:4px;margin-top:16px;font-family:Inter,sans-serif;color:#2a2822}.assessment-report--gstc-wins--item .accordion-tab--content p{margin-top:0;font-weight:500;margin-bottom:0}.assessment-report--gstc-wins.exporting{margin-bottom:30px;padding-bottom:0!important;border-bottom:0!important}.assessment-intro h2{font-size:40px;font-weight:800;line-height:40px;margin-bottom:16px;letter-spacing:-.8px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif}.assessment-intro p{margin-bottom:12px}.assessment-intro .btn{margin-top:20px;font-size:16px}.assessment-intro .btn div{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-intro .btn div img{margin-right:12px}.assessment-intro--duration{padding:16px;max-width:432px;margin:32px 0;border-radius:16px;background:#fff;box-sizing:border-box;color:#2a2822;font-size:14px}.assessment-intro--duration-item{position:relative}.assessment-intro--duration-progress{width:54px;height:54px;margin-top:18px;border-radius:100%;border:2px solid #dbd9d5;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row;font-size:13px;font-family:Inter,sans-serif;font-weight:500;position:relative;color:#67645f}.assessment-intro--duration-progress:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:conic-gradient(#87c43f var(--progress,0),#dbd9d5 var(--progress,0));-webkit-mask:radial-gradient(circle,transparent 60%,#000 61%);mask:radial-gradient(circle,transparent 60%,#000 61%)}.assessment-intro--duration-progress.completed{color:#fff;font-size:0;background:#87c43f;border-color:#87c43f}.assessment-intro--duration-progress.completed:before{content:inherit}.assessment-intro--duration-progress.completed:after{content:"✓";top:3px;font-weight:700;position:absolute;font-size:20px}.assessment-intro--duration-time--minutes{font-size:56px;margin-top:14px;font-weight:500;position:relative;color:#87c43f;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.assessment-intro--duration-time--minutes span{color:#93918c;padding-top:10px;padding-left:12px;font-size:14px}.assessment-intro--duration .wrapper{display:grid;grid-row-gap:10px;grid-column-gap:10px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.assessment-intro--duration .btn{width:100%;display:block;max-width:100%;margin-top:10px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.assessment-intro.terms{max-width:740px}.assessment-intro.terms p{line-height:24px;font-size:16px}.assessment-intro.terms a{color:#285d45}.assessment .btn{padding:8px 20px}.child-tab{padding:16px;border-radius:8px;background:#f4f2ee;margin-bottom:0!important}.child-tab .accordion-tab{background:inherit;padding:0!important;box-shadow:inherit!important}.child-tab .accordion-tab--label{background:inherit;padding-top:0!important}.child-tab .accordion-tab--content{padding-bottom:8px!important}.child-tab .accordion-tab--content .form-check{margin-bottom:28px}.child-tab .accordion-tab--content .form-check label{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.child-tab .accordion-tab--content .form-check label:before{background:#fff}.full-width{padding-left:0;grid-column:span 12}.full-width.exporting .accordion-tab,.full-width.exporting .accordion-tab--label,.full-width.exporting .assessment-report--gstc-wins--item-task{background-color:#f4f2ee!important}.btn-outline-secondary{font-weight:700;padding:8px 16px;border-radius:8px;text-decoration:none;font-family:Poppins,sans-serif;color:#2a2822;border:1px solid #c3c0bc;font-size:14px}.print-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.print-footer--title{width:50%;color:#285d45;font-family:Poppins,sans-serif;font-size:42px;font-weight:800;line-height:42px;letter-spacing:-1.44px;text-transform:uppercase}.print-footer--title strong{color:#87c43f}.print-footer--logo{width:40%;text-align:right}.print-footer--logo img{height:180px;max-width:180px}.action-plan--metrics{margin-bottom:50px;display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(20%,1fr));grid-template-rows:auto;justify-content:center}.action-plan--metrics-item{padding:16px;background:#fff;border-radius:16px}.action-plan--metrics-item--total{font-weight:500;line-height:100%;color:#87c43f;font-family:Inter,sans-serif;font-size:64px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.action-plan--metrics-item--total span{margin-left:8px;font-weight:500;line-height:48px;font-size:24px}.action-plan--metrics-item--title{font-weight:500;line-height:24px;color:#2a2822;font-size:16px}.action-plan--dashboard{margin-bottom:60px;display:grid;grid-row-gap:0;grid-column-gap:40px;grid-template-columns:repeat(12,1fr)}.action-plan--dashboard-sidebar{grid-column:span 3}.action-plan--dashboard-sidebar--item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.action-plan--dashboard-sidebar--item-title{color:#000;font-weight:500;line-height:22px;margin-bottom:16px;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.action-plan--dashboard-sidebar--item-title .vue-feather{width:20px;margin-right:8px}.action-plan--dashboard-sidebar--item-title.green{cursor:pointer;font-weight:700;color:#285d45}.action-plan--dashboard-sidebar--item-tags{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--dashboard-sidebar--item-tags span{cursor:pointer;padding:8px 16px;border-radius:8px;margin:0 10px 10px 0;background:#fff;font-size:14px}.action-plan--dashboard-sidebar--item-tags span.active,.action-plan--dashboard-sidebar--item-tags span:hover{font-weight:600;background:#87c43f}.action-plan--dashboard-sidebar--item-icon{margin-right:16px}.action-plan--dashboard-sidebar--item-icon img{width:28px}.action-plan--dashboard-sidebar--item-info{font-weight:500;padding-left:16px;font-size:14px;border-left:1px solid #dbd9d5}.action-plan--dashboard-sidebar--item-info--label{margin-bottom:8px;font-size:12px}.action-plan--dashboard-sidebar--item-info select{padding-left:0!important}.action-plan--dashboard-sidebar--item:last-child{border-bottom:0;padding-bottom:0}.action-plan--dashboard-sidebar--item .sendToApproval{width:100%;cursor:pointer;margin-top:10px;font-weight:500;padding:8px 10px;text-align:center;border-radius:8px;display:inline-block;box-sizing:border-box;background:#87c43f;font-size:14px}.action-plan--dashboard-sidebar--item.nowrap{flex-wrap:nowrap!important}.action-plan--dashboard-content{grid-column:span 9}.action-plan--dashboard-content--title{margin-top:50px;padding-top:45px;font-weight:700;line-height:28px;margin-bottom:35px;font-size:20px;border-top:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--dashboard-content--title img{width:28px;margin-right:16px}.action-plan--dashboard-content--title:first-child{border-top:0;margin-top:0;padding-top:0}.action-plan--dashboard-content--desc p{margin-bottom:12px}.action-plan--dashboard-content--desc p:last-child{margin-bottom:0}.action-plan--dashboard-content--task{padding:16px;cursor:pointer;border-radius:8px;margin-bottom:16px;background:#fff;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.action-plan--dashboard-content--task-left{width:70%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.action-plan--dashboard-content--task-right{width:30%;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;flex-direction:row}.action-plan--dashboard-content--task:last-child{margin-bottom:0}.action-plan--dashboard-content--task-icon{height:32px;min-width:32px;color:#fff;margin-right:20px;border-radius:100px;background:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--dashboard-content--task-icon svg{width:20px;stroke-width:4}.action-plan--dashboard-content--task-title{padding-right:20px;min-width:calc(100% - 240px)}.action-plan--dashboard-content--task-status{height:48px;padding:0 16px;min-width:120px;border-left:1px solid #dbd9d5;border-right:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--dashboard-content--task-arrow{min-width:70px;text-align:center}.action-plan--dashboard-content--notResults{max-width:90%;margin-top:40px;font-weight:500;font-size:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.action-plan--dashboard-content--notResults-icon{margin-right:10px}.action-plan--wrapper{margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--title{font-weight:800;line-height:36px;letter-spacing:-.64px;color:#285d45;text-transform:uppercase;font-size:32px}.action-plan--status{font-weight:500;line-height:22px;margin-right:24px;color:#2a2822;font-size:14px}.action-plan--task{margin-top:45px}.action-plan--task-attach{margin:35px auto;padding:20px 0;border-top:1px solid #dbd9d5;border-bottom:1px solid #dbd9d5}.action-plan--task-attach,.action-plan--task-attach--item{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--task-attach--item{cursor:pointer;font-weight:700;margin-right:20px;font-size:14px}.action-plan--task-attach--item .vue-feather{margin-left:8px}.action-plan--task-files--head{margin-bottom:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--task-files--head-title{font-weight:700;color:#2a2822;font-size:20px}.action-plan--task-files--head-action{cursor:pointer;font-weight:700;font-size:14px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--task-files--head-action .vue-feather{margin-left:14px}.action-plan--task-files--file{padding:10px 12px;border-radius:8px;margin-bottom:10px;box-sizing:border-box;background-color:#dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--task-files--file-title{font-weight:500;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--task-files--file-title .vue-feather{margin-right:8px}.action-plan--task-files--file-wrapper{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--task-files--file-date{height:20px;color:#7d7a75;font-weight:500;padding-right:10px;font-size:14px;border-right:1px solid #c3c0bc;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.action-plan--task-files--file-delete{cursor:pointer;margin-left:10px}.action-plan--task-files--file-delete .vue-feather{color:#7d7a75}.action-plan--task-files--file:last-child{margin-bottom:0}.action-plan select{border:0;outline:none;font-weight:600;padding:8px 12px;background:transparent;text-transform:capitalize;font-size:14px}.confirmTask .inventory-form{margin-top:40px;padding-top:40px;border-top:1px solid #c3c0bc}:root{--easy-table-border:0px solid red!important;--v-onboarding-overlay-opacity:0.6;--v-onboarding-overlay-fill:#2a2822;--v-onboarding-step-arrow-background:#2a2822}body{padding:0;overflow-x:hidden;background:#f4f2ee;font-family:Inter,sans-serif}body,body p{margin:0;font-size:16px}body p{font-weight:500;line-height:24px;color:#2a2822}body .app-content{margin:0 auto;padding:0 35px;max-width:1440px}@media(max-width:1080px){body .app-content{padding:0 15px}}body h1,body h2,body h3{margin:0;padding:0}body .product-feature{z-index:-1;top:-112px;right:-40px;position:absolute}body .text-black{color:#2a2822!important}body .textarea{width:100%}body .pilled{padding:4px 8px;border-radius:4px;background:#dbd9d5;font-size:14px}body .modal-form{max-height:75vh;overflow-x:auto;margin-top:0!important}@media(max-width:769px){body .modal-form{max-height:90vh}}body .modal-form--title{font-weight:800;line-height:20px;margin-bottom:28px;padding-bottom:14px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-size:16px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .modal-form--title-icon{margin-right:10px}body .modal-form--input{position:relative;margin-bottom:18px}body .modal-form--input-label{display:block;font-weight:700;line-height:20px;margin-bottom:12px;font-family:Poppins,sans-serif;font-size:14px}body .modal-form--input:last-child{margin-bottom:0}body .modal-form--input.group{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}body .modal-form--input td{font-size:14px}body .modal-form--message{font-weight:500;line-height:22px;margin-bottom:35px;font-size:14px}body .modal-form .showPwd{top:41px;width:20px;right:16px;color:#aba8a3;cursor:pointer;position:absolute}body .modal-form.calculator-form{border-radius:0}@media(max-width:769px){body .modal-form.calculator-form{width:100%!important}}body .modal-form .calculator-form--button .btn-primary,body .modal-form .calculator-form--button span{font-size:14px}body .modal-form.max480{max-width:480px}body .modal-form .asGroup{display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(25%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:769px){body .modal-form .asGroup{margin-bottom:20px;display:grid;grid-row-gap:0;grid-column-gap:0;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center}}body .modal-form .calculator-btnUpload{margin-top:0;font-size:12px}body .rounded-100{border-radius:100%}body .cover{-o-object-fit:cover;object-fit:cover}body .contain{-o-object-fit:contain;object-fit:contain}body .b-0{border:0!important}body .pt-0{padding-top:0!important}body .pt-30{padding-top:30px}body .mt-40{margin-top:40px}body .w-100{width:100%}body .w-30{width:30%}body .mw-180{width:180px}body .w-60{width:60%}body .hr-top{margin-top:30px;padding-top:25px;border-top:1px solid #dbd9d5}body .calculator{width:100%;position:relative;margin-bottom:60px;display:grid;grid-row-gap:26px;grid-column-gap:26px;grid-template-columns:repeat(12,1fr)}body .calculator-sidebar{padding:5px 0;grid-column:span 3;box-sizing:border-box}body .calculator-sidebar--header{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid #c3c0bc;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;flex-direction:row}body .calculator-sidebar--header-info--title{font-weight:700;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px}body .calculator-sidebar--header-info--date{margin:4px 0;font-weight:700;font-size:16px}body .calculator-sidebar--header-info--type{font-weight:500;font-size:14px}body .calculator-sidebar--header-action{cursor:pointer;font-weight:700;text-decoration:underline;font-size:14px}body .calculator-sidebar--content{top:90px;position:sticky}body .calculator-sidebar--content-group{margin-bottom:24px;padding-bottom:10px;border-bottom:1px solid #c3c0bc}body .calculator-sidebar--content-group:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}body .calculator-sidebar--footer{top:540px;position:sticky;margin-top:30px;padding-top:30px;border-top:1px solid #c3c0bc}body .calculator-sidebar--footer-title{font-weight:700;padding:4px 24px;border-radius:20px;background:#87c43f;color:#2a2822;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-sidebar--changeInv{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #c3c0bc}body .calculator-sidebar--changeInv .vs__dropdown-toggle{border:0}body .calculator-sidebar--changeInv .vs__selected{font-weight:700}body .calculator-sidebar--item{font-weight:700;line-height:20px;font-style:normal;padding:4px 20px;margin-bottom:20px;text-decoration:none;color:#2a2822;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-sidebar--item-icon{width:35px;height:35px;margin-right:16px}body .calculator-sidebar--item-icon img{-o-object-fit:cover;object-fit:cover}body .calculator-sidebar--item.router-link-exact-active,body .calculator-sidebar--item:hover{border-radius:20px;background:#87c43f}body .calculator-sidebar--item.router-link-exact-active .completed,body .calculator-sidebar--item:hover .completed{background:#285d45;border-color:#285d45}body .calculator-sidebar--item-number{width:24px;height:24px;margin-right:16px;border-radius:100%;border:2px solid #2a2822}body .calculator-sidebar--item-number,body .calculator-sidebar--item-progress{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-sidebar--item-progress{width:26px;height:26px;border-radius:100%;border:2px solid #dbd9d5;font-size:12px;font-family:Inter,sans-serif;font-weight:400;position:absolute;right:10px}body .calculator-sidebar--item-progress:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:conic-gradient(#2a2822 var(--progress,0),#dbd9d5 var(--progress,0));-webkit-mask:radial-gradient(circle,transparent 60%,#000 61%);mask:radial-gradient(circle,transparent 60%,#000 61%)}body .calculator-sidebar--item-progress.completed{color:#fff;font-size:0;background:#87c43f;border-color:#87c43f}body .calculator-sidebar--item-progress.completed:before{content:inherit}body .calculator-sidebar--item-progress.completed:after{content:"✓";top:3px;font-weight:700;position:absolute;font-size:20px}body .calculator-content{padding:0 5%;grid-column:span 9}body .calculator-content--title{padding:0;font-weight:800;line-height:40px;font-style:normal;margin-bottom:16px;letter-spacing:-.96px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:40px}body .calculator-content--description{padding:0;font-weight:500;line-height:22px;font-family:Inter,sans-serif;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}body .calculator-content--description-info{width:75%;padding-right:25px;border-right:1px solid #c3c0bc}body .calculator-content--description-methodology{width:26%;text-align:right}body .calculator-content--description-methodology span{padding:4px 8px;margin-right:14px;border-radius:4px;background:#dbd9d5;font-family:Inter,sans-serif;color:#2a2822;font-size:14px}body .calculator-content--description-methodology span:last-child{margin-right:0}body .calculator-content--tabs{padding:0;margin-bottom:24px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-content--tabs-item{cursor:pointer;margin-top:10px;font-weight:700;font-style:normal;margin-right:32px;padding-bottom:4px;font-family:Poppins,sans-serif;font-size:14px;border-bottom:3px solid transparent}body .calculator-content--tabs-item.active,body .calculator-content--tabs-item:hover{border-color:#87c43f}body .calculator-form{margin:32px 0;border-radius:20px;background:#fff;padding:32px 40px 20px 40px;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}body .calculator-form--title{font-weight:700;font-style:normal;margin-bottom:24px;padding-bottom:20px;color:#2a2822;font-family:Poppins,sans-serif;font-size:16px;border-bottom:1px solid #c3c0bc;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-form--desc{color:#3d3b35;font-weight:500;line-height:32px;margin-bottom:32px;font-size:20px}body .calculator-form--label{font-weight:500;line-height:22px;margin-bottom:10px;font-family:Inter,sans-serif;color:#2a2822;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-form--label .vue-feather{width:19px;cursor:pointer;margin-left:10px}body .calculator-form--label .vue-feather svg{color:#fff;fill:#285d45}body .calculator-form--row{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-form--row-group{width:30%;position:relative;margin-right:28px;margin-bottom:20px}body .calculator-form--row-group span{font-weight:500;margin-left:10px;color:#2a2822}body .calculator-form--row-group .mark{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .calculator-form--row-group .mark span{right:10px;width:48px;color:#c3c0bc;position:absolute;text-align:center;border-radius:10px;background-color:#fff}body .calculator-form--row-group:last-child{margin-right:0}body .calculator-form--row-group.error .calculator-form--label{color:red}body .calculator-form--row-group.w-50{width:63%;margin-right:0}body .calculator-form--row-group.w-100{width:96%;margin-right:0}body .calculator-form--button{margin-top:25px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-form--button .btn-primary{margin-left:32px}body .calculator-form--button span{margin-left:32px;cursor:pointer;font-style:normal;font-weight:700;line-height:20px;color:#2a2822;font-family:Poppins,sans-serif;font-size:16px}body .calculator-form--button span:first-child{padding-right:25px;border-right:1.5px solid #dbd9d5}body .calculator-logs{padding:0 40px;margin-top:64px}body .calculator-logs--content-actions .vue-feather{color:#285d45}body .calculator-logs--content-actions .vue-feather:hover{color:#87c43f}body .calculator-logs--content-footer{margin:18px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-logs--content-footer--download span{cursor:pointer;font-weight:700;line-height:20px;font-style:normal;color:#285d45;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-logs--content-footer--download span .vue-feather{margin-left:8px}body .calculator-logs--content-footer--download span:hover{color:#87c43f}body .calculator-footnote{margin-top:32px;padding:0 40px;color:#2a2822;font-size:14px;font-style:normal;font-weight:500;line-height:22px}body .calculator-files{margin:10px 0 20px 0}body .calculator-files--title{font-weight:700;line-height:20px;font-style:normal;margin-bottom:16px;color:#285d45;font-family:Poppins,sans-serif;font-size:16px}body .calculator-files--content{overflow-x:auto;max-height:260px}body .calculator-files--content-item{padding:8px 20px;margin-bottom:12px;border-radius:22px;background:#f4f2ee;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-files--content-item a{cursor:pointer;font-weight:500;line-height:24px;font-style:normal;text-decoration:none;font-family:Inter,sans-serif;color:#2a2822;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-files--content-item a .vue-feather{margin-right:8px;color:#285d45}body .calculator-files--content-item-delete{cursor:pointer}body .calculator-files--content-item-delete:hover{color:#285d45}body .calculator-files--content-item:last-child{margin-bottom:0}body .calculator-btnUpload{cursor:pointer;margin-top:20px;font-weight:700;padding:8px 20px;line-height:20px;font-style:normal;border-radius:22px;display:inline-block;color:#097847;background-color:#f4f2ee;font-family:Poppins,sans-serif;font-size:16px}body .calculator-btnUpload span{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-btnUpload .vue-feather{margin-left:15px;color:#87c43f;transform:rotate(-180deg)}body .btn-primary{border:0;cursor:pointer;display:block;font-weight:700;padding:8px 24px;border-radius:22px;letter-spacing:-.304px;font-family:Poppins,sans-serif;color:#2a2822;font-size:16px;background-color:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .btn-primary .vue-feather{width:16px;margin-left:8px;color:#285d45}body .btn-primary .vue-feather svg{stroke-width:4px}body .btn-primary:hover{color:#fff;background:#285d45}body .btn-primary:hover .vue-feather{color:#87c43f}body .btn-primary:disabled{opacity:.6}body .btn-primary:disabled:hover{cursor:no-drop;color:#2a2822;background-color:#87c43f}body input,body input[type=password],body textarea{width:100%;height:38px;color:#aba8a3;font-weight:500;text-indent:12px;border-radius:8px;font-family:Inter,sans-serif;border:1px solid #67645f;font-size:16px;box-sizing:border-box}body textarea{width:100%;height:90px;text-indent:0;padding:15px 20px;box-sizing:border-box}body .vs__dropdown-toggle{border-radius:8px;padding-bottom:0;background:#fff;border:1px solid #67645f}body .vs__dropdown-toggle .vs__selected{margin-top:0}body .table-wrap{width:100%;overflow-x:auto;padding-bottom:16px}body .table-wrap table{min-width:840px}body table{width:100%;border-collapse:collapse}body table th{padding:15px 0;text-align:left;font-weight:800;font-style:normal;position:relative;letter-spacing:-.32px;color:#285d45;font-family:Poppins,sans-serif;border-bottom:1px solid #c3c0bc}body table th.sort{cursor:pointer}body table th.sort:after{top:50%;content:"";margin-left:10px;position:absolute;transform:translateY(-50%);border-top:8px solid #c3c0bc;border-left:6px solid transparent;border-right:6px solid transparent}body table th.sort.active.asc:after{border-top:0;border-bottom:8px solid #87c43f}body table th.sort.active.desc:after{border-bottom:0;border-top:8px solid #87c43f}body table th.sort:hover:after{border-top:0;border-bottom:8px solid #87c43f}body table td{padding:15px 0;color:#2a2822;border-bottom:1px solid #c3c0bc}body table td:last-child{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}body table td:last-child span{cursor:pointer;font-weight:700;margin-left:20px;letter-spacing:-.304px;font-family:Poppins,sans-serif}body .v3dp__elements[data-v-65eb861b] button{padding:2px 5px!important}body .auth{padding:80px;max-width:540px;margin:80px auto;position:relative;border-radius:20px;background:var(--Primary-White,#fff);box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}body .auth-title{font-size:40px;font-style:normal;font-weight:800;margin-bottom:32px;letter-spacing:-.8px;text-transform:uppercase}body .auth label,body .auth-title{color:#285d45;font-family:Poppins,sans-serif}body .auth label{font-size:16px;font-weight:700;margin-bottom:16px;display:block}body .auth-form--group{margin-bottom:32px}body .auth-form button{cursor:pointer;width:100%;border:0;padding:12px 10px;border-radius:20px;font-weight:700;font-size:16px;font-family:Poppins,sans-serif;background:#87c43f;color:#2a2822}body .auth-form button:disabled{opacity:.6;cursor:no-drop}body .auth img{top:-236px;position:absolute;right:-165px;z-index:-1}body .airports{top:70px;left:0;right:0;z-index:99;max-height:200px;overflow-y:auto;padding:20px 48px;background:#fff;position:absolute;padding-left:25px!important}body .airports-aireport{cursor:pointer;list-style:none;font-weight:600;margin-bottom:10px;text-decoration:none;font-family:Poppins,sans-serif;font-size:14px}body .airports-aireport:last-child{margin-bottom:0}body .w-40{width:40%!important;margin-right:20px!important}body .stop-flight{margin-top:15px;width:65%!important}body .stop-flight .calculator-form--input{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .stop-flight .calculator-form--input-remove{cursor:pointer;margin-left:20px;font-family:500;font-family:Poppins,sans-serif;color:#285d45;font-size:14px}body .newDestionation{width:100%;margin-top:15px;text-align:right}body .newDestionation-plus{cursor:pointer;color:#285d45}body .breadcrumb,body .newDestionation-plus{font-family:Poppins,sans-serif;font-size:14px;font-weight:700}body .breadcrumb{color:#93918c;line-height:20px;margin-bottom:48px;padding-bottom:26px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}@media(max-width:1080px){body .breadcrumb{margin-bottom:25px;padding-bottom:15px}}@media(max-width:769px){body .breadcrumb{margin-top:15px!important}}body .breadcrumb .vue-feather{width:20px}body .breadcrumb a{text-decoration:none;color:#285d45;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .breadcrumb-gme{margin:0 10px}body .breadcrumb-spacer{font-weight:400;margin-right:10px}body .spreadsheetInfo{padding:24px 48px;border-radius:20px;background:#dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .spreadsheetInfo-download{width:60%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .spreadsheetInfo-download--icon{margin-right:24px}body .spreadsheetInfo-upload{width:40%}body .spreadsheetInfo-upload svg{color:#87c43f;margin-left:8px;margin-right:0;transform:rotate(180deg)}body .spreadsheetInfo-upload span{cursor:pointer;display:block;max-width:240px;padding:8px 20px;margin:0 0 0 auto;border-radius:22px;background:#f4f2ee;color:#097847!important}body .spreadsheetInfo span{cursor:pointer;display:block;margin-top:10px;font-weight:700;line-height:20px;text-decoration:none;color:#285d45;font-family:Poppins,sans-serif;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .spreadsheetInfo span.center{justify-content:center}body .spreadsheetInfo span svg{width:22px;margin-left:8px;stroke-width:3}body .spreadsheetInfo.gri{padding:24px 30px;margin:35px auto}body .spreadsheetInfo.gri .spreadsheetInfo-download{width:70%}body .spreadsheetInfo.gri .spreadsheetInfo-download--icon{margin-right:12px}body .spreadsheetInfo.gri .spreadsheetInfo-upload{width:30%}body .spreadsheetInfo.gri .spreadsheetInfo-upload .spreadsheetInfo-download--text{text-align:right}body .spreadsheetInfo.gri .spreadsheetInfo-upload .spreadsheetInfo-download--text .goToCalculator{font-weight:700;text-decoration:none;color:#285d45;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;flex-direction:row}body .spreadsheetInfo.gri .spreadsheetInfo-upload .spreadsheetInfo-download--text .goToCalculator svg{color:#285d45}body .spreadsheetInfo.header-basic{padding:0;justify-content:flex-end;background-color:transparent}body .spreadsheetInfo.header-basic .spreadsheetInfo-upload{width:100%}body .spreadsheetInfo.header-basic span{padding:0;margin-top:0;background:transparent;font-size:14px}body .spreadsheetInfo.header-basic span svg{width:20px;color:#097847}body .products{margin:30px auto 45px auto;display:grid;grid-row-gap:35px;grid-column-gap:35px;grid-template-columns:repeat(auto-fit,minmax(31%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:991px){body .products{display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center}}body .products-product{width:100%;padding:24px;min-height:250px;margin-right:48px;border-radius:20px;box-sizing:border-box;background-color:#fff;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}body .products-product:last-child{margin-right:0}@media(max-width:991px){body .products-product{margin-right:0}}body .products-product--icon{width:40%;height:130px;text-align:right}body .products-product--icon svg{width:160px;height:160px}body .products-product--icon img{width:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:991px){body .products-product--icon img{-o-object-fit:contain;object-fit:contain;height:100%}}body .products-product--wrapper{min-height:210px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row}@media(max-width:991px){body .products-product--wrapper{min-height:auto}}body .products-product--info{width:50%}@media(max-width:1280px){body .products-product--info{width:60%}}body .products-product--info-title{font-size:24px;font-weight:800;line-height:28px;font-style:normal;margin-bottom:10px;letter-spacing:-.48px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif}@media(max-width:991px){body .products-product--info-title{font-size:20px;line-height:24px}}body .products-product--info-desc{font-size:16px;font-weight:500;line-height:24px;font-style:normal;font-family:Inter,sans-serif;color:#2a2822}body .products-product--button{width:100%}body .products-product--button-action{border:0;width:180px;cursor:pointer;font-size:16px;font-weight:700;padding:8px 20px;line-height:20px;font-style:normal;border-radius:22px;display:inline-block;text-decoration:none;box-sizing:border-box;color:#2a2822;font-family:Poppins,sans-serif;background-color:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}@media(max-width:1280px){body .products-product--button-action{width:100%;margin-top:30px}}body .products-product--button-action .vue-feather{margin-left:8px}body .products-product--button-action .vue-feather svg{stroke-width:3}body .products-product--button-action:disabled{cursor:no-drop;color:#aba8a3;background-color:#dbd9d5}body .flight-options{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .flight-options .input-radio{margin-right:20px}body .input-radio label{cursor:pointer;font-weight:500;line-height:1.5;font-style:normal;font-family:Inter,sans-serif;color:#2a2822;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .input-radio label.strong{font-weight:600}body .input-radio input{width:20px;height:20px;font-size:3em;min-width:20px;min-height:20px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px;border-radius:50%;margin-bottom:3px;border:4px solid #fff;background-clip:border-box;box-shadow:0 0 0 1px #67645f;transition:background-color .3s,box-shadow .3s}body .input-radio input:checked{background-color:#87c43f;box-shadow:0 0 0 1px #2a2822}body .input-radio input:checked:disabled{background-color:#c3c0bc}body .input-radio input:disabled{cursor:not-allowed;box-shadow:0 0 0 1px #c3c0bc}body .input-radio.m25 input{margin-right:25px}body .input-radio.mr-15 input{margin-right:15px}body .input-radio--desc{line-height:1.4;margin:15px 0 20px 40px;font-size:14px}body .leaks .calculator-form--row{max-width:740px}body .setting .calculator-form--title{padding-top:25px;margin-top:32px;border-top:1.5px solid #dbd9d5}body .setting .calculator-form--title:first-child{border-top:0;padding-top:0;margin-top:0}body .setting .calculator-form--row{max-width:420px}body .setting .calculator-form--row-group{width:100%;margin-right:0}body .setting .input-radio{width:100%;margin-bottom:20px}body .preview-data{height:420px;min-width:640px;overflow-y:auto;margin-top:30px}body .preview-data--actions{margin-top:30px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}body .preview-data--actions span{cursor:pointer;margin-right:30px;font-weight:700;color:#2a2822;font-size:16px;font-family:Poppins,sans-serif}body .vs--multiple .vs__selected-options{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .vs--multiple .vs__selected-options .vs__selected{padding:0 10px}body .onboarding .product-feature{top:-280px;right:-180px}body .onboarding .calculator-content{position:relative;margin:80px auto 90px auto}body .onboarding .calculator-content .calculator-form{margin:0 auto;max-width:640px;position:relative;padding:60px 40px}body .dp__btn.dp--preset-range{font-weight:600;color:#2a2822;font-size:14px}body .dp__btn.dp--preset-range:hover{background:rgba(135,196,63,.2)}body .dp__range_end,body .dp__range_start{background:#097847}body .dp__calendar_header_item{font-size:14px}body .dp__today{border-color:#097847}body .dp__calendar_item{font-size:14px}body .capitalize{text-transform:capitalize}body .w-80{width:80%}body .sticky{top:0;z-index:9;position:sticky;background:#f4f2ee}body .sticky .breadcrumb{padding-top:20px}body .align-end{align-items:flex-end}body .span2{grid-column:span 2}body .span2 input{max-width:100%!important}body .materials{width:90%;position:relative}body .materials .remove-item-button{right:-50px;bottom:5px;position:absolute}body .ratio{width:90%;position:relative}body .ratio .remove-item-button{right:-50px;bottom:14px;position:absolute}body .remove-item-button{right:0;z-index:20;cursor:pointer;position:absolute}body .remove-item-button:hover{color:#87c43f}body .remove-item-button.top-0{top:0}body .relative{position:relative}body .form-check{display:block;margin-bottom:15px}body .form-check input{padding:0;display:none;width:auto;height:auto;cursor:pointer;margin-bottom:0}body .form-check input:checked+label:after{top:3px;left:8px;width:4px;content:"";height:11px;display:block;position:absolute;border:solid #87c43f;border-width:0 3px 3px 0;transform:rotate(45deg)}body .form-check input:checked:disabled+label:after{border:solid #c3c0bc;border-width:0 3px 3px 0}body .form-check label{cursor:pointer;position:relative;text-transform:capitalize}body .form-check label:before{content:"";padding:10px;cursor:pointer;margin-right:10px;border-radius:6px;position:relative;display:inline-block;vertical-align:middle;background-color:transparent;border:1px solid #2a2822;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05)}body .form-check input:disabled+label{cursor:not-allowed}body .form-check input:disabled+label:before{border:1px solid #c3c0bc}body .ql-toolbar{background:#fff}body .ql-container{height:190px;margin-bottom:20px;background:#fff}body .comite{margin-top:20px;position:relative}body .comite-title{font-weight:700;margin-bottom:16px;position:relative}body .comite .remove-item-button{right:0;top:0;position:absolute}body .comite:last-child{margin-top:0}body .hr{padding-bottom:16px;border-bottom:1px solid #dbd9d5}body .max-320{max-width:320px}body .max-380{max-width:380px}body .max-480{max-width:480px}body .max-160{max-width:160px}body .max-180{max-width:180px}body .max-210{max-width:210px}body .max-240{max-width:240px}body .max-260{max-width:260px}body .max-510{max-width:510px}body .max-640{max-width:640px}body .width-35-p{width:38%!important}body .add-item-button{cursor:pointer;color:#67645f;font-weight:700;margin-top:25px;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .add-item-button .vue-feather{width:18px;margin-left:8px}body .add-item-button:hover{color:#87c43f}body .pb-30{padding-bottom:30px!important}body .monthsFilter{width:85%;background:#f4f2ee;display:grid;grid-row-gap:0;grid-column-gap:0;grid-template-columns:repeat(auto-fit,minmax(8%,1fr));grid-template-rows:auto;justify-content:center}body .monthsFilter-item{cursor:pointer;font-weight:700;padding:12px 18px;background:#fff}body .monthsFilter-item.active,body .monthsFilter-item:hover{background:#f4f2ee}body .monthsFilter-content{padding:20px 18px;background:#f4f2ee;box-sizing:border-box}body .mb-10,body .monthsFilter-content .grid .accordion-tab--content-question{margin-bottom:10px}body .mt-10{margin-top:10px}body .mt-20{margin-top:20px}body .mt-30{margin-top:30px}body .mt-35{margin-top:35px}body .mt-48{margin-top:48px}body .mb-30{margin-bottom:30px}body .mb-20{margin-bottom:20px!important}body .mb-45{margin-bottom:45px!important}body .pb-10{padding-bottom:10px}body .pb-35{padding-bottom:35px}body .gri-full{grid-column:span 9}body .gri-full-3{grid-column:span 3}body .gri-full-2{grid-column:span 2}body .griReport{width:210mm;margin:0 auto;background-color:#fff}body .report-head{width:210mm;margin:0 auto 45px;font-weight:800;color:#285d45;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;flex-direction:row}body .report-head--title{width:80%;line-height:1.2;text-transform:uppercase;font-size:24px;font-family:Poppins,sans-serif}body .report-head--download{cursor:pointer;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .report-head--download .vue-feather{width:20px;margin-left:10px}body .pdf-page{width:210mm;min-height:297mm;box-sizing:border-box;padding:0;margin:0 auto}body .columns-2{padding-top:40px;-moz-column-count:2;column-count:2;-moz-column-gap:40px;column-gap:40px;-moz-column-rule:1px solid #dbd9d5;column-rule:1px solid #dbd9d5;padding-bottom:45px}body .page{padding:0 40px;background:#fff;box-sizing:border-box}body .page-title{padding-top:30px;font-size:18px}body .page h3,body .page-title{padding-top:15px;font-weight:700;color:#2a2822;font-family:Poppins,sans-serif}body .page h3 small,body .page-title small{color:#aba8a3;font-weight:400;margin-left:10px;font-family:Inter,sans-serif;font-size:12px}body .page h1,body .page h2,body .page h3,body .page h4{font-weight:700;color:#2a2822;font-family:Poppins,sans-serif}body .page h1{font-size:18px}body .page h2{font-size:17px}body .page h3,body .page h4,body .page h5{font-size:16px}body .page-text{padding-bottom:20px;padding:20px 0;border-bottom:1px solid #dbd9d5}body .page h1,body .page h2,body .page h3,body .page h4,body .page h5{margin:0;padding-bottom:10px}body .page p{padding:5px 0;font-size:14px}body .page p:last-child{margin-bottom:0}body .page img{width:100%;-o-object-fit:contain;object-fit:contain}body .page-content{padding:20px;border-radius:20px;background:#f4f2ee;margin:30px auto}body .page-cards{padding:40px 0;grid-template-columns:repeat(auto-fit,minmax(25%,1fr))}body .page-cards,body .page-cards.per2{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-rows:auto;justify-content:center}body .page-cards.per2{grid-template-columns:repeat(auto-fit,minmax(45%,1fr))}body .page-cards--item{padding:30px 20px;text-align:center;border-radius:20px;background:#f4f2ee;color:#2a2822;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .page-cards--item-title{width:100%;font-weight:700;margin-bottom:12px}body .page-cards--item-number{font-weight:800;overflow-wrap:anywhere;font-size:24px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .page-cards--item-number small{margin:0 10px;font-size:14px}body .page table{width:100%;box-sizing:border-box}body .page table th{font-size:12px;color:#2a2822}body .page table th,body .page table tr td{padding:15px 6px;text-align:center;border-left:1px solid #c3c0bc}body .page table tr td{justify-content:center;font-size:14px}body .page table tr td p{font-size:14px}body .page table tr td:last-child span{font-weight:400!important}body .page table .w25{width:25px}body .page table .w145{width:145px}body .page table .w245{width:245px}body .page table .bl-0{border-left:0}body .page table .text-left{text-align:left;justify-content:flex-start}body .page.attachment-links{padding-top:20px}body .page.attachment-links a{font-weight:600;padding-bottom:15px;margin-bottom:20px;text-decoration:none;color:#2a2822;font-family:Poppins,sans-serif;font-size:16px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .page.attachment-links a .vue-feather{margin-right:10px;color:#285d45}body .page1{color:#fff;margin:0 auto;overflow:hidden;position:relative;box-sizing:border-box;padding:80px 40px 40px;background-color:#87c43f;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}body .page1-title{width:100%;line-height:1;font-weight:800;font-size:125px;font-style:normal;letter-spacing:-3.2px;text-transform:uppercase;font-family:Poppins,sans-serif}body .page1-title--gme{margin-top:50px;font-weight:400;letter-spacing:0;font-family:Inter,sans-serif;text-transform:capitalize;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .page1-title--gme img{margin-left:20px}body .page1 .icon-report{right:0;bottom:0;opacity:.6;position:absolute}body .welcome{color:#fff;padding:60px 40px 0;box-sizing:border-box;background-color:#097847}body .welcome-title{width:100%;line-height:1.1;max-width:380px;font-weight:800;margin-bottom:60px;font-size:48px;font-style:normal;letter-spacing:-1.28px;text-transform:uppercase;font-family:Poppins,sans-serif}body .welcome-desc{margin:0 auto;max-width:640px}body .welcome-desc p{color:#fff;margin-bottom:30px}body .index{color:#fff;overflow:hidden;position:relative;padding:90px 25px;box-sizing:border-box;page-break-after:always;background:#fff}body .index-item{padding:10px 20px;position:relative}body .index-item--title{font-weight:800;margin-bottom:40px;position:relative;padding-bottom:15px;color:#87c43f;letter-spacing:-.4px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:20px}body .index-item--nav,body .index-item--title{text-decoration:none;border-bottom:1px solid #dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .index-item--nav{font-size:14px;font-weight:500;line-height:22px;margin:10px 0;padding:15px;color:#2a2822}body .index-item--nav span{width:90%}body .index-item--nav-pageNumber{color:#93918c;font-weight:700}body .page-break-before{page-break-before:always}body .mainSection{padding:260px 0 0 60px;color:#fff;overflow:hidden;box-sizing:border-box;background-color:#3d3b35;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row;position:relative}body .mainSection-number{top:190px;left:-50px;line-height:.9;opacity:.1;font-size:620px;font-weight:800;position:absolute;font-family:Poppins,sans-serif}body .mainSection-title{width:80%;font-weight:800;line-height:48px;margin-bottom:20px;position:relative;color:#87c43f;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:48px}body .mainSection-title img{display:block}@media print{body body{margin:0;padding:0}body .page1{margin:0!important;padding:0!important}}body .cases-item{margin-bottom:30px}body .cases-item input{max-width:320px}body .cases-item:last-child{margin-bottom:0}body .flex-end{display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;flex-direction:row}body .btn{border:0;cursor:pointer;font-weight:700;padding:10px 20px;border-radius:20px;font-family:Poppins,sans-serif;background-color:#87c43f}body .btn:hover{background-color:rgba(135,196,63,.4)}body .btn-delete{color:red;background-color:#f4f2ee}body .btn-delete:hover{color:#fff;background-color:red}body .content{width:calc(100% - 420px)}body .content-title{font-size:40px;font-weight:800;line-height:40px;margin-bottom:16px;letter-spacing:-.8px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif}body .content-desc p{font-size:16px;font-weight:500;line-height:24px;margin-bottom:8px;font-family:Inter,sans-serif;color:#2a2822}body .content-desc p:last-child{margin-bottom:0}body .content-wrapper{margin:48px 0;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}body .content-wrapper .gme-card{width:65%}body .content-wrapper .quick-actions{width:30%}body .gme-layout{padding-bottom:94px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}body .gme-card{padding:32px 40px;border-radius:16px;box-sizing:border-box;background:#fff;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}body .gme-card--title{font-size:16px;font-weight:700;line-height:24px;margin-bottom:16px;padding-bottom:16px;color:#2a2822;border-bottom:1px solid #dbd9d5}body .gme-source{margin-bottom:48px}body .gme-source:last-child{margin-bottom:0}body .gme-source--header{font-size:14px;font-weight:700;line-height:22px;margin-bottom:20px;color:#2a2822}body .gme-source--header,body .gme-source--header-action{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .gme-source--header-action{cursor:pointer;padding:8px 16px;border-radius:8px;border:1px solid #dbd9d5}body .gme-source--content{padding:16px;border-radius:8px;background:#f4f2ee;box-sizing:border-box}body .form-row{position:relative;margin-bottom:24px}body .form-row--label{width:100%;font-size:15px;font-weight:500;line-height:22px;margin-bottom:8px;display:inline-block;color:#2a2822}body .form-row:last-child{margin-bottom:0}body .form-row--multiple .form-check,body .form-row--multiple .input-radio{margin-bottom:12px}body .form-row--multiple .form-check:first-child,body .form-row--multiple .input-radio:first-child{margin-top:12px}body .form-row--multiple .form-check:last-child,body .form-row--multiple .input-radio:last-child{margin-bottom:0}body .form-row.highlight{padding:16px;border-radius:8px;background:#f4f2ee;box-sizing:border-box}body .form-row.highlight .highlight-item{position:relative;margin-bottom:20px;border-bottom:1px solid #dbd9d5}body .form-row.highlight .highlight-item .form-row{margin-bottom:18px!important}body .form-row.highlight .highlight-item .highlight-item--trash{right:0;width:18px;cursor:pointer;position:absolute;color:red}body .form-row--mark{right:10px;bottom:10px;font-size:14px;color:#aba8a3;position:absolute}body .form-action{margin-top:48px;padding-top:24px;border-top:1px solid #dbd9d5;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}body .form-action .btn{border-radius:8px}body .quick-actions{top:20px;position:sticky}body .quick-actions--link{cursor:pointer;font-size:15px;font-weight:700;line-height:20px;padding:12px 18px;border-radius:8px;margin-bottom:16px;border:1px solid #dbd9d5;color:#2a2822;font-family:Poppins,sans-serif;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .quick-actions--link:hover{background:#87c43f}body .quick-actions--desc{font-size:15px;font-weight:500;margin-top:24px;line-height:23px}body .addRowItem{cursor:pointer;font-size:14px;font-weight:700;line-height:20px;color:#2a2822;font-family:Poppins,sans-serif;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .addRowItem .vue-feather{width:20px;margin-left:10px}body .table-records{padding-top:25px;font-family:Inter,sans-serif;color:#2a2822;border-top:1px solid #c3c0bc}body .table-records--title{font-size:16px;font-weight:700;line-height:24px;margin-bottom:16px;color:#2a2822;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .table-records table{margin-bottom:38px}body .table-records th{font-size:13px;font-weight:500;font-family:Inter,sans-serif;color:#2a2822}body .table-records td{padding:8px 0;font-size:14px;border-bottom:1px solid #dbd9d5}body .table-records td .vue-feather{width:20px}body .table-records--footer,body .table-records--footer-download{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .table-records--footer-download{cursor:pointer;font-size:14px;font-weight:700;padding:8px 16px;border-radius:8px;border:1px solid #dbd9d5}body .table-records--footer-download .vue-feather{width:18px;margin-left:10px;color:#87c43f}body .table-records--footer-download:hover{background:rgba(135,196,63,.2);border:1px solid rgba(135,196,63,.2)}@media print{.calculator-sidebar,.footer,.header,.report-head,.sticky{display:none!important}.gri-content{grid-column:span 12}body{background:#fff}.app-content{padding:0!important}.page1 .page1-title{padding:80px 40px 40px}.page-section{page-break-inside:avoid}.page-text img{-o-object-fit:contain;object-fit:contain;width:100%;max-height:640px}@page{margin-top:0;margin-bottom:0}}.disclaimer{margin-top:12px;font-weight:500;line-height:22px;display:inline-block;color:#2a2822;font-size:14px}.invoiceUrl{font-weight:800;text-decoration:none;color:#285d45}.invoiceUrl:hover{color:#87c43f}.required{color:red}#card-cvc,#card-expiry,#card-number{padding:10px;border-radius:8px;border:1px solid #67645f}.forgotPwd{display:block;cursor:pointer;font-weight:700;margin-top:15px;text-align:right;color:#285d45;font-family:Poppins,sans-serif;font-size:14px}.forgotPwd:hover{color:#87c43f}.d-flex{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:row}.align-center,.d-flex{align-items:center}.justify-center{justify-content:center!important}.input-radio{position:relative}.omitDisclosure-btnOmitted{top:28px;right:115px;cursor:pointer;position:absolute;color:#93918c;font-size:14px;font-style:normal;font-weight:700;line-height:22px;text-decoration-line:underline}.omitDisclosure-question{margin-bottom:24px}.omitDisclosure-question .input-radio{margin-bottom:10px}.omitDisclosure-question textarea{margin-top:16px}.box{margin-bottom:16px}.box-title{font-weight:800;margin-bottom:10px}.box-desc{margin-bottom:6px}.border-right{border-right:1px solid #c3c0bc}.mr-20{margin-right:20px}.pr-20{padding-right:40px}.pb-20{padding-bottom:20px}.btn-show-more{display:block;font-weight:700;line-height:22px;margin:12px 0;cursor:pointer;color:#2a2822;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.btn-show-more .vue-feather{color:#93918c;font-size:10px;margin-left:8px}.more-details p{margin-bottom:6px;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.more-details .vue-feather{width:19px;cursor:pointer;margin-left:10px}.more-details .vue-feather svg{color:#fff;fill:#285d45}.pd-24{padding:24px}.help-gri-text{width:19px;cursor:pointer;margin-left:10px}.help-gri-text svg{color:#fff;fill:#285d45}.help-inside{margin:0 0 20px auto;display:block!important;width:26px}.fs-16{font-size:16px!important}.m-auto-l{display:block;margin:0 0 0 auto}.providers{margin-top:40px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.providers-item{cursor:pointer;margin-right:30px}.providers-item.disabled{cursor:no-drop}.providers-item.disabled img{opacity:.4;filter:grayscale(1)}.providers-item:last-child{margin-right:0}.action-cell{position:relative;text-align:center}.action-cell .icon{cursor:pointer;font-size:20px}.action-cell .action-menu-wrapper{position:relative}.action-cell .action-menu{top:20px;right:0;z-index:20;width:150px;padding:10px 0;list-style:none;position:absolute;border-radius:8px;background-color:#fff;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}.action-cell .action-menu li{padding:6px 20px;text-align:left;cursor:pointer}.action-cell .action-menu li:hover{background-color:#f0f0f0}.help-center{margin-top:32px;padding-top:32px;border-top:1px solid #c3c0bc}.help-center--item{cursor:pointer;padding:24px 16px;border-radius:20px;margin-bottom:36px;background:#fff;box-sizing:border-box;box-shadow:0 4px 72px 0 rgba(42,40,34,.24);display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.help-center--item-icon{width:48px}.help-center--item-info{width:90%}.help-center--item-title{margin-bottom:6px;font-family:Poppins,sans-serif;font-size:16px;font-weight:800;line-height:24px;letter-spacing:-.4px;text-transform:uppercase;color:#285d45}.help-center--item-desc{font-weight:500;line-height:24px;font-size:16px}.help-center--item:last-child{margin-bottom:0}.closeIAAssistant{text-align:right;margin-bottom:20px;display:block;font-weight:500;cursor:pointer}.qwrapper{margin:27px auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.qwrapper-item{min-width:105px}.reference-filters{max-width:540px;margin-bottom:48px}.reference-filters .calculator-form--row{justify-content:space-between}.reference-filters .calculator-form--row-group{width:48%;margin:0}.reference-filters .vs__dropdown-toggle{border:0}.reference .reports-table{padding:0}.reference .pagination{margin:48px auto}.sustainableRoute h3{font-weight:800;line-height:28px;margin-bottom:16px;letter-spacing:-.48px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:24px}.sustainableRoute .tasks{margin:20px auto 0}.sustainableRoute .tasks-line{padding:16px;border-radius:8px;margin-bottom:16px;box-sizing:border-box;background:#fff;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row;gap:1rem}.sustainableRoute .tasks-line--number{width:20px;flex-shrink:0;color:#7d7a75;font-size:14px;font-weight:500;align-self:center;line-height:22px}.sustainableRoute .tasks-line strong{margin-bottom:6px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.sustainableRoute .tasks-line strong span{font-size:13px;font-style:normal;font-weight:500;line-height:20px;margin-left:10px;color:#2a2822}.sustainableRoute .tasks-line:last-child{margin-bottom:0}.sustainableRoute-progress{margin:10px auto 20px;display:grid;grid-row-gap:10px;grid-column-gap:10px;grid-template-columns:repeat(auto-fit,minmax(25%,1fr));grid-template-rows:auto;justify-content:center;grid-column-gap:40px}.sustainableRoute-progress--item{border-right:1px solid #dbd9d5}.sustainableRoute-progress--item-title{font-weight:500;line-height:22px;margin-bottom:16px;color:#2a2822;font-size:16px}.sustainableRoute-progress--item-number{font-size:56px;font-weight:500;line-height:100%;color:#87c43f;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.sustainableRoute-progress--item-number span{color:#7d7a75;line-height:1.3;margin-left:10px;font-size:16px}.sustainableRoute-progress--item-number span.mr-10{margin-right:10px}.sustainableRoute-progress--item:last-child{border-right:0}.sustainableRoute-disclaimer p{font-size:13px;line-height:20px;margin-bottom:18px}.sustainableRoute .action-plan--wrapper{border-bottom:0;padding-bottom:0;justify-content:flex-end}.sustainableRoute .calculator-sidebar--item.router-link-exact-active,.sustainableRoute .calculator-sidebar--item:hover,.sustainableRoute .long-test--sidebarTitle.active .calculator-sidebar--header-info,.sustainableRoute .long-test--sidebarTitle:hover .calculator-sidebar--header-info{border-radius:8px!important}.sustainableRoute .calculator-sidebar--item{width:90%}.sustainableRoute .calculator-sidebar--item-icon{width:30px!important;height:30px!important}.sustainableRoute-categories{padding:16px 32px}.sustainableRoute-categories .accordion-tab{padding:0 24px;box-shadow:none;border-radius:12px}.sustainableRoute-categories .accordion-tab--label{padding:20px 0;font-size:16px;font-weight:700;font-family:Poppins,sans-serif}.sustainableRoute-categories--head{font-size:20px;font-weight:700;line-height:24px;margin-bottom:32px;padding-bottom:32px;color:#2a2822;font-family:Poppins,sans-serif;border-bottom:1px solid #c3c0bc}.sustainableRoute-categories--desc{font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.sustainableRoute-categories--wrapper{padding:20px 16px;border-radius:8px;background:#f4f2ee;box-sizing:border-box}.sustainableRoute-categories--title{font-size:16px;font-weight:700;line-height:20px;margin-bottom:28px;color:#2a2822;font-family:Poppins,sans-serif;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.sustainableRoute-categories--title .vue-feather{width:20px;margin-right:12px}.sustainableRoute-categories--wrapper{margin-bottom:24px}.sustainableRoute-categories--wrapper:last-child{margin-bottom:0}.sustainableRoute-categories--list .task-card{cursor:pointer;border-radius:8px;margin-bottom:16px;padding:14px 0 16px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.sustainableRoute-categories--list .task-card.nocursor{cursor:auto}.sustainableRoute-categories--list .task-card:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}.sustainableRoute-categories--list .task-card--status{padding-left:16px;border-left:1px solid #dbd9d5;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;flex-direction:row}.sustainableRoute-categories--list .task-card--status-text{margin:0 16px;min-width:82px;font-size:13px;font-weight:500;line-height:20px;color:#2a2822}.sustainableRoute-categories--list .task-card--status-text.text-right{text-align:right}.sustainableRoute-categories--list .task-card--status-arrow{width:20px;padding-left:16px;border-left:1px solid #dbd9d5}.sustainableRoute-categories--list .task-card.completed .task-card--status-icon{width:24px;height:24px;border-radius:100%;background:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.sustainableRoute-categories--list .task-card.completed .task-card--status-icon .vue-feather{width:20px;color:#fff}.sustainableRoute-categories--list .task-card--name{font-size:14px;font-weight:700;line-height:22px;font-family:Inter,sans-serif;color:#2a2822}.sustainableRoute-categories--list .task-card--date{font-size:13px;color:#7d7a75;font-weight:500;line-height:20px;font-family:Inter,sans-serif}.sustainableRoute-categories--list .task-info{width:80%}.sustainableRoute-categories--list .task-info--subtitle{color:#93918c;font-size:13px;font-weight:500;line-height:20px;margin-bottom:4px}.sustainableRoute-categories--list .task-info--title{font-size:14px;font-weight:500;line-height:24px;color:#2a2822}.sustainableRoute-categories--list .task .task-status{display:flex;align-items:center;gap:.5rem}.sustainableRoute-categories--list .task .task-status .status-icon{font-size:1rem;display:inline-flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50%}.sustainableRoute-categories--list .task .task-status .status-text{font-size:.85rem;color:#333}.sustainableRoute-categories--list .task .task-status .arrow{margin-left:.5rem;color:#999;font-size:1.2rem}.sustainableRoute-categories--list .task.completed .status-icon{background-color:#67b314;color:#fff}.sustainableRoute-categories--list .task.in-progress .status-icon{font-size:1.1rem;color:#444}.sustainableRoute-categories--list .task.not-started .status-icon{font-size:1.2rem;color:#444}.planSwitcher{margin-bottom:38px;padding-bottom:4px;border-bottom:1px solid #dbd9d5}.planSwitcher .action-plan--dashboard-sidebar--item-info{width:95%;border-left:0;padding-left:0}.planSwitcher .action-plan--dashboard-sidebar--item-info--label{padding-left:4px}.planSwitcher .action-plan--dashboard-sidebar--item-info select{width:100%;font-size:16px;padding:0 12px 8px 12px;text-transform:none}.single .task-subtitle{color:#93918c;font-size:13px;font-weight:500;line-height:20px;margin-bottom:8px}.single .task-title{max-width:80%;font-weight:700;line-height:32px;color:#2a2822;font-size:24px}.single .task-evidence--status{padding:16px;margin:32px 0;font-weight:500;line-height:24px;background:#fff;border-radius:8px;box-sizing:border-box;font-size:16px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.single .task-evidence--status-icon{margin-right:16px}.single .task-evidence--status-icon.success{color:#87c43f}.single .task-evidence--status-icon.warning{color:#f05d23}.single .task-evidence--status-reason{margin-top:20px}.single .task-evidence--status-reason h4{font-weight:700;color:#285d45;font-family:Poppins,sans-serif}.single .task-head--help{padding:16px 0;margin:32px auto;border-top:1px solid #dbd9d5;border-bottom:1px solid #dbd9d5}.single .task-head--help,.single .task-head--help-item{color:#2a2822;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.single .task-head--help-item{width:190px;cursor:pointer;font-weight:700;line-height:20px;text-decoration:none;font-family:Poppins,sans-serif;font-size:14px;border-right:1px solid #dbd9d5}.single .task-head--help-item img{margin-left:16px}.single .task-head--help-item:nth-child(2){width:160px;padding-left:20px}.single .task-head--help-item:last-child{font-weight:400;border-right:0;padding-left:20px;width:calc(100% - 640px)}.single .task-description{line-height:24px;margin-bottom:40px}.single .task-box{padding:24px;margin-bottom:40px;border-radius:16px;box-sizing:border-box;background-color:#fff}.single .task-box:last-child{margin-bottom:0}.single .task-box--title{font-size:20px;line-height:28px;margin-bottom:32px;color:#2a2822;justify-content:space-between;flex-wrap:nowrap}.single .task-box--title,.single .task-box--title-button{font-weight:700;display:flex;align-items:center;flex-direction:row}.single .task-box--title-button{cursor:pointer;line-height:1.4;font-size:14px;padding:8px 16px;border-radius:8px;box-sizing:border-box;font-family:Poppins,sans-serif;border:1px solid #87c43f;justify-content:flex-start;flex-wrap:wrap}.single .task-box--title-button .vue-feather{width:20px;margin-left:10px;color:#87c43f}.single .task-box--title-button:hover{background:#87c43f}.single .task-box--title-button:hover .vue-feather{color:#2a2822}.single .task-box--verify{padding-top:16px;margin:20px auto;border-top:1px solid #f4f2ee;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row;gap:16px}.single .task-box--verify-text{width:calc(100% - 200px)}.single .task-box--verify-button{width:160px;cursor:pointer;font-size:14px;font-weight:700;padding:8px 16px;border-radius:8px;font-family:Poppins,sans-serif;background-color:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row}.single .task-box--verify-button img{width:28px;margin-left:10px}.single .task-box--verify-button:not(.verifying):hover{background-color:rgba(135,196,63,.4)}.single .task-box--verify-button.verifying{opacity:.4;cursor:not-allowed}.single .task-box--items{margin:32px auto 24px auto}.single .task-box--items-item{margin-bottom:16px;padding:8px 16px;border-radius:8px;box-sizing:border-box;background-color:#f4f2ee;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.single .task-box--items-item--name{width:60%;cursor:pointer;font-size:14px;font-weight:700;line-height:22px;color:#2a2822}.single .task-box--items-item--actions{font-size:13px;color:#7d7a75;font-weight:500;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;flex-direction:row}.single .task-box--items-item--actions i{cursor:pointer}.single .task-box--items-item--owner{margin:0 16px;padding:0 20px;border-left:1px solid #dbd9d5;border-right:1px solid #dbd9d5}.single .task-box--items-item--owner.bold{font-weight:700;color:#2a2822}.single .task-box--items-item--title{width:100%;padding-top:6px;font-size:14px;font-weight:700;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.single .task-box--items-item--title span{font-size:13px;color:#c3c0bc;font-weight:400;margin-left:10px;padding-left:16px;border-left:1px solid #dbd9d5}.single .task-box--items-item--title .vue-feather{cursor:pointer;width:18px!important}.single .task-box--items-item--desc{font-size:14px;font-weight:500;line-height:20px;padding-bottom:6px}.single .task-box--items-item .vue-feather{width:22px}.single .task-box--items-item:last-child{margin-bottom:0}.single .task-box--items-item.comments{flex-wrap:wrap}.page-head--title{max-width:620px;font-weight:800;line-height:66px;margin-bottom:16px;letter-spacing:-1.44px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:64px}.page-head--title strong{color:#87c43f}.page-head p{font-weight:500;line-height:28px;font-size:20px}.line-divider{height:1px;width:100%;margin:48px auto;background:#dbd9d5}.line-divider.mb-20{margin-bottom:20px}.timeline{display:flex;margin:48px auto}.timeline .timeline-line{position:relative;margin-left:1rem;border-left:2px dotted #c3c0bc;padding-left:2rem}.timeline .timeline-line .timeline-icon{position:absolute;top:-1.5rem;left:-1.5rem;font-size:1.2rem;transform:rotate(90deg)}.timeline .timeline-line .timeline-step{position:relative;margin-bottom:16px}.timeline .timeline-line .timeline-step:first-child .dot{height:100%;top:10px!important}.timeline .timeline-line .timeline-step:first-child .dot:before{top:90%;background-color:purple}.timeline .timeline-line .timeline-step:last-child{margin-bottom:0}.timeline .timeline-line .timeline-step .dot{top:50%;left:-54px;width:40px;height:48px;position:absolute;background:#f4f2ee;transform:translateY(-50%)}.timeline .timeline-line .timeline-step .dot:before{content:"";top:50%;left:50%;width:6px;height:6px;bottom:-8px;position:absolute;border-radius:100%;background-color:#93918c;transform:translate(-50%,-50%)}.timeline .timeline-line .timeline-step .dot.done:before{width:26px;height:26px;content:"✓";color:#fff;font-size:20px;background:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.timeline .timeline-line .timeline-step .content{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 0 0 1px #eee;display:flex;gap:1rem;flex-wrap:wrap;position:relative}.timeline .timeline-line .timeline-step .content .number{width:20px;flex-shrink:0;color:#7d7a75;font-size:14px;font-weight:500;align-self:center;line-height:22px}.timeline .timeline-line .timeline-step .content .text{flex:1;padding-right:14px}.timeline .timeline-line .timeline-step .content .text p{margin:.2rem 0 0 0;font-size:.95rem;color:#444}.timeline .timeline-line .timeline-step .content .action{min-width:160px;margin-left:auto;align-self:center}.timeline .timeline-line .timeline-step .content .action .btn{width:100%;border:none;cursor:pointer;font-weight:700;padding:8px 16px;border-radius:8px;font-family:Poppins,sans-serif;color:#2a2822;background-color:#87c43f;text-decoration:none!important;font-size:13px!important;display:inline-block;box-sizing:border-box;text-align:center}.timeline .timeline-line .timeline-step .content .action .btn:hover{background-color:rgba(135,196,63,.4)}.task-list{margin-bottom:60px}.task-list:last-child{margin-bottom:0}.task-list--title{font-size:20px;font-weight:700;line-height:28px;margin-bottom:32px;color:#2a2822;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.task-list--title img{margin-right:16px}.task-list .task-card{cursor:pointer;padding:16px;border-radius:8px;background:#fff;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.task-list .task-card:last-child{margin-bottom:0}.task-list .task-card--status{padding-left:16px;border-left:1px solid #dbd9d5;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;flex-direction:row}.task-list .task-card--status-text{margin:0 16px;min-width:82px;font-size:13px;font-weight:500;line-height:20px;color:#2a2822}.task-list .task-card--status-arrow{padding-left:16px;border-left:1px solid #dbd9d5}.task-list .task-card.completed .task-card--status-icon{width:28px;height:28px;border-radius:100%;background:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.task-list .task-card.completed .task-card--status-icon .vue-feather{width:20px;color:#fff}.task-list .task-info{width:80%}.task-list .task-info--subtitle{color:#93918c;font-size:13px;font-weight:500;line-height:20px;margin-bottom:4px}.task-list .task-info--title{font-weight:500;line-height:24px;color:#2a2822;font-size:16px}.task-list .task .task-status{display:flex;align-items:center;gap:.5rem}.task-list .task .task-status .status-icon{font-size:1rem;display:inline-flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50%}.task-list .task .task-status .status-text{font-size:.85rem;color:#333}.task-list .task .task-status .arrow{margin-left:.5rem;color:#999;font-size:1.2rem}.task-list .task.completed .status-icon{background-color:#67b314;color:#fff}.task-list .task.in-progress .status-icon{font-size:1.1rem;color:#444}.task-list .task.not-started .status-icon{font-size:1.2rem;color:#444}.btn-outline{background:#fff!important;border:1px solid #87c43f!important}.btn-outline:hover{background:rgba(135,196,63,.4)!important}.monitor-lobby--item{width:48%}.monitor-lobby--item-title{font-weight:800;line-height:48px;margin-bottom:20px;letter-spacing:-.96px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:48px}.monitor-lobby--item-desc{padding-right:40px}.monitor-lobby--item-desc p{margin-bottom:14px}.monitor-lobby--item-desc p:last-child{margin-bottom:0}.monitor-lobby--item-subtitle{font-weight:700;line-height:24px;margin-bottom:20px;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px}.monitor-lobby--item-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.monitor-lobby--item-actions span{cursor:pointer;font-weight:700;line-height:20px;padding:12px 20px;border-radius:8px;font-family:Poppins,sans-serif;border:1px solid #dbd9d5;font-size:14px}.monitor-lobby--item-actions span:hover,.monitor-lobby--item-actions span:last-child{background:#87c43f}.monitor-lobby--item-actions span:last-child:hover{background:transparent}.monitor-lobby--tags{margin-bottom:16px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.monitor-lobby--tags-tag{cursor:pointer;font-weight:700;padding:8px 16px;line-height:22px;border-radius:8px;margin-right:18px;background:#fff;box-sizing:border-box;font-family:Inter,sans-serif;color:#2a2822;font-size:12px}.monitor-lobby--tags-tag.active,.monitor-lobby--tags-tag:hover{background:#87c43f}.monitor-lobby--inventories{margin:32px 0;padding-bottom:32px;border-bottom:1px solid #dbd9d5}.monitor-lobby--inventories-item{padding:24px;cursor:pointer;margin-bottom:16px;background:#fff;border-radius:16px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row;box-shadow:0 0 24px 0 rgba(42,40,34,.16)}.monitor-lobby--inventories-item:last-child{margin-bottom:0}.monitor-lobby--inventories-item--name{font-weight:700;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.monitor-lobby--inventories-item--name span{font-weight:500;margin-left:20px;padding-left:20px;border-left:1px solid #dbd9d5}.isUpdating.gme-card{padding:0;background:transparent}.relative{position:relative}.highlight-box{padding:16px;border-radius:8px;background:#f4f2ee;box-sizing:border-box}.vehicleUsed{margin-top:20px}.vehicleUsed-title{font-weight:600;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.vehicleUsed-title .vue-feather{width:20px;cursor:pointer;color:red}.addMoreButton{cursor:pointer;font-size:14px;font-weight:700;padding:12px 18px;border-radius:8px;display:inline-block;color:#2a2822;font-family:Poppins,sans-serif;border:1px solid #dbd9d5}.addMoreButton:hover{background:#87c43f;border:1px solid #87c43f}