@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}*,*:before,*:after{box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none;padding:0}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}.container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:1rem}@media screen and (min-width: 992px){.container{max-width:1200px}}@media screen and (min-width: 1536px){.container{max-width:1680px}}.home .container,.home .site-content{overflow-x:hidden!important;overflow-y:hidden!important}.close-up{transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.close-up:hover{transform:scale(1.025)}body{font-family:Inter,sans-serif;color:#000;line-height:1.6;background:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;color:#000;line-height:1.25;margin-bottom:.5em}h1{font-size:2rem;color:#fff}@media screen and (min-width: 992px){h1{font-size:36px}}@media screen and (min-width: 1536px){h1{font-size:60px}}h2{font-size:1.5rem;font-weight:500}@media screen and (min-width: 992px){h2{font-size:28px}}@media screen and (min-width: 1536px){h2{font-size:50px}}h3{font-size:1.25rem}@media screen and (min-width: 768px){h3{font-size:26px}}@media screen and (min-width: 992px){h3{font-size:24px}}@media screen and (min-width: 1536px){h3{font-size:32px}}h4{font-size:1.125rem}@media screen and (min-width: 768px){h4{font-size:20px}}@media screen and (min-width: 992px){h4{font-size:18px}}@media screen and (min-width: 1536px){h4{font-size:24px}}h5{font-size:1rem}h6{font-size:.875rem}p{margin-bottom:1em}ul,ol{margin:0 0 1em 1.5em;padding:0}li{margin-bottom:.25em;line-height:1.5}ul{list-style-type:disc}ol{list-style-type:decimal}a{color:#695c4c;text-decoration:none;transition:color .2s ease}a:hover{color:#5f5344}a:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb59;border-radius:4px}p{font-size:15px;font-weight:400}@media screen and (min-width: 768px){p{font-size:15px}}@media screen and (min-width: 992px){p{font-size:15px}}@media screen and (min-width: 1536px){p{font-size:18px}}.header{position:fixed;top:0;left:0;right:0;z-index:1002;background:transparent;color:#fff;border-bottom:1px solid rgba(255,255,255,.9);transition:background-color .25s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:22px 10px;transition:padding .25s ease;margin:0 auto;max-width:1100px}@media screen and (min-width: 992px){.header__inner{padding:1.5rem 10px;max-width:1200px}}@media screen and (min-width: 1536px){.header__inner{max-width:1680px}}.header__logo img{max-height:25px;filter:brightness(0) invert(1);transition:filter .2s ease}.header.is-shrunk .header__logo img{filter:none}.header a{color:inherit}.header a:hover{opacity:.9}.header .header__cta .btn{background:#fff!important;border-color:#fff!important;color:#695c4c!important}.header .header__cta .btn:hover{background:#695c4c;border-color:#695c4c;color:#fff}.header.is-shrunk{background:#fff;color:#000;border-color:#695c4c;box-shadow:0 4px 18px #0000000f}.header.is-shrunk .header__inner{padding:6px 10px}@media screen and (min-width: 992px){.header.is-shrunk .header__inner{padding:.4rem 10px}}.header.is-shrunk .header__cta .btn{background:#695c4c!important;border-color:#695c4c!important;color:#fff}.header.is-shrunk .header__cta .btn:hover{background:#121212;border-color:#121212;color:#fff}@media (min-width: 992px){.header .nav__menu a{color:#fff}.header.is-shrunk .nav__menu a{color:#000}}@media (prefers-reduced-motion: reduce){.header,.header__inner,.header__logo img{transition:none}}.header.is-shrunk .header__cta .btn,.header.is-shrunk .header__cta .btn span{color:#fff!important}.header .hamburger-inner,.header .hamburger-inner:before,.header .hamburger-inner:after{background-color:#fff}.header.is-shrunk .hamburger-inner,.header.is-shrunk .hamburger-inner:before,.header.is-shrunk .hamburger-inner:after{background-color:#000}.footer{background:#fff;color:#000;border-top:1px solid #d9d9d9;}.footer a{color:#2a2a2a;text-decoration:none}.footer a:hover{color:#695c4c}.footer p,.footer a,.footer span{font-size:16px}.footer__body{padding:40px 0;text-align:center}@media screen and (min-width: 992px){.footer__body{padding:40px 0;text-align:left}}.footer__grid{display:grid;gap:1.5rem 1.25rem;grid-template-columns:1fr;justify-items:center}@media screen and (min-width: 768px){.footer__grid{grid-template-columns:1fr 1fr}}@media screen and (min-width: 992px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;justify-items:flex-start}}.footer__grid{align-items:start}.footer__col{font-size:.9375rem;text-align:center}@media screen and (min-width: 992px){.footer__col{text-align:left}}.footer__brand .footer__logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}@media screen and (max-width: 767.98px){.footer__brand .footer__logo{justify-content:center}}.footer__brand .footer__logo img{height:32px;width:auto;display:block}.footer__brand .footer__logo .footer__logo-text{font-weight:700;font-size:16px;color:#fff}@media screen and (min-width: 992px){.footer__brand .footer__desc{max-width:400px}}.footer h3{font-size:1.3rem;font-weight:700;margin:0 0 .75rem}.footer__menu{list-style:none;margin:0;padding:0}.footer__menu li{margin:.35rem 0}.footer__menu a{display:inline-flex;align-items:center;gap:.5rem;transition:color .2s ease,transform .2s ease}.footer__menu a:hover{transform:translate(2px)}.footer__menu--small{margin-top:.75rem}.footer__menu--small a{font-size:.875rem;color:#94a3b8}.footer__menu--small a:hover{color:#e5e7eb}.footer__contact{list-style:none;margin:0 0 .75rem;padding:0}.footer__contact li{margin:.25rem 0;color:#cbd5e1}.footer__contact a{color:#e2e8f0}.footer__contact a:hover{color:#fff}.footer__copyright{border-top:1px solid #d9d9d9;background:#695c4c;padding:.9rem 0}.footer__copyright p{color:#fff;font-size:.875rem;text-align:center}@media screen and (min-width: 992px){.footer__copyright p{text-align:left}.footer__copyright .text-lg-end{text-align:right}}.footer__copyright a{color:#fff}.footer__fast-contact p{margin-bottom:0}.footer__legal-notice p{padding-top:12px;margin-top:12px;font-size:11px;color:#000000ad;text-align:justify;border-top:1px solid #d9d9d9}.nav{position:relative}@media (max-width: 991px){.nav{position:fixed;top:0;left:-100%;width:min(85vw,360px);height:100dvh;background:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;transition:left .28s ease;z-index:1001;border-right:1px solid #e5e5e5;box-shadow:2px 0 16px #0000000f}.nav.is-active{left:0}}@media (max-width: 991px) and (max-width: 400px){.nav{width:100vw}}.nav__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000}.nav__overlay.is-active{opacity:1;pointer-events:auto}.nav__menu{--submenu-hit: 3rem;display:flex;align-items:center;list-style:none;margin:0;padding:0}.nav__menu li{position:relative}.nav__menu a{display:block;padding:1rem 1.2rem;color:#000;text-decoration:none;transition:color .2s ease,background-color .2s ease;white-space:normal;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 992px){.nav__menu a{padding:1rem .6rem}}@media screen and (min-width: 1536px){.nav__menu a{padding:1rem 1.2rem}}.nav__menu a:hover{color:#ffffffba}.nav__menu .nav__link-wrap{position:relative;display:block;width:100%}.nav__menu .sub-menu{position:absolute;top:100%;left:0;display:none;min-width:180px;max-width:clamp(220px,24vw,320px);background:#fff;border:1px solid #ddd;list-style:none;padding:.35rem 0;margin:0;z-index:999}.nav__menu .sub-menu li{width:100%}.nav__menu .sub-menu a{padding:.55rem .85rem}.nav__menu li:hover>.sub-menu{display:block}@media (max-width: 991px){.nav__menu{flex-direction:column;padding:.6rem 0;width:100%;flex-grow:1}.nav__menu li{border-bottom:1px solid #eee;width:100%}.nav__menu a{padding:.9rem 1rem;width:100%;line-height:1.4;color:#000}.nav__menu .sub-menu{position:static;display:block;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .28s ease,opacity .2s ease}.nav__menu li.is-open>.sub-menu{max-height:1000px;opacity:1;pointer-events:auto}.mobile-sidebar-cta{padding:1.8rem 1.2rem;border-top:1px solid #e5e5e5;background:#fff;width:100%}.mobile-sidebar-cta .btn-header{width:100%;display:block;text-align:center}}@media (min-width: 992px){.header__inner{display:flex;align-items:center}.nav{margin-left:auto}.header__cta{margin-left:1rem;display:flex;align-items:center}.nav__menu .sub-menu{max-height:none!important;opacity:1!important}}.first-sidebar__card{background:#fff;border-radius:22px;padding:22px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.1019607843);transition:box-shadow .35s ease,transform .35s ease;will-change:transform}.first-sidebar__card:hover{transform:translateY(-2px);box-shadow:0 14px 38px #0000001a}.first-sidebar__card:hover .first-sidebar__divider{background:#00000024}.first-sidebar__title{font-weight:500}.first-sidebar__title p,.first-sidebar__title h1,.first-sidebar__title h2,.first-sidebar__title h3,.first-sidebar__title h4{margin-bottom:8px}.first-sidebar__text{opacity:.9}.first-sidebar__text p:last-child{margin-bottom:0}.first-sidebar__divider{height:1px;background:#00000014;margin:12px 0;transition:background-color .35s ease}.first-sidebar__contacts{display:grid;gap:6px;margin-bottom:12px}.first-sidebar__contact{display:flex;align-items:center;gap:12px;text-decoration:none;color:#111;transition:color .25s ease}.first-sidebar__contact:hover{color:#000}.first-sidebar__contact:hover .first-sidebar__icon{transform:scale(1.08);background:#5c4e40}.first-sidebar__contact:hover .first-sidebar__label{transform:translate(2px)}.first-sidebar__icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#6b5b4b;color:#fff;flex:0 0 36px;transition:transform .25s ease,background-color .25s ease;will-change:transform}.first-sidebar__label{font-size:14px;transition:transform .25s ease;will-change:transform}.first-sidebar__form .ff-el-group{margin-bottom:6px}.first-sidebar__form input,.first-sidebar__form textarea,.first-sidebar__form select{width:100%;border-radius:10px!important;border:1px solid rgba(0,0,0,.12)!important;padding:12px!important;box-shadow:none!important;transition:border-color .25s ease,box-shadow .25s ease}.first-sidebar__form input:focus,.first-sidebar__form textarea:focus,.first-sidebar__form select:focus{border-color:#00000059!important;box-shadow:0 0 0 2px #0000000f!important}.first-sidebar__form .fluentform .ff-el-group{margin-bottom:6px!important}.first-sidebar__form .ff-default textarea{min-height:60px}.first-sidebar__form .ff-el-form-check-input{width:auto!important}.first-sidebar__form .ff-el-form-check-label{display:inline-flex!important;align-items:center!important;gap:8px!important;white-space:normal!important}.first-sidebar__form .ff-el-form-check-input{margin:0!important;flex:0 0 auto!important}.first-sidebar__form .ff-el-form-check-label span{display:inline!important;font-size:12px;line-height:1.3}.second-sidebar__card{background:#fff;border-radius:22px;padding:22px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.1019607843);margin-bottom:32px;transition:box-shadow .35s ease,transform .35s ease;will-change:transform}.second-sidebar__card:hover{transform:translateY(-2px);box-shadow:0 14px 38px #0000001a}.second-sidebar__card:hover .second-sidebar__divider{background:#00000024}.second-sidebar__section+.second-sidebar__section{margin-top:18px}.second-sidebar__title{margin:0 0 10px}.second-sidebar__divider{height:1px;background:#00000014;margin:18px 0;transition:background-color .35s ease}.second-sidebar__search{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.second-sidebar__search-input{width:100%;border-radius:12px;border:1px solid rgba(0,0,0,.12);padding:12px;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.second-sidebar__search-input:focus{border-color:#0000004d;box-shadow:0 0 0 2px #0000000f}.second-sidebar__search-btn{border-radius:12px;padding:12px 14px;border:1px solid #695C4C;background:#695c4c;color:#fff;cursor:pointer;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease;will-change:transform}.second-sidebar__search-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}.second-sidebar__search-btn:active{transform:translateY(0);box-shadow:none}.second-sidebar__cats{list-style:none;padding:0;margin:0;display:grid;gap:6px}.second-sidebar__cats li{margin:0}.second-sidebar__cats a{text-decoration:none;color:#000;font-weight:600;font-size:13px;transition:color .2s ease,transform .2s ease}.second-sidebar__cats a:hover{color:#695c4c;transform:translate(2px)}.second-sidebar__posts{display:grid;gap:12px}.second-sidebar__post{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;text-decoration:none;color:inherit;transition:transform .25s ease;will-change:transform}.second-sidebar__post:hover{transform:translateY(-1px)}.second-sidebar__post-thumb{border-radius: 8px; width:62px;height:62px;overflow:hidden;background:#0000000f}.second-sidebar__post-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;will-change:transform}.second-sidebar__post-img--placeholder{width:100%;height:100%;background:#0000000f}.second-sidebar__post:hover .second-sidebar__post-img{transform:scale(1.06)}.second-sidebar__post-title{font-weight:500;font-size:13px;line-height:1.25;margin-bottom:2px;color:#000;transition:color .2s ease}.second-sidebar__post-date{font-size:12px;opacity:.65}.second-sidebar__post:hover .second-sidebar__post-title{color:#695c4c}.second-sidebar__empty{margin:0;font-size:13px;opacity:.75}.second-sidebar-search{position:relative;margin-bottom:32px}.second-sidebar-search__input{width:100%;height:44px;padding:0 44px 0 16px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;font-size:14px;outline:none;transition:border-color .25s ease,box-shadow .25s ease;box-shadow:0 10px 30px #00000014}.second-sidebar-search__input::placeholder{opacity:.6}.second-sidebar-search__input:focus{border-color:#00000047;box-shadow:0 6px 16px #0000000f}.second-sidebar-search__btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:28px;height:28px;border:none;background:transparent;cursor:pointer;opacity:.6;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease}.second-sidebar-search__btn:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.second-sidebar-search__btn svg{width:16px;height:16px;stroke:currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.1rem;border-radius:50px;border:1px solid transparent;font-weight:500;line-height:1.1;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;will-change:transform}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:2px solid #695C4C;outline-offset:2px}.btn-primary{background:#695c4c;border-color:#695c4c;color:#fff!important}.btn-primary:hover{background:#5f5344;border-color:#5f5344;color:#fff!important}.btn-white{background:#fff;border-color:#fff;color:#000!important}.btn-white:hover{background:#695c4c;border-color:#695c4c;color:#fff!important}.eighth-section .btn-white:hover{background-color:#352f27}.btn-outline{background:transparent;border-color:#fff;color:#fff}.btn-outline:hover{background:#fff;border-color:#fff;color:#000}.btn-outline-dark{background:transparent;border-color:#121212;color:#121212}.btn-outline-dark:hover{background:#121212;border-color:#121212;color:#fff}.hamburger{cursor:pointer;display:none;padding:1rem;background:none;border:none;position:relative;z-index:1102}@media screen and (max-width: 991.98px){.hamburger{display:block}}@media screen and (min-width: 992px){.hamburger{display:none}}.hamburger .hamburger-box{width:30px;height:20px;display:inline-block;position:relative}.hamburger .hamburger-inner,.hamburger .hamburger-inner:before,.hamburger .hamburger-inner:after{position:absolute;width:100%;height:3px;left:0;transition:transform .3s ease,top .3s ease,bottom .3s ease,opacity .2s ease,background-color .2s ease}.hamburger .hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger .hamburger-inner:before{content:"";top:-8px}.hamburger .hamburger-inner:after{content:"";bottom:-8px}.hamburger.is-active .hamburger-inner{background:transparent}.hamburger.is-active .hamburger-inner:before{top:0;transform:rotate(45deg)}.hamburger.is-active .hamburger-inner:after{bottom:0;transform:rotate(-45deg)}.nav__menu li.menu-item-has-children>a,.nav__menu li.menu-item-has-children>.nav__link-wrap>a{position:relative;padding-right:2rem}.nav__menu li.menu-item-has-children>a:after,.nav__menu li.menu-item-has-children>.nav__link-wrap>a:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%) rotate(45deg);width:.4em;height:.4em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .2s ease;pointer-events:none}.nav__menu li.is-open>a:after,.nav__menu li:hover>a:after,.nav__menu li.is-open>.nav__link-wrap>a:after,.nav__menu li:hover>.nav__link-wrap>a:after{transform:translateY(-50%) rotate(225deg)}.nav__submenu-toggle{position:absolute;top:0;right:0;bottom:0;width:var(--submenu-hit);background:none;border:0;padding:0;cursor:pointer;display:none;z-index:1}.nav__submenu-toggle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:.4em;height:.4em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .2s ease;pointer-events:none}.nav__menu li.is-open>.nav__link-wrap>.nav__submenu-toggle:before{transform:translate(-50%,-50%) rotate(225deg)}@media (max-width: 991px){.nav__submenu-toggle{display:block}.nav__menu li.menu-item-has-children>a,.nav__menu li.menu-item-has-children>.nav__link-wrap>a{padding-right:var(--submenu-hit)}.nav__menu li.menu-item-has-children>a:after,.nav__menu li.menu-item-has-children>.nav__link-wrap>a:after{content:none}}@media (min-width: 992px){.nav__submenu-toggle{display:none}}.third-section__title,.fourth-section__title,.fifth-section__title,.sixth-section__title,.seventh-section__title,.ninth-section__title,.tenth-section__title{position:relative;width:fit-content; line-height:1.1;}.third-section__title:after,.fourth-section__title:after,.fifth-section__title:after,.sixth-section__title:after,.seventh-section__title:after,.ninth-section__title:after,.tenth-section__title:after{content:"";background-color:#0003;height:1px;width:1920px;position:absolute;left: calc(100% + 10px);top:50%;transform:translateY(-50%)}.first-section{min-height:100vh;background-size:cover;background-position:center;position:relative;overflow:hidden}@media screen and (min-width: 992px){.first-section{min-height:85vh}}.first-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;background:-webkit-linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.55) 100%);background:-moz-linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.55) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0);z-index:0}.first-section .container{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-bottom:110px;padding-top:80px}@media screen and (min-width: 992px){.first-section .container{min-height:85vh}}.first-section__center{text-align:center}.first-section__bottom{position:absolute;left:0;right:0;bottom:28px;padding:0 16px;z-index:2}.first-section__contacts{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.first-section .contact-link{color:#fff;text-decoration:none;opacity:.9;display:inline-flex;align-items:center;gap:10px}.first-section .contact-link .contact-text{text-decoration:none;text-underline-offset:3px;text-decoration-thickness:2px}.first-section .contact-link .icon{width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.85);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;flex-shrink:0}.first-section .contact-link .icon svg{transition:color .2s ease;color:#fff}.first-section .contact-link:hover{opacity:1}.first-section .contact-link:hover .contact-text{text-decoration:underline}.first-section .contact-link:hover .icon{background:#fff;border-color:#fff}.first-section .contact-link:hover .icon svg{color:#000}.first-section__scroll{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end;color:#ababab;opacity:.9;text-decoration:none;text-underline-offset:3px;text-decoration-thickness:2px}.first-section__scroll:hover{opacity:1;text-decoration:underline;color:#fff}.first-section .btn{border-radius:999px;padding:10px 26px}@media (max-width: 767px){.first-section .container{padding-bottom:150px;padding-top:70px}.first-section__bottom{bottom:18px}.first-section__scroll{justify-content:flex-start;margin-top:14px}}.first-section .contact-link{transition:opacity .25s ease}.first-section .contact-link .contact-text{transition:text-decoration-color .25s ease,color .25s ease;transition-delay:.05s}.first-section .contact-link .icon{transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);transition-delay:.05s}.first-section .contact-link .icon svg{transition:color .25s ease;transition-delay:.08s}.first-section .contact-link:hover .icon{transform:scale(1.05)}.first-section__scroll{transition:opacity .25s ease,text-decoration-color .25s ease;transition-delay:.05s}.second-section{background:#fff}@media screen and (min-width: 992px){.second-section__row{border-bottom:1px solid rgba(0,0,0,.08)}}.second-section__card{position:relative;padding:28px;background:#fff;border-right:1px solid rgba(0,0,0,.08);min-height:140px;transition:background-color .35s ease}@media (max-width: 991.98px){.second-section__card{border-right:0;border-bottom:1px solid rgba(0,0,0,.08)}}@media (max-width: 767.98px){.second-section__card{padding:22px 20px}}.second-section__row>[class*=col-]:last-child .second-section__card{border-right:0}.second-section__icon{width:34px;height:34px;display:flex;align-items:center}.second-section__icon img{width:34px;height:34px;object-fit:contain;display:block;transition:filter .35s ease}.second-section__content{color:#111}.second-section__content,.second-section__content *{transition:color .35s ease}.second-section__row>[class*=col-]:not(:first-child) .second-section__card{background:#fff}.second-section__row>[class*=col-]:not(:first-child) .second-section__card .second-section__content,.second-section__row>[class*=col-]:not(:first-child) .second-section__card .second-section__content *{color:#111}.second-section__row>[class*=col-]:not(:first-child) .second-section__card .second-section__icon img{filter:none}.second-section__row>[class*=col-]:not(:first-child) .second-section__card:hover{background:#695c4c}.second-section__row>[class*=col-]:not(:first-child) .second-section__card:hover .second-section__content,.second-section__row>[class*=col-]:not(:first-child) .second-section__card:hover .second-section__content *{color:#fff}.second-section__row>[class*=col-]:not(:first-child) .second-section__card:hover .second-section__icon img{filter:brightness(0) invert(1)!important}.second-section__row>[class*=col-]:first-child .second-section__card{background:#695c4c}.second-section__row>[class*=col-]:first-child .second-section__card .second-section__content,.second-section__row>[class*=col-]:first-child .second-section__card .second-section__content *{color:#fff}.second-section__row>[class*=col-]:first-child .second-section__card .second-section__icon img{filter:none}.second-section__row>[class*=col-]:first-child .second-section__card:hover{background:#fff}.second-section__row>[class*=col-]:first-child .second-section__card:hover .second-section__content,.second-section__row>[class*=col-]:first-child .second-section__card:hover .second-section__content *{color:#111}.second-section__row>[class*=col-]:first-child .second-section__card:hover .second-section__icon img{filter:brightness(0)!important}.third-section{padding:40px 0}.third-section .container{overflow:visible!important}.third-section__block{margin-bottom:56px}.third-section__block:last-child{margin-bottom:0}.third-section__text{max-width:520px}.third-section__image-wrap{width:100%;height:600px;overflow:hidden;background:#f3f3f3;box-shadow: 0 10px 30px #00000014;border-radius:20px}@media screen and (min-width: 992px){.third-section__image-wrap{height:400px}}@media screen and (min-width: 1536px){.third-section__image-wrap{height:600px}}.third-section__image{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 991.98px){.third-section__block{margin-bottom:40px}.third-section__text{max-width:100%}}.third-section__separator{width:64px;height:2px;background-color:#695c4c;margin-bottom:24px}.fourth-section{padding:40px 0}.fourth-section .fourth-step{border-radius:16px;position:relative;padding:20px;background:#fff;border:3px solid rgb(0,0,0);height:360px}@media screen and (min-width: 768px){.fourth-section .fourth-step{height:300px}}@media screen and (min-width: 992px){.fourth-section .fourth-step{height:280px}}@media screen and (min-width: 1536px){.fourth-section .fourth-step{padding:32px;height:360px}}.fourth-section .fourth-step__num{font-size:80px;color:#a59d94;font-weight:600;line-height:1.1}@media screen and (min-width: 992px){.fourth-section .fourth-step__num{font-size:52px}}@media screen and (min-width: 1536px){.fourth-section .fourth-step__num{font-size:80px;margin-bottom:12px}}@media screen and (max-width: 991.98px){.fourth-section .fourth-step:before,.fourth-section .fourth-step:after{display:none;content:none}}.fourth-section .is-active{background:#695c4c;border:3px solid #695C4C}@media screen and (min-width: 768px){.fourth-section .is-active{margin-top:60px}}@media screen and (min-width: 992px){.fourth-section .is-active{margin-top:120px}}.fourth-section .is-active .fourth-step__num,.fourth-section .is-active h4,.fourth-section .is-active h3,.fourth-section .is-active p{color:#fff}.fourth-section .is-active:before{content:"";position:absolute;height:50px;width:3px;background-color:#000;top:-50px;left:50%;transform:translate(-50%)}.fourth-section .is-active:after{content:"";position:absolute;height:3px;width:400px;background-color:#000;top:-50px;left:50%}.fourth-section .fourth-section__track>div:nth-child(2) .fourth-step:before{content:"";position:absolute;height:50px;width:3px;background-color:#000;top:100%;left:50%;transform:translate(-50%)}.fourth-section .fourth-section__track>div:nth-child(2) .fourth-step:after{content:"";position:absolute;height:3px;width:400px;background-color:#000;bottom:-50px;left:50%}@media screen and (min-width: 768px){.fourth-section .fourth-section__track>div:nth-child(3) .fourth-step{margin-top:60px}}@media screen and (min-width: 992px){.fourth-section .fourth-section__track>div:nth-child(3) .fourth-step{margin-top:120px}}.fourth-section .fourth-section__track>div:nth-child(3) .fourth-step:before{content:"";position:absolute;height:50px;width:3px;background-color:#000;top:-50px;left:50%;transform:translate(-50%)}.fourth-section .fourth-section__track>div:nth-child(3) .fourth-step:after{content:"";position:absolute;height:3px;width:400px;background-color:#000;top:-50px;left:50%}.fifth-section{padding:40px 0}.fifth-section__slider{position:relative}.fifth-section__avatar{border-radius:50%;object-fit:cover;object-position:top}.fifth-section .swiper{position:relative}.fifth-section__controls{pointer-events:none}.fifth-section__card-header{border-bottom:1px solid rgba(0,0,0,.12);padding:8px}.fifth-section__card{padding:20px;border:1px solid rgba(0,0,0,.12);border-radius:20px}.fifth-section__card-body{padding:16px}.fifth-section__stars{padding-top:12px;padding-bottom:12px}.fifth-section__nav{pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#695c4c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center}.fifth-section__nav:before{content:"";width:10px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff}.fifth-section__nav--prev{left:0}.fifth-section__nav--prev:before{transform:rotate(135deg)}.fifth-section__nav--next{right:0}.fifth-section__nav--next:before{transform:rotate(-45deg)}@media (max-width: 767px){.fifth-section__nav--prev,.fifth-section__nav--next{display:none}}.fourth-section .fourth-step{transition:background-color .35s ease,border-color .35s ease}.fourth-section .fourth-step h3,.fourth-section .fourth-step h4,.fourth-section .fourth-step p,.fourth-section .fourth-step__num{transition:color .35s ease}.fourth-section .fourth-step:not(.is-active):hover{background:#695c4c;border-color:#695c4c}.fourth-section .fourth-step:not(.is-active):hover h3,.fourth-section .fourth-step:not(.is-active):hover h4,.fourth-section .fourth-step:not(.is-active):hover p{color:#fff}.fourth-section .fourth-step:not(.is-active):hover .fourth-step__num{color:#fff}.fourth-section .fourth-step.is-active:hover{background:#fff;border-color:#000}.fourth-section .fourth-step.is-active:hover h3,.fourth-section .fourth-step.is-active:hover h4,.fourth-section .fourth-step.is-active:hover p{color:#111}.fourth-section .fourth-step.is-active:hover .fourth-step__num{color:#a59d94}.sixth-section,.seventh-section{padding:40px 0}.sixth-section__grid,.seventh-section__grid{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width: 768px){.sixth-section__grid,.seventh-section__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.sixth-section__grid,.seventh-section__grid{grid-template-columns:repeat(3,1fr)}}.sixth-section__item,.seventh-section__item{overflow:hidden}.sixth-section__link,.seventh-section__link{display:block;text-decoration:none;color:inherit}.sixth-section__thumb,.seventh-section__thumb{overflow:hidden; border-radius: 16px;}.sixth-section__img,.seventh-section__img{width:100%;height:400px;object-fit:cover;display:block}@media screen and (min-width: 992px){.sixth-section__img,.seventh-section__img{height:250px}}@media screen and (min-width: 1536px){.sixth-section__img,.seventh-section__img{height:350px}}.sixth-section__img--placeholder,.seventh-section__img--placeholder{background:#ffffff14}.sixth-section__meta,.seventh-section__meta{margin-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.sixth-section__name,.seventh-section__name{margin:0;font-size:16px;line-height:1.2;text-transform:uppercase}.sixth-section__date,.seventh-section__date{white-space:nowrap;font-size:14px;opacity:.75;letter-spacing:.06em;text-transform:uppercase;font-weight:600;color:#919191}.eighth-section{padding:40px 0;background-color:#695c4c}.eighth-section__title{position:relative;width:fit-content;color:#fff}.eighth-section__title:after{content:"";background-color:#fff9;height:1px;width:1920px;position:absolute;left:105%;top:50%;transform:translateY(-50%)}.eighth-section__form{border:2px solid rgba(0,0,0,.1);padding:32px;border-radius:32px;background-color:#fff}@media screen and (min-width: 1536px){.eighth-section__form{padding:64px 32px}}.ninth-section,.accordion-section{padding:40px 0}.ninth-section .container,.accordion-section .container{padding:16px;overflow:visible!important}.ninth-section__accordion,.accordion-section__accordion{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 992px){.ninth-section__accordion,.accordion-section__accordion{grid-template-columns:repeat(2,1fr);gap:18px 24px;align-items:start}}.ninth-section__item,.accordion-section__item{border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:1px 10px 16px 3px #0000000d}.ninth-section__trigger,.accordion-section__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;background:transparent;border:0;color:inherit;text-align:left;cursor:pointer}.ninth-section__trigger-text,.accordion-section__trigger-text{font-size:18px;line-height:1.2;margin:0}.ninth-section__icon,.accordion-section__icon{width:18px;height:18px;position:relative;flex:0 0 18px}.ninth-section__icon:before,.ninth-section__icon:after,.accordion-section__icon:before,.accordion-section__icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:18px;height:2px;background:currentColor;opacity:.9;transition:transform .22s ease,opacity .22s ease}.ninth-section__icon:after,.accordion-section__icon:after{transform:rotate(90deg)}.ninth-section__item.is-open .ninth-section__icon:after,.accordion-section__item.is-open .ninth-section__icon:after{transform:rotate(0);opacity:0}.ninth-section__panel,.accordion-section__panel{padding:0 18px 18px;overflow:hidden;opacity:0;height:0;transition:height .26s ease,opacity .26s ease}.tenth-section{padding:40px 0;background-color:#f9f9f9}.tenth-section__title{margin:0 0 12px}.tenth-section__intro{margin:0;opacity:.9}.tenth-card{height:100%;padding:22px;border-radius:16px;background:#fff;box-shadow:0 6px 6px #00000014;border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column}@media screen and (min-width: 992px){.tenth-card{padding:28px}}.tenth-card__body{flex:1 1 auto}.tenth-card__body p:last-child{margin-bottom:0}.tenth-card__actions{margin-top:18px;display:flex;align-items:center}.tenth-card__actions .btn{width:100%}@media screen and (min-width: 768px){.tenth-card__actions .btn{width:auto}}.tenth-card h4{position:relative;padding-bottom:12px;margin-bottom:16px}.tenth-card h4:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#e1e1e1;opacity:.4}.blog-page{padding:48px 0}.blog-page__breadcrumbs{margin-bottom:14px}.blog-page__title{margin:0 0 18px}.blog-page__pagination{margin-top:22px}.blog-page__pagination ul{list-style:none;padding:0;margin:0;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.blog-page__pagination a,.blog-page__pagination span{display:inline-flex;min-width:38px;height:38px;padding:0 12px;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(0,0,0,.12);text-decoration:none;color:#000}.blog-page__pagination .current{background:#695c4c;border-color:#695c4c;color:#fff}.blog-posts{display:grid;gap:48px}.blog-posts__item{display:grid;grid-template-columns:3fr 2fr;gap:16px;background:#fff}@media screen and (max-width: 991.98px){.blog-posts__item{grid-template-columns:1fr}}@media screen and (min-width: 992px){.blog-posts__item.is-reversed{grid-template-columns:2fr 3fr}}@media screen and (min-width: 992px){.blog-posts__item.is-reversed .blog-posts__thumb{order:2}}@media screen and (min-width: 992px){.blog-posts__item.is-reversed .blog-posts__content{order:1}}.blog-posts__thumb{border-radius: 16px; display:block;overflow:hidden;width:100%;height:300px;background:#0000000f}.blog-posts__img{width:100%;height:100%;object-fit:cover;display:block}.blog-posts__img--placeholder{width:100%;height:100%;background:#0000000f}.blog-posts__content{display:flex;flex-direction:column;gap:8px;justify-content:center;min-width:0}.blog-posts__meta{font-size:13px;opacity:.75}.blog-posts__heading{margin:0}.blog-posts__heading a{color:#000;text-decoration:none}.blog-posts__heading a:hover{color:#695c4c}.blog-posts__excerpt{opacity:.9}.blog-posts__excerpt p{margin:0;font-size:15px}.blog-posts__btn{margin-top:6px;align-self:flex-start}body.login{font-family:Segoe UI,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1e1e1e;color:#e0e0e0;max-height:100vh}body.login #login{max-width:500px;width:100%;margin:0 auto;max-height:100vh;padding-top:0!important}body.login #login h1 a{background-image:url(/wp-content/themes/mtp-theme/assets/dev/img/mtp-logo.png);background-size:contain;background-repeat:no-repeat;width:420px;display:block;margin:16px auto}body.login #login form{background:#252525;border:none;border-radius:12px;box-shadow:0 10px 30px #00000080;padding:40px;width:100%;max-width:400px;margin:auto}body.login #login form .input,body.login #login form input[type=text],body.login #login form input[type=password]{font-size:16px;padding:12px;width:100%;border:1px solid #444;border-radius:6px;margin-bottom:20px;box-sizing:border-box;background-color:#333;color:#e0e0e0;transition:border-color .3s ease}body.login #login form .input:focus,body.login #login form input[type=text]:focus,body.login #login form input[type=password]:focus{border-color:#6357ce;outline:none}body.login #login form .button-primary{background-color:#6357ce;border:none;color:#fff;font-size:16px;padding:12px;width:100%;border-radius:6px;cursor:pointer;transition:background-color .3s ease;margin-top:8px}body.login #login form .button-primary:hover{background-color:#4638c1}body.login #login #nav,body.login #login #backtoblog{text-align:center;margin-top:20px}body.login #login #nav a,body.login #login #backtoblog a{color:#6357ce;text-decoration:none}body.login #login #nav a:hover,body.login #login #backtoblog a:hover{text-decoration:underline;color:#4638c1}@media (max-width: 480px){body.login form{padding:30px 20px}body.login h1 a{width:150px;height:60px}}.login .notice{background-color:#252525}body.login #login .language-switcher,body.login .language-switcher{max-width:400px!important;width:100%!important;margin:16px auto 0!important;padding:16px 20px!important;color:#e0e0e0!important}body.login #login .language-switcher form#language-switcher,body.login .language-switcher form#language-switcher{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}body.login #login .language-switcher form#language-switcher label,body.login .language-switcher form#language-switcher label{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:14px!important;color:#e0e0e0!important;margin:0!important}body.login #login .language-switcher form#language-switcher label .dashicons,body.login .language-switcher form#language-switcher label .dashicons{font-size:18px!important;width:18px!important;height:18px!important;line-height:1!important;color:#6357ce!important}body.login #login .language-switcher form#language-switcher label .screen-reader-text,body.login .language-switcher form#language-switcher label .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body.login #login .language-switcher form#language-switcher select#language-switcher-locales,body.login .language-switcher form#language-switcher select#language-switcher-locales{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-color:#333!important;color:#e0e0e0!important;border:1px solid #444!important;border-radius:6px!important;padding:10px 36px 10px 12px!important;font-size:14px!important;line-height:1.2!important;min-width:180px!important;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease!important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23e0e0e0'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:14px 14px!important}body.login #login .language-switcher form#language-switcher select#language-switcher-locales:hover,body.login .language-switcher form#language-switcher select#language-switcher-locales:hover{border-color:#575757!important}body.login #login .language-switcher form#language-switcher select#language-switcher-locales:focus,body.login .language-switcher form#language-switcher select#language-switcher-locales:focus{outline:none!important;border-color:#6357ce!important;box-shadow:0 0 0 3px #6357ce4d!important}body.login #login .language-switcher form#language-switcher input.button[type=submit],body.login .language-switcher form#language-switcher input.button[type=submit]{background-color:#6357ce!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:10px 14px!important;font-size:14px!important;line-height:1.2!important;cursor:pointer!important;transition:background-color .2s ease,transform .05s ease!important}body.login #login .language-switcher form#language-switcher input.button[type=submit]:hover,body.login .language-switcher form#language-switcher input.button[type=submit]:hover{background-color:#4638c1!important}body.login #login .language-switcher form#language-switcher input.button[type=submit]:active,body.login .language-switcher form#language-switcher input.button[type=submit]:active{transform:translateY(1px)!important}body.login #login .language-switcher form#language-switcher input.button[type=submit]:focus,body.login .language-switcher form#language-switcher input.button[type=submit]:focus{outline:none!important;box-shadow:0 0 0 3px #6357ce4d!important}@media (max-width: 480px){body.login #login .language-switcher form#language-switcher,body.login .language-switcher form#language-switcher{flex-direction:column!important;align-items:stretch!important;gap:8px!important}body.login #login .language-switcher form#language-switcher select#language-switcher-locales,body.login #login .language-switcher form#language-switcher input.button[type=submit],body.login .language-switcher form#language-switcher select#language-switcher-locales,body.login .language-switcher form#language-switcher input.button[type=submit]{width:100%!important}body.login #login .language-switcher form#language-switcher label,body.login .language-switcher form#language-switcher label{align-self:flex-start!important}}.first-post-section,.second-post-section{padding-top:80px}.second-post-section .btn{height:fit-content}.single-post-content{color:#000;padding:48px 0}.single-post-content h1{color:#000;font-size:1.5rem;font-weight:500}@media screen and (min-width: 992px){.single-post-content h1{font-size:28px}}@media screen and (min-width: 1536px){.single-post-content h1{font-size:50px}}.single-post-content__thumb{width:100%;height:500px}.single-post-content__thumb img{border-radius:30px;width:100%;height:100%}@media screen and (min-width: 992px){.single-post-content__content{padding:16px 32px}}.single-post__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;row-gap:8px;font-size:13px;line-height:1.2;opacity:.85;margin:10px 0 18px}.single-post__meta-item{display:inline-flex;align-items:center;gap:8px;min-height:18px}.single-post__dot{opacity:.45}.single-post__icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px}.single-post__icon svg{width:16px;height:16px;display:block;fill:currentColor}.single-post__meta a{color:inherit;text-decoration:none}.single-post__meta a:hover{text-decoration:underline}.comments-section{margin-top:48px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}.comments-section__title{font-size:18px;margin-bottom:16px}.comments-section ol.commentlist,.comments-section .comment-list{list-style:none;padding:0;margin:0 0 24px}.comments-section .comment{padding:16px 0;border-bottom:1px solid rgba(0,0,0,.08)}.comments-section .comment-meta{font-size:13px;opacity:.75;margin-bottom:8px}.comments-section .comment-meta a{color:inherit;text-decoration:none}.comments-section .comment-meta a:hover{text-decoration:underline}.comments-section .comment-content p:last-child{margin-bottom:0}.comments-section__form-title{font-size:16px;margin:24px 0 12px}.comments-section__form{display:flex;flex-wrap:wrap;gap:12px}.comments-section__field{display:flex;flex-direction:column;gap:6px;flex:1 1 220px}.comments-section__field label{font-size:13px;opacity:.8}.comments-section__field input,.comments-section__field textarea{height: 75px; width:100%;border:1px solid rgba(0,0,0,.16);border-radius:12px;padding:10px 12px;background:#fff;outline:none}.comments-section__field input:focus,.comments-section__field textarea:focus{border-color:#00000059}.comments-section__field textarea{resize:vertical;min-height:70px}.comments-section__field--full{flex-basis:100%}.comments-section__submit{margin-top:6px}.comment-reply-link{font-size:14px;color:#695c4c;text-transform:uppercase;font-weight:500}.comment-author,.comment-meta{font-size:14px;color:#000000a2}.styleguide section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.styleguide__title{font-size:2.5rem;margin-bottom:1.5rem;color:#121212d0}.styleguide__subtitle{font-size:1.25rem;font-weight:700;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;color:#555;margin-bottom:1rem;letter-spacing:.05em}.styleguide__color-primary{color:#695c4c}.styleguide__color-secondary{color:#121212}.styleguide__color-accent{color:#f3d1c7}.styleguide .swatches{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.styleguide .swatch{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.styleguide .swatch:before{content:"";display:inline-block;width:32px;height:32px;border-radius:4px;border:1px solid rgba(0,0,0,.1);background-color:currentColor}.first-about-section{padding:80px 0}.first-about-section img{border-radius:30px;object-fit:cover}.first-about-section__image{height:100%}.first-about-section .first-image,.first-about-section .third-image{height:auto;display:block}@media screen and (min-width: 992px){.first-about-section .first-image,.first-about-section .third-image{width:100%;max-height:300px;height:100%}}@media screen and (min-width: 1536px){.first-about-section .first-image,.first-about-section .third-image{max-height:400px;height:400px}}.first-about-section .second-image{height:auto;display:block}@media screen and (min-width: 992px){.first-about-section .second-image{width:100%;max-height:450px;height:100%}}@media screen and (min-width: 1536px){.first-about-section .second-image{max-height:600px}}.first-about-section__text{padding:32px 20px;background-color:#8e9868;border-radius:30px}@media screen and (min-width: 992px){.first-about-section__text{padding:20px}}@media screen and (min-width: 1536px){.first-about-section__text{padding:32px 20px}}.first-about-section__text h4,.first-about-section__text p{color:#fff}.second-about-section{padding:80px 0;background-color:#f8f3ec}.second-about-section__number{font-size:40px;font-weight:500}@media screen and (min-width: 992px){.second-about-section__number{font-size:52px}}@media screen and (min-width: 1536px){.second-about-section__number{font-size:64px}}.third-about-section{padding:80px 0;margin-top:20px}.third-about-section__text{padding:0 0 24px}@media screen and (min-width: 992px){.third-about-section__text{padding:32px 16px}}@media screen and (min-width: 1536px){.third-about-section__text{padding:40px 20px}}.third-about-section .subtitle{position:absolute;color:#fff;padding:8px 24px;transition:all .3s ease-in-out}.third-about-section .subtitle:hover{transform:translate(0);transition:all .3s ease-in-out}.third-about-section .subtitle-first{top:-40px;left:0;transform:rotate(-14deg);background-color:#8e6a5a}@media screen and (max-width: 767.98px){.third-about-section .subtitle-first{display:none}}.third-about-section .subtitle-second{top:-40px;right:0;transform:rotate(14deg);background-color:#8e9868}@media screen and (max-width: 767.98px){.third-about-section .subtitle-second{display:none}}.third-about-section .subtitle-third{bottom:-40px;left:0;transform:rotate(14deg);background-color:#7da4dc}.third-about-section .subtitle-fourth{bottom:-40px;right:0;transform:rotate(-14deg);background-color:#e1947e}@media screen and (min-width: 992px){.first-contact-section{padding-top:80px}}.first-contact-section__text h2,.first-contact-section__text h3,.first-contact-section__text h4,.first-contact-section__text h5,.first-contact-section__text p,.first-contact-section__text span{color:#fff}.first-contact-section .contact-icons a,.first-contact-section .contact-icons span,.first-contact-section .contact-icons i{color:#a4a9b2}.first-contact-section .social-icons{margin-top:auto}.first-contact-section .social-icons .icon i{color:#a4a9b2}.first-contact-section .social-icons .icon i:hover{color:#695c4c}.first-contact-section__first-column{background-color:#2b3137;display:flex;flex-direction:column;padding-bottom:32px;padding-top:32px}@media screen and (min-width: 992px){.first-contact-section__first-column{padding:60px 80px;border-top-right-radius:30px;border-bottom-right-radius:30px}}.first-contact-section__second-column{padding-top:32px;padding-bottom:32px}@media screen and (min-width: 992px){.first-contact-section__second-column{padding:60px 80px}}.default-page-banner{width:100%;position:relative}.default-page-banner:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:#000;background:linear-gradient(180deg,#0009 2%,#0000004d 30%,#0000 50%)}.default-page-banner__image{border-radius: 0 0 16px 16px; width:100%;height:300px;min-height:300px;background-size:cover;background-position:center;background-repeat:no-repeat;display:block}@media screen and (min-width: 992px){.default-page-banner__image{height:400px}}.default-page-content{padding:48px 0}.default-page-content__breadcrumbs{margin-bottom:18px}.default-page-content__col--sticky{position:sticky;top:80px;align-self:flex-start;z-index:10}.default-page-content .row{align-items:flex-start}.site-content{overflow-x:visible;overflow-y:visible}.border-radius-16 img{border-radius: 16px;}

/* Układ linii + duża cena na dole (dopasuj akcent jeśli masz zmienną) */
.sixth-section__meta{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sixth-section__name--location{
  margin:0;
  display:flex;
  align-items:center;
  gap:10px;
}

.sixth-section__details{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:nowrap;
}

.sixth-section__detail{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}

.sixth-section__price{
  margin-top:auto;                 /* dociąga cenę na sam dół karty */
  font-size:22px;                  /* duża */
  font-weight:700;
  color: var(--accent-color, #695c4c);
}

.sixth-section__filters{
  display:flex;
  gap:12px;
  margin-bottom:24px;
}

.sixth-filter-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .65rem 1.1rem;
  border-radius: 50px;
  border: 1px solid transparent;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  will-change: transform;

  background: #f3f3f3;
  color: #111;
}

.sixth-filter-btn:hover{
  transform: translateY(-1px);
}

.sixth-filter-btn.is-active{
  background: var(--accent-color, #695c4c);
  color: #fff;
  border-color: var(--accent-color, #695c4c);
}

/* ===== PARAMETRY OFERTY ===== */

.single-mieszkanie__params{
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  background: #f8f8f8;
  border-radius: 16px;
  margin: 32px 0;
width: fit-content;
}

/* Linia lokalizacji */
.single-mieszkanie__line--location{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}

.single-mieszkanie__line--location i{
  color: var(--accent-color, #695c4c);
  font-size: 16px;
}

/* Linia szczegółów */
.single-mieszkanie__details{
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.single-mieszkanie__detail{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

.single-mieszkanie__detail i{
  color: var(--accent-color, #695c4c);
  font-size: 14px;
}

/* Cena */
.single-mieszkanie__price{
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-color, #695c4c);
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px){
  .single-mieszkanie__params{
    padding: 20px;
    gap: 14px;
  }

  .single-mieszkanie__price{
    font-size: 24px;
  }

  .single-mieszkanie__details{
    gap: 18px;
  }
}

