@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}}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:40px}}@media screen and (min-width: 1536px){h1{font-size:60px}}h2{font-size:1.5rem}@media screen and (min-width: 992px){h2{font-size:32px}}@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:28px}}@media screen and (min-width: 1536px){h3{font-size:32px}}h4{font-size:1.125rem}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:#bb1d2e;text-decoration:none;transition:color .2s ease}a:hover{color:#a81a29}a:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb59;border-radius:4px}p{font-size:18px;font-weight:400}.subtitle{background-color:#f3d1c7;padding:8px 16px;border-radius:25px;width:fit-content;font-weight:700;margin-bottom:12px}@media screen and (min-width: 992px){.subtitle{font-size:12px}}@media screen and (min-width: 1536px){.subtitle{font-size:18px}}@media screen and (max-width: 991.98px){.header-top{display:none}}.header-top{background-color:#2a3138}.header-top__left{display:flex;align-items:center}.header-top__left .icon a{color:#a4a9b2;margin:0 3px}.header-top__left .icon a:hover{color:#bb1d2e}.header-top__right{display:flex;align-items:center;justify-content:flex-end}.header-top__right a{color:#a4a9b2;margin:0 10px;font-size:12px;font-weight:400}.header-top__right a:hover{color:#bb1d2e}.header-top__button a{border-radius:0;color:#fff}.header-top__button a:hover{color:#fff}.header{position:sticky;top:0;z-index:1002;background:#fff;border-bottom:1px solid #eee;transition:box-shadow .2s ease,border-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:80px}.header.is-shrunk{border-color:#e6e6e6;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}}@media (prefers-reduced-motion: reduce){.header,.header__inner{transition:none}}.footer{background:#fff;color:#000;border-top:1px solid #d9d9d9;margin-top:40px}.footer a{color:#2a2a2a;text-decoration:none}.footer a:hover{color:#bb1d2e}.footer__body{padding:2.5rem 0;text-align:center}@media screen and (min-width: 992px){.footer__body{padding:3rem 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:88px;width:auto;display:block}.footer__brand .footer__logo .footer__logo-text{font-weight:700;font-size:1.125rem;color:#fff}.footer__brand .footer__desc{color:#cbd5e1;margin:0;max-width:52ch;line-height:1.6}.footer h3{font-size:1.3rem;font-weight:700;color:#bb1d2e;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:#f9f9f9;padding:.9rem 0}.footer__copyright p{color:#94a3b8;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:#bb1d2e}.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}.nav__menu a:hover{color:#2a3138}.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;border-radius:0;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;white-space:normal;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto;transition:background-color .15s ease,color .15s ease}.nav__menu .sub-menu a:hover,.nav__menu .sub-menu a:focus-visible{background-color:#bb1d2e0f}.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}.nav__menu .nav__link-wrap{width:100%}.nav__menu .sub-menu{position:static;display:block;overflow:hidden;max-height:0;opacity:0;margin:0;padding:0;background:none;border:0;border-radius:0;width:100%;min-width:0;max-width:none;font-size:1rem;transition:max-height .28s ease,opacity .2s ease;will-change:max-height;pointer-events:none}.nav__menu .sub-menu li{border-bottom:0!important}.nav__menu .sub-menu a{padding:.8rem 1rem;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.nav__menu .sub-menu a:hover,.nav__menu .sub-menu a:focus-visible{background-color:#bb1d2e0f}.nav__menu li.is-open>.sub-menu{opacity:1;margin:0;padding:.25rem 0;pointer-events:auto;max-height:1000px}.mobile-sidebar-info{padding:1.8rem 1.2rem;border-top:1px solid #e5e5e5;background:#fff;margin-top:0;width:100%}.mobile-sidebar-info__item{margin-bottom:1rem}.mobile-sidebar-info__item a{display:flex;align-items:center;gap:10px;font-weight:500;font-size:1rem;color:#000;text-decoration:none;transition:color .2s ease}.mobile-sidebar-info__item a i{font-size:18px;width:22px;text-align:center;color:#bb1d2e}.mobile-sidebar-info__item a:hover{color:#bb1d2e}.mobile-sidebar-info__btn{margin-top:1.4rem}.mobile-sidebar-info__btn .btn-header{width:100%;display:block;text-align:center}}@media (min-width: 992px){.nav__menu .sub-menu{display:none;overflow:visible;max-height:none!important;opacity:1!important;margin:0;padding:.35rem 0}.nav__menu li:hover>.sub-menu{display:block}}.step-workflow{padding:80px 0}.step-workflow__steps{min-height:70vh;position:relative;height:70vh;z-index:0}@media screen and (min-width: 992px){.step-workflow__steps{height:60vh}}@media screen and (min-width: 1536px){.step-workflow__steps{height:50vh}}.step-workflow__steps:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;z-index:-1}.step-workflow__steps-column{border-bottom:1px solid #fff;display:flex;align-items:flex-end;padding-bottom:40px}@media screen and (min-width: 992px){.step-workflow__steps-column{height:100%;border-right:1px solid #fff;border-bottom:none;padding:0 20px 40px}}@media screen and (min-width: 1536px){.step-workflow__steps-column{padding:0 32px 40px}}.step-workflow__item{position:relative;z-index:1}.step-workflow__item h4{color:#fff}@media screen and (min-width: 992px){.step-workflow__item h4{font-size:18px}}@media screen and (min-width: 1536px){.step-workflow__item h4{font-size:32px}}.first-pre-footer{padding:80px 0}.second-pre-footer{padding-top:80px;position:relative;background:#c84957;background:-webkit-linear-gradient(90deg,rgb(200,73,87) 0%,rgb(187,29,46) 100%);background:-moz-linear-gradient(90deg,rgb(200,73,87) 0%,rgb(187,29,46) 100%);background:linear-gradient(90deg,#c84957,#bb1d2e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C84957",endColorstr="#BB1D2E",GradientType=1)}.second-pre-footer__text{color:#fff}.second-pre-footer__text h1,.second-pre-footer__text h2,.second-pre-footer__text h3,.second-pre-footer__text h4,.second-pre-footer__text h5,.second-pre-footer__text h6,.second-pre-footer__text p,.second-pre-footer__text a{color:inherit}.second-pre-footer .container{position:relative;z-index:10}.second-pre-footer:after{content:"";background:url(/wp-content/themes/mtp-theme/assets/dist/img/second-section-background.png) no-repeat center center/cover;position:absolute;top:0;right:0;bottom:0;left:0}.second-pre-footer img{object-fit:contain;height:400px;object-position:bottom}.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;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;line-height:1.1}.btn:hover{transform:translate(2px)}.btn:active{transform:translate(0)}.btn:focus-visible{outline:2px solid #bb1d2e;outline-offset:2px}.btn-primary{position:relative;background:#bb1d2e;border-color:#bb1d2e;color:#fff;padding-right:3.2rem}.btn-primary:after{content:"";position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);width:12px;height:12px;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.55756H10.4868M10.4868%204.55756L6.92927%201M10.4868%204.55756L6.92927%208.11513'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center;pointer-events:none}.btn-primary:hover{background:#2a3138;border-color:#2a3138}.btn-header{background:#bb1d2e;border-color:#bb1d2e;color:#fff;border-radius:0;font-size:12px;padding:16px 32px}.btn-header:hover{box-shadow:0 10px 24px #1d8fed3d;background:#2a3138;color:#fff}.btn-link{position:relative;background:transparent;border-color:transparent;color:#fff;padding-right:3.2rem}.btn-link:after{content:"";position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);width:12px;height:12px;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%204.55756H10.4868M10.4868%204.55756L6.92927%201M10.4868%204.55756L6.92927%208.11513'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center;pointer-events:none}.btn-link:hover{background:#bb1d2e;border-color:#bb1d2e;color:#fff}.btn-white{background:#fff;border-color:#fff;color:#bb1d2e}.btn-white:hover{background:#ebe9ea;border-color:#ebe9ea;color:#bb1d2e}.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;background:#000;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}}.first-section{max-width:1920px}.first-section .row{align-items:stretch}.first-section__first-column{background:#2a3138;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:420px;padding-top:32px;padding-bottom:32px}@media screen and (min-width: 992px){.first-section__first-column{padding:60px 80px}}.first-section__first-column p{margin-top:1rem;color:#ffffffc7;max-width:32rem}.first-section__first-column .cta{margin-top:2rem}.first-section__second-column{padding:0;display:flex;align-items:stretch}.first-section__second-column .swiper{width:100%;height:100%}.first-section .swiper{--swiper-navigation-color: #fff;--swiper-navigation-size: 22px;--swiper-pagination-color: #fff;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.first-section .swiper-wrapper{position:relative}.first-section .swiper-slide{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;max-height:500px}@media screen and (min-width: 992px){.first-section .swiper-slide{max-height:500px}}@media screen and (min-width: 1536px){.first-section .swiper-slide{max-height:600px}}.first-section .swiper-slide img{width:100%;height:100%;display:block;object-fit:cover}.first-section .swiper-navigation{position:absolute;bottom:36px;left:-4px;z-index:10;width:108px}.first-section .swiper-button-prev,.first-section .swiper-button-next{background:#fff;transition:background .2s ease,transform .2s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center;width:50px;height:50px}.first-section .swiper-button-prev:hover,.first-section .swiper-button-next:hover{background:#f2f2f2;transform:scale(1.06)}.first-section .swiper-button-prev svg.swiper-navigation-icon,.first-section .swiper-button-next svg.swiper-navigation-icon{width:12px;height:20px;flex-shrink:0;display:block;color:#121212}@media (max-width: 991.98px){.first-section__second-column{overflow:hidden}}@media (max-width: 575.98px){.first-section .swiper-button-prev,.first-section .swiper-button-next{width:36px;height:36px}.first-section .swiper-button-prev svg.swiper-navigation-icon,.first-section .swiper-button-next svg.swiper-navigation-icon{width:10px;height:18px}}.second-section,.fourth-about-section,.first-services-section{padding:80px 0}.second-section__block,.fourth-about-section__block,.first-services-section__block{box-shadow:0 6px 27.9px 5px #00000012;border-radius:30px;background:#fff;transition:transform .3s ease}.second-section__block-icon img,.fourth-about-section__block-icon img,.first-services-section__block-icon img{height:50px;object-fit:contain;width:auto}.second-section__block:hover,.fourth-about-section__block:hover,.first-services-section__block:hover{transform:translateY(-5px);transition:transform .3s ease}.second-section__block .btn-link,.fourth-about-section__block .btn-link,.first-services-section__block .btn-link{color:#bb1d2e}.second-section__block .btn-link:hover,.fourth-about-section__block .btn-link:hover,.first-services-section__block .btn-link:hover{color:#fff}.second-section__blocks>div:first-child .second-section__block{background:#bb1d2e;transform:rotate(-3.5deg)}.second-section__blocks>div:first-child .second-section__block h4,.second-section__blocks>div:first-child .second-section__block p{color:#fff}.second-section__blocks>div:first-child .second-section__block:hover{transform:rotate(-3.5deg) translateY(-5px)}.second-section__blocks>div:first-child .second-section__block .btn-link{color:#fff}.second-section__blocks>div:first-child .second-section__block .btn-link:hover{color:#fff}.third-section{padding:80px 0}.third-section img{width:100%;object-fit:cover;height:400px}@media screen and (min-width: 992px){.third-section img{height:600px}}.third-section__counters{margin-bottom:32px}.third-section__counter{width:50%}.third-section__number{font-size:40px;font-weight:500}@media screen and (min-width: 992px){.third-section__number{font-size:52px}}@media screen and (min-width: 1536px){.third-section__number{font-size:64px}}.fourth-section,.second-services-section{padding:80px 0}.fourth-section .subtitle,.second-services-section .subtitle{margin:0 auto 12px}.fourth-section__accordion-row,.second-services-section__accordion-row{margin-top:32px}.fourth-section .accordion,.second-services-section .accordion{display:flex;flex-direction:column;gap:10px}.fourth-section .accordion__item,.second-services-section .accordion__item{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000000d;overflow:hidden;transition:box-shadow .25s ease}.fourth-section .accordion__item.is-open,.second-services-section .accordion__item.is-open{box-shadow:0 10px 40px #00000014}.fourth-section .accordion__header,.second-services-section .accordion__header{width:100%;padding:18px 22px;border:0;background:transparent;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-size:1rem}.fourth-section .accordion__header:focus-visible,.second-services-section .accordion__header:focus-visible{outline:2px solid rgba(0,0,0,.14);outline-offset:2px;border-radius:12px}.fourth-section .accordion__title,.second-services-section .accordion__title{font-weight:500}.fourth-section .accordion__icon,.second-services-section .accordion__icon{width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE2SURBVHgBpZJBTsMwEEXHTpp1lyCgyhIhinIEIkERu3IClBuEEyQ9QeEE4QZlhwChiBM0ol2wtEQWLCNCNySewY4UFNEWteqs7Pnz39hjs9h27FJSZBrMc0UiYM1o+nkpZQRAxxIx1sI6oKddR/vG2l9IGfCyKDxgkBCB6oDjh+1ufyVQ58gHhrHytRnQ7SzPr9ivuNcdAjBfr5FgcJa+hv+AQiAIqg1heJpOB3rJmkXPncMAiYfLgGoM7ULitTJdVhxCv5dOb2qdzXXdUcfnMKyKge5aueG5WZJVg0YcqaSjpIyI+r108tL0zsF0PNoHDkhzpESbMRCE3GMcIz1XAhCy+HbPP97EX99CmI77rX3baFmxBtY5BUtmX5/uRSayRZ6lsBpoWlZ1Nf1iJ+8TDzaNVb/LD29mlI2rDs4+AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .25s ease,background-color .25s ease}.fourth-section .accordion__item.is-open .accordion__icon,.second-services-section .accordion__item.is-open .accordion__icon{transform:rotate(180deg)}.fourth-section .accordion__panel,.second-services-section .accordion__panel{height:0;overflow:hidden;opacity:0;transition:height .32s ease,opacity .26s ease}.fourth-section .accordion__content,.second-services-section .accordion__content{padding:0 22px 18px;color:#000;font-size:.95rem;line-height:1.6}.fifth-section,.sixth-section{padding:80px 0}.sixth-section .subtitle{margin:0 auto 12px}@media screen and (min-width: 992px){.sixth-section__text{max-width:600px;margin:24px auto}}.sixth-section img{object-fit:cover;height:100%;border-radius:30px;max-height:600px}.sixth-section__form{border-radius:30px;border:2px solid rgb(230,230,230);padding:32px;height:100%;background-color:#fff}.first-blog-section{padding:80px 0}.blog-page .blog-grid{margin-bottom:40px}.blog-page .blog-card{margin-bottom:40px;display:flex;flex-direction:column}.blog-page .blog-card__thumb{display:block;margin-bottom:20px}.blog-page .blog-card__thumb img{width:100%;height:350px;object-fit:cover;border-radius:30px;display:block}@media screen and (min-width: 992px){.blog-page .blog-card__thumb img{height:400px}}@media screen and (min-width: 1536px){.blog-page .blog-card__thumb img{height:450px}}.blog-page .blog-card__placeholder{width:100%;height:450px;border-radius:30px;background-color:#e5e5e5}.blog-page .blog-card__body{display:flex;flex-direction:column}.blog-page .blog-card__categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.blog-page .blog-card__title{font-size:1.4rem;margin-bottom:10px}.blog-page .blog-card__title a{text-decoration:none;color:inherit}.blog-page .blog-card__excerpt{margin-bottom:0;font-size:.95rem;line-height:1.6}.post-category{padding:8px 16px;border-radius:25px;width:fit-content;margin-bottom:12px;font-size:.85rem;font-weight:500}.post-category--sprzatanie-domu{background-color:#f8edc2}.post-category--porady-porzadkowe{background-color:#c5c9b0}.post-category--triki-sprzatajace{background-color:#c9d7ed}#load-more-posts.is-loading{background-color:#bb1d2e!important;border-color:#bb1d2e!important}#load-more-posts.btn-primary:disabled,#load-more-posts.btn-primary[disabled]{background-color:#bb1d2e!important;border-color:#bb1d2e!important}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,.single-post h1{color:#000}.single-post__thumb{width:100%;height:500px}.single-post__thumb img{border-radius:30px;width:100%;height:100%}@media screen and (min-width: 992px){.single-post__content{padding:16px 32px}}.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:#bb1d2e}.styleguide__color-secondary{color:#2a3138}.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:#bb1d2e}.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}}.first-single-service-section,.second-single-service-section,.first-default-page-section,.second-default-page-section{padding:80px 0}
