.office-fitout-hero-section{position:relative;width:100%;margin-top:var(--margin-top, 0px);margin-bottom:var(--margin-bottom, 0px);margin-left:var(--margin-left, 0px);margin-right:var(--margin-right, 0px)}.office-fitout-hero{position:relative;width:100%;min-height:var(--min-height, 720px);display:flex;align-items:center;overflow:hidden}.office-fitout-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.office-fitout-hero__image{width:100%;height:100%;object-fit:cover;display:block}.office-fitout-hero__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.office-fitout-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s ease;z-index:0}.office-fitout-hero__slide.is-active{opacity:1;visibility:visible;z-index:1}.office-fitout-hero__content-wrapper{position:relative;flex:1 1 520px;max-width:640px}.office-fitout-hero__slide-content{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s ease}.office-fitout-hero__slide-content.is-active{position:relative;opacity:1;visibility:visible}.office-fitout-hero--style-box .office-fitout-hero__slide-content.is-active{display:inline-block;max-width:100%}.office-fitout-hero--style-box .office-fitout-hero__content{background:rgb(from var(--content-box-color, #000000) r g b / var(--content-box-opacity, .55));border-radius:var(--content-box-radius, 8px);padding:30px}@supports not (background: rgb(from black r g b)){.office-fitout-hero--style-box .office-fitout-hero__content{background:var(--content-box-color, #000000)}}.office-fitout-hero--style-box .office-fitout-hero__overlay{opacity:.1}.office-fitout-hero--style-box .office-fitout-hero__heading,.office-fitout-hero--style-box .office-fitout-hero__subheading{color:#fff}.office-fitout-hero__dots{display:flex;align-items:center;justify-content:center;gap:10px;padding-bottom:24px}.office-fitout-hero__dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;background:#00000040;cursor:pointer;transition:background .2s ease,transform .2s ease}.office-fitout-hero__dot.is-active{background:var(--accent-color, #035697);transform:scale(1.2)}.office-fitout-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgb(from var(--overlay-color-1, #ffffff) r g b / var(--overlay-opacity-1, 1)) 0% 48%,rgb(from var(--overlay-color-2, #ffffff) r g b / var(--overlay-opacity-2, 0)))}@supports not (background: rgb(from white r g b)){.office-fitout-hero__overlay{background:linear-gradient(90deg,var(--overlay-color-1, #ffffff) 0%,var(--overlay-color-1, #ffffff) 48%,transparent 100%)}}.office-fitout-hero__container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding-left:var(--padding-left, 32px);padding-right:var(--padding-right, 32px)}.office-fitout-hero__inner{display:flex;align-items:center;align-items:flex-start;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-top:var(--padding-top, 50px);padding-bottom:var(--padding-bottom, 50px)}.office-fitout-hero__content{flex:1 1 520px;max-width:640px}.office-fitout-hero__heading{font-size:var(--heading-size, 44px);line-height:1.15;font-weight:800;color:var(--heading-color, #1a1a1a);margin:0 0 20px}.office-fitout-hero__heading span{display:block;color:var(--heading-highlight-color, #035697)}.office-fitout-hero__subheading{font-size:16px;line-height:1.6;color:var(--body-text-color, #333333);max-width:520px;margin-bottom:24px}.office-fitout-hero__points{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:12px}.office-fitout-hero__point{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--body-text-color, #333333)}.office-fitout-hero__check{display:inline-flex;color:var(--accent-color, #035697);flex-shrink:0}.office-fitout-hero__buttons{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.office-fitout-hero__btn{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;font-size:15px;font-weight:700;text-decoration:none;border-radius:var(--button-radius, 6px);border:1px solid var(--accent-color, #035697);transition:opacity .2s ease;white-space:nowrap}.office-fitout-hero__btn:hover{opacity:.85}.office-fitout-hero__btn--primary{background:var(--accent-color, #035697);color:#fff}.office-fitout-hero__btn--primary svg{fill:#fff}.office-fitout-hero__btn--secondary{background:#fff;color:var(--accent-color, #035697)}.office-fitout-hero__form-wrapper{flex:0 1 600px;max-width:100%}.office-fitout-hero__form-card{background:var(--form-bg-color, #ffffff);color:var(--form-text-color, #1a1a1a);border-radius:var(--card-radius, 16px);padding:32px;box-shadow:0 10px 40px #00000014}.office-fitout-hero__form-heading{font-size:22px;font-weight:800;margin:0 0 8px;color:inherit}.office-fitout-hero__form-text{font-size:14px;line-height:1.5;color:inherit;opacity:.75;margin-bottom:20px}.office-fitout-hero-form-scope>h3{display:none}.office-fitout-hero-form-scope .form-message--error{padding:12px 14px;border-radius:8px;background:#fdeaea;color:#c0392b;font-size:13px;margin-bottom:14px}.office-fitout-hero-form-scope .form-message--error ul{margin:0;padding-left:18px}.office-fitout-hero-form-scope .note--success{padding:12px 14px;border-radius:8px;background:#e6f4ea;color:#1e7e34;font-size:13px;margin-bottom:14px}.office-fitout-hero-form-scope .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.office-fitout-hero-form-scope .form-field{display:flex;flex-direction:column;margin-bottom:14px}.office-fitout-hero-form-scope .form-label{font-size:13px;font-weight:700;color:inherit;margin-bottom:6px}.office-fitout-hero-form-scope .form-label.comment{font-weight:400;font-size:12px;opacity:.7;margin-bottom:8px}.office-fitout-hero-form-scope .form-input{width:100%;padding:12px 14px;font-size:14px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;color:#1a1a1a;font-family:inherit;box-sizing:border-box}.office-fitout-hero-form-scope .form-input:focus{outline:none;border-color:var(--accent-color, #035697)}.office-fitout-hero-form-scope textarea.form-input{resize:vertical;min-height:70px}.office-fitout-hero-form-scope .form-action-row{margin-top:4px}.office-fitout-hero-form-scope .contact-form-button{width:100%;padding:16px;font-size:15px;font-weight:700;color:#fff;background:var(--form-button-color, var(--accent-color, #035697));border:none;border-radius:var(--button-radius, 6px);cursor:pointer;transition:opacity .2s ease}.office-fitout-hero-form-scope .contact-form-button:hover{opacity:.88}.office-fitout-hero__rating{display:flex;align-items:center;justify-content:center;gap:12px;padding-bottom:50px;flex-wrap:wrap;flex-direction:column}.office-fitout-hero__rating-text{font-size:18px;font-weight:700;color:var(--body-text-color, #333333);display:flex;align-items:center;gap:8px}.office-fitout-hero__stars{color:#f5a623;letter-spacing:2px}.office-fitout-hero__avatar img{height:42px;width:auto;display:block}@media screen and (max-width:989px){.office-fitout-hero__inner{flex-direction:column}.office-fitout-hero__form-wrapper{flex:1 1 100%;width:100%}.office-fitout-hero__overlay{background:linear-gradient(180deg,rgb(from var(--overlay-color-1, #ffffff) r g b / var(--overlay-opacity-1, 1)) 0% 55%,rgb(from var(--overlay-color-2, #ffffff) r g b / var(--overlay-opacity-2, 0)))}@supports not (background: rgb(from white r g b)){.office-fitout-hero__overlay{background:linear-gradient(180deg,var(--overlay-color-1, #ffffff) 0%,var(--overlay-color-1, #ffffff) 55%,transparent 100%)}}}@media screen and (max-width:749px){.office-fitout-hero{min-height:auto}.office-fitout-hero__container{padding-left:18px;padding-right:18px}.office-fitout-hero__heading{font-size:calc(var(--heading-size, 44px) * .65)}.office-fitout-hero-form-scope .form-row{grid-template-columns:1fr}.office-fitout-hero__form-card{padding:22px}.office-fitout-hero__buttons{flex-direction:column;align-items:stretch}.office-fitout-hero__btn{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-office-fitout-hero-1.css.map */
