: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,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.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,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.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,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.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,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.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,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.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,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.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,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.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:0}.f-button:focus-visible{outline:0;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-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{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-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{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-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev 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:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;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 ::after,.fancybox__container ::before{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-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport: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 [contenteditable],.fancybox__content [data-selectable]{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(0)}.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-closing .fancybox__caption,.is-loading .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) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.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:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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:transparent;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))*-.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 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 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:0;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:0}.f-thumbs__slide__button:focus-visible{outline:0;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(.23,1,.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,.1),rgba(255,255,255,.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,.1),rgba(255,255,255,.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:0!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,.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}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.about::before,.approach-item__head::before,.article-img::before,.articles-preview__bg::before,.articles-preview__labels-item::before,.do-item::before,.form-checkbox input[type=checkbox]+label::after,.form-checkbox input[type=checkbox]+label::before,.hero::before,.mission-feature--top::before,.movement::before,.process::before,.select2-container--default .select2-selection--single .select2-selection__arrow::before,.services-item::before,.story-item::before,.story-item__head::before,.video-play::before{content:"";position:absolute}.article-img__hover,.peaks-slider,.video-play svg{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%}.articles-preview__labels-item::before,.search-button,.search-inner__btn,.story-item__head::before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.sub-menu{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}@font-face{font-family:IowanOldStyleBTRoman;font-weight:400;font-style:normal;src:url(../fonts/IowanOldStyleBTRoman/IowanOldStyleBTRoman.eot);src:url(../fonts/IowanOldStyleBTRoman/IowanOldStyleBTRoman.woff) format("woff"),url(../fonts/IowanOldStyleBTRoman/IowanOldStyleBTRoman.woff2) format("woff2")}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{--bs-gutter-x:32px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:1140px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:1150px}}@media (min-width:1023px){.container,.container-lg,.container-md,.container-sm{max-width:1160px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1376px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:1023px;--bs-breakpoint-xl:1200px}.row{--bs-gutter-x:32px;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:1023px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:-ms-grid!important;display:grid!important}.d-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:-ms-grid!important;display:grid!important}.d-sm-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:-ms-grid!important;display:grid!important}.d-md-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1023px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:-ms-grid!important;display:grid!important}.d-lg-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:-ms-grid!important;display:grid!important}.d-xl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:-ms-grid!important;display:grid!important}.d-print-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}body,html{height:100%}p{margin-top:0;margin-bottom:15px}circle,path,rect{-webkit-transition:all .35s ease;transition:all .35s ease}body{font-size:18px;line-height:1.5;min-width:375px;position:relative;font-family:"Public Sans",sans-serif;color:#000;margin:0;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:400}::-webkit-input-placeholder{color:#999;opacity:1}::-moz-placeholder{color:#999;opacity:1}:-ms-input-placeholder{color:#999;opacity:1}::-ms-input-placeholder{color:#999;opacity:1}::placeholder{color:#999;opacity:1}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}address{font-style:normal}li,ul{list-style:none;margin:0;padding:0}button,input,select,textarea{outline:0;border:none;margin:0;padding:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}a{color:inherit;-webkit-transition:all .3s linear;transition:all .3s linear;text-decoration:none;outline:0}img{max-width:100%}button{cursor:pointer;background:0 0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}textarea{resize:none}body.hidden{overflow:hidden}body.hidden::before{opacity:1}body::before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(5,5,5,.8);opacity:0;-webkit-transition:all .35s ease;transition:all .35s ease;pointer-events:none;z-index:2}.logo img,.logo svg{display:block}.header{padding:24px 0;background:#fff}.header .logo{margin-right:50px;margin-left:3px}.header-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-list>li{position:relative;padding:10px 0}.main-list>li:hover>a{border-bottom-color:#6b6b6b;color:#6b6b6b}.main-list>li:hover .sub-menu{opacity:1;visibility:visible}.main-list>li+li{margin-left:40px}.main-list>li>a{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px;font-size:16px;border-bottom:1px solid transparent}.main-list>li>a svg{-webkit-transition:all .35s ease;transition:all .35s ease}.main-list>li>a:active{border-bottom-color:#999;color:#999}.sub-menu{overflow: hidden;position:absolute;top:100%;width:149px;-webkit-transition:opacity .35s ease;transition:opacity .35s ease;opacity:0;visibility:hidden;z-index:100;background:#f3f3f3;border-radius:32px;-webkit-transition:all .35s ease;transition:all .35s ease}
/*.sub-menu li:first-child a{border-radius:32px 32px 0 0}.sub-menu li:last-child a{border-radius:0 0 32px 32px}*/
.sub-menu a{display:block;padding:13.5px 16px 13.5px 32px;color:#000;font-size:16px;-webkit-transition:all .35s ease;transition:all .35s ease}.sub-menu a:hover{background:#d8ba96}.hamburger{display:none;cursor:pointer}.search{position:relative;margin-left:auto;margin-right:16px}.search.active .search-input{width:450px;border-radius:200px;padding-left:46px;padding-right:24px;cursor:initial}.search.active .search-button{pointer-events:initial}.search-input{display:block;width:100%;font-family:"Public Sans",sans-serif;font-size:16px;color:#000;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-appearance:none;background:0 0;width:48px;height:48px;border-radius:50%;border:1px solid #050505;cursor:pointer}.search-input::-webkit-input-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-input::-moz-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-input:-ms-input-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-input::-ms-input-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-input::placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-button{position:absolute;left:18px;pointer-events:none}.search-button svg{display:block}.search-inner{max-width:434px;position:relative}.search-inner__input{display:block;width:100%;font-family:"Public Sans",sans-serif;font-size:16px;color:#000;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-appearance:none;background:0 0;border-radius:200px;border:1px solid #c4c4c4;padding:14px 24px 14px 46px}.search-inner__input::-webkit-input-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-inner__input::-moz-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-inner__input:-ms-input-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-inner__input::-ms-input-placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-inner__input::placeholder{font-size:16px;color:#000;font-family:"Public Sans",sans-serif}.search-inner__input:focus,.search-inner__input:hover{border-color:#000}.search-inner__btn{position:absolute;left:12px}.search-inner__btn svg{display:block}.footer{padding:48px 0 32px;background:#000;margin-top:auto;border-radius:24px 24px 0 0;position:relative;z-index:2;width:100%}.footer .socials-list li svg{width:20px;height:20px}.footer .socials-list li:hover path{fill:#fff}.footer-logo{margin-bottom:23px}.footer-logo img,.footer-logo svg{display:block}.footer-info p{font-size:16px;margin-bottom:20px;max-width:367px}.footer-contacts__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.footer-contacts__icon img,.footer-contacts__icon svg{-ms-flex-negative:0;flex-shrink:0}.footer-contacts__text{font-size:16px}.footer-contacts__link{border-bottom:1px solid transparent;color:#fff}.footer-contacts__link:hover{border-bottom-color:#fff}.footer-top__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:32px;padding-bottom:31px;margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-top__item{width:100%;max-width:180px}.footer-top__item:first-child{width:calc(41.6666% - 16px);-ms-flex-negative:0;flex-shrink:0;max-width:100%}.footer-top__item:last-child{max-width:136px}.footer-top__item:last-child .footer-top__head{margin-bottom:32px}.footer-top__head{margin-bottom:28px;font-weight:600;font-size:16px;line-height:1.175;color:#fff}.footer-top__list li+li{margin-top:24px}.footer-top__list a{display:inline-block;color:rgba(255,255,255,.5);line-height:1.175;font-size:16px}.footer-top__list a:hover{color:#fff}.footer-bottom__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-bottom__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.footer-bottom__list a{font-size:14px;color:rgba(255,255,255,.5);line-height:1.175;display:block}.footer-bottom__list a:hover{color:#fff}.copyright{font-size:14px;color:rgba(255,255,255,.5);line-height:1.175}.form-input,.form-textarea{display:block;width:100%;font-family:"Public Sans",sans-serif;font-size:16px;color:#000;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-appearance:none;border-radius:200px;padding:10px 15px;background:#fff;border:1px solid #c4c4c4;padding:14px 20px;line-height:1.125}.form-input::-webkit-input-placeholder,.form-textarea::-webkit-input-placeholder{font-size:16px;color:#6b6b6b;font-family:"Public Sans",sans-serif;line-height:1.125}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{font-size:16px;color:#6b6b6b;font-family:"Public Sans",sans-serif;line-height:1.125}.form-input:-ms-input-placeholder,.form-textarea:-ms-input-placeholder{font-size:16px;color:#6b6b6b;font-family:"Public Sans",sans-serif;line-height:1.125}.form-input::-ms-input-placeholder,.form-textarea::-ms-input-placeholder{font-size:16px;color:#6b6b6b;font-family:"Public Sans",sans-serif;line-height:1.125}.form-input::placeholder,.form-textarea::placeholder{font-size:16px;color:#6b6b6b;font-family:"Public Sans",sans-serif;line-height:1.125}.form-input:focus,.form-input:hover,.form-textarea:focus,.form-textarea:hover{border-color:#000}.form-textarea{min-height:120px;border-radius:16px;padding:16px 20px}.form-item{margin-bottom:20px}.form-item:last-child{margin-bottom:0}.form-label{font-size:14px;line-height:1.1;color:#6b6b6b;display:block;margin-bottom:12px;font-family:"Public Sans",sans-serif;font-weight:400}.form-checkbox input[type=checkbox]{display:none}.form-checkbox input[type=checkbox]+label{position:relative;cursor:pointer;display:block;padding-left:39px;font-size:18px;line-height:1.5;color:#000}.form-checkbox input[type=checkbox]+label::before{width:28px;height:28px;top:0;left:0;border:1px solid #7d7d7d;border-radius:8px;-webkit-transition:all .35s ease;transition:all .35s ease}.form-checkbox input[type=checkbox]+label::after{width:18px;height:13px;left:6px;top:8px;background:url(../img/check.svg) no-repeat center center;z-index:1;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0}.form-checkbox input[type=checkbox]:checked+label::before{background:#d8ba96;border-color:#d8ba96}.form-checkbox input[type=checkbox]:checked+label::after{opacity:1}.select2{display:block}.select2.select2-container{width:100%!important}.select2-results__option{padding:12px 20px;-webkit-transition:all .35s ease;transition:all .35s ease;font-size:16px}.select2-dropdown{border:none;border-radius:24px;margin-top:8px;background:#fff;border-radius:24px!important;overflow:hidden}.select2-container{z-index:1100}.select2-container--open .select2-selection__arrow::before{-webkit-transform:translate(-50%,-50%) rotate(180deg)!important;-ms-transform:translate(-50%,-50%) rotate(180deg)!important;transform:translate(-50%,-50%) rotate(180deg)!important}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#d8ba96;color:#000}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#d8ba96;color:#000}.select2-container--default .select2-selection{border:1px solid #afafaf;-webkit-transition:all .35s ease;transition:all .35s ease;border-radius:200px!important;background:0 0}.select2-container--default .select2-selection:hover{border-color:#000}.select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;border-left:1px solid rgba(217,217,217,.05);width:44px}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-container--default .select2-selection--single .select2-selection__arrow::before{width:24px;height:24px;background:url(../img/select-arrow.svg) no-repeat center center;background-size:contain;top:50%;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.select2-container--default .select2-selection--single .select2-selection__rendered{padding:9px 20px;color:#000;font-size:16px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#6b6b6b;font-size:16px}.select2-container .select2-selection--single{height:auto}.select2-selection{outline:0!important}.select2-selection__rendered{padding:8px 0;padding-left:12px;padding-right:12px}.select2-search{display:none}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:11px;-webkit-transition:all .35s ease;transition:all .35s ease;font-size:16px;font-family:"Public Sans",sans-serif;text-align:center;border-radius:100px;line-height:1.25;transition:all .35s ease;padding:14px 16px;color:#000}.btn-gold{background:#d8ba96;color:#000}.btn-gold:hover{background:#f1e7da}.btn-gold:active{background:#cba272}.btn-black{background:#000;color:#fff}.btn-black:hover{background:#323232}.btn-black:active{background:#4a4a4a}.btn-black.btn-transparent{background:0 0;border:1px solid #000;color:#000;padding:13px 16px}.btn-black.btn-transparent:hover{background:#000;color:#fff}.btn-black.btn-transparent:hover path{stroke:#fff}.btn-black.btn-transparent:active{background:#323232;color:#fff}.btn-black.btn-transparent:active path{stroke:#fff}.btn-white{background:#fff;color:#000}.btn-white:hover{background:#f1e7da}.btn-white:active{background:#cba272}.btn-white.btn-transparent{background:0 0;border:1px solid #fff;color:#fff;padding:13px 16px}.btn-white.btn-transparent:hover{background:#fff;color:#000}.btn-white.btn-transparent:active{background:#f3f3f3;color:#000}.btn-24{padding-left:24px;padding-right:24px}.sticky{position:sticky;top:48px}.socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.socials-head{color:#6b6b6b}.socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.socials-list li:hover path{fill:#d8ba96}.socials-list li img,.socials-list li svg{display:block}.slider-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px}.slider-nav__arrow{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;border:1px solid #000;position:relative;z-index:1;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.slider-nav__arrow:hover{background:#000}.slider-nav__arrow:hover path{stroke:#fff}.slider-nav.white .slider-nav__arrow{border-color:#fff}.slider-nav.white .slider-nav__arrow:hover{background:#fff}.slider-nav.white .slider-nav__arrow:hover path{stroke:#000}.slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0 12px}.slick-dots li{background:#dedede;width:8px;height:8px;border-radius:50%;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;position:relative}.slick-dots li.slick-active{background:#d8ba96}.slick-dots li button{font-size:0}.slick-slide{outline:0}.dropdown{position:relative;z-index:1}.dropdown:hover .dropdown-toggler{background:#f3f3f3}.dropdown:hover .dropdown-toggler__arrow{border-color:#d9d9d9}.dropdown:hover .dropdown-toggler svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dropdown:hover .dropdown-body{opacity:1;visibility:visible;pointer-events:auto}.dropdown-body{position:absolute;z-index:100;border-radius:24px;background:#f3f3f3;left:0;width:100%;top:100%;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;visibility:hidden;pointer-events:none}.dropdown-body__item{cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;font-size:16px;line-height:1.2;padding:16px 32px}.dropdown-body__item:first-child{border-radius:24px 24px 0 0}.dropdown-body__item:last-child{border-radius:0 0 24px 24px}.dropdown-body__item:hover{background:#d8ba96}.dropdown-toggler{font-size:16px;line-height:1.2;border-radius:100px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;position:relative;z-index:1}.dropdown-toggler__text{padding:0 16px;white-space:nowrap}.dropdown-toggler__arrow{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;border-left:1px solid #f2f2f2;-webkit-transition:all .35s ease;transition:all .35s ease}.dropdown-toggler.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-toggler svg{-webkit-transition:all .35s ease;transition:all .35s ease}.row-40{margin-left:-20px;margin-right:-20px}.row-40 div[class*=col-]{padding-left:20px;padding-right:20px}.modal{display:none;max-width:500px;padding:30px 30px;border-radius:20px}.modal-close{position:absolute;right:-24px;top:-24px;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.modal-close svg{display:block;width:24px;height:24px}.mb-48{margin-bottom:48px}.mb-72{margin-bottom:72px}.h1{font-size:64px;font-family:IowanOldStyleBTRoman,serif;line-height:1.1;margin-bottom:32px}.h1-26{margin-bottom:26px}.h2{font-size:56px;font-family:IowanOldStyleBTRoman,serif;line-height:1.1;margin-bottom:32px}.h3{font-size:32px;line-height:1.1;margin-bottom:24px;font-family:IowanOldStyleBTRoman,serif}.h4{font-size:24px;line-height:1.1;margin-bottom:24px;font-family:IowanOldStyleBTRoman,serif}.letter-spacing{letter-spacing:-1px}.bg-black{border-radius:24px;background:#323232}.bg-gray{border-radius:24px 24px 0 0;background:#f3f3f3}.negative-bottom{margin-bottom:-32px}.font-16{font-size:16px}.progress-bar{position:fixed;left:0;top:0;width:100%;z-index:200;background:#f3f3f3;height:4px;opacity:0}.progress-bar span{position:absolute;height:100%;left:0;top:0;background:#d8ba96;width:0;-webkit-transition:all .35s ease;transition:all .35s ease}.media{padding-top:72px;padding-bottom:53px;overflow:hidden}.media .section-head{margin-bottom:48px}.media-slider{display:-webkit-box;display:-ms-flexbox;display:flex}.media-item{display:inline-block;min-width:215px}.media-item img{display:block;margin:0 auto}.hero{padding-top:285px;padding-bottom:64px;position:relative;z-index:1}.hero .h1{max-width:880px}.hero-bg{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px;z-index:-2}.hero::before{left:0;top:0;width:100%;height:100%;border-radius:24px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.4)));background:linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%);z-index:-1}.do{padding-bottom:32px;padding-top:72px}.do .section-head{margin-bottom:32px}.do-row{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:24px;overflow:hidden}
/*.do-item{position:relative;z-index:1;width:calc(20% - 33px);-webkit-transition:width .35s ease;transition:width .35s ease;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}*/
.do-item{position:relative;z-index:1;width: 33.3333%;-webkit-transition:width .35s ease;transition:width .35s ease;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}
.do-row_map .do-item{position:relative;z-index:1;width:calc(20% - 33px);-webkit-transition:width .35s ease;transition:width .35s ease;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}
.do-row_map .do-item__content p{
	font-family: IowanOldStyleBTRoman, serif;
	font-size: 24px;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 32px;
}
.do-item__head.explore-content__head img{
	max-width: 40px;
	max-height: 40px;
}
.do-item__head.explore-content__head{
	margin-bottom: 12px;
}
.dropdown.dropdown_button:hover .dropdown-toggler svg{
	transform: none;
}

.map-section{
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.map-search,
.map-switcher{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.map-search{
	min-width: 451px;
}
.map-switcher{
	min-width: 137px;
}
.map-switcher__box{
	width: 44px;
	height: 28px;
	border-radius: 100px;
	background-color: #D8BA96;
	position: relative;
	transition: all 0.2s ease;
}
.map-switcher__text{
	font-size: 18px;
	color: #050505;
}
#map-switch{
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}
.map-switcher__circle{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 2px;
	right: 2px;
	transition: all 0.2s ease;
}
.map-switcher:hover .map-switcher__circle{
	opacity: 0.9;
}
#map-switch:checked + .map-switcher__box{
	background-color: #C4C4C4;
}
#map-switch:checked + .map-switcher__box .map-switcher__circle{
	transform: translate3d(-16px, 0px, 0px);
}


body.single-passports:before { 
	background-position: 89% -3%;
}
#svg_map_main_block path {
	transition: 0.5s
}
#svg_map_main_block path:hover {
	fill: #d8ba96;
}
#svg_map_main_block path.active {
	fill: #FAF9F6
}
.hover_item { 
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: IowanOldStyleBTRoman, serif;
	border-radius: 100px;
	width: auto;
	height: 36px;
	display: flex;
	align-items: center;
	padding: 4px;
}
.hover_item img{
	max-width: 28px;
	max-width: 28px;
	display: inline-block;
	margin-right: 4px;
}
#svg_map_main_block.selectedCountry path:not(.active) { 
	opacity: 0.2
}
#search_passport { 
	border: 1px solid #C4C4C4;
	background: rgb(240 240 240 / 50%);
	height: 48px;
	padding: 0;
	padding: 14px 20px;
	border-radius: 200px;
	margin-bottom: 16px;
	font-size: 16px;
	color: rgb(0 0 0 / 30%);
	letter-spacing: .4px;
	margin-top: 1px;
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.5px;*/
width: 100%;
color: #13141A;
}

.passports-map .section-label{
	margin: 0;
}

.passports-map .section-head{
	margin-bottom: 24px;
}

.search_block_visa #search_passport {
	width: 287px;
	height: 48px;
	padding-left: 44px;
	border-radius: 200px;
	border: none;
	border: 1px solid #C4C4C4;
	background: rgb(255 255 255 / 10%);
	font-size: 16px;
	color: #000;
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.5px;*/
margin-bottom: 0;
transition: all .2s ease;
}
.search_block_visa #search_passport:hover{
	border-color: #a5a5a5;
}
.search_block_visa #search_passport:focus{
	border-color: #000;
}


.searchTable .search_block_visa #search_passport{
	border: none;
/*    background: #F1E7DA;*/
background: #fff;
height: 56px;
width: 100%;
max-width: 100%;
font-size: 18px;
padding: 0 16px;
cursor: pointer;
}

.searchTable .search_block_visa .active #search_passport,
.searchTable .search_block_visa #search_passport:hover,
.searchTable .search_block_visa #search_passport:focus{
	background: #F1E7DA;
}
/*.searchTable .form_group_filter_input:after,*/
.searchTable .form_group_filter_input:before{
	display: none;
}
.searchTable .form_group_filter_input:after{
	width: 24px;
	height: 24px;
	background: url(../img/map__plus.svg) no-repeat center;
	position: absolute;
	top: 16px;
	right: 16px;
}

.searchTable .filter_improve{
	width: 100%;
}
.searchTable .form_group_filter_input{
	width: 100%;
}

.block_custom_select_counties { 
	position: relative;
}
.block_select_country_list { 
	position: absolute;
	background-color: #fff;
	top: 85%;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0px 12px 24px 0px rgb(0 0 0 / 15%);
	border-radius: 28px;
	overflow: hidden;
	background: #ECECEB;
	height: 273px;
}
.block_select_country_list .select_post_block {
	font-size: 18px;
	color: #13141A;
	text-transform: none;
	border-bottom: none;
	padding: 15px 20px;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	transition: 0.5s;
	cursor: pointer;
}
.select_post_block_image { 
	max-width: 24px;
	max-height: 24px;
	margin-right: 12px;
}
.select_post_block_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block_select_country_list .select_post_block:hover {
	background: #C9A471;
	color: #fff;
}
.check_pass_link { 
	display: flex;
	width: 100%;
	height: 56px;
	border-radius: 32px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: var(--color-gold);
	letter-spacing: 0.5px;
	transition: 0.3s;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.check_pass_link:hover { 
	background: var(--color-button-hover);
}
#search_passport.not-valid { 
	border: 1px solid red;
}
#search_passport:focus { 
	border: 1px solid #d8ba96
}
#search_visa {
	border: 1px solid rgb(0 0 0 / 12%);
	background: rgb(240 240 240 / 50%);
	height: auto;
	padding: 0;
	padding: 14px 20px;
	border-radius: 100px;
	margin-bottom: 16px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	width: 100%;
	color: rgb(255 255 255 / 80%);
}
#search_visa::placeholder {
	color: #fff
}

.map-list__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 68px;
	margin-left: -16px;
	width: calc(100% + 32px);
	padding-left: 16px;
	padding-right: 16px;
	transition: all .2s ease;
}
.map-list__cell{
	font-size: 18px;
	width: 126px;
	color: #999;
	text-align: center;
}

.map-list__cell:nth-child(1){
	width: 92px;
}
.map-list__cell:nth-child(2){
	max-width: 360px;
	width: 100%;
}
.map-list__cell:last-child{
	width: 228px;
}

.map-list__head .map-list__cell{
	font-size: 14px;
	font-weight: 400;
}

.map-list__body .map-list__row{
	border-top: 1px solid #DEDEDE;
}
.map-list__cell:nth-child(1),
.map-list__cell:nth-child(2){
	text-align: left;
}
.map-list__body .map-list__cell:nth-child(1),
.map-list__body .map-list__cell:nth-child(2){
	font-size: 24px;
	display: flex;
	align-items: center;
	font-family: IowanOldStyleBTRoman, serif;
	line-height: 26px;
}
.map-list__body .map-list__cell:nth-child(2),
.map-list__body .map-list__cell:nth-child(3){
	color: #000;
}

.map-list__cell_9{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map-list__cell_9 svg{
	transform: rotate(-90deg);
	vertical-align: top;
}

.map-list__body .map-list__cell:nth-child(2) img{
	max-width: 24px;
	margin-right: 16px;
	margin-left: -40px;
}
.map-list__body .map-list__row:hover{
	background-color: #D8BA96;
}
.map-list__body.showVisas .map-list__row{
	padding: 0 36px;
}
.map-list__body a{
	font-size: 16px;
}
.map-list__body a,
.map-list__body .map-list__row:hover .map-list__cell{
	color: #000;
}

.map-list__visa{
	text-transform: capitalize;
/*	font-size: 14px;*/
text-align: right;
}

.articles-content_passport .map-list__cell_9{
	justify-content: flex-end;
}
.articles-content_passport .map-list__cell_9 .no-style:first-child{
	margin-right: 15px;
}

.showVisas .map-list__row:first-child{
	border-top: none;
}

.showVisas .map-list__cell:nth-child(2){
/*	max-width: calc(100% - 360px);*/
max-width: calc(100% - 320px);
}

.passports-map{
	margin-bottom: 60px;
}
.check_visa_link { 
	display: flex;
	width: 100%;
	height: 56px;
	border-radius: 32px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent;
	border: 1px solid #fff;
	letter-spacing: 0.5px;
	transition: 0.3s;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.check_visa_link:hover { 
	background: #fff;
	color: #13141A;
}
.block_select_visas_list {
	position: absolute;
	background-color: #fff;
	top: 85%;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0px 12px 24px 0px rgb(0 0 0 / 15%);
	border-radius: 28px;
	overflow: hidden;
	background: #ECECEB;
}
.select_post_block { 
	font-size: 18px;
	color: #13141A;
	text-transform: uppercase;
	border-bottom: none;
	padding: 15px 20px;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	transition: 0.5s;  
	cursor: pointer;
}
.block_custom_select_visas { 
	position: relative;
}
.block_select_visas_list > .select_post_block:hover {
	background: #C9A471;
	color: #fff;
}
.main_block_compare_table { 
	margin-top: 40px;
	display: flex;
/*	overflow: hidden;*/
z-index: 3;
margin-left: -14px;
margin-right: -14px;
width: calc(100% + 28px);
}
.left_block_info_compare {
	width: 25%;
	margin-top: 64px;
	padding-right: 8px;
}
/*.compare-row_parent{
	background-color: #111;
}*/
.left_block_info_compare > div { 
	width: 100%;
	height: 64px;
/*	background: rgb(255 255 255 / 5%);*/
font-size: 18px;
/*	color: rgb(255 255 255 / 80%);
	text-transform: uppercase;
	letter-spacing: 1px;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
/*	padding-left: 25px;*/
/*	border-right: 1px solid #8D8C87;*/
border-top: 1px solid #DEDEDE;
}
.left_block_info_compare{
	color: #6B6B6B;
}
/*.left_block_info_compare > div:nth-child(2n) { 
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}*/
.compare_contents { 
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 75%;
}
.compare_contents > .column_compare { 
	width: 100%;
	max-width: 33.33333%;
	padding-right: 8px;
}
.column_compare:nth-child(4){
	display: none !important;
}
.table_improve_cell_top_none{
	color: #999999;
}
.compare_contents > .column_compare > div { 
	width: 100%;
	height: 64px;
	border-top: 1px solid #DEDEDE;
/*	background: rgb(255 255 255 / 5%);*/
font-size: 18px;
/*	color: rgb(255 255 255 / 80%);*/
/*	text-transform: uppercase;*/
/*	letter-spacing: 1px;*/
display: flex;
align-items: center;
justify-content: center;
/*	border-right: 1px solid #8D8C87;*/
}
.compare_contents > .column_compare > .name_compare_country{
	justify-content: flex-start;
}
/*.compare_contents > .column_compare > div:nth-child(odd) { 
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}*/
/*.compare_contents > .column_compare > div:first-child { 
	background: #B3B2AF;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 76px;
	text-transform: uppercase;
	color: rgb(0 0 0 / 30%);
	font-size: 18px;
	padding-left: 24px;
	width: 100%;
	border-right: 1px solid #8D8C87;
}*/
/*.compare_contents > .column_compare:first-child > div:first-child { 
	border-radius: 32px 0 0;
}
.compare_contents > .column_compare:last-child > div:first-child { 
	border-radius: 0 32px 0 0;
}
.compare_contents > .column_compare:last-child > div { 
	border-right: 0
}*/
/*.left_block_info_compare > div:first-child {
	border-radius: 32px 0 0 0;
}*/
.input_block_select_visas { 
	position: relative;
}
.input_block_select_visas:after {
	content: " ";
	background: url(../img/arrow_search_visa.svg) no-repeat;
	width: 14px;
	height: 10px;
	display: block;
	position: absolute;
	top: 22px;
	right: 21px;
	transition: 0.5s;
}
.input_block_select_visas.active:after  {
	transform: rotate(180deg);
}

.input_block_select_county { 
	position: relative;
}
.input_block_select_county:after {
	content: " ";
	background: url(../img/arrow_select.svg) no-repeat;
	width: 14px;
	height: 10px;
	display: block;
	position: absolute;
	top: 22px;
	right: 21px;
	transition: 0.5s;
}
.input_block_select_county.active:after  {
	transform: rotate(45deg);
}

.map-list_simple{
	position: relative;
}

.showVisas{
	max-height: 345px;
	overflow: hidden;
}
.showVisas.expanded{
	max-height: 10000%;
}
.show-all{
	position: absolute;
	bottom: -60px;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 116px;
	cursor: pointer;

}

.ss-wrapper {
	overflow : hidden;
	height   : 100%;
	position : relative;
	z-index  : 1;
	float: left;
	width: 100%;
}

.ss-content {
	height          : 100%;
	width           : 110%;
	padding         : 0 4px 0 0;
	position        : relative;
	right           : 0px;
	overflow        : auto;
	-moz-box-sizing : border-box;
	box-sizing      : border-box;
}

.ss-scroll {
	position            : relative;
	background          : rgba(0, 0, 0, .1);
	width               : 9px;
	border-radius       : 4px;
	top                 : 0;
	z-index             : 2;
	cursor              : pointer;
	opacity: 0;
	transition: opacity 0.25s linear;
}

.ss-container:hover .ss-scroll {
	opacity: 1;
}

.ss-grabbed {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.submit_compare {
	width: 130px;
	height: 56px;
	background: #C9A471;
	color: #fff;
	border-radius: 32px;
	margin-left: 8px;
	letter-spacing: 0.5px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.submit_compare:hover {
	background: var(--color-button-hover);
}
.compare_group { 
	display: flex;
	align-items: center;
}
.search_block_visa #searchResults { 
	top: 120%;
	max-width: 453px;
}
/*.search_block_visa .input_block_select_county:after { 
	background: url(../img/arrow_search_visa.svg) no-repeat;
	top: 24px
}*/

.name_compare_country{
	position: relative;
}
.name_compare_country .close_compare{
	top: 20px;
}

.name_compare_country + div,
.name_compare_country,
.name_compare_country + .compare-row_parent,
.compare_contents > .column_compare > .name_compare_country.with_value { 
/*	background: #FAF9F6;
	display: flex;
	padding-top: 5px;
	justify-content: space-between;*/
	border-top: none!important;
}
.main_info_compare_title { 
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #F3F3F3;
	padding: 14px 16px;
	border-radius: 26px;
}
.name_compare_inside{
	top: auto;
}
.table-cell_hidden{
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.table_improve_cell_top_none{
	padding-left: 16px;
}
.close_compare{
	position: absolute;
	top: 22px;
	right: 16px;
}
.ico_country_compare {
	margin-right: 10px;
}
.ico_country_compare img { 
	max-width: 28px;
}
.name_compare_inside { 
	font-size: 18px;
	color: #13141A;
	position: relative;
}
.close_compare:after { 
	content: " ";
	background: url(../img/close_compare.svg) no-repeat center;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
}

.improve_destination{
	justify-content: space-between!important;
}

.info_country_imp .info_key{
	width: calc(100% - 38px);
	margin-left: 10px;
}
.info_country_imp .title_key{
	color: #000;
	font-size: 18px;
}
.info_country_imp .value_key{
	font-size: 14px;
	text-transform: capitalize;
}

.improve_destination span:last-child,
.impove_pass_rank span:last-child{
	color:#000;
}

.link_compare_county a { 
	font-size: 16px;
	text-decoration: underline;
	color: #000;
}
.link_compare_county a:hover{
	text-decoration: none;
}
.table_improve_cell_list_empty > div{
	justify-content: center!important;
}
.table_improve_cell_list_empty div:first-child{
	border-top: 0;
}
.button_show_hide_map { 
	transition: 0.5s
}
.button_show_hide_map.map_not_show { 
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: #2E2F34;
}
.map_not_show .ico_button_show_hide {
	background: rgba(255, 255, 255, 0.1);
}
.text_button_show_hide {
	width: 57%;
}
.button_show_hide_map_mobile { 
	display: none;
}
.map_not_show .text_button_show_hide { 
	color: rgba(250, 249, 246, 1);
}
.submit_improve {
	width: 130px;
	height: 56px;
	background: #C9A471;
	color: #fff;
	border-radius: 32px;
	margin-left: 8px;
	letter-spacing: 0.5px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.submit_improve:hover { 
	background: var(--color-button-hover);
}
.ico_country_improve {
	border-radius: 100px;
	object-fit: cover;
	width: 28px;
	height: 28px;
}
.table_improve_cell_top.with_value { 
/*	background: #FAF9F6;*/
display: flex;
/*	padding-top: 5px;*/
justify-content: space-between;
align-items: center;
position: relative;
}
.link_compare_county {
	display: flex;
	align-items: center;
	justify-content: center;
}


.filter_improve {
	width: fit-content;
}
.filter_improve .input_visa_wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.page_title.visa_page_title { 
	font-size: 116px;
}
.filter_visa {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filter_visa { 
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.5px;
}
.input_visa_wrap input[type="text"] {
	width: 453px;
	height: 56px;
	padding-left: 50px;
	border-radius: 200px;
	border: none;
	border: 1px solid rgb(255 255 255 / 12%);
	background: rgb(255 255 255 / 10%);
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.input_visa_wrap { 
	position: relative;
}
.form_group_filter_input:before { 
	content: " ";
	background: url(../img/map__lupa.svg) no-repeat;
	width: 14px;
	height: 13px;
	background-size: contain;
	display: block;
	position: absolute;
	top: 17px;
	left: 18px;
}
/*.form_group_filter_input:after { 
    content: " ";
    background: url(../assets/img/map__arrow_search_visa.svg) no-repeat;
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    top: 24px;
    right: 21px;
}*/
.form_group_filter_input { 
	position: relative;
}
.input_visa_wrap button[type="submit"] { 
	width: 130px;
	height: 56px;
	background: #C9A471;
	color: #fff;
	border-radius: 32px;
	margin-left: 8px;
	letter-spacing: 0.5px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: 0.3s;
}
.input_visa_wrap button[type="submit"]:hover { 
	background: var(--color-button-hover);
}
.table_improve_head { 
	display: flex;
	align-items: center;
}
.table_improve_head > div { 
	width: 33%;
	background: #B3B2AF; 
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 76px;
	text-transform: uppercase;
	color: rgb(0 0 0 / 30%);
	font-size: 18px;
	padding-left: 24px;
}
.table_improve_head > div:first-child { 
	border-radius: 32px 0 0 0;
}
.table_improve_head > div:last-child { 
	border-radius: 0 32px 0 0;
}
.table_improve {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -14px;
	margin-right: -14px;
	width: calc(100% + 28px);
/*	border-radius: 32px 32px 0 0;*/
overflow: hidden;
/*	border: 1px solid rgb(255 255 255 / 10%);*/
border-top: none;
/*	border-radius: 32px;*/
}
.table_improve .table-cell {
	width: 25%;
	padding-right: 8px;
/*	border-right: 1px solid #8A8986;*/
}
/*.table_improve .table-cell:last-child {
	border-right: 0
}*/
.improve_pass_list {
	margin-bottom: 60px;
	margin-top: 40px;
}
.name_compare_country{

}
.table_improve_cell_top { 
/*	background: #B3B2AF;*/
display: flex;
align-items: center;
justify-content: flex-start;
height: 72px;
/*	text-transform: uppercase;*/
/*	color: rgb(0 0 0 / 30%);*/
font-size: 18px;
/*	padding: 0 16px;*/

color: #999;
}
.table_improve_cell_list > div { 
	width: 100%;
	height: 64px;
/*	background: rgb(255 255 255 / 5%);*/
display: flex;
align-items: center;
justify-content: flex-start;
/*	padding-left: 25px;*/
border-top: 1px solid #DEDEDE;
padding: 8.5px 16px;
}
/*.table_improve_cell_list > div:nth-child(2n) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}*/
.table_improve_cell_list > div.link_compare_county { 
	justify-content: center;
	border-top: 0;
/*	padding-left: 0;*/
}
body.improve #content:before {
	z-index: 0;
	bottom: -76px;
	left: -66%;
	height: 854px;
	z-index: 0;
	background-size: cover;
}
body.improve #content:after {
	z-index: 0;
	bottom: 0%;
	height: 80%;
	right: 0;
	background-size: cover;
	background: url(../img/blue_post_gradient.webp) no-repeat;
}
body.visa_reqriments #content:before {
	z-index: 0;
	bottom: -5px;
	left: -60%;
	height: 854px;
	z-index: 0;
	background-size: cover;
}
#top_passports_listing.improve_page { 
	margin-top: 40px
}
.filter_map_right{
	position: absolute;
	bottom: 32px;
	right: 32px;
}
#block_map { 
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.15) 100%);
	border: 1px solid rgb(255 255 255 / 40%);
	border-radius: 32px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}
#block_map img.map_obj { 
	display: block;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
}
.block_map_filter { 
	border-top: 1px solid rgb(255 255 255 / 40%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.15) 100%);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0 0 32px 32px;
}
.filter_map_left ul { 
	display: flex;
	align-items: center;
	list-style: none;
}
.filter_map_left ul li { 
	width: 100%;
	margin-right: 8px;
}
.filter_map_left ul li a { 
	border: 1px solid rgb(255 255 255 / 40%);
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.5px;
	border-radius: 200px;
	text-transform: uppercase;
	background: #FAF9F6;
	width: 100%;
	transition: 0.5s;
	padding: 0 21px;
	text-wrap: nowrap;
	font-size: 18px;
	color: #13141A;
}

.filter_map_left ul li a:after { 
	content: " ";
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.04767 3.13088L1.87526 10.3033L0.696744 9.12479L7.86916 1.95237L1.54763 1.95237L1.54763 0.285959H10.7141V9.45242L9.04767 9.45242V3.13088Z' fill='black' fill-opacity='0.5'/%3E%3C/svg%3E");
	width: 11px;
	height: 11px;
	margin-left: 10px;
	transition: 0.5s;
}
.filter_map_left ul li a.active { 
	background: #C9A471;
	color: #fff;
	border: 1px solid #C9A471;
}
.filter_map_left ul li a.active:after { 
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.04767 3.13088L1.87526 10.3033L0.696744 9.12479L7.86916 1.95237L1.54763 1.95237L1.54763 0.285959H10.7141V9.45242L9.04767 9.45242V3.13088Z' fill='white' fill-opacity='1'/%3E%3C/svg%3E");
}
.filter_map_left ul li a:hover {
	background: #C9A471;
	color: #fff;
	border: 1px solid #C9A471;
}
.filter_map_left ul li a:hover:after { 
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.04767 3.13088L1.87526 10.3033L0.696744 9.12479L7.86916 1.95237L1.54763 1.95237L1.54763 0.285959H10.7141V9.45242L9.04767 9.45242V3.13088Z' fill='white' fill-opacity='1'/%3E%3C/svg%3E");
}
.button_control_map_plugin {
	display: flex;
	align-items: center;
}
.button_minus_map { 
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 100px;
	margin-right: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	border: 1px solid #323232;
}
.button_plus_map {
	width: 48px;
	height: 48px;
	background: #FAF9F6;
	border-radius: 100px;
	cursor: pointer;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	border: 1px solid #323232;
}
.button_minus_map:after { 
	content: " ";
	background: url(../img/map__minus.svg) no-repeat center;
	width: 16px;
	height: 4px;
	display: block;
}
.button_plus_map:after { 
	content: " ";
	background: url(../img/map__plus.svg) no-repeat center;
	width: 16px;
	height: 16px;
	display: block;
}
.button_plus_map:hover, .button_minus_map:hover {
	background: #C9A471;
	color: #fff;
}

#svg_map_main_block{
	vertical-align: top;
}
.map_name_country_label {
	position: absolute;
	top: 36%;
	right: 0;
	left: 42%;
	margin: auto;
	background: url(../img/map__label.svg) no-repeat;
	height: 46px;
}
.text_label_map {
	display: flex;
	align-items: center;
	margin-top: 4px;
	margin-left: 6px;
}
.text_label_map img { 
	display: block;
	margin-right: 4px
}
.text_label_map span { 
	text-transform: uppercase;
	font-size: 12px;
	color: #13141A;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.button_show_hide_map {
	width: 260px;
	background: #fff;
	border-radius: 100px;
	height: 91px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 11px;
	cursor: pointer;
}
.text_button_show_hide { 
	font-size: 18px;
	text-transform: uppercase;
	color: #13141A;
	font-weight: 500;
	width: 53%;
	text-align: right;
	letter-spacing: 0.5px;
	margin-top: -2px;
}
.ico_button_show_hide { 
	width: 71px;
	height: 71px;
	background: #C9A471;
	border-radius: 100px;
	margin-right: 10px;
	position: relative;
	transition: 0.5s;
}
.button_show_hide_map:hover .ico_button_show_hide { 
	background: #d8ba96;
}

.ico_button_show_hide:after { 
	content: " ";
	position: absolute;
	background: url(../img/map__pass_ico.svg) no-repeat;
	width: 77px;
	height: 85px;
	left: 21px;
	top: 21px;
	background-size: 28px;
}
.form_group_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filter_passport_page {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.filter_passport_right {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.filter_passport_right span { 
	color: rgb(255 255 255 / 80%);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(255 255 255 / 80%);
	transition: 0.5s;
}
.filter_passport_right:after { 
	content: " ";
}
.filter_passport_right:before { 
	content: " ";
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.42038 4.87305L8.56051 5.75195L5.33121 2.46094L5.32166 20H4.09873L4.10828 2.43164L0.859873 5.75195L0 4.87305L4.71019 0.0585938L9.42038 4.87305ZM17.1306 14.248L18 15.127L13.2898 19.9414L8.57006 15.127L9.43949 14.248L12.6688 17.5488L12.6592 0H13.8822L13.8917 17.5586L17.1306 14.248Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	width: 18px;
	height: 20px;
	display: block;
	margin-right: 12px;
	transition: 0.5s;
}
.filter_passport_right:hover:before { 

	background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.42038 4.87305L8.56051 5.75195L5.33121 2.46094L5.32166 20H4.09873L4.10828 2.43164L0.859873 5.75195L0 4.87305L4.71019 0.0585938L9.42038 4.87305ZM17.1306 14.248L18 15.127L13.2898 19.9414L8.57006 15.127L9.43949 14.248L12.6688 17.5488L12.6592 0H13.8822L13.8917 17.5586L17.1306 14.248Z' fill='%23C9A471' fill-opacity='1'/%3E%3C/svg%3E%0A");
}
.filter_passport_right:hover span {
	color: #C9A471;
	border-bottom: 1px solid #C9A471;
}

.block_country_pass_page { 
	background: rgb(255 255 255 / 10%);
	border: 1px solid rgb(255 255 255 / 40%);
	border-radius: 20px;
	padding: 11px 24px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	transition: 0.5s;
}
.name_country_pass_page { 
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 43%;
	padding-right: 29px;
	position: relative;
	transition: 0.5s;
}
.block_info_country_pass_page { 
	display: flex;
	align-items: center;
}
.ico_country img { 
	width: 28px;
	height: 28px;
	display: block;
	margin-right: 12px;
}
.name_county { 
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.5px;
	transition: 0.5s;
}
.name_county a { 
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: 0.5s;
}
.block_country_pass_page:hover .name_county a { 
	color: #13141A;
}
.pass_rank_ico { 
	font-size: 12px;
	color: rgb(255 255 255 / 80%);
	text-transform: uppercase;
	margin-top: 4px;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	transition: 0.5s;
}
.pass_rank_ico:before { 
	content: " ";
	width: 10px;
	height: 10px;
	background: #C9A471;
	display: block;
	border-radius: 100px;
	margin-right: 5px;
}
.pass_rank_button { 
	background: rgb(255 255 255 / 10%);
	border: 1px solid rgb(255 255 255 / 40%);
	padding: 4px 12px;
	display: flex;
	align-items: center;
	border-radius: 100px;
	min-width: 152px;
	cursor: pointer;
}
.pass_rank_title { 
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(255 255 255 / 80%);
	margin-right: 8px;
}
.pass_rank_number {
	display: flex;
	align-items: center;
}
.pass_rank_number {
	color: #fff;
	font-size: 18px;
}
.pass_rank_th {
	font-size: 12px;
	color: rgb(255 255 255 / 80%);
	margin-left: 2px;
	position: relative;
	top: -3px;
}
.block_descr_page > div:first-child { 
	font-size: 18px;
	color: #fff;
	margin-bottom: 1px;
	transition: 0.5s;
}
.block_descr_page > div:last-child { 
	font-size: 12px;
	color: rgb(255 255 255 / 80%);
	display: flex;
	align-items: center;
	transition: 0.5s;
}
.description_country_page { 
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 40%;
	padding: 0 25px;
	position: relative;
}
.visa_req { 
	width: 10%;
	padding: 0 22px;
	position: relative;
}
.compare_pass_page {
	width: 6%;
	position: relative;
	margin-right: -12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.visa_req > div:first-child { 
	font-size: 18px;
	color: #fff;
	margin-bottom: 1px;
	transition: 0.5s;
}
.visa_req > div:last-child { 
	font-size: 12px;
	color: rgb(255 255 255 / 80%);
	transition: 0.5s;
}
.compare_pass_page a { 
	font-size: 12px;
	color: rgb(255 255 255 / 50%);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
	transition: 0.5s;
}
.list_country_page_passport { 
	margin-bottom: 150px;
}
.name_country_pass_page:after { 
	content: " ";
	width: 1px;
	height: 130%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 54.5%, rgba(0, 0, 0, 0) 100%);
	margin-top: -9px;
	margin-bottom: -10px;
	position: absolute;
	right: 0;
	top: 0;
}
.description_country_page:after { 
	content: " ";
	width: 1px;
	height: 130%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 54.5%, rgba(0, 0, 0, 0) 100%);
	margin-top: -9px;
	margin-bottom: -10px;
	position: absolute;
	right: 0;
	top: 0;
}
.visa_req:after { 
	content: " ";
	width: 1px;
	height: 130%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 54.5%, rgba(0, 0, 0, 0) 100%);
	margin-top: -9px;
	margin-bottom: -10px;
	position: absolute;
	right: 0;
	top: 0;
}
i.info_block:after { 
	display: block;
	content: " ";
	background: url(../img/i.svg) no-repeat;
	width: 10px;
	height: 11px;
	margin-left: 4px;
}
.list_country_page_passport .block_country_pass_page:first-child .pass_rank_button { 
	background: #d8ba96;
	border: 1px solid #d8ba96;
}
.list_country_page_passport .block_country_pass_page:nth-child(2) .pass_rank_button { 
	background: #d8ba96;
	border: 1px solid #d8ba96;
}
.list_country_page_passport .block_country_pass_page:nth-child(3) .pass_rank_button { 
	background: #d8ba96;
	border: 1px solid #d8ba96;
}
body.passport_page:before { 
	z-index: 0;
	bottom: auto;
	left: -60%;
	height: 100%;
	z-index: 0;
	top: -43px;
	width: 100%;
	position: absolute;
	background: url(../img/orange_post_gradient.webp) no-repeat;
	background-size: contain;
}
body.passport_page #content:after {
	content: " ";
	width: 100%;
	background-size: cover;
	position: absolute;
	z-index: 0;
	bottom: auto;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	background: url(../img/blue_post_gradient.webp) no-repeat;
	width: 50%;
	background-size: contain;
}
body.archive.post-type-archive-visas:before { 
	background-position: center;
	min-height: 100%;
	background-size: cover;
}
body.visas-template-default #content:after  { 
	display: none;
}
.list_country_page_passport > .block_country_pass_page:nth-last-child(-n+3) { 
	opacity: 0.5;
}
.list_country_page_passport > .block_country_pass_page:nth-last-child(-n+2) { 
	opacity: 0.3;
}
.list_country_page_passport > .block_country_pass_page:nth-last-child(-n+1) { 
	opacity: 0.1;
}
.block_country_pass_page:hover { 
	background: #fff;
}
.block_country_pass_page:hover .name_county { 
	color: #13141A;
}
.block_country_pass_page:hover .pass_rank_ico { 
	color: rgb(0 0 0 / 50%);
}
.block_country_pass_page:hover .block_descr_page > div:first-child {
	color: #13141A;
}
.block_country_pass_page:hover .block_descr_page > div:last-child {
	color: rgb(0 0 0 / 50%);
}
.block_country_pass_page:hover .visa_req > div:first-child { 
	color: #13141A;
}
.block_country_pass_page:hover .visa_req > div:last-child { 
	color: rgb(0 0 0 / 50%);
}
.block_country_pass_page:hover .compare_pass_page a { 
	color: rgb(0 0 0 / 50%);
	border-bottom: 1px solid rgb(0 0 0 / 50%);
}
.block_country_pass_page .compare_pass_page a:hover { 
	color: #d8ba96;
	border-bottom: 1px solid #d8ba96;
}
.mobile_filter_map {
	display: none;
}
.compare_pass_title_group { 
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_country_page_passport > .block_country_pass_page:first-child,
.list_country_page_passport > .block_country_pass_page:nth-child(2),
.list_country_page_passport > .block_country_pass_page:nth-child(3),
.list_country_page_passport > .block_country_pass_page:nth-child(4),
.list_country_page_passport > .block_country_pass_page:nth-child(5) {
	opacity: 1;
}
body.post-type-archive-passports:before { 
	background-position: 90% 80%;
	background-size: cover;
}

.table_improve_cell_list > div.pass_rank.impove_pass_rank { 
	justify-content: space-between;
/*	padding-right: 25px;*/
}
.table_improve_cell_list{
	font-size: 18px;
	color: #6B6B6B;
}
/*.table_improve_cell_list > div.pass_rank.impove_pass_rank > span:first-child { 
/*	color: rgba(255, 255, 255, 0.5);*
	font-size: 14px;
/*	text-transform: uppercase;*
}
.table_improve_cell_list > div.pass_rank.impove_pass_rank > span:last-child { 
	font-size: 24px;
	color: #fff;
}
.table_improve_cell_list > div.improve_destination {
	justify-content: space-between;
	padding-right: 25px;
}
.table_improve_cell_list > div.improve_destination > span:first-child { 
/*	color: rgba(255, 255, 255, 0.5);*
	font-size: 14px;
/*	text-transform: uppercase;*
}
.table_improve_cell_list > div.improve_destination > span:last-child { 
	font-size: 24px;
	color: #fff;
}*/
.selectContinent {
	fill: rgba(201, 164, 113, 1)
}

.passport-preview{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
/*	align-items: top;*/
}
.passport-preview__title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.passport-preview__links{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

.passport-preview__description{
	width: 348px;
	padding-right: 16px;
}
.passport-preview__text{
	text-align: left;
	font-family: IowanOldStyleBTRoman, serif;
	font-size: 18px;
	color: #6B6B6B;
}

.selected_item { 
	position: absolute;
	top: 54px;
	left: 349px;
	display: flex;
/*    background: rgba(250, 249, 246, 1);*/
background: #fff;
box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.32);
border-radius: 32px;
/*    overflow: hidden;*/
}
.selected_photo img { 
	max-width: 112px;
	max-height: 160px;
	border-radius: 12px;
	display: inline-block;
/*    width: 214px;
    height: 308px;
    display: block;
    border-radius: 11px;
    margin-left: -2px;
    object-fit: cover;*/
}
.selected_text_content { 
	background: rgba(250, 249, 246, 1);
	padding-left: 20px;
	padding-top: 30px;
	height: 291px;
	margin-top: 4px;
	margin-right: 25px;
}
.selected_top_name_country { 
	margin-right: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}
.name_country_selected { 
/*    font-size: 49px;
    font-weight: 500;
    color: rgba(19, 20, 26, 1);
    text-transform: uppercase;
    margin-bottom: 0;*/
    font-size: 40px;
    font-family: IowanOldStyleBTRoman, serif;
    text-align: left;
}

.passport-preview__links .btn-white{
	border: 1px solid #050505;
}

.ico_country_selected img { 
	max-width: 48px;
	border-radius: 100px;
	margin-right: 10px;
	vertical-align: top;
}
.selected_bottom_list_option { 
	display: flex;
}
.selected_bottom_list_option > div { 
	border: 1px solid rgba(231, 230, 228, 1);
	padding: 12px;
	border-radius: 16px;
	margin-right: 10px;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100px;
}
.title_selected_op { 
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.value_selected_op { 
	font-size: 32px;
	color: rgba(19, 20, 26, 1);
	text-align: right;
}
.selected_wrap_link { 
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 24px;
}
.selected_link_post { 
/*    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 20px;*/
}
.selected_compare { 
/*    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
}
.close_pass {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -60px;
	cursor: pointer;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 12px 24px 0px rgb(0 0 0 / 12%);
	transition: opacity .2s ease;
}
.close_pass:hover{
	opacity: 0.8;
}

.main_block_map_mob #svg_map_main_block {
	width: 100%
}
.main_block_map_mob .selected_item { 
	display: none!important;
}
.main_block_map_mob #block_map {
	background: none;
	border: none;
	border-radius: 0;
	margin-bottom: 122px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.evisa_color { 
	fill: #E1CCB0;
}
.visa_required_color { 
	fill: #4C381D;
}
.visa_on_arrival_color { 
	fill: #C9A471;
}
.visa_free { 
	fill: #98703A;
}
.block_listing_inside { 
	padding: 24px;
}
.info_block_listing_county { 
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	justify-content: space-between;
	padding: 18px 16px;
	margin-bottom: 8px;
}
.block_listing_inside .title_listing_country { 
	display: flex;
	align-items: center;
}
.block_listing_inside .title_listing_country img { 
	width: 20px;
	height: 20px;
	object-fit: cover;
	margin: 0;
	margin-right: 10px;
}
.block_listing_inside .title_key {
	font-size: 16px;
	letter-spacing: 0.5px;
}
.list_county_passport_inside {
	display: none;
}
.list_button_filter_mob.mobile_filter_class_color { 
	display: none;
}


.passport-exceprt{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 48px;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}
.passport-exceprt::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.80) 48.55%);
}

.passport-exceprt__top,
.passport-exceprt__bottom{
	position: relative;
	z-index: 1;
}

.passport-exceprt__top{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.passport-exceprt__top .name_country_selected{
	color: #fff;
	font-size: 72px;
}
.passport-exceprt__top .ico_country_selected img{
	max-width: 64px;
	max-height: 64px;
	margin-right: 16px;
}
.passport-preview__title{
	margin-bottom: 0;
}
.passport-exceprt__score{
	margin-bottom: 16px;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
	font-family:IowanOldStyleBTRoman,serif;
}

.passport-exceprt__description{
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
}

.passport-exceprt__description p{
	margin-bottom: 0;
}

.passport-exceprt__right{
	width: 350px;
}
.passport-exceprt__right img{
	width: 100%;
	vertical-align: top;
	border-radius: 24px;
}
.passport-exceprt__left{
	width: calc(100% - 395px);
}

.passport-exceprt__bottom{
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.5);
}

.passport-exceprt__bottom .small-number__top{
	color: #fff;
	font-size: 40px;
}
.passport-exceprt__bottom .small-number__top span{
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}

.passport-exceprt__numbers{
	width: calc(20% - 60px);
	border-right: 1px solid #4a4a4a;
	padding-left: 16px;
}
.passport-exceprt__numbers_6{
	width: 296px;
	border-right: none;
	display: flex;
	justify-content: flex-end;
	padding-left: 0;
}
.passport-exceprt__buttons{
	width: 264px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.passport-exceprt__buttons .btn{
	min-width: 124px;
}

.article-subheading{
	color: #999999;
	margin-top: -10px;
	margin-bottom: 36px!important;
}

.newsletter__form{
	margin-bottom: 65px;
}

.newsletter__fields{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1060px;
	margin: auto;
	gap: 20px;
}

.newsletter__fields .infusion-recaptcha{
	min-width: 153px;
}

#faq_post_content {
	margin-top: 110px;
	margin-bottom: 72px;
}

.faq_title_left { 
	font-size: 48px;
	color: #fff;
	line-height: 1.25;
	margin-right: 6%;
	width: 30%;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.faq_hidden_content { 
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 18px;
	color: #6B6B6B;
	line-height: 1.4;
	height: auto;
	max-width: calc(100% - 60px);
}
.faq_hidden_content.active { 
	max-height: 1000px;
}
.faq_line {
	border-bottom: 1px solid #DEDEDE;
	width: 100%;
	padding: 36px 0;
	cursor: pointer;
	min-height: 98px;
}
.faq_content {
	width: 70%;
	position: relative;
	z-index: 2
}
.faq_title { 
/*    color: #fff;*/
font-family:IowanOldStyleBTRoman,serif;
font-size: 24px;
position: relative;
transition: 0.3s;
position: relative;
z-index: 2;
}
.faq_title:after { 
	content: " ";
	width: 36px;
	height: 36px;
	background: url("../img/faq__plus.svg");
	display: block;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	border-radius: 100px;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	transition: all .2s ease;
}
/*.faq_line.active { 
    background: #FAF9F6;
}*/
.faq_line.active .faq_title { 
	color: #04324B;
	margin-bottom: 16px;
}
/*.faq_line.active .faq_title:after { 
    background: #C9A471 url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6.85714H9.14286V0H6.85714V6.85714H0V9.14286H6.85714V16H9.14286V9.14286H16V6.85714Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}*/

.faq_line.active .faq_title:after{
	transform: rotate(45deg);
}

.small-number__top{
	font-family:IowanOldStyleBTRoman,serif;
}

.small-number__bottom{
	line-height: 1;
}


.block_repeater_quality{
	border-radius: 24px;
	background-color: #F3F3F3;
	padding: 32px;
	width: 100%;
	margin-top: 24px;
}
.top_line_repeater_q{
	display: flex;
	align-items: center;
}
.top_line_repeater_q .title_q{
	font-size: 24px;
	color: #000;
	font-family:IowanOldStyleBTRoman,serif;
}
.top_line_repeater_q .option_q{
	font-size: 16px;
	margin-left: 16px;
	color: #fff;
	border-radius: 20px;
	background-color: #CBA272;
	text-align: center;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
}

.bottom_line_repeater_q{
	font-size: 18px;
	color: #6B6B6B;
	margin-top: 12px;
	text-align: justify;
}

/*@media only screen and (min-width: 1440px){
	.passport-exceprt{
		width: 1440px;
		margin-left: -48px;
	}
}*/

.repeater_quality + .wp-block-heading{
	margin-top: 144px;
}

.container_passport{
	padding: 0 !important;
	max-width: 1440px;
}

.passport-divider{
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
	margin-top: 72px;
	margin-bottom: 72px;
}
.passport-divider_list{
	margin-top: 36px;
	margin-bottom: 36px;
}

.passport-stars{
	margin-bottom: 36px;
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: -28px;
}
.passport-stars__item{
	width: 100%;
	max-width: 238px;
	padding-left: 28px;
}
.passport-stars__item+.passport-stars__item{
	border-left: 1px solid #DEDEDE;
}
.passport-stars__top{
	width: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.passport-stars__number{
	width: 28px;
	text-align: left;
	font-size: 32px;
	font-family:IowanOldStyleBTRoman,serif;
	color: #000;
	line-height: 1;
}
.passport-stars__stars{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 28px);
}
.passport-stars__star{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #F1E7DA;
}
.passport-stars__star_active{
	background-color: #D8BA96;
}
.passport-stars__bottom{
	width: 100%;
	margin-top: 4px;
	font-size: 16px;
	color: #999;
}

.passport-cols{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.passport-cols__col{
	width: 409px
}
.passport-cols__col+.passport-cols__col{
	width: calc(100% - 481px);
}
.passport-cols__content{
	display: none;
}
.passport-cols__content_active{
	display: block;
}

.passport-stars_reverse .passport-stars__item{
	display: flex;
	flex-direction: column-reverse;
}
.passport-stars_reverse .passport-stars__top{
	width: 100%;
}
.passport-stars_reverse .passport-stars__number{
	margin-top: 4px;
	width: 100%;
}

.passport-stars_reverse{
	margin-left: -14px;
}

.passport-stars_reverse .passport-stars__item{
	padding-left: 14px;
}

/*.passport-stars + .wp-block-heading{
	margin-top: 36px;
}*/

.diagram{
	max-width: 409px;
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	background: url(../img/diagram_bg.svg) no-repeat center / contain;
}
.diagram__body{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.diagram__part{
	width: 50%;
	height: 50%;
	position: relative;
	overflow: hidden;
	padding: 16px 10px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

/* before = horizontal, after = vertical */
.diagram__part::before,
.diagram__part::after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #050505;
	opacity: 0.05;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.diagram__part::after{
	height: 100%;
	width: 1px;
	right: 0;
	left: auto;
}

.diagram__part_2::after,
.diagram__part_4::after{
	right: auto;
	left: 0;
}
.diagram__part_3::before,
.diagram__part_4::before{
	bottom: auto;
	top: 0;
}

.diagram__title{
	color: #999999;
	font-size: 16px;
	display: block;
	width: 100%;
}
.diagram__number{
	font-size: 32px;
	color: #000;
	line-height: 1.1;
	display: block;
	width: 100%;
	font-family:IowanOldStyleBTRoman,serif;
}
.diagram__part_3,
.diagram__part_4{
	flex-direction: column-reverse;
}
.diagram__part_2,
.diagram__part_4{
	text-align: right;
}

.diagram__area{
	width: 146px;
	height: 146px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.diagram__part_2 .diagram__area,
.diagram__part_4 .diagram__area{
	right: auto;
	left: 0;
}

.diagram__part_3 .diagram__area,
.diagram__part_4 .diagram__area{
	bottom: auto;
	top: 0;
}

.diagram__circle{
	width: 200%;
	height: 200%;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 50%;
	background: url(../img/diagram_inner-bg.svg) no-repeat center center, #F1E7DA;
	border: 4px solid #CBA272;
	transform-origin: center;
	opacity: 0.8;
	transition: opacity .2s ease;
}

.diagram__part:hover .diagram__circle{
	opacity: 1;
}

.diagram__part_active .diagram__circle{
	opacity: 1;
}

.diagram__circle_1{
	width: 72.43px;
	height: 72.43px;
	top: 109.49px;
	left: 109.49px;
}
.diagram__circle_2{
	width: 127.18px;
	height: 127.18px;
	top: 82.12px;
	left: 82.12px;
}
.diagram__circle_3{
	width: 182.16px;
	height: 182.16px;
	top: 54.63px;
	left: 54.63px;
}
.diagram__circle_4{
	width: calc(200% - 54.63px);
	height: calc(200% - 54.63px);
	top: 27.81px;
	left: 27.81px;
}

.diagram__part_2 .diagram__circle_5,
.diagram__part_4 .diagram__circle_5{
	right: 0;
	left: auto;
}
.diagram__part_3 .diagram__circle_5,
.diagram__part_4 .diagram__circle_5{
	bottom: 0;
	top: auto;
}

.diagram__part_2 .diagram__circle_4,
.diagram__part_4 .diagram__circle_4{
	right: 27.81px;
	left: auto;
}
.diagram__part_3 .diagram__circle_4,
.diagram__part_4 .diagram__circle_4{
	bottom: 27.81px;
	top: auto;
}

.diagram__part_2 .diagram__circle_3,
.diagram__part_4 .diagram__circle_3{
	right: 54.63px;
	left: auto;
}
.diagram__part_3 .diagram__circle_3,
.diagram__part_4 .diagram__circle_3{
	bottom: 54.63px;
	top: auto;
}

.diagram__part_2 .diagram__circle_2,
.diagram__part_4 .diagram__circle_2{
	right: 82.12px;
	left: auto;
}
.diagram__part_3 .diagram__circle_2,
.diagram__part_4 .diagram__circle_2{
	bottom: 82.12px;
	top: auto;
}

.diagram__part_2 .diagram__circle_1,
.diagram__part_4 .diagram__circle_1{
	right: 109.49px;
	left: auto;
}
.diagram__part_3 .diagram__circle_1,
.diagram__part_4 .diagram__circle_1{
	bottom: 109.49px;
	top: auto;
}

.compare_top_group{
	display: none;
}

.searchTable{
	position: relative;
}

.row-selector{
	width: calc(25% - 8px);
	position: absolute;
	top: 4px;
	left: 0;
}
.row-selector__button{
	align-items: center;
	height: 56px;
	background-color: #F3F3F3;
	border-radius: 28px;
	padding: 0 50px 0 16px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	transition: all .2s ease;
}
.row-selector__button::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 16px;
	right: 16px;
	background: url(../img/param__arrow.svg) no-repeat center;
	transition: all .3s ease;
}
.row-selector__number{
	display: inline-block;
	width: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	background-color: #CBA272;
	border-radius: 50%;
	text-align: center;
}
.row-selector__list{
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	background: #F3F3F3;
	padding: 18px;
	border-radius: 32px;
	box-shadow: 0px 12px 24px 0px rgb(0 0 0 / 15%);
	max-height: 420px;
	overflow: hidden scroll;
}
.row-selector_active .row-selector__list{
	display: block;
}
.row-selector_active .row-selector__button,
.row-selector__button:hover{
	background-color: #F1E7DA;
}
.row-selector_active .row-selector__button::after{
	transform: rotate(-180deg);
}

.row-selector__item{
	height: 49px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #050505;
	font-size: 18px;
	cursor: pointer;
	transition: color .2s ease;
}
.row-selector__checker{
	width: 28px;
	height: 28px;
	margin-right: 11px;
	border-radius: 8px;
	border: 1px solid #7D7D7D;
	transition: all .2s ease;
}

.map-list__image{
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden;
	margin-right: 16px;
	margin-left: -40px;
	border-radius: 50%;
}
.map-list__image img{
	border-radius: 0!important;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	max-width: 1000%!important;
	margin: 0 !important;
	transform: translate3d(-50%, 0, 0);
}

.map-list_simple .map-list__head .map-list__row{
	justify-content: flex-start;
}

.row-selector__item_child{
	padding-left: 27px;
}

.row-selector__item_checked .row-selector__checker{
	background: url(../img/filter_check.svg) no-repeat center, #CBA272;
	border-color: #CBA272;
}
.row-selector__item:hover{
	color: #CBA272;
}
.row-selector__item:hover .row-selector__checker{
	border-color: #CBA272;
}

.left_block_info_compare > div.compare-row_child,
.compare_contents > .column_compare > div.compare-row_child{
	display: none;
}

@media only screen and (max-width: 1199px){

	.compare_contents > .column_compare{
		border-right: 1px solid #F7F7F7;
		padding-right: 0;
	}
	.left_block_info_compare{
		border-right: 1px solid #DEDEDE;
		padding-right: 0;
	}
	.left_block_info_compare > div,
	.compare_contents > .column_compare > div{
		border-color: #f7f7f7;
	}

	.table_improve{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.table_improve .table-cell{
		padding-right: 0;
		border-right: 1px solid #F7F7F7;
	}
	.table_improve .table-cell:last-child{
		border: none;
	}
	.table_improve_cell_list > div{
		border-color: #f7f7f7;
	}
	.table_improve_cell_top{
		height: 56px;
	}

	.info_country_imp .title_key{
		font-size: 16px;
	}
	.table_improve_cell_list > div{
		padding-left: 10px;
		padding-right: 10px;
	}
	.improve_pass_list{
		margin-left: -24px;
		margin-right: -24px;
		width: calc(100% + 48px);
	}
	.main_info_compare_title{
		border-radius: 0;
	}

	.passport-exceprt__top .name_country_selected{
		font-size: 48px;
	}
	.small-number__bottom{
		font-size: 14px;
	}

	.map-list__body .map-list__cell:nth-child(1){
		min-width: 74px;
	}

	.map-list__cell:nth-child(2){
		max-width: 200px;
	}
	.close_compare{
		top: 16px;
	}
	.compare_contents > .column_compare:nth-child(3){
		border-right:0;
	}

}


@media only screen and (max-width: 1024px){

	.row-selector{
		position: relative;
		width: 348px;
		max-width: 100%;
		top: auto;
		left: auto;
		margin-bottom: 30px;
		z-index: 1;
	}
	.selector-wrapper{
		width: 100%;
	}
	.main_block_compare_table{
		flex-wrap: wrap;
	}

	.compare_contents > .column_compare > div{
		font-size: 14px;
	}

	.main_block_compare_table{
		width: calc(100% + 38px);
	}

	.left_block_info_compare{
		width: 140px;
	}
	.compare_contents > .column_compare{
		min-width: 230px;
	}

	.compare_contents{
		width: calc(100% - 140px);
		overflow: scroll hidden;
	}

	.info_country_imp .title_key{
		font-size: 14px;
	}
	.table_improve_cell_list > div{
		min-width: 56px;
		height: auto;
	}
	.passport-exceprt__top .name_country_selected{
		font-size: 44px;
	}
	.passport-exceprt__score{
		font-size: 20px;
	}
	.passport-exceprt__description{
		font-size: 16px;
	}
	.passport-exceprt__right{
		max-width: 210px;
	}
	.passport-exceprt{
		padding-left: 16px;
		padding-right: 16px;
	}
	.passport-exceprt__bottom .small-number__top{
		font-size: 32px;
	}
	.passport-exceprt__bottom .small-number__top span{
		font-size: 14px;
	}

	.table_improve{
		overflow: scroll hidden;
		flex-wrap: nowrap;
	}
	#pseudo-cell{
		display: none;
	}

	.table_improve .table-cell {
		min-width: 30%;
		width: 100%;
	}

	.newsletter__fields{
		flex-wrap: wrap;
		justify-content: center;
	}
	.newsletter__fields input{
		width: calc(33.333% - 14px);
	}
	.newsletter__fields button{
		width: 50%;
	}

	#faq {
		flex-wrap: wrap;
		margin-top: 110px;
		padding-bottom: 60px;
	}
	.faq_title_left {
		margin-right: 0%;
		width: 100%;
		margin-bottom: 60px;
	}
	.faq_content {
		width: 100%;
		position: relative;
		z-index: 2;
	}

	.map-list__cell:nth-child(4),
	.map-list__cell:nth-child(5),
	.map-list__cell:nth-child(6),
	.map-list__cell:nth-child(7),
	.map-list__cell:nth-child(8){
		display: none;
	}
	.map-list{
		max-width: 580px;
		margin: auto;
	}
	.map-list__body .map-list__cell:nth-child(1), .map-list__body .map-list__cell:nth-child(2){
		font-size: 20px;
	}
	.do-row_map .do-item__head.explore-content__head img{
		z-index: 1;
		position: relative;
	}

	#svg_map_main_block{
		height: 320px;
		width: 100%;
	}

	.map-list__row{
		width: 100%;
	}

	.passports-map .map-section + .container{
		padding: 0;
	}

	#svg-pan-zoom-controls { 
		display: none!important;
	}
	.selected_item {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		background: rgba(250, 249, 246, 1);
		box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.32);
		border-radius: 32px;
		overflow: hidden;
		bottom: auto;
		z-index: 9;
		height: 100%;
		border-radius: 32px 32px 0 0;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.selected_photo {
		padding-top: 15px;
/*    height: 320px;*/
margin-bottom: 20px;
height: auto;
text-align: center;
}
.selected_photo img { 
/*    width: 100%;*/
/*    height: 100%;*/
border-radius: 11px;
max-width: 100%;
max-height: 35vh;
}
.selected_text_content {
	background: rgba(250, 249, 246, 1);
	padding-left: 20px;
	padding-top: 0;
	height: auto;
	margin-top: 4px;
	margin-right: 25px;
}
.selected_top_name_country {
	margin-right: 0;
	display: flex;
	align-items: center;
	margin-bottom: 21px;
	justify-content: center;
}
.name_country_selected {
	font-size: 24px;
	margin-bottom: 0;
}


.selected_bottom_list_option > div {
	border: 1px solid rgba(231, 230, 228, 1);
	padding: 12px;
	border-radius: 16px;
	margin-right: 10px;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100px;
	background: rgba(231, 230, 228, 1);
}

.selected_link_post {
	font-size: 18px;
	font-weight: 500;
/*    color: #fff;*/
text-transform: uppercase;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
margin-right: 0;
width: 100%;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
/*    background: rgba(201, 164, 113, 1);*/
border-radius: 32px;
}
.selected_improve,
.selected_compare {
	font-size: 18px;
	font-weight: 500;
/*    color: rgba(0, 0, 0, 0.3);*/
text-transform: uppercase;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
height: 56px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(141, 140, 135, 1);
border-radius: 32px;
margin-top: 9px;
}
.selected_wrap_link {
	flex-wrap: wrap;
}

.close_pass {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: auto;
	left: auto;
	cursor: pointer;
}

.passport-preview{
	flex-direction: column-reverse;
}
.passport-exceprt__numbers{
	width: 20%;
	padding: 0 10px;
}

.passport-exceprt__bottom{
	flex-wrap: wrap;
}
.passport-exceprt__numbers_6{
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}
.passport-exceprt__numbers{
	text-align: center;
}
.passport-exceprt__numbers_5{
	border: none;
}
.passport-exceprt__left{
	width: calc(100% - 260px);
}
.passport-stars{
	flex-wrap: wrap;
}
.passport-stars__item{
	margin-top: 15px;
}
.passport-cols{
	width: 100%;
	flex-wrap: wrap;
}
.passport-cols__col{
	width: 100%;
}
.passport-cols__col{
	margin-top: 30px;
}
.passport-cols__col+.passport-cols__col{
	width: 100%;
}
.diagram{
	height: 409px;
	padding-bottom: 0;
}
.repeater_quality + .wp-block-heading{
	margin-top: 60px;
}
.passport-stars_reverse .passport-stars__number{
	font-size: 24px;
}

}


.newsletter__title{
	font-size: 72px!important;
	text-align: center;
	max-width: 860px;
	margin: auto;
	display: block;
	margin-bottom: 32px;
}

@media only screen and (max-width: 768px){

	.table_improve .table-cell {
		min-width: 200px;
		width: 48%;
	}
	.close_compare:after{
		right: 10px;
	}
	.main_info_compare_title{
		padding-left: 10px;
		padding-right: 10px;
	}
	.table_improve_cell_list,
	.searchTable .search_block_visa #search_passport,
	.name_compare_inside{
		font-size: 14px;
	}

}
@media only screen and (max-width: 680px){



	.passport-exceprt{
		padding: 24px;
		padding-top: 142px;
	}
	.passport-exceprt__right{
		display: none;
	}
	.passport-exceprt__left{
		width: 100%;
	}
	.passport-exceprt__top .name_country_selected{
		display: block;
		width: 100%;
		font-size: 40px;
	}

	.passport-exceprt__numbers:not(.passport-exceprt__numbers_6){
		display: none;
	}
	.passport-exceprt__bottom{
		margin-top: 0;
	}

	.newsletter__title{
		font-size: 48px!important;
	}


	.newsletter__fields input,
	.newsletter__fields button{
		width: 100%;
	}

	.faq_title_left {
		font-size: 40px;
		margin-bottom: 32px;
	}
	.faq_content {
		width: 100%;
	}
	.faq_title {
		font-size: 20px;
		padding-right: 65px;
	}

	.passports-map{
		margin-top: -45px;
	}

	.passports-map .section-head{
		padding-bottom: 82px;
		position: relative;
	}
	.passports-map .compare_group{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 287px;
		max-width: 100%;
		margin: auto;
	}
	.map-search{
		min-width: 0;
	}
	#block_map{
		padding: 0;
		width: 100%;
		max-height: 320px;
	}

	.map-list__head,
	.map-list__cell:nth-child(3){
		display: none;
	}
	.articles-content_passport .map-list__cell_9{
		display: block;
	}

}


@media only screen and (max-width: 500px){

	.articles-content_passport .map-list__body .map-list__row{
		flex-direction: row;
		padding: 0;
	}
	.articles-content_passport .map-list__image{
		display: none;
	}
	.showVisas .map-list__cell:nth-child(2){
		max-width: 100%;
	}
	.map-list__cell:nth-child(9){
		display: none;
	}
	.map-list__body .map-list__row{
		flex-direction: row-reverse;
		margin: 0;
	}
	.map-list__body .map-list__cell:nth-child(1){
		min-width: 48px;
		max-width: 48px;
	}
	.map-list__body .map-list__cell:nth-child(2) img{
		margin-left: 0;
	}
}

.do-item::before{width:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);height:264px;bottom:0;left:0;z-index:1;-webkit-transition:all .35s ease;transition:all .35s ease}.do-item:first-child{border-radius:0 0 0 24px}.do-item:first-child::before{border-radius:0 0 0 24px}.do-item:last-child{border-radius:0 0 24px 0}.do-item:last-child::before{border-radius:0 0 24px 0}.do-item:hover::before{opacity:1}.do-item:hover .do-item__content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.do-item:hover .do-item__header{opacity:0}
/*.do-item.active{width:420px}*/
.do-row_map .do-item.active{width:420px}
.do-item.active .do-item__content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:3}.do-item.active .do-item__header{opacity:0}.do-item__bg{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;height:650px;-o-object-position:50% 50%;object-position:50% 50%}.do-item__head{margin-bottom:32px}.do-item__content{position:absolute;padding:40px 50px 47px;left:0;width:100%;z-index:1;bottom:0;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease,-webkit-transform .35s ease;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.do-item__content .h3{margin-bottom:24px;white-space:nowrap}.do-item__content p{color:rgba(255,255,255,.7);margin-bottom:24px;width:340px}.do-item__toggler svg{display:none}.do-item__header{padding:40px 40px 51px;position:absolute;bottom:0;left:0;width:100%;z-index:2}.do-item__header .h3{line-height:1;margin:0}.clients{padding:72px 0 86px;overflow:hidden}.clients .section-head{margin-bottom:120px}.clients-slider{margin:0 -10px;margin-left:calc((100vw - 1400px)/ 2)}.clients-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.clients-slider .slick-slide{height:auto;padding:0 10px;-webkit-transition:all .35s ease;transition:all .35s ease}.clients-slider .slick-slide.slick-current .clients-item{background:0 0;border-radius:0}.clients-slider .slick-slide.slick-current .clients-item p{color:#000}.clients-slider .slick-slide.slick-cur .clients-item{max-width:initial;width:670px}.clients-item{height:100%;border-radius:24px;background:#f3f3f3;padding:32px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .35s ease;transition:all .35s ease;width:500px}.clients-item__quote{margin-bottom:24px}.clients-item__quote svg{display:block}.clients-item p{margin-bottom:68px;color:rgba(0,0,0,.7);-webkit-transition:color .35s ease;transition:color .35s ease}.clients-item__footer{margin-top:auto}.clients-item__name{font-size:24px;line-height:1;font-family:IowanOldStyleBTRoman,serif;margin-bottom:6px}.clients-item__job{color:#999}.founder{padding:74px 0 82px}.founder-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.founder-content .section-head{margin-bottom:64px}.founder-info{margin-top:auto}.founder-info p{color:#6b6b6b;margin-bottom:20px}.founder-info p:last-child{margin-bottom:0}.founder-card{position:relative;max-width:548px;margin-left:auto;margin-right:auto}.founder-card__info{position:absolute;left:0;bottom:0;width:100%;border-radius:0 0 24px 24px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.founder-card__quote{padding:29px 26px 24px;font-size:40px;line-height:1.1;color:#fff;font-family:IowanOldStyleBTRoman,serif;border-bottom:1px solid rgba(255,255,255,.1)}.founder-card__content{padding:27px 30px 31px}.founder-card__bg{border-radius:24px;display:block;width:100%}.founder-card__name{font-size:24px;line-height:1;font-family:IowanOldStyleBTRoman,serif;color:#fff;margin-bottom:14px}.founder-card__job{color:rgba(255,255,255,.5)}.centered{max-width:1440px;margin-left:auto;margin-right:auto}.main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:1440px;width:100%;margin:0 auto}.main--home{max-width:100%;margin:0}.contacts{padding:48px 0 64px}.contacts-content .h1{margin-bottom:24px}.contacts-content p{margin-bottom:51px;color:#6b6b6b}.contacts-info{padding-bottom:31px;margin-bottom:31px;border-bottom:1px solid #dedede}.contacts-info__label{color:#999;margin-bottom:4px}.contacts-info__row{margin-bottom:30px}.contacts-info__row:last-child{margin-bottom:0}.contacts-info__text{font-size:24px;line-height:1.1;font-family:IowanOldStyleBTRoman,serif}.contacts-info__link:hover{color:#d8ba96}.contacts-form{padding-top:42px;margin-left:48px;max-width:434px}.contacts-form .form-item:nth-last-child(2){margin-bottom:24px}.c-404{padding:377px 0 96px;position:relative;z-index:1;height:calc(100% + 32px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.c-404-bg{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;pointer-events:none;border-radius:24px 24px 0 0}.c-404 .h1{margin-bottom:26px}.post{padding:48px 0 85px}.post-centered{max-width:775px;margin-left:auto;margin-right:auto;margin-bottom:32px}.post-centered:last-child{margin-bottom:0}.post-box{margin-bottom:41px}.post-box:last-child{margin-bottom:0}.post-styles h1,.post-styles h2,.post-styles h3,.post-styles h4,.post-styles h5{line-height:1.1;font-family:IowanOldStyleBTRoman,serif;margin-bottom:20px}.post-styles h1{font-size:72px}.post-styles h2{font-size:56px}.post-styles h3{font-size:40px}.post-styles h4{font-size:32px}.post-styles h5{font-size:24px}.post-styles img{display:block;border-radius:24px}
.post-styles iframe{display:block;width:100%;height:460px;margin-top:40px}
.post-styles .img-full{width:100%;margin-top:40px}.post-styles p{color:#6b6b6b;margin-bottom:21px}.post-styles p:last-child{margin-bottom:0}.post-styles ul{list-style-type:disc;margin:0;margin-bottom:21px;padding-left:36px}.post-styles ul:last-child{margin-bottom:0}.post-styles ul ul{list-style-type:circle;margin:0;padding-top:16px;padding-left:27px}.post-styles ul ul li{list-style-type:circle}.post-styles ul li{list-style-type:disc;color:#6b6b6b;padding-left:4px;margin-bottom:16px}.post-styles ul li:last-child{margin-bottom:0}.post-styles ol{margin:0;margin-bottom:21px;padding:0;counter-reset:item}.post-styles ol:last-child{margin-bottom:0}.post-styles ol>li{counter-increment:item}.post-styles ol>li::before{content:counters(item, ".") ". "}.post-styles ol ol{margin-bottom:0;padding:16px 0 0;counter-reset:sub-item;list-style-type:none}.post-styles ol ol>li{counter-increment:sub-item;padding-left:35px}.post-styles ol ol>li::before{content:counters(item, ".") "." counters(sub-item, ".") " ";left:0}.post-styles ol ol ol{counter-reset:sub-sub-item}.post-styles ol ol ol li{counter-increment:sub-sub-item;padding-left:49px}.post-styles ol ol ol li::before{content:counters(item, ".") "." counters(sub-item, ".") "." counters(sub-sub-item, ".") " "}.post-styles ol li{color:#6b6b6b;margin-bottom:16px;position:relative;padding-left:49px}.post-styles ol li::before{position:absolute;left:16px}.post-styles ol li:last-child{margin-bottom:0}.post-styles table{width:100%;border-collapse:collapse}.post-styles table th{background:#f1e7da;color:#000;padding:13px 12px;text-align:left;line-height:1.223}.post-styles table th:first-child{border-radius:8px 0 0 8px;width:64px;text-align:center}.post-styles table th:last-child{border-radius:0 8px 8px 0}.post-styles table td{padding:12px 12px;color:#6b6b6b;border-bottom:1px solid #dedede}.post-styles table td:first-child{width:64px;text-align:center}.post-styles table td:nth-child(2){width:200px}.post-styles table td:nth-child(3){width:200px}.page-header__label{font-size:24px;color:#999;font-family:IowanOldStyleBTRoman,serif;line-height:1;margin-bottom:24px;letter-spacing:-1px}.page-header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:23px}.page-header__nav p{margin:0;max-width:544px}.page-header__nav-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.articles{padding-bottom:104px;padding-top:129px}.articles .filter{margin-top:120px}.articles-body .row{margin-bottom:16px}.articles-single{padding-bottom:72px}.articles-nav{top:0;background:#f1e7da;font-size:16px;z-index:100;width:100%;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);visibility:hidden;position:absolute;padding:0 24px;z-index:400;display:none}.articles-nav__list{display:none;margin:30px 0 24px;border-left:1px solid #c4c4c4}.articles-nav__list li+li{margin-top:20px}.articles-nav__list a{display:inline-block;color:#999;border-left:1px solid transparent;padding-left:16px;position:relative;left:-1px}.articles-nav__list a.active{color:#000;border-left-color:#000}.articles-nav__list a:hover{color:#000;border-left-color:#000}.articles-nav__toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1px 0;font-size:16px;font-family:IowanOldStyleBTRoman,serif;line-height:1.2;-webkit-transition:all .35s ease;transition:all .35s ease}.articles-nav__toggler-arrow{width:24px;height:24px}.articles-nav__toggler svg{-webkit-transition:all .35s ease;transition:all .35s ease;display:block;width:100%;height:100%}.articles-nav__toggler.active{font-size:20px;padding-top:18px}.articles-nav__toggler.active .articles-nav__toggler-arrow{width:32px;height:32px}.articles-nav__toggler.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.articles-content{max-width:775px;padding-top:4px}
.articles-content_passport{
	max-width: 100%;
	padding-top: 0;
}

.articles-sidebar .socials{gap:16px}.articles-sidebar__head{font-size:24px;line-height:1.2;font-family:IowanOldStyleBTRoman,serif;margin-bottom:32px}.articles-sidebar__list{border-left:1px solid #dedede;margin-bottom:32px}.articles-sidebar__list li+li{margin-top:20px}.articles-sidebar__list a{display:inline-block;color:#999;border-left:1px solid transparent;padding-left:16px;position:relative;left:-1px}.articles-sidebar__list a.active{color:#000;border-left-color:#000}.articles-sidebar__list a:hover{color:#000;border-left-color:#000}.articles-preview{margin-bottom:48px}.articles-preview .socials{gap:16px}.articles-preview .h2{max-width:839px;margin-bottom:21px}.articles-preview__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.articles-preview__label{font-size:16px;padding:4px 10.5px;background:#d8ba96;border-radius:16px;margin-bottom:16px;display:inline-block;font-family:IowanOldStyleBTRoman,serif}.articles-preview__labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.articles-preview__labels-item{color:rgba(255,255,255,.7);font-size:16px;position:relative}.articles-preview__labels-item::before{border-radius:50%;width:4px;height:4px;background:rgba(255,255,255,.7);left:-14px}.articles-preview__labels-item:first-child::before{display:none}.articles-preview__box{position:relative;z-index:1;padding:194px 48px 48px}.articles-preview__bg{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:24px;z-index:-2}.articles-preview__bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;left:0;top:0;border-radius:24px}.articles-preview__bg::before{left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);border-radius:24px}.filter{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;padding-bottom:16px;margin-bottom:40px;overflow-x:auto;position:relative}.filter::-webkit-scrollbar{display:none}.filter-btn{white-space:nowrap;border-radius:100px;background:#fff;font-size:16px;padding:14.5px 24px;font-family:"Public Sans",sans-serif;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer;color:#000}.filter-btn:hover{background:#d8ba96}.filter-btn.active{background:#d8ba96}.article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 48px);margin-bottom:48px}.article-img{overflow:hidden;border-radius:24px;position:relative;padding-top:75%;display:block}.article-img img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px}.article-img:hover::before{opacity:1}.article-img:hover .article-img__hover{opacity:1}.article-img__hover{position:absolute;font-size:16px;color:#fff;-webkit-transition:all .35s ease;transition:all .35s ease;white-space:nowrap;opacity:0;z-index:2}.article-img::before{width:100%;height:100%;left:0;top:0;border-radius:24px;background:rgba(0,0,0,.4);-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.article-content{padding-top:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-date{font-size:16px;color:#999;margin-bottom:10px}.article-head{display:inline-block;color:#050505;font-size:24px;line-height:1.2;margin-bottom:16px;font-family:IowanOldStyleBTRoman,serif}.article-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;flex-wrap: wrap;}.article-time{font-size:16px;color:#999;min-width: 105px;}.article-tag{border-radius:20px;background:#fff;font-size:16px;padding:4px 10px}.article-tag:hover{background:#f1e7da}.services{padding-bottom:72px}.services-box{max-width:1440px;margin:0 auto}.services-item{position:relative;z-index:1;border-bottom:1px solid #c4c4c4;padding:47.5px 48px;display:block}.services-item.hovered{border-bottom-color:transparent}.services-item:last-child{border-bottom:none}.services-item:first-child::before{background:rgba(0,0,0,.2)}.services-item:hover{border-bottom-color:transparent}.services-item:hover .btn{background:#fff;border-color:#fff;color:#000}.services-item:hover::before{opacity:1}.services-item:hover .services-item__bg{opacity:1}.services-item:hover .services-item__num{color:#fff}.services-item:hover .services-item__head{color:#fff}.services-item:hover .services-item__content p{color:rgba(255,255,255,.7)}.services-item__bg{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-2;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;border-radius:16px}.services-item::before{border-radius:16px;width:100%;height:100%;left:0;top:0;z-index:-1;background:rgba(0,0,0,.4);-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0}.services-item__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.services-item__row .btn{white-space:nowrap}.services-item__num{font-size:24px;font-family:IowanOldStyleBTRoman,serif;color:#999;line-height:1;-webkit-transition:all .35s ease;transition:all .35s ease;letter-spacing:-1px;-ms-flex-negative:0;flex-shrink:0;width:226px}.services-item__head{font-size:40px;line-height:1.1;font-family:IowanOldStyleBTRoman,serif;-webkit-transition:all .35s ease;transition:all .35s ease}.services-item__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:32px}.services-item__content p{max-width:497px;color:#6b6b6b;margin:0;-webkit-transition:all .35s ease;transition:all .35s ease}.services-item__toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.services-item__toggler svg{display:none}.inner{padding-top:129px;padding-bottom:64px}.related{padding-top:77px;padding-bottom:104px}.related .section-head{margin-bottom:48px}.related-slider{margin:0 -9px;display:-webkit-box;display:-ms-flexbox;display:flex}.related-slide{padding:0 9px;width:33.333%}.related .article-tag{background:#f1e7da}.related .article-tag:hover{background:#e7d6c0}.related .article-img{padding-top:73%}.related .row{margin-left:-9px;margin-right:-9px;margin-bottom:-48px}.related .row>div{padding:0 9px}.related--home{padding-top:73px;padding-bottom:36px}.head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:48px}.head .h2{margin:0}.about{background:#f1e7da;position:relative;z-index:1;border-radius:24px;margin-bottom:32px;min-height:700px;height:1px}.about .container{position:absolute;left:0;bottom:0;width:100%;max-width:100%;padding:0 48px 64px;z-index:10}.about::before{width:100%;height:100%;left:0;top:0;border-radius:24px;background:rgba(0,0,0,.25)}.about-bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px;display:block}.about--dark::before{background:rgba(0,0,0,.4)}.about .dropdown{padding:7px 0}.mission{background:#f1e7da;padding-top:74px;padding-bottom:98px;border-radius:24px}.mission .row{margin-bottom:-48px}.mission-header{margin-bottom:56px}.mission-header p{color:#6b6b6b;max-width:546px;margin-bottom:0;margin-top:56px}.mission-feature{margin-bottom:48px}.mission-feature__icon{border-radius:50%;background:#fff;width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:17px}.mission-feature .h3{margin-bottom:20px}.mission-feature p{margin:0;color:rgba(0,0,0,.5)}.mission-feature--top{border-top:1px solid rgba(0,0,0,.1);padding-top:17px;position:relative;z-index:1}.mission-feature--top .h3{min-height:70px}.mission-feature--top .h3--auto{min-height:auto}.mission-feature--top::before{width:32px;height:1px;left:0;top:-1px;background:#000}.mission-white{background:#fff;padding-bottom:70px}.mission-white .mission-header{margin-bottom:48px}.mission-try{padding-bottom:72px}.mission-try .mission-header{margin-bottom:71px}.mission-try .row{margin-bottom:0 -48px}.section-head .h1,.section-head .h2{margin:0}.section-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:11px;font-size:24px;line-height:1;letter-spacing:-1px;font-family:IowanOldStyleBTRoman,serif;margin-bottom:20px}.section-label svg{-ms-flex-negative:0;flex-shrink:0}.section-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.section-nav p{margin:0;max-width:340px}.peaks{overflow:hidden;padding-bottom:48px;padding-top:48px}.peaks-content{padding-top:24px}.peaks-content p{margin-bottom:20px;color:#6b6b6b}.peaks-content p b{font-weight:700}.peaks-content p:last-child{margin-bottom:0}.peaks-content .section-head{margin-bottom:97px}.peaks-image{position:relative;z-index:1}.peaks-image__bg{display:block;border-radius:24px;margin-left:auto}.peaks-item{text-align:center;font-size:26px;color:#fff;line-height:1;font-family:IowanOldStyleBTRoman,serif}.peaks-item img{max-width:371px;display:block;margin:0 auto 30px}.peaks-slider{position:absolute;z-index:1;width:100%;max-width:420px;margin-left:44px;margin-top:-9px}.story{padding-bottom:72px;padding-top:72px}.story .section-head{margin-bottom:48px}.story-item{max-width:544px;border-radius:24px;background:#f3f3f3;padding:40px 27px;margin-bottom:48px;position:relative}.story-item::before{width:1px;height:48px;bottom:-48px;left:38px;background:#dedede}.story-item:last-child{margin-bottom:0;background:#f1e7da}.story-item:last-child::before{display:none}.story-item__head{margin-bottom:20px;padding-left:28px;position:relative}.story-item__head::before{border-radius:50%;background:#cba272;width:12px;height:12px;left:0}.story-item p{color:#6b6b6b;margin-bottom:20px}.story-item p:last-child{margin-bottom:0}.story-img img{display:block;border-radius:24px}.movement{position:relative;z-index:1;padding:72px 0 102px}.movement .container{height:100%}.movement::before{width:52.3%;left:0;top:0;border-radius:24px 0 0 24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:-1;height:100%;background:rgba(0,0,0,.4)}.movement-bg{border-radius:24px 24px 0 0;position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-2}.movement-box{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.movement-box .h1{max-width:657px;margin-bottom:143px}.movement .section-label{margin-bottom:80px}.movement .section-nav{margin-top:auto}.movement--home .h1{margin-bottom:67px}.choose{padding:75px 0 91px}.choose .section-head{margin-bottom:15px}.choose-table__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.choose-table__row:last-child{border-bottom:none}.choose-table__row:last-child .choose-table__item{padding-bottom:40px}.choose-table__row:last-child .choose-table__item:last-child{border-radius:0 0 24px 24px}.choose-table__row:first-child{text-align:center}.choose-table__row:first-child .choose-table__item{padding-top:56px;padding-bottom:40px;line-height:1}.choose-table__row:first-child .choose-table__item:last-child{border-radius:24px 24px 0 0}.choose-table__item{font-size:24px;line-height:1.1;color:#fff;width:42%;padding:24px 0;font-family:IowanOldStyleBTRoman,serif}.choose-table__item:first-child{width:38%}.choose-table__item:last-child{width:38%}.choose-table__error{border-radius:50%;background:rgba(243,243,243,.1);width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.choose-table__success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#d8ba96;margin:0 auto}.team{padding:72px 0}.team .section-head{margin-bottom:29px}.team .row{margin:0 -10px}.team .row>div{padding:0 10px}.team-item{position:relative;z-index:1; margin-top: 20px}.team-item__bg{display:block;border-radius:24px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-item__info{position:absolute;border-radius:0 0 24px 24px;width:100%;z-index:10;bottom:0;left:0;background:rgba(0,0,0,.5);padding:40px 44px 40px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.team-item__name{font-size:32px;line-height:1;color:#fff;font-family:IowanOldStyleBTRoman,serif;margin-bottom:16px}.team-item__job{color:rgba(255,255,255,.5)}.team-item__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.team-item__link{position:relative;bottom:-6px}.team-item__link svg{opacity:.4;-webkit-transition:all .35s ease;transition:all .35s ease}.team-item__link:hover svg{opacity:1}.team-item__link:hover path{fill:#d8ba96}.approach{background:#f1e7da;padding:72px 0 80px}.approach .row{margin-bottom:-8px}.approach .section-head{margin-bottom:56px}.approach-img{margin-bottom:56px}.approach-img img{display:block;width:100%;border-radius:24px;-o-object-fit:cover;object-fit:cover}.approach-item{border-left:1px solid rgba(0,0,0,.1);margin-bottom:56px;padding-left:32px}.approach-item__head{font-size:32px;line-height:1.1;font-family:IowanOldStyleBTRoman,serif;margin-bottom:20px;position:relative}.approach-item__head::before{height:100%;left:-33px;top:0;width:1px;background:#000}.approach-item p{color:rgba(0,0,0,.5);margin:0}.approach-list{max-width:548px}.approach-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:48px}.approach-list__item:last-child{margin-bottom:0}.approach-list__item .h3{margin-bottom:22px}.approach-list__item p{margin:0;color:#6b6b6b}.approach-list__icon{-ms-flex-negative:0;flex-shrink:0;position:relative;top:-5px}.approach-list__icon img,.approach-list__icon svg{display:bloc;width:48px;height:48px;border-radius:50%}.approach-image{max-width:662px}.approach-image img{display:block;border-radius:24px;width:100%}.explore-img{position:relative}.explore-img__doc{position:absolute;right:32px;bottom:32px;z-index:1;max-width:284px;border-radius:16px}.explore-img__bg{display:block;width:100%;border-radius:24px;max-width:641px;margin-left:auto;-o-object-fit:cover;object-fit:cover}.explore-img-wrap p{display:none;font-size:16px;line-height:1.63;margin:0}.explore-box{padding:48px 48px}.explore-content{max-width:573px;padding-top:20px}.explore-content p{font-size:16px;line-height:1.5;color:#6b6b6b}.explore-content__num{font-size:24px;line-height:1;margin-bottom:32px;font-family:IowanOldStyleBTRoman,serif}.explore-content__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-bottom:12px}.explore-content__head img{-ms-flex-negative:0;flex-shrink:0;width:60px;height:60px;border-radius:50%}.explore-content__subhead{color:#6b6b6b;font-size:24px;line-height:1;letter-spacing:-1px;margin-bottom:24px;font-family:IowanOldStyleBTRoman,serif}.explore-content__table{margin-bottom:24px}.explore-content__table-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8.5px 16px;border-radius:8px}.explore-content__table-row:nth-child(even){background:#f3f3f3}.explore-content__table-text{font-size:14px;line-height:1.17}.explore-content__table-text{color:#999}.explore-content__table-value{line-height:1.06;font-family:IowanOldStyleBTRoman,serif}.video{padding:48px 0 70px}.video-content{padding-top:52px}.video-play{position:relative;z-index:1;cursor:pointer;display:block}.video-play::before{border-radius:24px;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.video-play img{display:block;border-radius:24px;width:100%}.video-play svg{position:absolute}.process{padding:72px 0 70px;position:relative;z-index:1;border-radius:24px;overflow:hidden}.process::before{border-radius:24px;left:0;top:0;width:100%;height:100%;z-index:-1;background:rgba(0,0,0,.4)}.process-bg{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px;z-index:-2}.process .section-head{margin-bottom:82px}.process .section-head p{font-size:18px;color:rgba(255,255,255,.7);margin:0;margin-top:40px}.process-text p{color:rgba(255,255,255,.7);max-width:322px}.process .row{margin-bottom:-60px}.process-item{background:#f3f3f3;border-radius:24px;padding:48px 32px 40px;margin-bottom:60px;position:relative;z-index:1;height:calc(100% - 60px)}.process-item__num{width:56px;height:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:32px;top:-28px;background:#d8ba96;font-size:24px;line-height:1.1;font-family:IowanOldStyleBTRoman,serif;border-radius:50%}.process-item p{color:#6b6b6b;margin:0}.process-slider{margin:0 -16px;width:calc(100% + 64px)}.process-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.process-slider .slick-slide{height:auto;margin:0 16px}.process-slider .slick-slide .process-item{margin-bottom:0;height:100%}.process-slider .slick-list{padding-right:4%!important;padding-top:28px}.process-large{padding-bottom:124px}.egil{background:#f3f3f3;border-radius:24px;padding:75px 0 71px}.egil-box{max-width:888px;margin:0 auto}.egil-head{margin-bottom:40px}.egil-head .h2{margin-bottom:40px}.egil-head p{margin:0;max-width:612px}.egil-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px;margin-bottom:32px;border-bottom:1px solid #969696}.egil-form__item{padding:0 10px;margin-bottom:32px;width:50%}.egil-form__check{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:22px}.egil-form__check-item{width:50%}.egil-form__privacy{margin-bottom:42px}.egil-form__submit{text-align:right}.egil-form__submit .btn{width:100%;max-width:152px}.white{color:#fff}.white-7{color:rgba(255,255,255,.7)}.white-5{color:rgba(255,255,255,.5)}.gold{color:#d8ba96}.bg-gold{background:rgba(216,186,150,.05)}@media only screen and (max-height:800px){.hero{padding-top:150px}.about{min-height:600px}}@media only screen and (max-width:1400px){.container{padding-left:24px;padding-right:24px}}@media only screen and (max-width:1350px){.footer-top__item:first-child{width:33.33%}.clients-slider{padding-left:16px;margin-left:0}.peaks-slider{margin-top:0;margin-left:0}.peaks-image__bg{margin-right:auto}
	.do-row_map .do-item{width:18%}.do-item.active{width:30%}
/*    .do-item{width:18%}.do-item.active{width:30%}*/

.do-item__header{padding-left:12px;padding-right:12px}.do-item .h3{font-size:26px}.do-item__content{padding-left:12px;padding-right:12px}.do-item__content p{width:280px}.filter{width:calc(100% + 32px);left:-16px;padding-left:16px}}@media only screen and (max-width:1200px){.row-40{margin-left:-16px;margin-right:-16px}.row-40 div[class*=col-]{padding-left:16px;padding-right:16px}.process-slider{margin:0 -12px}.process-slider .slick-slide{margin:0 12px}.process-slider .slick-list{padding-right:8%!important}.clients-slider{padding-left:24px}.movement::before{width:60%}.h1{font-size:62px}.peaks-item img{max-width:300px}.peaks-content .section-head{margin-bottom:45px}.search.active .search-input{width:320px}.team-item__info{padding-left:18px;padding-right:18px}.filter{width:calc(100% + 48px);left:-24px;padding-left:24px}.explore-img__doc{max-width:200px}.video-content{padding-top:0}}@media only screen and (max-width:1023px){.explore-box{padding:32px 32px}.explore-img-wrap{max-width:641px;margin-left:auto;margin-right:auto}.explore-img-wrap p{display:block;margin-top:32px}.explore-img__doc{max-width:284px}.explore-content{max-width:100%;margin-bottom:32px;padding-top:0}.explore-content p{display:none}.post-styles .table-overflow{overflow-x:auto;padding-bottom:12px}.post-styles .table-overflow table{width:1400px}.clients-slider .slick-list{padding-right:10%}.clients-item{width:100%!important;padding:24px}.team-item{margin-bottom:32px}.team .row{margin-bottom:-32px}.related{overflow:hidden}.related-slider{position:relative;width:calc(100% + 34px)}.related-slider .slick-list{padding-right:10%}.choose-table__item{font-size:20px}.do-row{display:block;padding:0 24px}.do-item{width:100%!important;margin-bottom:24px;-webkit-transition:none;transition:none}.do-item.activated .do-item__content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.do-item__hidden{margin-top:74px;display:none}.do-item::before{height:100%;border-radius:24px!important;z-index:-1;display:none}.do-item:last-child{margin-bottom:0}.do-item__header{display:none}.do-item__bg{border-radius:24px!important;position:absolute;left:0;top:0;width:100%;z-index:-2;height:100%}.do-item__content{-webkit-transform:none;-ms-transform:none;transform:none;position:static;padding:44px 24px;border-radius:24px;-webkit-backdrop-filter:none;backdrop-filter:none}.do-item__content p{width:100%;margin-bottom:24px}.do-item__toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.do-item__toggler .h3{margin-bottom:0}.do-item__toggler svg{display:block;-webkit-transition:all .35s ease;transition:all .35s ease}.do-item__toggler.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.founder-card__quote{font-size:26px}.services-item__num{width:90px}.inner{padding-top:80px}.peaks .section-head{margin-bottom:64px}.peaks-content{padding-top:0}.peaks-image{margin-bottom:64px}.movement-box .h1{max-width:550px}.movement::before{width:80%}.story-item{margin-left:auto;margin-right:auto}.story-img{margin-bottom:64px}.story-img img{margin-left:auto;margin-right:auto}.h1{font-size:56px}.h2{font-size:48px}.contacts-form{margin-left:12px}.sub-menu{position:static;opacity:1;-webkit-transition:none;transition:none;background:0 0;border-radius:0;-webkit-transform:none;-ms-transform:none;transform:none;width:100%;visibility:visible;padding-left:16px;padding-top:16px;display:none}.sub-menu li{margin-bottom:8px}.sub-menu li:last-child{margin-bottom:0}.sub-menu a{padding:0;background:0 0!important;border-bottom:1px solid transparent;border-radius:0!important;display:inline-block}.sub-menu a:hover{border-bottom-color:#999;color:#999}.header{position:relative;padding:16px 0;z-index:90}.header .logo{margin-left:0}.header-row>.btn{display:none}.header-row .search{display:none}.page-header__nav{display:block}.page-header__nav-buttons{margin-top:30px}.hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px}.hamburger span{display:block;width:40px;height:1px;background:#050505;-webkit-transition:all .35s ease;transition:all .35s ease}.hamburger.is-active span:first-child{-webkit-transform:rotate(45deg) translateX(5px);-ms-transform:rotate(45deg) translateX(5px);transform:rotate(45deg) translateX(5px)}.hamburger.is-active span:last-child{-webkit-transform:rotate(-45deg) translateX(6px);-ms-transform:rotate(-45deg) translateX(6px);transform:rotate(-45deg) translateX(6px)}.main-list{display:block;margin-bottom:50px}.main-list>li{padding:0;margin-bottom:26px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.main-list>li>a.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-list>li:last-child{margin-bottom:0}.main-list>li+li{margin-left:0}.main-nav{position:absolute;width:100%;background-color:#fff;left:0;top:100%;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease,-webkit-transform .35s ease;padding:24px 24px 28px;z-index:100;border-radius:0 0 24px 24px;display:none;overflow-y:auto}.main-nav .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer .socials-list a svg{width:24px;height:24px}.footer-info p{margin:0;font-size:14px}.footer-logo{-ms-flex-negative:0;flex-shrink:0;margin-right:20px;margin-bottom:0}.footer-top__row{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.footer-top__item{width:calc(25% - 12px);max-width:100%}.footer-top__item .btn{margin-top:33px}.footer-top__item:first-child{width:100%;margin-bottom:22px}.footer-top__item:last-child{max-width:100%}.footer-bottom__list{gap:20px}.articles-preview__box{padding-left:24px;padding-right:24px}.post-styles iframe{height:320px}.about{min-height:720px}.about .container{padding:0 32px 48px}}@media only screen and (max-width:767px){.form-checkbox input[type=checkbox]+label{font-size:18px}.video{padding-top:36px;padding-bottom:0}.video-content{margin-bottom:40px}.video-play{width:calc(100% + 48px);position:relative;left:-24px}.explore{padding-bottom:34px}.explore-box{padding:32px 24px}.explore-img{width:calc(100% + 48px);left:-24px;position:relative}.explore-img__bg{max-height:400px;width:100%;max-width:100%}.explore-img__doc{bottom:auto;right:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:202px}.explore-content__num{font-size:20px;line-height:1.1;margin-bottom:12px}.explore-content__subhead{font-size:20px;line-height:1;margin-bottom:32px}.explore-content__head{gap:10px}.explore-content__head img{width:40px;height:40px}.explore-content__table-row{padding:9.5px 16px}.progress-bar{display:none}.post{padding-top:0;padding-bottom:32px}.post-box{margin-bottom:34px}.post-styles .table-overflow{position:relative;width:calc(100% + 24px)}.post-styles h1,.post-styles h2,.post-styles h3,.post-styles h4,.post-styles h5{margin-bottom:19px}.post-styles h1{font-size:40px}.post-styles h2{font-size:32px}.post-styles h3{font-size:28px}.post-styles h4{font-size:24px}.post-styles h5{font-size:20px}.post-styles ul{padding-left:24px}.post-styles ul li{color:#000}.post-styles p{color:#000}.post-styles ol li{padding-left:37px;color:#000}.post-styles ol li::before{left:10px}.post-styles table th{font-weight:400;padding:14.25px 12px}.post-styles table td:first-child,.post-styles table th:first-child{width:48px}.post-styles table td:nth-child(2),.post-styles table th:nth-child(2){width:200px}.post-styles table td:nth-child(3),.post-styles table th:nth-child(3){width:200px}.post-styles table td{color:#000}.clients{padding-bottom:72px}.clients .section-head{margin-bottom:32px}.clients-slider{width:100%;padding:0;margin:0 -6px;padding-left:24px}.clients-slider .slick-slide{padding:0 6px}.clients-slider .slick-list{margin-bottom:31px}.clients-item{background:#f3f3f3!important;border-radius:24px!important;padding:24px 24px;padding-right:16px}.clients-item__name{font-size:20px;margin-bottom:9px}.clients-item p{color:#6b6b6b!important;margin-bottom:79px}.clients-item__quote{margin-bottom:16px}.clients .slider-nav{display:none}.choose{padding-top:72px;padding-bottom:56px}.choose .section-head{margin-bottom:7px}.choose-table{position:relative;left:-24px;width:calc(100% + 48px)}.choose-table__error{width:40px;height:40px}.choose-table__success{width:40px;height:40px}.choose-table__item{font-size:16px;line-height:1.5;width:23%}.choose-table__item:first-child{padding-left:24px;width:50%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.choose-table__item:last-child{width:27%}.choose-table__row{-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}.choose-table__row:first-child .choose-table__item{padding-bottom:16px;font-size:18px}.choose-table__row:first-child .choose-table__item:nth-child(2){-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;padding:0}.choose-table__row:first-child .choose-table__item:last-child{padding-top:24px;padding-bottom:30px}.choose-table__row:last-child .choose-table__item:last-child{padding-bottom:24px}.team .row{margin-bottom:-19px}.team-item{margin-bottom:20px}.team-item__name{font-size:24px}.team-item__bg{max-height:420px;width:100%}.team-item__info{padding:20px 20px;padding-right:32px}.team-item__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-item__link{bottom:0}.team.mb-48{margin-bottom:0}.approach{padding-bottom:70px}.approach .section-head{margin-bottom:31px}.approach-img{position:relative;left:-24px;width:calc(100% + 48px);margin-bottom:33px}.approach-img img{height:100%;width:100%;min-height:200px}.approach-item{padding-left:16px;margin-bottom:38px}.approach-item__head{font-size:24px;margin-bottom:15px}.approach-item__head::before{left:-17px}.approach .text-center .btn{width:100%}.approach .row{margin-bottom:-5px}.approach.mb-48{margin-bottom:-16px}.approach-image{position:relative;left:-24px;width:calc(100% + 48px);margin-top:24px;position:relative;top:16px}.approach-3{padding-bottom:0}.do{padding-top:19px;padding-bottom:72px}.do-item{margin-bottom:12px}.do-item .h3{font-size:24px}.do-row{margin-bottom:32px}.do-row .btn{padding:14px 16px}.do .text-center .btn{padding:13px 16px}.media{padding-top:73px}.media-slider{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.media-item{width:calc(33.333% - 7px);min-width:auto}.media .section-head{margin-bottom:16px}.media-3{padding-bottom:86px}.founder{padding-top:71px;padding-bottom:0}.founder-content{margin-bottom:30px}.founder-info{margin-top:0}.founder-card{position:relative;left:-24px;width:calc(100% + 48px);max-width:none}.founder-card__quote{font-size:28px;padding-bottom:19px;padding-top:33px}.founder-card__name{font-size:20px;margin-bottom:9px}.founder-card__content{padding-bottom:29px;padding-top:19px}.founder .section-head{margin-bottom:34px}.hero{padding-top:245px;padding-bottom:32px}.hero .page-header__label{margin-bottom:19px}.hero .h1{margin-bottom:26px}.inner{padding-top:32px;padding-bottom:32px}.inner .page-header__nav-buttons{margin-top:22px}.services{padding-left:24px;padding-right:24px;padding-bottom:72px}.services .text-center .btn{padding:13px 16px}.services-box{margin-bottom:32px}.services-item{padding:44px 24px;margin-bottom:12px;border-bottom:none!important;position:relative}.services-item.active::before{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.services-item::before{content:"";position:absolute;-webkit-transition:all .35s ease;transition:all .35s ease;left:0;border-radius:24px;top:0;opacity:1;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%)}.services-item:last-child{margin-bottom:0}.services-item__bg{opacity:1;border-radius:24px}.services-item__num{display:none}.services-item__content{margin-right:0}.services-item__head{color:#fff;font-size:24px}.services-item__toggler{margin-bottom:0}.services-item__toggler svg{display:block;-webkit-transition:all .35s ease;transition:all .35s ease}.services-item__toggler.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.services-item__hidden{display:none;margin-top:74px}.services-item__hidden .btn{padding:14px 16px}.services-item__hidden p{margin-bottom:24px;color:rgba(255,255,255,.7);-webkit-transition:none;transition:none}.section-nav{display:block}.section-nav .btn{width:100%}.movement{padding-top:0;padding-bottom:362px}.movement .h1{font-size:32px}.movement::before{display:none}.movement-box{padding:64px 24px 24px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:24px}.movement-box p{margin-bottom:24px;font-size:18px}.movement .container{padding:0}.movement .section-label{margin-bottom:16px}.movement .h1{margin-bottom:20px}.movement--home{padding-bottom:394px}.movement--home .h1{margin-bottom:30px}.movement-bg{-o-object-position:center;object-position:center}.story-img{position:relative;left:-24px;width:calc(100% + 48px);margin-bottom:32px}.story-img img{max-height:400px;width:100%;-o-object-fit:cover;object-fit:cover}.story .section-head{margin-bottom:31px}.story-item{padding:33px 23px;margin-bottom:21px}.story-item::before{bottom:-21px;height:21px;left:30px}.peaks{padding-top:71px;padding-bottom:0}.peaks .section-head{margin-bottom:32px}.peaks-item{font-size:20px}.peaks-item img{max-width:186px;margin-bottom:9px}.peaks-image{position:relative;width:calc(100% + 48px);left:-24px;margin-bottom:29px}.peaks-info p{font-size:18px}.egil{border-radius:0;margin-top:-16px;padding-top:48px}.egil .h2{margin-bottom:25px}.egil-form__row{margin:0;margin-bottom:19px}.egil-form__privacy{margin-bottom:23px}.egil-form__submit .btn{max-width:100%;padding:14px 15px}.egil-form__item{width:100%;margin-bottom:21px;padding:0}.egil-form__check{display:block}.egil-form__check-item{width:100%;margin-bottom:16px}.egil-form__check-item:last-child{margin-bottom:0}.egil-head{margin-bottom:32px}.process{padding-top:63px;padding-bottom:59px;margin-bottom:0}.process .h1{font-size:32px;line-height:1.1}.process .section-head{margin-bottom:45px}.process .row{margin-bottom:0;margin-left:-8px;margin-right:-8px}.process .slick-slider{width:calc(100% + 32px);margin-left:-8px;margin-right:-8px}.process .slick-list{padding:0;padding-right:7%;padding-top:28px;padding-bottom:24px}.process .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.process .slick-slide{height:auto;padding:0 8px!important}.process-item{margin-bottom:0;height:100%}.process-item p{font-size:18px}.process-slide{margin:0!important}.process-large{margin-bottom:32px}.process-large .section-head{margin-bottom:40px}.process-3{margin-bottom:32px}.mission{padding-top:70px;padding-bottom:72px;margin-bottom:0}.mission .row{margin-bottom:-36px}.mission-header{margin-bottom:39px}.mission-header p{margin-top:41px}.mission-feature{margin-bottom:36px}.mission-feature .h3{margin-bottom:17px}.mission-feature p{max-width:98%}.mission-feature--top{border-top:none;padding-top:0;border-left:1px solid rgba(0,0,0,.1);padding-left:17px}.mission-feature--top .h3{min-height:auto}.mission-feature--top::before{height:31px;width:1px;left:0;top:0}.mission-try{border-radius:0;margin-top:-16px;padding-top:86px;margin-bottom:-16px}.mission-try .mission-header{margin-bottom:40px}.mission-white .mission-header{margin-bottom:39px}.mission-3{padding-top:70px;margin-bottom:0}.section-label{font-size:20px;margin-bottom:12px}.about::before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.4)));background:linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.4) 100%)}.about--dark::before{background:rgba(0,0,0,.4)}.about .dropdown{width:100%;padding-top:0;padding-bottom:0}.about .dropdown-body{top:calc(100% + 7px)}.about .container{padding:0 24px 32px}.about .h1{margin-bottom:27px}.about .page-header__label{margin-bottom:20px}.about-inner{margin-bottom:0}.h3{font-size:24px}.btn{padding:18px 16px}.btn-white.btn-transparent{padding:17px 16px}.btn-black.btn-transparent{padding:17px 16px}body{font-size:16px}.h1{font-size:40px}.h2{font-size:40px}.footer{padding-top:32px}.footer-bottom__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-bottom__list{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px}.footer-bottom__list a{font-size:12px}.footer-top__row{padding-bottom:16px;margin-bottom:31px}.footer-top__head{font-size:14px;margin-bottom:21px}.footer-top__list li+li{margin-top:16px}.footer-top__list a{font-size:14px}.footer-top__item{width:calc(50% - 12px);margin-bottom:19px}.footer-top__item .btn{width:100%}.footer-top__item:last-child .footer-top__head{margin-bottom:24px}.copyright{font-size:12px;text-align:center}.c-404{padding-top:392px;padding-bottom:64px}.page-header__nav-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.page-header__nav-buttons .btn{width:100%}.contacts{padding-top:32px;padding-bottom:71px}.contacts-info__row{margin-bottom:29px}.contacts-info__text{font-size:20px}.contacts-form{margin-left:0;padding-top:0;margin-bottom:32px;max-width:100%}.contacts-form .btn{width:100%;padding:14px 16px}.contacts-top{margin-bottom:32px}.contacts-top p{margin:0}.contacts-top .h1{margin-bottom:25px}.articles{padding-top:32px}.articles-single{padding-bottom:28px}.articles-single .sticky{position:static}.articles-nav.active{display:block}.articles .h1{margin-bottom:19px}.articles .filter{margin-top:24px}.articles-body .row{margin-bottom:-3px}.articles-body .btn{padding:14px 24px}.articles-sidebar__head{margin-bottom:20px}.articles-sidebar .socials{display:none}.articles-sidebar__list{margin-bottom:37px}.articles-preview{margin-bottom:21px}.articles-preview__label{font-size:14px;margin-bottom:12px}.articles-preview__labels{gap:20px}.articles-preview__labels-item{color:#6b6b6b;font-size:14px}.articles-preview__box{padding:0}.articles-preview__box .page-header{margin-bottom:18px}.articles-preview__box .socials-head{display:none}.articles-preview__box .socials svg{width:24px;height:24px}.articles-preview__box .socials svg path{fill:#323232}.articles-preview__box .h2{color:#000;font-size:32px}.articles-preview__bg{position:relative;width:calc(100% + 48px);left:-24px;padding-top:70.2%}.articles-preview__bg img{position:absolute}.articles-preview__bg::before{background:rgba(0,0,0,.25)}.filter{gap:8px;margin-bottom:16px}.article{margin-bottom:40px;height:calc(100% - 40px)}.article-date{font-size:14px;margin-bottom:4px}.article-head{font-size:20px;margin-bottom:11px}.article-time{font-size:14px}.article-tag{font-size:14px}.article-img{padding-top:73%}.article-content{padding-top:12px}.page-header__label{font-size:20px;margin-bottom:12px}.related{padding-top:72px}.related .row{margin-bottom:-2px}.related-slider{margin-bottom:12px}.related-slider .slick-list{padding-right:5%}.related--home{padding-top:0;padding-bottom:72px}.related--home .text-center .btn{padding:13px 16px}.related--home .section-head{margin-bottom:32px}.post-styles iframe{width:calc(100% + 48px);left:-24px;height:232px;position:relative;margin-top:38px}.post-styles h4{font-size:24px;margin-bottom:21px;line-height:1.1833}.post-styles p{font-size:16px;line-height:1.625;margin-bottom:20px}.post-styles ol,.post-styles ul{margin-bottom:20px}.post-styles ol li,.post-styles ul li{font-size:16px}.post-styles .img-full{width:calc(100% + 48px);left:-24px;height:232px;position:relative;margin-top:38px;max-width:none;-o-object-fit:cover;object-fit:cover}.head{margin-bottom:32px}.dropdown-toggler__text{text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media only screen and (max-width:389px){.footer-bottom__list{gap:16px}}

.articles-content a:not(.no-style){
	color: #d8ba96;
	text-decoration: underline;
}

.articles-content a:hover{
	text-decoration: none
}
.articles-content a.no-style:hover{
	text-decoration: underline;
	color: #737373;
}