.slideshow__content-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}.slideshow__content-row .slideshow__text{flex:1 1 auto;min-width:0}.slideshow__quote-form{display:flex;align-items:center;padding:4em 0}.slideshow__wrapper.swiper{overflow-x:hidden;overflow-y:visible}@media screen and (max-width:749px){.slideshow__content-row{flex-direction:column}.slideshow__quote-form{margin:0 auto 2em;padding:20px 5%}}@media only screen and (min-width:750px)and (max-width:1430px){.slideshow__quote-form{position:relative;right:5rem}}.slideshow__quote-form-inner{background:#fff;color:#121212;border-radius:16px;box-shadow:0 20px 50px #0003;padding:26px;width:100%;max-height:calc(95vh - 40px)}.slideshow__quote-form-heading{margin:0}.slideshow__quote-form-subheading{margin:0;opacity:.7}.slideshow__quote-form-body{animation:quoteFormFadeIn .35s ease}.slideshow__quote-form-fields{display:flex;flex-wrap:wrap;align-items:flex-start;column-gap:12px;row-gap:12px;margin-bottom:18px;margin-top:18px}.slideshow__quote-form-fields .field{display:block;min-width:0;flex:1 1 100%}.slideshow__quote-form-fields .field--1{flex:0 1 100%}.slideshow__quote-form-fields .field--2{flex:0 1 calc(50% - 6px)}.slideshow__quote-form-fields .field--3{flex:0 1 calc(33.333% - 8px)}.slideshow__quote-form-fields .field--4{flex:0 1 calc(25% - 9px)}.slideshow__quote-form-fields .field--5{flex:0 1 calc(20% - 9.6px)}.slideshow__quote-form-fields .field--6{flex:0 1 calc(16.666% - 10px)}.slideshow__quote-form-fields .field--checkbox{display:flex;flex-wrap:wrap}.slideshow__quote-form-fields .field--checkbox>.form-field-error{flex:0 0 100%;margin-top:6px}@media screen and (max-width:749px){.slideshow__quote-form-fields .field--2,.slideshow__quote-form-fields .field--3,.slideshow__quote-form-fields .field--4,.slideshow__quote-form-fields .field--5,.slideshow__quote-form-fields .field--6{flex:0 1 100%}}.slideshow__quote-form-form label{display:block;margin-bottom:6px;font-weight:600;font-size:1.3rem;letter-spacing:.01em;text-align:left}.slideshow__quote-form-form input[type=text],.slideshow__quote-form-form input[type=email],.slideshow__quote-form-form input[type=tel],.slideshow__quote-form-form textarea{display:block;box-sizing:border-box;width:100%;border:1.5px solid rgba(0,0,0,.12);border-radius:8px;padding:11px 13px;font:inherit;font-size:1.4rem;background:#fafafa;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.slideshow__quote-form-form input[type=text]:hover,.slideshow__quote-form-form input[type=email]:hover,.slideshow__quote-form-form input[type=tel]:hover,.slideshow__quote-form-form textarea:hover{border-color:#00000038}.slideshow__quote-form-form input[type=text]:focus,.slideshow__quote-form-form input[type=email]:focus,.slideshow__quote-form-form input[type=tel]:focus,.slideshow__quote-form-form textarea:focus{outline:none;background:#fff;border-color:#1c3829;box-shadow:0 0 0 3px #1c382924}.slideshow__quote-form-form .required{color:#c0392b;font-weight:400;font-size:1.1rem}.quote-chip{position:relative;display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box;padding:9px 12px;border:1.5px solid rgba(0,0,0,.12);border-radius:10px;background:#fafafa;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .1s ease;-webkit-user-select:none;user-select:none}.quote-chip:hover{border-color:#1c382959;background:#f4f7f5}.quote-chip:active{transform:scale(.98)}.quote-chip__input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.quote-chip__face{display:flex;align-items:center;gap:8px;font-size:1.3rem;font-weight:500;color:#333}.quote-chip__label{line-height:1.2}.quote-chip:not(.quote-chip--card):before{content:"";flex-shrink:0;width:16px;height:16px;border-radius:5px;border:1.5px solid rgba(0,0,0,.25);background:#fff;transition:background-color .15s ease,border-color .15s ease}.quote-chip__input:checked~.quote-chip__face{color:#1c3829}.quote-chip:has(.quote-chip__input:checked){border-color:#1c3829;background:#1c38290f}.quote-chip:not(.quote-chip--card):has(.quote-chip__input:checked):before{background:#1c3829;border-color:#1c3829}.quote-chip:not(.quote-chip--card):has(.quote-chip__input:checked):after{content:"";position:absolute;left:19px;top:50%;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-65%) rotate(45deg)}.quote-chip__input:focus-visible~.quote-chip__face,.quote-chip__input:focus-visible~.quote-chip__label{outline:2px solid #1c3829;outline-offset:3px}.quote-chip--card{flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden}.quote-chip--card .quote-chip__media{position:relative;display:block;width:100%;aspect-ratio:1 / 1;background:#eee}.quote-chip--card .quote-chip__media img{width:100%;height:100%;object-fit:cover;display:block}.quote-chip--card .quote-chip__label{padding:11px 10px;text-align:center;font-size:1.2rem;font-weight:600;color:#fff;width:100%;display:block;text-transform:uppercase;background-color:#000}.quote-chip--card .quote-chip__check{position:absolute;top:50%;left:50%;width:34px;height:34px;border-radius:50%;background:#1118158c;transform:translate(-50%,-50%) scale(.7);opacity:0;transition:opacity .15s ease,transform .15s ease}.quote-chip--card .quote-chip__check:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:14px;border:solid #fff;border-width:0 3px 3px 0;transform:translate(-50%,-60%) rotate(45deg)}.quote-chip--card:has(.quote-chip__input:checked) .quote-chip__check{opacity:1;transform:translate(-50%,-50%) scale(1)}.quote-chip--card:has(.quote-chip__input:checked) .quote-chip__label{color:#fff}.slideshow__quote-form-track{position:relative}.slideshow__quote-form-panel:not(:first-child){display:none}.is-wizard .slideshow__quote-form-panel{display:none}.is-wizard .slideshow__quote-form-panel.is-active{display:block;animation:quoteFormFadeIn .4s ease}.slideshow__quote-form-continue{display:none}.is-wizard .slideshow__quote-form-continue{display:flex}.slideshow__quote-form-back{display:none}.is-wizard .slideshow__quote-form-back{display:flex}.slideshow__quote-form-actions{display:flex;gap:10px}.slideshow__quote-form-actions .slideshow__quote-form-submit,.slideshow__quote-form-actions .slideshow__quote-form-continue,.slideshow__quote-form-actions .slideshow__quote-form-back{width:auto;min-width:0}.slideshow__quote-form-actions .slideshow__quote-form-submit,.slideshow__quote-form-actions .slideshow__quote-form-continue{flex:1 1 auto}.slideshow__quote-form-back{flex:0 0 auto;background:transparent;border-width:1.5px;border-style:solid}.slideshow__quote-form-submit,.slideshow__quote-form-continue,.slideshow__quote-form-back{position:relative;align-items:center;justify-content:center;width:100%;border-radius:8px;padding:13px 20px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:opacity .15s ease,transform .1s ease,background-color .15s ease}.slideshow__quote-form-submit,.slideshow__quote-form-continue{border:none}.slideshow__quote-form-submit{display:flex}.slideshow__quote-form-submit:hover,.slideshow__quote-form-continue:hover{opacity:.9}.slideshow__quote-form-submit:active,.slideshow__quote-form-continue:active,.slideshow__quote-form-back:active{transform:scale(.98)}.slideshow__quote-form-submit:disabled{cursor:default}.slideshow__quote-form-submit-spinner{position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:quoteFormSpin .7s linear infinite}.slideshow__quote-form-error{color:#c0392b;font-size:1.2rem;text-align:center;margin:10px 0 0}.slideshow__quote-form-privacy{text-align:center;font-size:1.15rem;opacity:.6;margin:12px 0 0}.slideshow__quote-form-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 10px 10px}.slideshow__quote-form-success-icon{width:56px;height:56px;margin-bottom:14px}.slideshow__quote-form-success-icon circle{stroke:#1c3829;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;stroke-linecap:round}.slideshow__quote-form-success-icon path{stroke:#1c3829;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48}.slideshow__quote-form-success.is-visible .slideshow__quote-form-success-icon circle{animation:quoteFormDrawCircle .5s ease forwards}.slideshow__quote-form-success.is-visible .slideshow__quote-form-success-icon path{animation:quoteFormDrawCheck .35s ease .4s forwards}.slideshow__quote-form-success-title{margin:0 0 6px;font-size:1.8rem;font-weight:700;color:#1c3829;opacity:0;animation:quoteFormFadeIn .4s ease .5s forwards}.slideshow__quote-form-success-text{margin:0;font-size:1.4rem;font-weight:500;color:#555;opacity:0;animation:quoteFormFadeIn .4s ease .6s forwards}@keyframes quoteFormFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes quoteFormSpin{to{transform:rotate(360deg)}}@keyframes quoteFormDrawCircle{to{stroke-dashoffset:0}}@keyframes quoteFormDrawCheck{to{stroke-dashoffset:0}}.form-sm-label .quote-chip__label{font-size:10px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/slideshow-quote-form.css.map */
