:root{--Color-Primary-150:#021b9b;--Color-Primary-130:#0309d0;--Color-Primary-100:#0006ff;--Color-Primary-80:#334dff;--Color-Primary-65:#b3bdff;--Color-Primary-50:#d4d9ff;--Color-Primary-10:#e5e8ff;--Color-Primary-5:#f1f3ff;--Color-Dark-150:#040505;--Color-Dark-130:#191919;--Color-Dark-100:#2e2f2f;--Color-Dark-80:grey;--Color-Dark-65:#999;--Color-Dark-50:#ccc;--Color-Dark-10:#f0f0f0;--Color-Dark-5:#f5f5f5;--Color-Light-150:#fff;--Color-Yellow-150:#d5b100;--Color-Yellow-100:#ffd400;--Color-Yellow-80:#fce265;--Color-Yellow-65:#f9e896;--Color-Yellow-10:#fffbe5;--Color-Error-150:#ce2020;--Color-Error-100:#fa5252;--Color-Error-80:#ff9c9c;--Color-Misc-Vivid-Orange:#fc9000;--Color-Misc-Sky-Blue:#0596fa;--Color-Misc-Emerald-Green:#00ca50;--Color-Misc-Electric-Indigo:#4d40f9;--Color-Misc-Vermilion:#fa3e2c}.roi-header-nav{display:flex;justify-content:space-between;align-items:center;padding-top:12px;padding-bottom:12px}.roi-header-nav-label{display:flex;align-items:center;gap:12px}@media screen and (max-width:760px){.roi-header-nav-label{display:none}}.roi-header-nav-links{display:flex;gap:32px}.roi-header-nav-link{font-family:Bold,sans-serif;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.5px;text-decoration:none;color:var(--Color-Dark-150);display:inline-block;position:relative}.roi-header-nav-link:not(.is-active):hover{color:var(--Color-Primary-100)}.roi-header-nav-link.is-active{color:var(--Color-Primary-100);pointer-events:none}@media screen and (max-width:760px){.roi-header-nav-link.is-active:after{content:"";display:block;position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--Color-Primary-100)}}@media screen and (max-width:760px){.roi-header-nav{border-bottom:2px solid var(--Color-Dark-5,#f5f5f5);padding-bottom:10px}}.roi-header-icon{width:32px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:var(--Color-Dark-5)}.roi-header-text{font-family:Bold,sans-serif;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.5px}.roi-header-content{margin-top:64px}.roi-header-content-title{font-family:ExtraBold,sans-serif;font-size:48px;line-height:48px;font-weight:800;letter-spacing:-1.5px;max-width:800px}@media screen and (max-width:760px){.roi-header-content-title{font-size:26px;line-height:32px;letter-spacing:-.5px}}.roi-header-content-title .highlight{text-decoration-line:underline;text-decoration-color:var(--Color-Yellow-100);text-decoration-thickness:7px}@media screen and (max-width:760px){.roi-header-content-title .highlight{text-decoration-thickness:4px}}.roi-header-content-description{margin-top:24px;font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;max-width:800px;color:var(--Color-Dark-130)}@media screen and (max-width:760px){.roi-header-content-description{font-size:14px;line-height:20px;letter-spacing:-.2px;margin-top:16px}}.roi-header-content-link{color:var(--Color-Primary-100);text-decoration:none;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.roi-header-content-link:hover{color:var(--Color-Primary-150)}@media screen and (max-width:760px){.roi-header-content{margin-top:16px}}.info-hint{display:inline-flex;align-items:center;position:relative;vertical-align:middle}.info-hint__icon{width:14px;min-width:14px;height:14px;user-select:none;outline:none;position:relative}.info-hint__tooltip{position:absolute;width:max-content;max-width:300px;border-radius:16px;background:var(--Color-Dark-150);color:var(--Color-Light-150);font-family:Medium,sans-serif;font-size:12px;line-height:20px;font-weight:500;letter-spacing:-.2px;padding:16px;opacity:0;pointer-events:none;z-index:2000;transition:opacity .4s;left:unset;right:unset;top:unset;bottom:unset;transform:none}.info-hint__tooltip-arrow{position:absolute;z-index:1;pointer-events:none}.info-hint__icon:focus-visible+.info-hint__tooltip,.info-hint__icon:hover+.info-hint__tooltip{opacity:1;pointer-events:auto}.info-hint--bottom .info-hint__tooltip{top:100%;left:50%;transform:translateX(-50%) translateY(20px)}.info-hint--bottom .info-hint__tooltip-arrow{top:-8px;left:50%;transform:translateX(-50%) rotate(180deg)}.info-hint--top .info-hint__tooltip{bottom:100%;left:50%;transform:translateX(-50%) translateY(-20px)}.info-hint--top .info-hint__tooltip-arrow{bottom:-8px;left:50%;transform:translateX(-50%) rotate(0deg)}.info-hint--right .info-hint__tooltip{left:100%;top:50%;transform:translateX(20px) translateY(-50%)}.info-hint--right .info-hint__tooltip-arrow{left:-10px;top:50%;transform:translateY(-50%) rotate(90deg)}.info-hint--left .info-hint__tooltip{right:100%;top:50%;transform:translateX(-20px) translateY(-50%)}.info-hint--left .info-hint__tooltip-arrow{right:-10px;top:50%;transform:translateY(-50%) rotate(-90deg)}.info-hint__modal{display:none;position:fixed;left:0;right:0;bottom:0;background:var(--Color-Light-150);z-index:9999;padding:16px 20px;border-radius:12px 12px 0 0;font-family:Medium,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;max-height:90vh;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .4s}.info-hint__modal.active{opacity:1;pointer-events:auto}.info-hint__modal .info-hint__modal-content{display:flex;flex-direction:column}.info-hint__modal .info-hint__close-btn{border:none;background:none;color:inherit;font:inherit;outline:none;box-shadow:none;text-align:inherit;appearance:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;width:fit-content;padding:17px 24px;background:var(--Color-Light-150);border:2px solid var(--Color-Primary-100);transition:.4s;font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0;color:var(--Color-Primary-100);white-space:nowrap;margin:24px 0 0;width:100%}@media screen and (max-width:760px){.info-hint__modal .info-hint__close-btn{font-size:14px}}@media(hover:hover)and (pointer:fine){.info-hint__modal .info-hint__close-btn:focus-visible,.info-hint__modal .info-hint__close-btn:hover{background:var(--Color-Primary-100);color:var(--Color-Light-150)}}.info-hint__modal .info-hint__close-btn i{font-size:20px}@media screen and (max-width:760px){.info-hint__modal .info-hint__close-btn i{font-size:16px}}@media screen and (max-width:760px){.info-hint__modal .info-hint__close-btn{padding:6px 12px}}@media screen and (max-width:760px){.info-hint__tooltip{display:none!important}.info-hint__modal{display:block}}.roi-calc{margin-top:64px;margin-bottom:64px}.roi-calc .calc-stepper{display:flex}.roi-calc .calc-stepper .calc-step{display:flex;flex-direction:column;align-items:center;gap:16px;width:180px;min-width:180px}.roi-calc .calc-stepper .calc-step-number{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;border-radius:50%;background:var(--Color-Dark-10);font-family:Bold,sans-serif;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.5px;cursor:pointer;position:relative;transition:background .4s}.roi-calc .calc-stepper .calc-step-number:after{content:"";position:absolute;left:-4px;top:-4px;width:56px;height:56px;border-radius:50%;border:2px solid var(--Color-Dark-10);opacity:0;transition:opacity .4s,border-color .4s;pointer-events:none;box-sizing:border-box}.roi-calc .calc-stepper .calc-step-number:focus-visible:after,.roi-calc .calc-stepper .calc-step-number:hover:after{opacity:1}.roi-calc .calc-stepper .calc-step.active .calc-step-number{background:var(--Color-Yellow-100)}.roi-calc .calc-stepper .calc-step.active .calc-step-number:after{border-color:var(--Color-Yellow-100)}.roi-calc .calc-stepper .calc-step .calc-step:not(.active) .calc-step-number:after{border-color:var(--Color-Dark-10)}.roi-calc .calc-stepper .calc-step-name{font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0;white-space:nowrap}@media screen and (max-width:760px){.roi-calc .calc-stepper .calc-step-name{font-size:14px}}@media screen and (max-width:1250px){.roi-calc .calc-stepper .calc-step{width:100%;min-width:unset}}.roi-calc .calc-stepper .calc-step-delimeter{width:100%;height:2px;background:var(--Color-Dark-10);transition:.4s;margin-top:23px}.roi-calc .calc-stepper .calc-step-delimeter.active{background:var(--Color-Yellow-100)}@media screen and (max-width:760px){.roi-calc .calc-stepper{display:none}}.roi-calc .calc-stepper-mobile{display:none;align-items:center;justify-content:space-between;gap:24px}.roi-calc .calc-stepper-mobile .calc-mobile-circle{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.roi-calc .calc-stepper-mobile .calc-mobile-circle .mobile-step-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Medium,sans-serif;font-size:12px;line-height:20px;font-weight:500;letter-spacing:-.2px;text-align:center;width:100%;pointer-events:none}.roi-calc .calc-stepper-mobile .mobile-progress{display:block;position:relative;z-index:1;width:64px;height:64px}.roi-calc .calc-stepper-mobile .mobile-progress-bg{z-index:0}.roi-calc .calc-stepper-mobile .mobile-progress-bar{z-index:1;transition:stroke-dashoffset .4s;transform:rotate(-90deg);transform-origin:50% 50%}.roi-calc .calc-stepper-mobile .mobile-step-info{display:flex;flex-direction:column;gap:6px;min-width:0}.roi-calc .calc-stepper-mobile .mobile-step-info .mobile-step-title{font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}@media screen and (max-width:760px){.roi-calc .calc-stepper-mobile .mobile-step-info .mobile-step-title{font-size:14px;font-size:16px}}.roi-calc .calc-stepper-mobile .mobile-step-info .mobile-step-next{font-family:Medium,sans-serif;font-size:12px;line-height:20px;font-weight:500;letter-spacing:-.2px;color:var(--Color-Dark-65);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:760px){.roi-calc .calc-stepper-mobile{display:flex}}.roi-calc .calc-selection{margin-top:64px;margin-bottom:56px;padding-bottom:8px;overflow:hidden;box-sizing:border-box}.roi-calc .calc-selection .calc-steps-slider{display:flex;transition:transform .4s cubic-bezier(.77,0,.175,1),height .4s cubic-bezier(.77,0,.175,1);margin-right:-24px;align-items:flex-start;will-change:transform,height;height:auto;min-height:80px;box-sizing:border-box}.roi-calc .calc-selection .calc-steps-slider .calc-step-block{box-sizing:border-box;flex:0 0 100%;padding-right:24px}@media screen and (max-width:760px){.roi-calc .calc-selection{margin-top:24px;margin-bottom:0}}.roi-calc .calc-buttons{display:flex;justify-content:space-between;align-items:center;gap:16px}.roi-calc .calc-buttons .calc-prev-btn{border:none;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;box-shadow:none;text-align:inherit;appearance:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;display:flex;align-items:center;gap:8px;width:fit-content;transition:.4s;font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0;color:var(--Color-Primary-100);white-space:nowrap}@media screen and (max-width:760px){.roi-calc .calc-buttons .calc-prev-btn{font-size:14px}}@media(hover:hover)and (pointer:fine){.roi-calc .calc-buttons .calc-prev-btn:focus-visible,.roi-calc .calc-buttons .calc-prev-btn:hover{color:var(--Color-Primary-150)}}.roi-calc .calc-buttons .calc-prev-btn i{font-size:20px}@media screen and (max-width:760px){.roi-calc .calc-buttons .calc-prev-btn i{font-size:16px}}@media screen and (max-width:760px){.roi-calc .calc-buttons .calc-prev-btn{border:none;background:none;color:inherit;margin:0;font:inherit;outline:none;box-shadow:none;text-align:inherit;appearance:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;width:fit-content;padding:17px 24px;background:var(--Color-Light-150);border:2px solid var(--Color-Primary-100);transition:.4s;font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0;color:var(--Color-Primary-100);white-space:nowrap;width:100%}}@media screen and (max-width:760px)and (max-width:760px){.roi-calc .calc-buttons .calc-prev-btn{font-size:14px}}@media screen and (max-width:760px)and (hover:hover)and (pointer:fine){.roi-calc .calc-buttons .calc-prev-btn:focus-visible,.roi-calc .calc-buttons .calc-prev-btn:hover{background:var(--Color-Primary-100);color:var(--Color-Light-150)}}@media screen and (max-width:760px){.roi-calc .calc-buttons .calc-prev-btn i{font-size:20px}}@media screen and (max-width:760px)and (max-width:760px){.roi-calc .calc-buttons .calc-prev-btn i{font-size:16px}}@media screen and (max-width:760px)and (max-width:760px){.roi-calc .calc-buttons .calc-prev-btn{padding:6px 12px}}.roi-calc .calc-buttons .calc-get-results,.roi-calc .calc-buttons .calc-next-btn{border:none;background:none;color:inherit;margin:0;font:inherit;outline:none;box-shadow:none;text-align:inherit;appearance:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;width:fit-content;padding:19px 24px;background:var(--Color-Primary-100);transition:.4s;font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0;color:var(--Color-Light-150);white-space:nowrap;width:100%;max-width:384px}@media screen and (max-width:760px){.roi-calc .calc-buttons .calc-get-results,.roi-calc .calc-buttons .calc-next-btn{font-size:14px}}@media(hover:hover)and (pointer:fine){.roi-calc .calc-buttons .calc-get-results:focus-visible,.roi-calc .calc-buttons .calc-get-results:hover,.roi-calc .calc-buttons .calc-next-btn:focus-visible,.roi-calc .calc-buttons .calc-next-btn:hover{background:var(--Color-Primary-150)}}.roi-calc .calc-buttons .calc-get-results.disabled,.roi-calc .calc-buttons .calc-next-btn.disabled{background:var(--Color-Dark-50);pointer-events:none}.roi-calc .calc-buttons .calc-get-results i,.roi-calc .calc-buttons .calc-next-btn i{font-size:20px}@media screen and (max-width:760px){.roi-calc .calc-buttons .calc-get-results i,.roi-calc .calc-buttons .calc-next-btn i{font-size:16px}}@media screen and (max-width:760px){.roi-calc .calc-buttons .calc-get-results,.roi-calc .calc-buttons .calc-next-btn{padding:8px 12px;max-width:unset}}.roi-calc .calc-buttons-wrapper{z-index:10}.roi-calc .calc-buttons-wrapper .results-data-button{display:none;padding:8px 16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:6px;border:1px solid var(--Color-Dark-50);margin-bottom:16px}.roi-calc .calc-buttons-wrapper .results-data-button span{font-family:Bold,sans-serif;font-size:14px;line-height:26px;font-weight:700;letter-spacing:0}.roi-calc .calc-buttons-wrapper .results-data-button i{font-size:16px;transform:rotate(180deg)}@media screen and (max-width:760px){.roi-calc .calc-buttons-wrapper .results-data-button{display:flex}}@media screen and (max-width:760px){.roi-calc .calc-buttons-wrapper{position:fixed;bottom:0;left:0;right:0;padding:20px;background:var(--Color-Light-150);border-top:2px solid var(--Color-Dark-10)}}.roi-calc .el-hidden{visibility:hidden!important;pointer-events:none!important}@media screen and (max-width:760px){.roi-calc .el-hidden{display:none!important}}.roi-calc .el-none{display:none!important}.business-type-title{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px;margin-bottom:16px}@media screen and (max-width:760px){.business-type-title{font-size:16px;line-height:26px}}.business-type-cards{display:flex;gap:16px;position:relative}@media screen and (max-width:760px){.business-type-cards{flex-direction:column;gap:12px}}.business-type-radio{position:absolute;opacity:0;pointer-events:none}.business-type-card{display:flex;flex-direction:column;flex:1 1 0;padding:32px;border-radius:16px;border:2px solid var(--Color-Dark-10);transition:.4s;cursor:pointer;background:#fff}.business-type-radio:checked+.business-type-card{border-color:var(--Color-Primary-100);cursor:default}.business-type-radio:checked+.business-type-card .business-type-card-img{background:var(--Color-Primary-10)}.business-type-radio:checked+.business-type-card .business-type-card-img__blue{display:block}.business-type-radio:checked+.business-type-card .business-type-card-img__gray{display:none}.business-type-card:hover{border-color:var(--Color-Dark-50)}.business-type-card-img__blue{display:none}.business-type-card-img{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;border-radius:100%;background:var(--Color-Dark-5);margin-bottom:24px;transition:.4s}@media screen and (max-width:760px){.business-type-card-img{margin-bottom:0}}.business-type-card-title{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px;margin-bottom:16px}@media screen and (max-width:760px){.business-type-card-title{font-size:16px;line-height:26px;margin-bottom:0}}.business-type-card-description{font-family:Medium,sans-serif;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.2px}@media screen and (max-width:760px){.business-type-card-description{font-size:12px;width:100%}}@media screen and (max-width:760px){.business-type-card{padding:20px;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px}}.setup-overview .setup-title{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px;margin-bottom:8px;margin-top:48px}@media screen and (max-width:760px){.setup-overview .setup-title{font-size:16px;line-height:26px}}.setup-overview .setup-title:first-child{margin-top:0}.setup-overview .setup-description{font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;margin-bottom:16px}@media screen and (max-width:760px){.setup-overview .setup-description{font-size:14px;line-height:20px;letter-spacing:-.2px}}.setup-overview .setup-cards{display:flex;gap:8px;position:relative}@media screen and (max-width:760px){.setup-overview .setup-cards{flex-direction:column;gap:12px}}.setup-overview .setup-radio{position:absolute;opacity:0;pointer-events:none}.setup-overview .setup-radio:checked+.setup-card{border-color:var(--Color-Primary-100);cursor:default}.setup-overview .setup-radio:checked+.setup-card .setup-card-icon{background:var(--Color-Primary-10)}.setup-overview .setup-radio:checked+.setup-card .setup-card-icon__blue{display:block}.setup-overview .setup-radio:checked+.setup-card .setup-card-icon__gray{display:none}.setup-overview .setup-card{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px 24px;border-radius:8px;border:2px solid var(--Color-Dark-10);background:var(--Color-Light-150);transition:.4s;cursor:pointer;flex:1;min-width:0}.setup-overview .setup-card:hover{border-color:var(--Color-Dark-50)}.setup-overview .setup-card-icon{display:flex;align-items:center;justify-content:center;width:32px;min-width:32px;height:32px;border-radius:100%;background:var(--Color-Dark-5);transition:.4s}.setup-overview .setup-card-icon__blue{display:none}@media screen and (max-width:760px){.setup-overview .setup-card-icon{width:24px;min-width:24px;height:24px}.setup-overview .setup-card-icon img{width:7.5px;height:12px}}.setup-overview .setup-card-name{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px;white-space:nowrap}@media screen and (max-width:760px){.setup-overview .setup-card-name{font-size:16px;line-height:26px}}@media screen and (max-width:760px){.setup-overview .setup-card{padding:14px 24px}}.setup-overview .setup-info{width:100%;padding:24px;margin-top:16px;border-radius:12px;border:2px solid var(--Color-Yellow-65);background:var(--Color-Yellow-10);font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;display:none}@media screen and (max-width:760px){.setup-overview .setup-info{font-size:14px;line-height:20px;letter-spacing:-.2px}}.setup-overview .setup-info.active{display:block}.setup-overview .setup-info-link{color:var(--Color-Primary-100);text-decoration:none;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:inline-flex;align-items:center;gap:8px}.setup-overview .setup-info-link:hover{color:var(--Color-Primary-150)}.setup-overview .setup-info-link i{font-size:14px}.operational-data{display:flex;flex-direction:column;gap:80px}.operational-data__field{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:760px){.operational-data__field{gap:12px}}.operational-data__label{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px}@media screen and (max-width:760px){.operational-data__label{font-size:16px;line-height:26px}}.operational-data__label .info-hint{position:relative;top:-2px;margin-left:8px}.operational-data__input-group{display:flex;gap:56px}.operational-data__input{border:none;background:none;color:inherit;margin:0;font:inherit;outline:none;box-shadow:none;text-align:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;border-radius:6px;padding:17px 16px;font-family:Medium,sans-serif;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.2px;color:var(--Color-Dark-150);background:var(--Color-Light-150);border:1px solid var(--Color-Dark-50);transition:.4s;white-space:nowrap;box-sizing:border-box;max-width:240px}.operational-data__input[type=number]::-webkit-inner-spin-button,.operational-data__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.operational-data__input[type=number]{-moz-appearance:textfield}@media screen and (max-width:760px){.operational-data__input{font-size:12px}}.operational-data__input::placeholder{color:var(--Color-Dark-50);opacity:1}.operational-data__input::-webkit-input-placeholder{color:var(--Color-Dark-50)}.operational-data__input:-ms-input-placeholder{color:var(--Color-Dark-50)}.operational-data__input::-ms-input-placeholder{color:var(--Color-Dark-50)}.operational-data__input.disabled{background:var(--Color-Dark-50);pointer-events:none}@media screen and (max-width:760px){.operational-data__input{font-size:16px;max-width:100%}}.operational-data__input-wrapper{position:relative;max-width:240px;width:100%}.operational-data__input-wrapper input{padding-left:38px}@media screen and (max-width:760px){.operational-data__input-wrapper{max-width:100%}}.operational-data__input-icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);pointer-events:none;color:var(--Color-Dark-50);font-family:Medium,sans-serif;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.2px}@media screen and (max-width:760px){.operational-data__input-icon{font-size:12px}}.operational-data .range-custom{position:relative;flex:1 1 auto;min-width:300px;padding:0 1px;height:0}.operational-data .range-custom .operational-data__range{width:100%;background:transparent;appearance:none;-webkit-appearance:none;outline:none;margin:0;padding:0;position:relative;z-index:50;top:-12px;cursor:pointer}.operational-data .range-custom .operational-data__range::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(90deg,var(--Color-Primary-100) 0,var(--Color-Primary-100) var(--range-progress,0),var(--Color-Dark-10) var(--range-progress,0),var(--Color-Dark-10));position:relative;top:0}.operational-data .range-custom .operational-data__range::-moz-range-track{height:6px;border-radius:3px;background:linear-gradient(90deg,var(--Color-Primary-100) 0,var(--Color-Primary-100) var(--range-progress,0),var(--Color-Dark-10) var(--range-progress,0),var(--Color-Dark-10));position:relative;top:16px}.operational-data .range-custom .operational-data__range::-ms-fill-lower,.operational-data .range-custom .operational-data__range::-ms-fill-upper{height:6px;border-radius:3px;background:var(--Color-Dark-10)}.operational-data .range-custom .operational-data__range::-webkit-slider-thumb{appearance:none;width:24px;max-width:24px;min-width:24px;height:24px;border-radius:50%;background:var(--Color-Light-150);border:6px solid var(--Color-Primary-100);margin-top:-10px;box-sizing:border-box;cursor:pointer;transition:box-shadow .2s}.operational-data .range-custom .operational-data__range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--Color-Light-150);border:6px solid var(--Color-Primary-100);cursor:pointer;transition:box-shadow .2s}.operational-data .range-custom .operational-data__range::-ms-thumb{width:24px;height:24px;border-radius:50%;background:var(--Color-Light-150);border:6px solid var(--Color-Primary-100);cursor:pointer;transition:box-shadow .2s}.operational-data .range-custom .operational-data__range:focus{outline:none}.operational-data .range-custom .operational-data__range::-moz-focus-outer{border:0}.operational-data .range-custom .range-ticks{position:absolute;top:16px;left:0;right:0;height:24px;z-index:5;pointer-events:none}.operational-data .range-custom .range-ticks .range-tick{position:absolute;width:1px;height:12px;background:var(--Color-Dark-50);top:0;transform:translateX(-50%)}.operational-data .range-custom .range-ticks .range-tick:first-child{left:0;transform:translateX(0)}.operational-data .range-custom .range-ticks .range-tick:last-child{left:100%;transform:translateX(-100%)}.operational-data .range-custom .range-labels{position:absolute;top:30px;left:0;right:0;width:100%;font-family:Bold,sans-serif;font-size:12px;line-height:20px;font-weight:700;letter-spacing:-.2px;z-index:5;pointer-events:none}.operational-data .range-custom .range-labels span{position:absolute;transform:translateX(-50%);text-align:center;white-space:nowrap}.operational-data .range-custom .range-labels span:first-child{left:0;transform:translateX(0)}.operational-data .range-custom .range-labels span:last-child{left:100%;transform:translateX(-100%)}.operational-data .range-custom .range-markers{position:absolute;top:16px;left:0;right:0;width:100%;font-family:Medium,sans-serif;font-size:12px;line-height:20px;font-weight:500;letter-spacing:-.2px;color:var(--Color-Dark-50);z-index:5;pointer-events:none}.operational-data .range-custom .range-markers span{position:absolute;transform:translateX(-50%);text-align:center;white-space:nowrap}@media screen and (max-width:1250px){.operational-data .range-custom .range-markers{display:none}}@media screen and (max-width:760px){.operational-data .range-custom{display:none}}.operational-data__additional-options{border-radius:12px;border:1px solid var(--Color-Dark-50)}.operational-data__additional-options .additional-options__toggle{display:flex;align-items:center;gap:16px;width:100%;padding:24px;background:none;border:none;outline:none;cursor:pointer;text-align:left}.operational-data__additional-options .additional-options__toggle .additional-options__icon{font-size:20px;color:var(--Color-Dark-65);height:fit-content}.operational-data__additional-options .additional-options__toggle .additional-options__info{display:flex;align-items:center;gap:16px}@media screen and (max-width:760px){.operational-data__additional-options .additional-options__toggle .additional-options__info{flex-direction:column;align-items:flex-start;gap:8px}}.operational-data__additional-options .additional-options__toggle .additional-options__title{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px}@media screen and (max-width:760px){.operational-data__additional-options .additional-options__toggle .additional-options__title{font-size:16px;line-height:26px}}.operational-data__additional-options .additional-options__toggle .additional-options__desc{font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;color:var(--Color-Dark-50)}@media screen and (max-width:760px){.operational-data__additional-options .additional-options__toggle .additional-options__desc{font-size:14px;line-height:20px;letter-spacing:-.2px}}.operational-data__additional-options .additional-options__toggle .additional-options__arrow{margin-left:auto;transition:transform .4s cubic-bezier(.4,0,.2,1);font-size:20px;height:fit-content}.operational-data__additional-options .additional-options__toggle[aria-expanded=true] .additional-options__arrow{transform:rotate(180deg)}@media screen and (max-width:760px){.operational-data__additional-options .additional-options__toggle{align-items:flex-start;padding:26 16px 16px}}.operational-data__additional-options .additional-options__content{height:0;transition:height .4s cubic-bezier(.4,0,.2,1);box-sizing:border-box;overflow:hidden}.operational-data__additional-options .additional-options__content .operational-data__field{gap:0}.operational-data__additional-options .additional-options__content .operational-data__field .operational-data__label{margin-bottom:8px}.operational-data__additional-options .additional-options__content .operational-data__field .operational-data__description{margin-bottom:24px;max-width:800px;font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;color:var(--Color-Dark-130)}@media screen and (max-width:760px){.operational-data__additional-options .additional-options__content .operational-data__field .operational-data__description{font-size:14px;line-height:20px;letter-spacing:-.2px;margin-bottom:12px}}.operational-data__additional-options .additional-options__content-wrap{padding:0 24px 24px}@media screen and (max-width:760px){.operational-data__additional-options .additional-options__content-wrap{padding:0 16px 20px}}.operational-data__additional-options .additional-options__content-inner{padding:24px;border-radius:8px;background:var(--Color-Dark-5);box-sizing:border-box;display:flex;flex-direction:column;gap:80px}@media screen and (max-width:760px){.operational-data,.operational-data__additional-options .additional-options__content-inner{gap:40px}}#global-range-tooltip{position:fixed;transform:translateX(-50%);z-index:9999;pointer-events:none;opacity:0;display:block;width:auto;padding:12px 16px;border-radius:8px;background:var(--Color-Dark-150);font-family:Medium,sans-serif;font-size:12px;line-height:20px;font-weight:500;letter-spacing:-.2px;color:var(--Color-Light-150);white-space:nowrap;transition:opacity .4s;text-align:center;left:0;top:0}#global-range-tooltip.active{opacity:1}#global-range-tooltip .tooltip-arrow{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);pointer-events:none;z-index:1}.operational-data-info-hint-mobile{display:flex;flex-direction:column;gap:16px}.operational-data-info-hint-mobile-title{font-family:Bold,sans-serif;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.5px}.calc-results{display:flex;gap:24px}.calc-results-item{flex:1;display:flex;flex-direction:column}.calc-results .result-list__title{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px;margin-bottom:8px}@media screen and (max-width:760px){.calc-results .result-list__title{font-size:16px;line-height:26px}}.calc-results .result-list__data{padding:32px;border-radius:12px;background:var(--Color-Dark-5)}.calc-results .result-list__row-wrap{display:flex;flex-direction:column;gap:32px}.calc-results .result-list__row{display:flex;align-items:center;justify-content:space-between;gap:48px}.calc-results .result-list__key{font-family:Medium,sans-serif;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.2px;max-width:280px;width:100%;flex-wrap:wrap}@media screen and (max-width:760px){.calc-results .result-list__key{font-size:12px}}.calc-results .result-list__value{font-family:Medium,sans-serif;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.2px;flex:1;cursor:pointer;transition:.4s;color:var(--Color-Dark-130);text-decoration-line:underline;text-underline-position:from-font}@media screen and (max-width:760px){.calc-results .result-list__value{font-size:12px}}.calc-results .result-list__value:hover{color:var(--Color-Primary-100)}.calc-results .result-list__value-variable[data-input=currency]{text-transform:uppercase}.calc-results .result-list__separator{width:100%;height:1px;background:var(--Color-Dark-50);margin:22px 0}@media screen and (max-width:1250px){.calc-results .result-list{display:none}}.result-inputs-list-mobile{display:none;pointer-events:none;height:0;position:fixed;bottom:0;left:0;right:0;background:var(--Color-Light-150);z-index:-11111;border-radius:12px 12px 0 0;transition:height .4s cubic-bezier(.4,0,.2,1)}.result-inputs-list-mobile.open{height:705px}.result-inputs-list-mobile-wrapper{padding:20px}.result-inputs-list-mobile__title{font-family:Bold,sans-serif;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:16px}.result-inputs-list-mobile__data{padding:16px;border-radius:8px;background:var(--Color-Dark-5);overflow-y:auto;overflow-x:hidden;height:100%;max-height:530px;scrollbar-width:none;-ms-overflow-style:none}.result-inputs-list-mobile__data::-webkit-scrollbar{display:none}@media screen and (max-width:760px){.result-inputs-list-mobile__data{max-height:565px}}.result-inputs-list-mobile__row-wrap{display:flex;flex-direction:column;gap:32px}.result-inputs-list-mobile__row{display:flex;flex-direction:column;gap:8px}.result-inputs-list-mobile__key{color:var(--Color-Dark-80);font-family:Medium,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0}.result-inputs-list-mobile__value{font-family:Medium,sans-serif;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.2px;color:var(--Color-Dark-130);text-decoration-line:underline;text-underline-position:from-font}.result-inputs-list-mobile__value-variable[data-input=currency]{text-transform:uppercase}.result-inputs-list-mobile__separator{width:100%;height:1px;background:var(--Color-Dark-50);margin:24px 0}.result-inputs-list-mobile__close{border:none;background:none;color:inherit;font:inherit;outline:none;box-shadow:none;text-align:inherit;appearance:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;width:fit-content;padding:17px 24px;background:var(--Color-Light-150);border:2px solid var(--Color-Primary-100);transition:.4s;font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0;color:var(--Color-Primary-100);white-space:nowrap;width:100%;margin:32px 0 0}@media screen and (max-width:760px){.result-inputs-list-mobile__close{font-size:14px}}@media(hover:hover)and (pointer:fine){.result-inputs-list-mobile__close:focus-visible,.result-inputs-list-mobile__close:hover{background:var(--Color-Primary-100);color:var(--Color-Light-150)}}.result-inputs-list-mobile__close i{font-size:20px}@media screen and (max-width:760px){.result-inputs-list-mobile__close i{font-size:16px}}@media screen and (max-width:760px){.result-inputs-list-mobile__close{padding:6px 12px}}@media screen and (max-width:760px){.result-inputs-list-mobile{display:block;z-index:11111;pointer-events:all}}.habspot-form form{display:flex;flex-direction:column;width:100%!important;max-width:none!important}.habspot-form form .hs_email.hs-form-field{margin-top:48px}@media screen and (max-width:760px){.habspot-form form .hs_email.hs-form-field{margin-top:40px}}.habspot-form form label span{font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px;display:inline-block;color:var(--Color-Dark-150);margin-bottom:8px}@media screen and (max-width:760px){.habspot-form form label span{font-size:16px;line-height:26px}}.habspot-form form .hs-input{display:flex;gap:16px;width:100%!important}.habspot-form form .hs-input:after{display:none}.habspot-form form .hs-form-required{margin-left:8px}.habspot-form form .input{width:100%!important;margin:0!important}.habspot-form form input.hs-input,.habspot-form form select{border:none;background:none;color:inherit;margin:0;font:inherit;outline:none;box-shadow:none;text-align:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;border-radius:6px;padding:17px 16px;font-family:Medium,sans-serif;font-size:16px;line-height:20px;font-weight:500;letter-spacing:-.2px;color:var(--Color-Dark-150);background:var(--Color-Light-150);border:1px solid var(--Color-Dark-50);transition:.4s;white-space:nowrap;box-sizing:border-box;margin:0!important}.habspot-form form input.hs-input[type=number]::-webkit-inner-spin-button,.habspot-form form input.hs-input[type=number]::-webkit-outer-spin-button,.habspot-form form select[type=number]::-webkit-inner-spin-button,.habspot-form form select[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.habspot-form form input.hs-input[type=number],.habspot-form form select[type=number]{-moz-appearance:textfield}@media screen and (max-width:760px){.habspot-form form input.hs-input,.habspot-form form select{font-size:12px}}.habspot-form form input.hs-input::placeholder,.habspot-form form select::placeholder{color:var(--Color-Dark-50);opacity:1}.habspot-form form input.hs-input::-webkit-input-placeholder,.habspot-form form select::-webkit-input-placeholder{color:var(--Color-Dark-50)}.habspot-form form input.hs-input:-ms-input-placeholder,.habspot-form form select:-ms-input-placeholder{color:var(--Color-Dark-50)}.habspot-form form input.hs-input::-ms-input-placeholder,.habspot-form form select::-ms-input-placeholder{color:var(--Color-Dark-50)}.habspot-form form input.hs-input.disabled,.habspot-form form select.disabled{background:var(--Color-Dark-50);pointer-events:none}@media screen and (max-width:760px){.habspot-form form input.hs-input,.habspot-form form select{font-size:16px}}.habspot-form form .hs_roi_results_url,.habspot-form form .hs_submit{position:absolute;width:0;height:0;opacity:0;left:-9999px;top:0;z-index:-9999}.habspot-form form .legal-consent-container{display:none}.habspot-form-info{font-family:Medium,sans-serif;font-size:12px;line-height:20px;font-weight:500;letter-spacing:-.2px;color:var(--Color-Dark-80);margin-top:8px}.habspot-form-info-link{color:var(--Color-Primary-100);text-decoration:none;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.habspot-form-info-link:hover{color:var(--Color-Primary-150)}.black-block{background:var(--Color-Dark-150);padding-top:120px;padding-bottom:120px}.black-block-headline-xl{font-family:ExtraBold,sans-serif;font-size:48px;line-height:48px;font-weight:800;letter-spacing:-1.5px;color:var(--Color-Light-150)}@media screen and (max-width:760px){.black-block-headline-xl{font-size:26px;line-height:32px;letter-spacing:-.5px}}.black-block-headline-m{color:var(--Color-Light-150);font-family:ExtraBold,sans-serif;font-size:26px;line-height:32px;font-weight:800;letter-spacing:-.5px}@media screen and (max-width:760px){.black-block-headline-m{font-size:22px;line-height:26px;letter-spacing:0}}.black-block-body-text{font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;color:var(--Color-Dark-80)}@media screen and (max-width:760px){.black-block-body-text{font-size:14px;line-height:20px;letter-spacing:-.2px}}.black-block-body-text b{color:var(--Color-Yellow-100)}.black-block .color-1A67FF{color:#1a67ff}.black-block .color-09F{color:#09f}.black-block .color-60E3F7{color:#60e3f7}.black-block .color-9E6{color:#9e6}.black-block .color-FF5858{color:#ff5858}.black-block .color-EC7332{color:#ec7332}.black-block .color-FF81F2{color:#ff81f2}.how-works{display:grid;gap:40px 64px;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;grid-template-areas:"title img" "content img"}.how-works-title{grid-area:title}.how-works-img{grid-area:img;width:320px;height:366px;object-fit:contain;flex-shrink:0}.how-works-content{grid-area:content;display:flex;flex-direction:column}.how-works-content .black-block-body-text{margin-bottom:24px}.how-works-list{display:flex;flex-direction:column;gap:24px;font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;color:var(--Color-Light-150)}@media screen and (max-width:760px){.how-works-list{font-size:14px;line-height:20px;letter-spacing:-.2px}}.how-works-list-item{position:relative;padding-left:56px}.how-works-list-item:before{content:"";display:block;position:absolute;top:0;left:0;width:32px;height:32px;background-repeat:no-repeat;background-position:50%;background-color:var(--Color-Dark-130);border-radius:50%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43NDggMS42NjVsLTguNzA1IDkuNzkyLTQuNzUtNC43NSAxLjQxNC0xLjQxNCAzLjI1IDMuMjVMMTIuMjUzLjMzNmwxLjQ5NSAxLjMyOXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")}.roi-math{display:flex;flex-direction:column;align-items:center;margin-top:120px}.roi-math-description,.roi-math-title{text-align:center;max-width:800px}.roi-math-title{margin-bottom:16px}.roi-math-description{margin-bottom:32px}.roi-math-list{display:flex;flex-direction:column;gap:16px}.roi-math-list .list-item{display:flex;gap:24px;width:100%;padding:24px 24px 24px 32px;border-radius:8px;border:2px solid var(--Color-Dark-130);color:var(--Color-Light-150)}.roi-math-list .list-item-info{width:100%}.roi-math-list .list-item-info-title{font-family:ExtraBold,sans-serif;font-size:26px;line-height:32px;font-weight:800;letter-spacing:-.5px;margin-bottom:16px}@media screen and (max-width:760px){.roi-math-list .list-item-info-title{font-size:22px;line-height:26px;letter-spacing:0}}.roi-math-list .list-item-info-description{font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;color:var(--Color-Dark-80);margin-bottom:24px}@media screen and (max-width:760px){.roi-math-list .list-item-info-description{font-size:14px;line-height:20px;letter-spacing:-.2px}}.roi-math-list .list-item-info-code{font-family:Medium,sans-serif;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.5px;padding:16px 24px;border-radius:4px;background:var(--Color-Dark-130)}@media screen and (max-width:760px){.roi-math-list .list-item-info-code{font-size:14px;line-height:20px;letter-spacing:-.2px}}@media screen and (max-width:1250px){.black-block{padding-top:40px;padding-bottom:40px}.how-works{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"title" "img" "content";gap:24px}.how-works .how-works-img{width:100%;max-width:320px;height:auto;margin:0 auto}.roi-math{margin-top:80px;align-items:flex-start}.roi-math-description,.roi-math-title{text-align:left}.roi-math .list-item{flex-direction:column;gap:12px;padding:24px}.roi-math .list-item-icon{width:54px;height:54px}}.accordions-block{position:relative;margin-top:120px;margin-bottom:120px}.accordions-block .caption{margin-bottom:50px;text-align:center}@media screen and (max-width:760px){.accordions-block .caption{margin-bottom:40px}}.accordions-block__list .accordion:last-child{margin-bottom:0}@media screen and (max-width:760px){.accordions-block{margin-top:80px;margin-bottom:80px}}.accordion{position:relative;border:2px solid var(--Color-Dark-10);border-radius:6px;margin-bottom:8px;transition:.4s}.accordion.active,.accordion.active .accordion__title{border-color:var(--Color-Dark-150)!important}.accordion.active .accordion__title{color:var(--Color-Dark-150)}.accordion.active .accordion__title:before{transform:rotate(180deg)}.accordion.active .accordion__title:after{transform:rotate(0deg)}.accordion.active .accordion__content-inner{border-color:var(--Color-Dark-150)}.accordion__title{position:relative;padding:17px 78px 18px 30px;border-radius:6px;border-bottom:none;cursor:pointer;user-select:none;transition:.4s;font-family:ExtraBold,sans-serif;font-size:26px;line-height:32px;font-weight:800;letter-spacing:-.5px}@media screen and (max-width:760px){.accordion__title{font-size:22px;line-height:26px;letter-spacing:0}}.accordion__title:after,.accordion__title:before{content:"";display:block;position:absolute;top:30px;right:29px;width:16px;height:2px;background-color:var(--Color-Primary-100);transition:.35s}.accordion__title:after{transform:rotate(-90deg)}@media screen and (min-width:1000px){.accordion__title:hover{color:var(--Color-Dark-80)}}@media screen and (max-width:760px){.accordion__title{padding:14px 54px 15px 16px;font-family:Bold,sans-serif;font-size:20px;line-height:32px;font-weight:700;letter-spacing:-.3px}}@media screen and (max-width:760px)and (max-width:760px){.accordion__title{font-size:16px;line-height:26px}}@media screen and (max-width:760px){.accordion__title:after,.accordion__title:before{top:24px;right:18px}}.accordion__content{border-top:none;transition:.4s}.accordion__content-inner{padding:0 30px;overflow:hidden;height:0;transition:.7s}@media screen and (max-width:760px){.accordion__content-inner{padding:0 16px}}.accordion__content-text .cf-caption3,.accordion__content-text h2,.accordion__content-text h3{margin-bottom:24px;font-family:Bold,sans-serif;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.5px}@media screen and (max-width:760px){.accordion__content-text .cf-caption3,.accordion__content-text h2,.accordion__content-text h3{margin-bottom:18px;font-family:Bold,sans-serif;font-size:16px;line-height:26px;font-weight:700;letter-spacing:0}}@media screen and (max-width:760px)and (max-width:760px){.accordion__content-text .cf-caption3,.accordion__content-text h2,.accordion__content-text h3{font-size:14px}}.accordion__content-text p{color:var(--Color-Dark-100);line-height:24px;margin-bottom:24px}.accordion__content-text p:first-child{margin-top:3px}@media screen and (max-width:760px){.accordion__content-text p:first-child{margin-top:0}}.accordion__content-text p:last-child{padding-bottom:32px;margin-bottom:0}@media screen and (max-width:760px){.accordion__content-text p:last-child{margin-bottom:0;padding-bottom:22px}}@media screen and (max-width:760px){.accordion__content-text p{margin:0 0 18px;font-family:Medium,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0}}.accordion__content-text strong{font-family:Bold,sans-serif}.accordion__content-text ol,.accordion__content-text ul{margin-bottom:24px}.accordion__content-text ol:last-child,.accordion__content-text ul:last-child{margin-bottom:0;padding-bottom:32px}@media screen and (max-width:760px){.accordion__content-text ol,.accordion__content-text ul{margin-bottom:18px;font-family:Medium,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0}}.accordion__content-text ol li,.accordion__content-text ul li{position:relative;padding-left:16px}.accordion__content-text ol li+li,.accordion__content-text ul li+li{margin-top:8px}.accordion__content-text ul li:before{content:"";display:block;position:absolute;top:11px;left:0;width:4px;height:4px;border-radius:10px;background-color:var(--Color-Primary-100)}.accordion__content-text ol{counter-reset:ol}.accordion__content-text ol li:before{counter-increment:ol;content:counter(ol) ".";display:block;position:absolute;top:0;left:0;font-family:Bold,sans-serif;font-size:14px}@media screen and (max-width:760px){.accordion__content-text ol li:before{top:1px;font-size:13px}}@media screen and (max-width:760px){.footer{padding-bottom:84px}}