:root{--ys-primary: #040b85;--ys-secondary: #41d9b0;--ys-gray: #e0e0e0;--ys-dark: #111;--ys-light: #fff;--ys-black: #000;--ys-white: #fff;--ys-primary-font: "neuzeit-grotesk";--ys-secondary-font: "ivyora-display";--ys-section-gap: 2.7rem}.ys-wrapper{background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(4, 11, 133, 0.02)), color-stop(34%, rgba(4, 11, 133, 0.2)), color-stop(65%, rgba(4, 11, 133, 0.7)), color-stop(96.93%, #040b85)),#fff;background:linear-gradient(180deg, rgba(4, 11, 133, 0.02) 0, rgba(4, 11, 133, 0.2) 34%, rgba(4, 11, 133, 0.7) 65%, #040b85 96.93%),#fff;font-family:var(--ys-primary-font);font-size:16px;font-size:1.6rem;color:var(--ys-dark);line-height:110%}.ys-wrapper h2{font-family:var(--ys-secondary-font)}.ys-container{width:min(100% - 40px,40rem);margin-inline:auto;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media(min-width: 769px){.ys-container{width:min(100% - 40px,55rem)}}.ys-button{cursor:pointer;padding:.6rem 2.4rem .6rem 2.4rem;border:solid 2px var(--ys-gray);background:-webkit-gradient(linear, left top, right top, from(var(--ys-primary)), to(var(--ys-dark-2)));background:linear-gradient(to right, var(--ys-primary), var(--ys-dark-2));color:var(--ys-light);min-height:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;font-weight:500;font-size:clamp(1.4rem,8vw,1.6rem);-ms-flex-item-align:center;align-self:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;gap:1rem}.ys-button::after{content:" ";display:inline-block;width:2.4rem;height:2.4rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5.00001 12H19" stroke="%23E0E0E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19L19 12L12 5" stroke="%23E0E0E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center}@-webkit-keyframes wiggle{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}50%{-webkit-transform:translateX(3px);transform:translateX(3px)}75%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wiggle{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}50%{-webkit-transform:translateX(3px);transform:translateX(3px)}75%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.ys-button.ys-nextBtn.ys-small-next{padding:0;width:4rem;height:4rem;border-radius:50%;aspect-ratio:1/1;min-height:auto;-ms-flex-item-align:end;align-self:flex-end;background:var(--ys-primary)}@media(min-width: 769px){.ys-button.ys-nextBtn.ys-small-next{margin-right:4rem}}.ys-button.ys-nextBtn.ys-small-next.ys-switcher{opacity:.3;cursor:not-allowed;position:absolute;top:-50px;margin:0}.ys-button.ys-nextBtn.ys-small-next.ys-switcher.show-btn{-webkit-animation:wiggle 1.2s ease-in-out infinite;animation:wiggle 1.2s ease-in-out infinite;cursor:pointer;opacity:1}.ys-next-btn-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.ys-next-btn-wrp span{color:var(--ys-gray)}.ys-next-btn-wrp.with-blue-bg .ys-nextBtn{background-color:var(--ys-primary);border:solid 2px var(--ys-white)}.ys-back-btn{cursor:pointer;display:inline-block;width:3rem;height:3rem}.ys-back-btn svg{width:100%;height:auto}.ys-back-btn{border-radius:50%;background:var(--ys-primary);background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 12H5" stroke="%23E0E0E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19L5 12L12 5" stroke="%23E0E0E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:2rem;background-repeat:no-repeat;background-position:center}.ys-back-btn.hidden{opacity:0;pointer-events:none;visibility:hidden}.hidden-input{display:none}.ys-steps-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding-right:4rem}.ys-progress-bar{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;background-color:var(--ys-gray);border-radius:3rem;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.ys-progress-bar span{height:1.1rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.ys-progress-bar span.current{position:relative}.ys-progress-bar span.current::before{content:" ";height:100%;width:50%;background-color:var(--ys-primary);position:absolute;left:0}.ys-progress-bar span.done{background-color:var(--ys-primary)}.ys-progress-bar.hidden{display:none}.ys-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--ys-light);padding-top:2.4rem}.ys-header .ys-container{overflow:visible}.ys-header img{height:5rem;margin-left:-2.5rem}@media(min-width: 769px){.ys-header img{margin-left:-1.7rem;height:7rem}}.ys-footer .ys-container{border-top:solid 1px hsla(0,0%,100%,.3294117647);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-block:2rem}.ys-footer .ys-container ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;list-style:none;padding:0;margin:0}.ys-footer .ys-container ul li a{font-size:1.2rem;color:var(--ys-white);text-decoration:none}body.ys-sending{position:relative}body.ys-sending::before{content:"";position:fixed;inset:0;background:rgba(111,193,218,.6392156863);z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.ys-sending::after{content:"";position:fixed;top:50%;left:50%;width:80px;height:80px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1000;border-radius:50%;border:4px solid #fff;-webkit-animation:outerPulse 1.6s ease-in-out infinite;animation:outerPulse 1.6s ease-in-out infinite}body.ys-sending::after{-webkit-box-shadow:0 0 0 0 #fff inset;box-shadow:0 0 0 0 #fff inset;-webkit-animation:outerPulse 1.6s ease-in-out infinite,innerPulse 1.6s ease-in-out infinite;animation:outerPulse 1.6s ease-in-out infinite,innerPulse 1.6s ease-in-out infinite}@-webkit-keyframes outerPulse{0%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);opacity:1}50%{-webkit-transform:translate(-50%, -50%) scale(1.2);transform:translate(-50%, -50%) scale(1.2);opacity:.6}100%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);opacity:1}}@keyframes outerPulse{0%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);opacity:1}50%{-webkit-transform:translate(-50%, -50%) scale(1.2);transform:translate(-50%, -50%) scale(1.2);opacity:.6}100%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);opacity:1}}@-webkit-keyframes innerPulse{0%{-webkit-box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset;box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset}50%{-webkit-box-shadow:0 0 0 0 #fff inset;box-shadow:0 0 0 0 #fff inset}100%{-webkit-box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset;box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset}}@keyframes innerPulse{0%{-webkit-box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset;box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset}50%{-webkit-box-shadow:0 0 0 0 #fff inset;box-shadow:0 0 0 0 #fff inset}100%{-webkit-box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset;box-shadow:0 0 0 20px hsla(0,0%,100%,0) inset}}.extra-top-margin{margin-top:8rem}.ys-steps__step[data-multiple-choice] header{padding-bottom:20px}html{font-size:10px}.ys-content{gap:0;position:relative}.ys-content section{padding-block:2rem}.ys-content section h1,.ys-content section h2{font-size:2.8rem;font-weight:500;line-height:120%;font-family:var(--ys-secondary-font)}.ys-content section h3{font-size:2rem;font-style:normal;font-weight:700;line-height:120%}.ys-content section h4{font-size:1.9rem;font-style:normal;font-weight:700;line-height:120%}.ys-content section p{font-size:1.6rem;font-style:normal;font-weight:400;line-height:140%;color:#666}.ys-content .box-full-img img{width:100%;height:auto}.ys-content-box{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.ys-content-box header span.tagline{font-weight:400;font-size:1.6rem;color:var(--ys-primary)}.ys-content-box.layout-01 .ys-content-box-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;background:var(--ys-light);border-radius:1rem;padding:1.4rem 2rem;text-align:left}.ys-content-box.layout-02{background:rgba(211,222,255,.5);-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.04);box-shadow:0 4px 8px 0 rgba(0,0,0,.04);padding:1.6rem;margin-bottom:2rem;border-radius:1rem}.ys-content-box.layout-02 p,.ys-content-box.layout-02 h2,.ys-content-box.layout-02 h3,.ys-content-box.layout-02 h4,.ys-content-box.layout-02 h5,.ys-content-box.layout-02 h1{font-size:1.8rem;color:var(--ys-primary)}.ys-content-box.layout-03{border-radius:1rem;background:hsla(0,0%,100%,.1);-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.04);box-shadow:0 4px 8px 0 rgba(0,0,0,.04);padding:1.6rem;margin-block:2rem}.ys-content-box.layout-03 p,.ys-content-box.layout-03 h2,.ys-content-box.layout-03 h3,.ys-content-box.layout-03 h4,.ys-content-box.layout-03 h5,.ys-content-box.layout-03 h1{font-size:1.8rem;font-weight:400;color:var(--ys-white)}.ys-content-box.layout-04{border-radius:1rem;background:var(--ys-white);text-align:left;padding:1.6rem;margin-block:2rem;gap:1.6rem}.ys-content-box.layout-04 p,.ys-content-box.layout-04 h2,.ys-content-box.layout-04 h3,.ys-content-box.layout-04 h4,.ys-content-box.layout-04 h5,.ys-content-box.layout-04 h1{font-size:1.8rem;font-weight:400;color:var(--ys-white)}.ys-content-box.layout-04 h2{font-weight:700}.ys-content-box.layout-04 ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.2rem}.ys-content-box.layout-04 ul li{font-size:1.6rem;padding-left:3.2rem;position:relative}.ys-content-box.layout-04 ul li::before{content:" ";position:absolute;left:0;top:0;width:2rem;height:2rem;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3332 9.2333V9.99997C18.3321 11.797 17.7503 13.5455 16.6743 14.9848C15.5983 16.4241 14.0859 17.477 12.3626 17.9866C10.6394 18.4961 8.79755 18.4349 7.1119 17.8121C5.42624 17.1894 3.98705 16.0384 3.00897 14.5309C2.03089 13.0233 1.56633 11.24 1.68457 9.4469C1.80281 7.65377 2.49751 5.94691 3.66507 4.58086C4.83263 3.21482 6.41049 2.26279 8.16333 1.86676C9.91617 1.47073 11.7501 1.65192 13.3915 2.3833" stroke="%23111111" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.3333 3.33337L10 11.675L7.5 9.17504" stroke="%23111111" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:2rem;background-repeat:no-repeat;background-position:center}.ys-content-box.layout-04 .ys-content-box-header h2{color:var(--ys-primary);font-family:var(--ys-primary-font)}.ys-content-box.layout-05{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:30rem;margin-inline:auto;gap:.8rem}.ys-content-box.layout-05 h1,.ys-content-box.layout-05 h3,.ys-content-box.layout-05 h4,.ys-content-box.layout-05 h2{color:var(--ys-secondary);font-family:var(--ys-primary-font);font-weight:700}.ys-content-box.layout-05 p{color:var(--ys-white);font-size:1.4rem}.ys-content .items-icons-list-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.ys-content .items-icons-list-wrp header{text-align:center;width:min(100%,35rem);margin-inline:auto}.ys-content .items-icons-list-wrp header h2{font-size:3rem;font-weight:500}.ys-content .items-icons-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;border-radius:.4rem;border-radius:.8rem;background:hsla(0,0%,100%,.5);-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.04);box-shadow:0 4px 8px 0 rgba(0,0,0,.04);padding:16px 8px;width:min(100%,400px);margin-inline:auto}.ys-content .items-icons-list-item-img{height:66px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:50%}.ys-content .items-icons-list-item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ys-content .items-icons-list-item p{color:#040b85;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:130%;padding-inline:10px}.ys-content .items-icons-list-item{position:relative}.ys-content .items-icons-list-item:nth-child(2)::before,.ys-content .items-icons-list-item:nth-child(2)::after{content:" ";position:absolute;width:1px;height:100%;background-color:rgba(4,11,133,.5019607843);left:-0.5px;top:0}.ys-content .items-icons-list-item:nth-child(2)::after{left:auto;right:-0.5px}.ys-content .calc-price-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;gap:.8rem}.ys-content .calc-price-box header{margin-bottom:1.6rem}.ys-content .calc-price-box__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.4rem;padding:2rem 2rem 1.2rem 2rem;background-color:var(--ys-primary);border-radius:1.2rem;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ys-content .calc-price-box__price span{font-size:1.4rem;color:var(--ys-gray)}.ys-content .calc-price-box__price-text{color:var(--ys-secondary) !important;margin-top:.5rem;max-width:25rem;margin-inline:auto;font-size:1.2rem !important}.ys-content .calc-price-box__price-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--ys-secondary);font-size:3.2rem}.ys-content .calc-price-box__price-value strong{font-size:3.5rem}@media(min-width: 370px){.ys-content .calc-price-box__price-value strong{font-size:45px}}.ys-content .calc-price-box__price-value strong{font-weight:700}.ys-content .calc-price-box .calc-price-box__popup-wrp h3{cursor:pointer;background-color:rgba(224,224,224,.5019607843);padding:.6rem .8rem .6rem 3rem;font-size:1.4rem;font-weight:400;border-radius:1.2rem;background-image:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_329_6415)"><path d="M9 16.5C13.1421 16.5 16.5 13.1421 16.5 9C16.5 4.85786 13.1421 1.5 9 1.5C4.85786 1.5 1.5 4.85786 1.5 9C1.5 13.1421 4.85786 16.5 9 16.5Z" stroke="%23040B85" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.81738 6.74994C6.99371 6.24869 7.34175 5.82602 7.79985 5.55679C8.25795 5.28756 8.79655 5.18914 9.32027 5.27897C9.84398 5.3688 10.319 5.64108 10.6612 6.04758C11.0034 6.45409 11.1907 6.96858 11.1899 7.49994C11.1899 8.99994 8.93988 9.74994 8.93988 9.74994" stroke="%23040B85" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 12.75H9.0075" stroke="%23040B85" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_329_6415"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>');background-position:5px center;background-repeat:no-repeat}.ys-content .calc-price-box .calc-price-box__popup-wrp-inner{opacity:0;visibility:hidden;text-align:left;position:absolute;z-index:100;background:#fff;border-radius:1.2rem;top:0;left:0;width:100%}.ys-content .calc-price-box .calc-price-box__popup-wrp-inner-content{padding:1.6rem 2rem 2rem 2rem}.ys-content .calc-price-box .calc-price-box__popup-wrp-inner-content ul{padding-left:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.2rem}.ys-content .calc-price-box .calc-price-box__popup-wrp-inner h4{font-size:1.8rem;padding:2.2rem 2rem 1.6rem 2rem;border-bottom:solid .1rem var(--ys-gray);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ys-content .calc-price-box .calc-price-box__popup-wrp-inner h4 .price-box-toggle{cursor:pointer;display:inline-block;width:2.4rem;height:2.4rem;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 6L18 18" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:contain}.ys-content .calc-custom-answers-intro-slider.embla .embla__dots{padding:0}.ys-content .calc-custom-answers-intro-slider.embla .embla__viewport .embla__container .embla__slide{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.6rem}.ys-content .calc-custom-answers-intro-slider.embla .embla__viewport .embla__container .embla__slide h3{color:var(--ys-white)}.ys-content .calc-custom-answers-intro-slider.embla .embla__viewport .embla__container .embla__slide img{width:100%;height:auto}.ys-content .calc-custom-answers-intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.4rem}.ys-content .calc-custom-answers-intro header{text-align:center}.ys-content .calc-custom-answers-intro-slider{text-align:center}.ys-content .calc-custom-answers-intro-slider h3{font-size:1.8rem}.ys-content .calc-custom-answers-intro-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.ys-content .calc-custom-answers-intro-secondary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.6rem;text-align:center}.ys-content .calc-custom-answers-intro-secondary h3{font-size:1.8rem}.ys-content .calc-custom-answers-intro-secondary p{font-size:1.4rem}.ys-content .calc-custom-answers-intro-top-box{width:100%;background-color:var(--ys-primary);border-radius:1.2rem;text-align:center;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem}.ys-content .calc-custom-answers-intro-top-box h3,.ys-content .calc-custom-answers-intro-top-box p,.ys-content .calc-custom-answers-intro-top-box span{color:var(--ys-white)}.ys-content .calc-custom-answers-intro-top-box span{font-size:1.6rem}.ys-content .calc-custom-answers-intro-top-box p{color:#e0e0e0;max-width:35rem;margin-inline:auto;font-size:1.1rem}.ys-content .calc-custom-answers-intro-top-box h3{font-size:32px;color:var(--ys-secondary);margin-bottom:.4rem}.ys-content .calc-custom-answers-intro-top-box h3 i{font-size:1.8rem;font-style:normal;color:var(--ys-white)}.ys-content div[data-show-only-for]{display:none}.ys-content div[data-show-only-for].show-item{display:-webkit-box;display:-ms-flexbox;display:flex}.ys-content .calc-accordion-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;border-radius:1rem}.ys-content .calc-accordion-list h3{font-size:2.4rem;text-align:center;font-family:var(--ys-secondary-font);font-weight:500}.ys-content .calc-accordion-list details{background-color:var(--ys-white);border-radius:1rem;border:solid 2px var(--ys-white)}.ys-content .calc-accordion-list details summary{padding:19px 64px 19px 16px;text-align:left;font-size:0;background-color:var(--ys-white);border-radius:1rem}.ys-content .calc-accordion-list details summary::marker{display:none}.ys-content .calc-accordion-list details summary{cursor:pointer;position:relative;font-size:16px;line-height:120%;font-weight:700;color:var(--ys-dark);line-height:1}.ys-content .calc-accordion-list details summary::marker{font-size:0}.ys-content .calc-accordion-list details summary::before{content:" ";width:2.4rem;height:2.4rem;display:inline-block;aspect-ratio:1/1;position:absolute;right:16px;-webkit-transform:none;transform:none;-webkit-transition:.3s all ease;transition:.3s all ease;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 15L12 9L6 15" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ys-content .calc-accordion-list details .accordion__answer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.ys-content .calc-accordion-list details .accordion__answer p,.ys-content .calc-accordion-list details .accordion__answer ul li,.ys-content .calc-accordion-list details .accordion__answer a{font-size:16px;line-height:120%;color:#666;text-align:left}.ys-content .calc-accordion-list details .accordion__answer ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.ys-content .calc-accordion-list details .accordion__answer ul li{position:relative;padding-left:25px}.ys-content .calc-accordion-list details .accordion__answer ul li::before{content:" ";position:absolute;width:15px;height:15px;background-image:url('data:image/svg+xml,<svg fill="%23000000" width="15px" height="15px" viewBox="0 0 0.45 0.45" id="right-arrow" data-name="Flat Color" xmlns="http://www.w3.org/2000/svg" class="icon flat-color"><path id="primary" d="m0.407 0.212 -0.056 -0.056a0.019 0.019 0 0 0 -0.027 0.027l0.024 0.024H0.056a0.019 0.019 0 0 0 0 0.037h0.292l-0.024 0.024a0.019 0.019 0 0 0 0 0.027 0.019 0.019 0 0 0 0.027 0l0.056 -0.056a0.019 0.019 0 0 0 0 -0.027" style="fill: rgb(0, 0, 0);"/></svg>');background-size:contain;background-position:center;background-repeat:no-repeat;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}.ys-content .calc-accordion-list details[open]{border:2px solid var(--Mint-Green, #41d9b0);background:var(--Pure-White, #fff);-webkit-box-shadow:0 0 8px 0 #bbffe3;box-shadow:0 0 8px 0 #bbffe3}.ys-content .calc-accordion-list details[open] .accordion__answer{padding:0 1.6rem 1.6rem 1.6rem}.ys-content .calc-accordion-list details[open] summary{border-radius:1rem 1rem 0 0}.ys-content .calc-accordion-list details[open] summary::before{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.ys-content .calc-accordion-list .calc-accordion-list__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.ys-content .calc-accordion-list.layout-02{gap:0}.ys-content .calc-accordion-list.layout-02 h3.calc-accordion-list__main-title{background-color:#040b85;color:var(--ys-white);padding:16px 5px;font-size:18px}.ys-content .calc-accordion-list.layout-02 details{background-color:#f9f9f9;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.12);box-shadow:0 4px 4px 0 rgba(0,0,0,.12)}.ys-content .calc-accordion-list.layout-02 .calc-accordion-list__items{padding:20px 12px;background-color:var(--ys-white);border-radius:0 0 4px 4px}.embla{min-width:0;width:100%;--slide-height: 200px;--slide-spacing: 10px;--slide-size: 100%;--slide-spacing-sm: 10px;--slide-size-sm: 100%;--slide-spacing-lg: 10px;--slide-size-lg: 100%}.embla__bottom-text{text-align:center;margin-top:30px}.embla__bottom-text p{font-size:18px;line-height:20px}.embla__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.embla__arrow{cursor:pointer;width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s all ease;transition:.3s all ease;border-radius:50%;z-index:5;background-color:rgba(0,0,0,0);line-height:0;font-size:25px;color:#707070}.embla__arrow--prev{left:0}.embla__arrow.is-disabled{opacity:.5;cursor:auto}.embla.content-slider .embla__viewport .embla__container .embla__slide{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}@media(min-width: 769px){.embla.content-slider .embla__viewport .embla__container .embla__slide{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}}.embla.content-slider .embla__viewport .embla__container .embla__slide-inner-box{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.6rem;background-color:var(--ys-light);border-radius:1rem;padding:2.15rem 1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.85rem}.embla.content-slider .embla__viewport .embla__container .embla__slide-inner-box::before{content:" ";width:4.8rem;height:3.1rem;position:absolute;top:-1.7rem;left:1rem;background:url('data:image/svg+xml,<svg width="48" height="31" viewBox="0 0 48 31" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_524_4961)"><path d="M27.4826 25.2397C28.9251 27.9099 31.4426 29.97 34.6 30.7112C40.4786 32.0927 46.3504 28.3843 47.7139 22.4268C49.0716 16.497 45.4506 10.5743 39.6177 9.15796L39.8661 8.90045C39.9589 8.80998 40.0539 8.72066 40.1478 8.63018C40.1947 8.58494 40.2416 8.53855 40.2897 8.49447L40.4363 8.36455L40.5839 8.23347L40.6584 8.16736L40.695 8.13488L40.7328 8.10356C40.9377 7.93653 41.1392 7.76253 41.3555 7.60478L41.5158 7.48298L41.596 7.4215C41.6223 7.40062 41.6509 7.38206 41.6784 7.3635L42.0104 7.13035C42.1203 7.04915 42.2371 6.97956 42.3504 6.90416L42.5221 6.79164C42.5805 6.75452 42.6366 6.71509 42.6961 6.68145L43.051 6.46917C43.1106 6.43437 43.1689 6.39725 43.2296 6.36246L43.4128 6.26154L43.7791 6.05854C43.8089 6.04115 43.841 6.02607 43.873 6.00983L43.9669 5.96227L44.1546 5.86715C45.1609 5.35909 46.2313 4.92062 47.343 4.54943L46.4042 6.10352e-05C45.0533 0.153175 43.691 0.396767 42.3298 0.756355L42.0745 0.824793L41.9463 0.858433C41.9039 0.870031 41.8604 0.88047 41.8192 0.89439L41.3098 1.04867L41.0545 1.12638C40.9697 1.15306 40.885 1.18322 40.8003 1.21222L40.292 1.38622C40.2073 1.41405 40.1237 1.44885 40.039 1.48017L39.786 1.57645C39.6177 1.64257 39.4483 1.70288 39.2811 1.77596L38.7786 1.9894C38.7373 2.00796 38.695 2.02419 38.6526 2.04391L38.5278 2.10191L38.2794 2.21907C37.9451 2.36987 37.6189 2.54386 37.2903 2.71437L37.2285 2.74685L37.1678 2.78049L37.0464 2.84893L36.8037 2.98581L36.5599 3.12384C36.4786 3.1714 36.3996 3.22128 36.3195 3.26999C36.1604 3.36859 35.9989 3.46603 35.8398 3.56695L35.3681 3.8813L35.2502 3.96017C35.2113 3.98685 35.1724 4.01469 35.1346 4.04253L34.9033 4.20956L34.6721 4.37776L34.6148 4.41952L34.5588 4.4636L34.4454 4.55175C34.2954 4.67007 34.1432 4.78607 33.9944 4.9067L33.5536 5.27789C33.517 5.30921 33.4803 5.33937 33.4437 5.37185L33.3361 5.46928L33.122 5.66416L32.9079 5.86019L32.6996 6.06203L32.4912 6.26502L32.387 6.3671L32.2863 6.47265C32.1523 6.61301 32.0173 6.75336 31.8833 6.89604L31.4941 7.33335C31.4288 7.40642 31.367 7.48066 31.304 7.55606L31.1163 7.78109C30.7488 8.23927 30.26 8.88073 29.7276 9.67763C28.6355 11.3155 27.96 12.7191 27.5822 13.5751C26.9617 14.9845 26.7362 15.8509 26.6332 16.2929C26.5256 16.7557 26.4614 17.1466 26.4214 17.4262C26.4111 17.4726 26.3962 17.5375 26.3802 17.6164C26.3596 17.7139 26.2897 18.0537 26.2313 18.4887C26.2004 18.7149 26.1901 18.8715 26.1764 19.0002C26.1764 19.0026 26.1764 19.0049 26.1764 19.006C26.1615 19.1766 26.1523 19.3471 26.1455 19.5164C26.1317 19.8783 26.1363 20.2368 26.1569 20.5929C26.2542 22.2435 26.7167 23.8269 27.4803 25.2397H27.4826Z" fill="%2341D9B0"/><path d="M0.0185871 20.5919C0.115896 22.2425 0.578403 23.8259 1.342 25.2387C2.78447 27.9089 5.30193 29.969 8.45934 30.7103C14.338 32.0918 20.2098 28.3834 21.5733 22.4258C22.931 16.4961 19.3099 10.5733 13.4771 9.15699L13.7255 8.89948C13.8182 8.809 13.9133 8.71968 14.0071 8.62921C14.0541 8.58397 14.101 8.53757 14.1491 8.49349L14.2956 8.36357L14.4433 8.2325L14.5177 8.16638L14.5544 8.1339L14.5921 8.10258C14.7971 7.93555 14.9986 7.76155 15.2149 7.6038L15.3752 7.482L15.4553 7.42052C15.4817 7.39964 15.5103 7.38109 15.5378 7.36253L15.8698 7.12938C15.9797 7.04818 16.0964 6.97858 16.2098 6.90318L16.3815 6.79066C16.4387 6.75355 16.496 6.71411 16.5555 6.68047L16.9104 6.46819C16.9699 6.4334 17.0283 6.39628 17.089 6.36148L17.2722 6.26056L17.6385 6.05757C17.6683 6.04017 17.7003 6.02509 17.7324 6.00885L17.8263 5.96129L18.014 5.86617C19.0203 5.35811 20.0907 4.91965 21.2023 4.54846L20.2636 -0.000915527C18.9127 0.152199 17.5504 0.395794 16.1892 0.755383L15.9339 0.823818L15.8056 0.857458C15.7633 0.869059 15.7198 0.879498 15.6786 0.893417L15.1691 1.04769L14.9138 1.12541C14.8291 1.15209 14.7444 1.18225 14.6597 1.21125L14.1514 1.38524C14.0667 1.41308 13.9831 1.44788 13.8984 1.47919L13.6454 1.57547C13.4771 1.64159 13.3077 1.70191 13.1405 1.77499L12.6379 1.98842C12.5967 2.00698 12.5544 2.02322 12.512 2.04294L12.3872 2.10093L12.1388 2.21809C11.8045 2.36889 11.4782 2.54288 11.1497 2.7134L11.0878 2.74587L11.0272 2.77951L10.9058 2.84795L10.6631 2.98483L10.4193 3.12286C10.338 3.17042 10.259 3.2203 10.1789 3.26902C10.0197 3.36761 9.85831 3.46505 9.69918 3.56597L9.22751 3.88032L9.1096 3.9592C9.07067 3.98588 9.03175 4.01371 8.99397 4.04155L8.76272 4.20859L8.53146 4.37678L8.47422 4.41854L8.41813 4.46262L8.30479 4.55078C8.15482 4.66909 8.00256 4.78509 7.85373 4.90572L7.41298 5.27691C7.37634 5.30823 7.33971 5.33839 7.30307 5.37087L7.19546 5.46831L6.98138 5.66318L6.7673 5.85921L6.55894 6.06105L6.35058 6.26404L6.24641 6.36612L6.14566 6.47167C6.01172 6.61203 5.87663 6.75239 5.74269 6.89506L5.35344 7.33237C5.28819 7.40545 5.22637 7.47968 5.1634 7.55508L4.97565 7.78011C4.60817 8.2383 4.11819 8.87976 3.58699 9.67665C2.49483 11.3145 1.81939 12.7181 1.4416 13.5741C0.821104 14.9835 0.595573 15.85 0.49254 16.2919C0.384928 16.7547 0.320816 17.1457 0.280748 17.4252C0.270445 17.4716 0.255564 17.5377 0.239536 17.6154C0.218929 17.7129 0.149094 18.0527 0.0907078 18.4877C0.0597973 18.7139 0.0494957 18.8705 0.035759 18.9993C0.035759 19.0016 0.035759 19.0039 0.035759 19.0051C0.0208759 19.1756 0.0117149 19.3461 0.00484657 19.5155C-0.00889206 19.8774 -0.00431252 20.2358 0.0162945 20.5919H0.0185871Z" fill="%2341D9B0"/></g><defs><clipPath id="clip0_524_4961"><rect width="48" height="31" fill="white" transform="matrix(-1 0 0 -1 48 31)"/></clipPath></defs></svg>');background-position:center;background-repeat:no-repeat;background-size:contain}.embla.content-slider .embla__viewport .embla__container .embla__slide-inner-box-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.embla.content-slider .embla__viewport .embla__container .embla__slide-inner-box-content p{color:var(--ys-black);font-size:1.4rem}.embla.content-slider .embla__viewport .embla__container .embla__slide-inner-box-image{aspect-ratio:1/1}.embla.content-slider .embla__viewport .embla__container .embla__slide-inner-box-image img{width:95px;height:95px;-o-object-fit:cover;object-fit:cover;max-width:95px;width:100%;height:100%;border-radius:.8rem}.embla__viewport{overflow:hidden;min-width:0;width:100%}.embla__container{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing)*-1)}.embla__slide{min-width:0;-webkit-box-flex:0;-ms-flex:0 0 var(--slide-size);flex:0 0 var(--slide-size);padding-left:var(--slide-spacing);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.embla__slide img{max-width:100%;height:auto}.embla__slide__number{-webkit-box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--slide-height);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.embla__controls{display:grid;grid-template-columns:auto 1fr;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;margin-top:1.8rem}.embla__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:15px auto 25px auto}.embla__arrow--prev{background-image:url("data:image/svg+xml,%3Csvg width='42' height='70' viewBox='0 0 42 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M40.6091 35.1509C40.3021 53.9502 24.8134 68.9412 6.01403 68.6342C-12.7853 68.3272 -27.7763 52.8385 -27.4693 34.0392C-27.1623 15.2399 -11.6736 0.248866 7.12575 0.555858C25.9251 0.86285 40.9161 16.3516 40.6091 35.1509Z' fill='%23F2E5D8'/%3E%3Cg clip-path='url(%23clip0_4001_4036)'%3E%3Cpath d='M13.5808 35.958L18.2657 40.7986L16.9896 42.0338L10.196 35.0146L17.2151 28.2211L18.4503 29.4973L13.6098 34.1822L24.4171 34.3587L24.3881 36.1345L13.5808 35.958Z' fill='black'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4001_4036'%3E%3Crect width='15.12' height='15.12' fill='white' transform='translate(25.2012 42.4733) rotate(-179.064)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:right;background-repeat:no-repeat;background-size:contain}.embla__arrow--next{background-image:url("data:image/svg+xml,%3Csvg width='42' height='70' viewBox='0 0 42 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M68.6342 35.1509C68.3272 53.9502 52.8385 68.9412 34.0392 68.6342C15.2399 68.3272 0.248866 52.8385 0.555858 34.0392C0.86285 15.2399 16.3516 0.248866 35.1509 0.555858C53.9502 0.86285 68.9412 16.3516 68.6342 35.1509Z' fill='%23F2E5D8'/%3E%3Cpath d='M28.2646 33.6708L23.5012 28.9074L24.757 27.6515L31.6643 34.5588L24.757 41.466L23.5012 40.2102L28.2646 35.4468H17.4558V33.6708H28.2646Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");background-position:left;background-repeat:no-repeat;background-size:contain}.embla__button{cursor:pointer;display:inline-block;width:30px;height:30px}.embla__button:disabled{color:var(--detail-high-contrast)}.embla__button__svg{width:35%;height:35%}.embla__dots{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-top:20px;min-height:10px}.embla__dots.dots-right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.embla__dots.layout-02 .embla__dot{width:8px;height:8px;background-color:var(--ys-gray)}.embla__dots.layout-02 .embla__dot.embla__dot--selected{width:24px}.embla__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--ys-gray);-ms-touch-action:manipulation;touch-action:manipulation;text-decoration:none;cursor:pointer;padding:0;margin:0;width:10px;height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:20px;-webkit-transition:.3s all ease;transition:.3s all ease;border:none}.embla__dot--selected{background-color:var(--ys-secondary)}.embla[mobile-only="1"] .embla__nav{display:-webkit-box;display:-ms-flexbox;display:flex}body.active-price-popup{position:relative}body.active-price-popup .calc-price-box__popup-wrp::before{border-radius:2rem;content:" ";position:absolute;inset:0;background:rgba(0,0,0,.5019607843);z-index:0}body.active-price-popup::before{content:" ";position:absolute;inset:0;background:rgba(0,0,0,.5019607843);z-index:0}body.active-price-popup .ys-content .calc-price-box .calc-price-box__popup-wrp-inner{opacity:1;visibility:visible}