/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@fancyapps/ui/dist/fancybox/fancybox.css ***!
  \*********************************************************************************************************/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@charset "UTF-8";
/* montserrat-100 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-100.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-100italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-100italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-200.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-200italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-300.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-300italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-500.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-500italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-600.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-600italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-700.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-700italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-800.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-800italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-900.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url(../.././css/build/font/montserrat-v29-cyrillic_latin-900italic.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-100 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 100;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-100.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-200 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 200;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-200.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 300;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-300.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 500;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-500.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 600;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-600.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 700;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-700.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 800;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-800.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 900;
  src: url(../.././css/build/font/commissioner-v20-cyrillic_latin-900.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5rem;
}
body.wp-admin {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

figure {
  margin: 0;
}

.wpcf7-spinner {
  display: none !important;
}

.fancybox__slide {
  padding: 0;
}

.hidden {
  display: none !important;
}

.opacity-0 {
  opacity: 0;
}

.container {
  padding: 0 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(72.5rem + 1.875rem);
}
.container .container {
  padding: 0;
}

.single-cases .main .container,
.single-post .main .container {
  max-width: calc(90rem + 1.875rem);
}
@media (max-width) {
  .single-cases .main .container,
  .single-post .main .container {
    max-width: 100%;
  }
}

.of-hidden {
  overflow: hidden;
}

.sticky {
  position: sticky;
  top: 8em;
}
@media (max-width: 1024px) {
  .sticky {
    position: initial;
  }
}

.fadein, .wp-block-column {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
.fadein.active, .wp-block-column.active {
  transform: translateY(0px);
  opacity: 1;
}

.curtain {
  transform-origin: center top 0px;
  transform: scaleY(1) translateZ(0px);
  inset: 0;
  position: absolute;
  transition-timing-function: ease-out;
  transition-property: transform;
  transition-duration: 0.65s;
}
.curtain.active {
  transform: scaleY(0) translateZ(0px);
}
.curtain--0 {
  transition-duration: 0.85s;
}
.curtain--1 {
  transition-delay: 0.2s;
}
.curtain--2 {
  transition-delay: 0.25s;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.wp-block-columns {
  gap: 0 !important;
}

.row,
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.row > .col,
.row .wp-block-column,
.wp-block-columns > .col,
.wp-block-columns .wp-block-column {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .row,
  .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row > .col, .row > .wp-block-column,
  .wp-block-columns > .col,
  .wp-block-columns > .wp-block-column {
    width: 50% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .row,
  .wp-block-columns {
    margin-left: -rem(10) !important;
    margin-right: -rem(10) !important;
  }
  .row > .col,
  .wp-block-columns > .col {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}
@media (max-width: 650px) {
  .row,
  .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row > .col, .row > .wp-block-column,
  .wp-block-columns > .col,
  .wp-block-columns > .wp-block-column {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-image figure {
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .wp-block-image figure {
    float: none !important;
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .wp-block-image {
    display: flex;
    height: 100%;
    align-items: center;
  }
}

.wp-block-gallery .wp-block-image img {
  width: fit-content !important;
}

.items-center {
  align-items: center;
}

.w-1 {
  width: 8.333333%;
}

.w-2 {
  width: 16.666667%;
}

.w-3 {
  width: 25%;
}

.w-4 {
  width: 33.333333%;
}

.w-5 {
  width: 41.666667%;
}

.w-6 {
  width: 50%;
}

.w-7 {
  width: 58.333333%;
}

.w-8 {
  width: 66.666667%;
}

.w-9 {
  width: 75%;
}

.w-10 {
  width: 83.333333%;
}

.w-11 {
  width: 91.666667%;
}

.w-12 {
  width: 100%;
}

.pr-0 {
  padding-right: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecap-text {
  margin-top: 1.5625rem;
  color: #999999;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.grecap-text a {
  color: #999999;
}

.services {
  padding: 112px 0;
}

.services .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .services .title {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .services .title {
    margin-bottom: 79px;
    font-size: 110px;
  }
}

.item-services {
  padding: 16px;
}

.item-services:nth-child(odd) {
  background-color: #ffb4ed;
}

@media (min-width: 768px) {
  .item-services {
    padding: 24px;
  }
  .services {
    padding: 150px 0;
  }
}
.item-services__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.item-services__title a {
  text-decoration: none;
  transition: color 0.3s;
  display: block;
}
.item-services__title a:hover {
  color: #fc5102;
}

.item-services__title a {
  color: #000;
}

@media (min-width: 768px) {
  .item-services__title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.item-services__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 768px) {
  .item-services__row {
    gap: 24px;
  }
}
.item-services__link {
  padding: 8px 15px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border: 1px solid #000;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

div.item-services__link {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3019607843);
  border-color: rgba(0, 0, 0, 0.3019607843);
}

@media (min-width: 768px) {
  .item-services__link {
    font-size: 18px;
  }
}
@media (any-hover: hover) {
  .item-services__link:hover {
    background-color: #000;
    color: #fff;
  }
}
.nojs .title {
  clip-path: initial;
}
.nojs .fadein {
  transform: translateY(0px) !important;
  opacity: 1 !important;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

.content {
  display: flex;
}

.not-found {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.not-found .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not-found .title {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.main {
  padding-top: 6.25rem;
}
@media (max-width: 480px) {
  .main {
    padding-top: 5.125rem;
  }
  .main .accordeon {
    padding-bottom: 0;
  }
}

.home .main {
  padding-top: 0;
}

.logo {
  display: inline-flex;
}
.logo a {
  display: inline-flex;
  text-decoration: none;
}
@media (max-width: 480px) {
  .logo img, .logo svg {
    max-width: 110px;
    object-fit: contain;
    object-position: left;
  }
}

.icon {
  display: inline-flex;
}
.icon svg, .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 1.25rem;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #FC5102;
  border-width: 1px;
  border-style: solid;
  border-color: #FC5102;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.btn:hover {
  background-color: #fff;
  color: #FC5102;
  border-color: #FC5102;
}
.btn--menu {
  display: inline-flex;
  margin-left: auto;
  padding: 0 0 0 1rem;
  border: none;
  background-color: transparent;
}
.btn--menu:hover {
  background-color: transparent;
}
.btn--cases {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.25rem;
  background-color: #000;
  color: #fff;
  border: none;
}
.btn--cases:hover {
  color: #000;
}
.btn--more, .btn--black {
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 1.625rem 1.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #000;
  width: 100%;
  max-width: 22.5rem;
}
.btn--more:hover, .btn--black:hover {
  background-color: #fff;
  color: #FC5102;
  border-color: #FC5102;
}
.btn--black {
  border-color: #000;
}
.btn--black:hover {
  border-color: #fff;
  color: #000;
}
.btn--more:hover {
  border-color: #FC5102;
  color: #FC5102;
}
.btn--inv {
  background-color: #fff;
  color: #000;
}
.btn--inv:hover {
  background-color: #fff;
  color: #FC5102;
  border-color: #FC5102;
}
@media (max-width: 768px) {
  .btn:not(.btn--menu):not(.btn--header) {
    font-size: 1rem !important;
    line-height: 1.375rem !important;
    padding: 0.875rem 0.3125rem !important;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .btn:not(.btn--menu):not(.btn--header) {
    width: 100% !important;
  }
}

.invalid .form-loader,
.sent .form-loader {
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.form {
  position: relative;
}
.form input:not(.btn),
.form textarea {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  padding: 1.25rem 0.625rem;
  font-family: inherit;
  color: #000;
  border: 1px solid #9C9C9C;
}
.form input:not(.btn)::placeholder, .form input:not(.btn)::-moz-placeholder,
.form textarea::placeholder,
.form textarea::-moz-placeholder {
  color: #9C9C9C;
}
.form input:not(.btn) {
  margin-bottom: 0.9375rem;
}
.form input::placeholder {
  opacity: 1;
}
.form textarea {
  margin-bottom: 3.125rem;
  max-height: 8.75rem;
  resize: none;
}
.form .wpcf7-submit {
  position: relative;
}
.form-loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.form-loader__inner {
  animation: rotation 1s linear infinite;
  width: 24px;
  height: 24px;
  border: 5px solid #FC5102;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.form__agreement {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #D9D9D9;
  margin-top: 0.625rem;
}
.form__agreement a {
  font-weight: 700;
  color: inherit;
}
.form__row {
  display: flex;
}
.form__row > span {
  display: inline-flex;
  margin-right: 1.25rem;
}
.form__row > span:last-child {
  margin-right: 0;
}
.form .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: -1.4375rem;
  left: 0.0625rem;
  background-color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
}
.form .wpcf7-form .wpcf7-response-output {
  background-color: #fff;
  color: #000;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.form .wpcf7-form-thankyou {
  display: none;
  padding: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  background-color: #FC5102;
}
.form .wpcf7-form-thankyou-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0.3125rem;
  text-align: center;
}
.form .wpcf7-form-thankyou-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.form--comment {
  padding: 1.25rem;
  background-color: #F8F7F1;
}
.form--comment form {
  max-width: 34.9375rem;
}
.form--comment .form__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
  margin-bottom: 0.625rem;
  color: #FC5102;
}
.form--comment input:not(.btn),
.form--comment textarea {
  padding: 0.625rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  background-color: white;
  border: none;
  margin-bottom: 0.9375rem;
}
.form--comment textarea {
  margin-bottom: 1.875rem;
}
.form--comment .btn {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  width: 100%;
  max-width: 22.5rem;
  text-transform: none;
}
@media (max-width: 1024px) {
  .form--comment {
    max-width: 34.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.form--single .title {
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  color: #FC5102;
}
.form--single .btn {
  width: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 1024px) {
  .form input:not(.btn),
  .form textarea {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .form--comment .form__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .form--single .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}
@media (max-width: 480px) {
  .form__agreement {
    font-size: 0.4375rem;
    line-height: 0.625rem;
  }
}

.main-menu {
  display: none;
  background-color: #FC5102;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.625rem;
  text-transform: uppercase;
}
.main-menu__inner {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  max-width: calc(72.5rem + 1.875rem);
  min-height: 46.875rem;
}
.main-menu__top {
  position: absolute;
  padding-top: 1.5625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-menu__back {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.main-menu__close {
  display: inline-flex;
  cursor: pointer;
}
.main-menu__bottom, .main-menu__container {
  display: flex;
  justify-content: center;
}
.main-menu__container .clone {
  padding: 0 6.25rem;
}
.main-menu__container .clone:last-of-type {
  padding: 0;
}
.main-menu__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 31.25rem;
}
.main-menu__items li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .main-menu {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .main-menu__inner {
    position: relative;
    min-height: 0;
    height: calc(100vh - 80px);
  }
  .main-menu__top {
    top: 0;
    padding: 1rem;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .main-menu__container {
    max-height: calc(100vh - 178px);
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .main-menu {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .main-menu__inner {
    align-items: flex-start;
  }
  .main-menu__top .icon svg {
    max-width: 50px;
    max-height: 50px;
  }
  .main-menu__bottom {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }
  .main-menu__bottom, .main-menu__container {
    display: block;
    width: 100%;
  }
  .main-menu__container {
    max-height: calc(100vh - 292px);
    overflow-y: scroll;
  }
  .main-menu__container ul {
    margin-left: auto;
    margin-right: auto;
  }
  .main-menu__container .clone {
    padding: 0;
  }
  .main-menu__container .clone:last-of-type {
    padding: 0;
  }
  .main-menu__mobile {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0.625rem;
    background-color: #FC5102;
  }
  .main-menu__mobile .header__contacts {
    width: 100%;
  }
  .main-menu__mobile .header__contacts,
  .main-menu__mobile .btn.popup-open {
    display: inline-flex !important;
  }
  .main-menu__mobile .header__contacts .contacts-item {
    width: 50% !important;
  }
  .main-menu__mobile .btn.popup-open {
    background-color: #fff;
    color: #FC5102;
    border-color: #fff;
    padding: 0.625rem 0.3125rem;
    width: 50% !important;
  }
  .main-menu__mobile .btn.popup-open:hover {
    background-color: #FC5102;
    color: #fff;
    border-color: #FC5102;
  }
}
@media (max-width: 480px) {
  .main-menu__inner {
    max-height: calc(75vh - 80px);
  }
  .main-menu__bottom {
    padding-bottom: 10rem;
  }
  .main-menu__container {
    max-height: 33vh;
  }
  .main-menu__mobile .header__contacts {
    max-width: 220px !important;
    flex-direction: column !important;
  }
  .main-menu__mobile .header__contacts .contacts-item {
    width: 100% !important;
  }
  .main-menu__mobile .header__contacts .btn.popup-open {
    width: 100% !important;
  }
}
@media (max-width: 380px) {
  .main-menu__inner {
    max-height: calc(86vh - 80px);
  }
  .main-menu__container {
    max-height: 31vh;
  }
}

.breadcrumbs {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.breadcrumbs nav {
  display: flex;
  align-items: center;
}
.breadcrumbs nav a {
  color: #999999;
  text-decoration: none;
}
.breadcrumbs .separator {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
  color: #999999;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  background-color: #FC5102;
  z-index: 999;
}
.header__inner {
  background-color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__contacts {
  padding: 0 2.6875rem;
}
.header__contacts .contacts-item {
  align-items: center;
  margin-right: 0.625rem;
}
.header__contacts .contacts-item:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header .contacts-item {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .header .btn--menu {
    margin-left: auto;
  }
  .header .header__contacts {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .header .header__contacts .contacts-item {
    display: inline-flex;
    width: 100%;
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-right: 0;
  }
  .header .header__contacts .contacts-item .icon {
    flex-shrink: 0;
  }
  .header .header__contacts .contacts-item .icon svg path {
    fill: #000;
  }
  .header .btn {
    font-size: 14px;
    line-height: 18px;
  }
  .header .btn.popup-open {
    display: none;
  }
  .header .btn--menu {
    padding: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .header .header__contacts .contacts-item {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
  }
  .header .header__contacts .btn--header {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1024px) {
  .middle-header {
    display: none;
  }
}

.middle-header__list {
  display: flex;
  gap: 30px;
  align-items: center;
}
.middle-header__list a {
  position: relative;
  z-index: 2;
  color: #fff;
  text-decoration: none;
}
.middle-header__list > li:hover > a {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .middle-header__list {
    gap: 16px;
  }
}

.header-submenu {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-submenu:hover .header-submenu__wrapper {
  opacity: 1;
  visibility: visible;
}
.header-submenu:hover .header-submenu__arrow {
  rotate: 0deg;
}
.header-submenu__title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
}
.header-submenu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

a.header-submenu__title:hover {
  color: #fc5102;
}

.header-submenu__item {
  max-width: 305px;
}

.header-submenu__arrow {
  transition: rotate 0.3s;
  rotate: 180deg;
  width: 9px;
  height: 5px;
  background: url("data:image/svg+xml,<svg width=\"11\" height=\"5\" viewBox=\"0 0 11 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.68934 4.72464C1.64558 4.76599 1.59411 4.79832 1.53786 4.81977C1.48161 4.84123 1.42168 4.8514 1.3615 4.8497C1.30132 4.84799 1.24206 4.83446 1.18712 4.80985C1.13217 4.78525 1.0826 4.75007 1.04125 4.70631C0.999905 4.66255 0.967578 4.61108 0.946121 4.55483C0.924664 4.49857 0.914497 4.43865 0.916199 4.37847C0.917901 4.31829 0.93144 4.25903 0.956043 4.20409C0.980646 4.14914 1.01583 4.09957 1.05959 4.05822L5.18459 0.162392C5.26969 0.0819374 5.38235 0.0371096 5.49946 0.0371096C5.61657 0.0371096 5.72924 0.0819375 5.81434 0.162392L9.9398 4.05822C9.98451 4.0993 10.0206 4.14885 10.046 4.204C10.0714 4.25915 10.0856 4.3188 10.0878 4.37948C10.0899 4.44016 10.08 4.50067 10.0586 4.55748C10.0372 4.61429 10.0047 4.66628 9.96297 4.71043C9.92128 4.75458 9.87124 4.79 9.81574 4.81465C9.76025 4.83929 9.70041 4.85266 9.63971 4.85398C9.579 4.8553 9.51864 4.84455 9.46213 4.82235C9.40561 4.80014 9.35407 4.76693 9.3105 4.72464L5.49946 1.12581L1.68934 4.72464Z\" fill=\"white\"/></svg>") center center no-repeat;
}

.header-submenu__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding-top: 103px;
}
.wpadmin-logged-in .header-submenu__wrapper {
  padding-top: 135px;
}

.header-submenu__body {
  background-color: #FFB4ED;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  padding: 50px;
  max-height: calc(100vh - 103px);
  overflow: auto;
}
.header-submenu__body a {
  color: #000;
  transition: color 0.3s;
}
.header-submenu__body a:hover {
  color: #fc5102;
}

@media (min-width: 1024px) {
  .new_header .btn--menu {
    display: none;
  }
}
.new_header .header__contacts {
  margin-bottom: 23px;
  padding: 0;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.new_header .container {
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .new_header .container {
    gap: 16px;
  }
}
.new_header .btn--header {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.new_header .logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .new_header .logo {
    width: 150px;
  }
  .new_header .logo img {
    max-width: 100%;
  }
}
.new_header .header__inner {
  position: relative;
  z-index: 2;
}

.header__mobile {
  position: fixed;
  background-color: #FFB4ED;
  width: 100%;
  top: 0;
  right: -200%;
  padding: 145px 16px 40px;
  overflow: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header__mobile.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}
@media (min-width: 480px) {
  .header__mobile {
    width: 375px;
  }
}

.mobile-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mobile-header .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mobile-header .icon svg path {
  fill: #000;
}
.mobile-header a,
.mobile-header li {
  color: #000;
}
.mobile-header__close {
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 95px;
  right: 15px;
  background: url("data:image/svg+xml,<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.33268 29.5834L0.416016 26.6667L12.0827 15.0001L0.416016 3.33342L3.33268 0.416748L14.9993 12.0834L26.666 0.416748L29.5827 3.33342L17.916 15.0001L29.5827 26.6667L26.666 29.5834L14.9993 17.9167L3.33268 29.5834Z\" fill=\"black\"/></svg>") center center no-repeat;
}
.mobile-header__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-header__list > li > a {
  text-decoration: none;
  display: block;
  padding: 8px 0;
  font-weight: 700;
}
.mobile-header__arrow {
  rotate: 180deg;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22 15.975L20.225 17.75L12 9.525L3.775 17.75L2 15.975L12 5.975L22 15.975Z\" fill=\"black\"/></svg>") center center/contain no-repeat;
}
.mobile-header__arrow.open {
  rotate: 0deg;
}
.mobile-header__bottom {
  margin-top: auto;
}
.mobile-header__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.mobile-header__button {
  border: none;
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  background-color: #FC5102;
  padding: 15px;
  text-align: center;
  font-family: "Montserrat";
}

.mobile-header-submenu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mobile-header-submenu > a {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-header-submenu__span {
  font-weight: 700;
  padding: 8px 0;
}
.mobile-header-submenu a {
  text-decoration: none;
}

.mobile-submenu-body {
  flex: 0 0 100%;
  display: none;
}
.mobile-submenu-body li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.mobile-submenu-body > li {
  text-transform: uppercase;
  padding: 8px;
}
.mobile-submenu-body > li > a {
  font-weight: 700;
}
.mobile-submenu-body__arrow {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.025 22L6.25 20.225L14.475 12L6.25 3.775L8.025 2L18.025 12L8.025 22Z\" fill=\"black\"/></svg>") center center no-repeat;
}
.mobile-submenu-body.open {
  display: block;
}

.sub-submenu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 10;
  background-color: #FFB4ED;
  padding: 145px 16px 40px;
}
@media (min-width: 480px) {
  .sub-submenu-mobile {
    width: 375px;
  }
}
.sub-submenu-mobile.open {
  opacity: 1;
  visibility: visible;
}
.sub-submenu-mobile a {
  padding: 8px 16px;
  display: block;
  text-transform: none;
  text-decoration: none;
}
.sub-submenu-mobile__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 8px 0;
  margin-bottom: 8px;
  display: block;
}
.sub-submenu-mobile__arrow {
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 95px;
  right: 15px;
  background: url("data:image/svg+xml,<svg width=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.1667 22.0834L30.8333 10.4167L33.75 13.3334L22.0833 25.0001L33.75 36.6667L30.8333 39.5834L19.1667 27.9167L16.25 25.0001L19.1667 22.0834Z\" fill=\"black\"/></svg>") center center no-repeat;
}

.social-mobile-header__item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-menu-btn {
  border: none;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,<svg width=\"40\" height=\"28\" viewBox=\"0 0 40 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.25 1.5022H38.75M1.25 14.0022H38.75M1.25 26.5022H38.75\" stroke=\"%23FC5102\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") center center no-repeat;
}
@media (min-width: 1024px) {
  .header-menu-btn {
    display: none;
  }
}

.title {
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 0.8s;
}
.title.active {
  clip-path: inset(0% 0% 0% 0%);
}
@media (max-width: 480px) {
  .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .title {
    word-break: break-word;
  }
}

.wp-block-heading {
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 0.8s;
}
.wp-block-heading.active {
  clip-path: inset(0% 0% 0% 0%);
}

.intro {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  color: #fff;
}
.intro__title {
  font-size: 7.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 8.125rem;
  letter-spacing: -3%;
  max-width: 38.75rem;
}
.intro__title span {
  color: #000;
}
.intro .title {
  text-transform: uppercase;
  font-weight: 900;
}
.intro__inner {
  display: flex;
  align-items: center;
  flex: 1;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.intro__text {
  max-width: 43.75rem;
  margin-bottom: 1.875rem;
}
.intro__text p {
  margin-bottom: 1rem;
}
.intro__text p:last-child {
  margin-bottom: 0;
}
.intro--services {
  min-height: 46.875rem;
}
.intro--services .title {
  margin-bottom: 1.25rem;
}
.intro--services .intro__inner {
  padding-top: 4rem;
  padding-bottom: 6.4375rem;
  align-items: flex-start;
}
.intro--services ul {
  margin-bottom: 1.875rem;
}
.intro--services ul li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.intro--services ul li::before {
  content: "";
  display: inline-flex;
  background-image: url(../.././css/build/img/star.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.375rem;
  margin-top: 0.1875rem;
  margin-right: 0.625rem;
  flex-shrink: 0;
}
.intro--services .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 5%;
  padding: 1rem;
  width: 100%;
  max-width: 22.5rem;
}
@media (max-width: 1200px) {
  .intro--services {
    min-height: auto;
  }
  .intro--services .title {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  .intro--services .title span {
    font-size: 4.375rem !important;
    line-height: 4.75rem !important;
  }
  .intro__inner {
    background-size: 159%;
  }
}
@media (max-width: 1024px) {
  .intro {
    min-height: 580px;
  }
  .intro .intro__title {
    font-size: 4.375rem;
    line-height: 4.75rem;
  }
  .intro .container {
    margin-top: 1.875rem;
  }
  .intro--services .intro__list {
    max-width: 370px;
  }
}
@media (max-width: 768px) {
  .intro {
    min-height: 580px;
  }
  .intro .intro__title {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
  .intro .container {
    margin-top: 1.875rem;
  }
  .intro--services .title span {
    font-size: 3.75rem !important;
    line-height: 4.125rem !important;
  }
}
@media (max-width: 480px) {
  .intro {
    min-height: 380px;
  }
  .intro .intro__title {
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 22rem;
  }
  .intro .container {
    margin-top: 1.875rem;
  }
  .intro--services .title span {
    font-size: 2.5rem !important;
    line-height: 2.875rem !important;
  }
}

@media (max-width: 1399px) {
  .wrapper .title {
    font-size: 4.375rem;
    line-height: 4.75rem;
    margin-bottom: 3.75rem;
  }
  .wrapper__inner-blocks {
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
  }
  .wrapper .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrapper .wp-block-columns .title {
    font-size: calc(4.375rem - 1.5rem);
    line-height: calc(4.75rem - 1.5rem);
  }
  .wrapper .wp-block-columns .title span {
    display: block;
  }
  .wrapper .wp-block-columns .form--single .title {
    font-size: calc(3.75rem - 1.5rem);
    line-height: calc(4.125rem - 1.5rem);
  }
  .wrapper .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .wrapper .wp-block-column {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 1024px) {
  .wrapper .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
    margin-bottom: 3.75rem;
  }
  .wrapper .title span {
    display: block;
  }
  .wrapper__inner-blocks {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    margin-bottom: 0 !important;
  }
  .wrapper .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .wrapper .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .wrapper__inner-blocks {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
    margin-bottom: 0 !important;
  }
  .wrapper .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrapper .wp-block-columns .form--single .title {
    font-size: calc(3.75rem - 2rem);
    line-height: calc(4.125rem - 2rem);
  }
  .wrapper .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.accordeon {
  padding-top: 103px;
  padding-bottom: 150px;
}
.accordeon .title {
  font-weight: 900;
  font-size: 110px;
  line-height: 120px;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.accordeon .title span {
  color: #FC5102;
}
.accordeon__item {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  color: #000;
  margin-bottom: 5px;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.accordeon__item-title {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
.accordeon__item-title a {
  color: inherit;
}
.accordeon__item-title a:hover, .accordeon__item-title a:active, .accordeon__item-title a:visited {
  color: inherit;
}
.accordeon__item-title .icon {
  margin-left: auto;
  transition: transform 0.3s;
}
.accordeon__item-inner {
  display: none;
  background-color: #FFB4ED;
  color: #000;
  padding: 20px 10px;
}
.accordeon__item-inner ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: -40px;
  /* padding-left: 1rem; */
}
.accordeon__item-inner ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}
.accordeon__item-inner ul li::before {
  content: "";
  flex-shrink: 0;
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
.accordeon__item-inner ul li a,
.accordeon__item-inner ul li a:visited {
  color: inherit;
}
.accordeon__item-text {
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 500;
  width: 100%;
  max-width: 60.5rem;
}
.accordeon__item-text p:last-child {
  margin-bottom: 0;
}
.accordeon__item .icon {
  flex-shrink: 0;
}
.accordeon__item.active {
  position: relative;
  background-color: #FC5102;
  border-color: #FC5102;
  color: #fff;
}
.accordeon__item.active .accordeon__item-title .icon {
  transform: rotate(-180deg);
}
.accordeon__item.active .accordeon__item-title .icon svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  .accordeon {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .accordeon .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
  .accordeon__item-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .accordeon__item-inner ul li {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .accordeon__item .icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .accordeon {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .accordeon .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
@media (max-width: 480px) {
  .accordeon {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .accordeon .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 120px);
  max-width: 31.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  flex: 1 0 auto;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  overflow-y: scroll;
  background-color: #fff;
}
.sidebar .breadcrumbs {
  margin-top: 0;
  padding-left: 3.25rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #000;
}
.sidebar .breadcrumbs .last {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 16.6875rem;
  height: 1.625rem;
  white-space: nowrap;
}
.sidebar__container {
  padding-left: 3.125rem;
  padding-right: 1.25rem;
}
.sidebar__cta {
  background-color: #FC5102;
  color: #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
.sidebar__cta .sidebar__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 46px;
  padding-right: 46px;
}
.sidebar__cta-title {
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.sidebar__cta-desc {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.sidebar__cta .btn {
  width: 100%;
  max-width: 17.5rem;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (max-width: 1400px) {
  .sidebar {
    max-width: 25rem;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
    width: 0%;
    max-height: 100vh;
  }
}

.blog .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog .title {
  font-weight: 900;
  font-size: 110px;
  line-height: 120px;
  margin-bottom: 64px;
  margin-right: auto;
  text-transform: uppercase;
}
.blog .btn--blog {
  margin-top: auto;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 18px 0;
}
.blog .row {
  margin-left: -19.5px;
  margin-right: -19.5px;
  margin-bottom: 50px;
}
.blog .row > .col {
  padding-left: 19.5px;
  padding-right: 19.5px;
  border-right: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
.blog .row > .col:nth-child(3n) {
  border-right: none;
}
.blog__item {
  display: flex;
  flex-flow: column;
  min-height: 500px;
  text-decoration: none;
}
.blog__item-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #9C9C9C;
  margin-bottom: 10px;
}
.blog__item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  height: 160px;
  margin-bottom: 10px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.blog__item-desc {
  font-size: 20px;
  line-height: 32px;
  min-height: 212px;
}
.blog__item-desc p {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__item--s {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #000;
  min-height: 0;
}
.blog__item--s .blog__item-title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 600;
  height: auto;
  margin-bottom: 0;
}
.blog__item--s .blog__item-date {
  margin-bottom: 0.3125rem;
}
.blog__item--s:last-child {
  border-bottom: none;
}
.blog--archive {
  padding-top: 0;
  padding-bottom: 6.25rem;
}
.blog--archive .title {
  color: #FC5102;
  font-size: 8.75rem;
  line-height: 9.375rem;
  letter-spacing: -3%;
  font-weight: 900;
  margin-bottom: 3.125rem;
}
.blog--popular {
  padding-top: 0;
  padding-bottom: 0;
}
.blog--popular .title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
  clip-path: initial !important;
}
@media (max-width: 1024px) {
  .blog:not(.blog--popular) .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 768px) {
  .blog:not(.blog--popular) .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .blog__item {
    min-height: 0;
  }
  .blog__item-desc {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .blog__item .btn.btn--blog {
    margin-top: 1.25rem;
  }
}
@media (max-width: 650px) {
  .blog-title {
    height: auto;
  }
  .blog .row {
    margin-left: 0;
    margin-right: 0;
  }
  .blog .row > .col {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}

.col-list {
  padding-top: 150px;
  padding-bottom: 150px;
}
.col-list .title {
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  color: #FC5102;
}
.col-list__text {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}
.col-list__item li {
  display: block;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.col-list__item li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.col-list__item ol {
  counter-reset: item;
}
.col-list__item ol li {
  display: flex;
  align-items: center;
}
.col-list__item ol li::before {
  display: inline-flex;
  content: "0" counter(item);
  counter-increment: item;
  font-weight: 600;
  font-size: 60px;
  min-width: 85px;
  line-height: 60px;
  color: #FC5102;
  margin-right: 100px;
}
.col-list__item ol li:nth-child(n+10):before {
  content: counter(item);
}
.col-list__item ul li p:last-child {
  margin-bottom: 0;
}
.col-list__item ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.col-list__item-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FC5102;
}
.col-list__item-desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.col-list--ol {
  padding-top: 95px;
  padding-bottom: 95px;
}
.col-list--ol .title {
  color: inherit;
}
.col-list--ol .col-list__item-title {
  color: inherit;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 34px;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .col-list {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .col-list .col-list__item .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .col-list--ol ol li .col-list__item-title {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  .col-list--ol ol li .col-list__item-desc {
    font-size: 1rem !important;
    line-height: 1.375rem !important;
  }
}
@media (max-width: 768px) {
  .col-list {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .col-list .col-list__item .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .col-list .col-list__item-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .col-list .col-list__item-desc {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .col-list .col-list__item ol > li {
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .col-list .col-list__item ol > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .col-list .col-list__item ol > li::before {
    display: block;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0.3125rem;
  }
  .col-list .col-list__item ul > li {
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .col-list .col-list__item ul > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.col-text {
  padding-top: 150px;
  padding-bottom: 150px;
}
.col-text .title {
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  color: #FC5102;
}
@media (max-width: 1200px) {
  .col-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .col-text .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .col-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .col-text .title {
    font-size: 2.5rem !important;
    line-height: 2.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .col-text__text {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
}
@media (max-width: 768px) {
  .col-text {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .col-text .title {
    font-size: 2.5rem !important;
    line-height: 2.875rem !important;
    margin-bottom: 3.75rem !important;
  }
}

.toc {
  color: #000;
}
.toc__title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.toc ul {
  margin-left: 1rem;
  list-style-type: square;
}
.toc ul li {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.875rem;
}
.toc ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article {
  width: 100%;
  padding-top: 1.875rem;
  padding-left: 6.1875rem;
  padding-right: 6.125rem;
  margin-left: 31.25rem;
  max-width: 900px;
}
.article .fadein {
  transform: translateY(0px);
  opacity: 1;
}
.article .title,
.article .wp-block-heading {
  clip-path: inset(0% 0% 0% 0%);
}
.article-table {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #000;
  border-collapse: collapse;
}
.article-table th {
  padding: 10px;
  background-color: #FFB4ED;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  border: 1px solid #000;
  min-width: 160px;
}
.article-table td {
  min-width: 160px;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
}
.article-table td:first-child {
  font-weight: 700;
}
.article-table-wrap {
  overflow-x: scroll;
}
.article .wp-block-table {
  overflow-x: scroll;
}
.article .wp-block-table table {
  table-layout: auto;
  width: auto;
}
.article .wp-block-table table th {
  font-size: 18px;
  line-height: 28px;
  min-width: 200px;
}
.article .wp-block-table table td {
  font-size: 14px;
  line-height: 22px;
  min-width: 200px;
}
.article__title {
  font-size: 3.125rem;
  line-height: 3.875rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.article__info {
  margin-bottom: 3.125rem;
}
.article__info-top {
  display: flex;
  margin-bottom: 1.25rem;
}
.article__date, .article__read {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 0.75rem;
}
.article__date .icon, .article__read .icon {
  margin-right: 0.5rem;
}
.article__read {
  margin-left: auto;
  color: #FC5102;
}
.article__read .icon {
  margin-right: 0.3125rem;
}
.article__author {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 0.75rem;
}
.article__author img {
  display: inline-block;
  max-width: 1.875rem;
  max-height: 1.875rem;
  object-fit: contain;
  margin-right: 0.625rem;
}
.article__content {
  margin-bottom: 200px;
}
.article__expert {
  padding: 30px 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #FFB4ED;
}
.article__expert .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
}
.article__expert-author {
  display: flex;
  align-items: center;
  max-width: 348px;
  margin-bottom: 0.625rem;
}
.article__expert-author img {
  display: block;
  max-width: 75px;
  max-height: 75px;
  object-fit: contain;
  margin-right: 10px;
}
.article__expert-author-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 12px;
}
.article__expert-author-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.article__expert-author-text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.article__expert ul li {
  display: block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.article__expert ul li::before {
  content: "•";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  display: inline-flex;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
.article__expert ol {
  counter-reset: olitem;
}
.article__expert ol > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.625rem;
}
.article__expert ol > li::before {
  display: block;
  position: absolute;
  left: 0;
  content: counters(olitem, ".") ".";
  counter-increment: olitem;
}
.article__expert ol > li ol {
  margin-left: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.article__expert ol > li ol li {
  padding-left: 2.5rem;
}
.article__expert ol > li ul {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.article__expert ol > li ul li::before {
  content: "-";
  top: 0;
  background-color: transparent;
}
.article__expert .btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 5%;
  width: 100%;
  max-width: 380px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .article {
    margin-left: calc(25rem + 1.25rem);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .article {
    margin-left: 0;
  }
  .article .list__item-title {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
}
@media (max-width: 480px) {
  .article__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .article__author {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .article__content {
    margin-bottom: 3.125rem;
  }
  .article__list-item-heading, .article__list-item-desc {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .article .text-wrapper .wp-block-heading,
  .article .text-wrapper .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .article .wrapper__inner-blocks {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .article-table th,
  .article-table td {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
  }
  .article__expert {
    padding: 1.25rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .article__expert .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .article__expert-author {
    margin-bottom: 0.625rem;
  }
  .article__expert-author-name {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .article__expert-author-position {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .article__expert-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.single-services .article-table,
.wp-block-acf-wrapper .article-table {
  width: 100%;
  border: none;
}
.single-services .article-table th,
.wp-block-acf-wrapper .article-table th {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
.single-services .article-table tbody tr,
.wp-block-acf-wrapper .article-table tbody tr {
  background-color: #FC5102;
}
.single-services .article-table tbody tr:nth-child(even),
.wp-block-acf-wrapper .article-table tbody tr:nth-child(even) {
  background-color: #FFB4ED;
}
.single-services .article-table tbody tr td,
.wp-block-acf-wrapper .article-table tbody tr td {
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  color: #fff;
  font-weight: 600;
  min-width: 22.5rem;
}

.comments {
  margin-top: 3.125rem;
}
.comments .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
  margin-bottom: 0.625rem;
  color: #FC5102;
}
.comments__comment {
  padding: 1.25rem;
  margin-bottom: 1.5625rem;
  background-color: #F8F7F1;
}
.comments__comment:last-child {
  margin-bottom: 0;
}
.comments__comment-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #999999;
  margin-bottom: 1.25rem;
}
.comments__comment-author {
  margin-right: 10px;
  font-weight: bold;
  word-wrap: break-word;
}
.comments__pagination {
  margin-top: 1.25rem;
  text-align: center;
}
.comments__pagination a {
  color: #FC5102 !important;
}
@media (max-width: 1024px) {
  .comments {
    max-width: 34.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .comments__comment-author {
    width: calc(50% - 10px);
  }
  .comments__comment-date {
    width: 50%;
    flex: 0 0 auto;
  }
}

.blockquote {
  max-width: 650px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .blockquote {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.faq {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px 37px 124px 40px;
  background-color: #F8F7F1;
}
.faq .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
}
.faq__item {
  border-width: 3px;
  border-style: solid;
  border-color: #FFB4ED;
  background-color: transparent;
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.faq__item .active {
  position: relative;
  /* background-color: #FC5102; */
  /* border-color: #FC5102; */
  /* color: #fff; */
}
.faq__item .active .faq__item-title .icon {
  transform: rotate(-180deg);
}
.faq__item .active .faq__item-inner .icon svg .plus__vert {
  opacity: 0;
  /* fill: #fff; */
}
.faq__item-inner {
  display: flex;
}
.faq__item-inner .icon {
  margin-left: auto;
  transition: transform 0.3s;
}
.faq__item-inner .icon svg path {
  transition: opacity 0.3s;
}
.faq__item-answer {
  display: none;
  background-color: #FFB4ED;
  color: #000;
  padding: 20px 10px;
  margin-top: 20px;
}
.faq__item-answer ul li {
  display: block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.faq__item-answer ul li::before {
  content: "•";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  display: inline-flex;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
.faq__item-answer ol {
  counter-reset: olitem;
}
.faq__item-answer ol > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.625rem;
}
.faq__item-answer ol > li::before {
  display: block;
  position: absolute;
  left: 0;
  content: counters(olitem, ".") ".";
  counter-increment: olitem;
}
.faq__item-answer ol > li ol {
  margin-left: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.faq__item-answer ol > li ol li {
  padding-left: 2.5rem;
}
.faq__item-answer ol > li ul {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.faq__item-answer ol > li ul li::before {
  content: "-";
  top: 0;
  background-color: transparent;
}
@media (max-width: 480px) {
  .faq {
    padding: 1.25rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .faq .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .faq__item-title, .faq__item-answer {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.fimage {
  margin-bottom: 6.25rem;
}
.fimage .swiper-wrapper {
  align-items: center;
}
.fimage img,
.fimage video {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #000;
}
.fimage .video {
  width: 100%;
  position: relative;
  display: block;
}
.fimage .video video {
  width: 100%;
  border: none;
}
.fimage .video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url(../.././css/build/img/play.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
}
.fimage .row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.fimage .row > .col {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-bottom: 0.625rem;
}
.fimage__caption {
  color: #9C9C9C;
}

.cases .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cases .title {
  margin-right: auto;
  font-size: 110px;
  line-height: 120px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.cases .row {
  margin-left: 0;
  margin-right: 0;
}
.cases .row > .col {
  padding-left: 0;
  padding-right: 0;
}
.cases__inner {
  margin-bottom: 50px;
}
.cases__desc {
  width: 100%;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin-bottom: 5.625rem;
}
.cases__desc span {
  font-weight: 700;
  color: #FC5102;
}
.cases__filter {
  width: 100%;
  margin-bottom: 3.125rem;
}
.cases__filter ul {
  font-size: 0;
}
.cases__filter ul li {
  display: inline-flex;
  padding: 0.625rem 1.875rem;
  color: #000;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
  transition: background-color 0.2s, border-color 0.2s;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-right: 0.625rem;
  cursor: pointer;
}
.cases__filter ul li:hover {
  background-color: #FFB4ED;
}
.cases__filter ul li.active {
  background-color: #FFB4ED;
  border-color: #FFB4ED;
  font-weight: 700;
  text-transform: uppercase;
}
.cases__item {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #FC5102;
  color: #fff;
  height: 575px;
}
.cases__item-top {
  width: 100%;
  min-height: 89px;
}
.cases__item--white {
  background-color: #F8F7F1;
  color: black;
}
.cases__item--white .cases__item-services li {
  background-color: #FFB4ED;
}
.cases__item--pink {
  background-color: #FFB4ED;
  color: #000;
}
.cases__item-nda {
  display: inline-flex;
  align-items: center;
  padding: 6.5px 50px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
}
.cases__item-nda .icon {
  margin-left: 5px;
}
.cases__item-logo {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 45px;
  max-width: 280px;
  margin-bottom: 10px;
}
.cases__item-logo img, .cases__item-logo svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 207px;
  object-fit: contain;
  object-position: left;
}
.cases__item-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}
.cases__item-middle {
  width: 100%;
  height: 100%;
  max-height: 260px;
  overflow-y: scroll;
}
.cases__item-desc ul {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.cases__item-desc ul li {
  position: relative;
  display: inline-flex;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.cases__item-desc ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-size: 16px;
}
.cases__item-middle ul li last-child {
  margin-bottom: 0;
}
.cases__item-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 131px;
}
.cases__item-bottom .btn {
  margin-top: auto;
}
.cases__item-services {
  margin-top: auto;
}
.cases__item-services ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.cases__item-services ul li {
  display: inline-flex;
  padding: 5px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  margin-bottom: 0.625rem;
}
.cases__item-services ul li:last-child {
  margin-right: 0;
}
.cases--archive {
  padding-top: 0;
  padding-bottom: 6.25rem;
}
.cases--archive .title {
  font-size: 8.75rem;
  line-height: 9.375rem;
  letter-spacing: -3%;
  font-weight: 900;
  color: #FC5102;
  margin-bottom: 1.875rem;
}
.cases--other {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 6.25rem;
}
.cases--other div.title {
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 800;
  color: #FC5102;
}
@media (max-width: 1024px) {
  .cases .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
  .cases .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cases .row > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cases__item-title {
    min-height: 4.375rem;
  }
  .cases__item-middle {
    max-height: 13.75rem;
  }
}
@media (max-width: 480px) {
  .cases .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .cases__filter-item {
    margin-bottom: 0.625rem;
  }
  .cases__item {
    height: auto;
  }
  .cases__item-desc {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .cases__item-desc ul {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .cases__item-desc p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .cases__item-middle {
    max-height: 12.5rem;
  }
  .cases--archive {
    margin-bottom: 3.125rem;
  }
  .cases--other {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.case {
  width: 100%;
  max-width: 58.75rem;
  padding-top: 1.875rem;
  padding-left: 6.1875rem;
  padding-right: 5rem;
  padding-bottom: 6.25rem;
  margin-left: 31.25rem;
}
.case__content .fadein {
  transform: translateY(0px);
  opacity: 1;
}
.case__content .title,
.case__content .wp-block-heading {
  clip-path: inset(0% 0% 0% 0%);
}
.case .text-wrapper ol {
  margin-left: 0;
}
.case .text-wrapper ol li {
  font-size: 1.25rem;
  line-height: 2rem;
}
.case .title {
  font-size: 3.125rem;
  line-height: 3.875rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.case .title span {
  color: #FC5102;
}
.case__info {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 1.875rem;
}
.case__nda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 16.5625rem;
  padding: 1.34375rem 1.25rem;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.case__nda .icon {
  margin-left: 0.3125rem;
}
.case__logo img {
  max-height: 3.4375rem;
  object-fit: contain;
  object-position: left;
}
.case__services {
  display: flex;
  margin-left: auto;
}
.case__services > span {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 600;
  margin-right: 0.3125rem;
}
.case__services ul {
  display: flex;
  align-items: center;
}
.case__services ul li {
  display: inline-flex;
  padding: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FC5102;
  color: #000;
}
.case__services ul li:last-child {
  margin-right: 0;
}
.case .cta .title {
  font-size: 3.75rem;
  line-height: 4.375rem;
}
.case .cta__bg {
  background-size: cover;
  background-position: initial;
}
.case .cta__desc {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.case .cta__inner {
  padding: 4.75rem 5.8125rem;
}
.case .cta .btn {
  background-color: #FC5102;
  border-color: #FC5102;
}
.case .cta .btn:hover {
  background-color: #fff;
  color: #FC5102;
  border-color: #fff;
}
@media (max-width: 1400px) {
  .case {
    margin-left: calc(25rem + 1.25rem);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .case .cta__left,
  .case .cta__right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .case {
    margin-left: 0;
  }
  .case .cta {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .case .cta__inner {
    padding: 2.5rem;
  }
  .case .cta .title {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 0.625rem;
  }
  .case .cta__desc {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 900px) {
  .case {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 660px) {
  .case__services {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .case__services ul {
    flex-wrap: wrap;
  }
  .case__services ul li {
    margin-bottom: 0.3125rem;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 480px) {
  .case {
    padding-bottom: 3.125rem;
  }
  .case .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .case__info {
    flex-wrap: wrap;
  }
  .case__services {
    flex-wrap: wrap;
    margin-left: 0;
  }
  .case__services > span {
    display: block;
  }
  .case__services ul {
    flex-wrap: wrap;
  }
  .case__services ul li {
    margin-bottom: 0.3125rem;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .case .cta__inner {
    padding: 1.25rem;
  }
  .case .cta .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0.625rem;
  }
  .case .cta__desc {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.contacts .title {
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #FC5102;
}
.contacts-item {
  display: flex;
  align-items: flex-start;
  color: #fff;
}
.contacts-item .icon {
  flex-shrink: 0;
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-right: 0.3125rem;
}
.contacts-item .icon svg, .contacts-item .icon img {
  width: 100%;
  height: 100%;
  max-width: 1.25rem;
  max-height: 1.25rem;
  object-fit: contain;
}
.contacts li {
  margin-bottom: 15px;
}
.contacts li .contacts-item {
  font-size: 18px;
  line-height: 24px;
}
.contacts li .contacts-item .icon {
  max-width: 24px;
  max-height: 24px;
  flex-shrink: 0;
}
.contacts li .contacts-item .icon svg {
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-height: 24px;
}
.contacts li:last-child {
  margin-bottom: 0;
}
.contacts__address {
  display: flex;
  min-height: 10.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.contacts__address-text p {
  margin-bottom: 0;
}
.contacts__address .icon {
  width: 18px;
  height: 22px;
}
.contacts--inv .contacts-item {
  color: #000;
}
@media (max-width: 1024px) {
  .contacts .wrapper__inner-blocks {
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .contacts li .contacts-item {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.bar {
  width: 100%;
  height: 10px;
  display: flex;
  background-color: #fff;
}
.bar div {
  width: 50%;
  background-color: #FFB4ED;
}

.popup {
  overflow-y: auto;
  width: 100%;
  max-width: 1440px;
  background-color: #FC5102;
  color: #fff;
  padding: 3.6875rem;
}
.popup > .f-button.is-close-btn {
  top: 20px;
  right: 20px;
  --f-button-color: $color1;
  --f-button-hover-color: $color2;
  opacity: 1;
}
.popup__inner {
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.popup__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 35.9375rem;
  padding-right: 1.5625rem;
}
.popup__left-inner {
  width: 100%;
}
.popup__title {
  font-size: 3.75rem;
  line-height: 4.375rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.popup__text {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
}
.popup__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 36.5625rem;
  padding-left: 1.5625rem;
}
.popup__right-inner {
  width: 100%;
}
.popup__done {
  display: flex;
  height: 100%;
  align-items: center;
}
.popup .btn {
  width: 100%;
  max-width: 100%;
}
.popup .btn--popup {
  padding: 0.5rem;
  background-color: #FFB4ED;
  color: #000;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 2.75rem;
}
.popup .btn--popup:hover {
  background-color: #000;
  color: #FFB4ED;
}
.popup .btn--popup:hover .icon svg path {
  stroke: #FFB4ED;
}
.popup .btn--popup .icon {
  max-width: 3.375rem;
  max-height: 3.375rem;
  margin-right: 0.625rem;
}
.popup__form {
  width: 100%;
}
.popup__form-txt {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.popup .wpcf7-response-output {
  color: #000;
}
@media (max-width: 1200px) {
  .popup__left, .popup__right {
    width: 50%;
  }
  .popup__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .popup__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .popup__form-txt {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .popup .btn--popup {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .popup .btn--popup .icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }
  .popup .btn--send {
    padding: 0.9375rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .popup {
    padding: 1.25rem;
  }
  .popup__inner {
    flex-wrap: wrap;
  }
  .popup__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup__left {
    width: 100%;
    padding-right: 0;
  }
  .popup__right {
    padding-left: 0;
    width: 100%;
  }
  .popup--send {
    width: 100%;
  }
}

.test-popup {
  padding: 30px;
  background-color: #FC5102;
  color: #fff;
  min-height: 510px;
  max-width: 1200px;
}
.test-popup .wpcf7-form.sent {
  padding-top: 0.625rem;
}
.test-popup > .f-button.is-close-btn {
  top: 20px;
  right: 20px;
  --f-button-color: $color1;
  --f-button-hover-color: $color2;
  opacity: 1;
}
.test-popup__inner {
  display: flex;
  height: 100%;
}
.test-popup__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 600px;
  padding-right: 30px;
  border-right: 1px solid #D9D9D9;
}
.test-popup__left-inner {
  width: 100%;
}
.test-popup__bar {
  width: 100%;
  margin-bottom: 30px;
}
.test-popup__bar-caption {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.4375rem;
}
.test-popup__questions {
  width: 100%;
}
.test-popup__question {
  display: none;
  margin-bottom: 1.875rem;
}
.test-popup__question.active {
  display: block;
}
.test-popup__question-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.test-popup__question-answers li {
  display: block;
  text-align: center;
  padding: 0.625rem 0;
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  cursor: pointer;
}
.test-popup__question-answers li:hover, .test-popup__question-answers li.active {
  background-color: #fff;
  color: #FC5102;
}
.test-popup__question-answers li:last-child {
  margin-bottom: 0;
}
.test-popup__question-answers li.correct {
  background-color: #FFB4ED;
  color: #000;
  border-color: #FFB4ED;
}
.test-popup__result {
  display: none;
}
.test-popup__result-title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.test-popup__result-desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}
.test-popup__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 31.875rem;
  padding-left: 1.875rem;
}
.test-popup__right-inner {
  width: 100%;
}
.test-popup__heading {
  font-weight: 900;
  font-size: 4.375rem;
  line-height: 4.375rem;
  margin-bottom: 0.3125rem;
  color: #fff;
}
.test-popup__subtitle, .test-popup__desc {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000;
}
.test-popup__desc {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.875rem;
}
.test-popup__notice {
  font-weight: 400;
  color: #fff;
}
.test-popup__form-caption {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1.875rem;
}
.test-popup__form-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0.3125rem;
}
.test-popup__form-subtitle, .test-popup__form-success-count {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}
.test-popup__form-success-count {
  display: none;
  margin-bottom: 0.9375rem;
}
.test-popup__form label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.test-popup__form label input {
  margin-top: 0.3125rem;
  color: #9C9C9C;
}
.test-popup__done {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
.test-popup__done .test-popup__form-title {
  text-align: center;
}
.test-popup .btn {
  width: 100%;
}
.test-popup .wpcf7-response-output {
  color: #000;
}

.test .title {
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.test__inner {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
.test__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .test .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .test__desc {
    max-width: 500px;
  }
}
@media (max-width: 1440px) {
  .test__inner {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .test-popup__left {
    margin-bottom: 1.25rem;
  }
  .test-popup__right {
    padding-bottom: 1.25rem;
  }
  .test-popup__heading {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .test-popup__question-title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .test-popup__question-answers li {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .test-popup__inner {
    flex-wrap: wrap;
  }
  .test-popup__left, .test-popup__right {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border: none;
  }
}
@media (max-width: 480px) {
  .test .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .test__desc {
    font-size: 1rem !important;
    line-height: 1.375rem;
  }
  .test-popup__done .test-popup__form-title {
    font-size: 1.125rem;
  }
}

.cta .btn--send {
  width: 100%;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.cta__bg {
  width: 100%;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.cta__form .form__agreement {
  background-color: #000;
  padding: 0.3125rem;
}
.cta .title {
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cta__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 50px;
}
.cta__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
}
.cta__left {
  width: 100%;
  max-width: 550px;
  margin-right: 50px;
}
.cta__right {
  width: 100%;
  max-width: 560px;
}
@media (max-width: 1400px) {
  .cta__bg {
    background-size: cover;
  }
}
@media (max-width: 1600px) {
  .cta__left {
    width: 50%;
    margin-right: 0;
  }
  .cta__right {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .cta__left, .cta__right {
    width: 50%;
  }
  .cta__inner {
    padding: 2.5rem;
  }
  .cta .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .cta__desc {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .cta__bg {
    background-image: none !important;
    background-size: cover;
    background-position: center;
  }
  .cta__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta__left, .cta__right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .cta .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0.625rem;
  }
  .cta__left {
    margin-right: 0;
  }
  .cta__inner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .cta__desc {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.numbers .row > .col:last-of-type .numbers__item {
  margin-bottom: 0;
}
.numbers__item {
  margin-bottom: 3.125rem;
}
.numbers__item-num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 0;
  margin-bottom: 0.625rem;
  color: #FC5102;
}
.numbers__item-num div {
  font-size: 6.25rem;
  line-height: 6.875rem;
  font-weight: 900;
}
.numbers__item-num-num {
  display: inline-flex;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
}
.numbers__item-num-num.newline {
  width: 100%;
  line-height: 1;
}
.numbers__item-text {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .numbers .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .numbers .row > .col {
    width: 50% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .numbers__item-num div {
    font-size: 3.75rem !important;
    line-height: 4.125rem !important;
  }
}
@media (max-width: 480px) {
  .numbers .row > .col {
    width: 100% !important;
  }
}

.list ol {
  counter-reset: item;
}
.list ul.marker--square li {
  position: relative;
  padding-left: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 1.875rem;
  border-bottom-color: transparent;
}
.list ul.marker--square li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #FC5102;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
.list ul.marker--star li {
  position: relative;
  padding-left: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 1.875rem;
  border-bottom-color: transparent;
}
.list ul.marker--star li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-flex;
  width: 18px;
  height: 22px;
  background-image: url(../.././css/build/img/star2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
.list ul li {
  display: flex;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.list ul.choices-list li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list ol > li {
  display: flex;
  align-items: center;
}
.list ol > li::before {
  display: inline-flex;
  content: "0" counter(item);
  counter-increment: item;
  font-weight: 600;
  font-size: 3.75rem;
  min-width: 5.3125rem;
  line-height: 3.75rem;
  color: #FC5102;
  margin-right: 6.25rem;
  margin-bottom: 0.625rem;
}
.list ol > li:nth-child(n+10):before {
  content: counter(item);
}
.list--hor ul li {
  border-bottom: none;
}
.list--hor .row {
  align-items: flex-start;
}
.list--hor .row .col {
  margin-bottom: 3.125rem;
}
.list--hor.list--ol li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list--hor.list--ol .list__item {
  flex-wrap: wrap;
}
.list--hor.list--ol .list__item-desc {
  width: 100%;
  margin-top: 0.625rem;
}
.list--ul.list--vert .list__item {
  flex-wrap: wrap;
  align-items: center;
}
.list--ul.list--vert .list__item-desc:not(.newline) {
  margin-left: auto;
  width: 100%;
  max-width: 41.25rem;
}
.list--ul.list--vert ul.marker .list__item {
  flex-wrap: wrap;
  align-items: center;
}
.list--ul.list--vert ul.marker .list__item-desc:not(.newline) {
  width: 100%;
  max-width: 41.25rem;
}
.list--ul.list--vert ul.marker--star .list__item {
  margin-bottom: 1.25rem;
}
.list--ul.list--vert ul.marker--star .list__item::before {
  top: 0em;
}
.list--ul.list--vert ul.marker--star .list__item-desc {
  margin-left: 0.625rem;
}
.list--ul.list--vert ul.marker--square .list__item-desc {
  margin-left: 0.625rem;
}
.list--ul.list--vert ul.marker--none .list__item-desc:not(.newline) {
  margin-left: 0;
}
.list__item-img {
  width: 100%;
  margin-bottom: 0.625rem;
}
.list__item-img img, .list__item-img svg {
  max-height: 70px;
  object-fit: contain;
  object-position: left;
}
.list__item-title {
  margin-bottom: 0.625rem;
}
.list__item-title p {
  margin-bottom: 0;
}
.list__item-title.newline {
  width: 100%;
  margin-left: 0;
}
.list__item.newline {
  flex-wrap: wrap;
}
.list__item-desc p {
  margin-bottom: 10px;
}
.list__item-desc p:last-child {
  margin-bottom: 0;
}
.list__item-desc ul li {
  padding-left: 1rem !important;
  margin-bottom: 0 !important;
  line-height: 1.625rem;
}
.list__item-desc ul li::before {
  content: "•" !important;
  width: 0 !important;
  height: 0 !important;
  top: 0 !important;
  background-color: transparent !important;
}
.list__item-desc.newline {
  width: 100%;
  margin-left: 0;
}
.list .numbers {
  width: 100%;
  margin-top: 2.5rem;
}
.list .numbers__item-num div {
  font-size: 3.75rem;
  line-height: 3.75rem;
}
@media (max-width: 1400px) {
  .list__item-desc {
    max-width: 500px !important;
    margin-left: auto !important;
  }
  .list--ul .list__item:not(.flex) .list__item-desc {
    margin-left: 0 !important;
  }
  .list--ul .list__item-desc {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
}
@media (max-width: 1024px) {
  .list__item-title {
    font-size: 2.875rem !important;
    line-height: 3.25rem !important;
  }
  .list__item-desc {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
  .list--ul .list__item:not(.flex) .list__item-title {
    font-size: 1.875rem !important;
    line-height: 2.375rem !important;
  }
  .list--ol .list__item-title {
    font-size: 1.875rem !important;
    line-height: 2.375rem !important;
  }
}
@media (max-width: 767px) {
  .list__item-title {
    width: 100%;
  }
  .list__item-desc {
    margin-left: 0 !important;
  }
}

.case .list ul li {
  margin-bottom: 0.625rem;
}

.list-title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #FC5102;
}

.list-desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.list--ol .title {
  color: inherit;
}

.list--ol .list-title {
  color: inherit;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 2.125rem;
  font-size: 1.75rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid__item {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.25rem;
  min-height: 17.5rem;
}
.grid__item-title {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.grid__item-text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.grid__item-text ol {
  list-style-type: decimal;
  margin-left: 1.4rem;
}
.grid__item-text ul {
  margin-left: 1rem;
}
.grid__item-text ul li {
  display: block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.grid__item-text ul li::before {
  content: "•";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  display: inline-flex;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
.grid__item-image {
  width: 100%;
  height: 100%;
  display: flex;
}
.grid__item-image img, .grid__item-image svg {
  display: inline-flex;
  max-width: 21.5rem;
  object-fit: contain;
  object-position: center;
  margin: auto;
}
@media (max-width: 768px) {
  .grid__item {
    width: 100%;
  }
}

.editor-styles-wrapper .text-wrapper {
  padding: 10px;
  border: 1px solid;
}

.text-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.text-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.text-wrapper__inner-blocks {
  width: 100%;
}
.text-wrapper__inner-blocks p {
  margin-bottom: 1rem;
}
.text-wrapper__inner-blocks p:last-child {
  margin-bottom: 0;
}
.text-wrapper ol {
  counter-reset: olitem;
  margin-left: 1.4rem;
}
.text-wrapper ol > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.625rem;
}
.text-wrapper ol > li::before {
  display: block;
  position: absolute;
  left: 0;
  content: counters(olitem, ".") ".";
  counter-increment: olitem;
}
.text-wrapper ol > li ol {
  margin-left: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.text-wrapper ol > li ol li {
  padding-left: 2.5rem;
}
.text-wrapper ol > li ul {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.text-wrapper ol > li ul li::before {
  content: "-";
  top: 0;
  background-color: transparent;
}
.text-wrapper ul li {
  display: block;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 10px;
}
.text-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #FC5102;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .text-wrapper {
    margin-top: calc(5rem / 2) !important;
    margin-bottom: calc(5rem / 2) !important;
  }
  .text-wrapper .wp-block-heading,
  .text-wrapper .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
  .text-wrapper__inner-blocks p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .text-wrapper {
    margin-top: calc(5rem / 2) !important;
    margin-bottom: calc(5rem / 2) !important;
  }
  .text-wrapper .wp-block-heading,
  .text-wrapper .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .text-wrapper__inner-blocks p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  .text-wrapper {
    margin-top: calc(3.125rem / 2) !important;
    margin-bottom: calc(3.125rem / 2) !important;
  }
  .text-wrapper .wp-block-heading,
  .text-wrapper .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .text-wrapper__inner-blocks p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .text-wrapper li {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.single-services .text-wrapper ul {
  list-style-type: disc;
  margin-left: 1.2rem;
}
.single-services .text-wrapper ul li {
  padding-left: 1.65rem;
}
.single-services .text-wrapper ul li::before {
  content: "•";
  width: 0;
  height: 0;
  top: 0;
  background-color: transparent;
}

.text-image {
  padding-top: 150px;
  padding-bottom: 150px;
}
.text-image .title {
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 6.875rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.text-image .flex {
  gap: 1.875rem;
}
.text-image .flex .text-image__img {
  max-width: 40%;
}
.text-image .flex .text-image__img img {
  width: 100%;
  height: auto;
}
.text-image .flex .text-image__text {
  max-width: 60%;
}
.text-image__text {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 500;
  max-width: 1096px;
}
.text-image__text p {
  margin-bottom: 3.1875rem;
}
.text-image__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72.5rem;
  object-fit: contain;
}
.text-image__img-cap {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 1200px) {
  .text-image {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .text-image .title {
    font-size: 4.375rem;
    line-height: 4.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .text-image {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .text-image .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
    margin-bottom: 1.875rem;
  }
  .text-image__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .text-image__img-cap {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .text-image {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .text-image .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .text-image .flex {
    flex-direction: column;
  }
  .text-image .flex .text-image__text,
  .text-image .flex .text-image__img {
    max-width: 100%;
  }
}

.review {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  padding: 1.875rem 3.125rem;
  background-color: #FC5102;
  color: #fff;
}
.review .title {
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 1.25rem;
  font-weight: 800;
}
.review__person {
  margin-bottom: 1.25rem;
}
.review__person-name {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 600;
}
.review__person-pos {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0.625rem;
}
.review__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 660px) {
  .review {
    padding: 1.25rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .review .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .review__person-name {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .review__person-pos {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .review__text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.reviews {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
.reviews .container {
  position: relative;
  z-index: 2;
}
.reviews .title {
  font-weight: 900;
  font-size: 110px;
  line-height: 120px;
  text-transform: uppercase;
  margin-bottom: 79px;
}
.reviews .swiper {
  overflow: visible !important;
}
.reviews .swiper-wrapper {
  align-items: center;
  overflow: visible !important;
}
.reviews .swiper-slide {
  width: fit-content;
  /* max-width: 412px; */
}
.reviews .swiper-slide img,
.reviews .swiper-slide svg {
  width: 100%;
  height: auto;
  max-height: 157px;
  object-fit: contain;
}
.reviews__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* z-index: -1; */
  opacity: 0.2;
}
.reviews__review {
  display: flex;
  flex-flow: column;
  background-color: #FC5102;
  color: #fff;
  width: 520px;
  min-height: 600px;
  font-size: 20px;
  line-height: 26px;
  padding: 20px;
}
.reviews__review--white {
  background-color: #fff;
  color: black;
}
.reviews__review--white .reviews__review-bottom {
  border-top: 1px solid #000;
}
.reviews__review--pink {
  background-color: #FFB4ED;
  color: #000;
}
.reviews__review--pink .reviews__review-bottom {
  border-top: 1px solid #000;
}
.reviews__review-top {
  margin-bottom: auto;
}
.reviews__review-bottom {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #fff;
  min-height: 109px;
}
.reviews__review-more {
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
  margin-top: 10px;
  cursor: pointer;
}
.reviews__review-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.reviews__review-company, .reviews__review-pos {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .reviews {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .reviews .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 480px) {
  .reviews {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .reviews .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .reviews__review {
    width: calc(100vw - 70px);
    font-size: 1rem;
    line-height: 1.375rem;
    min-height: 0;
  }
  .reviews__review-bottom {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
  .reviews__review-name {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .reviews__review-pos, .reviews__review-company {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.slider {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}
.slider .container {
  position: relative;
  z-index: 2;
}
.slider .title {
  font-weight: 900;
  font-size: 110px;
  line-height: 120px;
  text-transform: uppercase;
  margin-bottom: 79px;
}
.slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .swiper-slide svg,
.slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto;
}
.slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* z-index: -1; */
  opacity: 0.2;
}
@media (max-width: 1400px) {
  .slider {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .slider .title {
    font-size: 4.375rem;
    line-height: 4.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .slider {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .slider .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 768px) {
  .slider {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .slider .title {
    font-size: 2.5rem;
    line-height: 2.875rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 480px) {
  .slider {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .slider .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

.team {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #F8F7F1;
}
.team .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.team .row > .col {
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin-bottom: 5px;
}
.team .title {
  color: #FC5102;
  font-weight: 900;
  font-size: 110px;
  line-height: 120px;
  margin-bottom: 124px;
  text-transform: uppercase;
}
.team__main {
  position: relative;
  background-color: #FFB4ED;
  margin-bottom: 5px;
}
.team__main-name {
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team__main-desc {
  padding-top: 157px;
  padding-bottom: 157px;
  padding-left: 35%;
}
.team__main-inner {
  display: flex;
  align-items: center;
  /* justify-content: center */
}
.team__main-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.team__main-img img {
  display: block;
  width: 100%;
  max-height: 505px;
  object-fit: cover;
}
.team__main-pos {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.team__member {
  display: flex;
  position: relative;
  height: 420px;
}
.team__member-img {
  position: relative;
}
.team__member-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.team__member-img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.team__member-info {
  position: absolute;
  bottom: 0;
  padding: 14px 20px;
  min-height: 120px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.team__member-name {
  font-size: 20px;
  line-height: 34px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.team__member-position {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1200px) {
  .team .row > .col {
    width: 33.33% !important;
  }
}
@media (max-width: 1024px) {
  .team .row > .col {
    width: 50% !important;
  }
  .team__member {
    margin-bottom: 3.125rem;
  }
  .team__main {
    margin-top: 6.25rem;
  }
  .team__main-desc {
    padding-left: 46%;
  }
  .team__main-img img {
    max-width: 21.5625rem;
  }
}
@media (max-width: 768px) {
  .team .title {
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin-bottom: 3.75rem;
  }
  .team .row > .col {
    width: 50% !important;
  }
  .team__member {
    margin-bottom: 0.3125rem;
  }
  .team__member {
    height: auto;
  }
  .team__main {
    margin-top: 0;
  }
  .team__main-name {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .team__main-pos {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .team__main-img {
    position: relative;
  }
  .team__main-img img {
    max-width: 100%;
    max-height: 600px;
    object-fit: contain;
  }
  .team__main-img::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .team__main-desc {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0.875rem 1.25rem;
    color: #fff;
  }
}
@media (max-width: 500px) {
  .team .row > .col {
    width: 100% !important;
  }
  .team__member {
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 480px) {
  .team {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .team .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .team__main-img {
    position: relative;
  }
  .team__main-img img {
    max-height: 400px;
    object-fit: contain;
  }
  .team__member-info {
    min-height: 0;
  }
  .team__member-name {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .team__member-position {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.map {
  width: 100%;
  max-width: 558px;
}
.map iframe {
  width: inherit;
  height: 477px;
  border: 1px solid #FC5102;
}
@media (max-width: 1400px) {
  .map iframe {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .map iframe {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .map iframe {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .map iframe {
    height: 250px;
  }
}

.quote {
  position: relative;
  width: 800px;
  height: 600px;
  overflow: hidden;
}
.quote__text {
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
}
.quote img {
  position: absolute;
  object-fit: contain;
  object-position: 100%;
}
.quote-wrap {
  padding: 0;
}
.quote-wrap > .f-button.is-close-btn {
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 126px;
  background-color: #000;
  z-index: 998;
}
.footer .logo {
  margin-bottom: 50px;
}
.footer .logo img {
  width: 322px;
}
.footer__left {
  width: 100%;
  max-width: 558px;
  margin-right: 42px;
}
.footer__map {
  width: 100%;
}
.footer__map iframe {
  width: inherit;
  height: 477px;
  border: none;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 105px;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
}
.footer__menu-left {
  width: 100%;
  max-width: 155px;
  margin-right: 146px;
}
.footer__menu-right {
  width: 100%;
  max-width: 859px;
}
.footer__menu-right .menu-item-has-children > .footer__menu-link {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.footer__menu-right .footer__menu-sub-menu .footer__menu-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
}
.footer__menu-items li {
  margin-bottom: 20px;
}
.footer__menu-items li:last-child {
  margin-bottom: 0;
}
.footer__menu-items a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.footer__menu-items a:hover {
  text-decoration: underline;
}
.footer__menu-sub-menu-wrap {
  margin-top: 10px;
  display: flex;
}
.footer__menu-sub-menu {
  width: 100%;
  max-width: 260px;
  margin-right: 40px;
}
.footer__menu-sub-menu:last-child {
  margin-right: 0;
}
.footer__menu-sub-menu li {
  margin-bottom: 5px;
}
.footer__menu-sub-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
.footer__bottom {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.footer__bottom .btn {
  width: 100%;
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 19px;
}
.footer__secondary-menu {
  text-align: center;
}
.footer__secondary-menu li {
  display: block;
  margin-bottom: 10px;
}
.footer__secondary-menu a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.footer__subscribe {
  margin-top: 50px;
}
.footer__subscribe > span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer__subscribe ul {
  display: flex;
  font-size: 0;
}
.footer__subscribe ul li {
  margin-right: 16px;
}
.footer__subscribe ul li:last-child {
  margin-right: 0;
}
.footer__subscribe ul a {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .footer__left {
    width: 60%;
  }
  .footer__right {
    width: 40%;
  }
  .footer__menu {
    flex-wrap: nowrap;
    margin-bottom: 1.875rem;
  }
  .footer__menu-left {
    width: 20%;
  }
  .footer__menu-right {
    width: 80%;
  }
  .footer__menu-right .menu-item-has-children > .footer__menu-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .footer__menu-right .footer__menu-sub-menu .footer__menu-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .footer__menu-items a {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .footer__left {
    width: 50%;
    margin-right: 1rem;
  }
  .footer__right {
    width: calc(50% - 1rem);
  }
  .footer__map {
    margin-bottom: 2.5rem;
  }
  .footer__map iframe {
    width: 100% !important;
  }
  .footer__menu-right .menu-item-has-children > .footer__menu-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .footer__menu-right .footer__menu-sub-menu .footer__menu-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .footer__menu-items a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .footer__left, .footer__right {
    width: 100%;
    max-width: 100%;
  }
  .footer__left {
    margin-right: 0;
  }
  .footer__menu-left, .footer__menu-right {
    width: 50%;
  }
  .footer__menu-sub-menu-wrap {
    flex-wrap: wrap;
  }
  .footer__menu-sub-menu-wrap ul {
    width: 100%;
    margin-right: 0;
  }
  .footer__map {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .footer__map iframe {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .footer {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .footer__menu-left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .footer__menu-right {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .footer__menu-sub-menu-wrap {
    flex-wrap: wrap;
  }
  .footer__map iframe {
    height: 15.625rem;
  }
  .footer .logo {
    margin-bottom: 0.625rem;
  }
  .footer__subscribe ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__subscribe ul li {
    margin-right: 0.4375rem;
  }
}
