.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:rgba(0,0,0,0);--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;animation:fancybox-dash 1.5s ease-in-out infinite}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);border-style:solid;border-width:5px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-font-size:16px;--cc-bg:#fff;--cc-z-index:2147483647;--cc-text:#2d4156;--cc-border-radius:.45rem;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-primary-hover-text:var(--cc-btn-primary-text);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-btn-secondary-hover-text:var(--cc-btn-secondary-text);--cc-btn-border-radius:0.375rem;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:#040608;--cc-overlay-opacity:.85;--cc-consent-modal-box-shadow:0 0.625rem 1.875rem rgba(2,2,3,.28);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-primary-hover-text:var(--cc-btn-primary-text);--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-btn-secondary-hover-text:var(--cc-btn-secondary-text);--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}#cc--main{z-index:2147483647;z-index:var(--cc-z-index)}.cc_div *,.cc_div :after,.cc_div :before,.cc_div :hover{animation:none;background:none;border:none;border-radius:unset;box-shadow:none;box-sizing:border-box;color:inherit;float:none;font-family:inherit;font-size:1em;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;letter-spacing:unset;line-height:1.2;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;transition:none;vertical-align:baseline;visibility:unset}.cc_div{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d4156;color:var(--cc-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--cc-font-family);font-size:16px;font-size:var(--cc-font-size);font-weight:400;text-rendering:optimizeLegibility}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.45rem;border-radius:var(--cc-border-radius)}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden}.cc_div a{border-bottom:1px solid}.cc_div a:hover{border-color:transparent;text-decoration:none}.cc_div .c-bn>span{pointer-events:none}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide #s-inr,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{opacity:1;transform:translateX(100%)}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{opacity:1;transform:translateX(-100%)}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{opacity:.85!important;opacity:var(--cc-overlay-opacity)!important;visibility:visible!important}#cm{background:#fff;background:var(--cc-bg);bottom:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625rem 1.875rem rgba(2,2,3,.28);box-shadow:var(--cc-consent-modal-box-shadow);font-family:inherit;line-height:normal;max-width:24.2em;opacity:0;padding:1em 1.4em 1.3em;position:fixed;right:1.25em;transform:scale(.95);visibility:hidden;width:100%;z-index:1}#cc_div #cm{display:block!important}#c-ttl{font-size:1.05em;margin-bottom:.7em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{background:#eaeff2;background:var(--cc-btn-secondary-bg);border-radius:.375rem;border-radius:var(--cc-btn-border-radius);color:#2d4156;color:var(--cc-btn-secondary-text);cursor:pointer;display:inline-block;flex:1;font-size:.82em;padding:1em 1.7em;text-align:center;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:.5rem}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg);color:#2d4156;color:var(--cc-btn-secondary-hover-text)}#s-cnt{display:table;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:101}#s-bl{outline:none;scrollbar-width:thin}#s-bl .title{margin-top:1.4em}#s-bl .b-bn,#s-bl .title:first-child{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{background:none;display:block;font-family:inherit;font-size:.95em;padding:1.3em 6.4em 1.3em 2.7em;position:relative;transition:background-color .25s ease;width:100%}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-left-radius:0;border-bottom-right-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{border:1px solid #f1f3f5;border:1px solid var(--cc-section-border);margin-bottom:.4rem;padding:1em;transition:background-color .25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#s-bl .c-bl:not(.b-ex):first-child:hover{background:transparent;background:unset}#s-bl .c-bl.b-ex{background:#f0f4f7;background:var(--cc-cookie-category-block-bg);border:none;padding:0;transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:.5em}#s-bl .b-acc{display:none;margin-bottom:0;max-height:0;overflow:hidden;padding-top:0}#s-bl .act .b-acc{display:block;max-height:100%;overflow:hidden}#s-cnt .p{color:#2d4156;color:var(--cc-block-text);font-size:.9em;line-height:1.5em;margin-top:.85em}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;position:relative;vertical-align:middle}#cs{bottom:0;left:0;padding:0 1.7em;position:fixed;right:0;top:0;width:100%}#cs,#s-inr{height:100%}#s-inr{box-shadow:0 13px 27px -5px rgba(3,6,9,.26);margin:0 auto;max-width:45em;opacity:0;overflow:hidden;padding-bottom:4.75em;padding-top:4.75em;position:relative;transform:scale(.96);visibility:hidden}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;padding:1.3em 1.6em;width:100%}#s-bns{border-top:1px solid #f1f3f5;border-top:1px solid var(--cc-section-border);bottom:0;height:4.75em;left:0;padding:1em 1.8em;position:absolute;right:0}.cc_div .cc-link{border-bottom:1px solid #2d4156;border-bottom:1px solid var(--cc-btn-primary-bg);color:#2d4156;color:var(--cc-btn-primary-bg);cursor:pointer;display:inline;font-weight:600;padding-bottom:0;text-decoration:none}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}#c-bns.swap button:first-child{background:#eaeff2;background:var(--cc-btn-secondary-bg);color:#2d4156;color:var(--cc-btn-secondary-text)}#c-bns.swap button:last-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#2d4156;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#1d2e38;background:var(--cc-btn-primary-hover-bg);color:#fff;color:var(--cc-btn-primary-hover-text)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg);color:#2d4156;color:var(--cc-btn-secondary-hover-text)}#s-hdr{border-bottom:1px solid #f1f3f5;border-bottom:1px solid var(--cc-section-border);display:table;height:4.75em;padding:0 1.8em;position:absolute;top:0;width:100%;z-index:2}#s-hdr,#s-ttl{vertical-align:middle}#s-ttl{display:table-cell;font-size:1em}#s-c-bn{font-size:1.45em;font-weight:400;height:1.7em;margin:0;overflow:hidden;padding:0;position:relative;width:1.7em}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#c_policy__text{height:31.25em;margin-top:1.25em;overflow-y:auto}#c-s-in{height:100%;height:calc(100% - 2.5em);max-height:37.5em;position:relative;top:50%;transform:translateY(-50%)}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{background:transparent;border-radius:0 .25em .25em 0;height:100%;width:.8em}#s-bl::-webkit-scrollbar-thumb{background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border:.25em solid #fff;border:.25em solid var(--cc-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{height:5px;width:10px}}.cc_div .b-tg{bottom:0;display:inline-block;margin:auto;right:0;right:1.2em;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg,.cc_div .b-tg .c-tgl{cursor:pointer;position:absolute;top:0}.cc_div .b-tg .c-tgl{border:0;display:block;left:0;margin:0}.cc_div .b-tg .c-tg{background:#919ea6;background:var(--cc-toggle-bg-off);pointer-events:none;position:absolute;transition:background-color .25s ease,box-shadow .25s ease}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{background:#fff;background:var(--cc-toggle-knob-bg);border:none;border-radius:100%;box-shadow:0 1px 2px rgba(24,32,35,.36);box-sizing:content-box;content:"";display:block;height:1.25em;left:.125em;position:relative;top:.125em;transition:transform .25s ease;width:1.25em}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{border-collapse:collapse;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#s-bl caption{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border);font-size:.9em;font-weight:600;padding:.5rem 1rem}#s-bl td,#s-bl th{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}#s-bl th{font-family:inherit;font-weight:600;padding:1em 1rem}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{background:#070707;background:#040608;background:var(--cc-overlay-bg);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:none;visibility:hidden}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{bottom:0;left:0;position:fixed;top:0;transition:visibility .25s linear;visibility:hidden;width:100%;width:100vw}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{max-width:100vw;width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp:before,.cc_div .b-bn .exp:before{border:solid #2d4156;border:solid var(--cc-btn-secondary-text);border-width:0 2px 2px 0;content:"";display:inline-block;left:1.2em;margin-right:15px;padding:.2em;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg)}.cc_div .act .b-bn .b-tl:before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i:before{border:solid #ecf2fa;border:solid var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;display:inline-block;left:.75em;padding:.1em .1em .45em;top:.37em}#s-c-bn:after,#s-c-bn:before,.cc_div .on-i:before{content:"";margin:0 auto;position:absolute;transform:rotate(45deg)}#s-c-bn:after,#s-c-bn:before{background:#2d4156;background:var(--cc-btn-secondary-text);border-radius:1em;height:.6em;left:.82em;top:.58em;width:1.5px}#s-c-bn:after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{display:block;height:100%;position:absolute;right:0;text-align:center;transition:opacity .15s ease;width:50%}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i:after,.cc_div .off-i:before{background:#ecf2fa;background:var(--cc-toggle-knob-icon-color);content:" ";display:block;height:.7em;margin:0 auto;position:absolute;right:.8em;top:.42em;transform-origin:center;width:.09375em}.cc_div .off-i:before{transform:rotate(45deg)}.cc_div .off-i:after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{bottom:auto;top:50%;transform:translateY(-37%)}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center,#cm.cloud{left:1em;margin:0 auto;right:1em}#cm.cloud{max-width:50em;overflow:hidden;padding:1.2em 1.7em;text-align:center;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{display:table-cell;padding-right:2.4em;vertical-align:top;width:70%}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{display:table-cell;min-width:170px;vertical-align:middle}#cm.cloud .c-bn{margin:.5rem 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{border-radius:0;bottom:0;left:0;max-width:100%;padding:2em;position:fixed;right:0;width:100%}#cm.bar #c-inr{margin:0 auto;max-width:32em}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.4em;padding-right:1.4em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{border-radius:0;margin:0 0 0 auto;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl caption{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border);border-top:0;display:block}.cc_div .bar #s-bl thead tr{left:-9999px;position:absolute;top:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;padding-left:35%;position:relative}.cc_div .bar #s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1rem;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm.top{bottom:auto;top:1.25em}#cm.left{left:1.25em;right:auto}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media(prefers-reduced-motion){#cc--main #cm,#cc--main #s-cnt,#cc--main #s-inr{transition:none!important}}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{bottom:1em;display:block;left:1em;margin:0;max-width:100%;padding:1.2em!important;right:1em;width:auto}.force--consent #cm,.force--consent #cm.cloud{max-width:100vw;width:auto}#cm.top{bottom:auto;top:1em}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .b-tg{right:1.1em;transform:scale(1.1)}#s-inr{border-radius:0;margin:0;padding-bottom:7.9em}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.2em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.2em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-bottom:1.2em;padding-top:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl caption{border-bottom:0;display:block}#s-bl thead tr{left:-9999px;position:absolute;top:-9999px}#s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}#s-bl td{border:none;padding-left:35%;position:relative}#s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1rem;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm .c-bn,.cc_div .c-bn{margin-right:0;width:100%}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{float:unset;margin-left:0;margin-top:.625em}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;min-width:unset;width:auto}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.149)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.502),transparent)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.502),transparent)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.502),transparent)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.502),transparent)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.251));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.102));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.502));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}.wp-block,body{color:rgba(46,46,45,.88);font-family:Lexend,sans-serif}.text--left{text-align:left}.text--center{text-align:center}.text--right{text-align:right}.text--strong{font-weight:700}.donation-funnel .gfield--large-label label,.form-popup__close,.gform_submission_error,.h1,.h2,.h3,.h4,.h5,.h6,.heading,.preheading,.subheading,.top-footer .top-footer__items--one .top-footer__link,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h1,h2,h3,h4,h5,h6{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2e2e2d;font-family:Defused OT,sans-serif;font-weight:400;margin:0}.gfield_description,.preheading{font-family:Defused OT,sans-serif;font-size:12px;font-weight:400;line-height:1.3;text-transform:uppercase}@media(min-width:390px)and (max-width:2560px){.gfield_description,.preheading{font-size:calc(11.64055px + .09217vw)}}@media(min-width:2560px){.gfield_description,.preheading{font-size:14px}}.gfield_description,.preheading{letter-spacing:.72px}@media(min-width:390px)and (max-width:2560px){.gfield_description,.preheading{letter-spacing:calc(.69843px + .00553vw)}}@media(min-width:2560px){.gfield_description,.preheading{letter-spacing:.84px}}.h1,h1{font-size:40px;line-height:1.1}@media(min-width:390px)and (max-width:1440px){.h1,h1{font-size:calc(31.08571px + 2.28571vw)}}@media(min-width:1440px)and (max-width:2560px){.h1,h1{font-size:calc(48.57143px + 1.07143vw)}}@media(min-width:2560px){.h1,h1{font-size:76px}}.h1,h1{letter-spacing:-.8px}@media(min-width:390px)and (max-width:1440px){.h1,h1{letter-spacing:calc(-.62171px - .04571vw)}}@media(min-width:1440px)and (max-width:2560px){.h1,h1{letter-spacing:calc(-.97143px - .02143vw)}}@media(min-width:2560px){.h1,h1{letter-spacing:-1.52px}}.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{font-size:34px;line-height:1.1}@media(min-width:390px)and (max-width:1440px){.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{font-size:calc(28.8px + 1.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{font-size:calc(35.14286px + .89286vw)}}@media(min-width:2560px){.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{font-size:58px}}.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{letter-spacing:-.68px}@media(min-width:390px)and (max-width:1440px){.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{letter-spacing:calc(-.576px - .02667vw)}}@media(min-width:1440px)and (max-width:2560px){.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{letter-spacing:calc(-.70286px - .01786vw)}}@media(min-width:2560px){.h2,.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon,h2{letter-spacing:-1.16px}}.h3,h3{font-size:30px;line-height:1.15}@media(min-width:390px)and (max-width:1440px){.h3,h3{font-size:calc(26.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.h3,h3{font-size:calc(29.71429px + .71429vw)}}@media(min-width:2560px){.h3,h3{font-size:48px}}.h3,h3{letter-spacing:-.45px}@media(min-width:390px)and (max-width:1440px){.h3,h3{letter-spacing:calc(-.39429px - .01429vw)}}@media(min-width:1440px)and (max-width:2560px){.h3,h3{letter-spacing:calc(-.44571px - .01071vw)}}@media(min-width:2560px){.h3,h3{letter-spacing:-.72px}}.form-popup__close,.h4,h4{font-size:24px;line-height:1.15}@media(min-width:390px)and (max-width:1440px){.form-popup__close,.h4,h4{font-size:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.form-popup__close,.h4,h4{font-size:calc(24.28571px + .53571vw)}}@media(min-width:2560px){.form-popup__close,.h4,h4{font-size:38px}}.form-popup__close,.h4,h4{letter-spacing:-.48px}@media(min-width:390px)and (max-width:1440px){.form-popup__close,.h4,h4{letter-spacing:calc(-.42057px - .01524vw)}}@media(min-width:1440px)and (max-width:2560px){.form-popup__close,.h4,h4{letter-spacing:calc(-.48571px - .01071vw)}}@media(min-width:2560px){.form-popup__close,.h4,h4{letter-spacing:-.76px}}.h5,h5{font-size:20px;line-height:1.15}@media(min-width:390px)and (max-width:1440px){.h5,h5{font-size:calc(17.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.h5,h5{font-size:calc(20.28571px + .53571vw)}}@media(min-width:2560px){.h5,h5{font-size:34px}}.h5,h5{letter-spacing:-.15px}@media(min-width:390px)and (max-width:1440px){.h5,h5{letter-spacing:calc(-.12771px - .00571vw)}}@media(min-width:1440px)and (max-width:2560px){.h5,h5{letter-spacing:calc(-.15214px - .00402vw)}}@media(min-width:2560px){.h5,h5{letter-spacing:-.255px}}.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{font-size:19px;line-height:1.2}@media(min-width:390px)and (max-width:1440px){.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{font-size:calc(17.88571px + .28571vw)}}@media(min-width:1440px)and (max-width:2560px){.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{font-size:calc(16.85714px + .35714vw)}}@media(min-width:2560px){.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{font-size:26px}}.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{letter-spacing:-.19px}@media(min-width:390px)and (max-width:1440px){.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{letter-spacing:calc(-.17886px - .00286vw)}}@media(min-width:1440px)and (max-width:2560px){.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{letter-spacing:calc(-.16857px - .00357vw)}}@media(min-width:2560px){.gform_submission_error,.h6,.top-footer .top-footer__items--one .top-footer__link,h6{letter-spacing:-.26px}}.display-1{font-size:52px}@media(min-width:390px)and (max-width:1440px){.display-1{font-size:calc(41.6px + 2.66667vw)}}@media(min-width:1440px)and (max-width:2560px){.display-1{font-size:calc(33.71429px + 3.21429vw)}}@media(min-width:2560px){.display-1{font-size:116px}}.display-2{font-size:40px}@media(min-width:390px)and (max-width:1440px){.display-2{font-size:calc(31.08571px + 2.28571vw)}}@media(min-width:1440px)and (max-width:2560px){.display-2{font-size:calc(22.85714px + 2.85714vw)}}@media(min-width:2560px){.display-2{font-size:96px}}.blockquote,blockquote{color:#2e2e2d;font-family:Defused OT,sans-serif;font-size:20px;font-weight:400;line-height:1.25;margin:0}@media(min-width:390px)and (max-width:1440px){.blockquote,blockquote{font-size:calc(18.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.blockquote,blockquote{font-size:calc(18.85714px + .35714vw)}}@media(min-width:2560px){.blockquote,blockquote{font-size:28px}}.blockquote strong,blockquote strong{font-weight:700}a{color:rgba(46,46,45,.88);transition:all .3s ease-in-out}.bottom-footer__link,.bottom-footer__text,.breadcrumbs__link,.content,.content--large,.content--small,.content--tiny,.donate-menu__description,.donation-funnel .gfield_description:not(.validation_message),.gfield+fieldset .gfield--type-choice .gfield_label,.gfield--type-choice .gfield+fieldset .gfield_label,.gfield--type-choice label,.gform_confirmation_wrapper,.gform_wrapper .validation_message,.header__description,.mobile-menu .mobile-menu-bottom__link,.mobile-menu__description,.mobile-menu__item--translate .gt_selector,.top-footer__heading,.wp-caption-text{font-weight:300;line-height:1.5}@media screen and (max-width:390px){.bottom-footer__link iframe,.bottom-footer__link ol,.bottom-footer__link p,.bottom-footer__link ul,.bottom-footer__text iframe,.bottom-footer__text ol,.bottom-footer__text p,.bottom-footer__text ul,.breadcrumbs__link iframe,.breadcrumbs__link ol,.breadcrumbs__link p,.breadcrumbs__link ul,.content iframe,.content ol,.content p,.content ul,.content--large iframe,.content--large ol,.content--large p,.content--large ul,.content--small iframe,.content--small ol,.content--small p,.content--small ul,.content--tiny iframe,.content--tiny ol,.content--tiny p,.content--tiny ul,.donate-menu__description iframe,.donate-menu__description ol,.donate-menu__description p,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) iframe,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) p,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label iframe,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label p,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label iframe,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label p,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label iframe,.gfield--type-choice label ol,.gfield--type-choice label p,.gfield--type-choice label ul,.gform_confirmation_wrapper iframe,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper p,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message iframe,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message p,.gform_wrapper .validation_message ul,.header__description iframe,.header__description ol,.header__description p,.header__description ul,.mobile-menu .mobile-menu-bottom__link iframe,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link p,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description iframe,.mobile-menu__description ol,.mobile-menu__description p,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector iframe,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector p,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading iframe,.top-footer__heading ol,.top-footer__heading p,.top-footer__heading ul,.wp-caption-text iframe,.wp-caption-text ol,.wp-caption-text p,.wp-caption-text ul{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__link iframe,.bottom-footer__link ol,.bottom-footer__link p,.bottom-footer__link ul,.bottom-footer__text iframe,.bottom-footer__text ol,.bottom-footer__text p,.bottom-footer__text ul,.breadcrumbs__link iframe,.breadcrumbs__link ol,.breadcrumbs__link p,.breadcrumbs__link ul,.content iframe,.content ol,.content p,.content ul,.content--large iframe,.content--large ol,.content--large p,.content--large ul,.content--small iframe,.content--small ol,.content--small p,.content--small ul,.content--tiny iframe,.content--tiny ol,.content--tiny p,.content--tiny ul,.donate-menu__description iframe,.donate-menu__description ol,.donate-menu__description p,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) iframe,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) p,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label iframe,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label p,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label iframe,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label p,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label iframe,.gfield--type-choice label ol,.gfield--type-choice label p,.gfield--type-choice label ul,.gform_confirmation_wrapper iframe,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper p,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message iframe,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message p,.gform_wrapper .validation_message ul,.header__description iframe,.header__description ol,.header__description p,.header__description ul,.mobile-menu .mobile-menu-bottom__link iframe,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link p,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description iframe,.mobile-menu__description ol,.mobile-menu__description p,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector iframe,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector p,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading iframe,.top-footer__heading ol,.top-footer__heading p,.top-footer__heading ul,.wp-caption-text iframe,.wp-caption-text ol,.wp-caption-text p,.wp-caption-text ul{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__link iframe,.bottom-footer__link ol,.bottom-footer__link p,.bottom-footer__link ul,.bottom-footer__text iframe,.bottom-footer__text ol,.bottom-footer__text p,.bottom-footer__text ul,.breadcrumbs__link iframe,.breadcrumbs__link ol,.breadcrumbs__link p,.breadcrumbs__link ul,.content iframe,.content ol,.content p,.content ul,.content--large iframe,.content--large ol,.content--large p,.content--large ul,.content--small iframe,.content--small ol,.content--small p,.content--small ul,.content--tiny iframe,.content--tiny ol,.content--tiny p,.content--tiny ul,.donate-menu__description iframe,.donate-menu__description ol,.donate-menu__description p,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) iframe,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) p,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label iframe,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label p,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label iframe,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label p,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label iframe,.gfield--type-choice label ol,.gfield--type-choice label p,.gfield--type-choice label ul,.gform_confirmation_wrapper iframe,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper p,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message iframe,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message p,.gform_wrapper .validation_message ul,.header__description iframe,.header__description ol,.header__description p,.header__description ul,.mobile-menu .mobile-menu-bottom__link iframe,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link p,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description iframe,.mobile-menu__description ol,.mobile-menu__description p,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector iframe,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector p,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading iframe,.top-footer__heading ol,.top-footer__heading p,.top-footer__heading ul,.wp-caption-text iframe,.wp-caption-text ol,.wp-caption-text p,.wp-caption-text ul{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.bottom-footer__link iframe,.bottom-footer__link ol,.bottom-footer__link p,.bottom-footer__link ul,.bottom-footer__text iframe,.bottom-footer__text ol,.bottom-footer__text p,.bottom-footer__text ul,.breadcrumbs__link iframe,.breadcrumbs__link ol,.breadcrumbs__link p,.breadcrumbs__link ul,.content iframe,.content ol,.content p,.content ul,.content--large iframe,.content--large ol,.content--large p,.content--large ul,.content--small iframe,.content--small ol,.content--small p,.content--small ul,.content--tiny iframe,.content--tiny ol,.content--tiny p,.content--tiny ul,.donate-menu__description iframe,.donate-menu__description ol,.donate-menu__description p,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) iframe,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) p,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label iframe,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label p,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label iframe,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label p,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label iframe,.gfield--type-choice label ol,.gfield--type-choice label p,.gfield--type-choice label ul,.gform_confirmation_wrapper iframe,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper p,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message iframe,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message p,.gform_wrapper .validation_message ul,.header__description iframe,.header__description ol,.header__description p,.header__description ul,.mobile-menu .mobile-menu-bottom__link iframe,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link p,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description iframe,.mobile-menu__description ol,.mobile-menu__description p,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector iframe,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector p,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading iframe,.top-footer__heading ol,.top-footer__heading p,.top-footer__heading ul,.wp-caption-text iframe,.wp-caption-text ol,.wp-caption-text p,.wp-caption-text ul{margin-top:16px}}.bottom-footer__link div.alignone,.bottom-footer__link div.wp-caption,.bottom-footer__text div.alignone,.bottom-footer__text div.wp-caption,.breadcrumbs__link div.alignone,.breadcrumbs__link div.wp-caption,.content div.alignone,.content div.wp-caption,.content--large div.alignone,.content--large div.wp-caption,.content--small div.alignone,.content--small div.wp-caption,.content--tiny div.alignone,.content--tiny div.wp-caption,.donate-menu__description div.alignone,.donate-menu__description div.wp-caption,.donation-funnel .gfield_description:not(.validation_message) div.alignone,.donation-funnel .gfield_description:not(.validation_message) div.wp-caption,.gfield+fieldset .gfield--type-choice .gfield_label div.alignone,.gfield+fieldset .gfield--type-choice .gfield_label div.wp-caption,.gfield--type-choice .gfield+fieldset .gfield_label div.alignone,.gfield--type-choice .gfield+fieldset .gfield_label div.wp-caption,.gfield--type-choice label div.alignone,.gfield--type-choice label div.wp-caption,.gform_confirmation_wrapper div.alignone,.gform_confirmation_wrapper div.wp-caption,.gform_wrapper .validation_message div.alignone,.gform_wrapper .validation_message div.wp-caption,.header__description div.alignone,.header__description div.wp-caption,.mobile-menu .mobile-menu-bottom__link div.alignone,.mobile-menu .mobile-menu-bottom__link div.wp-caption,.mobile-menu__description div.alignone,.mobile-menu__description div.wp-caption,.mobile-menu__item--translate .gt_selector div.alignone,.mobile-menu__item--translate .gt_selector div.wp-caption,.top-footer__heading div.alignone,.top-footer__heading div.wp-caption,.wp-caption-text div.alignone,.wp-caption-text div.wp-caption{max-width:100%}.bottom-footer__link h1,.bottom-footer__link h2,.bottom-footer__link h3,.bottom-footer__link h4,.bottom-footer__link h5,.bottom-footer__link h6,.bottom-footer__text h1,.bottom-footer__text h2,.bottom-footer__text h3,.bottom-footer__text h4,.bottom-footer__text h5,.bottom-footer__text h6,.breadcrumbs__link h1,.breadcrumbs__link h2,.breadcrumbs__link h3,.breadcrumbs__link h4,.breadcrumbs__link h5,.breadcrumbs__link h6,.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content--large h1,.content--large h2,.content--large h3,.content--large h4,.content--large h5,.content--large h6,.content--small h1,.content--small h2,.content--small h3,.content--small h4,.content--small h5,.content--small h6,.content--tiny h1,.content--tiny h2,.content--tiny h3,.content--tiny h4,.content--tiny h5,.content--tiny h6,.donate-menu__description h1,.donate-menu__description h2,.donate-menu__description h3,.donate-menu__description h4,.donate-menu__description h5,.donate-menu__description h6,.donation-funnel .gfield_description:not(.validation_message) h1,.donation-funnel .gfield_description:not(.validation_message) h2,.donation-funnel .gfield_description:not(.validation_message) h3,.donation-funnel .gfield_description:not(.validation_message) h4,.donation-funnel .gfield_description:not(.validation_message) h5,.donation-funnel .gfield_description:not(.validation_message) h6,.gfield+fieldset .gfield--type-choice .gfield_label h1,.gfield+fieldset .gfield--type-choice .gfield_label h2,.gfield+fieldset .gfield--type-choice .gfield_label h3,.gfield+fieldset .gfield--type-choice .gfield_label h4,.gfield+fieldset .gfield--type-choice .gfield_label h5,.gfield+fieldset .gfield--type-choice .gfield_label h6,.gfield--type-choice .gfield+fieldset .gfield_label h1,.gfield--type-choice .gfield+fieldset .gfield_label h2,.gfield--type-choice .gfield+fieldset .gfield_label h3,.gfield--type-choice .gfield+fieldset .gfield_label h4,.gfield--type-choice .gfield+fieldset .gfield_label h5,.gfield--type-choice .gfield+fieldset .gfield_label h6,.gfield--type-choice label h1,.gfield--type-choice label h2,.gfield--type-choice label h3,.gfield--type-choice label h4,.gfield--type-choice label h5,.gfield--type-choice label h6,.gform_confirmation_wrapper h1,.gform_confirmation_wrapper h2,.gform_confirmation_wrapper h3,.gform_confirmation_wrapper h4,.gform_confirmation_wrapper h5,.gform_confirmation_wrapper h6,.gform_wrapper .validation_message h1,.gform_wrapper .validation_message h2,.gform_wrapper .validation_message h3,.gform_wrapper .validation_message h4,.gform_wrapper .validation_message h5,.gform_wrapper .validation_message h6,.header__description h1,.header__description h2,.header__description h3,.header__description h4,.header__description h5,.header__description h6,.mobile-menu .mobile-menu-bottom__link h1,.mobile-menu .mobile-menu-bottom__link h2,.mobile-menu .mobile-menu-bottom__link h3,.mobile-menu .mobile-menu-bottom__link h4,.mobile-menu .mobile-menu-bottom__link h5,.mobile-menu .mobile-menu-bottom__link h6,.mobile-menu__description h1,.mobile-menu__description h2,.mobile-menu__description h3,.mobile-menu__description h4,.mobile-menu__description h5,.mobile-menu__description h6,.mobile-menu__item--translate .gt_selector h1,.mobile-menu__item--translate .gt_selector h2,.mobile-menu__item--translate .gt_selector h3,.mobile-menu__item--translate .gt_selector h4,.mobile-menu__item--translate .gt_selector h5,.mobile-menu__item--translate .gt_selector h6,.top-footer__heading h1,.top-footer__heading h2,.top-footer__heading h3,.top-footer__heading h4,.top-footer__heading h5,.top-footer__heading h6,.wp-caption-text h1,.wp-caption-text h2,.wp-caption-text h3,.wp-caption-text h4,.wp-caption-text h5,.wp-caption-text h6{font-weight:400}@media screen and (max-width:390px){.bottom-footer__link h1,.bottom-footer__link h2,.bottom-footer__link h3,.bottom-footer__link h4,.bottom-footer__link h5,.bottom-footer__link h6,.bottom-footer__text h1,.bottom-footer__text h2,.bottom-footer__text h3,.bottom-footer__text h4,.bottom-footer__text h5,.bottom-footer__text h6,.breadcrumbs__link h1,.breadcrumbs__link h2,.breadcrumbs__link h3,.breadcrumbs__link h4,.breadcrumbs__link h5,.breadcrumbs__link h6,.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content--large h1,.content--large h2,.content--large h3,.content--large h4,.content--large h5,.content--large h6,.content--small h1,.content--small h2,.content--small h3,.content--small h4,.content--small h5,.content--small h6,.content--tiny h1,.content--tiny h2,.content--tiny h3,.content--tiny h4,.content--tiny h5,.content--tiny h6,.donate-menu__description h1,.donate-menu__description h2,.donate-menu__description h3,.donate-menu__description h4,.donate-menu__description h5,.donate-menu__description h6,.donation-funnel .gfield_description:not(.validation_message) h1,.donation-funnel .gfield_description:not(.validation_message) h2,.donation-funnel .gfield_description:not(.validation_message) h3,.donation-funnel .gfield_description:not(.validation_message) h4,.donation-funnel .gfield_description:not(.validation_message) h5,.donation-funnel .gfield_description:not(.validation_message) h6,.gfield+fieldset .gfield--type-choice .gfield_label h1,.gfield+fieldset .gfield--type-choice .gfield_label h2,.gfield+fieldset .gfield--type-choice .gfield_label h3,.gfield+fieldset .gfield--type-choice .gfield_label h4,.gfield+fieldset .gfield--type-choice .gfield_label h5,.gfield+fieldset .gfield--type-choice .gfield_label h6,.gfield--type-choice .gfield+fieldset .gfield_label h1,.gfield--type-choice .gfield+fieldset .gfield_label h2,.gfield--type-choice .gfield+fieldset .gfield_label h3,.gfield--type-choice .gfield+fieldset .gfield_label h4,.gfield--type-choice .gfield+fieldset .gfield_label h5,.gfield--type-choice .gfield+fieldset .gfield_label h6,.gfield--type-choice label h1,.gfield--type-choice label h2,.gfield--type-choice label h3,.gfield--type-choice label h4,.gfield--type-choice label h5,.gfield--type-choice label h6,.gform_confirmation_wrapper h1,.gform_confirmation_wrapper h2,.gform_confirmation_wrapper h3,.gform_confirmation_wrapper h4,.gform_confirmation_wrapper h5,.gform_confirmation_wrapper h6,.gform_wrapper .validation_message h1,.gform_wrapper .validation_message h2,.gform_wrapper .validation_message h3,.gform_wrapper .validation_message h4,.gform_wrapper .validation_message h5,.gform_wrapper .validation_message h6,.header__description h1,.header__description h2,.header__description h3,.header__description h4,.header__description h5,.header__description h6,.mobile-menu .mobile-menu-bottom__link h1,.mobile-menu .mobile-menu-bottom__link h2,.mobile-menu .mobile-menu-bottom__link h3,.mobile-menu .mobile-menu-bottom__link h4,.mobile-menu .mobile-menu-bottom__link h5,.mobile-menu .mobile-menu-bottom__link h6,.mobile-menu__description h1,.mobile-menu__description h2,.mobile-menu__description h3,.mobile-menu__description h4,.mobile-menu__description h5,.mobile-menu__description h6,.mobile-menu__item--translate .gt_selector h1,.mobile-menu__item--translate .gt_selector h2,.mobile-menu__item--translate .gt_selector h3,.mobile-menu__item--translate .gt_selector h4,.mobile-menu__item--translate .gt_selector h5,.mobile-menu__item--translate .gt_selector h6,.top-footer__heading h1,.top-footer__heading h2,.top-footer__heading h3,.top-footer__heading h4,.top-footer__heading h5,.top-footer__heading h6,.wp-caption-text h1,.wp-caption-text h2,.wp-caption-text h3,.wp-caption-text h4,.wp-caption-text h5,.wp-caption-text h6{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__link h1,.bottom-footer__link h2,.bottom-footer__link h3,.bottom-footer__link h4,.bottom-footer__link h5,.bottom-footer__link h6,.bottom-footer__text h1,.bottom-footer__text h2,.bottom-footer__text h3,.bottom-footer__text h4,.bottom-footer__text h5,.bottom-footer__text h6,.breadcrumbs__link h1,.breadcrumbs__link h2,.breadcrumbs__link h3,.breadcrumbs__link h4,.breadcrumbs__link h5,.breadcrumbs__link h6,.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content--large h1,.content--large h2,.content--large h3,.content--large h4,.content--large h5,.content--large h6,.content--small h1,.content--small h2,.content--small h3,.content--small h4,.content--small h5,.content--small h6,.content--tiny h1,.content--tiny h2,.content--tiny h3,.content--tiny h4,.content--tiny h5,.content--tiny h6,.donate-menu__description h1,.donate-menu__description h2,.donate-menu__description h3,.donate-menu__description h4,.donate-menu__description h5,.donate-menu__description h6,.donation-funnel .gfield_description:not(.validation_message) h1,.donation-funnel .gfield_description:not(.validation_message) h2,.donation-funnel .gfield_description:not(.validation_message) h3,.donation-funnel .gfield_description:not(.validation_message) h4,.donation-funnel .gfield_description:not(.validation_message) h5,.donation-funnel .gfield_description:not(.validation_message) h6,.gfield+fieldset .gfield--type-choice .gfield_label h1,.gfield+fieldset .gfield--type-choice .gfield_label h2,.gfield+fieldset .gfield--type-choice .gfield_label h3,.gfield+fieldset .gfield--type-choice .gfield_label h4,.gfield+fieldset .gfield--type-choice .gfield_label h5,.gfield+fieldset .gfield--type-choice .gfield_label h6,.gfield--type-choice .gfield+fieldset .gfield_label h1,.gfield--type-choice .gfield+fieldset .gfield_label h2,.gfield--type-choice .gfield+fieldset .gfield_label h3,.gfield--type-choice .gfield+fieldset .gfield_label h4,.gfield--type-choice .gfield+fieldset .gfield_label h5,.gfield--type-choice .gfield+fieldset .gfield_label h6,.gfield--type-choice label h1,.gfield--type-choice label h2,.gfield--type-choice label h3,.gfield--type-choice label h4,.gfield--type-choice label h5,.gfield--type-choice label h6,.gform_confirmation_wrapper h1,.gform_confirmation_wrapper h2,.gform_confirmation_wrapper h3,.gform_confirmation_wrapper h4,.gform_confirmation_wrapper h5,.gform_confirmation_wrapper h6,.gform_wrapper .validation_message h1,.gform_wrapper .validation_message h2,.gform_wrapper .validation_message h3,.gform_wrapper .validation_message h4,.gform_wrapper .validation_message h5,.gform_wrapper .validation_message h6,.header__description h1,.header__description h2,.header__description h3,.header__description h4,.header__description h5,.header__description h6,.mobile-menu .mobile-menu-bottom__link h1,.mobile-menu .mobile-menu-bottom__link h2,.mobile-menu .mobile-menu-bottom__link h3,.mobile-menu .mobile-menu-bottom__link h4,.mobile-menu .mobile-menu-bottom__link h5,.mobile-menu .mobile-menu-bottom__link h6,.mobile-menu__description h1,.mobile-menu__description h2,.mobile-menu__description h3,.mobile-menu__description h4,.mobile-menu__description h5,.mobile-menu__description h6,.mobile-menu__item--translate .gt_selector h1,.mobile-menu__item--translate .gt_selector h2,.mobile-menu__item--translate .gt_selector h3,.mobile-menu__item--translate .gt_selector h4,.mobile-menu__item--translate .gt_selector h5,.mobile-menu__item--translate .gt_selector h6,.top-footer__heading h1,.top-footer__heading h2,.top-footer__heading h3,.top-footer__heading h4,.top-footer__heading h5,.top-footer__heading h6,.wp-caption-text h1,.wp-caption-text h2,.wp-caption-text h3,.wp-caption-text h4,.wp-caption-text h5,.wp-caption-text h6{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__link h1,.bottom-footer__link h2,.bottom-footer__link h3,.bottom-footer__link h4,.bottom-footer__link h5,.bottom-footer__link h6,.bottom-footer__text h1,.bottom-footer__text h2,.bottom-footer__text h3,.bottom-footer__text h4,.bottom-footer__text h5,.bottom-footer__text h6,.breadcrumbs__link h1,.breadcrumbs__link h2,.breadcrumbs__link h3,.breadcrumbs__link h4,.breadcrumbs__link h5,.breadcrumbs__link h6,.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content--large h1,.content--large h2,.content--large h3,.content--large h4,.content--large h5,.content--large h6,.content--small h1,.content--small h2,.content--small h3,.content--small h4,.content--small h5,.content--small h6,.content--tiny h1,.content--tiny h2,.content--tiny h3,.content--tiny h4,.content--tiny h5,.content--tiny h6,.donate-menu__description h1,.donate-menu__description h2,.donate-menu__description h3,.donate-menu__description h4,.donate-menu__description h5,.donate-menu__description h6,.donation-funnel .gfield_description:not(.validation_message) h1,.donation-funnel .gfield_description:not(.validation_message) h2,.donation-funnel .gfield_description:not(.validation_message) h3,.donation-funnel .gfield_description:not(.validation_message) h4,.donation-funnel .gfield_description:not(.validation_message) h5,.donation-funnel .gfield_description:not(.validation_message) h6,.gfield+fieldset .gfield--type-choice .gfield_label h1,.gfield+fieldset .gfield--type-choice .gfield_label h2,.gfield+fieldset .gfield--type-choice .gfield_label h3,.gfield+fieldset .gfield--type-choice .gfield_label h4,.gfield+fieldset .gfield--type-choice .gfield_label h5,.gfield+fieldset .gfield--type-choice .gfield_label h6,.gfield--type-choice .gfield+fieldset .gfield_label h1,.gfield--type-choice .gfield+fieldset .gfield_label h2,.gfield--type-choice .gfield+fieldset .gfield_label h3,.gfield--type-choice .gfield+fieldset .gfield_label h4,.gfield--type-choice .gfield+fieldset .gfield_label h5,.gfield--type-choice .gfield+fieldset .gfield_label h6,.gfield--type-choice label h1,.gfield--type-choice label h2,.gfield--type-choice label h3,.gfield--type-choice label h4,.gfield--type-choice label h5,.gfield--type-choice label h6,.gform_confirmation_wrapper h1,.gform_confirmation_wrapper h2,.gform_confirmation_wrapper h3,.gform_confirmation_wrapper h4,.gform_confirmation_wrapper h5,.gform_confirmation_wrapper h6,.gform_wrapper .validation_message h1,.gform_wrapper .validation_message h2,.gform_wrapper .validation_message h3,.gform_wrapper .validation_message h4,.gform_wrapper .validation_message h5,.gform_wrapper .validation_message h6,.header__description h1,.header__description h2,.header__description h3,.header__description h4,.header__description h5,.header__description h6,.mobile-menu .mobile-menu-bottom__link h1,.mobile-menu .mobile-menu-bottom__link h2,.mobile-menu .mobile-menu-bottom__link h3,.mobile-menu .mobile-menu-bottom__link h4,.mobile-menu .mobile-menu-bottom__link h5,.mobile-menu .mobile-menu-bottom__link h6,.mobile-menu__description h1,.mobile-menu__description h2,.mobile-menu__description h3,.mobile-menu__description h4,.mobile-menu__description h5,.mobile-menu__description h6,.mobile-menu__item--translate .gt_selector h1,.mobile-menu__item--translate .gt_selector h2,.mobile-menu__item--translate .gt_selector h3,.mobile-menu__item--translate .gt_selector h4,.mobile-menu__item--translate .gt_selector h5,.mobile-menu__item--translate .gt_selector h6,.top-footer__heading h1,.top-footer__heading h2,.top-footer__heading h3,.top-footer__heading h4,.top-footer__heading h5,.top-footer__heading h6,.wp-caption-text h1,.wp-caption-text h2,.wp-caption-text h3,.wp-caption-text h4,.wp-caption-text h5,.wp-caption-text h6{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.bottom-footer__link h1,.bottom-footer__link h2,.bottom-footer__link h3,.bottom-footer__link h4,.bottom-footer__link h5,.bottom-footer__link h6,.bottom-footer__text h1,.bottom-footer__text h2,.bottom-footer__text h3,.bottom-footer__text h4,.bottom-footer__text h5,.bottom-footer__text h6,.breadcrumbs__link h1,.breadcrumbs__link h2,.breadcrumbs__link h3,.breadcrumbs__link h4,.breadcrumbs__link h5,.breadcrumbs__link h6,.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content--large h1,.content--large h2,.content--large h3,.content--large h4,.content--large h5,.content--large h6,.content--small h1,.content--small h2,.content--small h3,.content--small h4,.content--small h5,.content--small h6,.content--tiny h1,.content--tiny h2,.content--tiny h3,.content--tiny h4,.content--tiny h5,.content--tiny h6,.donate-menu__description h1,.donate-menu__description h2,.donate-menu__description h3,.donate-menu__description h4,.donate-menu__description h5,.donate-menu__description h6,.donation-funnel .gfield_description:not(.validation_message) h1,.donation-funnel .gfield_description:not(.validation_message) h2,.donation-funnel .gfield_description:not(.validation_message) h3,.donation-funnel .gfield_description:not(.validation_message) h4,.donation-funnel .gfield_description:not(.validation_message) h5,.donation-funnel .gfield_description:not(.validation_message) h6,.gfield+fieldset .gfield--type-choice .gfield_label h1,.gfield+fieldset .gfield--type-choice .gfield_label h2,.gfield+fieldset .gfield--type-choice .gfield_label h3,.gfield+fieldset .gfield--type-choice .gfield_label h4,.gfield+fieldset .gfield--type-choice .gfield_label h5,.gfield+fieldset .gfield--type-choice .gfield_label h6,.gfield--type-choice .gfield+fieldset .gfield_label h1,.gfield--type-choice .gfield+fieldset .gfield_label h2,.gfield--type-choice .gfield+fieldset .gfield_label h3,.gfield--type-choice .gfield+fieldset .gfield_label h4,.gfield--type-choice .gfield+fieldset .gfield_label h5,.gfield--type-choice .gfield+fieldset .gfield_label h6,.gfield--type-choice label h1,.gfield--type-choice label h2,.gfield--type-choice label h3,.gfield--type-choice label h4,.gfield--type-choice label h5,.gfield--type-choice label h6,.gform_confirmation_wrapper h1,.gform_confirmation_wrapper h2,.gform_confirmation_wrapper h3,.gform_confirmation_wrapper h4,.gform_confirmation_wrapper h5,.gform_confirmation_wrapper h6,.gform_wrapper .validation_message h1,.gform_wrapper .validation_message h2,.gform_wrapper .validation_message h3,.gform_wrapper .validation_message h4,.gform_wrapper .validation_message h5,.gform_wrapper .validation_message h6,.header__description h1,.header__description h2,.header__description h3,.header__description h4,.header__description h5,.header__description h6,.mobile-menu .mobile-menu-bottom__link h1,.mobile-menu .mobile-menu-bottom__link h2,.mobile-menu .mobile-menu-bottom__link h3,.mobile-menu .mobile-menu-bottom__link h4,.mobile-menu .mobile-menu-bottom__link h5,.mobile-menu .mobile-menu-bottom__link h6,.mobile-menu__description h1,.mobile-menu__description h2,.mobile-menu__description h3,.mobile-menu__description h4,.mobile-menu__description h5,.mobile-menu__description h6,.mobile-menu__item--translate .gt_selector h1,.mobile-menu__item--translate .gt_selector h2,.mobile-menu__item--translate .gt_selector h3,.mobile-menu__item--translate .gt_selector h4,.mobile-menu__item--translate .gt_selector h5,.mobile-menu__item--translate .gt_selector h6,.top-footer__heading h1,.top-footer__heading h2,.top-footer__heading h3,.top-footer__heading h4,.top-footer__heading h5,.top-footer__heading h6,.wp-caption-text h1,.wp-caption-text h2,.wp-caption-text h3,.wp-caption-text h4,.wp-caption-text h5,.wp-caption-text h6{margin-top:20px}}.bottom-footer__link>:first-child,.bottom-footer__text>:first-child,.breadcrumbs__link>:first-child,.content--large>:first-child,.content--small>:first-child,.content--tiny>:first-child,.content>:first-child,.donate-menu__description>:first-child,.donation-funnel .gfield_description:not(.validation_message)>:first-child,.gfield+fieldset .gfield--type-choice .gfield_label>:first-child,.gfield--type-choice .gfield+fieldset .gfield_label>:first-child,.gfield--type-choice label>:first-child,.gform_confirmation_wrapper>:first-child,.gform_wrapper .validation_message>:first-child,.header__description>:first-child,.mobile-menu .mobile-menu-bottom__link>:first-child,.mobile-menu__description>:first-child,.mobile-menu__item--translate .gt_selector>:first-child,.top-footer__heading>:first-child,.wp-caption-text>:first-child{margin-top:0}.bottom-footer__link>:last-child,.bottom-footer__text>:last-child,.breadcrumbs__link>:last-child,.content--large>:last-child,.content--small>:last-child,.content--tiny>:last-child,.content>:last-child,.donate-menu__description>:last-child,.donation-funnel .gfield_description:not(.validation_message)>:last-child,.gfield+fieldset .gfield--type-choice .gfield_label>:last-child,.gfield--type-choice .gfield+fieldset .gfield_label>:last-child,.gfield--type-choice label>:last-child,.gform_confirmation_wrapper>:last-child,.gform_wrapper .validation_message>:last-child,.header__description>:last-child,.mobile-menu .mobile-menu-bottom__link>:last-child,.mobile-menu__description>:last-child,.mobile-menu__item--translate .gt_selector>:last-child,.top-footer__heading>:last-child,.wp-caption-text>:last-child{margin-bottom:0}@media screen and (max-width:390px){.bottom-footer__link ol,.bottom-footer__link ul,.bottom-footer__text ol,.bottom-footer__text ul,.breadcrumbs__link ol,.breadcrumbs__link ul,.content ol,.content ul,.content--large ol,.content--large ul,.content--small ol,.content--small ul,.content--tiny ol,.content--tiny ul,.donate-menu__description ol,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label ol,.gfield--type-choice label ul,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message ul,.header__description ol,.header__description ul,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description ol,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading ol,.top-footer__heading ul,.wp-caption-text ol,.wp-caption-text ul{padding-left:12px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__link ol,.bottom-footer__link ul,.bottom-footer__text ol,.bottom-footer__text ul,.breadcrumbs__link ol,.breadcrumbs__link ul,.content ol,.content ul,.content--large ol,.content--large ul,.content--small ol,.content--small ul,.content--tiny ol,.content--tiny ul,.donate-menu__description ol,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label ol,.gfield--type-choice label ul,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message ul,.header__description ol,.header__description ul,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description ol,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading ol,.top-footer__heading ul,.wp-caption-text ol,.wp-caption-text ul{padding-left:calc(9.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__link ol,.bottom-footer__link ul,.bottom-footer__text ol,.bottom-footer__text ul,.breadcrumbs__link ol,.breadcrumbs__link ul,.content ol,.content ul,.content--large ol,.content--large ul,.content--small ol,.content--small ul,.content--tiny ol,.content--tiny ul,.donate-menu__description ol,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label ol,.gfield--type-choice label ul,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message ul,.header__description ol,.header__description ul,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description ol,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading ol,.top-footer__heading ul,.wp-caption-text ol,.wp-caption-text ul{padding-left:calc(12.28571px + .53571vw)}}@media(min-width:2560px){.bottom-footer__link ol,.bottom-footer__link ul,.bottom-footer__text ol,.bottom-footer__text ul,.breadcrumbs__link ol,.breadcrumbs__link ul,.content ol,.content ul,.content--large ol,.content--large ul,.content--small ol,.content--small ul,.content--tiny ol,.content--tiny ul,.donate-menu__description ol,.donate-menu__description ul,.donation-funnel .gfield_description:not(.validation_message) ol,.donation-funnel .gfield_description:not(.validation_message) ul,.gfield+fieldset .gfield--type-choice .gfield_label ol,.gfield+fieldset .gfield--type-choice .gfield_label ul,.gfield--type-choice .gfield+fieldset .gfield_label ol,.gfield--type-choice .gfield+fieldset .gfield_label ul,.gfield--type-choice label ol,.gfield--type-choice label ul,.gform_confirmation_wrapper ol,.gform_confirmation_wrapper ul,.gform_wrapper .validation_message ol,.gform_wrapper .validation_message ul,.header__description ol,.header__description ul,.mobile-menu .mobile-menu-bottom__link ol,.mobile-menu .mobile-menu-bottom__link ul,.mobile-menu__description ol,.mobile-menu__description ul,.mobile-menu__item--translate .gt_selector ol,.mobile-menu__item--translate .gt_selector ul,.top-footer__heading ol,.top-footer__heading ul,.wp-caption-text ol,.wp-caption-text ul{padding-left:26px}}@media screen and (max-width:390px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{padding-left:12px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{padding-left:calc(9.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{padding-left:calc(12.28571px + .53571vw)}}@media(min-width:2560px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{padding-left:26px}}@media screen and (max-width:390px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{margin-top:calc(9.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{margin-top:calc(12.28571px + .53571vw)}}@media(min-width:2560px){.bottom-footer__link li,.bottom-footer__text li,.breadcrumbs__link li,.content li,.content--large li,.content--small li,.content--tiny li,.donate-menu__description li,.donation-funnel .gfield_description:not(.validation_message) li,.gfield+fieldset .gfield--type-choice .gfield_label li,.gfield--type-choice .gfield+fieldset .gfield_label li,.gfield--type-choice label li,.gform_confirmation_wrapper li,.gform_wrapper .validation_message li,.header__description li,.mobile-menu .mobile-menu-bottom__link li,.mobile-menu__description li,.mobile-menu__item--translate .gt_selector li,.top-footer__heading li,.wp-caption-text li{margin-top:26px}}.bottom-footer__link li:first-child,.bottom-footer__text li:first-child,.breadcrumbs__link li:first-child,.content li:first-child,.content--large li:first-child,.content--small li:first-child,.content--tiny li:first-child,.donate-menu__description li:first-child,.donation-funnel .gfield_description:not(.validation_message) li:first-child,.gfield+fieldset .gfield--type-choice .gfield_label li:first-child,.gfield--type-choice .gfield+fieldset .gfield_label li:first-child,.gfield--type-choice label li:first-child,.gform_confirmation_wrapper li:first-child,.gform_wrapper .validation_message li:first-child,.header__description li:first-child,.mobile-menu .mobile-menu-bottom__link li:first-child,.mobile-menu__description li:first-child,.mobile-menu__item--translate .gt_selector li:first-child,.top-footer__heading li:first-child,.wp-caption-text li:first-child{margin-top:0}.bottom-footer__link li ul,.bottom-footer__text li ul,.breadcrumbs__link li ul,.content li ul,.content--large li ul,.content--small li ul,.content--tiny li ul,.donate-menu__description li ul,.donation-funnel .gfield_description:not(.validation_message) li ul,.gfield+fieldset .gfield--type-choice .gfield_label li ul,.gfield--type-choice .gfield+fieldset .gfield_label li ul,.gfield--type-choice label li ul,.gform_confirmation_wrapper li ul,.gform_wrapper .validation_message li ul,.header__description li ul,.mobile-menu .mobile-menu-bottom__link li ul,.mobile-menu__description li ul,.mobile-menu__item--translate .gt_selector li ul,.top-footer__heading li ul,.wp-caption-text li ul{list-style-type:disc;padding-left:40px}@media screen and (max-width:390px){.bottom-footer__link li ul,.bottom-footer__text li ul,.breadcrumbs__link li ul,.content li ul,.content--large li ul,.content--small li ul,.content--tiny li ul,.donate-menu__description li ul,.donation-funnel .gfield_description:not(.validation_message) li ul,.gfield+fieldset .gfield--type-choice .gfield_label li ul,.gfield--type-choice .gfield+fieldset .gfield_label li ul,.gfield--type-choice label li ul,.gform_confirmation_wrapper li ul,.gform_wrapper .validation_message li ul,.header__description li ul,.mobile-menu .mobile-menu-bottom__link li ul,.mobile-menu__description li ul,.mobile-menu__item--translate .gt_selector li ul,.top-footer__heading li ul,.wp-caption-text li ul{padding-left:18px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__link li ul,.bottom-footer__text li ul,.breadcrumbs__link li ul,.content li ul,.content--large li ul,.content--small li ul,.content--tiny li ul,.donate-menu__description li ul,.donation-funnel .gfield_description:not(.validation_message) li ul,.gfield+fieldset .gfield--type-choice .gfield_label li ul,.gfield--type-choice .gfield+fieldset .gfield_label li ul,.gfield--type-choice label li ul,.gform_confirmation_wrapper li ul,.gform_wrapper .validation_message li ul,.header__description li ul,.mobile-menu .mobile-menu-bottom__link li ul,.mobile-menu__description li ul,.mobile-menu__item--translate .gt_selector li ul,.top-footer__heading li ul,.wp-caption-text li ul{padding-left:calc(12.8px + 1.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__link li ul,.bottom-footer__text li ul,.breadcrumbs__link li ul,.content li ul,.content--large li ul,.content--small li ul,.content--tiny li ul,.donate-menu__description li ul,.donation-funnel .gfield_description:not(.validation_message) li ul,.gfield+fieldset .gfield--type-choice .gfield_label li ul,.gfield--type-choice .gfield+fieldset .gfield_label li ul,.gfield--type-choice label li ul,.gform_confirmation_wrapper li ul,.gform_wrapper .validation_message li ul,.header__description li ul,.mobile-menu .mobile-menu-bottom__link li ul,.mobile-menu__description li ul,.mobile-menu__item--translate .gt_selector li ul,.top-footer__heading li ul,.wp-caption-text li ul{padding-left:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.bottom-footer__link li ul,.bottom-footer__text li ul,.breadcrumbs__link li ul,.content li ul,.content--large li ul,.content--small li ul,.content--tiny li ul,.donate-menu__description li ul,.donation-funnel .gfield_description:not(.validation_message) li ul,.gfield+fieldset .gfield--type-choice .gfield_label li ul,.gfield--type-choice .gfield+fieldset .gfield_label li ul,.gfield--type-choice label li ul,.gform_confirmation_wrapper li ul,.gform_wrapper .validation_message li ul,.header__description li ul,.mobile-menu .mobile-menu-bottom__link li ul,.mobile-menu__description li ul,.mobile-menu__item--translate .gt_selector li ul,.top-footer__heading li ul,.wp-caption-text li ul{padding-left:40px}}.bottom-footer__link b,.bottom-footer__link strong,.bottom-footer__text b,.bottom-footer__text strong,.breadcrumbs__link b,.breadcrumbs__link strong,.content b,.content strong,.content--large b,.content--large strong,.content--small b,.content--small strong,.content--tiny b,.content--tiny strong,.donate-menu__description b,.donate-menu__description strong,.donation-funnel .gfield_description:not(.validation_message) b,.donation-funnel .gfield_description:not(.validation_message) strong,.gfield+fieldset .gfield--type-choice .gfield_label b,.gfield+fieldset .gfield--type-choice .gfield_label strong,.gfield--type-choice .gfield+fieldset .gfield_label b,.gfield--type-choice .gfield+fieldset .gfield_label strong,.gfield--type-choice label b,.gfield--type-choice label strong,.gform_confirmation_wrapper b,.gform_confirmation_wrapper strong,.gform_wrapper .validation_message b,.gform_wrapper .validation_message strong,.header__description b,.header__description strong,.mobile-menu .mobile-menu-bottom__link b,.mobile-menu .mobile-menu-bottom__link strong,.mobile-menu__description b,.mobile-menu__description strong,.mobile-menu__item--translate .gt_selector b,.mobile-menu__item--translate .gt_selector strong,.top-footer__heading b,.top-footer__heading strong,.wp-caption-text b,.wp-caption-text strong{font-weight:700}.content--large,.top-footer__heading{line-height:1.5}.breadcrumbs__link,.content--small,.donate-menu__description,.gfield+fieldset .gfield--type-choice .gfield_label,.gfield--type-choice .gfield+fieldset .gfield_label,.gfield--type-choice label,.header__description,.mobile-menu .mobile-menu-bottom__link,.mobile-menu__description,.mobile-menu__item--translate .gt_selector{line-height:1.4}.bottom-footer__link,.bottom-footer__text,.content--tiny,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message,.wp-caption-text{line-height:1.5}.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{-webkit-font-smoothing:antialiased;font-size:15px}@media(min-width:390px)and (max-width:1440px){.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{font-size:calc(14.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{font-size:calc(13.42857px + .17857vw)}}@media(min-width:2560px){.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{font-size:18px}}.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{letter-spacing:-.187px}@media(min-width:390px)and (max-width:1440px){.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{letter-spacing:calc(-.18217px - .00124vw)}}@media(min-width:1440px)and (max-width:2560px){.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{letter-spacing:calc(-.16786px - .00223vw)}}@media(min-width:2560px){.content,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message{letter-spacing:-.225px}}.content--large{font-size:17px}@media(min-width:390px)and (max-width:1440px){.content--large{font-size:calc(16.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.content--large{font-size:calc(12.85714px + .35714vw)}}@media(min-width:2560px){.content--large{font-size:22px}}.content--large{letter-spacing:-.34px}@media(min-width:390px)and (max-width:1440px){.content--large{letter-spacing:calc(-.33257px - .0019vw)}}@media(min-width:1440px)and (max-width:2560px){.content--large{letter-spacing:calc(-.25714px - .00714vw)}}@media(min-width:2560px){.content--large{letter-spacing:-.44px}}.breadcrumbs__link,.content--small,.donate-menu__description,.header__description,.mobile-menu .mobile-menu-bottom__link,.mobile-menu__description,.mobile-menu__item--translate .gt_selector{font-size:14px;letter-spacing:0}@media(min-width:390px)and (max-width:2560px){.breadcrumbs__link,.content--small,.donate-menu__description,.header__description,.mobile-menu .mobile-menu-bottom__link,.mobile-menu__description,.mobile-menu__item--translate .gt_selector{font-size:calc(13.64055px + .09217vw)}}@media(min-width:2560px){.breadcrumbs__link,.content--small,.donate-menu__description,.header__description,.mobile-menu .mobile-menu-bottom__link,.mobile-menu__description,.mobile-menu__item--translate .gt_selector{font-size:16px}}.bottom-footer__link,.bottom-footer__text,.content--tiny,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message,.wp-caption-text{font-size:12px;letter-spacing:0}@media(min-width:390px)and (max-width:2560px){.bottom-footer__link,.bottom-footer__text,.content--tiny,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message,.wp-caption-text{font-size:calc(11.64055px + .09217vw)}}@media(min-width:2560px){.bottom-footer__link,.bottom-footer__text,.content--tiny,.donation-funnel .gfield_description:not(.validation_message),.gform_wrapper .validation_message,.wp-caption-text{font-size:14px}}.donation-funnel .gfield--large-label label,.subheading{font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.4}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--large-label label,.subheading{font-size:calc(17.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--large-label label,.subheading{font-size:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--large-label label,.subheading{font-size:24px}}.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link,.menu-link-font{font-family:Lexend,sans-serif;font-size:17px;font-weight:400;line-height:1.5}@media(min-width:390px)and (max-width:2560px){.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link,.menu-link-font{font-size:calc(16.82028px + .04608vw)}}@media(min-width:2560px){.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link,.menu-link-font{font-size:18px}}.menu-link-font--small{font-size:16px;line-height:1.3}@media(min-width:390px){.menu-link-font--small{font-size:16px}}.menu-link-font--tiny{font-size:14px}@media(min-width:390px){.menu-link-font--tiny{font-size:14px}}.error{color:#cf2543;font-size:11px;font-weight:300;line-height:1.3}@media(min-width:390px)and (max-width:1440px){.error{font-size:calc(10.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.error{font-size:calc(10.42857px + .17857vw)}}@media(min-width:2560px){.error{font-size:15px}}.btn--alt__label,.btn-font,.btn__label,.donate-menu__item--parent>.donate-menu__link,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__amount-text,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__amount-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button__label,.gform_wrapper .gform_button_select_files,.mobile-menu-bottom__link,.mobile-menu-bottom__sub-menu-link,.mobile-menu__link,.mobile-menu__sub-menu-link,.search-form__submit,.search-page__link,.top-footer__button-link,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button__text,input[type=submit]{font-family:Defused OT,sans-serif;font-size:16px;font-weight:400;line-height:1.2}@media(min-width:390px)and (max-width:1440px){.btn--alt__label,.btn-font,.btn__label,.donate-menu__item--parent>.donate-menu__link,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__amount-text,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__amount-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button__label,.gform_wrapper .gform_button_select_files,.mobile-menu-bottom__link,.mobile-menu-bottom__sub-menu-link,.mobile-menu__link,.mobile-menu__sub-menu-link,.search-form__submit,.search-page__link,.top-footer__button-link,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button__text,input[type=submit]{font-size:calc(15.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.btn--alt__label,.btn-font,.btn__label,.donate-menu__item--parent>.donate-menu__link,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__amount-text,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__amount-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button__label,.gform_wrapper .gform_button_select_files,.mobile-menu-bottom__link,.mobile-menu-bottom__sub-menu-link,.mobile-menu__link,.mobile-menu__sub-menu-link,.search-form__submit,.search-page__link,.top-footer__button-link,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button__text,input[type=submit]{font-size:calc(15.71429px + .08929vw)}}@media(min-width:2560px){.btn--alt__label,.btn-font,.btn__label,.donate-menu__item--parent>.donate-menu__link,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__amount-text,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__amount-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button__label,.gform_wrapper .gform_button_select_files,.mobile-menu-bottom__link,.mobile-menu-bottom__sub-menu-link,.mobile-menu__link,.mobile-menu__sub-menu-link,.search-form__submit,.search-page__link,.top-footer__button-link,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button__text,input[type=submit]{font-size:18px}}.btn--alt--small .btn__label,.btn--alt--small .donate-menu__item--parent>.donate-menu__link,.btn--small .btn__label,.btn--small .donate-menu__item--parent>.donate-menu__link,.btn-font--small,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button--small .btn__label,.gform_button--small .donate-menu__item--parent>.donate-menu__link{font-size:15px}@media(min-width:390px)and (max-width:1440px){.btn--alt--small .btn__label,.btn--alt--small .donate-menu__item--parent>.donate-menu__link,.btn--small .btn__label,.btn--small .donate-menu__item--parent>.donate-menu__link,.btn-font--small,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button--small .btn__label,.gform_button--small .donate-menu__item--parent>.donate-menu__link{font-size:calc(14.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.btn--alt--small .btn__label,.btn--alt--small .donate-menu__item--parent>.donate-menu__link,.btn--small .btn__label,.btn--small .donate-menu__item--parent>.donate-menu__link,.btn-font--small,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button--small .btn__label,.gform_button--small .donate-menu__item--parent>.donate-menu__link{font-size:calc(14.71429px + .08929vw)}}@media(min-width:2560px){.btn--alt--small .btn__label,.btn--alt--small .donate-menu__item--parent>.donate-menu__link,.btn--small .btn__label,.btn--small .donate-menu__item--parent>.donate-menu__link,.btn-font--small,.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-widget-appeal__currency,.donation-widget-appeal__other-input,.donation-widget-appeal__type-text,.donation-widget__currency,.donation-widget__other-input,.donation-widget__type-text,.gform_button--small .btn__label,.gform_button--small .donate-menu__item--parent>.donate-menu__link{font-size:17px}}.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{font-family:Defused OT,sans-serif;font-size:11px;font-weight:400;line-height:1.3;text-transform:uppercase}@media(min-width:390px)and (max-width:1440px){.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{font-size:calc(10.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{font-size:calc(10.42857px + .17857vw)}}@media(min-width:2560px){.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{font-size:15px}}.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{letter-spacing:.66px}@media(min-width:390px)and (max-width:1440px){.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{letter-spacing:calc(.61543px + .01143vw)}}@media(min-width:1440px)and (max-width:2560px){.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{letter-spacing:calc(.62571px + .01071vw)}}@media(min-width:2560px){.gfield+fieldset .gfield_label,.gfield--type-choice .gfield_label_before_complex,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,.label-font,.search-form__field,label{letter-spacing:.9px}}.donation-funnel label,.label--small,.label-font--small,label--small{font-size:10px}@media(min-width:390px)and (max-width:1440px){.donation-funnel label,.label--small,.label-font--small,label--small{font-size:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel label,.label--small,.label-font--small,label--small{font-size:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-funnel label,.label--small,.label-font--small,label--small{font-size:14px}}.donation-funnel label,.label--small,.label-font--small,label--small{letter-spacing:.75px}@media(min-width:390px)and (max-width:1440px){.donation-funnel label,.label--small,.label-font--small,label--small{letter-spacing:calc(.69429px + .01429vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel label,.label--small,.label-font--small,label--small{letter-spacing:calc(.70714px + .01339vw)}}@media(min-width:2560px){.donation-funnel label,.label--small,.label-font--small,label--small{letter-spacing:1.05px}}input[type=checkbox]:checked{background-color:#e31933;background-image:url(/app/themes/adaptable/assets/dist/vectors/check.svg);background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:#e31933}.input-font-size{font-size:15px}@media(min-width:390px)and (max-width:1440px){.input-font-size{font-size:calc(14.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.input-font-size{font-size:calc(13.42857px + .17857vw)}}@media(min-width:2560px){.input-font-size{font-size:18px}}.checkbox-font-size{font-size:14px}@media(min-width:390px)and (max-width:2560px){.checkbox-font-size{font-size:calc(13.64055px + .09217vw)}}@media(min-width:2560px){.checkbox-font-size{font-size:16px}}.cite{font-family:Lexend,sans-serif;font-size:10px;font-weight:400;line-height:1.3;text-transform:uppercase}@media(min-width:390px)and (max-width:1440px){.cite{font-size:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.cite{font-size:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.cite{font-size:14px}}.cite{letter-spacing:.6px}@media(min-width:390px)and (max-width:1440px){.cite{letter-spacing:calc(.55543px + .01143vw)}}@media(min-width:1440px)and (max-width:2560px){.cite{letter-spacing:calc(.56571px + .01071vw)}}@media(min-width:2560px){.cite{letter-spacing:.84px}}.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{align-items:center;background-color:#e31933;color:#fff;cursor:pointer;display:flex;justify-content:center;outline:0;text-align:center;text-decoration:none;transition:all .3s ease-in-out;vertical-align:middle;width:-moz-fit-content;width:fit-content}@media screen and (max-width:390px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-bottom:calc(14.51429px + .38095vw);padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-bottom:calc(14.85714px + .35714vw);padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-bottom:24px;padding-top:24px}}@media screen and (max-width:390px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-left:40px;padding-right:40px}}.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{gap:8px}@media(min-width:390px)and (max-width:1440px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{gap:8px}}@media(min-width:2560px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{gap:8px}}.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{border-radius:999px}@media(min-width:390px){.btn,.btn--alt,.cc_div #cm #c-bns .c-bn,.cc_div .bns-t #s-bns .c-bn,.donation-widget-appeal__submit,.donation-widget__submit,.gform_button,.gform_next_button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button,.wc-block-cart__submit-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{border-radius:999px}}.btn--alt__label,.btn__label,.donate-menu__item--parent>.donate-menu__link,.gform_button__label{min-width:-moz-fit-content;min-width:fit-content}.btn--alt__svg,.btn__svg,.gform_button__svg{height:11px;width:auto}.btn--alt__wrap,.btn__wrap,.gform_button__wrap{height:16px;width:16px}.btn--alt__wrap,.btn--alt__wrap--svg,.btn__wrap,.btn__wrap--svg,.gform_button__wrap,.gform_button__wrap--svg{align-items:center;display:flex;justify-content:center}.btn--alt__wrap--svg,.btn__wrap--svg,.gform_button__wrap--svg{height:12px}@media(min-width:390px)and (max-width:1440px){.btn--alt__wrap--svg,.btn__wrap--svg,.gform_button__wrap--svg{height:calc(10.51429px + .38095vw)}}@media(min-width:1440px){.btn--alt__wrap--svg,.btn__wrap--svg,.gform_button__wrap--svg{height:16px}}.btn--alt__wrap--svg,.btn__wrap--svg,.gform_button__wrap--svg{width:12px}@media(min-width:390px)and (max-width:1440px){.btn--alt__wrap--svg,.btn__wrap--svg,.gform_button__wrap--svg{width:calc(10.51429px + .38095vw)}}@media(min-width:1440px){.btn--alt__wrap--svg,.btn__wrap--svg,.gform_button__wrap--svg{width:16px}}.btn--alt__wrap--svg-outer,.btn__wrap--svg-outer,.gform_button__wrap--svg-outer{transition:all .3s ease-in-out}.browser-fallback__button,.btn--alt--primary,.btn--primary,.cc_div #cm #c-bns #c-p-bn,.cc_div .bns-t #s-bns #s-all-bn.c-bn,.gform_button--primary,.gform_next_button{background-color:#e31933}.btn--alt--secondary,.btn--secondary,.cc_div #cm #c-bns #c-s-bn,.gform_button--secondary{background-color:transparent;color:#2e2e2d;outline:1.5px solid #2e2e2d}.btn--alt--tertiary,.btn--tertiary,.gform_button--tertiary{background-color:#f6f3ee;color:#2e2e2d}.btn--alt--outline,.btn--outline,.cc_div .bns-t #s-bns #s-rall-bn.c-bn,.cc_div .bns-t #s-bns #s-sv-bn.c-bn,.gform_button--outline{background-color:transparent;color:#2e2e2d;outline:1.5px solid #e31933}.btn--alt--link,.btn--link,.gform_button--link,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{background-color:transparent;color:#2e2e2d;gap:10px;padding-left:0;padding-right:0}@media(min-width:390px)and (max-width:1440px){.btn--alt--link,.btn--link,.gform_button--link,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.btn--alt--link,.btn--link,.gform_button--link,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.btn--alt--link,.btn--link,.gform_button--link,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{gap:16px}}.btn--alt--link .btn__label,.btn--alt--link .donate-menu__item--parent>.donate-menu__link,.btn--link .btn__label,.btn--link .donate-menu__item--parent>.donate-menu__link,.gform_button--link .btn__label,.gform_button--link .donate-menu__item--parent>.donate-menu__link,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .btn__label,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .donate-menu__item--parent>.donate-menu__link{text-decoration-thickness:1.1px}.btn--alt--link .btn__wrap,.btn--link .btn__wrap,.gform_button--link .btn__wrap,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .btn__wrap{border-radius:999px;height:auto;outline:2px solid #e31933;width:auto}@media(min-width:390px){.btn--alt--link .btn__wrap,.btn--link .btn__wrap,.gform_button--link .btn__wrap,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .btn__wrap{border-radius:999px}}@media screen and (max-width:390px){.btn--alt--link .btn__wrap,.btn--link .btn__wrap,.gform_button--link .btn__wrap,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .btn__wrap{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.btn--alt--link .btn__wrap,.btn--link .btn__wrap,.gform_button--link .btn__wrap,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .btn__wrap{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.btn--alt--link .btn__wrap,.btn--link .btn__wrap,.gform_button--link .btn__wrap,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .btn__wrap{padding:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.btn--alt--link .btn__wrap,.btn--link .btn__wrap,.gform_button--link .btn__wrap,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .btn__wrap{padding:16px}}.btn--alt--link.btn--no-icon .btn__label,.btn--alt--link.btn--no-icon .donate-menu__item--parent>.donate-menu__link,.btn--link.btn--no-icon .btn__label,.btn--link.btn--no-icon .donate-menu__item--parent>.donate-menu__link,.gform_button--link.btn--no-icon .btn__label,.gform_button--link.btn--no-icon .donate-menu__item--parent>.donate-menu__link,.wp-block-woocommerce-checkout .btn--no-icon.wc-block-components-checkout-return-to-cart-button .btn__label,.wp-block-woocommerce-checkout .btn--no-icon.wc-block-components-checkout-return-to-cart-button .donate-menu__item--parent>.donate-menu__link{text-decoration:underline}.btn--alt--circle-primary,.btn--alt--circle-secondary,.btn--circle-primary,.btn--circle-secondary,.gform_button--circle-primary,.gform_button--circle-secondary{background-color:#e31933;border-radius:999px}@media(min-width:390px){.btn--alt--circle-primary,.btn--alt--circle-secondary,.btn--circle-primary,.btn--circle-secondary,.gform_button--circle-primary,.gform_button--circle-secondary{border-radius:999px}}@media screen and (max-width:390px){.btn--alt--circle-primary,.btn--alt--circle-secondary,.btn--circle-primary,.btn--circle-secondary,.gform_button--circle-primary,.gform_button--circle-secondary{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.btn--alt--circle-primary,.btn--alt--circle-secondary,.btn--circle-primary,.btn--circle-secondary,.gform_button--circle-primary,.gform_button--circle-secondary{padding:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.btn--alt--circle-primary,.btn--alt--circle-secondary,.btn--circle-primary,.btn--circle-secondary,.gform_button--circle-primary,.gform_button--circle-secondary{padding:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.btn--alt--circle-primary,.btn--alt--circle-secondary,.btn--circle-primary,.btn--circle-secondary,.gform_button--circle-primary,.gform_button--circle-secondary{padding:24px}}.btn--alt--circle-primary .btn__wrap,.btn--alt--circle-secondary .btn__wrap,.btn--circle-primary .btn__wrap,.btn--circle-secondary .btn__wrap,.gform_button--circle-primary .btn__wrap,.gform_button--circle-secondary .btn__wrap{height:20px}@media(min-width:390px)and (max-width:1440px){.btn--alt--circle-primary .btn__wrap,.btn--alt--circle-secondary .btn__wrap,.btn--circle-primary .btn__wrap,.btn--circle-secondary .btn__wrap,.gform_button--circle-primary .btn__wrap,.gform_button--circle-secondary .btn__wrap{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.btn--alt--circle-primary .btn__wrap,.btn--alt--circle-secondary .btn__wrap,.btn--circle-primary .btn__wrap,.btn--circle-secondary .btn__wrap,.gform_button--circle-primary .btn__wrap,.gform_button--circle-secondary .btn__wrap{height:24px}}.btn--alt--circle-primary .btn__wrap,.btn--alt--circle-secondary .btn__wrap,.btn--circle-primary .btn__wrap,.btn--circle-secondary .btn__wrap,.gform_button--circle-primary .btn__wrap,.gform_button--circle-secondary .btn__wrap{width:20px}@media(min-width:390px)and (max-width:1440px){.btn--alt--circle-primary .btn__wrap,.btn--alt--circle-secondary .btn__wrap,.btn--circle-primary .btn__wrap,.btn--circle-secondary .btn__wrap,.gform_button--circle-primary .btn__wrap,.gform_button--circle-secondary .btn__wrap{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.btn--alt--circle-primary .btn__wrap,.btn--alt--circle-secondary .btn__wrap,.btn--circle-primary .btn__wrap,.btn--circle-secondary .btn__wrap,.gform_button--circle-primary .btn__wrap,.gform_button--circle-secondary .btn__wrap{width:24px}}.btn--alt--circle-primary .btn__svg,.btn--alt--circle-secondary .btn__svg,.btn--circle-primary .btn__svg,.btn--circle-secondary .btn__svg,.gform_button--circle-primary .btn__svg,.gform_button--circle-secondary .btn__svg{height:14px;width:14px}.btn--alt--circle-secondary,.btn--circle-secondary,.gform_button--circle-secondary{background-color:transparent;outline:2px solid #e31933}.btn--alt--circle-secondary .btn__svg,.btn--circle-secondary .btn__svg,.gform_button--circle-secondary .btn__svg{color:#2e2e2d}@media screen and (max-width:390px){.btn--alt--small,.btn--small,.gform_button--small{padding-bottom:12px;padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.btn--alt--small,.btn--small,.gform_button--small{padding-bottom:calc(10.51429px + .38095vw);padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.btn--alt--small,.btn--small,.gform_button--small{padding-bottom:calc(10.85714px + .35714vw);padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.btn--alt--small,.btn--small,.gform_button--small{padding-bottom:20px;padding-top:20px}}.btn--alt--small.btn--link,.btn--small.btn--link,.gform_button--small.btn--link,.wp-block-woocommerce-checkout .btn--alt--small.wc-block-components-checkout-return-to-cart-button,.wp-block-woocommerce-checkout .btn--small.wc-block-components-checkout-return-to-cart-button,.wp-block-woocommerce-checkout .gform_button--small.wc-block-components-checkout-return-to-cart-button{padding-left:0;padding-right:0}.btn--alt--icon-left .btn__wrap,.btn--icon-left .btn__wrap,.gform_button--icon-left .btn__wrap{order:-1}.btn--alt--disabled,.btn--alt.disabled,.btn--alt:disabled,.btn--disabled,.btn.disabled,.btn:disabled,.cc_div #cm #c-bns .c-bn:disabled,.cc_div #cm #c-bns .disabled.c-bn,.cc_div .bns-t #s-bns .c-bn:disabled,.cc_div .bns-t #s-bns .disabled.c-bn,.disabled.donation-widget-appeal__submit,.disabled.donation-widget__submit,.disabled.gform_next_button,.disabled.wc-block-cart__submit-button,.donation-widget-appeal__submit:disabled,.donation-widget__submit:disabled,.gform_button--disabled,.gform_button.disabled,.gform_button:disabled,.gform_next_button:disabled,.tribe-events-single .disabled.tribe-events-c-subscribe-dropdown__button,.tribe-events-single .tribe-events-c-subscribe-dropdown__button:disabled,.wc-block-cart__submit-button:disabled,.wp-block-woocommerce-checkout .disabled.wc-block-components-checkout-place-order-button,.wp-block-woocommerce-checkout .disabled.wc-block-components-checkout-return-to-cart-button,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:disabled{opacity:.5;pointer-events:none}@media(hover:hover)and (pointer:fine){.btn:hover,.cc_div #cm #c-bns .c-bn:hover,.cc_div .bns-t #s-bns .c-bn:hover,.donation-widget-appeal__submit:hover,.donation-widget__submit:hover,.gform_next_button:hover,.tribe-events-single .tribe-events-c-subscribe-dropdown__button:hover,.wc-block-cart__submit-button:hover,.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover{background-color:#2e2e2d;color:#fff}.btn--outline:hover,.cc_div .bns-t #s-bns #s-rall-bn.c-bn:hover,.cc_div .bns-t #s-bns #s-sv-bn.c-bn:hover{background-color:#e31933;color:#fff}.btn--link:hover,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover{background-color:transparent;color:#e31933}.btn--link:hover .btn__label,.btn--link:hover .donate-menu__item--parent>.donate-menu__link,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover .btn__label,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover .donate-menu__item--parent>.donate-menu__link{text-decoration:none}.btn--link:hover .btn__wrap--svg-outer,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover .btn__wrap--svg-outer{background-color:#e31933}.btn--link:hover .btn__svg,.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover .btn__svg{color:#fff}.btn--circle-secondary:hover{background-color:#e31933}.btn--circle-secondary:hover .btn__svg{color:#fff}}fieldset{border:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}@media screen and (max-width:390px){legend{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){legend{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){legend{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){legend{margin-bottom:16px}}textarea{min-height:161px}.input,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1.5px solid rgba(46,46,45,.88);border-radius:12px;color:rgba(46,46,45,.88);font-weight:300;position:relative;width:100%;z-index:2}@media(min-width:390px)and (max-width:1440px){.input,input,select,textarea{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.input,input,select,textarea{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.input,input,select,textarea{border-radius:20px}}@media screen and (max-width:390px){.input,input,select,textarea{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.input,input,select,textarea{padding:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.input,input,select,textarea{padding:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.input,input,select,textarea{padding:24px}}.input::-moz-placeholder,input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:rgba(46,46,45,.16);opacity:1}.input::placeholder,input::placeholder,select::placeholder,textarea::placeholder{color:rgba(46,46,45,.16);opacity:1}.input::-ms-input-placeholder,input::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder{color:rgba(46,46,45,.16);opacity:1}.input:focus,input:focus,select:focus,textarea:focus{border-color:rgba(46,46,45,.88);border-width:3px}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;aspect-ratio:1;background:#fff;border-radius:8px;cursor:pointer;display:inline-block;margin-top:0;padding:0;top:0;vertical-align:middle}@media(min-width:390px){input[type=checkbox]{border-radius:8px}}input[type=checkbox]{height:20px}@media(min-width:390px)and (max-width:1440px){input[type=checkbox]{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){input[type=checkbox]{height:24px}}input[type=checkbox]{width:20px}@media(min-width:390px)and (max-width:1440px){input[type=checkbox]{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){input[type=checkbox]{width:24px}}input[type=checkbox]:focus{border-width:1.5px}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;aspect-ratio:1;background:rgba(46,46,45,.08);border-radius:999px;cursor:pointer;display:inline-block;margin-top:0;top:0;vertical-align:middle}@media(min-width:390px){input[type=radio]{border-radius:999px}}input[type=radio]{height:20px}@media(min-width:390px)and (max-width:1440px){input[type=radio]{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){input[type=radio]{height:24px}}input[type=radio]{width:20px}@media(min-width:390px)and (max-width:1440px){input[type=radio]{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){input[type=radio]{width:24px}}input[type=radio]:checked:after{background-color:#e31933;border-radius:50%;content:"";display:block;height:calc(100% - 4px);left:2px;position:absolute;top:2px;width:calc(100% - 4px)}input[type=submit]{background-color:#e31933;border:0}.gfield+fieldset .gfield_label,.gfield--type-consent label,.gfield--type-name .gfield_label,.label,label{display:block;text-align:left;z-index:2}.gfield+fieldset .gfield--type-choice .gfield_label,.gfield--type-choice .gfield+fieldset .gfield_label,.gfield--type-choice label,.label--alt,label--alt{color:#2e2e2d}.form--light input,.form--light select,.form--light textarea{background-color:hsla(0,0%,100%,.08)}.form--light input::-moz-placeholder,.form--light select::-moz-placeholder,.form--light textarea::-moz-placeholder{color:hsla(0,0%,100%,.16);opacity:1}.form--light input::placeholder,.form--light select::placeholder,.form--light textarea::placeholder{color:hsla(0,0%,100%,.16);opacity:1}.form--light input::-ms-input-placeholder,.form--light select::-ms-input-placeholder,.form--light textarea::-ms-input-placeholder{color:hsla(0,0%,100%,.16);opacity:1}.form--light input:focus,.form--light select:focus,.form--light textarea:focus{border-color:hsla(0,0%,100%,.88);border-width:3px}.form--light .gfield+fieldset .gfield_label,.form--light .gfield--type-name .gfield_label,.form--light .label,.form--light label,.gfield+fieldset .form--light .gfield_label,.gfield--type-name .form--light .gfield_label{color:hsla(0,0%,100%,.64)}.form--light .gfield+fieldset .gfield--type-choice .gfield_label,.form--light .gfield--type-choice .gfield+fieldset .gfield_label,.form--light .gfield--type-choice label,.form--light .label--alt,.form--light label--alt,.gfield+fieldset .gfield--type-choice .form--light .gfield_label,.gfield--type-choice .form--light label,.gfield--type-choice .gfield+fieldset .form--light .gfield_label{color:#fff}@media screen and (min-width:1024px){input,select,textarea{height:61px;padding:18px 30px}}.container,.donate-menu__item--parent>.header__sub-menu,.donation-funnel-steps__list,.header__item--parent>.header__sub-menu{margin:0 auto;max-width:100%;padding-bottom:0;padding-top:0;width:100%}@media screen and (max-width:390px){.container,.donate-menu__item--parent>.header__sub-menu,.donation-funnel-steps__list,.header__item--parent>.header__sub-menu{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.container,.donate-menu__item--parent>.header__sub-menu,.donation-funnel-steps__list,.header__item--parent>.header__sub-menu{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.container,.donate-menu__item--parent>.header__sub-menu,.donation-funnel-steps__list,.header__item--parent>.header__sub-menu{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.container,.donate-menu__item--parent>.header__sub-menu,.donation-funnel-steps__list,.header__item--parent>.header__sub-menu{padding-left:104px;padding-right:104px}}.container--100{width:316px}@media(min-width:390px)and (max-width:1440px){.container--100{width:316px}}@media(min-width:1440px)and (max-width:2560px){.container--100{width:calc(-266.42857px + 40.44643vw)}}@media(min-width:2560px){.container--100{width:769px}}.container--200{width:390px}@media(min-width:390px)and (max-width:1440px){.container--200{width:calc(375.88571px + 3.61905vw)}}@media(min-width:1440px)and (max-width:2560px){.container--200{width:calc(-266.28571px + 48.21429vw)}}@media(min-width:2560px){.container--200{width:968px}}.container--300{width:390px}@media(min-width:390px)and (max-width:1440px){.container--300{width:calc(291.2px + 25.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.container--300{width:calc(-1px + 45.625vw)}}@media(min-width:2560px){.container--300{width:1167px}}.container--400{width:390px}@media(min-width:390px)and (max-width:1440px){.container--400{width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.container--400{width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.container--400{width:1366px}}.container--500{width:390px}@media(min-width:390px)and (max-width:1440px){.container--500{width:calc(208px + 46.66667vw)}}@media(min-width:1440px)and (max-width:2560px){.container--500{width:calc(-.71429px + 61.16071vw)}}@media(min-width:2560px){.container--500{width:1565px}}.container--600{width:390px}@media(min-width:390px)and (max-width:1440px){.container--600{width:calc(166.4px + 57.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.container--600{width:calc(-.57143px + 68.92857vw)}}@media(min-width:2560px){.container--600{width:1764px}}.container--700{width:390px}@media(min-width:390px)and (max-width:1440px){.container--700{width:calc(124.8px + 68vw)}}@media(min-width:1440px)and (max-width:2560px){.container--700{width:calc(-26.14286px + 78.48214vw)}}@media(min-width:2560px){.container--700{width:1983px}}.container--800{width:390px}@media(min-width:390px)and (max-width:1440px){.container--800{width:calc(83.2px + 78.66667vw)}}@media(min-width:1440px)and (max-width:2560px){.container--800{width:calc(-.28571px + 84.46429vw)}}@media(min-width:2560px){.container--800{width:2162px}}.container--900{width:390px}@media(min-width:390px)and (max-width:1440px){.container--900{width:calc(41.6px + 89.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.container--900{width:calc(-.14286px + 92.23214vw)}}@media(min-width:2560px){.container--900{width:2361px}}.container--full{width:100%}.fade{animation-duration:1s;animation-name:fade}.progress{animation-name:progress}.zoom{animation:zoom 40s infinite}.image-wipe{overflow:hidden;position:relative}.image-wipe:after,.image-wipe:before{background-color:#2e2e2d;bottom:0;content:"";pointer-events:none;position:absolute;top:0;z-index:1}.image-wipe--white:after,.image-wipe--white:before{background-color:#fff}.image-wipe--black:after,.image-wipe--black:before{background-color:#2e2e2d}.image-wipe:before{left:-40px;opacity:0;right:calc(50% - 40px)}.image-wipe:after{left:calc(50% + 40px);opacity:0;right:0}.image-wipe--active{animation-duration:2.2s;animation-iteration-count:1;animation-name:fade}.image-wipe--active:before{animation-duration:1s;animation-iteration-count:1;animation-name:wipe-left}.image-wipe--active:after{animation-duration:1s;animation-iteration-count:1;animation-name:wipe-right}.bg--primary-1{background-color:#e31933}.bg--primary-1-light{background-color:#f18c99}.bg--primary-1-lightest{background-color:#fce8eb}.bg--primary-1-dark{background-color:#ae1328}.bg--primary-2{background-color:#f78e1e}.bg--primary-2-light{background-color:#f9b771}.bg--primary-2-lightest{background-color:#fcecda}.bg--primary-2-dark{background-color:#a25706}.bg--secondary-1{background-color:#b1005d}.bg--secondary-2{background-color:#009491}.bg--secondary-3{background-color:#b66107}.bg--secondary-4{background-color:#20440d}.bg--secondary-5{background-color:#0065a4}.bg--secondary-6{background-color:#4b0894}.bg--secondary-7{background-color:#ffb8d7}.bg--secondary-8{background-color:#c0f2e9}.bg--secondary-9{background-color:#facd8e}.bg--secondary-10{background-color:#dae885}.bg--secondary-11{background-color:#c8ebf8}.bg--secondary-12{background-color:#dcc3f5}.bg--light-100{background-color:#fff}.bg--light-88{background-color:hsla(0,0%,100%,.88)}.bg--light-64{background-color:hsla(0,0%,100%,.64)}.bg--light-48{background-color:hsla(0,0%,100%,.48)}.bg--light-32{background-color:hsla(0,0%,100%,.32)}.bg--light-16{background-color:hsla(0,0%,100%,.16)}.bg--light-8{background-color:hsla(0,0%,100%,.08)}.bg--light-4{background-color:hsla(0,0%,100%,.04)}.bg--off-white{background-color:#f6f3ee}.bg--dark-100{background-color:#2e2e2d}.bg--dark-88{background-color:rgba(46,46,45,.88)}.bg--dark-64{background-color:rgba(46,46,45,.64)}.bg--dark-48{background-color:rgba(46,46,45,.48)}.bg--dark-32{background-color:rgba(46,46,45,.32)}.bg--dark-16{background-color:rgba(46,46,45,.16)}.bg--dark-8{background-color:rgba(46,46,45,.08)}.bg--dark-4{background-color:rgba(46,46,45,.04)}.bg--bg-depth{background-color:#f6f3ee}.bg--success{background-color:#046e6a}.bg--warning{background-color:#cf6e07}.bg--error{background-color:#cf2543}.text--primary-1{color:#e31933}.text--primary-1-light{color:#f18c99}.text--primary-1-lightest{color:#fce8eb}.text--primary-1-dark{color:#ae1328}.text--primary-2{color:#f78e1e}.text--primary-2-light{color:#f9b771}.text--primary-2-lightest{color:#fcecda}.text--primary-2-dark{color:#a25706}.text--secondary-1{color:#b1005d}.text--secondary-2{color:#009491}.text--secondary-3{color:#b66107}.text--secondary-4{color:#20440d}.text--secondary-5{color:#0065a4}.text--secondary-6{color:#4b0894}.text--secondary-7{color:#ffb8d7}.text--secondary-8{color:#c0f2e9}.text--secondary-9{color:#facd8e}.text--secondary-10{color:#dae885}.text--secondary-11{color:#c8ebf8}.text--secondary-12{color:#dcc3f5}.text--light-100{color:#fff}.text--light-88{color:hsla(0,0%,100%,.88)}.text--light-64{color:hsla(0,0%,100%,.64)}.text--light-48{color:hsla(0,0%,100%,.48)}.text--light-32{color:hsla(0,0%,100%,.32)}.text--light-16{color:hsla(0,0%,100%,.16)}.text--light-8{color:hsla(0,0%,100%,.08)}.text--light-4{color:hsla(0,0%,100%,.04)}.text--off-white{color:#f6f3ee}.text--dark-100{color:#2e2e2d}.text--dark-88{color:rgba(46,46,45,.88)}.text--dark-64{color:rgba(46,46,45,.64)}.text--dark-48{color:rgba(46,46,45,.48)}.text--dark-32{color:rgba(46,46,45,.32)}.text--dark-16{color:rgba(46,46,45,.16)}.text--dark-8{color:rgba(46,46,45,.08)}.text--dark-4{color:rgba(46,46,45,.04)}.text--bg-depth{color:#f6f3ee}.text--success{color:#046e6a}.text--warning{color:#cf6e07}.text--error{color:#cf2543}.blur{backdrop-filter:blur(8px);background:rgba(30,28,27,.32)}.blur--200{backdrop-filter:blur(16px)}.blur--300{backdrop-filter:blur(24px)}.blur--400{backdrop-filter:blur(40px)}.border-radius--100{border-radius:8px}@media(min-width:390px){.border-radius--100{border-radius:8px}}.border-radius--200{border-radius:10px}@media(min-width:390px)and (max-width:1440px){.border-radius--200{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.border-radius--200{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.border-radius--200{border-radius:14px}}.border-radius--300{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.border-radius--300{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.border-radius--300{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.border-radius--300{border-radius:20px}}.border-radius--400{border-radius:14px}@media(min-width:390px)and (max-width:1440px){.border-radius--400{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.border-radius--400{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.border-radius--400{border-radius:28px}}.border-radius--1000{border-radius:999px}@media(min-width:390px){.border-radius--1000{border-radius:999px}}.shadow{box-shadow:0 4px 16px 0 rgba(46,46,45,.04)}.shadow--200{box-shadow:0 8px 24px 0 rgba(46,46,45,.04)}.shadow--300{box-shadow:0 12px 32px 0 rgba(46,46,45,.08)}.shadow--400{box-shadow:0 20px 48px 0 rgba(46,46,45,.08)}.border{border:.5px solid rgba(46,46,45,.48)}.border--200{border:1px solid rgba(46,46,45,.48)}.border--300{border:1.5px solid rgba(46,46,45,.48)}.border--400{border:2px solid rgba(46,46,45,.48)}.cc_div #cm-ov,.cc_div #cs-ov,.overlay{background-color:rgba(46,46,45,.16);content:"";inset:0;position:absolute;transition:all .3s ease-in-out;z-index:1}.overlay--200{background-color:rgba(46,46,45,.32)}.overlay--300{background-color:rgba(46,46,45,.48)}.overlay--400{background-color:rgba(46,46,45,.64)}.gradient-overlay{background:linear-gradient(180deg,rgba(46,46,45,0),rgba(46,46,45,.64));content:"";inset:0;position:absolute;transition:all .3s ease-in-out;z-index:1}.gradient-overlay--200{background:linear-gradient(180deg,#2e2e2d,rgba(46,46,45,0))}.wrap--next-prev{width:20px}@media(min-width:390px)and (max-width:1440px){.wrap--next-prev{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.wrap--next-prev{width:24px}}.wrap--next-prev{height:20px}@media(min-width:390px)and (max-width:1440px){.wrap--next-prev{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.wrap--next-prev{height:24px}}.a2a-item,.wrap--center{display:flex;justify-content:center}.a2a-item{align-items:center;aspect-ratio:1;background-color:#f6f3ee;transition:all .3s ease-in-out!important}@media screen and (max-width:390px){.a2a-item{padding:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.a2a-item{padding:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.a2a-item{padding:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.a2a-item{padding:16px!important}}.a2a-item{border-radius:999px}@media(min-width:390px){.a2a-item{border-radius:999px}}.a2a-item svg{height:20px!important}@media(min-width:390px)and (max-width:1440px){.a2a-item svg{height:calc(18.51429px + .38095vw)!important}}@media(min-width:1440px){.a2a-item svg{height:24px!important}}.a2a-item svg{width:20px!important}@media(min-width:390px)and (max-width:1440px){.a2a-item svg{width:calc(18.51429px + .38095vw)!important}}@media(min-width:1440px){.a2a-item svg{width:24px!important}}.a2a-item .a2a_svg{height:auto!important;margin-right:0!important;width:auto!important}.a2a-item .a2a_svg svg path{fill:#e31933!important}.a2a-item__svg{color:#e31933;transition:all .3s ease-in-out}@media(hover:hover)and (pointer:fine){.a2a-item:hover{background-color:#e31933}.a2a-item:hover .a2a-item__svg{color:#fff}.a2a-item:hover .a2a_svg{opacity:1!important}.a2a-item:hover .a2a_svg svg path{fill:#fff!important}}#rlvlive_2{position:relative}.relevanssi-live-search-results-showing{border-radius:12px!important;left:0!important;top:55px!important}.relevanssi-live-search-results-showing .live-ajax-messages{border-bottom:1px solid #ebe8e4;padding:0;text-align:left}.relevanssi-live-search-result-status{text-align:left}@media screen and (max-width:390px){.relevanssi-live-search-result-status p{padding-bottom:4px!important;padding-top:4px!important}}@media screen and (min-width:390px)and (max-width:1440px){.relevanssi-live-search-result-status p{padding-bottom:4px!important;padding-top:4px!important}}@media(min-width:1440px){.relevanssi-live-search-result-status p{padding-bottom:4px!important;padding-top:4px!important}}@media screen and (max-width:390px){.relevanssi-live-search-result-status p{padding-left:16px!important;padding-right:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.relevanssi-live-search-result-status p{padding-left:calc(14.51429px + .38095vw)!important;padding-right:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.relevanssi-live-search-result-status p{padding-left:calc(14.85714px + .35714vw)!important;padding-right:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.relevanssi-live-search-result-status p{padding-left:24px!important;padding-right:24px!important}}.relevanssi-live-search-result-status button[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:#2e2e2d;font-size:14px;font-weight:700;text-align:left;transition:all .3s ease-in-out}.relevanssi-live-search-result-status button[type=submit]:hover{color:#e31933;cursor:pointer}.relevanssi-live-search-result-status button[type=submit] .relevanssi-live-search-result-status__icon{display:none}.relevanssi-live-search-result{text-align:left}.relevanssi-live-search-result a{text-decoration:none}@media screen and (max-width:390px){.relevanssi-live-search-result p{padding-bottom:10px!important;padding-top:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.relevanssi-live-search-result p{padding-bottom:calc(9.25714px + .19048vw)!important;padding-top:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.relevanssi-live-search-result p{padding-bottom:calc(6.85714px + .35714vw)!important;padding-top:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.relevanssi-live-search-result p{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (max-width:390px){.relevanssi-live-search-result p{padding-left:16px!important;padding-right:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.relevanssi-live-search-result p{padding-left:calc(14.51429px + .38095vw)!important;padding-right:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.relevanssi-live-search-result p{padding-left:calc(14.85714px + .35714vw)!important;padding-right:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.relevanssi-live-search-result p{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:1024px){.relevanssi-live-search-results-showing{top:65px!important}}.swiper-pagination{width:-moz-fit-content;width:fit-content}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{align-items:center;bottom:16px;display:flex;justify-content:center;left:50%;transform:translateX(-50%);width:-moz-fit-content;width:fit-content}@media(min-width:390px)and (max-width:1440px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:32px}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{border-radius:20px}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{gap:16px}@media(min-width:390px)and (max-width:1440px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{gap:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{gap:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{gap:24px}}@media screen and (max-width:390px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-bottom:8px;padding-top:8px}}@media(min-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-bottom:8px;padding-top:8px}}@media screen and (max-width:390px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-left:10px;padding-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-left:calc(9.25714px + .19048vw);padding-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-left:calc(6.85714px + .35714vw);padding-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{padding-left:16px;padding-right:16px}}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,.swiper-pagination-custom .swiper-pagination-bullet,.swiper-pagination-fraction .swiper-pagination-bullet{margin:0}.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:hsla(0,0%,100%,.64);opacity:.2}.swiper-pagination-bullet-active{background:hsla(0,0%,100%,.64)}.swiper-button-next,.swiper-button-prev{background-color:#f6f3ee;border-radius:999px;color:#2e2e2d;display:flex;height:unset;width:unset}@media(min-width:390px){.swiper-button-next,.swiper-button-prev{border-radius:999px}}@media screen and (max-width:390px){.swiper-button-next,.swiper-button-prev{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.swiper-button-next,.swiper-button-prev{padding:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.swiper-button-next,.swiper-button-prev{padding:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.swiper-button-next,.swiper-button-prev{padding:24px}}.swiper-button-next,.swiper-button-prev{transition:all .3s ease-in-out}.swiper-button-next svg,.swiper-button-prev svg{fill:none;width:20px}@media(min-width:390px)and (max-width:1440px){.swiper-button-next svg,.swiper-button-prev svg{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.swiper-button-next svg,.swiper-button-prev svg{width:24px}}.swiper-button-next svg,.swiper-button-prev svg{height:20px}@media(min-width:390px)and (max-width:1440px){.swiper-button-next svg,.swiper-button-prev svg{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.swiper-button-next svg,.swiper-button-prev svg{height:24px}}.swiper-button-next svg,.swiper-button-prev svg{transition:all .3s ease-in-out}.swiper .swiper-button-prev{left:16px}@media(min-width:390px)and (max-width:1440px){.swiper .swiper-button-prev{left:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.swiper .swiper-button-prev{left:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.swiper .swiper-button-prev{left:24px}}.swiper .swiper-button-prev svg{transform:rotate(180deg)}.swiper .swiper-button-next{right:16px}@media(min-width:390px)and (max-width:1440px){.swiper .swiper-button-next{right:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.swiper .swiper-button-next{right:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.swiper .swiper-button-next{right:24px}}.swiper-button-overlay{background:linear-gradient(90deg,rgba(48,48,48,.85),hsla(0,0%,100%,0));border-radius:10px;bottom:0;height:100%;mix-blend-mode:multiply;position:absolute;top:0;width:240px;z-index:1}@media(min-width:390px)and (max-width:1440px){.swiper-button-overlay{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.swiper-button-overlay{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.swiper-button-overlay{border-radius:14px}}.swiper-button-overlay--prev{left:0}.swiper-button-overlay--next{right:0;transform:rotate(180deg)}@media(hover:hover)and (pointer:fine){.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#e31933;color:#fff}}.tribe-common{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}.tribe-common *{box-sizing:border-box}.tribe-common article,.tribe-common aside,.tribe-common details,.tribe-common figcaption,.tribe-common figure,.tribe-common footer,.tribe-common header,.tribe-common main,.tribe-common menu,.tribe-common nav,.tribe-common section,.tribe-common summary{display:block}.tribe-common svg:not(:root){overflow:hidden}.tribe-common audio,.tribe-common canvas,.tribe-common progress,.tribe-common video{display:inline-block}.tribe-common audio:not([controls]){display:none;height:0}.tribe-common progress{vertical-align:initial}.tribe-common [hidden],.tribe-common template{display:none}.tribe-common pre{overflow:auto}.tribe-common sub,.tribe-common sup{position:relative;vertical-align:initial}.tribe-common sup{top:-.5em}.tribe-common sub{bottom:-.25em}.tribe-common button,.tribe-common input,.tribe-common select,.tribe-common textarea{box-sizing:border-box;margin:0}.tribe-common input[type=number]::-webkit-inner-spin-button,.tribe-common input[type=number]::-webkit-outer-spin-button{height:auto}.tribe-common legend{color:inherit;display:table;max-width:100%;white-space:normal}.tribe-common textarea{overflow:auto;resize:none}.tribe-common button,.tribe-common input[type=button],.tribe-common input[type=reset],.tribe-common input[type=submit]{cursor:pointer;overflow:visible}.tribe-common button[disabled],.tribe-common input[disabled]{cursor:default}.tribe-common button::-moz-focus-inner,.tribe-common input::-moz-focus-inner{border:0;padding:0}.tribe-common ol,.tribe-common ul{list-style:none;padding-left:0}.tribe-common img{-ms-interpolation-mode:bicubic;border-style:none;height:auto;max-width:100%}.tribe-common embed,.tribe-common iframe,.tribe-common video{max-height:100%;max-width:100%}.tribe-theme-avada input[type=text]{margin:0}.tribe-theme-divi .entry-content .tribe-common table,.tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common table{border:0;margin:0}.tribe-theme-divi .entry-content .tribe-common td,.tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common td{border:0}.tribe-theme-divi #content-area .tribe-common td,.tribe-theme-divi #content-area .tribe-common th,.tribe-theme-divi #content-area .tribe-common tr,.tribe-theme-divi #left-area .tribe-common ul{padding:0}#top .main_color .tribe-common button[disabled],#top.tribe-theme-enfold .tribe-common button[disabled]{cursor:default}#top .main_color .tribe-common form,#top .main_color .tribe-common input,#top.tribe-theme-enfold .tribe-common form,#top.tribe-theme-enfold .tribe-common input{margin:0}.entry-content .tribe-common ol,.entry-content .tribe-common ul,.entry-content-wrapper .tribe-common li,.tribe-theme-genesis .tribe-common ol,.tribe-theme-genesis .tribe-common ul{margin:0;padding:0}.tribe-theme-twentynineteen .tribe-common svg{fill:none}.tribe-theme-twentyseventeen .tribe-common div.tribe-dialog{z-index:5!important}.tribe-common .tribe-common-form-control-checkbox,.tribe-common .tribe-common-form-control-radio{align-items:flex-start;display:flex}.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-radio__label{cursor:pointer;margin-left:15px}.tribe-common .tribe-common-form-control-checkbox__input,.tribe-common .tribe-common-form-control-radio__input{cursor:pointer;flex:none;margin:1px 0 0}#top .main_color .tribe-common .tribe-common-form-control-checkbox__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-checkbox__input{margin:1px 0 0}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-checkbox__input{top:0}.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-checkbox__input:checked:after{border:none}.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-radio__input:checked:after{background-color:initial}.tribe-common .tribe-common-form-control-checkbox-radio-group>*{margin-bottom:15px}.tribe-common .tribe-common-form-control-checkbox-radio-group>:last-child{margin-bottom:0}.tribe-common .tribe-common-form-control-slider__input{cursor:pointer;display:inline-block;margin:0;padding:0;vertical-align:middle;width:120px}.tribe-common .tribe-common-form-control-slider__label{cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-slider--vertical .tribe-common-form-control-slider__label{display:block;margin:0 0 6px}.tribe-common .tribe-common-form-control-text__label{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-form-control-text__input{height:auto;padding:var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{padding:var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8)}#top .main_color .tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input{padding:var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;width:100%}#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input{padding:var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8)}.tribe-common .tribe-common-form-control-toggle__input,.tribe-common .tribe-common-form-control-toggle__label{cursor:pointer;display:inline-block;vertical-align:middle}.tribe-common .tribe-common-form-control-toggle__label{margin-left:11px}.tribe-common .tribe-common-form-control-toggle--vertical .tribe-common-form-control-toggle__label{display:block;margin:0 0 6px}#top .main_color .tribe-common .tribe-common-form-control-toggle__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-toggle__input{display:inline-block;margin:5px 0}.tribe-common .tribe-common-g-col{min-width:0;width:100%}.tribe-common .tribe-common-g-row{display:flex;flex-wrap:wrap}.tribe-common .tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-small-half-negative);margin-right:var(--tec-grid-gutter-small-half-negative)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-half-negative);margin-right:var(--tec-grid-gutter-half-negative)}.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:var(--tec-grid-gutter-small-half);padding-right:var(--tec-grid-gutter-small-half)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:var(--tec-grid-gutter-half);padding-right:var(--tec-grid-gutter-half)}.tribe-theme-twentynineteen .tribe-common .entry.tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-small-half-negative);margin-right:var(--tec-grid-gutter-small-half-negative);padding:0}.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .entry.tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-half-negative);margin-right:var(--tec-grid-gutter-half-negative)}.tribe-theme-twentynineteen .tribe-common .tribe-common-g-row--gutters>.entry.tribe-common-g-col{margin:0;padding-left:var(--tec-grid-gutter-small-half);padding-right:var(--tec-grid-gutter-small-half)}.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .tribe-common-g-row--gutters>.entry.tribe-common-g-col{padding-left:var(--tec-grid-gutter-half);padding-right:var(--tec-grid-gutter-half)}.tribe-common a{cursor:pointer}.tribe-theme-divi #left-area .tribe-common ul,.tribe-theme-divi .entry-content .tribe-common ul,body.et-pb-preview.tribe-theme-divi #main-content .container .tribe-common ul{list-style-type:none;padding:0}.entry-content .tribe-common ol>li,.entry-content .tribe-common ul>li{list-style-type:none}.tribe-common button{padding:0}.tribe-common .tribe-common-l-container{margin-left:auto;margin-right:auto;max-width:var(--tec-grid-width);padding-left:var(--tec-grid-gutter-page-small);padding-right:var(--tec-grid-gutter-page-small);width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{padding-left:var(--tec-grid-gutter-page);padding-right:var(--tec-grid-gutter-page)}.single-tribe_events .tribe-common-a11y-hidden,.tec-events-admin-settings .tribe-common-a11y-hidden,.tec-settings-form .tribe-common-a11y-hidden,.tribe-common .tribe-common-a11y-hidden{display:none!important;visibility:hidden}.single-tribe_events .tribe-common-a11y-visual-hide,.tec-events-admin-settings .tribe-common-a11y-visual-hide,.tec-settings-form .tribe-common-a11y-visual-hide,.tribe-common .tribe-common-a11y-visual-hide{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.single-tribe_events .tribe-common-a11y-visual-show,.tec-events-admin-settings .tribe-common-a11y-visual-show,.tec-settings-form .tribe-common-a11y-visual-show,.tribe-common .tribe-common-a11y-visual-show{clip:auto;height:auto;margin:0;position:static;width:auto}.single-tribe_events .tec-visually-hidden-md,.tec-events-admin-settings .tec-visually-hidden-md,.tec-settings-form .tec-visually-hidden-md,.tribe-common .tec-visually-hidden-md{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media(min-width:768px){.single-tribe_events .tec-visually-hidden-md,.tec-events-admin-settings .tec-visually-hidden-md,.tec-settings-form .tec-visually-hidden-md,.tribe-common .tec-visually-hidden-md{clip:auto;height:auto;margin:0;position:static;width:auto}}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{padding:11px 20px;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border{width:auto}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{padding:14px 20px;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small{padding:6px 15px;width:auto}.tribe-common .tribe-common-c-btn-icon:before{background-repeat:no-repeat;background-size:contain;content:"";display:block}.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg,.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg{width:11px}.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path{fill:currentcolor}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn{padding:11px 20px;width:100%}.tribe-common .tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:focus{outline:auto}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn{width:auto}.tribe-common .tribe-common-c-image{display:block;height:auto;margin-left:auto;margin-right:auto;width:100%}.tribe-common .tribe-common-c-image--bg{position:relative}.tribe-common .tribe-common-c-image__bg{background:50% no-repeat;background-size:cover;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.tribe-common .tribe-common-c-loader{display:flex;padding-top:calc(var(--tec-spacer-11)*3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-loader{padding-top:calc(var(--tec-spacer-13)*3)}.tribe-common .tribe-common-c-loader__dot{width:15px}.tribe-common .tribe-common-c-loader__dot:not(:first-of-type){margin-left:8px}.tribe-common .tribe-common-c-loader__dot circle{fill:currentcolor}.tribe-common .tribe-common-c-svgicon--featured{width:8px}.tribe-common .tribe-common-c-svgicon--recurring{width:12px}.tribe-common .tribe-common-c-svgicon--search{width:16px}.tribe-common .tribe-common-c-svgicon--location{width:10px}.tribe-common .tribe-common-c-svgicon--day,.tribe-common .tribe-common-c-svgicon--map,.tribe-common .tribe-common-c-svgicon--month,.tribe-common .tribe-common-c-svgicon--photo,.tribe-common .tribe-common-c-svgicon--week{height:100%;width:100%}.tribe-common .tribe-common-c-svgicon--close path,.tribe-common .tribe-common-c-svgicon--close-alt path{stroke:currentcolor}.tribe-common .tribe-common-c-svgicon--hybrid circle,.tribe-common .tribe-common-c-svgicon--mail,.tribe-common .tribe-common-c-svgicon--map-pin,.tribe-common .tribe-common-c-svgicon--messages-not-found g,.tribe-common .tribe-common-c-svgicon--no-map,.tribe-common .tribe-common-c-svgicon--phone,.tribe-common .tribe-common-c-svgicon--virtual g,.tribe-common .tribe-common-c-svgicon--website{fill:none}.tribe-common .tribe-common-c-svgicon--messages-not-found{width:22px}.tribe-common .tribe-common-c-svgicon--messages-not-found path{stroke:currentcolor}.tribe-common .tribe-common-c-svgicon--error{width:18px}.tribe-common .tribe-common-c-svgicon--error g,.tribe-common .tribe-common-c-svgicon--reset path{fill:none}.tribe-common .tribe-common-c-svgicon__svg-fill{fill:currentcolor}.tribe-common .tribe-common-c-svgicon__svg-stroke{stroke:currentcolor}.tribe-common .tribe-dialog{--tec-dialog-background-color:#fff;--tec-dialog-close-background:#fff;--tec-dialog-close-border-color:#bababa;--tec-dialog-close-border-width:1px;--tec-dialog-close-color:#bababa;--tec-dialog-close-height:12px;--tec-dialog-close-height-desktop:16px;--tec-dialog-overlay-color:#0000;--tec-modal-overlay-color:#141827e6;--tec-dialog-border-radius:4px;--tec-dialog-padding:16px;--tec-dialog-padding-top:24px;--tec-dialog-padding-side:28px}.tribe-common div.tribe-dialog{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.tribe-common div.tribe-dialog[aria-hidden=true]{display:none}.tribe-common .tribe-dialog__overlay{background-color:var(--tec-dialog-overlay-color);height:100vh;left:0;opacity:.9;position:fixed;top:0;width:100vw;z-index:100}.tribe-common .tribe-dialog__wrapper{background-color:var(--tec-dialog-background-color);border-radius:var(--tec-dialog-border-radius);box-shadow:0 2px 54px 0 var(--tec-modal-overlay-color);max-height:100vh;max-width:100vw;overflow-y:auto;padding:var(--tec-dialog-padding);-webkit-perspective:1000;-webkit-transform:translateZ(0);width:800px;z-index:200}.tribe-common .tribe-dialog__wrapper div[role=document]{align-items:flex-end;display:flex;flex-flow:column;justify-content:space-between;position:relative}@media screen and (min-width:768px){.tribe-common .tribe-dialog__wrapper{max-height:calc(100vh - 160px);padding:var(--tec-dialog-padding-top) var(--tec-dialog-padding-side)}}.tribe-common .tribe-dialog__close-button{background:var(--tec-dialog-close-background);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' stroke='%23bababa' stroke-linecap='square' stroke-width='2' d='M16 2 2 16m14 0L2 2'/%3E%3C/svg%3E")!important;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:inline-block;font-size:14px;height:var(--tec-dialog-close-height);line-height:var(--tec-dialog-close-height);padding:0;position:absolute;width:var(--tec-dialog-close-height);z-index:1}@media screen and (min-width:768px){.tribe-common .tribe-dialog__close-button{height:var(--tec-dialog-close-height-desktop);line-height:var(--tec-dialog-close-height-desktop);width:var(--tec-dialog-close-height-desktop)}}.tribe-common .tribe-dialog__close-button:focus,.tribe-common .tribe-dialog__close-button:hover{background:var(--tec-dialog-close-background);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' stroke='%235d5d5d' stroke-linecap='square' stroke-width='2' d='M16 2 2 16m14 0L2 2'/%3E%3C/svg%3E");background-size:contain;outline:none}.tribe-common .tribe-dialog__close-button:focus{outline:auto}.tribe-common .tribe-dialog__close-button--hidden{display:none}.tribe-common .tribe-dialog__close-button--round{border-radius:50%}.tribe-common .tribe-dialog__close-button--border{border:var(--tec-dialog-close-border-width) solid var(--tec-dialog-close-border-color)}.tribe-common h2.tribe-dialog__title{align-self:flex-start;margin:0 0 22px;padding-right:calc(var(--tec-dialog-close-height) + .5em);padding-top:0}.tribe-common .tribe-dialog__content{color:#141827;font-size:14px;line-height:1.64em;padding-right:calc(var(--tec-dialog-close-height) + .5em);padding-top:calc(var(--tec-dialog-close-height) + .5em);width:100%}.tribe-common .tribe-dialog__title+.tribe-dialog__content{padding:0}.tribe-common .tribe-dialog__content p{font-size:var(--tec-font-size-2)}.tribe-common .tribe-dialog__content .tribe-dialog__content__wrapper.tribe-dialog__content__wrapper--centered{align-items:center;display:flex;height:100%;justify-content:center;min-height:145px}@media screen and (max-width:768px){.tribe-common .tribe-dialog__content:last-of-type{padding-bottom:36px}}.tribe-common .tribe-modal__overlay{background-color:var(--tec-modal-overlay-color)}.tribe-common .tribe-confirm__content{padding-right:0}.tribe-common .tribe-dialog__button_wrap{display:flex;flex-flow:row wrap;justify-content:flex-end;margin-top:1rem}.tribe-common .tribe-dialog__button-cancel,.tribe-common .tribe-dialog__button-continue{margin-left:var(--tec-spacer-1);width:auto}#top .main_color .tribe-common div.tribe-dialog,#top.tribe-theme-enfold .tribe-common div.tribe-dialog,.tribe-theme-avada .tribe-common div.tribe-dialog,.tribe-theme-divi .tribe-common div.tribe-dialog{z-index:99999}.tec-tickets__attendees-list-item-attendee-details{flex:1!important}.tec-tickets__wallet-plus-rsvp-button{margin-right:0!important}.tec-tickets__wallet-plus-component-pdf-button-link{background-color:#e31933!important;border:0!important;color:#fff!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important;max-width:100%!important;width:100%!important}@media(min-width:390px)and (max-width:1440px){.tec-tickets__wallet-plus-component-pdf-button-link{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tec-tickets__wallet-plus-component-pdf-button-link{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tec-tickets__wallet-plus-component-pdf-button-link{font-size:18px!important}}.tec-tickets__wallet-plus-component-pdf-button-link{border-radius:999px!important;transition:all .3s ease-in-out!important}@media(min-width:390px){.tec-tickets__wallet-plus-component-pdf-button-link{border-radius:999px!important}}@media(hover:hover)and (pointer:fine){.tec-tickets__wallet-plus-component-pdf-button-link:hover{background-color:#2e2e2d!important}}:root{--tec-font-family-sans-serif:$font-family-base!important;--tec-font-weight-bold:500!important}.tribe-common .tribe-common-c-svgicon{color:#e31933!important}.tribe-common .tribe-dialog__close-button{background-image:none!important;height:24px!important;position:relative;width:24px!important}.tribe-common .tribe-dialog__close-button:after,.tribe-common .tribe-dialog__close-button:before{background-color:#2e2e2d;content:"";height:2px;left:50%;position:absolute;top:50%;transform-origin:center;transition:all .3s ease-in-out;width:24px}.tribe-common .tribe-dialog__close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.tribe-common .tribe-dialog__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}@media(hover:hover)and (pointer:fine){.tribe-common .tribe-dialog__close-button:hover:after,.tribe-common .tribe-dialog__close-button:hover:before{background-color:#e31933}}.tribe-dialog__wrapper{border-radius:20px!important;height:-moz-fit-content!important;height:fit-content!important}@media(min-width:390px)and (max-width:1440px){.tribe-dialog__wrapper{border-radius:calc(16.28571px + .95238vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-dialog__wrapper{border-radius:calc(22.28571px + .53571vw)!important}}@media(min-width:2560px){.tribe-dialog__wrapper{border-radius:36px!important}}@media screen and (max-width:390px){.tribe-dialog__wrapper{padding:48px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-dialog__wrapper{padding:calc(42.05714px + 1.52381vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-dialog__wrapper{padding:calc(53.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-dialog__wrapper{padding:72px!important}}.tribe-dialog__title{font-family:Defused OT,sans-serif!important;font-size:20px!important;line-height:1.15!important}@media(min-width:390px)and (max-width:1440px){.tribe-dialog__title{font-size:calc(17.02857px + .7619vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-dialog__title{font-size:calc(20.28571px + .53571vw)!important}}@media(min-width:2560px){.tribe-dialog__title{font-size:34px!important}}.tribe-dialog__title{letter-spacing:-.15px!important}@media(min-width:390px)and (max-width:1440px){.tribe-dialog__title{letter-spacing:calc(-.12771px - .00571vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-dialog__title{letter-spacing:calc(-.15214px - .00402vw)!important}}@media(min-width:2560px){.tribe-dialog__title{letter-spacing:-.255px!important}}.tribe-dialog .tribe-tickets__tickets-item{align-items:center!important;border-left:0!important;border-radius:0!important;border-right:0!important;gap:16px!important;padding-left:0!important;padding-right:0!important}@media(min-width:390px)and (max-width:1440px){.tribe-dialog .tribe-tickets__tickets-item{gap:calc(13.02857px + .7619vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-dialog .tribe-tickets__tickets-item{gap:calc(13.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-dialog .tribe-tickets__tickets-item{gap:32px!important}}.tribe-dialog .tribe-tickets__tickets-item-total-wrap{grid-row:unset!important}.tribe-dialog .tribe-tickets__tickets-item[data-available=false]{opacity:1!important}@media screen and (max-width:390px){.tribe-tickets__heading{margin-bottom:12px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__heading{margin-bottom:calc(10.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__heading{margin-bottom:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__heading{margin-bottom:20px!important}}.tribe-tickets__tickets-footer{border:0!important;flex-direction:column!important;gap:10px}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-footer{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-footer{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.tribe-tickets__tickets-footer{gap:16px}}.tribe-tickets__tickets-form{border:0!important;border-radius:16px!important;box-shadow:0 0 30px 3px rgba(46,46,45,.05)}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-form{border-radius:calc(13.02857px + .7619vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-form{border-radius:calc(13.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-form{border-radius:32px!important}}@media screen and (max-width:390px){.tribe-tickets__tickets-form{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-form{padding-bottom:calc(21.02857px + .7619vw)!important;padding-top:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-form{padding-bottom:calc(21.71429px + .71429vw)!important;padding-top:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-form{padding-bottom:40px!important;padding-top:40px!important}}@media screen and (max-width:390px){.tribe-tickets__tickets-form{padding-left:16px!important;padding-right:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-form{padding-left:calc(14.51429px + .38095vw)!important;padding-right:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-form{padding-left:calc(14.85714px + .35714vw)!important;padding-right:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-form{padding-left:24px!important;padding-right:24px!important}}.tribe-tickets__tickets-buy{background-color:#e31933!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important;width:100%!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-buy{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-buy{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-buy{font-size:18px!important}}@media screen and (max-width:390px){.tribe-tickets__tickets-buy{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-buy{padding-bottom:calc(14.51429px + .38095vw)!important;padding-top:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-buy{padding-bottom:calc(14.85714px + .35714vw)!important;padding-top:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-buy{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (max-width:390px){.tribe-tickets__tickets-buy{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-buy{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-buy{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-buy{padding-left:40px!important;padding-right:40px!important}}.tribe-tickets__tickets-buy{border-radius:999px!important}@media(min-width:390px){.tribe-tickets__tickets-buy{border-radius:999px!important}}.tribe-tickets__tickets-buy:disabled{opacity:.3}.tribe-tickets__attendee-tickets-footer-checkout-button{background-color:#e31933!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important;width:100%!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__attendee-tickets-footer-checkout-button{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__attendee-tickets-footer-checkout-button{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-tickets__attendee-tickets-footer-checkout-button{font-size:18px!important}}@media screen and (max-width:390px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-bottom:calc(14.51429px + .38095vw)!important;padding-top:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-bottom:calc(14.85714px + .35714vw)!important;padding-top:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (max-width:390px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__attendee-tickets-footer-checkout-button{padding-left:40px!important;padding-right:40px!important}}.tribe-tickets__attendee-tickets-footer-checkout-button{border-radius:999px!important}@media(min-width:390px){.tribe-tickets__attendee-tickets-footer-checkout-button{border-radius:999px!important}}.tribe-tickets__attendee-tickets-footer-checkout-button:disabled{opacity:.3}.tribe-tickets__attendee-tickets-footer-cart-button{background-color:#f6f3ee!important;color:#3c3c3b!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important;text-decoration:none!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__attendee-tickets-footer-cart-button{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__attendee-tickets-footer-cart-button{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-tickets__attendee-tickets-footer-cart-button{font-size:18px!important}}@media screen and (max-width:390px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-bottom:calc(14.51429px + .38095vw)!important;padding-top:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-bottom:calc(14.85714px + .35714vw)!important;padding-top:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (max-width:390px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__attendee-tickets-footer-cart-button{padding-left:40px!important;padding-right:40px!important}}.tribe-tickets__attendee-tickets-footer-cart-button{border-radius:999px!important}@media(min-width:390px){.tribe-tickets__attendee-tickets-footer-cart-button{border-radius:999px!important}}.tribe-tickets__attendee-tickets-footer-cart-button:disabled{opacity:.3}.tribe-tickets__attendee-tickets-footer-divider{margin-right:0!important}.tribe-tickets__attendee-tickets-footer{flex-direction:column;gap:10px!important;width:100%}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__attendee-tickets-footer{gap:calc(9.25714px + .19048vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__attendee-tickets-footer{gap:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__attendee-tickets-footer{gap:16px!important}}.tribe-tickets__tickets-footer-quantity,.tribe-tickets__tickets-footer-total{display:flex!important;justify-content:space-between;margin-left:0!important;width:100%!important}.tribe-tickets__tickets-item{align-items:flex-start!important;border:1.5px solid #cac7c2!important;grid-template-columns:1fr auto!important}@media screen and (max-width:390px){.tribe-tickets__tickets-item{padding:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item{padding:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item{padding:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-item{padding:24px!important}}@media screen and (max-width:390px){.tribe-tickets__tickets-item{margin-bottom:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item{margin-bottom:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item{margin-bottom:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-item{margin-bottom:16px!important}}.tribe-tickets__tickets-item{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.tribe-tickets__tickets-item{border-radius:20px}}.tribe-tickets__tickets-item{gap:10px}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.tribe-tickets__tickets-item{gap:16px}}.tribe-tickets__tickets-item-content-title{color:rgba(46,46,45,.88)!important;font-family:Lexend,sans-serif!important;font-weight:500!important}.tribe-tickets__tickets-item-content-title-container,.tribe-tickets__tickets-item-extra,.tribe-tickets__tickets-item-quantity{all:unset!important}.tribe-tickets__tickets-item-quantity{border:1.5px solid #3c3c3b!important;border-radius:12px!important;display:flex!important;width:-moz-fit-content!important;width:fit-content!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item-quantity{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item-quantity{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-item-quantity{border-radius:20px!important}}@media screen and (max-width:390px){.tribe-tickets__tickets-item-quantity{padding:8px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item-quantity{padding:8px!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item-quantity{padding:8px!important}}@media(min-width:2560px){.tribe-tickets__tickets-item-quantity{padding:8px!important}}.tribe-tickets__tickets-item-quantity-number-input{font-family:Lexend,sans-serif!important;font-size:15px!important;font-style:normal!important;font-weight:500!important;height:30px;line-height:150%!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item-quantity-number-input{font-size:calc(14.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item-quantity-number-input{font-size:calc(13.42857px + .17857vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-item-quantity-number-input{font-size:18px!important}}.tribe-tickets__tickets-item-quantity-number-input{letter-spacing:-.187px!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-item-quantity-number-input{letter-spacing:calc(-.18217px - .00124vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-item-quantity-number-input{letter-spacing:calc(-.16786px - .00223vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-item-quantity-number-input{letter-spacing:-.225px!important}}.tribe-tickets__tickets-item-quantity-add,.tribe-tickets__tickets-item-quantity-remove{margin-bottom:0!important}.tribe-tickets__tickets-item-quantity-number{height:auto!important}.tribe-tickets__tickets-item-quantity-unavailable{margin-left:0!important}.tribe-tickets__tickets-footer-quantity-label,.tribe-tickets__tickets-footer-total-label{color:rgba(46,46,45,.88)!important;font-weight:300!important}.tribe-tickets__tickets-footer-quantity-number{font-weight:400!important}.tribe-tickets__tickets-footer-total-wrap{font-family:Defused OT,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.4!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__tickets-footer-total-wrap{font-size:calc(17.25714px + .19048vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__tickets-footer-total-wrap{font-size:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__tickets-footer-total-wrap{font-size:24px!important}}.tribe-tickets__tickets-item-content-sale-label{background-color:#f18c99!important;color:#fff!important}.tec-tickets-plus-purchase-rules-messages__container{border-top:0!important}.tribe-tickets__rsvp-wrapper{border:0!important;border-radius:12px!important;box-shadow:0 0 30px 3px rgba(46,46,45,.05);margin-top:0!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-wrapper{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-wrapper{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-wrapper{border-radius:20px!important}}@media screen and (max-width:390px){.tribe-tickets__rsvp-wrapper{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-wrapper{padding-bottom:calc(21.02857px + .7619vw)!important;padding-top:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-wrapper{padding-bottom:calc(21.71429px + .71429vw)!important;padding-top:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-wrapper{padding-bottom:40px!important;padding-top:40px!important}}@media screen and (max-width:390px){.tribe-tickets__rsvp-wrapper{padding-left:16px!important;padding-right:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-wrapper{padding-left:calc(14.51429px + .38095vw)!important;padding-right:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-wrapper{padding-left:calc(14.85714px + .35714vw)!important;padding-right:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-wrapper{padding-left:24px!important;padding-right:24px!important}}.tribe-tickets__rsvp{flex-direction:column;padding:0!important}.tribe-tickets__rsvp-details-wrapper{width:100%!important}.tribe-tickets__rsvp-actions-wrapper{text-align:left!important;width:100%!important}.tribe-tickets__rsvp-actions-rsvp-going{margin-top:0!important}.tribe-tickets__rsvp-attendance{align-items:flex-end;border:1.5px solid #ebe8e4!important;border-radius:12px!important;display:flex;flex-direction:row!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-attendance{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-attendance{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-attendance{border-radius:20px!important}}.tribe-tickets__rsvp-attendance{gap:8px!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-attendance{gap:8px!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-attendance{gap:8px!important}}@media(min-width:2560px){.tribe-tickets__rsvp-attendance{gap:8px!important}}@media screen and (max-width:390px){.tribe-tickets__rsvp-attendance{padding:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-attendance{padding:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-attendance{padding:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-attendance{padding:24px!important}}.tribe-tickets__rsvp-attendance-going,.tribe-tickets__rsvp-attendance-number{font-family:Defused OT,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.3!important;text-transform:lowercase!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-attendance-going,.tribe-tickets__rsvp-attendance-number{font-size:calc(17.25714px + .19048vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-attendance-going,.tribe-tickets__rsvp-attendance-number{font-size:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-attendance-going,.tribe-tickets__rsvp-attendance-number{font-size:24px!important}}.tribe-tickets__rsvp-actions-button-going{background-color:#e31933!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important;max-width:100%!important;width:100%!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-actions-button-going{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-actions-button-going{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-actions-button-going{font-size:18px!important}}@media screen and (max-width:390px){.tribe-tickets__rsvp-actions-button-going{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-actions-button-going{padding-bottom:calc(14.51429px + .38095vw)!important;padding-top:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-actions-button-going{padding-bottom:calc(14.85714px + .35714vw)!important;padding-top:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-actions-button-going{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (max-width:390px){.tribe-tickets__rsvp-actions-button-going{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-actions-button-going{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-actions-button-going{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-actions-button-going{padding-left:40px!important;padding-right:40px!important}}.tribe-tickets__rsvp-actions-button-going{border-radius:999px!important;transition:all .3s ease-in-out!important}@media(min-width:390px){.tribe-tickets__rsvp-actions-button-going{border-radius:999px!important}}.tribe-tickets__rsvp-actions-button-going:disabled{opacity:.3}.tribe-tickets__rsvp-form-buttons{flex-direction:column;gap:10px}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-form-buttons{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-form-buttons{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.tribe-tickets__rsvp-form-buttons{gap:16px}}.tribe-tickets__rsvp-form-button{background-color:#e31933!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important;max-width:100%!important;width:100%!important}@media(min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-form-button{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-form-button{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-form-button{font-size:18px!important}}@media screen and (max-width:390px){.tribe-tickets__rsvp-form-button{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-form-button{padding-bottom:calc(14.51429px + .38095vw)!important;padding-top:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-form-button{padding-bottom:calc(14.85714px + .35714vw)!important;padding-top:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-form-button{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (max-width:390px){.tribe-tickets__rsvp-form-button{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-form-button{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-form-button{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-form-button{padding-left:40px!important;padding-right:40px!important}}.tribe-tickets__rsvp-form-button{border-radius:999px!important;transition:all .3s ease-in-out!important}@media(min-width:390px){.tribe-tickets__rsvp-form-button{border-radius:999px!important}}.tribe-tickets__rsvp-message--success{background-color:#e31933!important;color:#fff!important}@media screen and (max-width:390px){.tribe-tickets__rsvp-message--success{margin-bottom:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-message--success{margin-bottom:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-message--success{margin-bottom:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-message--success{margin-bottom:16px!important}}.tribe-tickets__rsvp-message--success-icon path{stroke:#fff!important}.tribe-tickets__rsvp-actions-success-going-check-icon{background-color:#e31933!important;margin:0!important}.tribe-tickets__rsvp-attendees{margin:0!important}@media screen and (max-width:390px){.tribe-tickets__rsvp-attendees{margin-top:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-tickets__rsvp-attendees{margin-top:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-tickets__rsvp-attendees{margin-top:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-tickets__rsvp-attendees{margin-top:16px!important}}.tribe-events-virtual-link-button{background-color:#e31933!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important;margin-top:0!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-virtual-link-button{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-virtual-link-button{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-events-virtual-link-button{font-size:18px!important}}@media screen and (max-width:390px){.tribe-events-virtual-link-button{padding-bottom:10px!important;padding-top:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-virtual-link-button{padding-bottom:calc(9.25714px + .19048vw)!important;padding-top:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-virtual-link-button{padding-bottom:calc(6.85714px + .35714vw)!important;padding-top:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-virtual-link-button{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (max-width:390px){.tribe-events-virtual-link-button{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-virtual-link-button{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-virtual-link-button{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-events-virtual-link-button{padding-left:40px!important;padding-right:40px!important}}.tribe-events-virtual-link-button{border-radius:999px!important;transition:all .3s ease-in-out!important}@media(min-width:390px){.tribe-events-virtual-link-button{border-radius:999px!important}}#tribe-tickets__modal-form .tribe-tickets__tickets-item-quantity{border:0!important;padding:0!important}#tribe-tickets__modal-form .tribe-tickets__tickets-item-quantity-number-input{border:0!important;pointer-events:none!important}#tribe-tickets__modal-form .tribe-tickets__tickets-item-quantity,#tribe-tickets__modal-form .tribe-tickets__tickets-item-quantity-number,#tribe-tickets__modal-form .tribe-tickets__tickets-item-quantity-number-input{cursor:default!important}@media screen and (min-width:1024px){.tribe-tickets__attendee-tickets-footer{flex-direction:row}.tribe-tickets__attendee-tickets-footer-checkout-button{width:auto!important}}@media(hover:hover)and (pointer:fine){.tribe-events-virtual-link-button:hover,.tribe-ticket__attendee-tickets-footer-checkout-button:hover,.tribe-tickets__rsvp-actions-button-going:hover,.tribe-tickets__rsvp-form-button:hover,.tribe-tickets__tickets-buy:hover{background-color:#2e2e2d!important}.tribe-tickets__attendee-tickets-footer-cart-button:hover{background-color:#2e2e2d!important;color:#fff!important}}.tribe-events-pro-photo__article{height:100%}.tribe-events-venue-map__wrap{border-radius:16px;overflow:hidden}@media(min-width:390px)and (max-width:1440px){.tribe-events-venue-map__wrap{border-radius:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-venue-map__wrap{border-radius:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.tribe-events-venue-map__wrap{border-radius:32px}}.tribe-events-gmap{display:block}@media screen and (max-width:390px){.tribe-events-gmap{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-gmap{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-gmap{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.tribe-events-gmap{margin-top:20px}}@media screen and (max-width:390px){.wp-block-woocommerce-cart{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.wp-block-woocommerce-cart{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-cart{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.wp-block-woocommerce-cart{padding-left:104px;padding-right:104px}}.wc-block-cart__submit-button{font-family:Defused OT,sans-serif;transition:all .3s ease-in-out!important}.wc-block-cart-item__image{display:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{height:30px}.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.with-empty-cart-icon){display:none}@media screen and (max-width:390px){.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon{padding-bottom:24px;padding-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon{padding-bottom:calc(10.62857px + 3.42857vw);padding-top:calc(10.62857px + 3.42857vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon{padding-bottom:calc(36.85714px + 1.60714vw);padding-top:calc(36.85714px + 1.60714vw)}}@media(min-width:2560px){.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon{padding-bottom:78px;padding-top:78px}}.wp-block-woocommerce-empty-cart-block .wp-block-separator{display:none}.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before{display:none!important}@media screen and (max-width:390px){.wp-block-woocommerce-checkout{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.wp-block-woocommerce-checkout{padding-left:104px;padding-right:104px}}.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{color:#e31933!important;font-size:24px!important;line-height:1.1!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{font-size:calc(21.02857px + .7619vw)!important}}@media(min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{font-size:calc(24.28571px + .53571vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{font-size:38px!important}}.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{letter-spacing:-.48px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{letter-spacing:calc(-.42057px - .01524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{letter-spacing:calc(-.48571px - .01071vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title{letter-spacing:-.76px!important}}.wp-block-woocommerce-checkout .wc-block-components-text-input input{border-radius:12px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{border-radius:20px!important}}.wp-block-woocommerce-checkout .wc-block-components-text-input input{height:55px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{height:calc(51.65714px + .85714vw)!important}}@media(min-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{height:64px!important}}@media screen and (max-width:390px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{padding:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{padding:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{padding:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input input{padding:24px!important}}.wp-block-woocommerce-checkout .wc-block-components-text-input label{font-family:Defused OT,sans-serif!important;font-size:11px!important;font-weight:400!important;line-height:1.3!important;text-transform:uppercase!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-text-input label{font-size:calc(10.25714px + .19048vw)!important}}@media(min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input label{font-size:calc(10.42857px + .17857vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input label{font-size:15px!important}}.wp-block-woocommerce-checkout .wc-block-components-text-input label{letter-spacing:.66px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-text-input label{letter-spacing:calc(.61543px + .01143vw)!important}}@media(min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input label{letter-spacing:calc(.62571px + .01071vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-text-input label{letter-spacing:.9px!important}}.wp-block-woocommerce-checkout .wc-block-components-textarea{border-radius:12px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-textarea{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-textarea{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-textarea{border-radius:20px!important}}.wp-block-woocommerce-checkout .wc-block-components-textarea{height:55px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-textarea{height:calc(51.65714px + .85714vw)!important}}@media(min-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-textarea{height:64px!important}}@media screen and (max-width:390px){.wp-block-woocommerce-checkout .wc-block-components-textarea{padding:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-block-components-textarea{padding:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-textarea{padding:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-block-components-textarea{padding:24px!important}}.wp-block-woocommerce-checkout .wc-blocks-components-select__select{height:55px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-blocks-components-select__select{height:calc(51.65714px + .85714vw)!important}}@media(min-width:1440px){.wp-block-woocommerce-checkout .wc-blocks-components-select__select{height:64px!important}}.wp-block-woocommerce-checkout .wc-blocks-components-select__select{border-radius:12px!important}@media(min-width:390px)and (max-width:1440px){.wp-block-woocommerce-checkout .wc-blocks-components-select__select{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.wp-block-woocommerce-checkout .wc-blocks-components-select__select{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.wp-block-woocommerce-checkout .wc-blocks-components-select__select{border-radius:20px!important}}.wp-block-woocommerce-checkout .wc-block-components-checkbox__input[type=checkbox]:checked{background-color:#e31933!important;background-image:url(/app/themes/adaptable/assets/dist/vectors/check.svg)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:60%!important;border-color:#e31933!important}.wp-block-woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{letter-spacing:0}.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button{border:0;transition:all .3s ease-in-out!important}.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{padding-left:0!important}.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg{all:unset!important}.wp-block-woocommerce-checkout .wc-block-components-totals-item__value{color:#e31933}.screen-reader-text{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:focus{outline:1px solid #e31933!important;outline-offset:-1px}:where(a,button,[role=button],.btn):focus-visible{outline:1px solid #e31933;outline-offset:-1px}:focus:not(:focus-visible){outline:none!important}@supports not selector(:focus-visible){:where(a,button,[role=button],.btn):focus{outline:1px solid #2e2e2d;outline-offset:-1px}}.skip-link{background:#2e2e2d;color:#e31933;left:-9999px;padding:12px 16px;position:absolute;top:0;z-index:1000}.skip-link:focus,.skip-link:focus-visible{left:0;outline-color:#e31933!important}body{-webkit-font-smoothing:antialiased;max-width:100%;overflow-x:hidden;transition:opacity .5s ease-in-out}body.show{opacity:1}img{display:block;height:auto;max-width:100%}figure img{height:auto;width:100%}figure+.heading{margin-top:15px}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes progress{0%{width:0}75%{width:100%}}@keyframes zoom{0%{animation-timing-function:linear;transform:scaleX(1)}to{transform:scale3d(1.15,1.15,1.15)}}@keyframes slide-in-up{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes wipe-left{0%{left:-40px;opacity:1;right:calc(50% - 40px)}to{left:-40px;opacity:1;right:calc(100% + 40px)}}@keyframes wipe-right{0%{left:calc(50% + 40px);opacity:1;right:0}to{left:100%;opacity:1;right:0}}@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.link{position:relative}.link__overlay{font-size:0;inset:0;position:absolute;z-index:1}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15;scroll-behavior:smooth}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}address{font-style:normal}abbr[title]{border-bottom:none;text-decoration:none}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:auto;appearance:auto;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*,:after,:before,body{box-sizing:border-box}figure{font-size:0}figure,p{margin:0}.table table{border:0;border-bottom:1px;border-collapse:collapse;border-left:1px;border-right:1px;border-color:rgba(46,46,45,.16);border-spacing:0;border-style:solid;overflow-x:auto;vertical-align:top;white-space:normal;width:100%}.table table td,.table table tfoot,.table table th{border-top:1px solid rgba(46,46,45,.16);color:rgba(46,46,45,.88);line-height:1.3;padding:8px 10px;text-align:left}.table table th{background-color:#e31933;color:#fff;font-weight:700}.table table tr:nth-child(2n) td{background-color:hsla(0,0%,100%,.88)}.table table h1,.table table h2,.table table h3,.table table h4,.table table h5,.table table h6{margin:0}html:has(.donation-funnel){margin-top:0!important}html:has(.donation-funnel) .header{top:0!important}html:has(.donation-funnel) #wpadminbar{display:none}iframe{width:100%}.gform_validation_errors{text-align:center}.gform_validation_errors ol,.gform_validation_errors ul{display:flex;flex-direction:column;gap:8px;list-style-position:inside}@media(min-width:390px)and (max-width:1440px){.gform_validation_errors ol,.gform_validation_errors ul{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.gform_validation_errors ol,.gform_validation_errors ul{gap:8px}}@media(min-width:2560px){.gform_validation_errors ol,.gform_validation_errors ul{gap:8px}}.gform_fields{display:flex;flex-wrap:wrap;gap:12px}@media(min-width:390px)and (max-width:1440px){.gform_fields{gap:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.gform_fields{gap:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.gform_fields{gap:20px}}.gform_required_legend{color:#cf2543}@media screen and (max-width:390px){.gform_required_legend{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_required_legend{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_required_legend{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.gform_required_legend{margin-bottom:16px}}.gform__wrap{background-color:#f6f3ee}@media screen and (max-width:390px){.gform__wrap{padding-bottom:12px;padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.gform__wrap{padding-bottom:calc(10.51429px + .38095vw);padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform__wrap{padding-bottom:calc(10.85714px + .35714vw);padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.gform__wrap{padding-bottom:20px;padding-top:20px}}@media screen and (max-width:390px){.gform__wrap{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.gform__wrap{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform__wrap{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.gform__wrap{padding-left:32px;padding-right:32px}}.gform__wrap{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.gform__wrap{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.gform__wrap{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.gform__wrap{border-radius:20px}}.gform__wrap:has(.additional-donation){background-color:#fce8eb}.gform__wrap:has(.gfield--additional-heading[style*="display: none"]),.gform__wrap:has(.gfield--gift-aid-heading[style*="display: none"]){padding:0}.gform__hidden-field{display:none;height:0;opacity:0;padding:0!important;visibility:hidden}.gform__hidden-field *{height:0}.gfield{display:flex;flex:0 0 100%;flex-direction:column;gap:8px;max-width:100%}@media(min-width:390px)and (max-width:1440px){.gfield{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.gfield{gap:8px}}@media(min-width:2560px){.gfield{gap:8px}}.gfield+fieldset{border:0;padding:0}.gfield+fieldset .gfield_label{margin-bottom:8px}.gfield_select.is-placeholder{color:rgba(46,46,45,.16)}.gfield--type-fileupload .ginput_container_fileupload{align-items:flex-start;flex-direction:column}.gfield--type-fileupload .gform_fileupload_multifile{width:100%}.gfield--type-fileupload .gform_drop_area{margin-bottom:0}.gfield--type-fileupload .gform_drop_instructions{display:none}.gfield--type-fileupload .gform_fileupload_rules{text-align:left}.gfield--type-name .ginput_container{gap:10px}@media(min-width:390px)and (max-width:1440px){.gfield--type-name .ginput_container{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.gfield--type-name .ginput_container{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.gfield--type-name .ginput_container{gap:16px}}.gfield--type-name .gform-grid-col{display:flex;flex:1;flex-direction:column}.gfield+fieldset .gfield--type-name .gform-grid-col .gfield_label,.gfield--type-name .gform-grid-col .gfield+fieldset .gfield_label,.gfield--type-name .gform-grid-col label{font-size:12px;order:-1}@media(min-width:390px)and (max-width:2560px){.gfield+fieldset .gfield--type-name .gform-grid-col .gfield_label,.gfield--type-name .gform-grid-col .gfield+fieldset .gfield_label,.gfield--type-name .gform-grid-col label{font-size:calc(11.64055px + .09217vw)}}@media(min-width:2560px){.gfield+fieldset .gfield--type-name .gform-grid-col .gfield_label,.gfield--type-name .gform-grid-col .gfield+fieldset .gfield_label,.gfield--type-name .gform-grid-col label{font-size:14px}}.gfield+fieldset .gfield--type-consent .gfield_label,.gfield--type-consent .gfield+fieldset .gfield_label,.gfield--type-consent label{font-weight:300}.gfield--type-choice .gfield_label_before_complex{color:rgba(46,46,45,.64)}.gfield+fieldset .gfield--type-choice .gfield_label,.gfield--type-choice .gfield+fieldset .gfield_label,.gfield--type-choice label{font-family:Lexend,sans-serif;letter-spacing:0;text-transform:none}.gfield--type-multi_choice .gfield_radio{gap:8px}@media(min-width:390px)and (max-width:1440px){.gfield--type-multi_choice .gfield_radio{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.gfield--type-multi_choice .gfield_radio{gap:8px}}@media(min-width:2560px){.gfield--type-multi_choice .gfield_radio{gap:8px}}.gfield--type-radio .gfield_radio{gap:8px}@media(min-width:390px)and (max-width:1440px){.gfield--type-radio .gfield_radio{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.gfield--type-radio .gfield_radio{gap:8px}}@media(min-width:2560px){.gfield--type-radio .gfield_radio{gap:8px}}.gfield--type-honeypot{display:none;height:0;opacity:0;visibility:none;width:0}.gfield--type-date{position:relative}.gfield--type-date img{position:absolute;right:20px;z-index:2}.gfield_radio{display:flex;flex-direction:column}.gfield_required{color:#cf2543}.gfield_required_text{margin-left:4px}.gf_clear,.gf_clear_complex{display:none}.gform-grid-col--size-auto{display:flex;flex:1;flex-direction:column;gap:8px}@media(min-width:390px)and (max-width:1440px){.gform-grid-col--size-auto{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.gform-grid-col--size-auto{gap:8px}}@media(min-width:2560px){.gform-grid-col--size-auto{gap:8px}}.gchoice{align-items:center;display:flex;gap:10px}@media(min-width:390px)and (max-width:1440px){.gchoice{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.gchoice{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.gchoice{gap:16px}}.gfield_checkbox{display:flex;flex-direction:column;gap:8px}@media(min-width:390px)and (max-width:1440px){.gfield_checkbox{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.gfield_checkbox{gap:8px}}@media(min-width:2560px){.gfield_checkbox{gap:8px}}.ginput_container{align-items:center;display:flex;gap:10px}@media(min-width:390px)and (max-width:1440px){.ginput_container{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.ginput_container{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.ginput_container{gap:16px}}@media screen and (max-width:390px){.gform_footer{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_footer{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_footer{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.gform_footer{margin-top:24px}}.gform_submission_error{color:#cf2543}@media screen and (max-width:390px){.gform_submission_error{margin-bottom:16px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_submission_error{margin-bottom:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_submission_error{margin-bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.gform_submission_error{margin-bottom:24px}}.gform_submission_error+ol{display:none}.gform_next_button{border:0;width:100%}@media screen and (min-width:1024px){.gfield--width-half{flex:1;min-width:0}}.gform_wrapper select::-ms-expand{display:none}.gform_wrapper .ginput_container_select{position:relative}.gform_wrapper .ginput_container_select:after{border-bottom:2px solid #e31933;border-right:2px solid #e31933;content:"";height:12px;margin-top:-4px;pointer-events:none;position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(45deg);width:12px;z-index:2}.gform_wrapper .gfield_error .gform_fileupload_multifile .gform_drop_area,.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea{border-color:#cf2543;border-style:solid}.gform_wrapper .validation_message{color:#cf2543;font-family:Lexend,sans-serif;padding:0;text-transform:none}.gform_wrapper .gform_fileupload_rules,.gform_wrapper .ginput_preview{color:rgba(46,46,45,.32)}.gform_wrapper .gform_button_select_files{background-color:#e31933;border:2px solid #e31933;border-radius:999px;color:#fff;cursor:pointer;display:inline-block;line-height:13px;outline:0;text-align:center;text-decoration:none;transition:all .3s ease-in-out}@media(min-width:390px){.gform_wrapper .gform_button_select_files{border-radius:999px}}@media screen and (max-width:390px){.gform_wrapper .gform_button_select_files{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_wrapper .gform_button_select_files{padding-bottom:calc(14.51429px + .38095vw);padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_wrapper .gform_button_select_files{padding-bottom:calc(14.85714px + .35714vw);padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.gform_wrapper .gform_button_select_files{padding-bottom:24px;padding-top:24px}}@media screen and (max-width:390px){.gform_wrapper .gform_button_select_files{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_wrapper .gform_button_select_files{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_wrapper .gform_button_select_files{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.gform_wrapper .gform_button_select_files{padding-left:40px;padding-right:40px}}.gform_wrapper .ginput_preview{color:rgba(46,46,45,.32);font-size:16px;font-weight:100;margin-top:0;padding-left:24px;position:relative}@media screen and (max-width:390px){.gform_wrapper .ginput_preview+.ginput_preview{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_wrapper .ginput_preview+.ginput_preview{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_wrapper .ginput_preview+.ginput_preview{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.gform_wrapper .ginput_preview+.ginput_preview{margin-top:20px}}@media screen and (max-width:390px){.gform_wrapper .ginput_preview:last-child{margin-bottom:16px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_wrapper .ginput_preview:last-child{margin-bottom:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_wrapper .ginput_preview:last-child{margin-bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.gform_wrapper .ginput_preview:last-child{margin-bottom:24px}}.gform_wrapper .ginput_preview svg{height:10px;left:0;max-width:14px;position:absolute;top:8px;vertical-align:middle}.gform_wrapper .gform_file_delete,.gform_wrapper .gform_file_label,.gform_wrapper .gform_file_name{display:inline-block;vertical-align:middle}.gform_wrapper .gform_file_name{display:inline}@media screen and (max-width:390px){.gform_wrapper .gform_file_name{margin-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_wrapper .gform_file_name{margin-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.gform_wrapper .gform_file_name{margin-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.gform_wrapper .gform_file_name{margin-right:20px}}@media screen and (max-width:390px){.gform_wrapper .gform_file_label{margin-right:4px}}@media screen and (min-width:390px)and (max-width:1440px){.gform_wrapper .gform_file_label{margin-right:4px}}@media(min-width:1440px){.gform_wrapper .gform_file_label{margin-right:4px}}.gform_wrapper .gform_file_delete{color:rgba(46,46,45,.32);cursor:pointer;text-decoration:underline;transition:all .3s ease-in-out}.gform_wrapper .gform_file_delete:hover{color:#cf2543}.gform_wrapper .gf_hidden,.gform_wrapper .gform_hidden{display:none!important;max-height:1px!important;overflow:hidden}.gform_wrapper .hidden_label .gfield_label,.gform_wrapper .hidden_sub_label{clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute;width:1px}.gform_confirmation_wrapper{font-weight:100;line-height:24px}@media(hover:hover)and (pointer:fine){.gform_button_select_files:hover{background-color:#2e2e2d;border-color:#2e2e2d;color:#fff}}#ui-datepicker-div{background:#fff;border:1px solid rgba(46,46,45,.16);border-radius:10px;box-shadow:0 2px 8px rgba(46,46,45,.1);position:absolute;width:365px}#ui-datepicker-div .ui-datepicker-header{align-items:center;background:rgba(46,46,45,.08);border-bottom:1px solid rgba(46,46,45,.16);display:flex;justify-content:space-between;padding:10px}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev{order:1}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{order:3}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev{border-radius:4px;cursor:pointer;padding:5px;transition:all .3s ease-in-out}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover{background:#e31933;color:rgba(46,46,45,.88)}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{align-items:center;color:#e31933;display:flex;flex-direction:column;order:2}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select{background:transparent;border:none;border-radius:3px;height:auto;margin:0;padding:8px 0;text-align:center;transition:box-shadow .2s;width:-moz-fit-content;width:fit-content}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select:focus{box-shadow:0 0 0 2px rgba(46,46,45,.2);outline:none}#ui-datepicker-div .ui-datepicker-calendar{border-collapse:collapse;width:100%}#ui-datepicker-div .ui-datepicker-calendar th{background:#e31933;border-bottom:1px solid rgba(46,46,45,.16);font-weight:300;padding:8px;text-align:center}#ui-datepicker-div .ui-datepicker-calendar td{border:1px solid transparent;padding:8px;text-align:center;width:14.28%}#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default{border-radius:4px;color:#e31933;display:block;padding:6px;text-decoration:none;transition:all .3s ease-in-out}#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-hover,#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default:hover{background:#e31933;color:rgba(46,46,45,.88)}#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-active,#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-highlight{background:#e31933;color:#fff}#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable,#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled{opacity:.5;pointer-events:none}.block{background-color:transparent}@media screen and (max-width:390px){.block{margin-bottom:64px;margin-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block{margin-bottom:calc(43.2px + 5.33333vw);margin-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block{margin-bottom:calc(48px + 5vw);margin-top:calc(48px + 5vw)}}@media(min-width:2560px){.block{margin-bottom:176px;margin-top:176px}}.block--center{margin-left:auto;margin-right:auto;text-align:center}.block:last-of-type{margin-bottom:0}@media screen and (max-width:390px){.block:last-of-type{padding-bottom:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block:last-of-type{padding-bottom:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block:last-of-type{padding-bottom:calc(48px + 5vw)}}@media(min-width:2560px){.block:last-of-type{padding-bottom:176px}}.block--primary-1{background-color:#e31933;margin:0}@media screen and (max-width:390px){.block--primary-1{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-1{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-1{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-1{padding-bottom:176px;padding-top:176px}}.block--primary-1+.block--primary-1{padding-top:0}.block--primary-1-light{background-color:#f18c99;margin:0}@media screen and (max-width:390px){.block--primary-1-light{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-1-light{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-1-light{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-1-light{padding-bottom:176px;padding-top:176px}}.block--primary-1-light+.block--primary-1-light{padding-top:0}.block--primary-1-lightest{background-color:#fce8eb;margin:0}@media screen and (max-width:390px){.block--primary-1-lightest{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-1-lightest{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-1-lightest{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-1-lightest{padding-bottom:176px;padding-top:176px}}.block--primary-1-lightest+.block--primary-1-lightest{padding-top:0}.block--primary-1-dark{background-color:#ae1328;margin:0}@media screen and (max-width:390px){.block--primary-1-dark{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-1-dark{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-1-dark{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-1-dark{padding-bottom:176px;padding-top:176px}}.block--primary-1-dark+.block--primary-1-dark{padding-top:0}.block--primary-2{background-color:#f78e1e;margin:0}@media screen and (max-width:390px){.block--primary-2{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-2{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-2{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-2{padding-bottom:176px;padding-top:176px}}.block--primary-2+.block--primary-2{padding-top:0}.block--primary-2-light{background-color:#f9b771;margin:0}@media screen and (max-width:390px){.block--primary-2-light{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-2-light{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-2-light{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-2-light{padding-bottom:176px;padding-top:176px}}.block--primary-2-light+.block--primary-2-light{padding-top:0}.block--primary-2-lightest{background-color:#fcecda;margin:0}@media screen and (max-width:390px){.block--primary-2-lightest{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-2-lightest{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-2-lightest{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-2-lightest{padding-bottom:176px;padding-top:176px}}.block--primary-2-lightest+.block--primary-2-lightest{padding-top:0}.block--primary-2-dark{background-color:#a25706;margin:0}@media screen and (max-width:390px){.block--primary-2-dark{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--primary-2-dark{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--primary-2-dark{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--primary-2-dark{padding-bottom:176px;padding-top:176px}}.block--primary-2-dark+.block--primary-2-dark{padding-top:0}.block--secondary-1{background-color:#b1005d;margin:0}@media screen and (max-width:390px){.block--secondary-1{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-1{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-1{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-1{padding-bottom:176px;padding-top:176px}}.block--secondary-1+.block--secondary-1{padding-top:0}.block--secondary-2{background-color:#009491;margin:0}@media screen and (max-width:390px){.block--secondary-2{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-2{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-2{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-2{padding-bottom:176px;padding-top:176px}}.block--secondary-2+.block--secondary-2{padding-top:0}.block--secondary-3{background-color:#b66107;margin:0}@media screen and (max-width:390px){.block--secondary-3{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-3{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-3{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-3{padding-bottom:176px;padding-top:176px}}.block--secondary-3+.block--secondary-3{padding-top:0}.block--secondary-4{background-color:#20440d;margin:0}@media screen and (max-width:390px){.block--secondary-4{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-4{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-4{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-4{padding-bottom:176px;padding-top:176px}}.block--secondary-4+.block--secondary-4{padding-top:0}.block--secondary-5{background-color:#0065a4;margin:0}@media screen and (max-width:390px){.block--secondary-5{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-5{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-5{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-5{padding-bottom:176px;padding-top:176px}}.block--secondary-5+.block--secondary-5{padding-top:0}.block--secondary-6{background-color:#4b0894;margin:0}@media screen and (max-width:390px){.block--secondary-6{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-6{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-6{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-6{padding-bottom:176px;padding-top:176px}}.block--secondary-6+.block--secondary-6{padding-top:0}.block--secondary-7{background-color:#ffb8d7;margin:0}@media screen and (max-width:390px){.block--secondary-7{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-7{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-7{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-7{padding-bottom:176px;padding-top:176px}}.block--secondary-7+.block--secondary-7{padding-top:0}.block--secondary-8{background-color:#c0f2e9;margin:0}@media screen and (max-width:390px){.block--secondary-8{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-8{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-8{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-8{padding-bottom:176px;padding-top:176px}}.block--secondary-8+.block--secondary-8{padding-top:0}.block--secondary-9{background-color:#facd8e;margin:0}@media screen and (max-width:390px){.block--secondary-9{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-9{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-9{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-9{padding-bottom:176px;padding-top:176px}}.block--secondary-9+.block--secondary-9{padding-top:0}.block--secondary-10{background-color:#dae885;margin:0}@media screen and (max-width:390px){.block--secondary-10{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-10{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-10{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-10{padding-bottom:176px;padding-top:176px}}.block--secondary-10+.block--secondary-10{padding-top:0}.block--secondary-11{background-color:#c8ebf8;margin:0}@media screen and (max-width:390px){.block--secondary-11{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-11{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-11{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-11{padding-bottom:176px;padding-top:176px}}.block--secondary-11+.block--secondary-11{padding-top:0}.block--secondary-12{background-color:#dcc3f5;margin:0}@media screen and (max-width:390px){.block--secondary-12{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--secondary-12{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--secondary-12{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--secondary-12{padding-bottom:176px;padding-top:176px}}.block--secondary-12+.block--secondary-12{padding-top:0}.block--light-100{background-color:#fff;margin:0}@media screen and (max-width:390px){.block--light-100{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-100{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-100{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-100{padding-bottom:176px;padding-top:176px}}.block--light-100+.block--light-100{padding-top:0}.block--light-88{background-color:hsla(0,0%,100%,.88);margin:0}@media screen and (max-width:390px){.block--light-88{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-88{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-88{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-88{padding-bottom:176px;padding-top:176px}}.block--light-88+.block--light-88{padding-top:0}.block--light-64{background-color:hsla(0,0%,100%,.64);margin:0}@media screen and (max-width:390px){.block--light-64{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-64{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-64{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-64{padding-bottom:176px;padding-top:176px}}.block--light-64+.block--light-64{padding-top:0}.block--light-48{background-color:hsla(0,0%,100%,.48);margin:0}@media screen and (max-width:390px){.block--light-48{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-48{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-48{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-48{padding-bottom:176px;padding-top:176px}}.block--light-48+.block--light-48{padding-top:0}.block--light-32{background-color:hsla(0,0%,100%,.32);margin:0}@media screen and (max-width:390px){.block--light-32{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-32{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-32{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-32{padding-bottom:176px;padding-top:176px}}.block--light-32+.block--light-32{padding-top:0}.block--light-16{background-color:hsla(0,0%,100%,.16);margin:0}@media screen and (max-width:390px){.block--light-16{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-16{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-16{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-16{padding-bottom:176px;padding-top:176px}}.block--light-16+.block--light-16{padding-top:0}.block--light-8{background-color:hsla(0,0%,100%,.08);margin:0}@media screen and (max-width:390px){.block--light-8{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-8{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-8{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-8{padding-bottom:176px;padding-top:176px}}.block--light-8+.block--light-8{padding-top:0}.block--light-4{background-color:hsla(0,0%,100%,.04);margin:0}@media screen and (max-width:390px){.block--light-4{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--light-4{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--light-4{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--light-4{padding-bottom:176px;padding-top:176px}}.block--light-4+.block--light-4{padding-top:0}.block--off-white{background-color:#f6f3ee;margin:0}@media screen and (max-width:390px){.block--off-white{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--off-white{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--off-white{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--off-white{padding-bottom:176px;padding-top:176px}}.block--off-white+.block--off-white{padding-top:0}.block--dark-100{background-color:#2e2e2d;margin:0}@media screen and (max-width:390px){.block--dark-100{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-100{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-100{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-100{padding-bottom:176px;padding-top:176px}}.block--dark-100+.block--dark-100{padding-top:0}.block--dark-88{background-color:rgba(46,46,45,.88);margin:0}@media screen and (max-width:390px){.block--dark-88{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-88{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-88{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-88{padding-bottom:176px;padding-top:176px}}.block--dark-88+.block--dark-88{padding-top:0}.block--dark-64{background-color:rgba(46,46,45,.64);margin:0}@media screen and (max-width:390px){.block--dark-64{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-64{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-64{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-64{padding-bottom:176px;padding-top:176px}}.block--dark-64+.block--dark-64{padding-top:0}.block--dark-48{background-color:rgba(46,46,45,.48);margin:0}@media screen and (max-width:390px){.block--dark-48{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-48{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-48{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-48{padding-bottom:176px;padding-top:176px}}.block--dark-48+.block--dark-48{padding-top:0}.block--dark-32{background-color:rgba(46,46,45,.32);margin:0}@media screen and (max-width:390px){.block--dark-32{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-32{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-32{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-32{padding-bottom:176px;padding-top:176px}}.block--dark-32+.block--dark-32{padding-top:0}.block--dark-16{background-color:rgba(46,46,45,.16);margin:0}@media screen and (max-width:390px){.block--dark-16{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-16{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-16{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-16{padding-bottom:176px;padding-top:176px}}.block--dark-16+.block--dark-16{padding-top:0}.block--dark-8{background-color:rgba(46,46,45,.08);margin:0}@media screen and (max-width:390px){.block--dark-8{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-8{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-8{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-8{padding-bottom:176px;padding-top:176px}}.block--dark-8+.block--dark-8{padding-top:0}.block--dark-4{background-color:rgba(46,46,45,.04);margin:0}@media screen and (max-width:390px){.block--dark-4{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--dark-4{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--dark-4{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--dark-4{padding-bottom:176px;padding-top:176px}}.block--dark-4+.block--dark-4{padding-top:0}.block--bg-depth{background-color:#f6f3ee;margin:0}@media screen and (max-width:390px){.block--bg-depth{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--bg-depth{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--bg-depth{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--bg-depth{padding-bottom:176px;padding-top:176px}}.block--bg-depth+.block--bg-depth{padding-top:0}.block--success{background-color:#046e6a;margin:0}@media screen and (max-width:390px){.block--success{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--success{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--success{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--success{padding-bottom:176px;padding-top:176px}}.block--success+.block--success{padding-top:0}.block--warning{background-color:#cf6e07;margin:0}@media screen and (max-width:390px){.block--warning{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--warning{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--warning{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--warning{padding-bottom:176px;padding-top:176px}}.block--warning+.block--warning{padding-top:0}.block--error{background-color:#cf2543;margin:0}@media screen and (max-width:390px){.block--error{padding-bottom:64px;padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.block--error{padding-bottom:calc(43.2px + 5.33333vw);padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.block--error{padding-bottom:calc(48px + 5vw);padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.block--error{padding-bottom:176px;padding-top:176px}}.block--error+.block--error{padding-top:0}.bottom-footer{color:rgba(46,46,45,.88);position:relative;z-index:1}@media screen and (max-width:390px){.bottom-footer{padding-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer{padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer{padding-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.bottom-footer{padding-top:56px}}.bottom-footer__row{align-items:center;position:relative;z-index:1}.bottom-footer__col--left{margin-top:0}@media screen and (max-width:390px){.bottom-footer__col--left{margin-bottom:16px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__col--left{margin-bottom:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__col--left{margin-bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.bottom-footer__col--left{margin-bottom:24px}}.bottom-footer__backlink{color:rgba(46,46,45,.88);display:inline-block;text-decoration:none;transition:all .3s ease-in-out}.bottom-footer__backlink:hover{color:rgba(46,46,45,.88);opacity:.8}.bottom-footer__backlink svg{height:12px;max-width:94px}.bottom-footer__text{color:rgba(46,46,45,.64)}@media screen and (max-width:390px){.bottom-footer__text{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__text{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__text{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.bottom-footer__text{margin-top:16px}}.bottom-footer__cookies{all:unset;transition:all .3s ease-in-out}.bottom-footer__menu{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}@media(min-width:390px)and (max-width:1440px){.bottom-footer__menu{gap:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.bottom-footer__menu{gap:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.bottom-footer__menu{gap:20px}}@media screen and (max-width:390px){.bottom-footer__menu{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__menu{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__menu{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.bottom-footer__menu{margin-top:32px}}.bottom-footer__link{color:rgba(46,46,45,.88);text-decoration-color:transparent;text-decoration-line:underline;text-decoration-thickness:1.33px;text-underline-offset:5px}.bottom-footer__wrap{display:flex;gap:24px}@media(min-width:390px)and (max-width:1440px){.bottom-footer__wrap{gap:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.bottom-footer__wrap{gap:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.bottom-footer__wrap{gap:40px}}@media screen and (max-width:390px){.bottom-footer__wrap{padding-bottom:16px}}@media screen and (min-width:390px)and (max-width:1440px){.bottom-footer__wrap{padding-bottom:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.bottom-footer__wrap{padding-bottom:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.bottom-footer__wrap{padding-bottom:32px}}.bottom-footer__image{height:37.5px;width:auto}@media(min-width:390px)and (max-width:1440px){.bottom-footer__image{height:calc(32.85714px + 1.19048vw)}}@media(min-width:1440px){.bottom-footer__image{height:50px}}@media screen and (min-width:1024px){.bottom-footer__col--right{text-align:right;transition:all .3s ease-in-out}.bottom-footer__row{align-items:flex-end}.bottom-footer__col--left{margin-bottom:0}}@media(hover:hover)and (pointer:fine){.bottom-footer__cookies:hover{color:#e31933;cursor:pointer}.bottom-footer__link:hover{color:rgba(46,46,45,.88);text-decoration-color:#e31933}}.main-footer{background-color:#f6f3ee;max-width:100%;overflow:hidden;position:relative}@media screen and (max-width:390px){.main-footer{padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.main-footer{padding-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.main-footer{padding-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.main-footer{padding-top:112px}}@media screen and (max-width:390px){.main-footer{padding-bottom:24px}}@media screen and (min-width:390px)and (max-width:1440px){.main-footer{padding-bottom:calc(10.62857px + 3.42857vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.main-footer{padding-bottom:calc(36.85714px + 1.60714vw)}}@media(min-width:2560px){.main-footer{padding-bottom:78px}}.main-footer__svg{position:absolute}.main-footer__svg--one{bottom:0;color:#fff;display:none;right:35%}.main-footer__svg--two{color:#ebe8e4;right:0;top:60%;z-index:0}@media screen and (min-width:1024px){.main-footer__svg--one{display:block}}.row{display:flex;flex-wrap:wrap}@media screen and (max-width:390px){.row{margin-right:-10px}}@media screen and (min-width:390px)and (max-width:2560px){.row{margin-right:calc(-8.20276px - .46083vw)}}@media(min-width:2560px){.row{margin-right:-20px}}@media screen and (max-width:390px){.row{margin-left:-10px}}@media screen and (min-width:390px)and (max-width:2560px){.row{margin-left:calc(-8.20276px - .46083vw)}}@media(min-width:2560px){.row{margin-left:-20px}}@media screen and (max-width:390px){.row>[class*=col-]{padding-right:5px}}@media screen and (min-width:390px)and (max-width:1440px){.row>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row>[class*=col-]{padding-right:calc(-2.85714px + .89286vw)}}@media(min-width:2560px){.row>[class*=col-]{padding-right:20px}}@media screen and (max-width:390px){.row>[class*=col-]{padding-left:5px}}@media screen and (min-width:390px)and (max-width:1440px){.row>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row>[class*=col-]{padding-left:calc(-2.85714px + .89286vw)}}@media(min-width:2560px){.row>[class*=col-]{padding-left:20px}}@media screen and (min-width:390px){.row-0{margin-left:0;margin-right:0}.row-0>[class*=col-]{padding-left:0;padding-right:0}}.row-0{display:flex;flex-wrap:wrap}@media screen and (min-width:390px){.row-0{margin-left:0;margin-right:0}.row-0>[class*=col-]{padding-left:0;padding-right:0}.row-0 .col{padding-left:0;padding-right:0}}.row-1{display:flex;flex-wrap:wrap}@media screen and (max-width:390px){.row-1{margin-right:-5px}}@media screen and (min-width:390px)and (max-width:1440px){.row-1{margin-right:calc(-3.14286px - .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row-1{margin-right:calc(.28571px - .71429vw)}}@media(min-width:2560px){.row-1{margin-right:-18px}}@media screen and (max-width:390px){.row-1{margin-left:-5px}}@media screen and (min-width:390px)and (max-width:1440px){.row-1{margin-left:calc(-3.14286px - .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row-1{margin-left:calc(.28571px - .71429vw)}}@media(min-width:2560px){.row-1{margin-left:-18px}}@media screen and (max-width:390px){.row-1>[class*=col-]{padding-right:5px}}@media screen and (min-width:390px)and (max-width:1440px){.row-1>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row-1>[class*=col-]{padding-right:calc(-.28571px + .71429vw)}}@media(min-width:2560px){.row-1>[class*=col-]{padding-right:18px}}@media screen and (max-width:390px){.row-1>[class*=col-]{padding-left:5px}}@media screen and (min-width:390px)and (max-width:1440px){.row-1>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row-1>[class*=col-]{padding-left:calc(-.28571px + .71429vw)}}@media(min-width:2560px){.row-1>[class*=col-]{padding-left:18px}}@media screen and (max-width:390px){.row-1 .col{padding-right:5px}}@media screen and (min-width:390px)and (max-width:1440px){.row-1 .col{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row-1 .col{padding-right:calc(-.28571px + .71429vw)}}@media(min-width:2560px){.row-1 .col{padding-right:18px}}@media screen and (max-width:390px){.row-1 .col{padding-left:5px}}@media screen and (min-width:390px)and (max-width:1440px){.row-1 .col{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row-1 .col{padding-left:calc(-.28571px + .71429vw)}}@media(min-width:2560px){.row-1 .col{padding-left:18px}}.row-2{display:flex;flex-wrap:wrap}@media screen and (max-width:390px){.row-2{margin-right:-5px}}@media screen and (min-width:390px)and (max-width:2560px){.row-2{margin-right:calc(-4.82028px - .04608vw)}}@media(min-width:2560px){.row-2{margin-right:-6px}}@media screen and (max-width:390px){.row-2{margin-left:-5px}}@media screen and (min-width:390px)and (max-width:2560px){.row-2{margin-left:calc(-4.82028px - .04608vw)}}@media(min-width:2560px){.row-2{margin-left:-6px}}@media screen and (max-width:390px){.row-2>[class*=col-]{padding-right:5px}}@media screen and (min-width:390px)and (max-width:2560px){.row-2>[class*=col-]{padding-right:calc(4.82028px + .04608vw)}}@media(min-width:2560px){.row-2>[class*=col-]{padding-right:6px}}@media screen and (max-width:390px){.row-2>[class*=col-]{padding-left:5px}}@media screen and (min-width:390px)and (max-width:2560px){.row-2>[class*=col-]{padding-left:calc(4.82028px + .04608vw)}}@media(min-width:2560px){.row-2>[class*=col-]{padding-left:6px}}@media screen and (max-width:390px){.row-2 .col{padding-right:5px}}@media screen and (min-width:390px)and (max-width:2560px){.row-2 .col{padding-right:calc(4.82028px + .04608vw)}}@media(min-width:2560px){.row-2 .col{padding-right:6px}}@media screen and (max-width:390px){.row-2 .col{padding-left:5px}}@media screen and (min-width:390px)and (max-width:2560px){.row-2 .col{padding-left:calc(4.82028px + .04608vw)}}@media(min-width:2560px){.row-2 .col{padding-left:6px}}@media screen and (min-width:390px)and (min-width:390px){.row-xs-0{margin-left:0;margin-right:0}.row-xs-0>[class*=col-]{padding-left:0;padding-right:0}}@media screen and (min-width:568px)and (min-width:390px){.row-sm-0{margin-left:0;margin-right:0}.row-sm-0>[class*=col-]{padding-left:0;padding-right:0}}@media screen and (min-width:768px)and (min-width:390px){.row-md-0{margin-left:0;margin-right:0}.row-md-0>[class*=col-]{padding-left:0;padding-right:0}}@media screen and (min-width:1024px)and (min-width:390px){.row-lg-0{margin-left:0;margin-right:0}.row-lg-0>[class*=col-]{padding-left:0;padding-right:0}}@media screen and (min-width:1440px)and (min-width:390px){.row-xl-0{margin-left:0;margin-right:0}.row-xl-0>[class*=col-]{padding-left:0;padding-right:0}}@media screen and (min-width:2560px)and (min-width:390px){.row-xxl-0{margin-left:0;margin-right:0}.row-xxl-0>[class*=col-]{padding-left:0;padding-right:0}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-1{margin-right:-5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:1440px){.row-xs-1{margin-right:calc(-3.14286px - .47619vw)}}@media screen and (min-width:390px)and (min-width:1440px)and (max-width:2560px){.row-xs-1{margin-right:calc(.28571px - .71429vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-1{margin-right:-18px}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-1{margin-left:-5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:1440px){.row-xs-1{margin-left:calc(-3.14286px - .47619vw)}}@media screen and (min-width:390px)and (min-width:1440px)and (max-width:2560px){.row-xs-1{margin-left:calc(.28571px - .71429vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-1{margin-left:-18px}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-1>[class*=col-]{padding-right:5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:1440px){.row-xs-1>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:390px)and (min-width:1440px)and (max-width:2560px){.row-xs-1>[class*=col-]{padding-right:calc(-.28571px + .71429vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-1>[class*=col-]{padding-right:18px}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-1>[class*=col-]{padding-left:5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:1440px){.row-xs-1>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:390px)and (min-width:1440px)and (max-width:2560px){.row-xs-1>[class*=col-]{padding-left:calc(-.28571px + .71429vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-1>[class*=col-]{padding-left:18px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-1{margin-right:-5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.row-sm-1{margin-right:calc(-3.14286px - .47619vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.row-sm-1{margin-right:calc(.28571px - .71429vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-1{margin-right:-18px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-1{margin-left:-5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.row-sm-1{margin-left:calc(-3.14286px - .47619vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.row-sm-1{margin-left:calc(.28571px - .71429vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-1{margin-left:-18px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-1>[class*=col-]{padding-right:5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.row-sm-1>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.row-sm-1>[class*=col-]{padding-right:calc(-.28571px + .71429vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-1>[class*=col-]{padding-right:18px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-1>[class*=col-]{padding-left:5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.row-sm-1>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.row-sm-1>[class*=col-]{padding-left:calc(-.28571px + .71429vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-1>[class*=col-]{padding-left:18px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-1{margin-right:-5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.row-md-1{margin-right:calc(-3.14286px - .47619vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.row-md-1{margin-right:calc(.28571px - .71429vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-1{margin-right:-18px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-1{margin-left:-5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.row-md-1{margin-left:calc(-3.14286px - .47619vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.row-md-1{margin-left:calc(.28571px - .71429vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-1{margin-left:-18px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-1>[class*=col-]{padding-right:5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.row-md-1>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.row-md-1>[class*=col-]{padding-right:calc(-.28571px + .71429vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-1>[class*=col-]{padding-right:18px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-1>[class*=col-]{padding-left:5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.row-md-1>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.row-md-1>[class*=col-]{padding-left:calc(-.28571px + .71429vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-1>[class*=col-]{padding-left:18px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-1{margin-right:-5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.row-lg-1{margin-right:calc(-3.14286px - .47619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.row-lg-1{margin-right:calc(.28571px - .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-1{margin-right:-18px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-1{margin-left:-5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.row-lg-1{margin-left:calc(-3.14286px - .47619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.row-lg-1{margin-left:calc(.28571px - .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-1{margin-left:-18px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-1>[class*=col-]{padding-right:5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.row-lg-1>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.row-lg-1>[class*=col-]{padding-right:calc(-.28571px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-1>[class*=col-]{padding-right:18px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-1>[class*=col-]{padding-left:5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.row-lg-1>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.row-lg-1>[class*=col-]{padding-left:calc(-.28571px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-1>[class*=col-]{padding-left:18px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-1{margin-right:-5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:1440px){.row-xl-1{margin-right:calc(-3.14286px - .47619vw)}}@media screen and (min-width:1440px)and (min-width:1440px)and (max-width:2560px){.row-xl-1{margin-right:calc(.28571px - .71429vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-1{margin-right:-18px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-1{margin-left:-5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:1440px){.row-xl-1{margin-left:calc(-3.14286px - .47619vw)}}@media screen and (min-width:1440px)and (min-width:1440px)and (max-width:2560px){.row-xl-1{margin-left:calc(.28571px - .71429vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-1{margin-left:-18px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-1>[class*=col-]{padding-right:5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:1440px){.row-xl-1>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (min-width:1440px)and (max-width:2560px){.row-xl-1>[class*=col-]{padding-right:calc(-.28571px + .71429vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-1>[class*=col-]{padding-right:18px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-1>[class*=col-]{padding-left:5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:1440px){.row-xl-1>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (min-width:1440px)and (max-width:2560px){.row-xl-1>[class*=col-]{padding-left:calc(-.28571px + .71429vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-1>[class*=col-]{padding-left:18px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-1{margin-right:-5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:1440px){.row-xxl-1{margin-right:calc(-3.14286px - .47619vw)}}@media screen and (min-width:2560px)and (min-width:1440px)and (max-width:2560px){.row-xxl-1{margin-right:calc(.28571px - .71429vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-1{margin-right:-18px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-1{margin-left:-5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:1440px){.row-xxl-1{margin-left:calc(-3.14286px - .47619vw)}}@media screen and (min-width:2560px)and (min-width:1440px)and (max-width:2560px){.row-xxl-1{margin-left:calc(.28571px - .71429vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-1{margin-left:-18px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-1>[class*=col-]{padding-right:5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:1440px){.row-xxl-1>[class*=col-]{padding-right:calc(3.14286px + .47619vw)}}@media screen and (min-width:2560px)and (min-width:1440px)and (max-width:2560px){.row-xxl-1>[class*=col-]{padding-right:calc(-.28571px + .71429vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-1>[class*=col-]{padding-right:18px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-1>[class*=col-]{padding-left:5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:1440px){.row-xxl-1>[class*=col-]{padding-left:calc(3.14286px + .47619vw)}}@media screen and (min-width:2560px)and (min-width:1440px)and (max-width:2560px){.row-xxl-1>[class*=col-]{padding-left:calc(-.28571px + .71429vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-1>[class*=col-]{padding-left:18px}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-2{margin-right:-5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:2560px){.row-xs-2{margin-right:calc(-4.82028px - .04608vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-2{margin-right:-6px}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-2{margin-left:-5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:2560px){.row-xs-2{margin-left:calc(-4.82028px - .04608vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-2{margin-left:-6px}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-2>[class*=col-]{padding-right:5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:2560px){.row-xs-2>[class*=col-]{padding-right:calc(4.82028px + .04608vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-2>[class*=col-]{padding-right:6px}}@media screen and (min-width:390px)and (max-width:390px){.row-xs-2>[class*=col-]{padding-left:5px}}@media screen and (min-width:390px)and (min-width:390px)and (max-width:2560px){.row-xs-2>[class*=col-]{padding-left:calc(4.82028px + .04608vw)}}@media screen and (min-width:390px)and (min-width:2560px){.row-xs-2>[class*=col-]{padding-left:6px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-2{margin-right:-5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:2560px){.row-sm-2{margin-right:calc(-4.82028px - .04608vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-2{margin-right:-6px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-2{margin-left:-5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:2560px){.row-sm-2{margin-left:calc(-4.82028px - .04608vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-2{margin-left:-6px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-2>[class*=col-]{padding-right:5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:2560px){.row-sm-2>[class*=col-]{padding-right:calc(4.82028px + .04608vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-2>[class*=col-]{padding-right:6px}}@media screen and (min-width:568px)and (max-width:390px){.row-sm-2>[class*=col-]{padding-left:5px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:2560px){.row-sm-2>[class*=col-]{padding-left:calc(4.82028px + .04608vw)}}@media screen and (min-width:568px)and (min-width:2560px){.row-sm-2>[class*=col-]{padding-left:6px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-2{margin-right:-5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:2560px){.row-md-2{margin-right:calc(-4.82028px - .04608vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-2{margin-right:-6px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-2{margin-left:-5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:2560px){.row-md-2{margin-left:calc(-4.82028px - .04608vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-2{margin-left:-6px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-2>[class*=col-]{padding-right:5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:2560px){.row-md-2>[class*=col-]{padding-right:calc(4.82028px + .04608vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-2>[class*=col-]{padding-right:6px}}@media screen and (min-width:768px)and (max-width:390px){.row-md-2>[class*=col-]{padding-left:5px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:2560px){.row-md-2>[class*=col-]{padding-left:calc(4.82028px + .04608vw)}}@media screen and (min-width:768px)and (min-width:2560px){.row-md-2>[class*=col-]{padding-left:6px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-2{margin-right:-5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:2560px){.row-lg-2{margin-right:calc(-4.82028px - .04608vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-2{margin-right:-6px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-2{margin-left:-5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:2560px){.row-lg-2{margin-left:calc(-4.82028px - .04608vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-2{margin-left:-6px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-2>[class*=col-]{padding-right:5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:2560px){.row-lg-2>[class*=col-]{padding-right:calc(4.82028px + .04608vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-2>[class*=col-]{padding-right:6px}}@media screen and (min-width:1024px)and (max-width:390px){.row-lg-2>[class*=col-]{padding-left:5px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:2560px){.row-lg-2>[class*=col-]{padding-left:calc(4.82028px + .04608vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.row-lg-2>[class*=col-]{padding-left:6px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-2{margin-right:-5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:2560px){.row-xl-2{margin-right:calc(-4.82028px - .04608vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-2{margin-right:-6px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-2{margin-left:-5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:2560px){.row-xl-2{margin-left:calc(-4.82028px - .04608vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-2{margin-left:-6px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-2>[class*=col-]{padding-right:5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:2560px){.row-xl-2>[class*=col-]{padding-right:calc(4.82028px + .04608vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-2>[class*=col-]{padding-right:6px}}@media screen and (min-width:1440px)and (max-width:390px){.row-xl-2>[class*=col-]{padding-left:5px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:2560px){.row-xl-2>[class*=col-]{padding-left:calc(4.82028px + .04608vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.row-xl-2>[class*=col-]{padding-left:6px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-2{margin-right:-5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:2560px){.row-xxl-2{margin-right:calc(-4.82028px - .04608vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-2{margin-right:-6px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-2{margin-left:-5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:2560px){.row-xxl-2{margin-left:calc(-4.82028px - .04608vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-2{margin-left:-6px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-2>[class*=col-]{padding-right:5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:2560px){.row-xxl-2>[class*=col-]{padding-right:calc(4.82028px + .04608vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-2>[class*=col-]{padding-right:6px}}@media screen and (min-width:2560px)and (max-width:390px){.row-xxl-2>[class*=col-]{padding-left:5px}}@media screen and (min-width:2560px)and (min-width:390px)and (max-width:2560px){.row-xxl-2>[class*=col-]{padding-left:calc(4.82028px + .04608vw)}}@media screen and (min-width:2560px)and (min-width:2560px){.row-xxl-2>[class*=col-]{padding-left:6px}}.col-1{flex:0 0 8.3333%;max-width:8.3333%;min-width:0}.col-2{flex:0 0 16.6667%;max-width:16.6667%;min-width:0}.col-3{flex:0 0 25%;max-width:25%;min-width:0}.col-4{flex:0 0 33.3333%;max-width:33.3333%;min-width:0}.col-5{flex:0 0 41.6667%;max-width:41.6667%;min-width:0}.col-6{flex:0 0 50%;max-width:50%;min-width:0}.col-7{flex:0 0 58.3333%;max-width:58.3333%;min-width:0}.col-8{flex:0 0 66.6667%;max-width:66.6667%;min-width:0}.col-9{flex:0 0 75%;max-width:75%;min-width:0}.col-10{flex:0 0 83.3333%;max-width:83.3333%;min-width:0}.col-11{flex:0 0 91.6667%;max-width:91.6667%;min-width:0}.col-12{flex:0 0 100%;max-width:100%;min-width:0}@media screen and (min-width:390px){.col-xs-1{flex-basis:8.3333%;max-width:8.3333%}.col-xs-2{flex-basis:16.6667%;max-width:16.6667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.3333%;max-width:33.3333%}.col-xs-5{flex-basis:41.6667%;max-width:41.6667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.3333%;max-width:58.3333%}.col-xs-8{flex-basis:66.6667%;max-width:66.6667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.3333%;max-width:83.3333%}.col-xs-11{flex-basis:91.6667%;max-width:91.6667%}.col-xs-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:568px){.col-sm-1{flex-basis:8.3333%;max-width:8.3333%}.col-sm-2{flex-basis:16.6667%;max-width:16.6667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.3333%;max-width:33.3333%}.col-sm-5{flex-basis:41.6667%;max-width:41.6667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.3333%;max-width:58.3333%}.col-sm-8{flex-basis:66.6667%;max-width:66.6667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.3333%;max-width:83.3333%}.col-sm-11{flex-basis:91.6667%;max-width:91.6667%}.col-sm-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:768px){.col-md-1{flex-basis:8.3333%;max-width:8.3333%}.col-md-2{flex-basis:16.6667%;max-width:16.6667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.3333%;max-width:33.3333%}.col-md-5{flex-basis:41.6667%;max-width:41.6667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.3333%;max-width:58.3333%}.col-md-8{flex-basis:66.6667%;max-width:66.6667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.3333%;max-width:83.3333%}.col-md-11{flex-basis:91.6667%;max-width:91.6667%}.col-md-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1024px){.col-lg-1{flex-basis:8.3333%;max-width:8.3333%}.col-lg-2{flex-basis:16.6667%;max-width:16.6667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.3333%;max-width:33.3333%}.col-lg-5{flex-basis:41.6667%;max-width:41.6667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.3333%;max-width:58.3333%}.col-lg-8{flex-basis:66.6667%;max-width:66.6667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.3333%;max-width:83.3333%}.col-lg-11{flex-basis:91.6667%;max-width:91.6667%}.col-lg-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1440px){.col-xl-1{flex-basis:8.3333%;max-width:8.3333%}.col-xl-2{flex-basis:16.6667%;max-width:16.6667%}.col-xl-3{flex-basis:25%;max-width:25%}.col-xl-4{flex-basis:33.3333%;max-width:33.3333%}.col-xl-5{flex-basis:41.6667%;max-width:41.6667%}.col-xl-6{flex-basis:50%;max-width:50%}.col-xl-7{flex-basis:58.3333%;max-width:58.3333%}.col-xl-8{flex-basis:66.6667%;max-width:66.6667%}.col-xl-9{flex-basis:75%;max-width:75%}.col-xl-10{flex-basis:83.3333%;max-width:83.3333%}.col-xl-11{flex-basis:91.6667%;max-width:91.6667%}.col-xl-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:2560px){.col-xxl-1{flex-basis:8.3333%;max-width:8.3333%}.col-xxl-2{flex-basis:16.6667%;max-width:16.6667%}.col-xxl-3{flex-basis:25%;max-width:25%}.col-xxl-4{flex-basis:33.3333%;max-width:33.3333%}.col-xxl-5{flex-basis:41.6667%;max-width:41.6667%}.col-xxl-6{flex-basis:50%;max-width:50%}.col-xxl-7{flex-basis:58.3333%;max-width:58.3333%}.col-xxl-8{flex-basis:66.6667%;max-width:66.6667%}.col-xxl-9{flex-basis:75%;max-width:75%}.col-xxl-10{flex-basis:83.3333%;max-width:83.3333%}.col-xxl-11{flex-basis:91.6667%;max-width:91.6667%}.col-xxl-12{flex-basis:100%;max-width:100%}}.col{flex-basis:0;flex-grow:1;max-width:100%}@media screen and (min-width:568px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}}@media screen and (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}}@media screen and (min-width:1024px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}}@media screen and (min-width:1440px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}}@media screen and (min-width:2560px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}}.donate-menu,.header{background-color:#fff;left:0;min-height:70px;position:fixed;right:0;top:0;transition:all .3s ease-in-out;width:100%;z-index:4}.donate-menu.headroom--pinned,.header.headroom--pinned{transform:translateY(0)}.donate-menu.headroom--unpinned,.header.headroom--unpinned{transform:translateY(-100%)}.donate-menu:has(.header__item--parent:hover)+.header-overlay,.donate-menu__mobile.active+.header-overlay,.header:has(.header__item--parent:hover)+.header-overlay,.header__mobile.active+.header-overlay{opacity:1;pointer-events:auto;visibility:visible}.donate-menu__container,.header__container{height:90px}@media screen and (max-width:390px){.donate-menu__container,.header__container{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__container,.header__container{padding-bottom:calc(14.51429px + .38095vw);padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__container,.header__container{padding-bottom:calc(14.85714px + .35714vw);padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__container,.header__container{padding-bottom:24px;padding-top:24px}}@media screen and (max-width:390px){.donate-menu__container--funnel,.header__container--funnel{padding-bottom:10px;padding-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__container--funnel,.header__container--funnel{padding-bottom:calc(9.25714px + .19048vw);padding-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__container--funnel,.header__container--funnel{padding-bottom:calc(6.85714px + .35714vw);padding-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__container--funnel,.header__container--funnel{padding-bottom:16px;padding-top:16px}}.donate-menu__container--top,.header__container--top{display:none}.donate-menu__container--sub-menu,.header__container--sub-menu{display:inline-flex;justify-content:space-between;margin-left:auto;margin-right:auto;padding:0}.donate-menu__container--sub-menu:has(.header__wrap--mega-menu-card),.header__container--sub-menu:has(.header__wrap--mega-menu-card){-moz-column-count:2;column-count:2;gap:20px}.donate-menu__row,.header__row{align-items:center;flex-wrap:nowrap;height:100%}.donate-menu__row .header__col,.header__row .header__col{padding:0}.donate-menu__col--secure,.header__col--secure{display:none;text-align:right}.donate-menu__col--funnel-logo,.header__col--funnel-logo{text-align:center}.donate-menu__col--left.has-mobile .header__logo--large,.header__col--left.has-mobile .header__logo--large{display:none}.donate-menu__col--middle,.header__col--middle{display:none;text-align:center}.donate-menu__col--right,.header__col--right{align-items:center;display:flex;justify-content:flex-end;text-align:right}.donate-menu__logo-link,.header__logo-link{display:inline-block;font-size:0;transition:all .3s ease-in-out}.donate-menu__logo-link:hover,.header__logo-link:hover{opacity:.8}.donate-menu__logo,.header__logo{height:66px;max-width:110px;width:100%}.donate-menu__logo--funnel,.header__logo--funnel{height:60px;max-width:120px}.donate-menu__button,.header__button{border-radius:999px;display:none}@media(min-width:390px){.donate-menu__button,.header__button{border-radius:999px}}@media screen and (max-width:390px){.donate-menu__button,.header__button{padding-bottom:12px;padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__button,.header__button{padding-bottom:calc(10.51429px + .38095vw);padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__button,.header__button{padding-bottom:calc(10.85714px + .35714vw);padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__button,.header__button{padding-bottom:20px;padding-top:20px}}@media screen and (max-width:390px){.donate-menu__button,.header__button{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__button,.header__button{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__button,.header__button{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__button,.header__button{padding-left:40px;padding-right:40px}}.donate-menu__button--donate,.header__button--donate{border:none}.donate-menu__search-link,.header__search-link{background-color:#f6f3ee;border-radius:999px;color:#2e2e2d;display:flex;height:unset;width:unset}@media(min-width:390px){.donate-menu__search-link,.header__search-link{border-radius:999px}}@media screen and (max-width:390px){.donate-menu__search-link,.header__search-link{padding:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__search-link,.header__search-link{padding:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__search-link,.header__search-link{padding:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__search-link,.header__search-link{padding:20px}}.donate-menu__search-link,.header__search-link{transition:all .3s ease-in-out}.donate-menu__search-link:hover,.header__search-link:hover{background-color:#e31933;color:#fff}.donate-menu__search-link svg,.header__search-link svg{fill:none;width:20px}@media(min-width:390px)and (max-width:1440px){.donate-menu__search-link svg,.header__search-link svg{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.donate-menu__search-link svg,.header__search-link svg{width:24px}}.donate-menu__search-link svg,.header__search-link svg{height:20px}@media(min-width:390px)and (max-width:1440px){.donate-menu__search-link svg,.header__search-link svg{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.donate-menu__search-link svg,.header__search-link svg{height:24px}}.donate-menu__search-link svg,.header__search-link svg{transition:all .3s ease-in-out}.donate-menu__mobile,.header__mobile{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;box-sizing:border-box;color:#2e2e2d;cursor:pointer;display:inline-block;height:26px;min-width:26px;padding:0;position:relative;width:26px}@media screen and (max-width:390px){.donate-menu__mobile,.header__mobile{margin-left:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__mobile,.header__mobile{margin-left:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__mobile,.header__mobile{margin-left:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__mobile,.header__mobile{margin-left:24px}}.donate-menu__mobile,.header__mobile{transition:all .3s ease-in-out}.donate-menu__mobile:hover,.header__mobile:hover{color:#e31933}.donate-menu__icon,.donate-menu__mobile svg,.header__icon,.header__mobile svg{display:block;height:26px;width:26px}.donate-menu__icon,.header__icon{left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease-in-out}.donate-menu__icon--close,.header__icon--close{height:16px;opacity:0;width:16px}.donate-menu__icon--close svg,.header__icon--close svg{height:16px;width:16px}.donate-menu__button,.donate-menu__mobile,.header__button,.header__mobile{margin-left:8px}.donate-menu__mobile.active .header__icon--open,.header__mobile.active .header__icon--open{opacity:0}.donate-menu__mobile.active .header__icon--close,.header__mobile.active .header__icon--close{opacity:1}.donate-menu__menu,.header__menu{list-style-type:none;margin:0;padding-left:0;vertical-align:middle}@media screen and (max-width:390px){.donate-menu__menu>.header__item,.header__menu>.header__item{margin-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__menu>.header__item,.header__menu>.header__item{margin-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__menu>.header__item,.header__menu>.header__item{margin-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__menu>.header__item,.header__menu>.header__item{margin-right:40px}}.donate-menu__menu>.header__item,.header__menu>.header__item{transition:all .3s ease-in-out}@media screen and (max-width:390px){.donate-menu__menu>.header__item>.header__link,.header__item--translate .donate-menu__menu>.header__item>.gt_selector,.header__item--translate .header__menu>.header__item>.gt_selector,.header__menu>.header__item>.header__link{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__menu>.header__item>.header__link,.header__item--translate .donate-menu__menu>.header__item>.gt_selector,.header__item--translate .header__menu>.header__item>.gt_selector,.header__menu>.header__item>.header__link{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.donate-menu__menu>.header__item>.header__link,.header__item--translate .donate-menu__menu>.header__item>.gt_selector,.header__item--translate .header__menu>.header__item>.gt_selector,.header__menu>.header__item>.header__link{padding-bottom:4px;padding-top:4px}}.donate-menu__menu>.header__item:last-child,.header__menu>.header__item:last-child{margin-right:0}.donate-menu__menu>.header__item:hover,.header__menu>.header__item:hover{border-color:#e31933!important}@media screen and (max-width:390px){.donate-menu .header__container--top .header__menu>.header__item:not(:last-of-type),.header .header__container--top .header__menu>.header__item:not(:last-of-type){margin-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu .header__container--top .header__menu>.header__item:not(:last-of-type),.header .header__container--top .header__menu>.header__item:not(:last-of-type){margin-right:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu .header__container--top .header__menu>.header__item:not(:last-of-type),.header .header__container--top .header__menu>.header__item:not(:last-of-type){margin-right:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu .header__container--top .header__menu>.header__item:not(:last-of-type),.header .header__container--top .header__menu>.header__item:not(:last-of-type){margin-right:24px}}.donate-menu__item--parent,.header__item--parent{cursor:pointer}.donate-menu__item--parent:hover,.header__item--parent:hover{border-color:#e31933!important}.donate-menu__item--parent:hover>.header__link,.header__item--parent:hover>.header__link,.header__item--translate .donate-menu__item--parent:hover>.gt_selector,.header__item--translate .header__item--parent:hover>.gt_selector{color:#e31933}.donate-menu__item--parent:hover>.header__arrow-wrap .header__arrow,.header__item--parent:hover>.header__arrow-wrap .header__arrow{transform:rotate(0)}.donate-menu__item,.header__item{display:inline-block}.donate-menu__item--current>.header__link,.donate-menu__item--current>.header__sub-menu-link,.header__item--current>.header__link,.header__item--current>.header__sub-menu-link,.header__item--translate .donate-menu__item--current>.gt_selector,.header__item--translate .header__item--current>.gt_selector{color:#e31933}.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{background-color:#fff}@media screen and (max-width:390px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-bottom:56px;padding-top:56px}}@media screen and (max-width:390px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.donate-menu__item>.header__sub-menu,.header__item>.header__sub-menu{padding-left:104px;padding-right:104px}}.donate-menu__item:hover>.header__sub-menu,.header__item:hover>.header__sub-menu{display:inline-flex;justify-content:space-between;opacity:1;z-index:2}.donate-menu__item:hover>.header__sub-menu:not(:has(.header__container--sub-menu)),.header__item:hover>.header__sub-menu:not(:has(.header__container--sub-menu)){display:block}.donate-menu__arrow-wrap,.header__arrow-wrap{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;display:inline-block;font-size:0;margin-left:10px;padding:0;vertical-align:middle}.donate-menu__content--secure,.header__content--secure{align-items:center;display:flex;gap:4px}@media(min-width:390px)and (max-width:1440px){.donate-menu__content--secure,.header__content--secure{gap:4px}}@media(min-width:1440px){.donate-menu__content--secure,.header__content--secure{gap:4px}}.donate-menu__arrow,.header__arrow{color:#e31933;display:inline-block;height:8px;max-width:13px;transform:rotate(180deg);transition:all .3s ease-in-out;vertical-align:middle}.donate-menu__sub-menu,.header__sub-menu{cursor:default;list-style-type:none;padding-left:0;text-align:left;width:100%}.donate-menu__sub-menu:has(.header__wrap--mega-menu-card),.header__sub-menu:has(.header__wrap--mega-menu-card){-moz-column-count:2;column-count:2;gap:20px}.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){-moz-column-count:3;column-count:3}.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){-moz-column-gap:16px;column-gap:16px}@media(min-width:390px)and (max-width:1440px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){-moz-column-gap:calc(13.02857px + .7619vw);column-gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){-moz-column-gap:calc(13.71429px + .71429vw);column-gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){-moz-column-gap:32px;column-gap:32px}}.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){row-gap:24px}@media(min-width:390px)and (max-width:1440px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){row-gap:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){row-gap:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)),.header__sub-menu:not(:has(.header__container--sub-menu)){row-gap:40px}}@media screen and (max-width:390px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)){padding-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)){padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)){padding-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.donate-menu__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:first-of-type),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(0)),.header__sub-menu:not(:has(.header__container--sub-menu)) .header__sub-menu-item:not(:nth-of-type(2)){padding-top:40px}}.donate-menu__sub-menu--1,.header__sub-menu--1{display:none;left:0;opacity:0;position:absolute;right:0;top:100%}.donate-menu__sub-menu--1 .header__arrow,.header__sub-menu--1 .header__arrow{display:none}.donate-menu__sub-menu--1 .header__item--parent,.header__sub-menu--1 .header__item--parent{-moz-column-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid}.donate-menu__sub-menu:before,.header__sub-menu:before{content:"";height:40px;left:0;position:absolute;right:0;top:-35px}.donate-menu__sub-menu .header__item--parent:hover .header__sub-menu--2,.header__sub-menu .header__item--parent:hover .header__sub-menu--2{display:block;opacity:1}.donate-menu__sub-menu .header__item--parent:hover .header__arrow,.header__sub-menu .header__item--parent:hover .header__arrow{transform:rotate(-90deg)}.donate-menu__sub-menu .header__arrow-wrap,.header__sub-menu .header__arrow-wrap{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.donate-menu__sub-menu .header__arrow,.header__sub-menu .header__arrow{transform:rotate(90deg)}.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link{color:#2e2e2d;display:inline-block;font-family:Defused OT,sans-serif;text-decoration:none;vertical-align:middle}@media screen and (max-width:390px){.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link{padding-bottom:2px;padding-top:2px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link{padding-bottom:2px;padding-top:2px}}@media(min-width:1440px){.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link{padding-bottom:2px;padding-top:2px}}.donate-menu__link,.donate-menu__sub-menu-link,.header__item--translate .gt_selector,.header__link,.header__sub-menu-link{transition:all .3s ease-in-out}.donate-menu__link:hover,.donate-menu__sub-menu-link:hover,.header__item--translate .gt_selector:hover,.header__link:hover,.header__sub-menu-link:hover{color:#e31933}.donate-menu__sub-menu-link,.header__sub-menu-link{-moz-column-break-inside:avoid;break-inside:avoid-column;display:block;font-family:Defused OT,sans-serif;font-size:19px;font-weight:400;line-height:1.5}@media(min-width:390px)and (max-width:1440px){.donate-menu__sub-menu-link,.header__sub-menu-link{font-size:calc(17.88571px + .28571vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu-link,.header__sub-menu-link{font-size:calc(16.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__sub-menu-link,.header__sub-menu-link{font-size:26px}}.donate-menu__sub-menu-link,.header__sub-menu-link{letter-spacing:-.19px}@media(min-width:390px)and (max-width:1440px){.donate-menu__sub-menu-link,.header__sub-menu-link{letter-spacing:calc(-.17886px - .00286vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu-link,.header__sub-menu-link{letter-spacing:calc(-.16857px - .00357vw)}}@media(min-width:2560px){.donate-menu__sub-menu-link,.header__sub-menu-link{letter-spacing:-.26px}}.donate-menu__sub-menu-link:hover,.header__sub-menu-link:hover{color:#e31933}.donate-menu__sub-menu-link:hover>.header__menu-link-text,.header__sub-menu-link:hover>.header__menu-link-text{text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;transform:translateX(5px)}.donate-menu__sub-menu-link .header__menu-link-text,.header__sub-menu-link .header__menu-link-text{display:block}.donate-menu__item-icon,.header__item-icon{display:inline-block;height:auto;margin-right:8px;max-height:14px;max-width:14px;vertical-align:initial;width:auto}.donate-menu__menu-link-text,.header__menu-link-text{transition:all .3s ease-in-out}.donate-menu__description,.header__description{color:rgba(46,46,45,.88);display:block;font-family:Lexend,sans-serif;text-decoration:none!important}@media screen and (max-width:390px){.donate-menu__description,.header__description{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__description,.header__description{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__description,.header__description{margin-top:8px}}@media(min-width:2560px){.donate-menu__description,.header__description{margin-top:8px}}.donate-menu .header__sub-menu--2,.header .header__sub-menu--2{left:100%;top:0;transform:none}.donate-menu .header__sub-menu--2 .header__sub-menu-link,.header .header__sub-menu--2 .header__sub-menu-link{padding:0}@media screen and (max-width:390px){.donate-menu .header__sub-menu--2 .header__sub-menu-link,.header .header__sub-menu--2 .header__sub-menu-link{padding-bottom:4px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu .header__sub-menu--2 .header__sub-menu-link,.header .header__sub-menu--2 .header__sub-menu-link{padding-bottom:4px}}@media(min-width:1440px){.donate-menu .header__sub-menu--2 .header__sub-menu-link,.header .header__sub-menu--2 .header__sub-menu-link{padding-bottom:4px}}.donate-menu__mega-links-container,.header__mega-links-container{-moz-column-break-inside:avoid;break-inside:avoid;max-width:390px;width:100%}@media(min-width:390px)and (max-width:1440px){.donate-menu__mega-links-container,.header__mega-links-container{max-width:calc(208px + 46.66667vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__mega-links-container,.header__mega-links-container{max-width:calc(-.71429px + 61.16071vw)}}@media(min-width:2560px){.donate-menu__mega-links-container,.header__mega-links-container{max-width:1565px}}.donate-menu__mega-links,.header__mega-links{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr;list-style-type:none;padding-left:0}@media(min-width:390px)and (max-width:1440px){.donate-menu__mega-links,.header__mega-links{-moz-column-gap:calc(13.02857px + .7619vw);column-gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__mega-links,.header__mega-links{-moz-column-gap:calc(13.71429px + .71429vw);column-gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__mega-links,.header__mega-links{-moz-column-gap:32px;column-gap:32px}}.donate-menu__mega-links,.header__mega-links{row-gap:24px}@media(min-width:390px)and (max-width:1440px){.donate-menu__mega-links,.header__mega-links{row-gap:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__mega-links,.header__mega-links{row-gap:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__mega-links,.header__mega-links{row-gap:40px}}.donate-menu__mega-links .header__sub-menu-item,.header__mega-links .header__sub-menu-item{-moz-column-break-inside:avoid;break-inside:avoid-column}.donate-menu__mega-container,.header__mega-container{width:100%}.donate-menu__mega-cards,.header__mega-cards{list-style-type:none;padding-left:0}.donate-menu__wrap--mega-menu-card,.header__wrap--mega-menu-card{margin-left:auto;width:100%;width:390px}@media(min-width:390px)and (max-width:1440px){.donate-menu__wrap--mega-menu-card,.header__wrap--mega-menu-card{width:calc(334.28571px + 14.28571vw)}}@media(min-width:1440px)and (max-width:2560px){.donate-menu__wrap--mega-menu-card,.header__wrap--mega-menu-card{width:calc(1.28571px + 37.41071vw)}}@media(min-width:2560px){.donate-menu__wrap--mega-menu-card,.header__wrap--mega-menu-card{width:959px}}@media screen and (max-width:390px){.donate-menu__wrap--mega-menu-card:not(:first-of-type),.header__wrap--mega-menu-card:not(:first-of-type){margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__wrap--mega-menu-card:not(:first-of-type),.header__wrap--mega-menu-card:not(:first-of-type){margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__wrap--mega-menu-card:not(:first-of-type),.header__wrap--mega-menu-card:not(:first-of-type){margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__wrap--mega-menu-card:not(:first-of-type),.header__wrap--mega-menu-card:not(:first-of-type){margin-top:16px}}.donate-menu__wrap--mega-menu-card:nth-of-type(odd) .nav-card__link,.header__wrap--mega-menu-card:nth-of-type(odd) .nav-card__link{background-color:#fce8eb}.donate-menu__wrap--mega-menu-card:nth-of-type(2n) .nav-card__link,.header__wrap--mega-menu-card:nth-of-type(2n) .nav-card__link{background-color:#f6f3ee}.donate-menu__backlink,.header__backlink{align-items:center;display:flex;text-underline-offset:2px}.donate-menu__svg--back,.header__svg--back{height:14px}.donate-menu--donation,.header--donation,.nav-card__link{position:relative}.nav-card__link{display:flex;flex-wrap:nowrap;gap:10px;justify-content:space-between;overflow:hidden;text-decoration:none}@media screen and (max-width:390px){.nav-card__link{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.nav-card__link{padding-bottom:calc(14.51429px + .38095vw);padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.nav-card__link{padding-bottom:calc(14.85714px + .35714vw);padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.nav-card__link{padding-bottom:24px;padding-top:24px}}@media screen and (max-width:390px){.nav-card__link{padding-left:12px;padding-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.nav-card__link{padding-left:calc(10.51429px + .38095vw);padding-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.nav-card__link{padding-left:calc(10.85714px + .35714vw);padding-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.nav-card__link{padding-left:20px;padding-right:20px}}.nav-card__link{border-radius:14px}@media(min-width:390px)and (max-width:1440px){.nav-card__link{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.nav-card__link{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.nav-card__link{border-radius:28px}}.nav-card__link{transition:all .3s ease-in-out}.nav-card__link:has(.header__description) .header__menu-link-text{display:block}.nav-card__link:hover{transform:translateY(-5px)}.nav-card__link:hover .nav-card__heading{text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:6%;text-underline-offset:13.5%;text-underline-position:from-font}.nav-card__wrap--inner{z-index:1}@media screen and (max-width:390px){.nav-card__wrap--inner{padding-left:8px}}@media screen and (min-width:390px)and (max-width:1440px){.nav-card__wrap--inner{padding-left:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.nav-card__wrap--inner{padding-left:8px}}@media(min-width:2560px){.nav-card__wrap--inner{padding-left:8px}}.nav-card__wrap--image{z-index:1}.nav-card__figure{aspect-ratio:1;border-radius:999px;height:100px;overflow:hidden;width:100px}@media(min-width:390px){.nav-card__figure{border-radius:999px}}.nav-card__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.nav-card__content{display:flex;flex-direction:column;justify-content:space-between;position:relative}@media screen and (max-width:390px){.nav-card__content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.nav-card__content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.nav-card__content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.nav-card__content{margin-top:20px}}.nav-card__content--secure{align-items:center;display:flex}.nav-card__heading{font-family:Defused OT,sans-serif}.nav-card__svg{bottom:0;height:100%;left:0;opacity:.32;position:absolute;top:0;width:auto;z-index:0}.header-overlay{backdrop-filter:blur(calc(var(--200, 16px)/2));background:rgba(46,46,45,.32);height:120vh;inset:0;opacity:0;pointer-events:none;position:fixed;top:-15px;transition:all .3s ease-in-out;visibility:hidden;width:100vw;z-index:3}.admin-bar .header{top:46px}body{padding-top:90px}body.no-scroll{overflow:hidden}@media screen and (min-width:568px){body{padding-top:90px}.header__col--left.has-mobile{height:90px;max-width:120px;position:relative}}@media screen and (min-width:568px)and (max-width:390px){.header__col--left.has-mobile{margin-right:32px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.header__col--left.has-mobile{margin-right:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.header__col--left.has-mobile{margin-right:calc(37.71429px + .71429vw)}}@media screen and (min-width:568px)and (min-width:2560px){.header__col--left.has-mobile{margin-right:56px}}@media screen and (min-width:568px){.header__col--left.has-mobile .header__logo-link{height:100%}.header__col--left.has-mobile .header__logo--large{bottom:10px;display:block;position:absolute}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.header__col--left.has-mobile .header__logo--large{bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.header__col--left.has-mobile .header__logo--large{bottom:calc(6.85714px + .35714vw)}}@media screen and (min-width:568px)and (min-width:2560px){.header__col--left.has-mobile .header__logo--large{bottom:16px}}@media screen and (min-width:568px){.header__logo--mobile{display:none}.header__col--middle,.header__col--right{flex-grow:1;max-width:unset}}@media screen and (min-width:768px){body{padding-top:127px}.header{min-height:90px}.header__wrap--top{background-color:#fbf9f7}.header__container--top{display:flex;justify-content:flex-end}}@media screen and (min-width:768px)and (max-width:390px){.header__container--top{padding-top:8px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.header__container--top{padding-top:8px}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.header__container--top{padding-top:8px}}@media screen and (min-width:768px)and (min-width:2560px){.header__container--top{padding-top:8px}}@media screen and (min-width:768px){.header__container--top .header__menu>.header__item{border-bottom:none}.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector,.header__container--top .header__menu>.header__item>.header__link,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector{border-bottom:1.5px solid transparent;padding:0}}@media screen and (min-width:768px)and (max-width:390px){.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector,.header__container--top .header__menu>.header__item>.header__link,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector{padding-bottom:8px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector,.header__container--top .header__menu>.header__item>.header__link,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector{padding-bottom:8px}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector,.header__container--top .header__menu>.header__item>.header__link,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector{padding-bottom:8px}}@media screen and (min-width:768px)and (min-width:2560px){.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector,.header__container--top .header__menu>.header__item>.header__link,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector{padding-bottom:8px}}@media screen and (min-width:768px){.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector,.header__container--top .header__menu>.header__item>.header__link,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector{font-size:14px}}@media screen and (min-width:768px)and (min-width:390px){.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector,.header__container--top .header__menu>.header__item>.header__link,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector{font-size:14px}}@media screen and (min-width:768px){.header__container--top .header__item--translate .header__menu>.header__item>.gt_selector:hover,.header__container--top .header__menu>.header__item>.header__link:hover,.header__item--translate .header__container--top .header__menu>.header__item>.gt_selector:hover{border-bottom-color:#2e2e2d;color:#2e2e2d}.header__col--secure{display:flex;justify-content:flex-end}.header__logo{height:100px;max-width:120px}.header__logo--funnel{height:66px;max-width:unset;width:111px}.header__button,.header__search{display:inline-block}.header__mobile,.header__search{height:34px;min-width:40px;width:40px}}@media screen and (width >= 782px){.admin-bar .header{top:32px}}@media screen and (min-width:1024px){.header__col--middle{align-items:stretch;display:flex;height:90px}.header__col--middle .header__menu{display:flex}.header__col--middle .header__menu .header__item{align-items:center;border-bottom:4px solid transparent;display:flex;flex-wrap:nowrap;height:100%}.donate-menu__mega-links,.header__mega-links{grid-template-columns:repeat(2,minmax(0,1fr))}.header__mobile{display:none}.header:has(.donate-menu__item--active)+.header-overlay{opacity:1;pointer-events:auto;visibility:visible}}.header__item--translate{align-items:center;border-bottom:1.5px solid transparent;cursor:pointer;display:flex;flex-wrap:nowrap}@media screen and (max-width:390px){.header__item--translate{margin-left:16px}}@media screen and (min-width:390px)and (max-width:1440px){.header__item--translate{margin-left:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.header__item--translate{margin-left:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.header__item--translate{margin-left:24px}}@media screen and (max-width:390px){.header__item--translate{padding-bottom:8px}}@media screen and (min-width:390px)and (max-width:1440px){.header__item--translate{padding-bottom:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.header__item--translate{padding-bottom:8px}}@media(min-width:2560px){.header__item--translate{padding-bottom:8px}}.header__item--translate{transition:all .3s ease-in-out}.header__item--translate:hover{border-bottom-color:#2e2e2d;color:#2e2e2d}.header__item--translate .gtranslate_wrapper{display:inline-block}.header__item--translate .gt_selector{background-color:transparent;border:none;border-radius:0;color:#2e2e2d!important;cursor:pointer;font-size:14px;height:auto;outline:none!important;padding:0}@media(min-width:390px){.header__item--translate .gt_selector{font-size:14px}}@media screen and (min-width:1440px){.donate-menu____wrap--mega-menu-card,.header____wrap--mega-menu-card{width:390px}}@media screen and (min-width:1440px)and (min-width:390px)and (max-width:1440px){.donate-menu____wrap--mega-menu-card,.header____wrap--mega-menu-card{width:calc(291.2px + 25.33333vw)}}@media screen and (min-width:1440px)and (min-width:1440px)and (max-width:2560px){.donate-menu____wrap--mega-menu-card,.header____wrap--mega-menu-card{width:calc(-1px + 45.625vw)}}@media screen and (min-width:1440px)and (min-width:2560px){.donate-menu____wrap--mega-menu-card,.header____wrap--mega-menu-card{width:1167px}}@media(hover:hover)and (pointer:fine){.header__backlink:hover{color:#e31933;text-decoration-color:transparent}}.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{font-size:19px}@media(min-width:390px)and (max-width:1440px){.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{font-size:calc(17.88571px + .28571vw)}}@media(min-width:1440px)and (max-width:2560px){.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{font-size:calc(16.85714px + .35714vw)}}@media(min-width:2560px){.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{font-size:26px}}.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{letter-spacing:-.19px}@media(min-width:390px)and (max-width:1440px){.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{letter-spacing:calc(-.17886px - .00286vw)}}@media(min-width:1440px)and (max-width:2560px){.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{letter-spacing:calc(-.16857px - .00357vw)}}@media(min-width:2560px){.mobile-menu-bottom__menu>.mobile-menu__item .mobile-menu__link,.mobile-menu__menu>.mobile-menu__item .mobile-menu__link{letter-spacing:-.26px}}.mobile-menu-bottom__sub-menu,.mobile-menu__sub-menu{height:0;margin-right:-56px;opacity:0}.mobile-menu-bottom__sub-menu .mobile-menu__container--sub-menu,.mobile-menu__sub-menu .mobile-menu__container--sub-menu{padding-left:0;padding-right:0}.mobile-menu-bottom__menu,.mobile-menu-bottom__sub-menu,.mobile-menu__menu,.mobile-menu__sub-menu{list-style-type:none;margin:0;padding-left:0}.mobile-menu-bottom__arrow,.mobile-menu__arrow{color:#e31933;height:5px;max-width:10px;transform:rotate(180deg);transition:all .3s ease-in-out}.mobile-menu-bottom__item,.mobile-menu-bottom__sub-menu-item,.mobile-menu__item,.mobile-menu__sub-menu-item{display:block;overflow:hidden;padding:0;position:relative}.mobile-menu-bottom__item--parent,.mobile-menu-bottom__sub-menu-item--parent,.mobile-menu__item--parent,.mobile-menu__sub-menu-item--parent{cursor:pointer}.mobile-menu-bottom__item--active>.mobile-menu__arrow-wrap .mobile-menu__arrow,.mobile-menu-bottom__sub-menu-item--active>.mobile-menu__arrow-wrap .mobile-menu__arrow,.mobile-menu__item--active>.mobile-menu__arrow-wrap .mobile-menu__arrow,.mobile-menu__sub-menu-item--active>.mobile-menu__arrow-wrap .mobile-menu__arrow{transform:rotate(0)}.mobile-menu-bottom__item--active>.mobile-menu__sub-menu,.mobile-menu-bottom__sub-menu-item--active>.mobile-menu__sub-menu,.mobile-menu__item--active>.mobile-menu__sub-menu,.mobile-menu__sub-menu-item--active>.mobile-menu__sub-menu{height:100%;opacity:1;transition:all .3s ease-in-out}.mobile-menu-bottom__mega-links,.mobile-menu__mega-links{list-style-type:none;padding-left:0}.mobile-menu-bottom__arrow-wrap,.mobile-menu__arrow-wrap{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;height:62px;padding:0;position:absolute;right:0;top:0;width:62px}.mobile-menu-bottom__link,.mobile-menu-bottom__sub-menu-link,.mobile-menu__link,.mobile-menu__sub-menu-link{color:#2e2e2d;display:block;font-size:16px;font-weight:400;line-height:1.5;position:relative;text-decoration:none;transition:all .3s ease-in-out}.mobile-menu-bottom__link:hover .mobile-menu__menu-link-text,.mobile-menu-bottom__sub-menu-link:hover .mobile-menu__menu-link-text,.mobile-menu__link:hover .mobile-menu__menu-link-text,.mobile-menu__sub-menu-link:hover .mobile-menu__menu-link-text{text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.mobile-menu-bottom__link,.mobile-menu__link{font-size:16px}@media(min-width:390px)and (max-width:1440px){.mobile-menu-bottom__link,.mobile-menu__link{font-size:calc(15.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.mobile-menu-bottom__link,.mobile-menu__link{font-size:calc(15.71429px + .08929vw)}}@media(min-width:2560px){.mobile-menu-bottom__link,.mobile-menu__link{font-size:18px}}.mobile-menu{background-color:#fff;bottom:0;max-width:100%;position:fixed;right:-101%;top:90px;transition:all .3s ease-in-out;width:100%;z-index:5}.mobile-menu--active{right:0}.mobile-menu__body{-ms-overflow-style:none;-webkit-overflow-scrolling:none;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;font-size:0;height:100%;justify-content:space-between;max-height:100%;overflow:scroll;overflow:-moz-scrollbars-none;padding:0;position:relative;width:100%}.mobile-menu__body::-webkit-scrollbar{display:none}.mobile-menu__footer{padding-bottom:20px}.mobile-menu__button{width:100%}.mobile-menu__item,.mobile-menu__sub-menu-item{border-bottom:1px solid #ebe8e4}.mobile-menu__sub-menu-item{background-color:#fbf9f7}@media screen and (max-width:390px){.mobile-menu__sub-menu-item{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.mobile-menu__sub-menu-item{padding:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.mobile-menu__sub-menu-item{padding:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.mobile-menu__sub-menu-item{padding:32px}}.mobile-menu__menu-link-text{display:block;transition:all .3s ease-in-out}.mobile-menu__description{color:rgba(46,46,45,.88);text-decoration:none!important}@media screen and (max-width:390px){.mobile-menu__description{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.mobile-menu__description{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.mobile-menu__description{margin-top:8px}}@media(min-width:2560px){.mobile-menu__description{margin-top:8px}}.mobile-menu__menu{display:flex;flex-direction:column;min-height:100%}.mobile-menu__menu>.mobile-menu__item{font-weight:500}.mobile-menu__sub-menu-item:first-child{border-top:1px solid rgba(46,46,45,.16)}@media screen and (max-width:390px){.mobile-menu__item--translate,.mobile-menu__link{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.mobile-menu__item--translate,.mobile-menu__link{padding:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.mobile-menu__item--translate,.mobile-menu__link{padding:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.mobile-menu__item--translate,.mobile-menu__link{padding:32px}}.mobile-menu__mega-container{display:none}.mobile-menu__wrap--mega-menu-card{margin-top:auto}.mobile-menu__item--translate{margin-left:0}.mobile-menu__item--translate .gt_selector{font-weight:300;line-height:1.4}.mobile-menu .mobile-menu-bottom__menu{padding-left:0}.mobile-menu .mobile-menu-bottom__item{margin:0;padding-left:0}@media screen and (max-width:390px){.mobile-menu .mobile-menu-bottom__link{padding-bottom:12px;padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.mobile-menu .mobile-menu-bottom__link{padding-bottom:calc(10.51429px + .38095vw);padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.mobile-menu .mobile-menu-bottom__link{padding-bottom:calc(10.85714px + .35714vw);padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.mobile-menu .mobile-menu-bottom__link{padding-bottom:20px;padding-top:20px}}@media screen and (max-width:390px){.mobile-menu .mobile-menu-bottom__link{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.mobile-menu .mobile-menu-bottom__link{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.mobile-menu .mobile-menu-bottom__link{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.mobile-menu .mobile-menu-bottom__link{padding-left:32px;padding-right:32px}}.mobile-menu .mobile-menu-bottom__item-icon{display:inline-block;height:auto;margin-right:8px;max-height:14px;max-width:14px;vertical-align:middle;width:auto}.mobile-menu .mobile-menu-bottom__arrow{color:#5f5f5d}.admin-bar .mobile-menu{top:106px}@media screen and (min-width:768px){.mobile-menu{top:127px}}.donate-menu__menu{-moz-column-count:1!important;column-count:1!important;width:auto}@media screen and (max-width:390px){.donate-menu__menu{margin-left:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__menu{margin-left:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__menu{margin-left:8px}}@media(min-width:2560px){.donate-menu__menu{margin-left:8px}}.donate-menu__menu:before{display:none}.donate-menu__item--parent{background-color:#e31933;border-radius:999px;cursor:pointer;text-align:center}@media(min-width:390px){.donate-menu__item--parent{border-radius:999px}}@media screen and (max-width:390px){.donate-menu__item--parent{padding-bottom:12px;padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__item--parent{padding-bottom:calc(10.51429px + .38095vw);padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__item--parent{padding-bottom:calc(10.85714px + .35714vw);padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donate-menu__item--parent{padding-bottom:20px;padding-top:20px}}@media screen and (max-width:390px){.donate-menu__item--parent{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donate-menu__item--parent{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donate-menu__item--parent{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donate-menu__item--parent{padding-left:40px;padding-right:40px}}.donate-menu__item--parent{transition:all .3s ease-in-out}.donate-menu__item--parent:hover{background-color:#2e2e2d}.donate-menu__item--parent>.donate-menu__link{color:#fff}.donate-menu__item--parent.donate-menu__item--active{background-color:#2e2e2d}.donate-menu__item--parent.donate-menu__item--active>.donate-menu__sub-menu{display:inline-flex;justify-content:space-between;z-index:2}.donate-menu__arrow-wrap{display:none}.donate-menu__sub-menu{background-color:#fff;height:calc(100vh - 90px);opacity:1;transition:all .3s ease-in-out}.donate-menu__mega-container{display:none}@media screen and (min-width:1024px){.donate-menu__sub-menu{height:auto}}@media screen and (min-width:1024px)and (max-width:390px){.donate-menu__sub-menu{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.donate-menu__sub-menu{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.donate-menu__sub-menu{padding-bottom:56px;padding-top:56px}}@media screen and (min-width:1024px)and (max-width:390px){.donate-menu__sub-menu{padding-left:15px;padding-right:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.donate-menu__sub-menu{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.donate-menu__sub-menu{padding-left:104px;padding-right:104px}}@media screen and (min-width:1024px){.donate-menu__mega-container{display:block}}@media screen and (max-width:1024px){.donate-menu__mega-links-container{max-width:unset}.donate-menu__mega-links{row-gap:0}.donate-menu__sub-menu-item{border-bottom:1px solid #ebe8e4}}@media screen and (max-width:1024px)and (max-width:390px){.donate-menu__sub-menu-link{padding:16px}}@media screen and (max-width:1024px)and (min-width:390px)and (max-width:1440px){.donate-menu__sub-menu-link{padding:calc(13.02857px + .7619vw)}}@media screen and (max-width:1024px)and (min-width:1440px)and (max-width:2560px){.donate-menu__sub-menu-link{padding:calc(13.71429px + .71429vw)}}@media screen and (max-width:1024px)and (min-width:2560px){.donate-menu__sub-menu-link{padding:32px}}@media screen and (max-width:1024px){.donate-menu__description{display:none}.donate-menu__item--parent.donate-menu__item--active>.donate-menu__sub-menu{right:0!important}.donate-menu__sub-menu{display:inline-flex;left:unset;right:-101%}}@media screen and (max-width:390px){.container+.container{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.container+.container{margin-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.container+.container{margin-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.container+.container{margin-top:72px}}@media screen and (max-width:390px){.container+.row{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.container+.row{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.container+.row{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.container+.row{margin-top:40px}}@media screen and (max-width:390px){.row+.row{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.row+.row{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row+.row{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.row+.row{margin-top:56px}}@media screen and (max-width:390px){.row+.swiper{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.row+.swiper{margin-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.row+.swiper{margin-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.row+.swiper{margin-top:72px}}@media screen and (max-width:390px){.heading+.content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.heading+.content{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.heading+.content{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.heading+.content{margin-top:24px}}@media screen and (max-width:390px){.heading+.btn{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.heading+.btn{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.heading+.btn{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.heading+.btn{margin-top:32px}}@media screen and (max-width:390px){.heading+.tags{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.heading+.tags{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.heading+.tags{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.heading+.tags{margin-top:32px}}@media screen and (max-width:390px){.heading+.wrap{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.heading+.wrap{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.heading+.wrap{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.heading+.wrap{margin-top:32px}}@media screen and (max-width:390px){.preheading+.heading{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.preheading+.heading{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.preheading+.heading{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.preheading+.heading{margin-top:32px}}@media screen and (max-width:390px){.preheading+.content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.preheading+.content{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.preheading+.content{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.preheading+.content{margin-top:24px}}@media screen and (max-width:390px){.content+.content{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.content+.content{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.content+.content{margin-top:8px}}@media(min-width:2560px){.content+.content{margin-top:8px}}@media screen and (max-width:390px){.content+.wrap{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.content+.wrap{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.content+.wrap{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.content+.wrap{margin-top:32px}}@media screen and (max-width:390px){.content+.swiper{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.content+.swiper{margin-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.content+.swiper{margin-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.content+.swiper{margin-top:72px}}@media screen and (max-width:390px){.content+.tags{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.content+.tags{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.content+.tags{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.content+.tags{margin-top:32px}}@media screen and (max-width:390px){figure+.heading{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){figure+.heading{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){figure+.heading{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){figure+.heading{margin-top:24px}}@media screen and (max-width:390px){.wrap+.wrap{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.wrap+.wrap{margin-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.wrap+.wrap{margin-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.wrap+.wrap{margin-top:72px}}@media screen and (max-width:390px){.wrap+.heading{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.wrap+.heading{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.wrap+.heading{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.wrap+.heading{margin-top:20px}}.top-footer{color:#fff;position:relative;z-index:1}.top-footer__row{border-bottom:1px solid hsla(0,0%,100%,.16)}@media screen and (max-width:390px){.top-footer__row{padding-bottom:40px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__row{padding-bottom:calc(5.82857px + 8.7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__row{padding-bottom:calc(88.28571px + 3.03571vw)}}@media(min-width:2560px){.top-footer__row{padding-bottom:166px}}@media screen and (max-width:390px){.top-footer__col--visit{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__col--visit{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__col--visit{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.top-footer__col--visit{margin-top:40px}}@media screen and (max-width:390px){.top-footer__col--news{margin-top:26px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__col--news{margin-top:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__col--news{margin-top:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.top-footer__col--news{margin-top:80px}}.top-footer__wrap--active .top-footer__arrow-wrap svg{transform:translateY(-50%) rotate(180deg)}@media screen and (max-width:390px){.top-footer__wrap--active+.top-footer__items{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__wrap--active+.top-footer__items{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__wrap--active+.top-footer__items{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.top-footer__wrap--active+.top-footer__items{margin-top:24px}}.top-footer__wrap--nav{border-bottom:0;cursor:pointer;position:relative}.top-footer__wrap--additional{display:flex;flex-direction:column}.top-footer__wrap--svg{background-color:#dcc3f5;display:flex}@media screen and (max-width:390px){.top-footer__wrap--svg{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__wrap--svg{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__wrap--svg{padding:8px}}@media(min-width:2560px){.top-footer__wrap--svg{padding:8px}}.top-footer__wrap--svg{border-radius:999px}@media(min-width:390px){.top-footer__wrap--svg{border-radius:999px}}.top-footer__logo-link{display:inline-block;font-size:0;transition:all .3s ease-in-out}.top-footer__logo-link:hover{opacity:.8}.top-footer__logo{color:#fff;height:20px;max-width:60px;width:100%}.top-footer__heading{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:hsla(0,0%,100%,.64);font-weight:500;outline:0;padding:0;text-align:left}.top-footer__menu{display:flex;flex-direction:column;gap:16px;list-style-type:none;margin:0;padding:0}@media(min-width:390px)and (max-width:1440px){.top-footer__menu{gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.top-footer__menu{gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.top-footer__menu{gap:32px}}.top-footer__item{display:block}.top-footer__link{color:#2e2e2d;display:inline-block;text-decoration-color:transparent;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:5px;transition:all .3s ease-in-out}@media screen and (max-width:390px){.top-footer__link{padding-bottom:2px;padding-top:2px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__link{padding-bottom:2px;padding-top:2px}}@media(min-width:1440px){.top-footer__link{padding-bottom:2px;padding-top:2px}}.top-footer__link:hover{color:#f78e1e}@media screen and (max-width:390px){.top-footer__social-links{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__social-links{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__social-links{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.top-footer__social-links{margin-top:56px}}@media screen and (max-width:390px){.top-footer__button{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__button{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__button{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.top-footer__button{margin-top:24px}}.top-footer__button-link{align-items:center;background-color:#fff;color:#2e2e2d;display:flex;text-decoration:none;width:-moz-fit-content;width:fit-content}@media screen and (max-width:390px){.top-footer__button-link{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__button-link{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__button-link{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.top-footer__button-link{margin-top:24px}}@media screen and (max-width:390px){.top-footer__button-link{padding-bottom:10px;padding-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__button-link{padding-bottom:calc(9.25714px + .19048vw);padding-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__button-link{padding-bottom:calc(6.85714px + .35714vw);padding-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.top-footer__button-link{padding-bottom:16px;padding-top:16px}}@media screen and (max-width:390px){.top-footer__button-link{padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__button-link{padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__button-link{padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.top-footer__button-link{padding-right:40px}}@media screen and (max-width:390px){.top-footer__button-link{padding-left:10px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__button-link{padding-left:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__button-link{padding-left:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.top-footer__button-link{padding-left:16px}}.top-footer__button-link{border-radius:999px}@media(min-width:390px){.top-footer__button-link{border-radius:999px}}.top-footer__button-link{gap:10px}@media(min-width:390px)and (max-width:1440px){.top-footer__button-link{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.top-footer__button-link{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.top-footer__button-link{gap:16px}}.top-footer__svg{height:20px;width:20px}.top-footer__svg--social{color:#e31933;transition:all .3s ease-in-out}.top-footer .top-footer__items--two .top-footer__menu{gap:8px}@media(min-width:390px)and (max-width:1440px){.top-footer .top-footer__items--two .top-footer__menu{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.top-footer .top-footer__items--two .top-footer__menu{gap:8px}}@media(min-width:2560px){.top-footer .top-footer__items--two .top-footer__menu{gap:8px}}.top-footer .top-footer__items--two .top-footer__link{font-weight:300}@media screen and (max-width:390px){.top-footer__content+.top-footer__content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.top-footer__content+.top-footer__content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.top-footer__content+.top-footer__content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.top-footer__content+.top-footer__content{margin-top:20px}}@media screen and (min-width:768px){.top-footer__logo{height:24px;max-width:70px}}@media screen and (min-width:1024px){.top-footer{text-align:left}.top-footer__container{border-bottom:none}.top-footer__col{margin-bottom:0;margin-top:0}.top-footer__col--nav,.top-footer__col--visit{flex-basis:20%;max-width:20%}.top-footer__col--news{flex-basis:40%;margin-top:0;max-width:40%}.top-footer__wrap--nav{border:0;pointer-events:none}.top-footer__wrap--nav:after{content:none}.top-footer__wrap--nav svg{display:none}}@media screen and (min-width:1024px)and (max-width:390px){.top-footer__wrap--top{margin-left:26px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.top-footer__wrap--top{margin-left:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.top-footer__wrap--top{margin-left:calc(43.42857px + 1.42857vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.top-footer__wrap--top{margin-left:80px}}@media screen and (min-width:1024px){.top-footer__heading{padding:0}.top-footer__item{border:0;padding:0}.top-footer__item:first-child{margin-top:0}}@media(hover:hover)and (pointer:fine){.top-footer__button-link:hover{background-color:#2e2e2d;color:#fff}.top-footer__link:hover{color:#2e2e2d;text-decoration-color:#e31933;transform:translateX(3px)}}.appeal-archive-hero{background-color:#f6f3ee;position:relative;text-align:center}@media screen and (max-width:390px){.appeal-archive-hero{padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive-hero{padding-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive-hero{padding-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.appeal-archive-hero{padding-top:112px}}@media screen and (max-width:390px){.appeal-archive-hero{padding-bottom:58px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive-hero{padding-bottom:calc(38.68571px + 4.95238vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive-hero{padding-bottom:calc(68.85714px + 2.85714vw)}}@media(min-width:2560px){.appeal-archive-hero{padding-bottom:142px}}@media screen and (max-width:390px){.appeal-archive-hero__heading+.appeal-archive-hero__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive-hero__heading+.appeal-archive-hero__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive-hero__heading+.appeal-archive-hero__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.appeal-archive-hero__heading+.appeal-archive-hero__content{margin-top:32px}}@media screen and (max-width:390px){.appeal-archive-hero__preheading+.appeal-archive-hero__heading{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive-hero__preheading+.appeal-archive-hero__heading{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive-hero__preheading+.appeal-archive-hero__heading{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.appeal-archive-hero__preheading+.appeal-archive-hero__heading{margin-top:32px}}.appeal-archive-hero__preheading{color:#ae1328}@media screen and (max-width:390px){.appeal-archive-hero__content+.appeal-archive-hero__wrap--filters{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive-hero__content+.appeal-archive-hero__wrap--filters{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive-hero__content+.appeal-archive-hero__wrap--filters{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.appeal-archive-hero__content+.appeal-archive-hero__wrap--filters{margin-top:40px}}.appeal-archive-hero__wrap{bottom:0;height:10px;left:0;position:absolute;width:100%}@media(min-width:390px)and (max-width:1440px){.appeal-archive-hero__wrap{height:calc(2.57143px + 1.90476vw)}}@media(min-width:1440px){.appeal-archive-hero__wrap{height:30px}}.appeal-archive-hero__svg--one{color:#f18c99;display:none;left:0;position:absolute;top:110px}.appeal-archive-hero__svg--two{color:#f9b771;display:none;position:absolute;right:0;top:230px}.appeal-archive-hero__svg--mask{height:100%;width:100%}@media screen and (min-width:390px){.appeal-archive-hero__container{padding-left:0;padding-right:0}}@media screen and (min-width:1024px){.appeal-archive-hero__svg--one,.appeal-archive-hero__svg--two{display:block}}.appeal-card{border-radius:14px;display:flex;height:100%;overflow:hidden;position:relative;text-align:left;text-decoration:none;width:100%}@media(min-width:390px)and (max-width:1440px){.appeal-card{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.appeal-card{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.appeal-card{border-radius:28px}}.appeal-card{transition:all .3s ease-in-out}.appeal-card--featured{background-color:#fcecda}.appeal-card--featured .appeal-card__featured-tag{align-items:center;background-color:#a25706;color:#fff;display:inline-flex;gap:4px}@media(min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__featured-tag{gap:4px}}@media(min-width:1440px){.appeal-card--featured .appeal-card__featured-tag{gap:4px}}@media screen and (max-width:390px){.appeal-card--featured .appeal-card__featured-tag{padding-left:10px;padding-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__featured-tag{padding-left:calc(9.25714px + .19048vw);padding-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__featured-tag{padding-left:calc(6.85714px + .35714vw);padding-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card--featured .appeal-card__featured-tag{padding-left:16px;padding-right:16px}}@media screen and (max-width:390px){.appeal-card--featured .appeal-card__featured-tag{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__featured-tag{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.appeal-card--featured .appeal-card__featured-tag{padding-bottom:4px;padding-top:4px}}@media screen and (max-width:390px){.appeal-card--featured .appeal-card__featured-tag{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__featured-tag{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__featured-tag{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card--featured .appeal-card__featured-tag{margin-bottom:16px}}.appeal-card--featured .appeal-card__featured-tag{border-radius:999px}@media(min-width:390px){.appeal-card--featured .appeal-card__featured-tag{border-radius:999px}}.appeal-card__row{align-items:flex-start}.appeal-card__link{font-size:0;inset:0;position:absolute;z-index:2}.appeal-card__link+.link__link--focus{border:2px solid transparent;border-radius:inherit;inset:0;opacity:1;pointer-events:none;position:absolute;z-index:4}.appeal-card__link:focus+.link__link--focus{border:2px dashed rgba(46,46,45,.88)}.appeal-card__body{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:0;width:100%}.appeal-card__figure{aspect-ratio:1;flex:0 0 100px;height:100px;overflow:hidden;position:relative;width:100px}.appeal-card__image{border-radius:999px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:390px){.appeal-card__image{border-radius:999px}}.appeal-card__image{transition:all .3s ease-in-out}.appeal-card__wrap{display:flex}.appeal-card__wrap--content{display:flex;flex-wrap:nowrap;gap:16px;justify-content:space-between}@media(min-width:390px)and (max-width:1440px){.appeal-card__wrap--content{gap:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.appeal-card__wrap--content{gap:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card__wrap--content{gap:24px}}@media screen and (max-width:390px){.appeal-card__wrap--content{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__wrap--content{padding-bottom:calc(13.02857px + .7619vw);padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card__wrap--content{padding-bottom:calc(13.71429px + .71429vw);padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.appeal-card__wrap--content{padding-bottom:32px;padding-top:32px}}@media screen and (max-width:390px){.appeal-card__wrap--content{padding-left:12px;padding-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__wrap--content{padding-left:calc(10.51429px + .38095vw);padding-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card__wrap--content{padding-left:calc(10.85714px + .35714vw);padding-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card__wrap--content{padding-left:20px;padding-right:20px}}.appeal-card__wrap--categories{border-top:1.5px solid #fff;display:flex;gap:4px}@media(min-width:390px)and (max-width:1440px){.appeal-card__wrap--categories{gap:4px}}@media(min-width:1440px){.appeal-card__wrap--categories{gap:4px}}@media screen and (max-width:390px){.appeal-card__wrap--categories{padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__wrap--categories{padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card__wrap--categories{padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card__wrap--categories{padding-top:20px}}@media screen and (max-width:390px){.appeal-card__wrap--categories{padding-left:12px;padding-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__wrap--categories{padding-left:calc(10.51429px + .38095vw);padding-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card__wrap--categories{padding-left:calc(10.85714px + .35714vw);padding-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card__wrap--categories{padding-left:20px;padding-right:20px}}@media screen and (max-width:390px){.appeal-card__wrap--categories{padding-bottom:16px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__wrap--categories{padding-bottom:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card__wrap--categories{padding-bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card__wrap--categories{padding-bottom:24px}}.appeal-card__heading{color:rgba(46,46,45,.88);position:relative;text-decoration:underline;text-decoration-color:transparent;transition:all .3s ease-in-out;width:-moz-fit-content;width:fit-content}.appeal-card__content--category{border:1px solid #f9b771;color:#a25706}@media screen and (max-width:390px){.appeal-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card__content--category{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.appeal-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.appeal-card__content--category{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__content--category{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.appeal-card__content--category{padding-bottom:4px;padding-top:4px}}.appeal-card__content--category{border-radius:999px}@media(min-width:390px){.appeal-card__content--category{border-radius:999px}}.appeal-card__content--excerpt{color:rgba(46,46,45,.64)}@media screen and (max-width:390px){.appeal-card__heading+.appeal-card__content{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-card__heading+.appeal-card__content{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-card__heading+.appeal-card__content{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.appeal-card__heading+.appeal-card__content{margin-top:16px}}.appeal-card__content+.appeal-card__content{margin-top:0}.appeal-card__svg--squiggle{bottom:0;display:none;position:absolute;right:19%}@media screen and (min-width:1024px){.appeal-card--featured{border-radius:20px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured{border-radius:calc(16.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured{border-radius:calc(22.28571px + .53571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured{border-radius:36px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__heading{font-size:30px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__heading{font-size:calc(26.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__heading{font-size:calc(29.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__heading{font-size:48px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__heading{letter-spacing:-.45px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__heading{letter-spacing:calc(-.39429px - .01429vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__heading{letter-spacing:calc(-.44571px - .01071vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__heading{letter-spacing:-.72px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__wrap--content{gap:26px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--content{gap:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--content{gap:calc(43.42857px + 1.42857vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--content{gap:80px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-card--featured .appeal-card__wrap--content{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--content{padding-bottom:calc(13.02857px + .7619vw);padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--content{padding-bottom:calc(13.71429px + .71429vw);padding-top:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--content{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-card--featured .appeal-card__wrap--content{padding-left:15px;padding-right:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--content{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--content{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--content{padding-left:104px;padding-right:104px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-card--featured .appeal-card__wrap--inner{padding-top:32px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--inner{padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--inner{padding-top:calc(37.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--inner{padding-top:56px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-card--featured .appeal-card__wrap--inner{padding-right:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--inner{padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--inner{padding-right:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--inner{padding-right:104px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-card--featured .appeal-card__wrap--inner{padding-bottom:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--inner{padding-bottom:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--inner{padding-bottom:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--inner{padding-bottom:32px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__content--excerpt{color:#2e2e2d;font-size:17px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__content--excerpt{font-size:calc(16.62857px + .09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__content--excerpt{font-size:calc(12.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__content--excerpt{font-size:22px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__content--excerpt{letter-spacing:-.34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__content--excerpt{letter-spacing:calc(-.33257px - .0019vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__content--excerpt{letter-spacing:calc(-.25714px - .00714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__content--excerpt{letter-spacing:-.44px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__figure{flex:0 0 380px;height:380px;width:380px}.appeal-card--featured .appeal-card__wrap--categories{border:none;bottom:16px;padding-left:0;padding-right:0;position:absolute}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--categories{bottom:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--categories{bottom:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--categories{bottom:32px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__wrap--categories{left:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--categories{left:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--categories{left:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--categories{left:104px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-card--featured .appeal-card__wrap--categories{padding-bottom:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-card--featured .appeal-card__wrap--categories{padding-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-card--featured .appeal-card__wrap--categories{padding-bottom:calc(6.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-card--featured .appeal-card__wrap--categories{padding-bottom:16px}}@media screen and (min-width:1024px){.appeal-card--featured .appeal-card__svg--squiggle{display:block}.appeal-card__body{min-height:0;position:relative}.appeal-card__wrap--content{display:flex;flex:1 1 auto;min-height:0}}@media(hover:hover)and (pointer:fine){.appeal-card:hover .appeal-card__heading{text-decoration-color:rgba(46,46,45,.88)}}.archive-layout{margin-bottom:50px;max-width:100%;overflow:hidden}.archive-layout__col{display:inherit}.archive-layout__pagination{margin-top:20px;text-align:center}.archive-layout__links{align-items:center}.archive-layout__link--prev{text-align:left}.archive-layout__link--numbers{display:none}.archive-layout__link--next{text-align:right}@media screen and (min-width:768px){.archive-layout{margin-bottom:150px}.archive-layout__pagination{margin-top:40px}.archive-layout__link--numbers{display:block}.archive-layout__link--numbers-text{display:none}}.browser-fallback{background-color:#fff;border-radius:5px;display:inline-block;left:50%;margin-left:-239px;margin-top:-200px;min-height:400px;overflow:hidden;padding:20px;top:50%;width:478px;will-change:transform;z-index:11}.browser-fallback,.browser-fallback__overlay{pointer-events:auto;position:fixed;text-align:center;transition:opacity .3s}.browser-fallback__overlay{background-color:rgba(0,0,0,.4);font-size:0;inset:0;opacity:1;z-index:10}.browser-fallback__icon{border:4px solid #e31933;border-radius:50%;box-sizing:content-box;height:80px;margin:20px auto;padding:0;position:relative;width:80px}.browser-fallback__body,.browser-fallback__dot{background-color:#e31933;left:50%;position:absolute}.browser-fallback__body{border-radius:2px;height:47px;margin-left:-2px;top:10px;width:5px}.browser-fallback__dot{border-radius:50%;bottom:-11px;height:7px;margin-left:-4px;width:7px}.cc_div{color:#2e2e2d!important;font-family:Lexend,sans-serif!important}@media screen and (max-width:390px){.cc_div #s-hdr{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.cc_div #s-hdr{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cc_div #s-hdr{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.cc_div #s-hdr{padding-left:32px;padding-right:32px}}@media screen and (max-width:390px){.cc_div #s-bl,.cc_div #s-bns{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.cc_div #s-bl,.cc_div #s-bns{padding:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cc_div #s-bl,.cc_div #s-bns{padding:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.cc_div #s-bl,.cc_div #s-bns{padding:32px}}.cc_div button{align-items:center;display:inline-flex;justify-content:center}.cc_div button:before{z-index:-1}.cc_div #cm,.cc_div #s-inr{border-radius:0}.cc_div input[type=checkbox]:checked{background-size:14px}.cc_div #cm #c-bns #c-p-bn,.cc_div #cm #c-bns #c-s-bn{border-radius:0}.cc_div .bns-t #s-bns{display:inline-flex;height:auto!important}.cc_div .bns-t #s-bns .c-bn{flex:unset;margin-top:0!important;min-width:none!important;width:-moz-fit-content;width:fit-content}@media screen and (max-width:390px){.cc_div .bns-t #s-bns #s-rall-bn.c-bn{margin-left:8px}}@media screen and (min-width:390px)and (max-width:1440px){.cc_div .bns-t #s-bns #s-rall-bn.c-bn{margin-left:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.cc_div .bns-t #s-bns #s-rall-bn.c-bn{margin-left:8px}}@media(min-width:2560px){.cc_div .bns-t #s-bns #s-rall-bn.c-bn{margin-left:8px}}.cc_div .bns-t #s-bns #s-sv-bn.c-bn{margin-left:auto}.cc_div .bns-t .b-tg .c-tg{background:rgba(46,46,45,.88)}.cc_div .bns-t .b-tg .c-tgl:checked~.c-tg{background-color:#e31933}.cc_div .bns-t .b-bn .b-tl:active,.cc_div .bns-t .b-bn .b-tl:hover,.cc_div .bns-t .b-tl.exp{background:hsla(0,0%,100%,.88)!important;font-family:Defused OT,sans-serif!important}.cc_div .bns-t #s-bl .c-bl{border:0}.cc_div .bns-t #s-bl .c-bl:hover{background:transparent}.cc_div .bns-t #s-c-bn{background:transparent;background-color:#fff;border:1px solid #2e2e2d}.cc_div .bns-t #s-c-bn:hover{background-color:hsla(0,0%,100%,.88)}.cc_div .bns-t #s-c-bn:after,.cc_div .bns-t #s-c-bn:before{left:17px;top:12px;z-index:1}.cc_div #cm-ov,.cc_div #cs-ov{background:rgba(24,24,27,.92)}.cc_div [role=heading]{font-family:Defused OT,sans-serif!important;font-size:20px!important}.contact-link__link{text-decoration-color:#b66107;text-underline-offset:5px}.counter{background-color:#f6f3ee;color:#2e2e2d;font-family:Defused OT,sans-serif;font-size:15px;line-height:1.6;position:absolute;text-align:center;z-index:2}@media(min-width:390px)and (max-width:1440px){.counter{font-size:calc(14.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.counter{font-size:calc(14.71429px + .08929vw)}}@media(min-width:2560px){.counter{font-size:17px}}@media screen and (max-width:390px){.counter{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.counter{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.counter{padding-bottom:8px;padding-top:8px}}@media(min-width:2560px){.counter{padding-bottom:8px;padding-top:8px}}@media screen and (max-width:390px){.counter{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.counter{padding-left:calc(14.51429px + .38095vw);padding-right:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.counter{padding-left:calc(14.85714px + .35714vw);padding-right:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.counter{padding-left:24px;padding-right:24px}}.counter{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.counter{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.counter{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.counter{border-radius:20px}}.counter{bottom:16px}@media(min-width:390px)and (max-width:1440px){.counter{bottom:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.counter{bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.counter{bottom:24px}}.counter{right:16px}@media(min-width:390px)and (max-width:1440px){.counter{right:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.counter{right:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.counter{right:24px}}.donation-funnel .gform-loader{background-color:rgba(227,25,51,.5);border-radius:12px;inset:0;position:absolute;z-index:20}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gform-loader{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gform-loader{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gform-loader{border-radius:20px}}.donation-funnel .gform-loader:after{animation:loader-spin .8s linear infinite;border:3px solid hsla(0,0%,100%,.35);border-radius:50%;border-top-color:#fff;content:"";height:32px;left:50%;margin-left:-16px;margin-top:-16px;position:absolute;top:50%;width:32px}.donation-funnel .gform-body{background-color:#fff;margin:0 auto;position:relative}@media screen and (max-width:390px){.donation-funnel .gform-body{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gform-body{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform-body{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gform-body{padding-bottom:56px;padding-top:56px}}@media screen and (max-width:390px){.donation-funnel .gform-body{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gform-body{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform-body{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gform-body{padding-left:32px;padding-right:32px}}.donation-funnel .gfield{margin:0}.donation-funnel .gfield input::-moz-placeholder{color:#5f5f5d}.donation-funnel .gfield input::placeholder{color:#5f5f5d}.donation-funnel .gform_fields:has(.gfield--type-stripe_creditcard){gap:24px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gform_fields:has(.gfield--type-stripe_creditcard){gap:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gform_fields:has(.gfield--type-stripe_creditcard){gap:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gform_fields:has(.gfield--type-stripe_creditcard){gap:40px}}.donation-funnel input[type=checkbox],.donation-funnel input[type=radio]{background-color:#fff}.donation-funnel input[type=checkbox]:checked,.donation-funnel input[type=radio]:checked{border-color:#e31933}.donation-funnel input[type=checkbox]+label,.donation-funnel input[type=radio]+label{font-size:14px}@media(min-width:390px)and (max-width:2560px){.donation-funnel input[type=checkbox]+label,.donation-funnel input[type=radio]+label{font-size:calc(13.64055px + .09217vw)}}@media(min-width:2560px){.donation-funnel input[type=checkbox]+label,.donation-funnel input[type=radio]+label{font-size:16px}}.donation-funnel .gfield--dashed-border-top{border-top:1.5px dashed rgba(46,46,45,.48)}@media screen and (max-width:390px){.donation-funnel .gfield--dashed-border-top{padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--dashed-border-top{padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--dashed-border-top{padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gfield--dashed-border-top{padding-top:32px}}.donation-funnel .gfield--large-box input[type=checkbox],.donation-funnel .gfield--large-box input[type=radio],.donation-funnel .gfield--tickbox input[type=checkbox],.donation-funnel .gfield--tickbox input[type=radio]{background-image:url(/app/themes/adaptable/assets/dist/vectors/check.svg);background-position:50%;background-repeat:no-repeat;background-size:60%}.donation-funnel .gfield--large-box input[type=checkbox],.donation-funnel .gfield--large-box input[type=radio]{height:32px;width:32px}.donation-funnel .gfield--large-box input[type=checkbox]:checked,.donation-funnel .gfield--large-box input[type=radio]:checked{background-color:#2e2e2d;border-color:#2e2e2d}.donation-funnel .gfield--tickbox input[type=checkbox]:checked,.donation-funnel .gfield--tickbox input[type=radio]:checked{background-color:#e31933;border-color:#e31933}.donation-funnel .gfield--large-label label{font-family:Defused OT,sans-serif;line-height:1.3;text-transform:none}.donation-funnel .gform__wrap{width:100%}@media screen and (max-width:390px){.donation-funnel .gform__wrap{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gform__wrap{padding-bottom:calc(14.51429px + .38095vw);padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform__wrap{padding-bottom:calc(14.85714px + .35714vw);padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gform__wrap{padding-bottom:24px;padding-top:24px}}@media screen and (max-width:390px){.donation-funnel .gform__wrap{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gform__wrap{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform__wrap{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gform__wrap{padding-left:32px;padding-right:32px}}@media screen and (max-width:390px){.donation-funnel .gform__wrap .ginput_container_consent{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gform__wrap .ginput_container_consent{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform__wrap .ginput_container_consent{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gform__wrap .ginput_container_consent{margin-top:20px}}.donation-funnel .wrap-border{border:1.5px solid #ebe8e4}@media screen and (max-width:390px){.donation-funnel .wrap-border{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .wrap-border{padding:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .wrap-border{padding:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .wrap-border{padding:24px}}.donation-funnel .wrap-border{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .wrap-border{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .wrap-border{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .wrap-border{border-radius:20px}}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{border:2px solid rgba(46,46,45,.88);display:grid;gap:4px;grid-template-columns:1fr 1fr;overflow:hidden;width:100%}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{gap:4px}}@media(min-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{gap:4px}}@media screen and (max-width:390px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{padding:2px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{padding:2px}}@media(min-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{padding:2px}}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio{border-radius:20px}}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice{cursor:pointer;flex:0 0 50%;justify-content:center;position:relative}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label{position:relative}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before{content:url(/app/themes/adaptable/assets/dist/vectors/heart-white-outline.svg);display:inline-block;height:auto;max-width:14px;width:auto}@media screen and (max-width:390px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before{margin-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before{margin-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before{margin-right:8px}}@media(min-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice:first-of-type .gform-field-label:before{margin-right:8px}}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input{opacity:0;pointer-events:none;position:absolute}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked+label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked+label{background:#2e2e2d;color:#fff}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border-radius:12px;cursor:pointer;font-weight:400;line-height:1.6;text-align:center;transition:all .3s ease-in-out;width:100%}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border-radius:20px}}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}}@media(min-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}}@media screen and (max-width:390px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-bottom:4px;padding-top:4px}}@media screen and (max-width:390px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{font-size:15px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{font-size:calc(14.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{font-size:calc(14.71429px + .08929vw)}}@media(min-width:2560px){.donation-funnel .gf_list_2col .ginput_container_radio .gfield_radio .gchoice .gform-field-label,.donation-funnel .gfield--large-buttons .ginput_container_radio .gfield_radio .gchoice .gform-field-label{font-size:17px}}.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio{display:grid;gap:4px;grid-template-columns:1fr 1fr 1fr 1fr;width:100%}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio{gap:4px}}@media(min-width:1440px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio{gap:4px}}.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice{cursor:pointer;flex:0 0 50%;justify-content:center;position:relative}.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input{opacity:0;pointer-events:none;position:absolute}.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked+label{background:#fce8eb;border-color:#e31933;color:#ae1328}.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked+label:after{background:#fce8eb;border-bottom:2px solid #e31933;border-bottom-right-radius:3px;border-right:2px solid #e31933;bottom:-6px;content:"";height:9px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:9px}.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border:2px solid rgba(46,46,45,.88);border-radius:12px;cursor:pointer;font-weight:400;line-height:1.6;position:relative;text-align:center;transition:all .3s ease-in-out;width:100%}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{border-radius:20px}}.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}}@media(min-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{gap:8px}}@media screen and (max-width:390px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-bottom:8px;padding-top:8px}}@media(min-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-bottom:8px;padding-top:8px}}@media screen and (max-width:390px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.donation-funnel .gfield--personal-amounts .ginput_container_radio .gfield_radio .gchoice .gform-field-label{padding-left:8px;padding-right:8px}}.donation-funnel .gfield--other-amount .ginput_container{position:relative}.donation-funnel .gfield--other-amount .ginput_container:before{align-items:center;aspect-ratio:1;background:#f6f3ee;content:"£";display:flex;font-weight:400;justify-content:center;line-height:1;padding:0;position:absolute;top:4px;z-index:3}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{top:4px}}@media(min-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{top:4px}}.donation-funnel .gfield--other-amount .ginput_container:before{left:4px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{left:4px}}@media(min-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{left:4px}}.donation-funnel .gfield--other-amount .ginput_container:before{bottom:4px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{bottom:4px}}@media(min-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{bottom:4px}}.donation-funnel .gfield--other-amount .ginput_container:before{font-size:15px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{font-size:calc(14.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--other-amount .ginput_container:before{font-size:calc(14.71429px + .08929vw)}}@media(min-width:2560px){.donation-funnel .gfield--other-amount .ginput_container:before{font-size:17px}}.donation-funnel .gfield--other-amount .ginput_container:before{border-radius:10px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--other-amount .ginput_container:before{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--other-amount .ginput_container:before{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-funnel .gfield--other-amount .ginput_container:before{border-radius:14px}}.donation-funnel .gfield--other-amount .ginput_container input{border:2px solid rgba(46,46,45,.88);outline:none;padding-left:68px}.donation-funnel .gfield--donation-message-container .gfield--donation-message{align-items:center;background-color:#f6f3ee;display:flex;flex-wrap:nowrap;gap:16px;-webkit-mask-image:url(../dist/vectors/donation-message-mask.svg);mask-image:url(../dist/vectors/donation-message-mask.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--donation-message-container .gfield--donation-message{gap:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--donation-message-container .gfield--donation-message{gap:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--donation-message-container .gfield--donation-message{gap:24px}}@media screen and (max-width:390px){.donation-funnel .gfield--donation-message-container .gfield--donation-message{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--donation-message-container .gfield--donation-message{padding:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--donation-message-container .gfield--donation-message{padding:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--donation-message-container .gfield--donation-message{padding:24px}}.donation-funnel .gfield--donation-message-container .gfield--donation-message img{border-radius:8px;flex:1 0 0;height:auto;max-width:100px}@media(min-width:390px){.donation-funnel .gfield--donation-message-container .gfield--donation-message img{border-radius:8px}}.donation-funnel .gfield--donation-message-container .gfield--donation-message .content,.donation-funnel .gfield--donation-message-container .gfield--donation-message .gfield_description:not(.validation_message){flex:1 0 0}.donation-funnel .gfield_description:not(.validation_message){font-family:Lexend,sans-serif;text-transform:none}@media screen and (max-width:390px){.donation-funnel .gfield_description:not(.validation_message){margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield_description:not(.validation_message){margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield_description:not(.validation_message){margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield_description:not(.validation_message){margin-top:20px}}.donation-funnel .gfield_description:not(.validation_message){font-size:12px}@media(min-width:390px)and (max-width:2560px){.donation-funnel .gfield_description:not(.validation_message){font-size:calc(11.64055px + .09217vw)}}@media(min-width:2560px){.donation-funnel .gfield_description:not(.validation_message){font-size:14px}}.donation-funnel .ginput_container_address{flex-wrap:wrap}.donation-funnel .ginput_container_address .gform-grid-col{display:flex;flex:0 0 100%;flex-direction:column;gap:8px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .ginput_container_address .gform-grid-col{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .ginput_container_address .gform-grid-col{gap:8px}}@media(min-width:2560px){.donation-funnel .ginput_container_address .gform-grid-col{gap:8px}}.donation-funnel .gfield--gift-aid-heading{flex-flow:row wrap;justify-content:space-between}.donation-funnel .gfield--gift-aid-heading .content,.donation-funnel .gfield--gift-aid-heading .gfield_description:not(.validation_message){width:100%}.donation-funnel .gfield--gift-aid-heading svg{height:100%;max-height:31px;max-width:90px;width:100%}@media screen and (max-width:390px){.donation-funnel .gfield--gift-aid-heading~.gfield{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--gift-aid-heading~.gfield{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--gift-aid-heading~.gfield{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--gift-aid-heading~.gfield{margin-top:16px}}.donation-funnel .gfield--gift-aid-heading+.gfield--type-checkbox{font-weight:400;line-height:1.4}@media screen and (max-width:390px){.donation-funnel .gfield--gift-aid-heading+.gfield--type-checkbox .gfield-choice-input{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--gift-aid-heading+.gfield--type-checkbox .gfield-choice-input{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--gift-aid-heading+.gfield--type-checkbox .gfield-choice-input{padding:8px}}@media(min-width:2560px){.donation-funnel .gfield--gift-aid-heading+.gfield--type-checkbox .gfield-choice-input{padding:8px}}.donation-funnel .gf_list_2col .gfield_checkbox{display:grid;grid-template-columns:1fr 1fr;width:100%}.donation-funnel .ginput_container_creditcard .ginput_full{width:100%}.donation-funnel .additional-donation{flex-direction:row;gap:12px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .additional-donation{gap:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .additional-donation{gap:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .additional-donation{gap:20px}}.donation-funnel .additional-donation .additional-donation-container svg{display:inline-block;height:16px;width:16px}@media screen and (max-width:390px){.donation-funnel .additional-donation .additional-donation-container svg{margin-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .additional-donation .additional-donation-container svg{margin-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .additional-donation .additional-donation-container svg{margin-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .additional-donation .additional-donation-container svg{margin-right:16px}}.donation-funnel .additional-donation .additional-donation-container h6{display:inline-block}@media screen and (max-width:390px){.donation-funnel .additional-donation .additional-donation-container p{padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .additional-donation .additional-donation-container p{padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .additional-donation .additional-donation-container p{padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .additional-donation .additional-donation-container p{padding-top:20px}}.donation-funnel .additional-donation .additional-donation-image{display:none}.donation-funnel .gfield--type-total{align-items:center;border-top:1.5px dashed #ebe8e4;flex-direction:row;justify-content:space-between}@media screen and (max-width:390px){.donation-funnel .gfield--type-total{padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--type-total{padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--type-total{padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--type-total{padding-top:20px}}.donation-funnel .gfield--type-total .gfield_label{font-size:17px;font-weight:500;letter-spacing:-.36px;line-height:1.4;text-transform:none}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--type-total .gfield_label{font-size:calc(16.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--type-total .gfield_label{font-size:calc(12.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--type-total .gfield_label{font-size:22px}}.donation-funnel .gfield--type-total .ginput_total{border:0;color:#e31933;font-family:Defused OT,sans-serif;font-size:20px;font-weight:400;height:auto;letter-spacing:-.21px;line-height:1.15;padding:0;text-align:right}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--type-total .ginput_total{font-size:calc(17.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--type-total .ginput_total{font-size:calc(20.28571px + .53571vw)}}@media(min-width:2560px){.donation-funnel .gfield--type-total .ginput_total{font-size:34px}}.donation-funnel .gfield--input-type-calculation{align-items:center;flex-direction:row;justify-content:space-between}@media screen and (max-width:390px){.donation-funnel .gfield--input-type-calculation{padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--input-type-calculation{padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--input-type-calculation{padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--input-type-calculation{padding-top:20px}}.donation-funnel .gfield--input-type-calculation .gfield_description{margin-top:0;order:-1}.donation-funnel .gfield--input-type-calculation .ginput_product_price_label{display:none}.donation-funnel .gfield--input-type-calculation .gfield_label{font-size:17px;font-weight:500;letter-spacing:-.36px;line-height:1.4;text-transform:none}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--input-type-calculation .gfield_label{font-size:calc(16.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--input-type-calculation .gfield_label{font-size:calc(12.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gfield--input-type-calculation .gfield_label{font-size:22px}}.donation-funnel .gfield--input-type-calculation .ginput_total{border:0;color:#e31933;font-family:Defused OT,sans-serif;font-size:20px;font-weight:400;height:auto;letter-spacing:-.21px;line-height:1.15;padding:0;text-align:right}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--input-type-calculation .ginput_total{font-size:calc(17.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--input-type-calculation .ginput_total{font-size:calc(20.28571px + .53571vw)}}@media(min-width:2560px){.donation-funnel .gfield--input-type-calculation .ginput_total{font-size:34px}}.donation-funnel .gform-page-footer{display:flex;gap:12px;justify-content:space-between}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gform-page-footer{gap:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gform-page-footer{gap:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel .gform-page-footer{gap:20px}}@media screen and (max-width:390px){.donation-funnel .gform-page-footer{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gform-page-footer{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform-page-footer{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gform-page-footer{margin-top:40px}}.donation-funnel .gform-page-footer .gform_button{flex:0;font-family:Defused OT,sans-serif;font-size:16px;font-weight:400}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gform-page-footer .gform_button{font-size:calc(15.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gform-page-footer .gform_button{font-size:calc(15.71429px + .08929vw)}}@media(min-width:2560px){.donation-funnel .gform-page-footer .gform_button{font-size:18px}}.donation-funnel .gform-page-footer .gform_button{border-radius:999px}@media(min-width:390px){.donation-funnel .gform-page-footer .gform_button{border-radius:999px}}.donation-funnel .gform-page-footer .gform_next_button{flex:1;font-family:Defused OT,sans-serif;font-size:16px;font-weight:400}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gform-page-footer .gform_next_button{font-size:calc(15.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gform-page-footer .gform_next_button{font-size:calc(15.71429px + .08929vw)}}@media(min-width:2560px){.donation-funnel .gform-page-footer .gform_next_button{font-size:18px}}.donation-funnel .gform-page-footer .gform_next_button{border-radius:999px}@media(min-width:390px){.donation-funnel .gform-page-footer .gform_next_button{border-radius:999px}}.donation-funnel .gform-page-footer .gform_previous_button{border:0;flex:0;font-family:Defused OT,sans-serif;font-size:16px;font-weight:400;padding-left:0;padding-right:0;position:relative;text-decoration:underline;text-underline-offset:3px}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gform-page-footer .gform_previous_button{font-size:calc(15.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gform-page-footer .gform_previous_button{font-size:calc(15.71429px + .08929vw)}}@media(min-width:2560px){.donation-funnel .gform-page-footer .gform_previous_button{font-size:18px}}.donation-funnel .gform-page-footer .gform_previous_button{border-radius:999px}@media(min-width:390px){.donation-funnel .gform-page-footer .gform_previous_button{border-radius:999px}}.donation-funnel .gform-page-footer:has(.gform_previous_button) .gform_next_button{flex:0}.donation-funnel .gfield--donation-logos-container{bottom:32px;left:50%;position:absolute;transform:translateX(-50%);width:100%}@media(min-width:390px)and (max-width:1440px){.donation-funnel .gfield--donation-logos-container{bottom:calc(26.05714px + 1.52381vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--donation-logos-container{bottom:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gfield--donation-logos-container{bottom:56px}}.donation-funnel .gfield--donation-logos{align-items:center;align-self:stretch;display:flex;justify-content:space-between}@media screen and (max-width:390px){.donation-funnel .gfield--donation-logos{padding-left:32px;padding-right:32px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel .gfield--donation-logos{padding-left:calc(26.05714px + 1.52381vw);padding-right:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel .gfield--donation-logos{padding-left:calc(37.71429px + .71429vw);padding-right:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel .gfield--donation-logos{padding-left:56px;padding-right:56px}}.donation-funnel .gfield--donation-logos img{height:20px;max-width:40px;width:auto}@media screen and (min-width:768px){.donation-funnel .gform-body{max-width:390px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.donation-funnel .gform-body{max-width:calc(292.68571px + 24.95238vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform-body{max-width:calc(1.42857px + 45.17857vw)}}@media screen and (min-width:768px)and (min-width:2560px){.donation-funnel .gform-body{max-width:1158px}}@media screen and (min-width:768px){.donation-funnel .gform-body{border-radius:20px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.donation-funnel .gform-body{border-radius:calc(16.28571px + .95238vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform-body{border-radius:calc(22.28571px + .53571vw)}}@media screen and (min-width:768px)and (min-width:2560px){.donation-funnel .gform-body{border-radius:36px}}@media screen and (min-width:768px)and (max-width:390px){.donation-funnel .gform-body{padding-left:32px;padding-right:32px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.donation-funnel .gform-body{padding-left:calc(26.05714px + 1.52381vw);padding-right:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.donation-funnel .gform-body{padding-left:calc(37.71429px + .71429vw);padding-right:calc(37.71429px + .71429vw)}}@media screen and (min-width:768px)and (min-width:2560px){.donation-funnel .gform-body{padding-left:56px;padding-right:56px}}@media screen and (min-width:768px){.donation-funnel .ginput_container_address .ginput_address_state,.donation-funnel .ginput_container_address .ginput_address_zip{flex:auto}.donation-funnel .additional-donation{flex-direction:row}.donation-funnel .additional-donation .additional-donation-image{border-radius:999px;display:block;height:100px;width:100px}}@media screen and (min-width:768px)and (min-width:390px){.donation-funnel .additional-donation .additional-donation-image{border-radius:999px}}@media(hover:hover)and (pointer:fine){.gform-page-footer .gform_button{transition:all .3s ease-in-out}.gform-page-footer .gform_button:hover{background-color:#2e2e2d;color:#fff;cursor:pointer}.gform-page-footer .gform_previous_button{transition:all .3s ease-in-out}.gform-page-footer .gform_previous_button:hover{color:#e31933;cursor:pointer;text-decoration-color:transparent}}.donation-funnel-steps{background-color:#fff;border-bottom:1px solid #f6f3ee;border-top:1px solid #f6f3ee}@media screen and (max-width:390px){.donation-funnel-steps{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel-steps{padding-bottom:calc(13.02857px + .7619vw);padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel-steps{padding-bottom:calc(13.71429px + .71429vw);padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel-steps{padding-bottom:32px;padding-top:32px}}.donation-funnel-steps[data-current-page="1"]+.gform-body .gform-page-footer{padding-bottom:20px}@media screen and (max-width:390px){.donation-funnel-steps[data-current-page="1"]+.gform-body .gform-page-footer{margin-bottom:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel-steps[data-current-page="1"]+.gform-body .gform-page-footer{margin-bottom:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel-steps[data-current-page="1"]+.gform-body .gform-page-footer{margin-bottom:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donation-funnel-steps[data-current-page="1"]+.gform-body .gform-page-footer{margin-bottom:40px}}.donation-funnel-steps__list{align-items:center;display:flex;justify-content:center;list-style:none;margin:0}.donation-funnel-steps__item{display:flex;position:relative}.donation-funnel-steps__item.is-active .donation-funnel-steps__label{text-decoration-color:#2e2e2d}.donation-funnel-steps__label{display:none;font-family:Defused OT,sans-serif;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:13.5%;transition:all .3s ease-in-out}.donation-funnel-steps__line{display:flex;position:relative;width:56px}@media(min-width:390px)and (max-width:1440px){.donation-funnel-steps__line{width:calc(40.77143px + 3.90476vw)}}@media(min-width:1440px){.donation-funnel-steps__line{width:97px}}@media screen and (max-width:390px){.donation-funnel-steps__line{margin-left:10px;margin-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-funnel-steps__line{margin-left:calc(9.25714px + .19048vw);margin-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-funnel-steps__line{margin-left:calc(6.85714px + .35714vw);margin-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-funnel-steps__line{margin-left:16px;margin-right:16px}}.donation-funnel-steps__line:after{border:1px dashed #cac7c2;content:"";height:2px;left:0;position:absolute;right:0;top:50%;z-index:1}.donation-funnel-steps__number{align-items:center;aspect-ratio:1;background:#959390;color:#fff;display:inline-flex;font-family:Defused OT,sans-serif;font-size:10px;height:30px;justify-content:center;line-height:1;width:30px}@media(min-width:390px)and (max-width:1440px){.donation-funnel-steps__number{font-size:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-funnel-steps__number{font-size:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-funnel-steps__number{font-size:14px}}.donation-funnel-steps__number{border-radius:999px}@media(min-width:390px){.donation-funnel-steps__number{border-radius:999px}}.donation-funnel-steps__number--1{background-color:#ffb8d7;color:#b1005d}.donation-funnel-steps__number--2{background-color:#c0f2e9;color:#009491}.donation-funnel-steps__number--3{background-color:#dae885;color:#20440d}.donation-funnel-steps__number--4{background-color:#c8ebf8;color:#0065a4}.donation-funnel-steps__number--is-upcoming{background:#959390;color:#fff}.donation-funnel-steps__button,.donation-funnel-steps__static{align-items:center;background:transparent;border:0;display:inline-flex;gap:8px;padding:0;position:relative;text-decoration:none;z-index:2}@media screen and (min-width:768px){.donation-funnel-steps{border-bottom:0}}@media screen and (min-width:768px)and (max-width:390px){.donation-funnel-steps{margin-bottom:16px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.donation-funnel-steps{margin-bottom:calc(13.02857px + .7619vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.donation-funnel-steps{margin-bottom:calc(13.71429px + .71429vw)}}@media screen and (min-width:768px)and (min-width:2560px){.donation-funnel-steps{margin-bottom:32px}}@media screen and (min-width:768px){.donation-funnel-steps__label{display:block}.donation-funnel-steps__number{height:18px;width:18px}}@media(hover:hover)and (pointer:fine){.donation-funnel-steps__item.is-complete:hover .donation-funnel-steps__label{text-decoration-color:#2e2e2d}.donation-funnel-steps__item.is-complete:hover .donation-funnel-steps__button{cursor:pointer}}.donation-widget{font-family:inherit;margin:0 auto;width:100%}.donation-widget__fieldset{border:0;padding:0}@media screen and (max-width:390px){.donation-widget__fieldset{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__fieldset{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__fieldset{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__fieldset{margin-bottom:16px}}.donation-widget__type-toggle{background:#fff;border:2px solid rgba(46,46,45,.88);display:grid;gap:0;grid-template-columns:1fr 1fr;overflow:hidden}@media screen and (max-width:390px){.donation-widget__type-toggle{padding:2px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__type-toggle{padding:2px}}@media(min-width:1440px){.donation-widget__type-toggle{padding:2px}}.donation-widget__type-toggle{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.donation-widget__type-toggle{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__type-toggle{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__type-toggle{border-radius:20px}}.donation-widget__type-toggle{gap:4px}@media(min-width:390px)and (max-width:1440px){.donation-widget__type-toggle{gap:4px}}@media(min-width:1440px){.donation-widget__type-toggle{gap:4px}}.donation-widget__type-option{cursor:pointer;display:block;position:relative}.donation-widget__amount-input,.donation-widget__type-input{opacity:0;pointer-events:none;position:absolute}.donation-widget__type-text{align-items:center;border-radius:10px;display:flex;justify-content:center;letter-spacing:0;text-transform:none;transition:all .3s ease-in-out}@media(min-width:390px)and (max-width:1440px){.donation-widget__type-text{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__type-text{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-widget__type-text{border-radius:14px}}.donation-widget__type-text{gap:8px}@media(min-width:390px)and (max-width:1440px){.donation-widget__type-text{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__type-text{gap:8px}}@media(min-width:2560px){.donation-widget__type-text{gap:8px}}@media screen and (max-width:390px){.donation-widget__type-text{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__type-text{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.donation-widget__type-text{padding-bottom:4px;padding-top:4px}}@media screen and (max-width:390px){.donation-widget__type-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__type-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__type-text{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.donation-widget__type-text{padding-left:8px;padding-right:8px}}.donation-widget__type-input:checked+.donation-widget__type-text{background:#2e2e2d;color:#fff}.donation-widget__amount-group{display:grid;gap:4px;grid-template-columns:repeat(3,1fr)}@media(min-width:390px)and (max-width:1440px){.donation-widget__amount-group{gap:4px}}@media(min-width:1440px){.donation-widget__amount-group{gap:4px}}@media screen and (max-width:390px){.donation-widget__amount-group{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__amount-group{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__amount-group{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__amount-group{margin-bottom:16px}}.donation-widget__amount-option{cursor:pointer;display:block;position:relative}.donation-widget__amount-text{align-items:center;background:#fff;border:2px solid rgba(46,46,45,.88);display:flex;justify-content:center;position:relative}@media screen and (max-width:390px){.donation-widget__amount-text{padding-bottom:10px;padding-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__amount-text{padding-bottom:calc(9.25714px + .19048vw);padding-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__amount-text{padding-bottom:calc(6.85714px + .35714vw);padding-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__amount-text{padding-bottom:16px;padding-top:16px}}@media screen and (max-width:390px){.donation-widget__amount-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__amount-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__amount-text{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.donation-widget__amount-text{padding-left:8px;padding-right:8px}}.donation-widget__amount-text{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.donation-widget__amount-text{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__amount-text{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__amount-text{border-radius:20px}}.donation-widget__amount-text{transition:all .3s ease-in-out}.donation-widget__currency{align-items:center;aspect-ratio:1;background:#f6f3ee;border-radius:10px;color:#2e2e2d;display:flex;height:calc(100% - 4px);justify-content:center;left:4px;position:absolute;top:2px;z-index:3}@media(min-width:390px)and (max-width:1440px){.donation-widget__currency{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__currency{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-widget__currency{border-radius:14px}}@media screen and (max-width:390px){.donation-widget__currency{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__currency{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__currency{padding-bottom:8px;padding-top:8px}}@media(min-width:2560px){.donation-widget__currency{padding-bottom:8px;padding-top:8px}}@media screen and (max-width:390px){.donation-widget__currency{padding-left:12px;padding-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__currency{padding-left:calc(10.51429px + .38095vw);padding-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__currency{padding-left:calc(10.85714px + .35714vw);padding-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__currency{padding-left:20px;padding-right:20px}}.donation-widget__other-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:#fff;border:0;border-radius:0;color:#5f5f5d;flex:1;font-weight:400;min-width:0;outline:none;padding-left:80px;width:100%}.donation-widget__other-input::-moz-placeholder{color:#5f5f5d;opacity:1}.donation-widget__other-input::placeholder{color:#5f5f5d;opacity:1}.donation-widget__other-option{align-items:center;background:#fff;border:2px solid rgba(46,46,45,.88);border-radius:12px;display:flex;overflow:hidden;position:relative;width:100%}@media(min-width:390px)and (max-width:1440px){.donation-widget__other-option{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__other-option{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__other-option{border-radius:20px}}.donation-widget__other-option:focus-within{border-color:#e31933}.donation-widget__other-option.is-selected{border-color:#e31933}.donation-widget__submit{align-items:center;background:#e31933;border:0;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;transition:all .3s ease-in-out;width:100%}.donation-widget__wrap--content{background-color:#fff;border-radius:10px;display:none;-webkit-mask-image:url(../dist/vectors/donation-message-mask.svg);mask-image:url(../dist/vectors/donation-message-mask.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}@media(min-width:390px)and (max-width:1440px){.donation-widget__wrap--content{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__wrap--content{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-widget__wrap--content{border-radius:14px}}.donation-widget__wrap--content{gap:16px}@media(min-width:390px)and (max-width:1440px){.donation-widget__wrap--content{gap:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget__wrap--content{gap:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__wrap--content{gap:24px}}@media screen and (max-width:390px){.donation-widget__wrap--content{padding-bottom:10px;padding-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__wrap--content{padding-bottom:calc(9.25714px + .19048vw);padding-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__wrap--content{padding-bottom:calc(6.85714px + .35714vw);padding-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__wrap--content{padding-bottom:16px;padding-top:16px}}@media screen and (max-width:390px){.donation-widget__wrap--content{padding-left:12px;padding-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__wrap--content{padding-left:calc(10.51429px + .38095vw);padding-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__wrap--content{padding-left:calc(10.85714px + .35714vw);padding-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__wrap--content{padding-left:20px;padding-right:20px}}.donation-widget__wrap--logos{display:flex;justify-content:space-between}@media screen and (max-width:390px){.donation-widget__wrap--logos{padding-left:10px;padding-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__wrap--logos{padding-left:calc(9.25714px + .19048vw);padding-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__wrap--logos{padding-left:calc(6.85714px + .35714vw);padding-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__wrap--logos{padding-left:16px;padding-right:16px}}@media screen and (max-width:390px){.donation-widget__wrap--logos{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__wrap--logos{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__wrap--logos{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donation-widget__wrap--logos{margin-top:32px}}.donation-widget__figure{max-width:100px}.donation-widget__image{position:relative}.donation-widget__image--inner{aspect-ratio:100/70;border-radius:8px;-o-object-fit:cover;object-fit:cover}@media(min-width:390px){.donation-widget__image--inner{border-radius:8px}}@media screen and (max-width:390px){.donation-widget__wrap+.donation-widget__wrap{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget__wrap+.donation-widget__wrap{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget__wrap+.donation-widget__wrap{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget__wrap+.donation-widget__wrap{margin-top:16px}}.donation-widget__amount-input:checked+.donation-widget__amount-text{background:#fce8eb;border-color:#e31933;color:#ae1328}.donation-widget__amount-input:checked+.donation-widget__amount-text:after{background:#fce8eb;border-bottom:2px solid #e31933;border-bottom-right-radius:3px;border-right:2px solid #e31933;bottom:-6px;content:"";height:9px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:9px}.donation-widget__svg{color:#fff}@media screen and (min-width:768px){.donation-widget__wrap--content{align-items:center;display:flex}}@media(hover:hover)and (pointer:fine){.donation-widget__submit:hover{cursor:pointer}}.donation-widget-appeal{background-color:#fcecda;font-family:inherit;margin:0 auto;width:100%}@media screen and (max-width:390px){.donation-widget-appeal{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal{padding-bottom:calc(13.02857px + .7619vw);padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal{padding-bottom:calc(13.71429px + .71429vw);padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.donation-widget-appeal{padding-bottom:32px;padding-top:32px}}@media screen and (max-width:390px){.donation-widget-appeal{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donation-widget-appeal{padding-left:40px;padding-right:40px}}@media screen and (max-width:390px){.donation-widget-appeal{margin-bottom:24px;margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal{margin-bottom:calc(21.02857px + .7619vw);margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal{margin-bottom:calc(21.71429px + .71429vw);margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.donation-widget-appeal{margin-bottom:40px;margin-top:40px}}.donation-widget-appeal{border-radius:20px}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.donation-widget-appeal{border-radius:36px}}.donation-widget-appeal__content--heading{font-weight:500}.donation-widget-appeal__content--raised{color:#a25706;font-family:Defused OT,sans-serif;font-size:30px;font-weight:400;line-height:1}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__content--raised{font-size:calc(26.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal__content--raised{font-size:calc(29.71429px + .71429vw)}}@media(min-width:2560px){.donation-widget-appeal__content--raised{font-size:48px}}.donation-widget-appeal__content--raised{letter-spacing:-.45px}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__content--raised{letter-spacing:calc(-.39429px - .01429vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal__content--raised{letter-spacing:calc(-.44571px - .01071vw)}}@media(min-width:2560px){.donation-widget-appeal__content--raised{letter-spacing:-.72px}}@media screen and (max-width:390px){.donation-widget-appeal__content--raised{margin-bottom:4px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__content--raised{margin-bottom:4px}}@media(min-width:1440px){.donation-widget-appeal__content--raised{margin-bottom:4px}}.donation-widget-appeal__content--target{font-weight:300;line-height:1.5}.donation-widget-appeal__target-text{font-weight:500}.donation-widget-appeal__wrap--target{align-items:flex-end;display:flex;justify-content:space-between}@media screen and (max-width:390px){.donation-widget-appeal__wrap--target{margin-bottom:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__wrap--target{margin-bottom:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__wrap--target{margin-bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__wrap--target{margin-bottom:24px}}.donation-widget-appeal__progress-bar,.donation-widget-appeal__progress-bar--progress{border-radius:999px;display:flex;height:12px;width:100%}@media(min-width:390px){.donation-widget-appeal__progress-bar,.donation-widget-appeal__progress-bar--progress{border-radius:999px}}.donation-widget-appeal__progress-bar{background-color:#fff}@media screen and (max-width:390px){.donation-widget-appeal__progress-bar{margin-bottom:16px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__progress-bar{margin-bottom:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__progress-bar{margin-bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__progress-bar{margin-bottom:24px}}.donation-widget-appeal__progress-bar--progress{background-color:#f78e1e}.donation-widget-appeal__fieldset{border:0;padding:0}@media screen and (max-width:390px){.donation-widget-appeal__fieldset{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__fieldset{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__fieldset{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__fieldset{margin-bottom:16px}}.donation-widget-appeal__amount-input,.donation-widget-appeal__type-input{opacity:0;pointer-events:none;position:absolute}.donation-widget-appeal__type-text{align-items:center;border-radius:10px;display:flex;justify-content:center;letter-spacing:0;text-transform:none;transition:all .3s ease-in-out}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__type-text{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal__type-text{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-widget-appeal__type-text{border-radius:14px}}.donation-widget-appeal__type-text{gap:8px}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__type-text{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal__type-text{gap:8px}}@media(min-width:2560px){.donation-widget-appeal__type-text{gap:8px}}@media screen and (max-width:390px){.donation-widget-appeal__type-text{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__type-text{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.donation-widget-appeal__type-text{padding-bottom:4px;padding-top:4px}}@media screen and (max-width:390px){.donation-widget-appeal__type-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__type-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__type-text{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.donation-widget-appeal__type-text{padding-left:8px;padding-right:8px}}.donation-widget-appeal__type-input:checked+.donation-widget-appeal__type-text{background:#2e2e2d;color:#fff}.donation-widget-appeal__amount-group{display:grid;gap:4px;grid-template-columns:repeat(3,1fr)}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__amount-group{gap:4px}}@media(min-width:1440px){.donation-widget-appeal__amount-group{gap:4px}}@media screen and (max-width:390px){.donation-widget-appeal__amount-group{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__amount-group{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__amount-group{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__amount-group{margin-bottom:16px}}.donation-widget-appeal__amount-option{cursor:pointer;display:block;position:relative}.donation-widget-appeal__amount-text{align-items:center;background:#fff;border:2px solid rgba(46,46,45,.88);display:flex;justify-content:center;position:relative}@media screen and (max-width:390px){.donation-widget-appeal__amount-text{padding-bottom:10px;padding-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__amount-text{padding-bottom:calc(9.25714px + .19048vw);padding-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__amount-text{padding-bottom:calc(6.85714px + .35714vw);padding-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__amount-text{padding-bottom:16px;padding-top:16px}}@media screen and (max-width:390px){.donation-widget-appeal__amount-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__amount-text{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__amount-text{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.donation-widget-appeal__amount-text{padding-left:8px;padding-right:8px}}.donation-widget-appeal__amount-text{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__amount-text{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal__amount-text{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__amount-text{border-radius:20px}}.donation-widget-appeal__amount-text{transition:all .3s ease-in-out}.donation-widget-appeal__currency{align-items:center;aspect-ratio:1;background:#f6f3ee;border-radius:10px;color:#2e2e2d;display:flex;height:calc(100% - 4px);justify-content:center;left:4px;position:absolute;top:2px;z-index:3}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__currency{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal__currency{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.donation-widget-appeal__currency{border-radius:14px}}@media screen and (max-width:390px){.donation-widget-appeal__currency{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__currency{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__currency{padding-bottom:8px;padding-top:8px}}@media(min-width:2560px){.donation-widget-appeal__currency{padding-bottom:8px;padding-top:8px}}@media screen and (max-width:390px){.donation-widget-appeal__currency{padding-left:12px;padding-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__currency{padding-left:calc(10.51429px + .38095vw);padding-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__currency{padding-left:calc(10.85714px + .35714vw);padding-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__currency{padding-left:20px;padding-right:20px}}.donation-widget-appeal__other-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:#fff;border:0;border-radius:0;color:#5f5f5d;flex:1;font-weight:400;min-width:0;outline:none;padding-left:80px;width:100%}.donation-widget-appeal__other-input::-moz-placeholder{color:#5f5f5d;opacity:1}.donation-widget-appeal__other-input::placeholder{color:#5f5f5d;opacity:1}.donation-widget-appeal__other-option{align-items:center;background:#fff;border:2px solid rgba(46,46,45,.88);border-radius:12px;display:flex;overflow:hidden;position:relative;width:100%}@media(min-width:390px)and (max-width:1440px){.donation-widget-appeal__other-option{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-widget-appeal__other-option{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__other-option{border-radius:20px}}.donation-widget-appeal__other-option:focus-within{border-color:#e31933}.donation-widget-appeal__other-option.is-selected{border-color:#e31933}.donation-widget-appeal__submit{align-items:center;background:#e31933;border:0;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:390px){.donation-widget-appeal__wrap+.donation-widget-appeal__wrap{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-widget-appeal__wrap+.donation-widget-appeal__wrap{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal__wrap+.donation-widget-appeal__wrap{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.donation-widget-appeal__wrap+.donation-widget-appeal__wrap{margin-top:16px}}.donation-widget-appeal__amount-input:checked+.donation-widget-appeal__amount-text{background:#fce8eb;border-color:#e31933;color:#ae1328}@media screen and (min-width:1024px){.donation-widget-appeal{margin-bottom:0}}@media screen and (min-width:1024px)and (max-width:390px){.donation-widget-appeal{padding-top:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.donation-widget-appeal{padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal{padding-top:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.donation-widget-appeal{padding-top:32px}}@media screen and (min-width:1024px)and (max-width:390px){.donation-widget-appeal{padding-left:16px;padding-right:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.donation-widget-appeal{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.donation-widget-appeal{padding-left:32px;padding-right:32px}}@media screen and (min-width:1024px)and (max-width:390px){.donation-widget-appeal{padding-bottom:24px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.donation-widget-appeal{padding-bottom:calc(21.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.donation-widget-appeal{padding-bottom:calc(21.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.donation-widget-appeal{padding-bottom:40px}}@media(hover:hover)and (pointer:fine){.donation-widget-appeal__submit:hover{cursor:pointer}}.event-card{background-color:#fff!important;border-radius:14px;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;position:relative;text-align:left;text-decoration:none;width:100%}@media(min-width:390px)and (max-width:1440px){.event-card{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.event-card{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.event-card{border-radius:28px}}.event-card{transition:all .3s ease-in-out}@media screen and (max-width:390px){.event-card__row--content{padding-top:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__row--content{padding-top:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__row--content{padding-top:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.event-card__row--content{padding-top:24px!important}}@media screen and (max-width:390px){.event-card__row--content{padding-right:12px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__row--content{padding-right:calc(10.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__row--content{padding-right:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.event-card__row--content{padding-right:20px!important}}@media screen and (max-width:390px){.event-card__row--content{padding-bottom:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__row--content{padding-bottom:calc(13.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__row--content{padding-bottom:calc(13.71429px + .71429vw)!important}}@media(min-width:2560px){.event-card__row--content{padding-bottom:32px!important}}@media screen and (max-width:390px){.event-card__row--content{padding-left:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__row--content{padding-left:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__row--content{padding-left:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.event-card__row--content{padding-left:24px!important}}.event-card__row--categories{border-top:1.5px solid #f6f3ee!important}@media screen and (max-width:390px){.event-card__row--categories{padding-bottom:12px!important;padding-top:12px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__row--categories{padding-bottom:calc(10.51429px + .38095vw)!important;padding-top:calc(10.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__row--categories{padding-bottom:calc(10.85714px + .35714vw)!important;padding-top:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.event-card__row--categories{padding-bottom:20px!important;padding-top:20px!important}}@media screen and (max-width:390px){.event-card__row--categories{padding-right:12px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__row--categories{padding-right:calc(10.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__row--categories{padding-right:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.event-card__row--categories{padding-right:20px!important}}@media screen and (max-width:390px){.event-card__row--categories{padding-left:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__row--categories{padding-left:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__row--categories{padding-left:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.event-card__row--categories{padding-left:24px!important}}.event-card__col--media{display:flex;justify-content:flex-end}.event-card__link{font-size:0;inset:0;position:absolute;z-index:2}.event-card__link+.link__link--focus{border:2px solid transparent;border-radius:inherit;inset:0;opacity:1;pointer-events:none;position:absolute;z-index:4}.event-card__link:focus+.link__link--focus{border:2px dashed rgba(46,46,45,.88)}.event-card__figure{aspect-ratio:1;position:relative;width:84px}@media(min-width:390px)and (max-width:1440px){.event-card__figure{width:calc(78.05714px + 1.52381vw)}}@media(min-width:1440px)and (max-width:2560px){.event-card__figure{width:calc(74.28571px + 1.78571vw)}}@media(min-width:2560px){.event-card__figure{width:120px}}.event-card__figure{height:84px}@media(min-width:390px)and (max-width:1440px){.event-card__figure{height:calc(78.05714px + 1.52381vw)}}@media(min-width:1440px)and (max-width:2560px){.event-card__figure{height:calc(74.28571px + 1.78571vw)}}@media(min-width:2560px){.event-card__figure{height:120px}}.event-card__image{aspect-ratio:1;border-radius:999px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:390px){.event-card__image{border-radius:999px}}.event-card__heading,.event-card__image{transition:all .3s ease-in-out}.event-card__heading{color:#2e2e2d;text-decoration-color:transparent;text-decoration-line:underline;text-decoration-thickness:1.33px;text-underline-offset:3px}@media screen and (max-width:390px){.event-card__heading{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__heading{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__heading{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.event-card__heading{margin-top:20px}}.event-card__content{color:rgba(46,46,45,.88);font-weight:500}.event-card__content--featured{color:#fff;line-height:1}.event-card__wrap--featured{align-items:center;background-color:#e31933;bottom:-10px;color:#fff;display:flex;gap:4px;justify-content:center;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}@media(min-width:390px)and (max-width:1440px){.event-card__wrap--featured{gap:4px}}@media(min-width:1440px){.event-card__wrap--featured{gap:4px}}@media screen and (max-width:390px){.event-card__wrap--featured{padding-bottom:4px!important;padding-top:4px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__wrap--featured{padding-bottom:4px!important;padding-top:4px!important}}@media(min-width:1440px){.event-card__wrap--featured{padding-bottom:4px!important;padding-top:4px!important}}@media screen and (max-width:390px){.event-card__wrap--featured{padding-left:8px!important;padding-right:8px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__wrap--featured{padding-left:8px!important;padding-right:8px!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__wrap--featured{padding-left:8px!important;padding-right:8px!important}}@media(min-width:2560px){.event-card__wrap--featured{padding-left:8px!important;padding-right:8px!important}}.event-card__wrap--featured{border-radius:999px}@media(min-width:390px){.event-card__wrap--featured{border-radius:999px}}.event-card__wrap--categories{display:flex;gap:4px}@media(min-width:390px)and (max-width:1440px){.event-card__wrap--categories{gap:4px}}@media(min-width:1440px){.event-card__wrap--categories{gap:4px}}.event-card__wrap--category{aspect-ratio:1;background-color:#ebe8e4;border-radius:999px;color:#5f5f5d;display:flex}@media(min-width:390px){.event-card__wrap--category{border-radius:999px}}@media screen and (max-width:390px){.event-card__wrap--category{padding:8px!important}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__wrap--category{padding:8px!important}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__wrap--category{padding:8px!important}}@media(min-width:2560px){.event-card__wrap--category{padding:8px!important}}.event-card__wrap--run{background-color:#dae885;color:#20440d}.event-card__wrap--obstacle,.event-card__wrap--trek{background-color:#c8ebf8;color:#0065a4}.event-card__wrap--swim{background-color:#c0f2e9;color:#009491}.event-card__wrap--cycle{background-color:#ffb8d7;color:#b1005d}.event-card__wrap--skydive{background-color:#f18c99;color:#ae1328}.event-card__wrap--row{background-color:#facd8e;color:#b66107}.event-card__wrap--abseil{background-color:#dcc3f5;color:#4b0894}.event-card__wrap--triathlon{background-color:#c0f2e9;color:#009491}.event-card__wrap--top{align-items:center;display:flex;gap:8px}@media(min-width:390px)and (max-width:1440px){.event-card__wrap--top{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.event-card__wrap--top{gap:8px}}@media(min-width:2560px){.event-card__wrap--top{gap:8px}}.event-card__svg{width:16px}@media(min-width:390px)and (max-width:1440px){.event-card__svg{width:calc(14.51429px + .38095vw)}}@media(min-width:1440px){.event-card__svg{width:20px}}.event-card__svg{height:16px}@media(min-width:390px)and (max-width:1440px){.event-card__svg{height:calc(14.51429px + .38095vw)}}@media(min-width:1440px){.event-card__svg{height:20px}}.event-card__svg--featured{width:10px}@media(min-width:390px)and (max-width:1440px){.event-card__svg--featured{width:calc(9.25714px + .19048vw)}}@media(min-width:1440px){.event-card__svg--featured{width:12px}}.event-card__svg--featured{height:10px}@media(min-width:390px)and (max-width:1440px){.event-card__svg--featured{height:calc(9.25714px + .19048vw)}}@media(min-width:1440px){.event-card__svg--featured{height:12px}}.event-card__sold-out{background-color:#f6f3ee;border-radius:999px}@media(min-width:390px){.event-card__sold-out{border-radius:999px}}@media screen and (max-width:390px){.event-card__sold-out{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__sold-out{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.event-card__sold-out{padding-bottom:4px;padding-top:4px}}@media screen and (max-width:390px){.event-card__sold-out{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__sold-out{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__sold-out{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.event-card__sold-out{padding-left:8px;padding-right:8px}}.event-card__row+.event-card__row{margin-top:0}@media screen and (max-width:390px){.event-card__heading+.event-card__content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__heading+.event-card__content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__heading+.event-card__content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.event-card__heading+.event-card__content{margin-top:20px}}.event-card__content+.event-card__content{margin-top:0}@media screen and (max-width:390px){.event-card__content+.event-card__heading{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.event-card__content+.event-card__heading{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-card__content+.event-card__heading{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.event-card__content+.event-card__heading{margin-top:20px}}.event-card--featured .event-card__image{border:3px solid #e31933}@media(hover:hover)and (pointer:fine){.event-card:hover .event-card__heading{text-decoration-color:#2e2e2d}}.event-hero{background-color:#f6f3ee}.event-hero__container{padding:0}@media screen and (max-width:390px){.event-hero__wrap--content{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.event-hero__wrap--content{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-hero__wrap--content{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.event-hero__wrap--content{padding-bottom:56px;padding-top:56px}}@media screen and (max-width:390px){.event-hero__wrap--content{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.event-hero__wrap--content{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-hero__wrap--content{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.event-hero__wrap--content{padding-left:104px;padding-right:104px}}.event-hero__wrap--categories{display:flex;gap:4px}@media(min-width:390px)and (max-width:1440px){.event-hero__wrap--categories{gap:4px}}@media(min-width:1440px){.event-hero__wrap--categories{gap:4px}}.event-hero__wrap--details{background-color:#fff}@media screen and (max-width:390px){.event-hero__wrap--details{padding-bottom:24px;padding-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.event-hero__wrap--details{padding-bottom:calc(21.02857px + .7619vw);padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-hero__wrap--details{padding-bottom:calc(21.71429px + .71429vw);padding-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.event-hero__wrap--details{padding-bottom:40px;padding-top:40px}}@media screen and (max-width:390px){.event-hero__wrap--details{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.event-hero__wrap--details{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-hero__wrap--details{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.event-hero__wrap--details{padding-left:32px;padding-right:32px}}.event-hero__wrap--details{border-radius:16px}@media(min-width:390px)and (max-width:1440px){.event-hero__wrap--details{border-radius:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.event-hero__wrap--details{border-radius:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.event-hero__wrap--details{border-radius:32px}}.event-hero__figure--main{position:relative}.event-hero__figure--logo{background-color:#fff;border:1.5px solid #fbf9f7;bottom:0;position:absolute;z-index:3}@media screen and (max-width:390px){.event-hero__figure--logo{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.event-hero__figure--logo{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.event-hero__figure--logo{padding:8px}}@media(min-width:2560px){.event-hero__figure--logo{padding:8px}}.event-hero__figure--logo{border-top-right-radius:12px}@media(min-width:390px)and (max-width:1440px){.event-hero__figure--logo{border-top-right-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.event-hero__figure--logo{border-top-right-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.event-hero__figure--logo{border-top-right-radius:20px}}.event-hero__image--main{aspect-ratio:39/24;-o-object-fit:cover;object-fit:cover}.event-hero__image--logo{aspect-ratio:29/19}@media screen and (max-width:390px){.event-hero__wrap+.event-hero__heading{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.event-hero__wrap+.event-hero__heading{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.event-hero__wrap+.event-hero__heading{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.event-hero__wrap+.event-hero__heading{margin-top:20px}}.tribe-events-meta-list{display:flex;gap:10px;list-style:none;padding-left:0}@media(min-width:390px)and (max-width:1440px){.tribe-events-meta-list{gap:calc(6.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-meta-list{gap:calc(-.57143px + 1.42857vw)}}@media(min-width:2560px){.tribe-events-meta-list{gap:36px}}.tribe-events-meta-item{display:flex;flex-direction:column}.tribe-events-meta-label{color:#2e2e2d;font-weight:500}.tribe-events-meta-group-venue .tribe-events-meta-list{flex-direction:column;gap:0}@media screen and (min-width:1024px)and (max-width:390px){.event-hero{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.event-hero{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.event-hero{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.event-hero{padding-bottom:56px;padding-top:56px}}@media screen and (min-width:1024px)and (max-width:390px){.event-hero{padding-left:15px;padding-right:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.event-hero{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.event-hero{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.event-hero{padding-left:104px;padding-right:104px}}@media screen and (min-width:1024px){.event-hero__figure--logo{border-radius:12px;bottom:unset;top:0}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.event-hero__figure--logo{border-radius:calc(10.51429px + .38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.event-hero__figure--logo{border-radius:calc(10.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.event-hero__figure--logo{border-radius:20px}}@media screen and (min-width:1024px){.event-hero__figure--main{position:relative}.event-hero__figure--main:after{background-color:#f9b771;border-radius:999px;content:"";height:100%;position:absolute;right:-8px;top:8px;width:100%;z-index:1}}@media screen and (min-width:1024px)and (min-width:390px){.event-hero__figure--main:after{border-radius:999px}}@media screen and (min-width:1024px){.event-hero__image--main{aspect-ratio:1;border-radius:999px;position:relative;z-index:2}}@media screen and (min-width:1024px)and (min-width:390px){.event-hero__image--main{border-radius:999px}}@media screen and (min-width:1024px){.event-hero__image--logo{aspect-ratio:32/21;height:100px;width:160px}.event-hero__wrap--content{padding:0}}@media screen and (min-width:1024px)and (max-width:390px){.event-hero__wrap--content{padding-left:34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.event-hero__wrap--content{padding-left:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.event-hero__wrap--content{padding-left:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.event-hero__wrap--content{padding-left:100px}}.event-tag{aspect-ratio:1;background-color:#ebe8e4;border-radius:999px;color:#5f5f5d;display:flex}@media(min-width:390px){.event-tag{border-radius:999px}}@media screen and (max-width:390px){.event-tag{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.event-tag{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.event-tag{padding:8px}}@media(min-width:2560px){.event-tag{padding:8px}}.event-tag--run{background-color:#dae885;color:#20440d}.event-tag--obstacle,.event-tag--trek{background-color:#c8ebf8;color:#0065a4}.event-tag--swim{background-color:#c0f2e9;color:#009491}.event-tag--cycle{background-color:#ffb8d7;color:#b1005d}.event-tag--skydive{background-color:#f18c99;color:#ae1328}.event-tag--row{background-color:#facd8e;color:#b66107}.event-tag--abseil{background-color:#dcc3f5;color:#4b0894}.event-tag--triathlon{background-color:#c0f2e9;color:#009491}.events-archive-hero{background-color:#e31933;position:relative;text-align:center}@media screen and (max-width:390px){.events-archive-hero{padding-top:64px}}@media screen and (min-width:390px)and (max-width:1440px){.events-archive-hero{padding-top:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.events-archive-hero{padding-top:calc(48px + 5vw)}}@media(min-width:2560px){.events-archive-hero{padding-top:176px}}@media screen and (max-width:390px){.events-archive-hero{padding-bottom:74px}}@media screen and (min-width:390px)and (max-width:1440px){.events-archive-hero{padding-bottom:calc(45.77143px + 7.2381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.events-archive-hero{padding-bottom:calc(78px + 5vw)}}@media(min-width:2560px){.events-archive-hero{padding-bottom:206px}}.events-archive-hero__content,.events-archive-hero__heading,.events-archive-hero__preheading{color:#fff}@media screen and (max-width:390px){.events-archive-hero__heading+.events-archive-hero__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.events-archive-hero__heading+.events-archive-hero__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.events-archive-hero__heading+.events-archive-hero__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.events-archive-hero__heading+.events-archive-hero__content{margin-top:32px}}@media screen and (max-width:390px){.events-archive-hero__preheading+.events-archive-hero__heading{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.events-archive-hero__preheading+.events-archive-hero__heading{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.events-archive-hero__preheading+.events-archive-hero__heading{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.events-archive-hero__preheading+.events-archive-hero__heading{margin-top:32px}}.events-archive-hero__wrap{bottom:-1px;height:10px;left:0;position:absolute;width:100%}@media(min-width:390px)and (max-width:1440px){.events-archive-hero__wrap{height:calc(2.57143px + 1.90476vw)}}@media(min-width:1440px){.events-archive-hero__wrap{height:30px}}.events-archive-hero__svg--one{color:#f78e1e;display:none;left:0;position:absolute;top:30px}.events-archive-hero__svg--two{color:#f78e1e;display:none;position:absolute;right:0;top:100px}.events-archive-hero__svg--mask{height:100%;width:100%}@media screen and (min-width:1024px){.events-archive-hero__svg--one,.events-archive-hero__svg--two{display:block}}.fancybox__backdrop{background-color:rgba(46,46,45,.85)}.fancybox__slide{padding:40px 30px}.fancybox__carousel,.fancybox__content,.fancybox__slide{cursor:auto!important}.fancybox__content input:focus,.fancybox__content select:focus,.fancybox__content textarea:focus{outline:none!important}.fancybox__slide:after,.fancybox__slide:before{height:9}.carousel__button{border:2px solid #fff;border-radius:50%;bottom:100%;color:red!important;height:40px;right:0!important;top:unset!important;width:40px}@media screen and (max-width:390px){.carousel__button{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.carousel__button{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.carousel__button{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.carousel__button{margin-bottom:16px}}.carousel__button{transition:all .3s ease-in-out}.carousel__button svg{color:#fff;filter:none;height:20px;width:20px}.carousel__button:hover{background-color:#2e2e2d;border-color:#2e2e2d}.faq-card{border-bottom:1px solid #ebe8e4;position:relative;text-align:left}@media screen and (max-width:390px){.faq-card{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.faq-card{padding-bottom:calc(13.02857px + .7619vw);padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.faq-card{padding-bottom:calc(13.71429px + .71429vw);padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.faq-card{padding-bottom:32px;padding-top:32px}}.faq-card__wrap--answer{height:0;opacity:0;overflow:hidden;transition:height .4s ease,opacity .3s ease;will-change:height,opacity}.faq-card__wrap--icon{align-items:center;background-color:#f6f3ee;border:2px solid #f6f3ee;border-radius:999px;display:flex;justify-content:center;position:relative}@media(min-width:390px){.faq-card__wrap--icon{border-radius:999px}}@media screen and (max-width:390px){.faq-card__wrap--icon{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.faq-card__wrap--icon{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.faq-card__wrap--icon{padding:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.faq-card__wrap--icon{padding:16px}}.faq-card__wrap--icon{transition:all .3s ease-in-out}.faq-card__wrap.open{opacity:1}.faq-card__svg{color:#2e2e2d;width:12px}@media(min-width:390px)and (max-width:1440px){.faq-card__svg{width:calc(10.51429px + .38095vw)}}@media(min-width:1440px){.faq-card__svg{width:16px}}.faq-card__svg{height:12px}@media(min-width:390px)and (max-width:1440px){.faq-card__svg{height:calc(10.51429px + .38095vw)}}@media(min-width:1440px){.faq-card__svg{height:16px}}.faq-card__svg{transition:all .3s ease-in-out}.faq-card__svg--plus{display:block;opacity:1}.faq-card__svg--minus{display:none;opacity:0}.faq-card__title{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;display:flex;justify-content:space-between;outline:none;padding:0;position:relative;text-align:left;width:100%}.faq-card__title.open{padding:0}.faq-card__title.open+.faq-card__wrap{height:auto;opacity:1}@media screen and (max-width:390px){.faq-card__title.open+.faq-card__wrap{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.faq-card__title.open+.faq-card__wrap{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.faq-card__title.open+.faq-card__wrap{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.faq-card__title.open+.faq-card__wrap{margin-top:20px}}.faq-card__title.open .faq-card__wrap--icon{background-color:#fff;border-color:#e31933}.faq-card__title.open .faq-card__svg--plus{display:none;opacity:0}.faq-card__title.open .faq-card__svg--minus{display:block;opacity:1}.faq-card__question{font-family:Defused OT,sans-serif;font-weight:400}@media(hover:hover)and (pointer:fine){.faq-card__title:hover .faq-card__wrap--icon{background-color:#e31933;border-color:#e31933}.faq-card__title:hover .faq-card__wrap--icon .faq-card__svg{color:#fff}}.featured-card{background-color:transparent;border-radius:12px;display:flex;overflow:hidden;position:relative;text-decoration:none}@media(min-width:390px)and (max-width:1440px){.featured-card{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.featured-card{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.featured-card{border-radius:20px}}.featured-card{transition:all .3s ease-in-out}.featured-card__link{inset:0;position:absolute;z-index:2}.featured-card__figure{border-radius:12px;overflow:hidden}@media(min-width:390px)and (max-width:1440px){.featured-card__figure{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.featured-card__figure{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.featured-card__figure{border-radius:20px}}.featured-card__image{aspect-ratio:360/200;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;transform:scale(1);transition:all .3s ease-in-out;width:100%}.featured-card__wrap{display:flex;flex-direction:column}.featured-card__wrap--main{display:flex;height:100%;justify-content:space-between}@media screen and (max-width:390px){.featured-card__wrap--main{padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-card__wrap--main{padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-card__wrap--main{padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.featured-card__wrap--main{padding-top:32px}}.featured-card__wrap--categories{display:flex;flex-direction:row;gap:4px}@media(min-width:390px)and (max-width:1440px){.featured-card__wrap--categories{gap:4px}}@media(min-width:1440px){.featured-card__wrap--categories{gap:4px}}.featured-card__wrap--more{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:390px){.featured-card__wrap--more{padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-card__wrap--more{padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-card__wrap--more{padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.featured-card__wrap--more{padding-top:24px}}.featured-card__wrap--labels{display:flex;flex-direction:row;gap:16px}@media(min-width:390px)and (max-width:1440px){.featured-card__wrap--labels{gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.featured-card__wrap--labels{gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.featured-card__wrap--labels{gap:32px}}.featured-card__heading{color:#a25706;text-decoration-color:transparent;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:5px;transition:all .3s ease-in-out}.featured-card__content--date{color:rgba(46,46,45,.64);text-transform:unset}.featured-card__content--category{border:1px solid #f9b771;color:#a25706}@media screen and (max-width:390px){.featured-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-card__content--category{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.featured-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.featured-card__content--category{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-card__content--category{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.featured-card__content--category{padding-bottom:4px;padding-top:4px}}.featured-card__content--category{border-radius:999px}@media(min-width:390px){.featured-card__content--category{border-radius:999px}}.featured-card__category{display:flex}.featured-card__content+.featured-card__content{margin-top:0}@media screen and (max-width:390px){.featured-card__wrap+.featured-card__heading{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-card__wrap+.featured-card__heading{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-card__wrap+.featured-card__heading{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.featured-card__wrap+.featured-card__heading{margin-top:24px}}@media screen and (max-width:390px){.featured-card__heading+.featured-card__content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-card__heading+.featured-card__content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-card__heading+.featured-card__content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.featured-card__heading+.featured-card__content{margin-top:20px}}@media screen and (min-width:1024px){.featured-card{background-color:#fff;box-shadow:0 0 30px 3px rgba(0,0,0,.05)}}@media screen and (min-width:1024px)and (max-width:390px){.featured-card{padding:12px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.featured-card{padding:calc(10.51429px + .38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.featured-card{padding:calc(10.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.featured-card{padding:20px}}@media screen and (min-width:1024px)and (max-width:390px){.featured-card__wrap--main{padding:24px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.featured-card__wrap--main{padding:calc(21.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.featured-card__wrap--main{padding:calc(21.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.featured-card__wrap--main{padding:40px}}@media screen and (min-width:1024px){.featured-card__col--image{order:2}.featured-card__image{aspect-ratio:638/400}}@media(hover:hover)and (pointer:fine){.featured-card:hover .featured-card__image{transform:scale(1.1)}.featured-card:hover .featured-card__heading{text-decoration-color:#ae1328}}.form-popup{background-color:#f6f3ee;border-radius:20px;display:none;left:50%;margin:0 auto;max-height:90vh;max-width:935px;overflow-y:scroll;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:10}@media(min-width:390px)and (max-width:1440px){.form-popup{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.form-popup{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.form-popup{border-radius:36px}}@media screen and (max-width:390px){.form-popup{padding-bottom:56px;padding-top:56px}}@media screen and (min-width:390px)and (max-width:1440px){.form-popup{padding-bottom:calc(47.08571px + 2.28571vw);padding-top:calc(47.08571px + 2.28571vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.form-popup{padding-bottom:calc(59.42857px + 1.42857vw);padding-top:calc(59.42857px + 1.42857vw)}}@media(min-width:2560px){.form-popup{padding-bottom:96px;padding-top:96px}}@media screen and (max-width:390px){.form-popup{padding-left:48px;padding-right:48px}}@media screen and (min-width:390px)and (max-width:1440px){.form-popup{padding-left:calc(42.05714px + 1.52381vw);padding-right:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.form-popup{padding-left:calc(53.71429px + .71429vw);padding-right:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.form-popup{padding-left:72px;padding-right:72px}}.form-popup--active{display:block}.form-popup__background{background-color:rgba(46,46,45,.16);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}.form-popup__background--active{display:block}.form-popup .carousel__button{align-items:center;aspect-ratio:1;background-color:transparent;border:2px solid #e31933;border-radius:999px;display:flex;filter:none;height:48px;justify-content:center;right:10px!important;top:10px!important;width:48px}@media(min-width:390px){.form-popup .carousel__button{border-radius:999px}}@media screen and (max-width:390px){.form-popup .carousel__button{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.form-popup .carousel__button{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.form-popup .carousel__button{padding:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.form-popup .carousel__button{padding:16px}}.form-popup .carousel__button{transition:all .3s ease-in-out}.form-popup .carousel__button svg{color:#2e2e2d;filter:none;height:12px;transition:all .3s ease-in-out;width:12px}.form-popup .carousel__button:hover{background-color:#e31933}.form-popup .carousel__button:hover svg{color:#fff}.form-popup__col--right{margin-top:30px}.form-popup__close{background-color:transparent;border:none;color:#2e2e2d;cursor:pointer;outline:none;position:absolute;right:30px;top:10px;transition:all .3s ease-in-out}.form-popup__close:hover{color:rgba(46,46,45,.88)}@media screen and (min-width:768px){.form-popup{border-radius:20px;box-shadow:0 2px 4px 0 rgba(48,49,51,.1);margin:0 auto;max-height:100vh;position:fixed;width:90%;z-index:10}.form-popup .carousel__button{right:15px!important;top:15px!important}.form-popup .carousel__button svg{height:20px;width:20px}.form-popup .gform_wrapper .gfield{margin-bottom:10px}.form-popup .gform_wrapper .gfield input,.form-popup .gform_wrapper .gfield select,.form-popup .gform_wrapper .gfield textarea{color:#2e2e2d}.form-popup__col--right{margin-top:8px}.form-popup__content{max-width:420px}}@media screen and (min-width:1024px){.form-popup{padding:40px}}.image-mask{-webkit-mask-image:url(../dist/vectors/image-mask.svg);mask-image:url(../dist/vectors/image-mask.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:relative}.inline-illustration-wrap{display:inline-block;position:relative}.inline-illustration-wrap .inline-illustration__text{position:relative;z-index:2}.inline-illustration-wrap svg{color:#f18c99;height:auto;left:0;pointer-events:none;position:absolute;top:100%;width:100%;z-index:1}.inline-illustration-wrap.is-primary svg{color:#f18c99}.inline-illustration-wrap.is-primary-2 svg{color:#f9b771}.inline-illustration-wrap.is-black svg{color:#2e2e2d}.media-card{display:flex;flex-direction:column;position:relative;text-align:left;text-decoration:none;width:100%}.media-card__link{font-size:0;inset:0;position:absolute;z-index:2}.media-card__body{flex:1 1 auto}@media screen and (max-width:390px){.media-card__body{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.media-card__body{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.media-card__body{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.media-card__body{margin-top:32px}}.media-card__figure{aspect-ratio:36/24;overflow:hidden;position:relative}.media-card__image{border-radius:16px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:390px)and (max-width:1440px){.media-card__image{border-radius:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.media-card__image{border-radius:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.media-card__image{border-radius:32px}}.media-card__wrap{position:relative;transition:all .3s ease-in-out}.media-card__heading{color:#2e2e2d}.media-card__content{color:rgba(46,46,45,.88)}@media screen and (max-width:390px){.media-card__content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.media-card__content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.media-card__content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.media-card__content{margin-top:20px}}.media-card__button{padding:0}@media screen and (min-width:1024px){.media-card__figure{aspect-ratio:316/260}}.news-card{background-color:transparent;display:flex;height:100%;overflow:hidden;position:relative;text-align:left;text-decoration:none;transition:all .3s ease-in-out;width:100%}.news-card__link{font-size:0;inset:0;position:absolute;z-index:2}.news-card__link+.link__link--focus{border:2px solid transparent;border-radius:inherit;inset:0;opacity:1;pointer-events:none;position:absolute;z-index:4}.news-card__link:focus+.link__link--focus{border:2px dashed rgba(46,46,45,.88)}.news-card__body{flex:2.4}.news-card__figure{aspect-ratio:1/1.2;border-radius:12px;position:relative}@media(min-width:390px)and (max-width:1440px){.news-card__figure{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.news-card__figure{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.news-card__figure{border-radius:20px}}.news-card__image{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1)}@media(min-width:390px)and (max-width:1440px){.news-card__image{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.news-card__image{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.news-card__image{border-radius:20px}}.news-card__image{transition:all .3s ease-in-out}.news-card__wrap,.news-card__wrap--categories{display:flex}.news-card__wrap--categories{gap:4px}@media(min-width:390px)and (max-width:1440px){.news-card__wrap--categories{gap:4px}}@media(min-width:1440px){.news-card__wrap--categories{gap:4px}}.news-card__wrap--content{display:flex;flex-direction:column}@media screen and (max-width:390px){.news-card__wrap--content{padding-left:12px}}@media screen and (min-width:390px)and (max-width:1440px){.news-card__wrap--content{padding-left:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-card__wrap--content{padding-left:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.news-card__wrap--content{padding-left:20px}}.news-card__heading{color:rgba(46,46,45,.88);position:relative;text-decoration:underline;text-decoration-color:transparent;width:-moz-fit-content;width:fit-content}@media screen and (max-width:390px){.news-card__heading{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.news-card__heading{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-card__heading{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.news-card__heading{margin-top:16px}}.news-card__heading{transition:all .3s ease-in-out}.news-card__content--category{border:1px solid #f9b771;color:#a25706}@media screen and (max-width:390px){.news-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.news-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.news-card__content--category{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.news-card__content--category{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.news-card__content--category{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.news-card__content--category{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.news-card__content--category{padding-bottom:4px;padding-top:4px}}.news-card__content--category{border-radius:999px}@media(min-width:390px){.news-card__content--category{border-radius:999px}}.news-card__content--excerpt{color:rgba(46,46,45,.64)}@media screen and (max-width:390px){.news-card__content--excerpt{padding-bottom:8px}}@media screen and (min-width:390px)and (max-width:1440px){.news-card__content--excerpt{padding-bottom:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.news-card__content--excerpt{padding-bottom:8px}}@media(min-width:2560px){.news-card__content--excerpt{padding-bottom:8px}}@media screen and (max-width:390px){.news-card__heading+.news-card__content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.news-card__heading+.news-card__content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-card__heading+.news-card__content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.news-card__heading+.news-card__content{margin-top:20px}}.news-card__content+.news-card__content{margin-top:0}@media screen and (min-width:1024px){.news-card{align-items:flex-start;background-color:#fff;border-radius:16px;box-shadow:0 0 30px 3px rgba(0,0,0,.05)}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-card{border-radius:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-card{border-radius:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-card{border-radius:32px}}@media screen and (min-width:1024px)and (max-width:390px){.news-card{padding:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-card{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-card{padding:calc(6.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-card{padding:16px}}@media screen and (min-width:1024px){.news-card__row{display:flex}.news-card__body,.news-card__col{padding-left:0!important;padding-right:0!important}.news-card__col{flex:100%}.news-card__body{display:flex;flex:100%;min-height:0;position:relative}}@media screen and (min-width:1024px)and (max-width:390px){.news-card__body{padding-bottom:2px;padding-top:2px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-card__body{padding-bottom:2px;padding-top:2px}}@media screen and (min-width:1024px)and (min-width:1440px){.news-card__body{padding-bottom:2px;padding-top:2px}}@media screen and (min-width:1024px)and (max-width:390px){.news-card__body{padding-left:8px;padding-right:8px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-card__body{padding-left:8px;padding-right:8px}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-card__body{padding-left:8px;padding-right:8px}}@media screen and (min-width:1024px)and (min-width:2560px){.news-card__body{padding-left:8px;padding-right:8px}}@media screen and (min-width:1024px){.news-card__figure{aspect-ratio:292/180;max-width:100%}.news-card__wrap--content{display:flex;flex:1 1 auto;flex-direction:column;margin-top:0;min-height:0;padding-left:0}}@media screen and (min-width:1024px)and (max-width:390px){.news-card__wrap--content{margin-top:12px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-card__wrap--content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-card__wrap--content{margin-top:calc(10.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-card__wrap--content{margin-top:20px}}@media screen and (min-width:1024px){.news-card__content+.news-card__tags{margin-top:auto}}@media screen and (min-width:1024px)and (max-width:390px){.news-card__content+.news-card__tags{padding-top:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-card__content+.news-card__tags{padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-card__content+.news-card__tags{padding-top:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-card__content+.news-card__tags{padding-top:32px}}@media(hover:hover)and (pointer:fine){.news-card:hover .news-card__heading{text-decoration-color:#2e2e2d}.news-card:hover .news-card__image{transform:scale(1.1)}.news-card__figure{overflow:hidden}}.page-card{background-color:#f6f3ee;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative;text-align:left;text-decoration:none;width:100%}@media(min-width:390px)and (max-width:1440px){.page-card{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.page-card{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.page-card{border-radius:36px}}.page-card{transition:all .3s ease-in-out}.page-card__figure{display:none;position:relative}.page-card__image{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.page-card__body{align-items:center;display:flex;height:100%;justify-content:space-between;z-index:2}@media screen and (max-width:390px){.page-card__body{padding:24px}}@media screen and (min-width:390px)and (max-width:1440px){.page-card__body{padding:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.page-card__body{padding:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.page-card__body{padding:40px}}.page-card__heading{color:#2e2e2d}.page-card__wrap{position:relative;transition:all .3s ease-in-out}.page-card__wrap--icon{align-items:center;display:flex;justify-content:space-between}.page-card__svg{width:16px}@media(min-width:390px)and (max-width:1440px){.page-card__svg{width:calc(14.51429px + .38095vw)}}@media(min-width:1440px){.page-card__svg{width:20px}}.page-card__svg{height:16px}@media(min-width:390px)and (max-width:1440px){.page-card__svg{height:calc(14.51429px + .38095vw)}}@media(min-width:1440px){.page-card__svg{height:20px}}.page-card__content{color:rgba(46,46,45,.88);display:none}@media screen and (max-width:390px){.page-card__heading+.page-card__content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.page-card__heading+.page-card__content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.page-card__heading+.page-card__content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.page-card__heading+.page-card__content{margin-top:20px}}@media screen and (min-width:1024px)and (max-width:390px){.page-card{padding:12px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-card{padding:calc(10.51429px + .38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-card{padding:calc(10.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-card{padding:20px}}@media screen and (min-width:1024px){.page-card__figure{aspect-ratio:292/180;display:block;flex:1;overflow:hidden}}@media screen and (min-width:1024px)and (max-width:390px){.page-card__figure{margin-bottom:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-card__figure{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-card__figure{margin-bottom:calc(6.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-card__figure{margin-bottom:16px}}@media screen and (min-width:1024px){.page-card__figure{border-radius:14px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-card__figure{border-radius:calc(11.77143px + .57143vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-card__figure{border-radius:calc(9.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-card__figure{border-radius:28px}}@media screen and (min-width:1024px){.page-card__image{border-radius:14px;height:100%;transform:scale(1);transition:all .3s ease-in-out;width:100%}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-card__image{border-radius:calc(11.77143px + .57143vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-card__image{border-radius:calc(9.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-card__image{border-radius:28px}}@media screen and (min-width:1024px){.page-card__body{align-items:flex-start;flex:1;flex-direction:column;gap:16px;padding:0}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-card__body{gap:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-card__body{gap:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-card__body{gap:32px}}@media screen and (min-width:1024px)and (max-width:390px){.page-card__body{margin-top:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-card__body{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-card__body{margin-top:calc(6.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-card__body{margin-top:16px}}@media screen and (min-width:1024px)and (max-width:390px){.page-card__body{margin-bottom:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-card__body{margin-bottom:calc(14.51429px + .38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-card__body{margin-bottom:calc(14.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-card__body{margin-bottom:24px}}@media screen and (min-width:1024px){.page-card__content{display:block}.page-card__wrap--icon{display:none}}@media(hover:hover)and (pointer:fine){.page-card:hover .page-card__image{transform:scale(1.1)}.page-card--1:hover{background-color:#c0f2e9}.page-card--2:hover{background-color:#c8ebf8}.page-card--3:hover{background-color:#ffb8d7}.page-card--4:hover{background-color:#dae885}}ul.page-numbers{align-items:center;display:flex;gap:20px;justify-content:center;list-style-type:none;margin:0 auto;padding:0}ul.page-numbers li{background-color:transparent;border-radius:999px;display:inline-block;font-weight:500}@media(min-width:390px){ul.page-numbers li{border-radius:999px}}ul.page-numbers li{transition:all .3s ease-in-out}ul.page-numbers li:has(.current){background-color:#2e2e2d;color:#fff}ul.page-numbers .page-numbers{align-items:center;background-color:transparent;border:1px solid #e31933;border-radius:100%;box-shadow:inset 0 0 0 0 #e31933;box-sizing:border-box;display:flex;justify-content:center;text-decoration:none;width:52px}@media(min-width:390px)and (max-width:1440px){ul.page-numbers .page-numbers{width:calc(47.54286px + 1.14286vw)}}@media(min-width:1440px){ul.page-numbers .page-numbers{width:64px}}ul.page-numbers .page-numbers{height:52px}@media(min-width:390px)and (max-width:1440px){ul.page-numbers .page-numbers{height:calc(47.54286px + 1.14286vw)}}@media(min-width:1440px){ul.page-numbers .page-numbers{height:64px}}ul.page-numbers .page-numbers{transition:all .3s ease-in-out}ul.page-numbers .page-numbers:hover{box-shadow:inset 0 0 0 1px #e31933;color:#e31933}ul.page-numbers .page-numbers.current{background-color:#2e2e2d;border-color:#2e2e2d;box-shadow:inset 0 0 0 1px #2e2e2d;color:#fff}ul.page-numbers .page-numbers.dots{border:0}@media screen and (max-width:390px){.pagination{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.pagination{margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.pagination{margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.pagination{margin-top:112px}}.pagination__col--numbers{display:none}.pagination__button,.pagination__col--numbers-text{align-items:center;display:flex;justify-content:center}.pagination__button{border:1px solid #e31933;border-radius:100%;border-radius:999px;box-shadow:inset 0 0 0 0 #e31933;box-sizing:border-box;width:-moz-fit-content;width:fit-content}@media(min-width:390px){.pagination__button{border-radius:999px}}@media screen and (max-width:390px){.pagination__button{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.pagination__button{padding:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.pagination__button{padding:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.pagination__button{padding:24px}}.pagination__button{width:52px}@media(min-width:390px)and (max-width:1440px){.pagination__button{width:calc(47.54286px + 1.14286vw)}}@media(min-width:1440px){.pagination__button{width:64px}}.pagination__button{height:52px}@media(min-width:390px)and (max-width:1440px){.pagination__button{height:calc(47.54286px + 1.14286vw)}}@media(min-width:1440px){.pagination__button{height:64px}}.pagination__button{transition:all .3s ease-in-out}.pagination__button:hover{box-shadow:inset 0 0 0 1px #e31933}.pagination__button--next{margin-left:auto}.pagination__button--next svg{height:16px;width:16px}.pagination__button--prev svg{height:16px;transform:rotate(180deg) translateY(0);width:16px}.pagination__button.disabled{cursor:not-allowed;opacity:.2;pointer-events:none}@media screen and (min-width:1024px){.pagination__col--numbers{display:flex}.pagination__col--numbers-text{display:none}}.search-card{background-color:#fff;border-radius:14px;display:flex;position:relative;transform:translateY(0)}@media(min-width:390px)and (max-width:1440px){.search-card{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.search-card{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.search-card{border-radius:28px}}@media screen and (max-width:390px){.search-card{padding:16px}}@media screen and (min-width:390px)and (max-width:1440px){.search-card{padding:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-card{padding:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.search-card{padding:32px}}.search-card{transition:all .3s ease-in-out}.search-card__row{flex:1}.search-card__col--media{align-items:flex-end;max-width:80px}@media(min-width:390px)and (max-width:1440px){.search-card__col--media{max-width:calc(72.57143px + 1.90476vw)}}@media(min-width:1440px){.search-card__col--media{max-width:100px}}.search-card__link{inset:0;position:absolute;z-index:1}.search-card__figure{display:flex;justify-content:flex-end}.search-card__content--excerpt{color:rgba(46,46,45,.88)}@media screen and (max-width:390px){.search-card__wrap--content{padding-right:12px}}@media screen and (min-width:390px)and (max-width:1440px){.search-card__wrap--content{padding-right:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-card__wrap--content{padding-right:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.search-card__wrap--content{padding-right:20px}}.search-card__tag{background-color:#fff;border:1px solid #f9b771;border-radius:999px;color:#a25706;text-transform:capitalize}@media(min-width:390px){.search-card__tag{border-radius:999px}}@media screen and (max-width:390px){.search-card__tag{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.search-card__tag{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.search-card__tag{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.search-card__tag{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.search-card__tag{padding-bottom:2px;padding-top:2px}}@media screen and (min-width:390px)and (max-width:1440px){.search-card__tag{padding-bottom:2px;padding-top:2px}}@media(min-width:1440px){.search-card__tag{padding-bottom:2px;padding-top:2px}}.search-card__image{-o-object-fit:cover;object-fit:cover;width:80px}@media(min-width:390px)and (max-width:1440px){.search-card__image{width:calc(72.57143px + 1.90476vw)}}@media(min-width:1440px){.search-card__image{width:100px}}.search-card__image{height:80px}@media(min-width:390px)and (max-width:1440px){.search-card__image{height:calc(72.57143px + 1.90476vw)}}@media(min-width:1440px){.search-card__image{height:100px}}.search-card__image{border-radius:999px}@media(min-width:390px){.search-card__image{border-radius:999px}}@media screen and (max-width:390px){.search-card__heading+.search-card__content{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.search-card__heading+.search-card__content{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-card__heading+.search-card__content{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.search-card__heading+.search-card__content{margin-top:16px}}@media screen and (max-width:390px){.search-card__content+.search-card__tags,.search-card__heading+.search-card__tags{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.search-card__content+.search-card__tags,.search-card__heading+.search-card__tags{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-card__content+.search-card__tags,.search-card__heading+.search-card__tags{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.search-card__content+.search-card__tags,.search-card__heading+.search-card__tags{margin-top:24px}}@media(hover:hover)and (pointer:fine){.search-card:hover{transform:translateY(-3px)}}.search-form{display:flex;gap:8px;position:relative}@media(min-width:390px)and (max-width:1440px){.search-form{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.search-form{gap:8px}}@media(min-width:2560px){.search-form{gap:8px}}.search-form__container{display:flex;flex:1}.search-form__label{display:none}.search-form__field{background-color:#fff;border:1.5px solid #2e2e2d;border-radius:12px}@media(min-width:390px)and (max-width:1440px){.search-form__field{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.search-form__field{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.search-form__field{border-radius:20px}}.search-form__submit{border:0}@media screen and (max-width:390px){.sitemap{margin-top:26px}}@media screen and (min-width:390px)and (max-width:1440px){.sitemap{margin-top:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.sitemap{margin-top:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.sitemap{margin-top:80px}}@media screen and (max-width:390px){.sitemap__col{margin-bottom:18px}}@media screen and (min-width:390px)and (max-width:1440px){.sitemap__col{margin-bottom:calc(12.8px + 1.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.sitemap__col{margin-bottom:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.sitemap__col{margin-bottom:40px}}.sitemap__heading--main{margin-top:0}@media screen and (max-width:390px){.sitemap__heading--main{margin-bottom:26px}}@media screen and (min-width:390px)and (max-width:1440px){.sitemap__heading--main{margin-bottom:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.sitemap__heading--main{margin-bottom:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.sitemap__heading--main{margin-bottom:80px}}@media screen and (max-width:390px){.sitemap__ul{padding-left:16px}}@media screen and (min-width:390px)and (max-width:1440px){.sitemap__ul{padding-left:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.sitemap__ul{padding-left:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.sitemap__ul{padding-left:24px}}.sitemap__link{text-decoration:none}.social-links{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}@media(min-width:390px)and (max-width:1440px){.social-links{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.social-links{gap:8px}}@media(min-width:2560px){.social-links{gap:8px}}.social-links__social{background-color:#fff;color:#e31933;display:inline-block;font-size:0}@media screen and (max-width:390px){.social-links__social{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.social-links__social{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.social-links__social{padding:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.social-links__social{padding:16px}}.social-links__social{border-radius:999px}@media(min-width:390px){.social-links__social{border-radius:999px}}.social-links__social{transition:all .3s ease-in-out}.social-links__social svg{display:inline-block;width:20px}@media(min-width:390px)and (max-width:1440px){.social-links__social svg{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.social-links__social svg{width:24px}}.social-links__social svg{height:20px}@media(min-width:390px)and (max-width:1440px){.social-links__social svg{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.social-links__social svg{height:24px}}@media(hover:hover)and (pointer:fine){.social-links__social:hover{background-color:#e31933}.social-links__social:hover .social-links__svg{color:#fff}}.stat{margin:0 auto;position:relative;width:auto}@media screen and (max-width:390px){.stat{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.stat{padding:calc(6.28571px + .95238vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.stat{padding:calc(-.57143px + 1.42857vw)}}@media(min-width:2560px){.stat{padding:36px}}.stat__svg{position:absolute}.stat__svg--1,.stat__svg--3{height:100%;left:0;top:0;width:100%}.stat__svg--2{bottom:4px;left:0;width:100%}.stat__svg--4{bottom:-5px;left:0;width:100%}@media screen and (min-width:568px){.stat_svg--2{bottom:5px}.stat_svg--4{bottom:0}}.tab-card__col--content{align-items:center;display:flex}@media screen and (max-width:390px){.tab-card__col--content{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.tab-card__col--content{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tab-card__col--content{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.tab-card__col--content{margin-top:40px}}.tab-card__col--media{order:-1}.tab-card__image{border-radius:10px}@media(min-width:390px)and (max-width:1440px){.tab-card__image{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.tab-card__image{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.tab-card__image{border-radius:14px}}@media screen and (min-width:1024px){.tab-card__col--content{margin-top:0}.tab-card__col--media{order:2}}@media screen and (min-width:1024px)and (max-width:390px){.tab-card__content{padding-right:40px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.tab-card__content{padding-right:calc(5.82857px + 8.7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.tab-card__content{padding-right:calc(88.28571px + 3.03571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.tab-card__content{padding-right:166px}}.tags{display:flex;flex-wrap:wrap;gap:8px}@media(min-width:390px)and (max-width:1440px){.tags{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.tags{gap:8px}}@media(min-width:2560px){.tags{gap:8px}}.tags__tag{background-color:#fbf9f7;border-radius:8px;color:rgba(46,46,45,.88);position:relative}@media(min-width:390px){.tags__tag{border-radius:8px}}@media screen and (max-width:390px){.tags__tag{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.tags__tag{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.tags__tag{padding:8px}}@media(min-width:2560px){.tags__tag{padding:8px}}.team-card{color:#2e2e2d;display:flex;gap:12px;height:100%;overflow:hidden;position:relative;text-align:left;transition:all .3s ease-in-out;width:100%}@media(min-width:390px)and (max-width:1440px){.team-card{gap:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.team-card{gap:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.team-card{gap:20px}}.team-card__modal-trigger{display:block;inset:0;position:absolute;z-index:4}.team-card__figure{aspect-ratio:1;border-radius:16px;flex:1 0 0;min-height:100px;min-width:100px;overflow:hidden;position:relative}@media(min-width:390px)and (max-width:1440px){.team-card__figure{border-radius:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.team-card__figure{border-radius:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.team-card__figure{border-radius:32px}}.team-card__figure{box-shadow:0 5px 15px 0 rgba(0,0,0,.03)}.team-card__figure:after{background-color:rgba(46,46,45,.3);content:"";inset:0;position:absolute}.team-card__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.team-card__body{align-items:flex-start;display:flex;flex:2 0 0;flex-direction:column;position:relative;z-index:3}.team-card__content{font-weight:400}.team-card__content--name{font-family:Defused OT,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:14%}@media(min-width:390px)and (max-width:1440px){.team-card__content--name{font-size:calc(15.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.team-card__content--name{font-size:calc(15.71429px + .08929vw)}}@media(min-width:2560px){.team-card__content--name{font-size:18px}}.team-card__content--name{transition:all .3s ease-in-out}.team-card__content--title{font-weight:300}@media screen and (max-width:390px){.team-card__content+.team-card__content{margin-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.team-card__content+.team-card__content{margin-top:4px}}@media(min-width:1440px){.team-card__content+.team-card__content{margin-top:4px}}.team-card__wrap{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:0;position:relative;transition:all .3s ease-in-out}.team-card__social-links{margin-top:auto}@media screen and (max-width:390px){.team-card__social-links{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.team-card__social-links{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.team-card__social-links{margin-top:8px}}@media(min-width:2560px){.team-card__social-links{margin-top:8px}}.team-card__social{background-color:#fce8eb;color:#e31933}@media screen and (max-width:390px){.team-card__social{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.team-card__social{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.team-card__social{padding:8px}}@media(min-width:2560px){.team-card__social{padding:8px}}.team-card__social{border-radius:999px}@media(min-width:390px){.team-card__social{border-radius:999px}}@media screen and (min-width:768px){.team-card{align-items:unset;flex-direction:column}.team-card__figure{aspect-ratio:51/50;flex:0 1 auto}.team-card__body{flex:1 1 auto}}@media(hover:hover)and (pointer:fine){.team-card:hover .team-card__content--name{text-decoration-color:inherit}.team-card__socials .social-links__social:hover{background-color:#e31933;color:#fff}}.team-modal{border-radius:14px;display:none;margin:0!important;padding:0;width:100%}@media(min-width:390px)and (max-width:1440px){.team-modal{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.team-modal{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.team-modal{border-radius:28px}}@media screen and (max-width:390px){.team-modal{margin:12px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal{margin:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal{margin:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.team-modal{margin:20px}}.team-modal__wrap--main{display:flex;flex-direction:column;gap:24px}@media(min-width:390px)and (max-width:1440px){.team-modal__wrap--main{gap:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.team-modal__wrap--main{gap:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.team-modal__wrap--main{gap:40px}}@media screen and (max-width:390px){.team-modal__wrap--main{padding-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal__wrap--main{padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal__wrap--main{padding-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.team-modal__wrap--main{padding-top:40px}}@media screen and (max-width:390px){.team-modal__wrap--main{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal__wrap--main{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal__wrap--main{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.team-modal__wrap--main{padding-left:40px;padding-right:40px}}@media screen and (max-width:390px){.team-modal__wrap--main{padding-bottom:32px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal__wrap--main{padding-bottom:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal__wrap--main{padding-bottom:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.team-modal__wrap--main{padding-bottom:56px}}.team-modal__wrap--socials{border-top:1.5px solid #f6f3ee}@media screen and (max-width:390px){.team-modal__wrap--socials{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal__wrap--socials{padding-bottom:calc(13.02857px + .7619vw);padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal__wrap--socials{padding-bottom:calc(13.71429px + .71429vw);padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.team-modal__wrap--socials{padding-bottom:32px;padding-top:32px}}@media screen and (max-width:390px){.team-modal__wrap--socials{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal__wrap--socials{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal__wrap--socials{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.team-modal__wrap--socials{padding-left:40px;padding-right:40px}}.team-modal__figure{aspect-ratio:1;border-radius:999px;height:100px;overflow:hidden;width:100px}@media(min-width:390px){.team-modal__figure{border-radius:999px}}.team-modal__image{height:100px;-o-object-fit:cover;object-fit:cover;width:100px}.team-modal__heading{color:#2e2e2d}.team-modal__heading--title{color:rgba(46,46,45,.64)}@media screen and (max-width:390px){.team-modal__heading+.content{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal__heading+.content{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal__heading+.content{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.team-modal__heading+.content{margin-top:20px}}.team-modal__content{color:rgba(46,46,45,.88);font-weight:300}.team-modal__social-links{margin-top:0}.team-modal__social{background-color:#fce8eb;color:#e31933}@media screen and (max-width:390px){.team-modal__social{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal__social{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal__social{padding:8px}}@media(min-width:2560px){.team-modal__social{padding:8px}}.team-modal__social{border-radius:999px}@media(min-width:390px){.team-modal__social{border-radius:999px}}@media screen and (max-width:390px){.team-modal .carousel__button.is-close{margin-bottom:10px}}@media screen and (min-width:390px)and (max-width:1440px){.team-modal .carousel__button.is-close{margin-bottom:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-modal .carousel__button.is-close{margin-bottom:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.team-modal .carousel__button.is-close{margin-bottom:16px}}@media screen and (min-width:568px){.team-modal{width:390px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.team-modal{width:calc(208px + 46.66667vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.team-modal{width:calc(-.71429px + 61.16071vw)}}@media screen and (min-width:568px)and (min-width:2560px){.team-modal{width:1565px}}@media screen and (min-width:768px){.team-modal{width:390px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.team-modal{width:calc(208px + 46.66667vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.team-modal{width:calc(-.71429px + 61.16071vw)}}@media screen and (min-width:768px)and (min-width:2560px){.team-modal{width:1565px}}@media screen and (min-width:768px){.team-modal__wrap--main{flex-direction:row}.team-modal__wrap--image{order:1}.team-modal__figure,.team-modal__image{height:132px;width:132px}}.text-card{background-color:#fff;border-radius:14px;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:hidden;position:relative;text-align:left;text-decoration:none;width:100%}@media(min-width:390px)and (max-width:1440px){.text-card{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.text-card{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.text-card{border-radius:28px}}.text-card{transition:all .3s ease-in-out}.text-card__body{align-items:center;display:flex;height:100%;justify-content:space-between;z-index:2}@media screen and (max-width:390px){.text-card__body{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.text-card__body{padding-bottom:calc(13.02857px + .7619vw);padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-card__body{padding-bottom:calc(13.71429px + .71429vw);padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.text-card__body{padding-bottom:32px;padding-top:32px}}@media screen and (max-width:390px){.text-card__body{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.text-card__body{padding-left:calc(14.51429px + .38095vw);padding-right:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-card__body{padding-left:calc(14.85714px + .35714vw);padding-right:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.text-card__body{padding-left:24px;padding-right:24px}}.text-card__body{gap:12px}@media(min-width:390px)and (max-width:1440px){.text-card__body{gap:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.text-card__body{gap:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.text-card__body{gap:20px}}.text-card__heading{color:#2e2e2d}.text-card__content{color:rgba(46,46,45,.88);font-family:Defused OT,sans-serif;font-size:18px;font-weight:500;line-height:1.15}@media(min-width:390px)and (max-width:1440px){.text-card__content{font-size:calc(17.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.text-card__content{font-size:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.text-card__content{font-size:24px}}.text-card__wrap{position:relative;transition:all .3s ease-in-out}.text-card__wrap--icon{align-items:center;background-color:#fce8eb;border-radius:999px;color:#ae1328;display:flex;justify-content:space-between}@media(min-width:390px){.text-card__wrap--icon{border-radius:999px}}@media screen and (max-width:390px){.text-card__wrap--icon{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.text-card__wrap--icon{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-card__wrap--icon{padding:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.text-card__wrap--icon{padding:16px}}.text-card__svg{width:20px}@media(min-width:390px)and (max-width:1440px){.text-card__svg{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.text-card__svg{width:24px}}.text-card__svg{height:20px}@media(min-width:390px)and (max-width:1440px){.text-card__svg{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.text-card__svg{height:24px}}@media(hover:hover)and (pointer:fine){.text-card:hover{cursor:pointer;transform:translate(0)}.text-card:hover .text-card__content{-webkit-text-decoration-skip:ink;text-decoration-line:underline;text-decoration-skip-ink:auto;text-decoration-style:solid;text-decoration-thickness:6%;text-underline-offset:12%;text-underline-position:from-font}.text-card:hover .text-card__wrap--icon{background-color:#e31933;color:#fff}}.video__icon{align-items:center;background-color:#e31933;border:1px solid hsla(0,0%,100%,.08);border-radius:999px;display:flex;justify-content:center}@media(min-width:390px){.video__icon{border-radius:999px}}@media screen and (max-width:390px){.video__icon{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.video__icon{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.video__icon{padding:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.video__icon{padding:16px}}@media screen and (max-width:390px){.video__icon{margin-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.video__icon{margin-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.video__icon{margin-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.video__icon{margin-right:16px}}.video__icon{transition:all .3s ease-in-out}.video__icon-wrap{align-items:center;background-color:#fff;color:#2e2e2d;display:flex;justify-content:center;position:absolute;z-index:2}@media screen and (max-width:390px){.video__icon-wrap{padding-bottom:10px;padding-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.video__icon-wrap{padding-bottom:calc(9.25714px + .19048vw);padding-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.video__icon-wrap{padding-bottom:calc(6.85714px + .35714vw);padding-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.video__icon-wrap{padding-bottom:16px;padding-top:16px}}@media screen and (max-width:390px){.video__icon-wrap{padding-left:10px}}@media screen and (min-width:390px)and (max-width:1440px){.video__icon-wrap{padding-left:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.video__icon-wrap{padding-left:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.video__icon-wrap{padding-left:16px}}@media screen and (max-width:390px){.video__icon-wrap{padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.video__icon-wrap{padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.video__icon-wrap{padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.video__icon-wrap{padding-right:40px}}.video__icon-wrap{border-radius:999px}@media(min-width:390px){.video__icon-wrap{border-radius:999px}}.video__icon-wrap{bottom:16px}@media(min-width:390px)and (max-width:1440px){.video__icon-wrap{bottom:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.video__icon-wrap{bottom:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.video__icon-wrap{bottom:24px}}.video__icon-wrap{left:16px}@media(min-width:390px)and (max-width:1440px){.video__icon-wrap{left:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.video__icon-wrap{left:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.video__icon-wrap{left:24px}}.video__icon-wrap{transition:all .3s ease-in-out}.video__icon-text{color:#2e2e2d;font-family:Defused OT,sans-serif;font-size:16px;line-height:1.2;text-align:center}@media(min-width:390px)and (max-width:1440px){.video__icon-text{font-size:calc(15.62857px + .09524vw)}}@media(min-width:1440px)and (max-width:2560px){.video__icon-text{font-size:calc(15.71429px + .08929vw)}}@media(min-width:2560px){.video__icon-text{font-size:18px}}.video__icon-text{transition:all .3s ease-in-out}.video__svg{color:#fff;width:20px}@media(min-width:390px)and (max-width:1440px){.video__svg{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.video__svg{width:24px}}.video__svg{height:20px}@media(min-width:390px)and (max-width:1440px){.video__svg{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.video__svg{height:24px}}.video__svg{transition:all .3s ease-in-out}@media screen and (min-width:568px){.video__overlay{background:linear-gradient(180deg,rgba(25,24,24,0),rgba(25,24,24,.64));border-radius:20px;bottom:0;height:208px;left:0;mix-blend-mode:multiply;position:absolute;right:0;width:100%;z-index:1}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.video__overlay{border-radius:calc(16.28571px + .95238vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.video__overlay{border-radius:calc(22.28571px + .53571vw)}}@media screen and (min-width:568px)and (min-width:2560px){.video__overlay{border-radius:36px}}@media(hover:hover)and (pointer:fine){.video:hover .video__icon-wrap{background-color:#2e2e2d;color:#f6f3ee}.video:hover .video__icon{background-color:#f6f3ee}.video:hover .video__icon-text{color:#f6f3ee}.video:hover .video__svg{color:#2e2e2d}}.hero{background-color:#fce8eb;display:flex}.hero__container{padding:0}.hero__wrap--buttons{display:flex;flex-flow:wrap;gap:10px;margin-top:30px;position:relative;z-index:2}@media screen and (max-width:390px){.hero__wrap--main{padding-bottom:48px;padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.hero__wrap--main{padding-bottom:calc(42.05714px + 1.52381vw);padding-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.hero__wrap--main{padding-bottom:calc(53.71429px + .71429vw);padding-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.hero__wrap--main{padding-bottom:72px;padding-top:72px}}@media screen and (max-width:390px){.hero__wrap--main{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.hero__wrap--main{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.hero__wrap--main{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.hero__wrap--main{padding-left:104px;padding-right:104px}}.hero__image,.hero__video{aspect-ratio:390/240;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero__svg{bottom:0;color:#fff;position:absolute;right:0;z-index:1}.hero__svg--two{color:#f18c99;height:100px;left:0;top:0;width:161px}.hero__content--subheading{font-weight:300}@media screen and (max-width:390px){.hero__preheading+.hero__heading{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.hero__preheading+.hero__heading{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.hero__preheading+.hero__heading{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.hero__preheading+.hero__heading{margin-top:20px}}@media screen and (max-width:390px){.hero__wrap+.hero__wrap{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.hero__wrap+.hero__wrap{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.hero__wrap+.hero__wrap{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.hero__wrap+.hero__wrap{margin-top:40px}}@media screen and (min-width:1024px){.hero__col--content{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:1024px)and (max-width:390px){.hero__wrap--main{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.hero__wrap--main{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.hero__wrap--main{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.hero__wrap--main{padding-bottom:56px;padding-top:56px}}@media screen and (min-width:1024px)and (max-width:390px){.hero__wrap--main{padding-right:32px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.hero__wrap--main{padding-right:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.hero__wrap--main{padding-right:calc(37.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.hero__wrap--main{padding-right:56px}}@media screen and (min-width:1024px)and (max-width:390px){.hero__wrap--main{padding-left:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.hero__wrap--main{padding-left:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.hero__wrap--main{padding-left:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.hero__wrap--main{padding-left:104px}}@media screen and (min-width:1024px){.hero__figure{height:100%;width:100%}.hero__slide{-webkit-mask-image:url(../dist/vectors/cta-mask--desktop.svg);mask-image:url(../dist/vectors/cta-mask--desktop.svg)}.hero__svg--one{height:173px;width:352px}.hero__svg--two{height:154px;width:249px}.hero__image,.hero__video{aspect-ratio:720/540}.hero__swiper .hero__nav--prev{left:70px}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.hero__swiper .hero__nav--prev{left:calc(18.57143px + 3.57143vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.hero__swiper .hero__nav--prev{left:110px}}.not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}@media screen and (max-width:390px){.not-found{padding-bottom:120px;padding-top:120px}}@media screen and (min-width:390px)and (max-width:1440px){.not-found{padding-bottom:calc(90.28571px + 7.61905vw);padding-top:calc(90.28571px + 7.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.not-found{padding-bottom:calc(97.14286px + 7.14286vw);padding-top:calc(97.14286px + 7.14286vw)}}@media(min-width:2560px){.not-found{padding-bottom:280px;padding-top:280px}}.not-found__button{margin:0 auto}@media screen and (max-width:390px){.appeal-archive .pagination,.appeal-archive__container{margin-bottom:48px;margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive .pagination,.appeal-archive__container{margin-bottom:calc(36.11429px + 3.04762vw);margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive .pagination,.appeal-archive__container{margin-bottom:calc(38.85714px + 2.85714vw);margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.appeal-archive .pagination,.appeal-archive__container{margin-bottom:112px;margin-top:112px}}@media screen and (max-width:390px){.appeal-archive__col--card{margin-top:18px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive__col--card{margin-top:calc(12.8px + 1.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive__col--card{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.appeal-archive__col--card{margin-top:40px}}.appeal-archive__col--card:first-of-type{margin-top:0}.appeal-archive__select{background-color:#fff;border-color:#2e2e2d;border-radius:12px;border-width:1.5px;padding-right:44px}@media(min-width:390px)and (max-width:1440px){.appeal-archive__select{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.appeal-archive__select{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.appeal-archive__select{border-radius:20px}}@media screen and (max-width:390px){.appeal-archive__select{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive__select{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive__select{margin-top:8px}}@media(min-width:2560px){.appeal-archive__select{margin-top:8px}}.appeal-archive__wrap--select{flex:1;position:relative}.appeal-archive__wrap--select:after{background-image:url(../dist/vectors/arrow-down-red.svg);background-repeat:no-repeat;background-size:contain;bottom:22px;content:"";height:8px;pointer-events:none;position:absolute;right:35px;width:14px;z-index:2}.appeal-archive__wrap--filters{display:flex;flex-direction:column;margin:0 auto;max-width:100%;width:390px}@media(min-width:390px)and (max-width:1440px){.appeal-archive__wrap--filters{width:calc(375.88571px + 3.61905vw)}}@media(min-width:1440px)and (max-width:2560px){.appeal-archive__wrap--filters{width:calc(-266.28571px + 48.21429vw)}}@media(min-width:2560px){.appeal-archive__wrap--filters{width:968px}}@media screen and (max-width:390px){.appeal-archive__wrap--filters{margin-bottom:48px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive__wrap--filters{margin-bottom:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive__wrap--filters{margin-bottom:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.appeal-archive__wrap--filters{margin-bottom:72px}}@media screen and (max-width:390px){.appeal-archive__featured{margin-bottom:26px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-archive__featured{margin-bottom:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-archive__featured{margin-bottom:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.appeal-archive__featured{margin-bottom:80px}}.appeal-archive__svg{display:none}@media screen and (min-width:1024px)and (max-width:390px){.appeal-archive__row--cards .appeal-archive__col--card{margin-top:48px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-archive__row--cards .appeal-archive__col--card{margin-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-archive__row--cards .appeal-archive__col--card{margin-top:calc(53.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-archive__row--cards .appeal-archive__col--card{margin-top:72px}}@media screen and (min-width:1024px){.appeal-archive__row--cards .appeal-archive__col--card:first-of-type,.appeal-archive__row--cards .appeal-archive__col--card:nth-of-type(2),.appeal-archive__row--cards .appeal-archive__col--card:nth-of-type(3){margin-top:0}.appeal-archive__row--cards .appeal-archive__wrap--select{flex:1}.appeal-archive__wrap--select:after{bottom:28px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-archive__featured{margin-bottom:48px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-archive__featured{margin-bottom:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-archive__featured{margin-bottom:calc(53.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-archive__featured{margin-bottom:72px}}@media screen and (min-width:1024px){.appeal-archive__svg{display:block;position:absolute}.appeal-archive__svg--one{color:#facd8e;left:0}.appeal-archive__svg--two{color:#ffb8d7;right:0;top:300px}}.page-template-page-donation-funnel{padding-top:0}.page-template-page-donation-funnel footer{display:none}@media screen and (min-width:768px){.page-template-page-donation-funnel{background-color:#f6f3ee}}.news-archive{background-color:#fbf9f7}@media screen and (max-width:390px){.news-archive{padding-bottom:48px;padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive{padding-bottom:calc(36.11429px + 3.04762vw);padding-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive{padding-bottom:calc(38.85714px + 2.85714vw);padding-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.news-archive{padding-bottom:112px;padding-top:112px}}@media screen and (max-width:390px){.news-archive__col--card{margin-top:26px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive__col--card{margin-top:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive__col--card{margin-top:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.news-archive__col--card{margin-top:80px}}.news-archive__col--card:first-of-type{margin-top:0}.news-archive__select{background-color:#fff;border-color:#2e2e2d;border-radius:12px;border-width:1.5px;padding-right:44px}@media(min-width:390px)and (max-width:1440px){.news-archive__select{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.news-archive__select{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.news-archive__select{border-radius:20px}}@media screen and (max-width:390px){.news-archive__select{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive__select{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive__select{margin-top:8px}}@media(min-width:2560px){.news-archive__select{margin-top:8px}}.news-archive__wrap--select{flex:1;position:relative}.news-archive__wrap--select:after{background-image:url(../dist/vectors/arrow-down-red.svg);background-repeat:no-repeat;background-size:contain;bottom:22px;content:"";height:8px;pointer-events:none;position:absolute;right:35px;width:14px;z-index:2}.news-archive__wrap--filters{display:flex;flex-direction:column;margin:0 auto;max-width:100%;width:390px}@media(min-width:390px)and (max-width:1440px){.news-archive__wrap--filters{width:calc(375.88571px + 3.61905vw)}}@media(min-width:1440px)and (max-width:2560px){.news-archive__wrap--filters{width:calc(-266.28571px + 48.21429vw)}}@media(min-width:2560px){.news-archive__wrap--filters{width:968px}}@media screen and (max-width:390px){.news-archive__wrap--filters{margin-bottom:48px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive__wrap--filters{margin-bottom:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive__wrap--filters{margin-bottom:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.news-archive__wrap--filters{margin-bottom:72px}}.news-archive__content,.news-archive__heading,.news-archive__preheading{margin:0 auto;max-width:100%;width:390px}@media(min-width:390px)and (max-width:1440px){.news-archive__content,.news-archive__heading,.news-archive__preheading{width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.news-archive__content,.news-archive__heading,.news-archive__preheading{width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.news-archive__content,.news-archive__heading,.news-archive__preheading{width:1366px}}@media screen and (max-width:390px){.news-archive__featured{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive__featured{margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive__featured{margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.news-archive__featured{margin-top:112px}}@media screen and (max-width:390px){.news-archive__featured{margin-bottom:26px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive__featured{margin-bottom:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive__featured{margin-bottom:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.news-archive__featured{margin-bottom:80px}}@media screen and (max-width:390px){.news-archive__heading+.news-archive__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive__heading+.news-archive__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive__heading+.news-archive__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.news-archive__heading+.news-archive__content{margin-top:32px}}@media screen and (max-width:390px){.news-archive__content+.news-archive__wrap--filters{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.news-archive__content+.news-archive__wrap--filters{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-archive__content+.news-archive__wrap--filters{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.news-archive__content+.news-archive__wrap--filters{margin-top:40px}}.news-archive__svg{display:none}@media screen and (min-width:1024px){.news-archive__row--cards .news-archive__col--card:first-of-type,.news-archive__row--cards .news-archive__col--card:nth-of-type(2),.news-archive__row--cards .news-archive__col--card:nth-of-type(3),.news-archive__row--cards .news-archive__col--card:nth-of-type(4){margin-top:0}.news-archive__row--cards .news-archive__wrap--select{flex:1}.news-archive__wrap--select:after{bottom:28px}}@media screen and (min-width:1024px)and (max-width:390px){.news-archive__featured{margin-bottom:48px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-archive__featured{margin-bottom:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-archive__featured{margin-bottom:calc(38.85714px + 2.85714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-archive__featured{margin-bottom:112px}}@media screen and (min-width:1024px){.news-archive__svg{display:block;position:absolute}.news-archive__svg--one{color:#facd8e;left:0}.news-archive__svg--two{color:#ffb8d7;right:0;top:300px}}@media screen and (max-width:390px){.page-template-page-search,.search-results{padding-top:96px}}@media screen and (min-width:390px)and (max-width:1440px){.page-template-page-search,.search-results{padding-top:calc(72.22857px + 6.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.page-template-page-search,.search-results{padding-top:calc(77.71429px + 5.71429vw)}}@media(min-width:2560px){.page-template-page-search,.search-results{padding-top:224px}}.search-page{max-width:100%;overflow:hidden}@media screen and (max-width:390px){.search-page{padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.search-page{padding-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-page{padding-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.search-page{padding-top:112px}}.search-page__list{display:flex;flex-direction:column;gap:16px;list-style-type:none;padding-left:0}@media(min-width:390px)and (max-width:1440px){.search-page__list{gap:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.search-page__list{gap:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.search-page__list{gap:24px}}@media screen and (max-width:390px){.search-page__list{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.search-page__list{margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-page__list{margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.search-page__list{margin-top:112px}}.search-page__item{display:block}@media screen and (max-width:390px){.search-page__content--results{margin-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.search-page__content--results{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-page__content--results{margin-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.search-page__content--results{margin-top:20px}}.search-page__link{display:block;font-family:Lexend,sans-serif;text-decoration:none;text-transform:uppercase}.search-page__term{font-weight:700}.search-page__form{display:flex;flex-direction:column}@media screen and (max-width:390px){.search-page__form{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.search-page__form{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.search-page__form{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.search-page__form{margin-top:32px}}@media screen and (min-width:1024px){.search-page__form{flex-direction:row}}.page-template-page-styleguide{background-color:#fbf9f7}.page-template-page-styleguide header{display:none}.tribe-events-page-template{background-color:#f6f3ee}.tribe-events-page-template .tribe-common-l-container{max-width:100%!important}@media screen and (max-width:390px){.tribe-events-page-template .tribe-common-l-container{padding-left:15px!important;padding-right:15px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-common-l-container{padding-left:calc(-.97143px + 4.09524vw)!important;padding-right:calc(-.97143px + 4.09524vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-common-l-container{padding-left:calc(-1.14286px + 4.10714vw)!important;padding-right:calc(-1.14286px + 4.10714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-common-l-container{padding-left:104px!important;padding-right:104px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-common-l-container{padding-bottom:48px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-common-l-container{padding-bottom:calc(36.11429px + 3.04762vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-common-l-container{padding-bottom:calc(38.85714px + 2.85714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-common-l-container{padding-bottom:112px!important}}.tribe-events-page-template .tribe-events-header{margin:0 auto!important;max-width:390px;padding-left:0!important;padding-right:0!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-header{max-width:calc(166.4px + 57.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-header{max-width:calc(-.57143px + 68.92857vw)}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-header{max-width:1764px}}.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{margin-bottom:0!important}@media screen and (max-width:390px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:5px!important;padding-right:5px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:calc(3.14286px + .47619vw)!important;padding-right:calc(3.14286px + .47619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:calc(-.28571px + .71429vw)!important;padding-right:calc(-.28571px + .71429vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:18px!important;padding-right:18px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{margin-top:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{margin-top:calc(6.28571px + .95238vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{margin-top:calc(-.57143px + 1.42857vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{margin-top:36px!important}}.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col:first-child,.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col:nth-child(2),.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col:nth-child(3){margin-top:0!important}.tribe-events-page-template .tribe-events-c-search__input-control-icon-svg{left:30px!important;z-index:2!important}.tribe-events-page-template .tribe-events-c-search__input-control{margin:0!important;padding:0!important}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-search__input-control{padding-left:10px!important;padding-right:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-search__input-control{padding-left:calc(9.25714px + .19048vw)!important;padding-right:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-search__input-control{padding-left:calc(6.85714px + .35714vw)!important;padding-right:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-search__input-control{padding-left:16px!important;padding-right:16px!important}}.tribe-events-page-template .tribe-events-c-events-bar__search-container{background-color:transparent!important}.tribe-events-page-template .tribe-events-c-events-bar--border{background-color:transparent!important;border:0!important;border-radius:12px!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar--border{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{border-radius:20px!important}}.tribe-events-page-template .tribe-events-c-events-bar--border{gap:8px}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar--border{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{gap:8px}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{gap:8px}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-bottom:12px!important;padding-top:12px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-bottom:calc(10.51429px + .38095vw)!important;padding-top:calc(10.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-bottom:calc(10.85714px + .35714vw)!important;padding-top:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-bottom:20px!important;padding-top:20px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-left:10px!important;padding-right:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-left:calc(9.25714px + .19048vw)!important;padding-right:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-left:calc(6.85714px + .35714vw)!important;padding-right:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar--border{padding-left:16px!important;padding-right:16px!important}}.tribe-events-page-template .tribe-events-c-events-bar__search{background-color:transparent!important}.tribe-events-page-template .tribe-events-c-search__input{background-color:#fff!important;border:1.5px solid rgba(46,46,45,.88)!important;border-radius:12px!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-search__input{border-radius:calc(10.51429px + .38095vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-search__input{border-radius:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-search__input{border-radius:20px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-search__input{padding-bottom:12px!important;padding-top:12px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-search__input{padding-bottom:calc(10.51429px + .38095vw)!important;padding-top:calc(10.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-search__input{padding-bottom:calc(10.85714px + .35714vw)!important;padding-top:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-search__input{padding-bottom:20px!important;padding-top:20px!important}}.tribe-events-page-template .tribe-events-c-search__input::-moz-placeholder{color:rgba(46,46,45,.32)!important;font-family:Defused OT,sans-serif!important;opacity:1!important;text-transform:uppercase!important}.tribe-events-page-template .tribe-events-c-search__input::placeholder{color:rgba(46,46,45,.32)!important;font-family:Defused OT,sans-serif!important;opacity:1!important;text-transform:uppercase!important}.tribe-events-page-template .tribe-events-c-search__input::-moz-placeholder{font-size:11px!important}.tribe-events-page-template .tribe-events-c-search__input::placeholder{font-size:11px!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-search__input::-moz-placeholder{font-size:calc(10.25714px + .19048vw)!important}.tribe-events-page-template .tribe-events-c-search__input::placeholder{font-size:calc(10.25714px + .19048vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-search__input::-moz-placeholder{font-size:calc(10.42857px + .17857vw)!important}.tribe-events-page-template .tribe-events-c-search__input::placeholder{font-size:calc(10.42857px + .17857vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-search__input::-moz-placeholder{font-size:15px!important}.tribe-events-page-template .tribe-events-c-search__input::placeholder{font-size:15px!important}}.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{font-family:Defused OT,sans-serif!important;font-size:15px!important;font-weight:400!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{font-size:calc(14.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{font-size:calc(14.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{font-size:17px!important}}.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{border-radius:999px!important}@media(min-width:390px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{border-radius:999px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-bottom:12px!important;padding-top:12px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-bottom:calc(10.51429px + .38095vw)!important;padding-top:calc(10.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-bottom:calc(10.85714px + .35714vw)!important;padding-top:calc(10.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-bottom:20px!important;padding-top:20px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{padding-left:40px!important;padding-right:40px!important}}.tribe-events-page-template .tribe-events-c-events-bar__filter-button,.tribe-events-page-template .tribe-events-c-search__button{transition:all .3s ease-in-out!important}.tribe-events-page-template .tribe-events-c-events-bar__filter-button{border:1.5px solid #2e2e2d!important}.tribe-events-page-template .tribe-events-c-search__button{background-color:#e31933!important}.tribe-events-page-template .tribe-events-c-events-bar__filter-button-container{align-items:center;border-right:0!important;display:flex;margin:0!important}.tribe-events-page-template .tribe-events-c-events-bar__filter-button{background-color:#f6f3ee!important}.tribe-events-page-template .tribe-events-c-events-bar__filter-button-text{font-family:Defused OT,sans-serif!important;font-size:15px!important;font-weight:400!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button-text{font-size:calc(14.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button-text{font-size:calc(14.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-events-bar__filter-button-text{font-size:17px!important}}.tribe-events-page-template .tribe-events-c-search__input{font-family:Lexend,sans-serif!important;font-size:16px!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-search__input{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-search__input{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-search__input{font-size:18px!important}}.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button{font-family:Lexend,sans-serif!important;font-size:16px!important;font-weight:300!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button{font-size:18px!important}}.tribe-events-page-template .tribe-events .tribe-events-c-nav{border:0!important}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events .tribe-events-c-nav{padding-top:48px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events .tribe-events-c-nav{padding-top:calc(36.11429px + 3.04762vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events .tribe-events-c-nav{padding-top:calc(38.85714px + 2.85714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events .tribe-events-c-nav{padding-top:112px!important}}.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{background-color:#e31933!important;color:#fff!important;font-family:Defused OT,sans-serif!important;font-size:16px!important;margin-left:0!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{font-size:calc(15.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{font-size:calc(15.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{font-size:18px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-bottom:16px!important;padding-top:16px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-bottom:calc(14.51429px + .38095vw)!important;padding-top:calc(14.51429px + .38095vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-bottom:calc(14.85714px + .35714vw)!important;padding-top:calc(14.85714px + .35714vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-bottom:24px!important;padding-top:24px!important}}@media screen and (max-width:390px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-left:24px!important;padding-right:24px!important}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-left:calc(21.02857px + .7619vw)!important;padding-right:calc(21.02857px + .7619vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-left:calc(21.71429px + .71429vw)!important;padding-right:calc(21.71429px + .71429vw)!important}}@media(min-width:2560px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{padding-left:40px!important;padding-right:40px!important}}.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{border-radius:999px!important}@media(min-width:390px){.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{border-radius:999px!important}}.tribe-events-page-template .tribe-events-c-nav__next,.tribe-events-page-template .tribe-events-c-nav__prev{transition:all .3s ease-in-out!important}.tribe-events-page-template .tribe-events-c-nav__next:disabled,.tribe-events-page-template .tribe-events-c-nav__prev:disabled{opacity:.3}.tribe-events-page-template .tribe-events-c-nav__next path,.tribe-events-page-template .tribe-events-c-nav__prev path{fill:#fff!important}@media(hover:hover)and (pointer:fine){.tribe-events-c-events-bar__filter-button:hover,.tribe-events-c-nav__next:hover,.tribe-events-c-nav__prev:hover,.tribe-events-c-search__button:hover{background-color:#2e2e2d!important;opacity:1!important}.tribe-events-c-events-bar__filter-button:hover{background-color:#3c3c3b!important;border-color:#3c3c3b!important;opacity:1!important}.tribe-events-c-events-bar__filter-button:hover .tribe-events-c-events-bar__filter-button-text{color:#fff!important}.tribe-events-c-events-bar__filter-button:hover .tribe-events-c-events-bar__filter-button-icon path{fill:#fff!important}.tribe-events-pro-photo__event{transform:translateY(0);transition:all .3s ease-in-out}.tribe-events-pro-photo__event:hover{transform:translateY(-3px)}}.tribe-events-ajax-loading{display:none;height:0;opacity:0}.tribe-events-page-template.single{background-color:#fff}@media screen and (max-width:390px){.tribe-events-single{margin-bottom:48px;margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single{margin-bottom:calc(36.11429px + 3.04762vw);margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single{margin-bottom:calc(38.85714px + 2.85714vw);margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.tribe-events-single{margin-bottom:112px;margin-top:112px}}.tribe-events-single__content h1,.tribe-events-single__content h2,.tribe-events-single__content h3,.tribe-events-single__content h4,.tribe-events-single__content h5,.tribe-events-single__content h6{color:#e31933}@media screen and (max-width:390px){.tribe-events-single__content h1+h1,.tribe-events-single__content h1+h2,.tribe-events-single__content h1+h3,.tribe-events-single__content h1+h4,.tribe-events-single__content h1+h5,.tribe-events-single__content h1+h6,.tribe-events-single__content h2+h1,.tribe-events-single__content h2+h2,.tribe-events-single__content h2+h3,.tribe-events-single__content h2+h4,.tribe-events-single__content h2+h5,.tribe-events-single__content h2+h6,.tribe-events-single__content h3+h1,.tribe-events-single__content h3+h2,.tribe-events-single__content h3+h3,.tribe-events-single__content h3+h4,.tribe-events-single__content h3+h5,.tribe-events-single__content h3+h6,.tribe-events-single__content h4+h1,.tribe-events-single__content h4+h2,.tribe-events-single__content h4+h3,.tribe-events-single__content h4+h4,.tribe-events-single__content h4+h5,.tribe-events-single__content h4+h6,.tribe-events-single__content h5+h1,.tribe-events-single__content h5+h2,.tribe-events-single__content h5+h3,.tribe-events-single__content h5+h4,.tribe-events-single__content h5+h5,.tribe-events-single__content h5+h6,.tribe-events-single__content h6+h1,.tribe-events-single__content h6+h2,.tribe-events-single__content h6+h3,.tribe-events-single__content h6+h4,.tribe-events-single__content h6+h5,.tribe-events-single__content h6+h6,.tribe-events-single__content p+h1,.tribe-events-single__content p+h2,.tribe-events-single__content p+h3,.tribe-events-single__content p+h4,.tribe-events-single__content p+h5,.tribe-events-single__content p+h6,.tribe-events-single__content ul+h1,.tribe-events-single__content ul+h2,.tribe-events-single__content ul+h3,.tribe-events-single__content ul+h4,.tribe-events-single__content ul+h5,.tribe-events-single__content ul+h6{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single__content h1+h1,.tribe-events-single__content h1+h2,.tribe-events-single__content h1+h3,.tribe-events-single__content h1+h4,.tribe-events-single__content h1+h5,.tribe-events-single__content h1+h6,.tribe-events-single__content h2+h1,.tribe-events-single__content h2+h2,.tribe-events-single__content h2+h3,.tribe-events-single__content h2+h4,.tribe-events-single__content h2+h5,.tribe-events-single__content h2+h6,.tribe-events-single__content h3+h1,.tribe-events-single__content h3+h2,.tribe-events-single__content h3+h3,.tribe-events-single__content h3+h4,.tribe-events-single__content h3+h5,.tribe-events-single__content h3+h6,.tribe-events-single__content h4+h1,.tribe-events-single__content h4+h2,.tribe-events-single__content h4+h3,.tribe-events-single__content h4+h4,.tribe-events-single__content h4+h5,.tribe-events-single__content h4+h6,.tribe-events-single__content h5+h1,.tribe-events-single__content h5+h2,.tribe-events-single__content h5+h3,.tribe-events-single__content h5+h4,.tribe-events-single__content h5+h5,.tribe-events-single__content h5+h6,.tribe-events-single__content h6+h1,.tribe-events-single__content h6+h2,.tribe-events-single__content h6+h3,.tribe-events-single__content h6+h4,.tribe-events-single__content h6+h5,.tribe-events-single__content h6+h6,.tribe-events-single__content p+h1,.tribe-events-single__content p+h2,.tribe-events-single__content p+h3,.tribe-events-single__content p+h4,.tribe-events-single__content p+h5,.tribe-events-single__content p+h6,.tribe-events-single__content ul+h1,.tribe-events-single__content ul+h2,.tribe-events-single__content ul+h3,.tribe-events-single__content ul+h4,.tribe-events-single__content ul+h5,.tribe-events-single__content ul+h6{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single__content h1+h1,.tribe-events-single__content h1+h2,.tribe-events-single__content h1+h3,.tribe-events-single__content h1+h4,.tribe-events-single__content h1+h5,.tribe-events-single__content h1+h6,.tribe-events-single__content h2+h1,.tribe-events-single__content h2+h2,.tribe-events-single__content h2+h3,.tribe-events-single__content h2+h4,.tribe-events-single__content h2+h5,.tribe-events-single__content h2+h6,.tribe-events-single__content h3+h1,.tribe-events-single__content h3+h2,.tribe-events-single__content h3+h3,.tribe-events-single__content h3+h4,.tribe-events-single__content h3+h5,.tribe-events-single__content h3+h6,.tribe-events-single__content h4+h1,.tribe-events-single__content h4+h2,.tribe-events-single__content h4+h3,.tribe-events-single__content h4+h4,.tribe-events-single__content h4+h5,.tribe-events-single__content h4+h6,.tribe-events-single__content h5+h1,.tribe-events-single__content h5+h2,.tribe-events-single__content h5+h3,.tribe-events-single__content h5+h4,.tribe-events-single__content h5+h5,.tribe-events-single__content h5+h6,.tribe-events-single__content h6+h1,.tribe-events-single__content h6+h2,.tribe-events-single__content h6+h3,.tribe-events-single__content h6+h4,.tribe-events-single__content h6+h5,.tribe-events-single__content h6+h6,.tribe-events-single__content p+h1,.tribe-events-single__content p+h2,.tribe-events-single__content p+h3,.tribe-events-single__content p+h4,.tribe-events-single__content p+h5,.tribe-events-single__content p+h6,.tribe-events-single__content ul+h1,.tribe-events-single__content ul+h2,.tribe-events-single__content ul+h3,.tribe-events-single__content ul+h4,.tribe-events-single__content ul+h5,.tribe-events-single__content ul+h6{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.tribe-events-single__content h1+h1,.tribe-events-single__content h1+h2,.tribe-events-single__content h1+h3,.tribe-events-single__content h1+h4,.tribe-events-single__content h1+h5,.tribe-events-single__content h1+h6,.tribe-events-single__content h2+h1,.tribe-events-single__content h2+h2,.tribe-events-single__content h2+h3,.tribe-events-single__content h2+h4,.tribe-events-single__content h2+h5,.tribe-events-single__content h2+h6,.tribe-events-single__content h3+h1,.tribe-events-single__content h3+h2,.tribe-events-single__content h3+h3,.tribe-events-single__content h3+h4,.tribe-events-single__content h3+h5,.tribe-events-single__content h3+h6,.tribe-events-single__content h4+h1,.tribe-events-single__content h4+h2,.tribe-events-single__content h4+h3,.tribe-events-single__content h4+h4,.tribe-events-single__content h4+h5,.tribe-events-single__content h4+h6,.tribe-events-single__content h5+h1,.tribe-events-single__content h5+h2,.tribe-events-single__content h5+h3,.tribe-events-single__content h5+h4,.tribe-events-single__content h5+h5,.tribe-events-single__content h5+h6,.tribe-events-single__content h6+h1,.tribe-events-single__content h6+h2,.tribe-events-single__content h6+h3,.tribe-events-single__content h6+h4,.tribe-events-single__content h6+h5,.tribe-events-single__content h6+h6,.tribe-events-single__content p+h1,.tribe-events-single__content p+h2,.tribe-events-single__content p+h3,.tribe-events-single__content p+h4,.tribe-events-single__content p+h5,.tribe-events-single__content p+h6,.tribe-events-single__content ul+h1,.tribe-events-single__content ul+h2,.tribe-events-single__content ul+h3,.tribe-events-single__content ul+h4,.tribe-events-single__content ul+h5,.tribe-events-single__content ul+h6{margin-top:40px}}@media screen and (max-width:390px){.tribe-events-single__content h1+p,.tribe-events-single__content h2+p,.tribe-events-single__content h3+p,.tribe-events-single__content h4+p,.tribe-events-single__content h5+p,.tribe-events-single__content h6+p,.tribe-events-single__content p+p,.tribe-events-single__content ul+p{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single__content h1+p,.tribe-events-single__content h2+p,.tribe-events-single__content h3+p,.tribe-events-single__content h4+p,.tribe-events-single__content h5+p,.tribe-events-single__content h6+p,.tribe-events-single__content p+p,.tribe-events-single__content ul+p{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single__content h1+p,.tribe-events-single__content h2+p,.tribe-events-single__content h3+p,.tribe-events-single__content h4+p,.tribe-events-single__content h5+p,.tribe-events-single__content h6+p,.tribe-events-single__content p+p,.tribe-events-single__content ul+p{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.tribe-events-single__content h1+p,.tribe-events-single__content h2+p,.tribe-events-single__content h3+p,.tribe-events-single__content h4+p,.tribe-events-single__content h5+p,.tribe-events-single__content h6+p,.tribe-events-single__content p+p,.tribe-events-single__content ul+p{margin-top:16px}}@media screen and (max-width:390px){.tribe-events-single__content ol,.tribe-events-single__content ul{padding-left:24px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single__content ol,.tribe-events-single__content ul{padding-left:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single__content ol,.tribe-events-single__content ul{padding-left:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.tribe-events-single__content ol,.tribe-events-single__content ul{padding-left:40px}}.tribe-events-single__content li{padding-left:0}.tribe-events-single__content--subheading{font-family:Defused OT,sans-serif}@media screen and (max-width:390px){.tribe-events-single__wrap--map{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single__wrap--map{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single__wrap--map{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.tribe-events-single__wrap--map{margin-top:40px}}.tribe-events-single__wrap--socials{display:flex;gap:8px}@media(min-width:390px)and (max-width:1440px){.tribe-events-single__wrap--socials{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-single__wrap--socials{gap:8px}}@media(min-width:2560px){.tribe-events-single__wrap--socials{gap:8px}}.tribe-events-single__socials{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:390px){.tribe-events-single__socials{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single__socials{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single__socials{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.tribe-events-single__socials{margin-top:56px}}.tribe-events-single__socials div[style="clear: both;"]{display:none}.tribe-events-single .tribe-events-c-subscribe-dropdown__button{background-color:#fff!important;border:2px solid #e31933!important;color:#2e2e2d!important;font-family:Defused OT,sans-serif!important;font-weight:400!important;width:-moz-fit-content;width:fit-content}@media screen and (max-width:390px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-bottom:calc(14.51429px + .38095vw);padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-bottom:calc(14.85714px + .35714vw);padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-bottom:24px;padding-top:24px}}@media screen and (max-width:390px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{padding-left:40px;padding-right:40px}}.tribe-events-single .tribe-events-c-subscribe-dropdown__button{font-size:15px!important}@media(min-width:390px)and (max-width:1440px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{font-size:calc(14.62857px + .09524vw)!important}}@media(min-width:1440px)and (max-width:2560px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{font-size:calc(14.71429px + .08929vw)!important}}@media(min-width:2560px){.tribe-events-single .tribe-events-c-subscribe-dropdown__button{font-size:17px!important}}.tribe-events-single .tribe-events-c-subscribe-dropdown__button{transition:all .3s ease-in-out!important}.tribe-events-single__content+.tribe-events-single__wrap--socials{margin-top:0}@media screen and (min-width:1024px)and (max-width:390px){.tribe-events-single__wrap--content{padding-right:34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.tribe-events-single__wrap--content{padding-right:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.tribe-events-single__wrap--content{padding-right:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.tribe-events-single__wrap--content{padding-right:100px}}@media(hover:hover)and (pointer:fine){.tribe-events-c-subscribe-dropdown__button:hover{background-color:#e31933!important;color:#fff!important}.tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon{fill:#fff!important;color:#fff!important}}@media screen and (max-width:390px){.appeal-content{margin-bottom:48px;margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-content{margin-bottom:calc(36.11429px + 3.04762vw);margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-content{margin-bottom:calc(38.85714px + 2.85714vw);margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.appeal-content{margin-bottom:112px;margin-top:112px}}.appeal-content img{border-radius:14px;width:100%}@media(min-width:390px)and (max-width:1440px){.appeal-content img{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.appeal-content img{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.appeal-content img{border-radius:28px}}@media screen and (max-width:390px){.appeal-content blockquote+blockquote,.appeal-content blockquote+div:has(img),.appeal-content blockquote+h1,.appeal-content blockquote+h2,.appeal-content blockquote+h3,.appeal-content blockquote+h4,.appeal-content blockquote+h5,.appeal-content blockquote+h6,.appeal-content blockquote+p,.appeal-content div:has(img)+blockquote,.appeal-content div:has(img)+div:has(img),.appeal-content div:has(img)+h1,.appeal-content div:has(img)+h2,.appeal-content div:has(img)+h3,.appeal-content div:has(img)+h4,.appeal-content div:has(img)+h5,.appeal-content div:has(img)+h6,.appeal-content div:has(img)+p,.appeal-content ol+blockquote,.appeal-content ol+div:has(img),.appeal-content ol+h1,.appeal-content ol+h2,.appeal-content ol+h3,.appeal-content ol+h4,.appeal-content ol+h5,.appeal-content ol+h6,.appeal-content ol+p,.appeal-content p+blockquote,.appeal-content p+div:has(img),.appeal-content p+h1,.appeal-content p+h2,.appeal-content p+h3,.appeal-content p+h4,.appeal-content p+h5,.appeal-content p+h6,.appeal-content p+p,.appeal-content ul+blockquote,.appeal-content ul+div:has(img),.appeal-content ul+h1,.appeal-content ul+h2,.appeal-content ul+h3,.appeal-content ul+h4,.appeal-content ul+h5,.appeal-content ul+h6,.appeal-content ul+p{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-content blockquote+blockquote,.appeal-content blockquote+div:has(img),.appeal-content blockquote+h1,.appeal-content blockquote+h2,.appeal-content blockquote+h3,.appeal-content blockquote+h4,.appeal-content blockquote+h5,.appeal-content blockquote+h6,.appeal-content blockquote+p,.appeal-content div:has(img)+blockquote,.appeal-content div:has(img)+div:has(img),.appeal-content div:has(img)+h1,.appeal-content div:has(img)+h2,.appeal-content div:has(img)+h3,.appeal-content div:has(img)+h4,.appeal-content div:has(img)+h5,.appeal-content div:has(img)+h6,.appeal-content div:has(img)+p,.appeal-content ol+blockquote,.appeal-content ol+div:has(img),.appeal-content ol+h1,.appeal-content ol+h2,.appeal-content ol+h3,.appeal-content ol+h4,.appeal-content ol+h5,.appeal-content ol+h6,.appeal-content ol+p,.appeal-content p+blockquote,.appeal-content p+div:has(img),.appeal-content p+h1,.appeal-content p+h2,.appeal-content p+h3,.appeal-content p+h4,.appeal-content p+h5,.appeal-content p+h6,.appeal-content p+p,.appeal-content ul+blockquote,.appeal-content ul+div:has(img),.appeal-content ul+h1,.appeal-content ul+h2,.appeal-content ul+h3,.appeal-content ul+h4,.appeal-content ul+h5,.appeal-content ul+h6,.appeal-content ul+p{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-content blockquote+blockquote,.appeal-content blockquote+div:has(img),.appeal-content blockquote+h1,.appeal-content blockquote+h2,.appeal-content blockquote+h3,.appeal-content blockquote+h4,.appeal-content blockquote+h5,.appeal-content blockquote+h6,.appeal-content blockquote+p,.appeal-content div:has(img)+blockquote,.appeal-content div:has(img)+div:has(img),.appeal-content div:has(img)+h1,.appeal-content div:has(img)+h2,.appeal-content div:has(img)+h3,.appeal-content div:has(img)+h4,.appeal-content div:has(img)+h5,.appeal-content div:has(img)+h6,.appeal-content div:has(img)+p,.appeal-content ol+blockquote,.appeal-content ol+div:has(img),.appeal-content ol+h1,.appeal-content ol+h2,.appeal-content ol+h3,.appeal-content ol+h4,.appeal-content ol+h5,.appeal-content ol+h6,.appeal-content ol+p,.appeal-content p+blockquote,.appeal-content p+div:has(img),.appeal-content p+h1,.appeal-content p+h2,.appeal-content p+h3,.appeal-content p+h4,.appeal-content p+h5,.appeal-content p+h6,.appeal-content p+p,.appeal-content ul+blockquote,.appeal-content ul+div:has(img),.appeal-content ul+h1,.appeal-content ul+h2,.appeal-content ul+h3,.appeal-content ul+h4,.appeal-content ul+h5,.appeal-content ul+h6,.appeal-content ul+p{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.appeal-content blockquote+blockquote,.appeal-content blockquote+div:has(img),.appeal-content blockquote+h1,.appeal-content blockquote+h2,.appeal-content blockquote+h3,.appeal-content blockquote+h4,.appeal-content blockquote+h5,.appeal-content blockquote+h6,.appeal-content blockquote+p,.appeal-content div:has(img)+blockquote,.appeal-content div:has(img)+div:has(img),.appeal-content div:has(img)+h1,.appeal-content div:has(img)+h2,.appeal-content div:has(img)+h3,.appeal-content div:has(img)+h4,.appeal-content div:has(img)+h5,.appeal-content div:has(img)+h6,.appeal-content div:has(img)+p,.appeal-content ol+blockquote,.appeal-content ol+div:has(img),.appeal-content ol+h1,.appeal-content ol+h2,.appeal-content ol+h3,.appeal-content ol+h4,.appeal-content ol+h5,.appeal-content ol+h6,.appeal-content ol+p,.appeal-content p+blockquote,.appeal-content p+div:has(img),.appeal-content p+h1,.appeal-content p+h2,.appeal-content p+h3,.appeal-content p+h4,.appeal-content p+h5,.appeal-content p+h6,.appeal-content p+p,.appeal-content ul+blockquote,.appeal-content ul+div:has(img),.appeal-content ul+h1,.appeal-content ul+h2,.appeal-content ul+h3,.appeal-content ul+h4,.appeal-content ul+h5,.appeal-content ul+h6,.appeal-content ul+p{margin-top:56px}}@media screen and (max-width:390px){.appeal-content__wrap{padding-bottom:48px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-content__wrap{padding-bottom:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-content__wrap{padding-bottom:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.appeal-content__wrap{padding-bottom:112px}}@media screen and (max-width:390px){.appeal-content__wrap blockquote+blockquote+div+.wp-caption,.appeal-content__wrap blockquote+h1,.appeal-content__wrap blockquote+h2,.appeal-content__wrap blockquote+h3,.appeal-content__wrap blockquote+h4,.appeal-content__wrap blockquote+h5,.appeal-content__wrap blockquote+h6,.appeal-content__wrap blockquote+img,.appeal-content__wrap blockquote+p,.appeal-content__wrap img+blockquote+div+.wp-caption,.appeal-content__wrap img+h1,.appeal-content__wrap img+h2,.appeal-content__wrap img+h3,.appeal-content__wrap img+h4,.appeal-content__wrap img+h5,.appeal-content__wrap img+h6,.appeal-content__wrap img+img,.appeal-content__wrap img+p,.appeal-content__wrap p+blockquote+div+.wp-caption,.appeal-content__wrap p+h1,.appeal-content__wrap p+h2,.appeal-content__wrap p+h3,.appeal-content__wrap p+h4,.appeal-content__wrap p+h5,.appeal-content__wrap p+h6,.appeal-content__wrap p+img,.appeal-content__wrap p+p{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-content__wrap blockquote+blockquote+div+.wp-caption,.appeal-content__wrap blockquote+h1,.appeal-content__wrap blockquote+h2,.appeal-content__wrap blockquote+h3,.appeal-content__wrap blockquote+h4,.appeal-content__wrap blockquote+h5,.appeal-content__wrap blockquote+h6,.appeal-content__wrap blockquote+img,.appeal-content__wrap blockquote+p,.appeal-content__wrap img+blockquote+div+.wp-caption,.appeal-content__wrap img+h1,.appeal-content__wrap img+h2,.appeal-content__wrap img+h3,.appeal-content__wrap img+h4,.appeal-content__wrap img+h5,.appeal-content__wrap img+h6,.appeal-content__wrap img+img,.appeal-content__wrap img+p,.appeal-content__wrap p+blockquote+div+.wp-caption,.appeal-content__wrap p+h1,.appeal-content__wrap p+h2,.appeal-content__wrap p+h3,.appeal-content__wrap p+h4,.appeal-content__wrap p+h5,.appeal-content__wrap p+h6,.appeal-content__wrap p+img,.appeal-content__wrap p+p{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-content__wrap blockquote+blockquote+div+.wp-caption,.appeal-content__wrap blockquote+h1,.appeal-content__wrap blockquote+h2,.appeal-content__wrap blockquote+h3,.appeal-content__wrap blockquote+h4,.appeal-content__wrap blockquote+h5,.appeal-content__wrap blockquote+h6,.appeal-content__wrap blockquote+img,.appeal-content__wrap blockquote+p,.appeal-content__wrap img+blockquote+div+.wp-caption,.appeal-content__wrap img+h1,.appeal-content__wrap img+h2,.appeal-content__wrap img+h3,.appeal-content__wrap img+h4,.appeal-content__wrap img+h5,.appeal-content__wrap img+h6,.appeal-content__wrap img+img,.appeal-content__wrap img+p,.appeal-content__wrap p+blockquote+div+.wp-caption,.appeal-content__wrap p+h1,.appeal-content__wrap p+h2,.appeal-content__wrap p+h3,.appeal-content__wrap p+h4,.appeal-content__wrap p+h5,.appeal-content__wrap p+h6,.appeal-content__wrap p+img,.appeal-content__wrap p+p{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.appeal-content__wrap blockquote+blockquote+div+.wp-caption,.appeal-content__wrap blockquote+h1,.appeal-content__wrap blockquote+h2,.appeal-content__wrap blockquote+h3,.appeal-content__wrap blockquote+h4,.appeal-content__wrap blockquote+h5,.appeal-content__wrap blockquote+h6,.appeal-content__wrap blockquote+img,.appeal-content__wrap blockquote+p,.appeal-content__wrap img+blockquote+div+.wp-caption,.appeal-content__wrap img+h1,.appeal-content__wrap img+h2,.appeal-content__wrap img+h3,.appeal-content__wrap img+h4,.appeal-content__wrap img+h5,.appeal-content__wrap img+h6,.appeal-content__wrap img+img,.appeal-content__wrap img+p,.appeal-content__wrap p+blockquote+div+.wp-caption,.appeal-content__wrap p+h1,.appeal-content__wrap p+h2,.appeal-content__wrap p+h3,.appeal-content__wrap p+h4,.appeal-content__wrap p+h5,.appeal-content__wrap p+h6,.appeal-content__wrap p+img,.appeal-content__wrap p+p{margin-top:40px}}.appeal-content__wrap h1,.appeal-content__wrap h2,.appeal-content__wrap h3,.appeal-content__wrap h4,.appeal-content__wrap h5,.appeal-content__wrap h6{color:#e31933}@media screen and (max-width:390px){.appeal-content__wrap h1+blockquote+div+.wp-caption,.appeal-content__wrap h1+h1,.appeal-content__wrap h1+h2,.appeal-content__wrap h1+h3,.appeal-content__wrap h1+h4,.appeal-content__wrap h1+h5,.appeal-content__wrap h1+h6,.appeal-content__wrap h1+img,.appeal-content__wrap h1+p,.appeal-content__wrap h2+blockquote+div+.wp-caption,.appeal-content__wrap h2+h1,.appeal-content__wrap h2+h2,.appeal-content__wrap h2+h3,.appeal-content__wrap h2+h4,.appeal-content__wrap h2+h5,.appeal-content__wrap h2+h6,.appeal-content__wrap h2+img,.appeal-content__wrap h2+p,.appeal-content__wrap h3+blockquote+div+.wp-caption,.appeal-content__wrap h3+h1,.appeal-content__wrap h3+h2,.appeal-content__wrap h3+h3,.appeal-content__wrap h3+h4,.appeal-content__wrap h3+h5,.appeal-content__wrap h3+h6,.appeal-content__wrap h3+img,.appeal-content__wrap h3+p,.appeal-content__wrap h4+blockquote+div+.wp-caption,.appeal-content__wrap h4+h1,.appeal-content__wrap h4+h2,.appeal-content__wrap h4+h3,.appeal-content__wrap h4+h4,.appeal-content__wrap h4+h5,.appeal-content__wrap h4+h6,.appeal-content__wrap h4+img,.appeal-content__wrap h4+p,.appeal-content__wrap h5+blockquote+div+.wp-caption,.appeal-content__wrap h5+h1,.appeal-content__wrap h5+h2,.appeal-content__wrap h5+h3,.appeal-content__wrap h5+h4,.appeal-content__wrap h5+h5,.appeal-content__wrap h5+h6,.appeal-content__wrap h5+img,.appeal-content__wrap h5+p,.appeal-content__wrap h6+blockquote+div+.wp-caption,.appeal-content__wrap h6+h1,.appeal-content__wrap h6+h2,.appeal-content__wrap h6+h3,.appeal-content__wrap h6+h4,.appeal-content__wrap h6+h5,.appeal-content__wrap h6+h6,.appeal-content__wrap h6+img,.appeal-content__wrap h6+p{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-content__wrap h1+blockquote+div+.wp-caption,.appeal-content__wrap h1+h1,.appeal-content__wrap h1+h2,.appeal-content__wrap h1+h3,.appeal-content__wrap h1+h4,.appeal-content__wrap h1+h5,.appeal-content__wrap h1+h6,.appeal-content__wrap h1+img,.appeal-content__wrap h1+p,.appeal-content__wrap h2+blockquote+div+.wp-caption,.appeal-content__wrap h2+h1,.appeal-content__wrap h2+h2,.appeal-content__wrap h2+h3,.appeal-content__wrap h2+h4,.appeal-content__wrap h2+h5,.appeal-content__wrap h2+h6,.appeal-content__wrap h2+img,.appeal-content__wrap h2+p,.appeal-content__wrap h3+blockquote+div+.wp-caption,.appeal-content__wrap h3+h1,.appeal-content__wrap h3+h2,.appeal-content__wrap h3+h3,.appeal-content__wrap h3+h4,.appeal-content__wrap h3+h5,.appeal-content__wrap h3+h6,.appeal-content__wrap h3+img,.appeal-content__wrap h3+p,.appeal-content__wrap h4+blockquote+div+.wp-caption,.appeal-content__wrap h4+h1,.appeal-content__wrap h4+h2,.appeal-content__wrap h4+h3,.appeal-content__wrap h4+h4,.appeal-content__wrap h4+h5,.appeal-content__wrap h4+h6,.appeal-content__wrap h4+img,.appeal-content__wrap h4+p,.appeal-content__wrap h5+blockquote+div+.wp-caption,.appeal-content__wrap h5+h1,.appeal-content__wrap h5+h2,.appeal-content__wrap h5+h3,.appeal-content__wrap h5+h4,.appeal-content__wrap h5+h5,.appeal-content__wrap h5+h6,.appeal-content__wrap h5+img,.appeal-content__wrap h5+p,.appeal-content__wrap h6+blockquote+div+.wp-caption,.appeal-content__wrap h6+h1,.appeal-content__wrap h6+h2,.appeal-content__wrap h6+h3,.appeal-content__wrap h6+h4,.appeal-content__wrap h6+h5,.appeal-content__wrap h6+h6,.appeal-content__wrap h6+img,.appeal-content__wrap h6+p{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-content__wrap h1+blockquote+div+.wp-caption,.appeal-content__wrap h1+h1,.appeal-content__wrap h1+h2,.appeal-content__wrap h1+h3,.appeal-content__wrap h1+h4,.appeal-content__wrap h1+h5,.appeal-content__wrap h1+h6,.appeal-content__wrap h1+img,.appeal-content__wrap h1+p,.appeal-content__wrap h2+blockquote+div+.wp-caption,.appeal-content__wrap h2+h1,.appeal-content__wrap h2+h2,.appeal-content__wrap h2+h3,.appeal-content__wrap h2+h4,.appeal-content__wrap h2+h5,.appeal-content__wrap h2+h6,.appeal-content__wrap h2+img,.appeal-content__wrap h2+p,.appeal-content__wrap h3+blockquote+div+.wp-caption,.appeal-content__wrap h3+h1,.appeal-content__wrap h3+h2,.appeal-content__wrap h3+h3,.appeal-content__wrap h3+h4,.appeal-content__wrap h3+h5,.appeal-content__wrap h3+h6,.appeal-content__wrap h3+img,.appeal-content__wrap h3+p,.appeal-content__wrap h4+blockquote+div+.wp-caption,.appeal-content__wrap h4+h1,.appeal-content__wrap h4+h2,.appeal-content__wrap h4+h3,.appeal-content__wrap h4+h4,.appeal-content__wrap h4+h5,.appeal-content__wrap h4+h6,.appeal-content__wrap h4+img,.appeal-content__wrap h4+p,.appeal-content__wrap h5+blockquote+div+.wp-caption,.appeal-content__wrap h5+h1,.appeal-content__wrap h5+h2,.appeal-content__wrap h5+h3,.appeal-content__wrap h5+h4,.appeal-content__wrap h5+h5,.appeal-content__wrap h5+h6,.appeal-content__wrap h5+img,.appeal-content__wrap h5+p,.appeal-content__wrap h6+blockquote+div+.wp-caption,.appeal-content__wrap h6+h1,.appeal-content__wrap h6+h2,.appeal-content__wrap h6+h3,.appeal-content__wrap h6+h4,.appeal-content__wrap h6+h5,.appeal-content__wrap h6+h6,.appeal-content__wrap h6+img,.appeal-content__wrap h6+p{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.appeal-content__wrap h1+blockquote+div+.wp-caption,.appeal-content__wrap h1+h1,.appeal-content__wrap h1+h2,.appeal-content__wrap h1+h3,.appeal-content__wrap h1+h4,.appeal-content__wrap h1+h5,.appeal-content__wrap h1+h6,.appeal-content__wrap h1+img,.appeal-content__wrap h1+p,.appeal-content__wrap h2+blockquote+div+.wp-caption,.appeal-content__wrap h2+h1,.appeal-content__wrap h2+h2,.appeal-content__wrap h2+h3,.appeal-content__wrap h2+h4,.appeal-content__wrap h2+h5,.appeal-content__wrap h2+h6,.appeal-content__wrap h2+img,.appeal-content__wrap h2+p,.appeal-content__wrap h3+blockquote+div+.wp-caption,.appeal-content__wrap h3+h1,.appeal-content__wrap h3+h2,.appeal-content__wrap h3+h3,.appeal-content__wrap h3+h4,.appeal-content__wrap h3+h5,.appeal-content__wrap h3+h6,.appeal-content__wrap h3+img,.appeal-content__wrap h3+p,.appeal-content__wrap h4+blockquote+div+.wp-caption,.appeal-content__wrap h4+h1,.appeal-content__wrap h4+h2,.appeal-content__wrap h4+h3,.appeal-content__wrap h4+h4,.appeal-content__wrap h4+h5,.appeal-content__wrap h4+h6,.appeal-content__wrap h4+img,.appeal-content__wrap h4+p,.appeal-content__wrap h5+blockquote+div+.wp-caption,.appeal-content__wrap h5+h1,.appeal-content__wrap h5+h2,.appeal-content__wrap h5+h3,.appeal-content__wrap h5+h4,.appeal-content__wrap h5+h5,.appeal-content__wrap h5+h6,.appeal-content__wrap h5+img,.appeal-content__wrap h5+p,.appeal-content__wrap h6+blockquote+div+.wp-caption,.appeal-content__wrap h6+h1,.appeal-content__wrap h6+h2,.appeal-content__wrap h6+h3,.appeal-content__wrap h6+h4,.appeal-content__wrap h6+h5,.appeal-content__wrap h6+h6,.appeal-content__wrap h6+img,.appeal-content__wrap h6+p{margin-top:40px}}@media screen and (max-width:390px){.appeal-content .wp-caption-text{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-content .wp-caption-text{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-content .wp-caption-text{margin-top:8px}}@media(min-width:2560px){.appeal-content .wp-caption-text{margin-top:8px}}.appeal-content blockquote{color:#a25706}.appeal-content iframe{aspect-ratio:560/315;height:auto;width:100%}@media screen and (max-width:390px){.appeal-content+.block{margin-bottom:48px;margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-content+.block{margin-bottom:calc(36.11429px + 3.04762vw);margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-content+.block{margin-bottom:calc(38.85714px + 2.85714vw);margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.appeal-content+.block{margin-bottom:112px;margin-top:112px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-content{padding-left:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-content{padding-left:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-content{padding-left:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-content{padding-left:104px}}@media screen and (min-width:1024px){.appeal-content{width:390px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-content{width:calc(208px + 46.66667vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-content{width:calc(-.71429px + 61.16071vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-content{width:1565px}}@media screen and (min-width:1024px){.appeal-content__container{padding-right:0}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-content__container{padding-left:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-content__container{padding-left:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-content__container{padding-left:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-content__container{padding-left:32px}}@media(hover:hover)and (pointer:fine){.appeal-content__link:hover{color:#e31933;text-decoration-color:transparent}.appeal-content__share{flex-flow:row wrap}.appeal-content__social:hover{background-color:#e31933}.appeal-content__social:hover .appeal-content__svg--social{color:#fff}.appeal-content__social:hover .a2a_svg{opacity:1!important}.appeal-content__social:hover .a2a_svg svg path{fill:#fff!important}}.appeal-hero{position:relative}@media screen and (max-width:390px){.appeal-hero__col--content{padding-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__col--content{padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__col--content{padding-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.appeal-hero__col--content{padding-top:40px}}@media screen and (max-width:390px){.appeal-hero__col--content{margin-bottom:12px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__col--content{margin-bottom:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__col--content{margin-bottom:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.appeal-hero__col--content{margin-bottom:20px}}@media screen and (max-width:390px){.appeal-hero__col--media{margin-top:34px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__col--media{margin-top:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__col--media{margin-top:calc(54.28571px + 1.78571vw)}}@media(min-width:2560px){.appeal-hero__col--media{margin-top:100px}}.appeal-hero__wrap--content{display:flex;flex-direction:column}.appeal-hero__wrap--completed{display:none}@media screen and (max-width:390px){.appeal-hero__wrap--completed{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__wrap--completed{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__wrap--completed{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.appeal-hero__wrap--completed{margin-top:40px}}.appeal-hero__wrap .appeal-hero__wrap--widget{margin-top:0}.appeal-hero__wrap--categories{display:flex;gap:4px}@media(min-width:390px)and (max-width:1440px){.appeal-hero__wrap--categories{gap:4px}}@media(min-width:1440px){.appeal-hero__wrap--categories{gap:4px}}@media screen and (max-width:390px){.appeal-hero__wrap--categories+.appeal-hero__heading{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__wrap--categories+.appeal-hero__heading{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__wrap--categories+.appeal-hero__heading{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.appeal-hero__wrap--categories+.appeal-hero__heading{margin-top:16px}}.appeal-hero__wrap--socials{display:flex;gap:8px}@media(min-width:390px)and (max-width:1440px){.appeal-hero__wrap--socials{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.appeal-hero__wrap--socials{gap:8px}}@media(min-width:2560px){.appeal-hero__wrap--socials{gap:8px}}.appeal-hero__image{aspect-ratio:764/645;-webkit-mask-image:url(../dist/vectors/quote-shape.svg);mask-image:url(../dist/vectors/quote-shape.svg);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;z-index:2}.appeal-hero__content--category{border:1px solid #f9b771;color:#a25706}@media screen and (max-width:390px){.appeal-hero__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__content--category{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.appeal-hero__content--category{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.appeal-hero__content--category{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__content--category{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.appeal-hero__content--category{padding-bottom:4px;padding-top:4px}}.appeal-hero__content--category{border-radius:999px}@media(min-width:390px){.appeal-hero__content--category{border-radius:999px}}.appeal-hero__content--completed{background-color:#cac7c2;display:inline-block;font-weight:400;letter-spacing:.72px;line-height:1.3;text-transform:uppercase}@media screen and (max-width:390px){.appeal-hero__content--completed{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__content--completed{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__content--completed{padding-bottom:8px;padding-top:8px}}@media(min-width:2560px){.appeal-hero__content--completed{padding-bottom:8px;padding-top:8px}}@media screen and (max-width:390px){.appeal-hero__content--completed{padding-left:10px;padding-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__content--completed{padding-left:calc(9.25714px + .19048vw);padding-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__content--completed{padding-left:calc(6.85714px + .35714vw);padding-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.appeal-hero__content--completed{padding-left:16px;padding-right:16px}}.appeal-hero__content--completed{border-radius:8px}@media(min-width:390px){.appeal-hero__content--completed{border-radius:8px}}.appeal-hero__content--completed{font-size:12px}@media(min-width:390px)and (max-width:2560px){.appeal-hero__content--completed{font-size:calc(11.64055px + .09217vw)}}@media(min-width:2560px){.appeal-hero__content--completed{font-size:14px}}.appeal-hero__content--share{font-size:18px;line-height:1.3}@media(min-width:390px)and (max-width:1440px){.appeal-hero__content--share{font-size:calc(17.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.appeal-hero__content--share{font-size:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.appeal-hero__content--share{font-size:24px}}.appeal-hero__share{display:flex;justify-content:space-between}@media screen and (max-width:390px){.appeal-hero__share{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__share{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__share{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.appeal-hero__share{margin-top:40px}}.appeal-hero__share{gap:16px}@media(min-width:390px)and (max-width:1440px){.appeal-hero__share{gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.appeal-hero__share{gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.appeal-hero__share{gap:32px}}.appeal-hero__social{align-items:center;aspect-ratio:1;background-color:#f6f3ee;display:flex;justify-content:center;transition:all .3s ease-in-out!important}@media screen and (max-width:390px){.appeal-hero__social{padding:10px!important}}@media screen and (min-width:390px)and (max-width:1440px){.appeal-hero__social{padding:calc(9.25714px + .19048vw)!important}}@media screen and (min-width:1440px)and (max-width:2560px){.appeal-hero__social{padding:calc(6.85714px + .35714vw)!important}}@media(min-width:2560px){.appeal-hero__social{padding:16px!important}}.appeal-hero__social{border-radius:999px}@media(min-width:390px){.appeal-hero__social{border-radius:999px}}.appeal-hero__social svg{height:20px!important}@media(min-width:390px)and (max-width:1440px){.appeal-hero__social svg{height:calc(18.51429px + .38095vw)!important}}@media(min-width:1440px){.appeal-hero__social svg{height:24px!important}}.appeal-hero__social svg{width:20px!important}@media(min-width:390px)and (max-width:1440px){.appeal-hero__social svg{width:calc(18.51429px + .38095vw)!important}}@media(min-width:1440px){.appeal-hero__social svg{width:24px!important}}.appeal-hero__social .a2a_svg{height:auto!important;margin-right:0!important;width:auto!important}.appeal-hero__social .a2a_svg svg path{fill:#e31933!important}.appeal-hero__svg--squiggle{display:none}.appeal-hero.completed-appeal .appeal-hero__wrap--completed{display:inline-block}.appeal-hero.completed-appeal .donation-widget-appeal__fieldset,.appeal-hero.completed-appeal .donation-widget-appeal__submit{display:none}.appeal-hero.completed-appeal .donation-widget-appeal__progress-bar{margin-bottom:0}@media screen and (min-width:1024px)and (max-width:390px){.appeal-hero{padding-top:24px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero{padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero{padding-top:calc(21.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero{padding-top:40px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-hero{padding-bottom:48px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero{padding-bottom:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero{padding-bottom:calc(53.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero{padding-bottom:72px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-hero{padding-left:15px;padding-right:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero{padding-left:104px;padding-right:104px}}@media screen and (min-width:1024px){.appeal-hero+.appeal-content{margin-top:0}.appeal-hero__container{padding:0}.appeal-hero__col--media{margin-top:0;order:-1}.appeal-hero__figure{position:relative}.appeal-hero__figure:after{background-color:#f9b771;content:"";height:100%;-webkit-mask-image:url(../dist/vectors/quote-shape.svg);mask-image:url(../dist/vectors/quote-shape.svg);position:absolute;right:-8px;top:8px;width:100%;z-index:1}.appeal-hero__wrap--widget{order:5}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-hero__content--intro{padding-top:24px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero__content--intro{padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero__content--intro{padding-top:calc(21.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero__content--intro{padding-top:40px}}@media screen and (min-width:1024px){.appeal-hero__row .appeal-hero__col--content{padding:0}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-hero__row .appeal-hero__col--content{padding-left:34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero__row .appeal-hero__col--content{padding-left:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero__row .appeal-hero__col--content{padding-left:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero__row .appeal-hero__col--content{padding-left:100px}}@media screen and (min-width:1024px)and (max-width:390px){.appeal-hero__share{margin-top:32px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero__share{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero__share{margin-top:calc(37.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero__share{margin-top:56px}}@media screen and (min-width:1024px){.appeal-hero__svg--squiggle{display:block;left:0;position:absolute;top:60px;z-index:3}.appeal-hero--fixed .appeal-hero__col--content{margin-bottom:0;margin-left:300px;position:fixed;right:15px;top:30px;z-index:-1}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero--fixed .appeal-hero__col--content{right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero--fixed .appeal-hero__col--content{right:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero--fixed .appeal-hero__col--content{right:104px}}@media screen and (min-width:1024px){.appeal-hero--fixed .appeal-hero__wrap--content{padding-left:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero--fixed .appeal-hero__wrap--content{padding-left:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero--fixed .appeal-hero__wrap--content{padding-left:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero--fixed .appeal-hero__wrap--content{padding-left:104px}}@media screen and (min-width:1024px){.appeal-hero--fixed .appeal-hero__share{padding-left:15px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.appeal-hero--fixed .appeal-hero__share{padding-left:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.appeal-hero--fixed .appeal-hero__share{padding-left:calc(-1.14286px + 4.10714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.appeal-hero--fixed .appeal-hero__share{padding-left:104px}}@media(hover:hover)and (pointer:fine){.appeal-hero__social:hover{background-color:#e31933}.appeal-hero__social:hover .appeal-hero__svg--social{color:#fff}.appeal-hero__social:hover .a2a_svg{opacity:1!important}.appeal-hero__social:hover .a2a_svg svg path{fill:#fff!important}}.breadcrumbs{background-color:#fff;border-top:1px solid #f6f3ee;font-size:0;margin:0;max-width:100%}@media screen and (max-width:390px){.breadcrumbs{padding-bottom:10px;padding-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.breadcrumbs{padding-bottom:calc(9.25714px + .19048vw);padding-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.breadcrumbs{padding-bottom:calc(6.85714px + .35714vw);padding-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.breadcrumbs{padding-bottom:16px;padding-top:16px}}@media screen and (max-width:390px){.breadcrumbs{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.breadcrumbs{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.breadcrumbs{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.breadcrumbs{padding-left:104px;padding-right:104px}}.breadcrumbs__link{color:#2e2e2d;font-weight:400;-webkit-text-decoration:underline solid rgba(46,46,45,.64) auto;text-decoration:underline solid rgba(46,46,45,.64) auto;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:auto;text-underline-position:from-font;transition:all .3s ease-in-out}.breadcrumbs__link:hover{text-decoration-color:#e31933}.breadcrumbs__list{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.breadcrumbs__item{margin-right:10px}.breadcrumbs__item:first-child{margin-left:0}.breadcrumbs__item:last-child .breadcrumbs__link{color:rgba(46,46,45,.88);font-weight:300;text-decoration:none}.breadcrumbs__separator{background-color:#e31933;border-radius:50%;height:3px;margin-right:10px;vertical-align:middle;width:3px}.cta{max-width:100%}.cta,.cta__card{overflow:hidden}.cta__card{border-radius:20px}@media(min-width:390px)and (max-width:1440px){.cta__card{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.cta__card{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.cta__card{border-radius:36px}}.cta__card.bg--primary-1 .content,.cta__card.bg--primary-1 .heading,.cta__card.bg--primary-1 .preheading{color:#fff}.cta__wrap--squiggle{display:none}@media screen and (max-width:390px){.cta__outer{padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.cta__outer{padding-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cta__outer{padding-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.cta__outer{padding-top:72px}}@media screen and (max-width:390px){.cta__outer{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.cta__outer{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cta__outer{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.cta__outer{padding-left:32px;padding-right:32px}}.cta__figure{aspect-ratio:360/235;max-width:100%;min-height:100%}@media screen and (max-width:390px){.cta__figure{margin-top:34px}}@media screen and (min-width:390px)and (max-width:1440px){.cta__figure{margin-top:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cta__figure{margin-top:calc(54.28571px + 1.78571vw)}}@media(min-width:2560px){.cta__figure{margin-top:100px}}.cta__image{border-bottom-right-radius:10px;border-bottom-right-radius:20px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media(min-width:390px)and (max-width:1440px){.cta__image{border-bottom-right-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.cta__image{border-bottom-right-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.cta__image{border-bottom-right-radius:36px}}.cta__image{border-bottom-left-radius:20px}@media(min-width:390px)and (max-width:1440px){.cta__image{border-bottom-left-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.cta__image{border-bottom-left-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.cta__image{border-bottom-left-radius:36px}}@media screen and (max-width:390px){.cta--no-image .cta__outer{padding-bottom:48px;padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.cta--no-image .cta__outer{padding-bottom:calc(42.05714px + 1.52381vw);padding-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cta--no-image .cta__outer{padding-bottom:calc(53.71429px + .71429vw);padding-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.cta--no-image .cta__outer{padding-bottom:72px;padding-top:72px}}@media screen and (max-width:390px){.cta--no-image .cta__outer{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.cta--no-image .cta__outer{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cta--no-image .cta__outer{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.cta--no-image .cta__outer{padding-left:32px;padding-right:32px}}@media screen and (max-width:390px){.cta__heading+.cta__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.cta__heading+.cta__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cta__heading+.cta__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.cta__heading+.cta__content{margin-top:32px}}@media screen and (max-width:390px){.cta__content+.cta__wrap{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.cta__content+.cta__wrap{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.cta__content+.cta__wrap{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.cta__content+.cta__wrap{margin-top:40px}}@media screen and (min-width:1024px){.cta__image{border-bottom-left-radius:0;border-top-right-radius:20px;-webkit-mask-image:url(../dist/vectors/cta-mask--desktop.svg);mask-image:url(../dist/vectors/cta-mask--desktop.svg);position:absolute}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.cta__image{border-top-right-radius:calc(16.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.cta__image{border-top-right-radius:calc(22.28571px + .53571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.cta__image{border-top-right-radius:36px}}@media screen and (min-width:1024px){.cta__col--image,.cta__figure{margin-top:0;position:relative}.cta__figure{aspect-ratio:unset}.cta__wrap--squiggle{color:#f78e1e;display:block;height:80px;position:absolute;right:363px;top:-44px;transform:rotate(-25.955deg);width:365px;z-index:1}.cta__wrap--squiggle-one{bottom:-50px;height:220px;left:-30px;top:unset;transform:rotate(0deg);width:200px}.cta__svg{height:100%;width:100%}}@media screen and (min-width:1024px)and (max-width:390px){.cta__outer{padding-left:48px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.cta__outer{padding-left:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.cta__outer{padding-left:calc(53.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.cta__outer{padding-left:72px}}@media screen and (min-width:1024px)and (max-width:390px){.cta__outer{padding-bottom:80px;padding-top:80px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.cta__outer{padding-bottom:calc(65.14286px + 3.80952vw);padding-top:calc(65.14286px + 3.80952vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.cta__outer{padding-bottom:calc(89.14286px + 2.14286vw);padding-top:calc(89.14286px + 2.14286vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.cta__outer{padding-bottom:144px;padding-top:144px}}@media screen and (min-width:1024px)and (max-width:390px){.cta__outer{padding-right:34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.cta__outer{padding-right:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.cta__outer{padding-right:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.cta__outer{padding-right:100px}}@media screen and (min-width:1024px){.cta .bg--primary-1-lightest .cta__wrap--squiggle{color:#f18c99}}@media screen and (min-width:1024px)and (max-width:390px){.cta--no-image .cta__outer{padding-left:48px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.cta--no-image .cta__outer{padding-left:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.cta--no-image .cta__outer{padding-left:calc(53.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.cta--no-image .cta__outer{padding-left:72px}}@media screen and (min-width:1024px)and (max-width:390px){.cta--no-image .cta__outer{padding-bottom:80px;padding-top:80px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.cta--no-image .cta__outer{padding-bottom:calc(65.14286px + 3.80952vw);padding-top:calc(65.14286px + 3.80952vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.cta--no-image .cta__outer{padding-bottom:calc(89.14286px + 2.14286vw);padding-top:calc(89.14286px + 2.14286vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.cta--no-image .cta__outer{padding-bottom:144px;padding-top:144px}}@media screen and (min-width:1024px){.cta--no-image .cta__wrap--squiggle-one{bottom:0}}.contact-hero{margin:0;overflow:hidden;padding-bottom:0!important}@media screen and (max-width:390px){.contact-hero{padding-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero{padding-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero{padding-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.contact-hero{padding-top:112px}}@media screen and (max-width:390px){.contact-hero__container--bottom{padding-bottom:64px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__container--bottom{padding-bottom:calc(43.2px + 5.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__container--bottom{padding-bottom:calc(48px + 5vw)}}@media(min-width:2560px){.contact-hero__container--bottom{padding-bottom:176px}}.contact-hero__wrap--content{max-width:390px;width:100%}@media(min-width:390px)and (max-width:1440px){.contact-hero__wrap--content{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.contact-hero__wrap--content{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.contact-hero__wrap--content{max-width:1366px}}@media screen and (max-width:390px){.contact-hero__wrap--contact{margin-top:40px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__wrap--contact{margin-top:calc(5.82857px + 8.7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__wrap--contact{margin-top:calc(88.28571px + 3.03571vw)}}@media(min-width:2560px){.contact-hero__wrap--contact{margin-top:166px}}.contact-hero__wrap--inner{background-color:#facd8e;display:flex;flex-direction:column;gap:16px}@media(min-width:390px)and (max-width:1440px){.contact-hero__wrap--inner{gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.contact-hero__wrap--inner{gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__wrap--inner{gap:32px}}.contact-hero__wrap--inner{border-radius:16px}@media(min-width:390px)and (max-width:1440px){.contact-hero__wrap--inner{border-radius:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.contact-hero__wrap--inner{border-radius:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__wrap--inner{border-radius:32px}}@media screen and (max-width:390px){.contact-hero__wrap--inner{padding-bottom:24px;padding-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__wrap--inner{padding-bottom:calc(21.02857px + .7619vw);padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__wrap--inner{padding-bottom:calc(21.71429px + .71429vw);padding-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__wrap--inner{padding-bottom:40px;padding-top:40px}}@media screen and (max-width:390px){.contact-hero__wrap--inner{padding-left:16px;padding-right:16px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__wrap--inner{padding-left:calc(13.02857px + .7619vw);padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__wrap--inner{padding-left:calc(13.71429px + .71429vw);padding-right:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__wrap--inner{padding-left:32px;padding-right:32px}}.contact-hero__wrap--address,.contact-hero__wrap--email,.contact-hero__wrap--phone{display:flex;gap:10px}@media(min-width:390px)and (max-width:1440px){.contact-hero__wrap--address,.contact-hero__wrap--email,.contact-hero__wrap--phone{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.contact-hero__wrap--address,.contact-hero__wrap--email,.contact-hero__wrap--phone{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.contact-hero__wrap--address,.contact-hero__wrap--email,.contact-hero__wrap--phone{gap:16px}}.contact-hero__wrap--address{align-items:flex-start}.contact-hero__content--address h1,.contact-hero__content--address h2,.contact-hero__content--address h3,.contact-hero__content--address h4,.contact-hero__content--address h5,.contact-hero__content--address h6{margin-top:0}@media screen and (max-width:390px){.contact-hero__heading--form{margin-bottom:18px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__heading--form{margin-bottom:calc(12.8px + 1.33333vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__heading--form{margin-bottom:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__heading--form{margin-bottom:40px}}@media screen and (max-width:390px){.contact-hero__heading--social{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__heading--social{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__heading--social{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__heading--social{margin-top:40px}}@media screen and (max-width:390px){.contact-hero__social-links{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__social-links{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__social-links{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__social-links{margin-top:32px}}.contact-hero__svg{color:#b66107;height:auto;width:20px}@media(min-width:390px)and (max-width:1440px){.contact-hero__svg{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.contact-hero__svg{width:24px}}.contact-hero__svg--mask{bottom:-16px;height:30px;position:relative;width:100%}@media screen and (max-width:390px){.contact-hero__container+.contact-hero__container{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__container+.contact-hero__container{margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__container+.contact-hero__container{margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.contact-hero__container+.contact-hero__container{margin-top:112px}}@media screen and (max-width:390px){.contact-hero__heading+.contact-hero__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.contact-hero__heading+.contact-hero__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.contact-hero__heading+.contact-hero__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.contact-hero__heading+.contact-hero__content{margin-top:32px}}@media screen and (min-width:768px){.contact-hero__wrap--contact{margin-top:0}}@media screen and (min-width:768px)and (max-width:390px){.contact-hero__wrap--contact{margin-left:40px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.contact-hero__wrap--contact{margin-left:calc(5.82857px + 8.7619vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.contact-hero__wrap--contact{margin-left:calc(88.28571px + 3.03571vw)}}@media screen and (min-width:768px)and (min-width:2560px){.contact-hero__wrap--contact{margin-left:166px}}@media screen and (min-width:768px){.contact-hero__svg--mask{bottom:-10px}}.donation-cta{max-width:100%}.donation-cta,.donation-cta__card{overflow:hidden}.donation-cta__card{border-radius:20px}@media(min-width:390px)and (max-width:1440px){.donation-cta__card{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.donation-cta__card{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.donation-cta__card{border-radius:36px}}.donation-cta__card.bg--primary-1 .content,.donation-cta__card.bg--primary-1 .heading,.donation-cta__card.bg--primary-1 .preheading{color:#fff}.donation-cta__wrap--squiggle{display:none}@media screen and (max-width:390px){.donation-cta__outer{padding:32px}}@media screen and (min-width:390px)and (max-width:1440px){.donation-cta__outer{padding:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.donation-cta__outer{padding:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.donation-cta__outer{padding:56px}}.donation-cta__figure{aspect-ratio:360/235;max-width:100%;min-height:100%}.donation-cta__image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media screen and (min-width:1024px){.donation-cta__image{border-bottom-left-radius:0;border-top-right-radius:20px;-webkit-mask-image:url(../dist/vectors/cta-mask--desktop.svg);mask-image:url(../dist/vectors/cta-mask--desktop.svg);position:absolute}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.donation-cta__image{border-top-right-radius:calc(16.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.donation-cta__image{border-top-right-radius:calc(22.28571px + .53571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.donation-cta__image{border-top-right-radius:36px}}@media screen and (min-width:1024px){.donation-cta__col--image,.donation-cta__figure{margin-top:0;position:relative}.donation-cta__figure{aspect-ratio:unset}}.embed-widget{text-align:center}@media screen and (max-width:390px){.embed-widget__wrap--code{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.embed-widget__wrap--code{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.embed-widget__wrap--code{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.embed-widget__wrap--code{margin-top:56px}}.embed-widget__wrap--content{margin:0 auto;max-width:390px}@media(min-width:390px)and (max-width:1440px){.embed-widget__wrap--content{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.embed-widget__wrap--content{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.embed-widget__wrap--content{max-width:1366px}}.embed-widget iframe{max-width:100%}.all-faqs,.faqs{text-align:center}.all-faqs__content,.all-faqs__heading,.all-faqs__preheading,.faqs__content,.faqs__heading,.faqs__preheading{margin-left:auto;margin-right:auto;max-width:390px}@media(min-width:390px)and (max-width:1440px){.all-faqs__content,.all-faqs__heading,.all-faqs__preheading,.faqs__content,.faqs__heading,.faqs__preheading{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.all-faqs__content,.all-faqs__heading,.all-faqs__preheading,.faqs__content,.faqs__heading,.faqs__preheading{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.all-faqs__content,.all-faqs__heading,.all-faqs__preheading,.faqs__content,.faqs__heading,.faqs__preheading{max-width:1366px}}@media screen and (max-width:390px){.all-faqs__content+.wrap,.all-faqs__heading+.wrap,.all-faqs__preheading+.wrap,.faqs__content+.wrap,.faqs__heading+.wrap,.faqs__preheading+.wrap{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.all-faqs__content+.wrap,.all-faqs__heading+.wrap,.all-faqs__preheading+.wrap,.faqs__content+.wrap,.faqs__heading+.wrap,.faqs__preheading+.wrap{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.all-faqs__content+.wrap,.all-faqs__heading+.wrap,.all-faqs__preheading+.wrap,.faqs__content+.wrap,.faqs__heading+.wrap,.faqs__preheading+.wrap{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.all-faqs__content+.wrap,.all-faqs__heading+.wrap,.all-faqs__preheading+.wrap,.faqs__content+.wrap,.faqs__heading+.wrap,.faqs__preheading+.wrap{margin-top:40px}}.all-faqs__items,.faqs__items{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:100%;position:relative;width:390px}@media(min-width:390px)and (max-width:1440px){.all-faqs__items,.faqs__items{width:calc(208px + 46.66667vw)}}@media(min-width:1440px)and (max-width:2560px){.all-faqs__items,.faqs__items{width:calc(-.71429px + 61.16071vw)}}@media(min-width:2560px){.all-faqs__items,.faqs__items{width:1565px}}.all-faqs .faqs__wrap--button,.faqs .faqs__wrap--button{align-items:center;display:flex;justify-content:center}@media screen and (max-width:390px){.all-faqs .faqs__wrap--button,.faqs .faqs__wrap--button{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.all-faqs .faqs__wrap--button,.faqs .faqs__wrap--button{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.all-faqs .faqs__wrap--button,.faqs .faqs__wrap--button{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.all-faqs .faqs__wrap--button,.faqs .faqs__wrap--button{margin-top:40px}}.featured-events{text-align:center}.featured-events__row--cards{width:100%}@media screen and (max-width:390px){.featured-events__row--cards{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-events__row--cards{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-events__row--cards{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.featured-events__row--cards{margin-top:56px}}@media screen and (max-width:390px){.featured-events__col--card{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-events__col--card{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-events__col--card{margin-top:calc(-.57143px + 1.42857vw)}}@media(min-width:2560px){.featured-events__col--card{margin-top:36px}}.featured-events__col--card:first-child{margin-top:0}.featured-events__col--button{display:flex;justify-content:center;order:1}@media screen and (max-width:390px){.featured-events__col--button{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-events__col--button{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-events__col--button{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.featured-events__col--button{margin-top:40px}}@media screen and (min-width:1024px){.featured-events__col--button{align-items:flex-end;display:flex;justify-content:flex-end;margin-top:0}.featured-events{text-align:left}.featured-events__row--cards{order:2}.featured-events__col--card:nth-child(2),.featured-events__col--card:nth-child(3){margin-top:0}}@media(hover:hover)and (pointer:fine){.featured-events__col--card{transform:translateY(0);transition:all .3s ease-in-out}.featured-events__col--card:hover{transform:translateY(-3px)}}@media screen and (max-width:390px){.featured-news__row--cards{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-news__row--cards{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-news__row--cards{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.featured-news__row--cards{margin-top:56px}}@media screen and (max-width:390px){.featured-news__col--card{margin-top:26px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-news__col--card{margin-top:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-news__col--card{margin-top:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.featured-news__col--card{margin-top:80px}}.featured-news__col--card:first-child{margin-top:0}.featured-news__col--button{order:2}@media screen and (max-width:390px){.featured-news__col--button{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-news__col--button{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-news__col--button{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.featured-news__col--button{margin-top:56px}}.featured-news__content{color:rgba(46,46,45,.88)}@media screen and (min-width:768px){.featured-news__col--card:first-child,.featured-news__col--card:nth-child(2){margin-top:0}.featured-news__row--cards{order:3}.featured-news__col--button{align-items:flex-end;display:flex;justify-content:flex-end;margin-top:0}}@media screen and (min-width:1024px){.featured-news__col--card{margin-top:0}}@media screen and (max-width:390px){.featured-appeals__row--cards{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-appeals__row--cards{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-appeals__row--cards{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.featured-appeals__row--cards{margin-top:56px}}.featured-appeals__col--text{margin-left:auto;margin-right:auto;max-width:390px}@media(min-width:390px)and (max-width:1440px){.featured-appeals__col--text{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.featured-appeals__col--text{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.featured-appeals__col--text{max-width:1366px}}@media screen and (max-width:390px){.featured-appeals__col--card{margin-top:5px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-appeals__col--card{margin-top:calc(3.14286px + .47619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-appeals__col--card{margin-top:calc(-.28571px + .71429vw)}}@media(min-width:2560px){.featured-appeals__col--card{margin-top:18px}}.featured-appeals__col--card:first-child{margin-top:0}.featured-appeals__col--button{display:flex;justify-content:center}@media screen and (max-width:390px){.featured-appeals__col--button{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.featured-appeals__col--button{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.featured-appeals__col--button{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.featured-appeals__col--button{margin-top:56px}}.featured-appeals__content{color:rgba(46,46,45,.88)}.featured-appeals--single{margin-bottom:0!important}@media screen and (min-width:768px){.featured-appeals--1 .featured-appeals__col--card{flex-basis:100%;max-width:100%}.featured-appeals--1 .appeal-card__figure{flex:0 0 300px;height:300px;width:300px}.featured-appeals--2 .featured-appeals__col--card{flex-basis:50%;max-width:50%}.featured-appeals--2 .appeal-card__figure{flex:0 0 160px;height:160px;width:160px}.featured-appeals__col--card:first-child,.featured-appeals__col--card:nth-child(2){margin-top:0}}@media screen and (min-width:1024px){.featured-appeals__col--card:first-child,.featured-appeals__col--card:nth-child(2),.featured-appeals__col--card:nth-child(3){margin-top:0}}.form{max-width:100%;overflow:hidden}.form__row{border-radius:20px}@media(min-width:390px)and (max-width:1440px){.form__row{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.form__row{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.form__row{border-radius:36px}}@media screen and (max-width:390px){.form__row{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.form__row{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.form__row{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.form__row{padding-bottom:56px;padding-top:56px}}@media screen and (max-width:390px){.form__row{padding-left:26px;padding-right:26px}}@media screen and (min-width:390px)and (max-width:1440px){.form__row{padding-left:calc(11.88571px + 3.61905vw);padding-right:calc(11.88571px + 3.61905vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.form__row{padding-left:calc(43.42857px + 1.42857vw);padding-right:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.form__row{padding-left:80px;padding-right:80px}}.form__col--media,.form__svg{display:none}@media screen and (max-width:390px){.form__wrap+.form__form{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.form__wrap+.form__form{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.form__wrap+.form__form{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.form__wrap+.form__form{margin-top:32px}}@media screen and (min-width:1024px){.form__row{align-items:center}}@media screen and (min-width:1024px)and (max-width:390px){.form__row{padding-left:48px;padding-right:48px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.form__row{padding-left:calc(42.05714px + 1.52381vw);padding-right:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.form__row{padding-left:calc(53.71429px + .71429vw);padding-right:calc(53.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.form__row{padding-left:72px;padding-right:72px}}@media screen and (min-width:1024px){.form__col--media{align-items:center;display:flex;justify-content:center;position:relative}}@media screen and (min-width:1024px)and (max-width:390px){.form__wrap--main{padding-right:40px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.form__wrap--main{padding-right:calc(5.82857px + 8.7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.form__wrap--main{padding-right:calc(88.28571px + 3.03571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.form__wrap--main{padding-right:166px}}@media screen and (min-width:1024px){.form__wrap--svg{position:relative;width:100%}.form__image{height:100%;-webkit-mask-image:url(../dist/vectors/form-mask.svg);mask-image:url(../dist/vectors/form-mask.svg);-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.form__figure{aspect-ratio:704/644;filter:drop-shadow(6px 6px 0 #F18C99)}.form__svg{bottom:20px;color:#f18c99;display:block;left:-90px;position:absolute;z-index:1}.form__row.bg--primary-2-lightest .form__figure{filter:drop-shadow(6px 6px 0 #F78E1E)}.form__row.bg--primary-2-lightest .form__svg{color:#f78e1e}}.full-width-form{text-align:center}@media screen and (max-width:390px){.full-width-form__wrap--code{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.full-width-form__wrap--code{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.full-width-form__wrap--code{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.full-width-form__wrap--code{margin-top:56px}}.full-width-form__wrap--content{margin:0 auto;max-width:390px}@media(min-width:390px)and (max-width:1440px){.full-width-form__wrap--content{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.full-width-form__wrap--content{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.full-width-form__wrap--content{max-width:1366px}}@media screen and (max-width:390px){.home-hero{margin-bottom:32px;margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.home-hero{margin-bottom:calc(26.05714px + 1.52381vw);margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.home-hero{margin-bottom:calc(37.71429px + .71429vw);margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.home-hero{margin-bottom:56px;margin-top:56px}}@media screen and (max-width:390px){.home-hero__col--media{margin-top:34px}}@media screen and (min-width:390px)and (max-width:1440px){.home-hero__col--media{margin-top:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.home-hero__col--media{margin-top:calc(54.28571px + 1.78571vw)}}@media(min-width:2560px){.home-hero__col--media{margin-top:100px}}.home-hero__image{aspect-ratio:360/284;-webkit-mask-image:url(../dist/vectors/home-hero-mask.svg);mask-image:url(../dist/vectors/home-hero-mask.svg);-o-object-fit:cover;object-fit:cover;position:relative}.home-hero__figure{position:relative}.home-hero__figure:after{background-color:#f9b771;content:"";height:100%;-webkit-mask-image:url(../dist/vectors/home-hero-mask.svg);mask-image:url(../dist/vectors/home-hero-mask.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:absolute;right:-4px;top:4px;width:100%;z-index:-1}@media screen and (max-width:390px){.home-hero__wrap--content{padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.home-hero__wrap--content{padding-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.home-hero__wrap--content{padding-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.home-hero__wrap--content{padding-top:32px}}.home-hero__wrap--widget{background-color:#f6f3ee;border-radius:20px}@media(min-width:390px)and (max-width:1440px){.home-hero__wrap--widget{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.home-hero__wrap--widget{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.home-hero__wrap--widget{border-radius:36px}}@media screen and (max-width:390px){.home-hero__wrap--widget{padding:24px}}@media screen and (min-width:390px)and (max-width:1440px){.home-hero__wrap--widget{padding:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.home-hero__wrap--widget{padding:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.home-hero__wrap--widget{padding:40px}}.home-hero__svg{color:#ffb8d7;left:10px;position:absolute;top:-10px;z-index:1}.home-hero__svg--desktop{display:none}@media screen and (min-width:1024px){.home-hero__col--media{align-items:center;display:flex;justify-content:center;margin-top:0}.home-hero__image{aspect-ratio:704/644}.home-hero__figure:after,.home-hero__image{-webkit-mask-image:url(../dist/vectors/home-hero-mask--desktop.svg);mask-image:url(../dist/vectors/home-hero-mask--desktop.svg)}.home-hero__figure:after{right:-8px;top:8px}}@media screen and (min-width:1024px)and (max-width:390px){.home-hero__wrap--content{padding-right:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.home-hero__wrap--content{padding-right:calc(13.02857px + .7619vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.home-hero__wrap--content{padding-right:calc(13.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.home-hero__wrap--content{padding-right:32px}}@media screen and (min-width:1024px)and (max-width:390px){.home-hero__wrap--content{margin-right:34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.home-hero__wrap--content{margin-right:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.home-hero__wrap--content{margin-right:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.home-hero__wrap--content{margin-right:100px}}@media screen and (min-width:1024px){.home-hero__svg--mobile{display:none}.home-hero__svg--desktop{bottom:100px;display:block;left:-40px;top:unset}}.icon-columns__row--main{justify-content:center;text-align:center}.icon-columns__col--main{max-width:390px}@media(min-width:390px)and (max-width:1440px){.icon-columns__col--main{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.icon-columns__col--main{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.icon-columns__col--main{max-width:1366px}}@media screen and (max-width:390px){.icon-columns__col--card{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.icon-columns__col--card{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.icon-columns__col--card{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.icon-columns__col--card{margin-top:56px}}.icon-columns__col--card:first-of-type{margin-top:0}.icon-columns__figure{align-items:center;display:flex;justify-content:center;width:70px}@media(min-width:390px)and (max-width:1440px){.icon-columns__figure{width:calc(21.71429px + 12.38095vw)}}@media(min-width:1440px){.icon-columns__figure{width:200px}}.icon-columns__figure{height:60px}@media(min-width:390px)and (max-width:1440px){.icon-columns__figure{height:calc(19.14286px + 10.47619vw)}}@media(min-width:1440px){.icon-columns__figure{height:170px}}.icon-columns__image{height:100%;width:100%}.icon-columns__heading{color:#2e2e2d}.icon-columns__content{color:rgba(46,46,45,.88)}.icon-columns__card{display:flex;gap:16px}@media(min-width:390px)and (max-width:1440px){.icon-columns__card{gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.icon-columns__card{gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.icon-columns__card{gap:32px}}.icon-columns__button--main{margin:0 auto}.icon-columns__content+.icon-columns__wrap--buttons{margin-top:0}.icon-columns__wrap--buttons+.icon-columns__button{margin:0}@media screen and (max-width:390px){.icon-columns__wrap--buttons+.icon-columns__button{margin:24px}}@media screen and (min-width:390px)and (max-width:1440px){.icon-columns__wrap--buttons+.icon-columns__button{margin:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.icon-columns__wrap--buttons+.icon-columns__button{margin:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.icon-columns__wrap--buttons+.icon-columns__button{margin:40px}}.icon-columns__col+.icon-columns__col--button{margin:0}@media screen and (max-width:390px){.icon-columns__row+.icon-columns__row--cards{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.icon-columns__row+.icon-columns__row--cards{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.icon-columns__row+.icon-columns__row--cards{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.icon-columns__row+.icon-columns__row--cards{margin-top:56px}}@media screen and (max-width:390px){.icon-columns__heading--card+.icon-columns__content--card{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.icon-columns__heading--card+.icon-columns__content--card{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.icon-columns__heading--card+.icon-columns__content--card{margin-top:8px}}@media(min-width:2560px){.icon-columns__heading--card+.icon-columns__content--card{margin-top:8px}}@media screen and (min-width:1024px){.icon-columns__col--card{margin-top:0}.icon-columns--1 .icon-columns__col--card{flex-basis:50%;margin:0 auto;max-width:50%}.icon-columns--4 .icon-columns__col--card{flex-basis:25%;max-width:25%}}@media screen and (min-width:1024px)and (max-width:390px){.icon-columns--4 .icon-columns__col--card{margin-top:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.icon-columns--4 .icon-columns__col--card{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.icon-columns--4 .icon-columns__col--card{margin-top:calc(-.57143px + 1.42857vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.icon-columns--4 .icon-columns__col--card{margin-top:36px}}@media screen and (min-width:1024px){.icon-columns--4 .icon-columns__col--card:first-child,.icon-columns--4 .icon-columns__col--card:nth-child(2),.icon-columns--4 .icon-columns__col--card:nth-child(3),.icon-columns--4 .icon-columns__col--card:nth-child(4){margin-top:0}.icon-columns__col--button{align-items:flex-end;display:flex;justify-content:flex-end}.icon-columns__button,.icon-columns__col--main,.icon-columns__figure{margin:0 auto}.icon-columns__card{flex-direction:column;text-align:center}}.image-gallery-video{max-width:100%;position:relative;text-align:center}@media screen and (max-width:390px){.image-gallery-video__container{padding-left:15px;padding-right:15px}}@media screen and (min-width:390px)and (max-width:1440px){.image-gallery-video__container{padding-left:calc(-.97143px + 4.09524vw);padding-right:calc(-.97143px + 4.09524vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.image-gallery-video__container{padding-left:calc(-1.14286px + 4.10714vw);padding-right:calc(-1.14286px + 4.10714vw)}}@media(min-width:2560px){.image-gallery-video__container{padding-left:104px;padding-right:104px}}.image-gallery-video__content,.image-gallery-video__heading,.image-gallery-video__preheading{margin-left:auto;margin-right:auto;max-width:390px}@media(min-width:390px)and (max-width:1440px){.image-gallery-video__content,.image-gallery-video__heading,.image-gallery-video__preheading{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.image-gallery-video__content,.image-gallery-video__heading,.image-gallery-video__preheading{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.image-gallery-video__content,.image-gallery-video__heading,.image-gallery-video__preheading{max-width:1366px}}@media screen and (max-width:390px){.image-gallery-video__content+.image-gallery-video__swiper,.image-gallery-video__heading+.image-gallery-video__swiper,.image-gallery-video__preheading+.image-gallery-video__swiper{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.image-gallery-video__content+.image-gallery-video__swiper,.image-gallery-video__heading+.image-gallery-video__swiper,.image-gallery-video__preheading+.image-gallery-video__swiper{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.image-gallery-video__content+.image-gallery-video__swiper,.image-gallery-video__heading+.image-gallery-video__swiper,.image-gallery-video__preheading+.image-gallery-video__swiper{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.image-gallery-video__content+.image-gallery-video__swiper,.image-gallery-video__heading+.image-gallery-video__swiper,.image-gallery-video__preheading+.image-gallery-video__swiper{margin-top:56px}}@media screen and (max-width:390px){.image-gallery-video__heading+.image-gallery-video__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.image-gallery-video__heading+.image-gallery-video__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.image-gallery-video__heading+.image-gallery-video__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.image-gallery-video__heading+.image-gallery-video__content{margin-top:32px}}.image-gallery-video__content{color:rgba(46,46,45,.88)}.image-gallery-video__swiper{border-radius:20px;overflow:hidden}@media(min-width:390px)and (max-width:1440px){.image-gallery-video__swiper{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.image-gallery-video__swiper{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.image-gallery-video__swiper{border-radius:36px}}.image-gallery-video__video{font-size:0;inset:0;margin:0 auto;position:absolute;z-index:5}.image-gallery-video__image{aspect-ratio:3/2;border-radius:10px;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:390px)and (max-width:1440px){.image-gallery-video__image{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.image-gallery-video__image{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.image-gallery-video__image{border-radius:14px}}@media screen and (min-width:768px){.image-gallery-video__image{aspect-ratio:247/160}}@media screen and (max-width:390px){.logo-grid__col--logo{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__col--logo{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__col--logo{margin-top:calc(-.57143px + 1.42857vw)}}@media(min-width:2560px){.logo-grid__col--logo{margin-top:36px}}.logo-grid__col--logo:first-of-type{margin-top:0}.logo-grid__card{background-color:#f6f3ee;border-radius:14px;display:flex;flex-direction:column;height:100%;position:relative}@media(min-width:390px)and (max-width:1440px){.logo-grid__card{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.logo-grid__card{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.logo-grid__card{border-radius:28px}}@media screen and (max-width:390px){.logo-grid__card{padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__card{padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__card{padding-top:8px}}@media(min-width:2560px){.logo-grid__card{padding-top:8px}}@media screen and (max-width:390px){.logo-grid__card{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__card{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__card{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.logo-grid__card{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.logo-grid__card{padding-bottom:4px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__card{padding-bottom:4px}}@media(min-width:1440px){.logo-grid__card{padding-bottom:4px}}.logo-grid__figure{background-color:#fff;opacity:1;position:relative;width:100%}@media screen and (max-width:390px){.logo-grid__figure{padding:24px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__figure{padding:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__figure{padding:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.logo-grid__figure{padding:40px}}.logo-grid__figure{border-radius:12px}@media(min-width:390px)and (max-width:1440px){.logo-grid__figure{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.logo-grid__figure{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.logo-grid__figure{border-radius:20px}}.logo-grid__image{margin:0 auto;width:auto}.logo-grid__button{padding:0}@media screen and (max-width:390px){.logo-grid__button{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__button{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__button{margin-top:8px}}@media(min-width:2560px){.logo-grid__button{margin-top:8px}}.logo-grid__wrap{display:flex;flex-direction:column;height:100%;justify-content:space-between}@media screen and (max-width:390px){.logo-grid__wrap{padding-bottom:12px;padding-top:12px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__wrap{padding-bottom:calc(10.51429px + .38095vw);padding-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__wrap{padding-bottom:calc(10.85714px + .35714vw);padding-top:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.logo-grid__wrap{padding-bottom:20px;padding-top:20px}}@media screen and (max-width:390px){.logo-grid__wrap{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__wrap{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__wrap{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.logo-grid__wrap{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.logo-grid__container+.logo-grid__container{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.logo-grid__container+.logo-grid__container{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.logo-grid__container+.logo-grid__container{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.logo-grid__container+.logo-grid__container{margin-top:56px}}@media screen and (min-width:768px){.logo-grid__col--logo:nth-child(2){margin-top:0}.logo-grid__figure{align-items:center;aspect-ratio:169/56;display:flex;justify-content:center}.logo-grid__image{max-height:32px}}@media screen and (min-width:1024px){.logo-grid__col--logo{flex-basis:20%;max-width:20%}.logo-grid__col--logo:first-child,.logo-grid__col--logo:nth-child(2),.logo-grid__col--logo:nth-child(3),.logo-grid__col--logo:nth-child(4),.logo-grid__col--logo:nth-child(5){margin-top:0}}.media-columns__col{display:flex;flex-direction:column;min-height:100%;width:100%}.media-columns__col--button{align-items:flex-start;justify-content:flex-start}@media screen and (max-width:390px){.media-columns__col--button{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.media-columns__col--button{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.media-columns__col--button{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.media-columns__col--button{margin-top:32px}}@media screen and (max-width:390px){.media-columns__col--card{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.media-columns__col--card{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.media-columns__col--card{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.media-columns__col--card{margin-top:56px}}.media-columns__col--card:first-of-type{margin-top:0}.media-columns__content{color:rgba(46,46,45,.88)}@media screen and (min-width:1024px){.media-columns__col--button{align-items:flex-end;justify-content:flex-end;margin-top:0}.media-columns__col--card{margin-top:0}.media-columns--1 .media-columns__col--card{flex-basis:50%;max-width:50%}.media-columns--4 .media-columns__col--card{flex-basis:25%;max-width:25%}}@media screen and (min-width:1024px)and (max-width:390px){.media-columns--4 .media-columns__col--card{margin-top:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.media-columns--4 .media-columns__col--card{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.media-columns--4 .media-columns__col--card{margin-top:calc(-.57143px + 1.42857vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.media-columns--4 .media-columns__col--card{margin-top:36px}}@media screen and (min-width:1024px){.media-columns--4 .media-columns__col--card:first-child,.media-columns--4 .media-columns__col--card:nth-child(2),.media-columns--4 .media-columns__col--card:nth-child(3),.media-columns--4 .media-columns__col--card:nth-child(4){margin-top:0}}.media-textarea__swiper{border-radius:20px;overflow:hidden}@media(min-width:390px)and (max-width:1440px){.media-textarea__swiper{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.media-textarea__swiper{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.media-textarea__swiper{border-radius:36px}}@media screen and (max-width:390px){.media-textarea__col--content{margin-top:40px}}@media screen and (min-width:390px)and (max-width:1440px){.media-textarea__col--content{margin-top:calc(5.82857px + 8.7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.media-textarea__col--content{margin-top:calc(88.28571px + 3.03571vw)}}@media(min-width:2560px){.media-textarea__col--content{margin-top:166px}}.media-textarea__col--media{border-radius:20px;overflow:hidden}@media(min-width:390px)and (max-width:1440px){.media-textarea__col--media{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.media-textarea__col--media{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.media-textarea__col--media{border-radius:36px}}.media-textarea__figure{aspect-ratio:360/240}.media-textarea__video{font-size:0;inset:0;margin:0 auto;position:absolute}.media-textarea__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.media-textarea__wrap--faqs{display:flex;flex-direction:column;gap:10px}@media(min-width:390px)and (max-width:1440px){.media-textarea__wrap--faqs{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.media-textarea__wrap--faqs{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.media-textarea__wrap--faqs{gap:16px}}.media-textarea__svg{color:#fff}@media screen and (max-width:390px){.media-textarea__content+.media-textarea__wrap{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.media-textarea__content+.media-textarea__wrap{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.media-textarea__content+.media-textarea__wrap{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.media-textarea__content+.media-textarea__wrap{margin-top:40px}}@media screen and (max-width:390px){.media-textarea .faq-card{padding-bottom:16px;padding-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.media-textarea .faq-card{padding-bottom:calc(14.51429px + .38095vw);padding-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.media-textarea .faq-card{padding-bottom:calc(14.85714px + .35714vw);padding-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.media-textarea .faq-card{padding-bottom:24px;padding-top:24px}}@media screen and (min-width:1024px){.media-textarea__col--content{display:flex;justify-content:center;margin-top:0}.media-textarea--right .media-textarea__col--content{order:-1}}@media screen and (min-width:1024px)and (max-width:390px){.media-textarea--right .media-textarea__col--content{padding-right:34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.media-textarea--right .media-textarea__col--content{padding-right:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.media-textarea--right .media-textarea__col--content{padding-right:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.media-textarea--right .media-textarea__col--content{padding-right:100px}}@media screen and (min-width:1024px)and (max-width:390px){.media-textarea--left .media-textarea__col--content{padding-left:34px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.media-textarea--left .media-textarea__col--content{padding-left:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.media-textarea--left .media-textarea__col--content{padding-left:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.media-textarea--left .media-textarea__col--content{padding-left:100px}}@media screen and (min-width:1024px){.media-textarea__figure,.media-textarea__video{aspect-ratio:652/520}.media-textarea__wrap{display:flex;flex-direction:column;justify-content:center}}.news-content{margin-left:auto;margin-right:auto}@media screen and (max-width:390px){.news-content{margin-bottom:48px;margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content{margin-bottom:calc(36.11429px + 3.04762vw);margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content{margin-bottom:calc(38.85714px + 2.85714vw);margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.news-content{margin-bottom:112px;margin-top:112px}}.news-content img{border-radius:14px;width:100%}@media(min-width:390px)and (max-width:1440px){.news-content img{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.news-content img{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.news-content img{border-radius:28px}}@media screen and (max-width:390px){.news-content blockquote+blockquote,.news-content blockquote+div:has(img),.news-content blockquote+h1,.news-content blockquote+h2,.news-content blockquote+h3,.news-content blockquote+h4,.news-content blockquote+h5,.news-content blockquote+h6,.news-content blockquote+p,.news-content div:has(img)+blockquote,.news-content div:has(img)+div:has(img),.news-content div:has(img)+h1,.news-content div:has(img)+h2,.news-content div:has(img)+h3,.news-content div:has(img)+h4,.news-content div:has(img)+h5,.news-content div:has(img)+h6,.news-content div:has(img)+p,.news-content p+blockquote,.news-content p+div:has(img),.news-content p+h1,.news-content p+h2,.news-content p+h3,.news-content p+h4,.news-content p+h5,.news-content p+h6,.news-content p+p{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content blockquote+blockquote,.news-content blockquote+div:has(img),.news-content blockquote+h1,.news-content blockquote+h2,.news-content blockquote+h3,.news-content blockquote+h4,.news-content blockquote+h5,.news-content blockquote+h6,.news-content blockquote+p,.news-content div:has(img)+blockquote,.news-content div:has(img)+div:has(img),.news-content div:has(img)+h1,.news-content div:has(img)+h2,.news-content div:has(img)+h3,.news-content div:has(img)+h4,.news-content div:has(img)+h5,.news-content div:has(img)+h6,.news-content div:has(img)+p,.news-content p+blockquote,.news-content p+div:has(img),.news-content p+h1,.news-content p+h2,.news-content p+h3,.news-content p+h4,.news-content p+h5,.news-content p+h6,.news-content p+p{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content blockquote+blockquote,.news-content blockquote+div:has(img),.news-content blockquote+h1,.news-content blockquote+h2,.news-content blockquote+h3,.news-content blockquote+h4,.news-content blockquote+h5,.news-content blockquote+h6,.news-content blockquote+p,.news-content div:has(img)+blockquote,.news-content div:has(img)+div:has(img),.news-content div:has(img)+h1,.news-content div:has(img)+h2,.news-content div:has(img)+h3,.news-content div:has(img)+h4,.news-content div:has(img)+h5,.news-content div:has(img)+h6,.news-content div:has(img)+p,.news-content p+blockquote,.news-content p+div:has(img),.news-content p+h1,.news-content p+h2,.news-content p+h3,.news-content p+h4,.news-content p+h5,.news-content p+h6,.news-content p+p{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.news-content blockquote+blockquote,.news-content blockquote+div:has(img),.news-content blockquote+h1,.news-content blockquote+h2,.news-content blockquote+h3,.news-content blockquote+h4,.news-content blockquote+h5,.news-content blockquote+h6,.news-content blockquote+p,.news-content div:has(img)+blockquote,.news-content div:has(img)+div:has(img),.news-content div:has(img)+h1,.news-content div:has(img)+h2,.news-content div:has(img)+h3,.news-content div:has(img)+h4,.news-content div:has(img)+h5,.news-content div:has(img)+h6,.news-content div:has(img)+p,.news-content p+blockquote,.news-content p+div:has(img),.news-content p+h1,.news-content p+h2,.news-content p+h3,.news-content p+h4,.news-content p+h5,.news-content p+h6,.news-content p+p{margin-top:56px}}@media screen and (max-width:390px){.news-content__wrap{margin-bottom:56px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content__wrap{margin-bottom:calc(47.08571px + 2.28571vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content__wrap{margin-bottom:calc(59.42857px + 1.42857vw)}}@media(min-width:2560px){.news-content__wrap{margin-bottom:96px}}@media screen and (max-width:390px){.news-content__wrap blockquote+blockquote+div+.wp-caption,.news-content__wrap blockquote+h1,.news-content__wrap blockquote+h2,.news-content__wrap blockquote+h3,.news-content__wrap blockquote+h4,.news-content__wrap blockquote+h5,.news-content__wrap blockquote+h6,.news-content__wrap blockquote+img,.news-content__wrap blockquote+p,.news-content__wrap img+blockquote+div+.wp-caption,.news-content__wrap img+h1,.news-content__wrap img+h2,.news-content__wrap img+h3,.news-content__wrap img+h4,.news-content__wrap img+h5,.news-content__wrap img+h6,.news-content__wrap img+img,.news-content__wrap img+p,.news-content__wrap p+blockquote+div+.wp-caption,.news-content__wrap p+h1,.news-content__wrap p+h2,.news-content__wrap p+h3,.news-content__wrap p+h4,.news-content__wrap p+h5,.news-content__wrap p+h6,.news-content__wrap p+img,.news-content__wrap p+p{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content__wrap blockquote+blockquote+div+.wp-caption,.news-content__wrap blockquote+h1,.news-content__wrap blockquote+h2,.news-content__wrap blockquote+h3,.news-content__wrap blockquote+h4,.news-content__wrap blockquote+h5,.news-content__wrap blockquote+h6,.news-content__wrap blockquote+img,.news-content__wrap blockquote+p,.news-content__wrap img+blockquote+div+.wp-caption,.news-content__wrap img+h1,.news-content__wrap img+h2,.news-content__wrap img+h3,.news-content__wrap img+h4,.news-content__wrap img+h5,.news-content__wrap img+h6,.news-content__wrap img+img,.news-content__wrap img+p,.news-content__wrap p+blockquote+div+.wp-caption,.news-content__wrap p+h1,.news-content__wrap p+h2,.news-content__wrap p+h3,.news-content__wrap p+h4,.news-content__wrap p+h5,.news-content__wrap p+h6,.news-content__wrap p+img,.news-content__wrap p+p{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content__wrap blockquote+blockquote+div+.wp-caption,.news-content__wrap blockquote+h1,.news-content__wrap blockquote+h2,.news-content__wrap blockquote+h3,.news-content__wrap blockquote+h4,.news-content__wrap blockquote+h5,.news-content__wrap blockquote+h6,.news-content__wrap blockquote+img,.news-content__wrap blockquote+p,.news-content__wrap img+blockquote+div+.wp-caption,.news-content__wrap img+h1,.news-content__wrap img+h2,.news-content__wrap img+h3,.news-content__wrap img+h4,.news-content__wrap img+h5,.news-content__wrap img+h6,.news-content__wrap img+img,.news-content__wrap img+p,.news-content__wrap p+blockquote+div+.wp-caption,.news-content__wrap p+h1,.news-content__wrap p+h2,.news-content__wrap p+h3,.news-content__wrap p+h4,.news-content__wrap p+h5,.news-content__wrap p+h6,.news-content__wrap p+img,.news-content__wrap p+p{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.news-content__wrap blockquote+blockquote+div+.wp-caption,.news-content__wrap blockquote+h1,.news-content__wrap blockquote+h2,.news-content__wrap blockquote+h3,.news-content__wrap blockquote+h4,.news-content__wrap blockquote+h5,.news-content__wrap blockquote+h6,.news-content__wrap blockquote+img,.news-content__wrap blockquote+p,.news-content__wrap img+blockquote+div+.wp-caption,.news-content__wrap img+h1,.news-content__wrap img+h2,.news-content__wrap img+h3,.news-content__wrap img+h4,.news-content__wrap img+h5,.news-content__wrap img+h6,.news-content__wrap img+img,.news-content__wrap img+p,.news-content__wrap p+blockquote+div+.wp-caption,.news-content__wrap p+h1,.news-content__wrap p+h2,.news-content__wrap p+h3,.news-content__wrap p+h4,.news-content__wrap p+h5,.news-content__wrap p+h6,.news-content__wrap p+img,.news-content__wrap p+p{margin-top:56px}}@media screen and (max-width:390px){.news-content__wrap h1+blockquote+div+.wp-caption,.news-content__wrap h1+h1,.news-content__wrap h1+h2,.news-content__wrap h1+h3,.news-content__wrap h1+h4,.news-content__wrap h1+h5,.news-content__wrap h1+h6,.news-content__wrap h1+img,.news-content__wrap h1+p,.news-content__wrap h2+blockquote+div+.wp-caption,.news-content__wrap h2+h1,.news-content__wrap h2+h2,.news-content__wrap h2+h3,.news-content__wrap h2+h4,.news-content__wrap h2+h5,.news-content__wrap h2+h6,.news-content__wrap h2+img,.news-content__wrap h2+p,.news-content__wrap h3+blockquote+div+.wp-caption,.news-content__wrap h3+h1,.news-content__wrap h3+h2,.news-content__wrap h3+h3,.news-content__wrap h3+h4,.news-content__wrap h3+h5,.news-content__wrap h3+h6,.news-content__wrap h3+img,.news-content__wrap h3+p,.news-content__wrap h4+blockquote+div+.wp-caption,.news-content__wrap h4+h1,.news-content__wrap h4+h2,.news-content__wrap h4+h3,.news-content__wrap h4+h4,.news-content__wrap h4+h5,.news-content__wrap h4+h6,.news-content__wrap h4+img,.news-content__wrap h4+p,.news-content__wrap h5+blockquote+div+.wp-caption,.news-content__wrap h5+h1,.news-content__wrap h5+h2,.news-content__wrap h5+h3,.news-content__wrap h5+h4,.news-content__wrap h5+h5,.news-content__wrap h5+h6,.news-content__wrap h5+img,.news-content__wrap h5+p,.news-content__wrap h6+blockquote+div+.wp-caption,.news-content__wrap h6+h1,.news-content__wrap h6+h2,.news-content__wrap h6+h3,.news-content__wrap h6+h4,.news-content__wrap h6+h5,.news-content__wrap h6+h6,.news-content__wrap h6+img,.news-content__wrap h6+p{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content__wrap h1+blockquote+div+.wp-caption,.news-content__wrap h1+h1,.news-content__wrap h1+h2,.news-content__wrap h1+h3,.news-content__wrap h1+h4,.news-content__wrap h1+h5,.news-content__wrap h1+h6,.news-content__wrap h1+img,.news-content__wrap h1+p,.news-content__wrap h2+blockquote+div+.wp-caption,.news-content__wrap h2+h1,.news-content__wrap h2+h2,.news-content__wrap h2+h3,.news-content__wrap h2+h4,.news-content__wrap h2+h5,.news-content__wrap h2+h6,.news-content__wrap h2+img,.news-content__wrap h2+p,.news-content__wrap h3+blockquote+div+.wp-caption,.news-content__wrap h3+h1,.news-content__wrap h3+h2,.news-content__wrap h3+h3,.news-content__wrap h3+h4,.news-content__wrap h3+h5,.news-content__wrap h3+h6,.news-content__wrap h3+img,.news-content__wrap h3+p,.news-content__wrap h4+blockquote+div+.wp-caption,.news-content__wrap h4+h1,.news-content__wrap h4+h2,.news-content__wrap h4+h3,.news-content__wrap h4+h4,.news-content__wrap h4+h5,.news-content__wrap h4+h6,.news-content__wrap h4+img,.news-content__wrap h4+p,.news-content__wrap h5+blockquote+div+.wp-caption,.news-content__wrap h5+h1,.news-content__wrap h5+h2,.news-content__wrap h5+h3,.news-content__wrap h5+h4,.news-content__wrap h5+h5,.news-content__wrap h5+h6,.news-content__wrap h5+img,.news-content__wrap h5+p,.news-content__wrap h6+blockquote+div+.wp-caption,.news-content__wrap h6+h1,.news-content__wrap h6+h2,.news-content__wrap h6+h3,.news-content__wrap h6+h4,.news-content__wrap h6+h5,.news-content__wrap h6+h6,.news-content__wrap h6+img,.news-content__wrap h6+p{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content__wrap h1+blockquote+div+.wp-caption,.news-content__wrap h1+h1,.news-content__wrap h1+h2,.news-content__wrap h1+h3,.news-content__wrap h1+h4,.news-content__wrap h1+h5,.news-content__wrap h1+h6,.news-content__wrap h1+img,.news-content__wrap h1+p,.news-content__wrap h2+blockquote+div+.wp-caption,.news-content__wrap h2+h1,.news-content__wrap h2+h2,.news-content__wrap h2+h3,.news-content__wrap h2+h4,.news-content__wrap h2+h5,.news-content__wrap h2+h6,.news-content__wrap h2+img,.news-content__wrap h2+p,.news-content__wrap h3+blockquote+div+.wp-caption,.news-content__wrap h3+h1,.news-content__wrap h3+h2,.news-content__wrap h3+h3,.news-content__wrap h3+h4,.news-content__wrap h3+h5,.news-content__wrap h3+h6,.news-content__wrap h3+img,.news-content__wrap h3+p,.news-content__wrap h4+blockquote+div+.wp-caption,.news-content__wrap h4+h1,.news-content__wrap h4+h2,.news-content__wrap h4+h3,.news-content__wrap h4+h4,.news-content__wrap h4+h5,.news-content__wrap h4+h6,.news-content__wrap h4+img,.news-content__wrap h4+p,.news-content__wrap h5+blockquote+div+.wp-caption,.news-content__wrap h5+h1,.news-content__wrap h5+h2,.news-content__wrap h5+h3,.news-content__wrap h5+h4,.news-content__wrap h5+h5,.news-content__wrap h5+h6,.news-content__wrap h5+img,.news-content__wrap h5+p,.news-content__wrap h6+blockquote+div+.wp-caption,.news-content__wrap h6+h1,.news-content__wrap h6+h2,.news-content__wrap h6+h3,.news-content__wrap h6+h4,.news-content__wrap h6+h5,.news-content__wrap h6+h6,.news-content__wrap h6+img,.news-content__wrap h6+p{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.news-content__wrap h1+blockquote+div+.wp-caption,.news-content__wrap h1+h1,.news-content__wrap h1+h2,.news-content__wrap h1+h3,.news-content__wrap h1+h4,.news-content__wrap h1+h5,.news-content__wrap h1+h6,.news-content__wrap h1+img,.news-content__wrap h1+p,.news-content__wrap h2+blockquote+div+.wp-caption,.news-content__wrap h2+h1,.news-content__wrap h2+h2,.news-content__wrap h2+h3,.news-content__wrap h2+h4,.news-content__wrap h2+h5,.news-content__wrap h2+h6,.news-content__wrap h2+img,.news-content__wrap h2+p,.news-content__wrap h3+blockquote+div+.wp-caption,.news-content__wrap h3+h1,.news-content__wrap h3+h2,.news-content__wrap h3+h3,.news-content__wrap h3+h4,.news-content__wrap h3+h5,.news-content__wrap h3+h6,.news-content__wrap h3+img,.news-content__wrap h3+p,.news-content__wrap h4+blockquote+div+.wp-caption,.news-content__wrap h4+h1,.news-content__wrap h4+h2,.news-content__wrap h4+h3,.news-content__wrap h4+h4,.news-content__wrap h4+h5,.news-content__wrap h4+h6,.news-content__wrap h4+img,.news-content__wrap h4+p,.news-content__wrap h5+blockquote+div+.wp-caption,.news-content__wrap h5+h1,.news-content__wrap h5+h2,.news-content__wrap h5+h3,.news-content__wrap h5+h4,.news-content__wrap h5+h5,.news-content__wrap h5+h6,.news-content__wrap h5+img,.news-content__wrap h5+p,.news-content__wrap h6+blockquote+div+.wp-caption,.news-content__wrap h6+h1,.news-content__wrap h6+h2,.news-content__wrap h6+h3,.news-content__wrap h6+h4,.news-content__wrap h6+h5,.news-content__wrap h6+h6,.news-content__wrap h6+img,.news-content__wrap h6+p{margin-top:32px}}@media screen and (max-width:390px){.news-content .wp-caption-text{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content .wp-caption-text{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content .wp-caption-text{margin-top:8px}}@media(min-width:2560px){.news-content .wp-caption-text{margin-top:8px}}.news-content blockquote{color:#a25706}.news-content iframe{aspect-ratio:560/315;height:auto;width:100%}.news-content__share{border-top:1px solid #ebe8e4;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:390px){.news-content__share{padding-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content__share{padding-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content__share{padding-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.news-content__share{padding-top:40px}}.news-content__share{gap:16px}@media(min-width:390px)and (max-width:1440px){.news-content__share{gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.news-content__share{gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.news-content__share{gap:32px}}.news-content__link{align-items:center;display:flex;gap:8px;text-underline-offset:14%}@media(min-width:390px)and (max-width:1440px){.news-content__link{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.news-content__link{gap:8px}}@media(min-width:2560px){.news-content__link{gap:8px}}.news-content__socials{align-items:center;display:flex;gap:8px}@media(min-width:390px)and (max-width:1440px){.news-content__socials{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.news-content__socials{gap:8px}}@media(min-width:2560px){.news-content__socials{gap:8px}}@media screen and (max-width:390px){.news-content+.block{margin-bottom:48px;margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.news-content+.block{margin-bottom:calc(36.11429px + 3.04762vw);margin-top:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-content+.block{margin-bottom:calc(38.85714px + 2.85714vw);margin-top:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.news-content+.block{margin-bottom:112px;margin-top:112px}}@media screen and (min-width:1024px){.news-content__container{padding-left:0;padding-right:0}}@media(hover:hover)and (pointer:fine){.news-content__link:hover{color:#e31933;text-decoration-color:transparent}.news-content__share{flex-flow:row wrap}}.news-hero{background-color:#fcecda;margin-top:0;max-width:100%;position:relative;text-align:center}@media screen and (max-width:390px){.news-hero{margin-bottom:48px}}@media screen and (min-width:390px)and (max-width:1440px){.news-hero{margin-bottom:calc(36.11429px + 3.04762vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-hero{margin-bottom:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.news-hero{margin-bottom:112px}}@media screen and (max-width:390px){.news-hero{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.news-hero{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-hero{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.news-hero{padding-bottom:56px;padding-top:56px}}.news-hero__container{position:relative;z-index:1}.news-hero__image{aspect-ratio:360/260;border-radius:16px;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:390px)and (max-width:1440px){.news-hero__image{border-radius:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.news-hero__image{border-radius:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.news-hero__image{border-radius:32px}}.news-hero__wrap{gap:16px;position:relative;z-index:2}@media(min-width:390px)and (max-width:1440px){.news-hero__wrap{gap:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.news-hero__wrap{gap:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.news-hero__wrap{gap:32px}}.news-hero__wrap--categories{display:flex;gap:4px;justify-content:center}@media(min-width:390px)and (max-width:1440px){.news-hero__wrap--categories{gap:4px}}@media(min-width:1440px){.news-hero__wrap--categories{gap:4px}}@media screen and (max-width:390px){.news-hero__heading{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.news-hero__heading{margin-top:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-hero__heading{margin-top:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.news-hero__heading{margin-top:16px}}.news-hero__content--category{border:1px solid #f9b771;color:#a25706}@media screen and (max-width:390px){.news-hero__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:390px)and (max-width:1440px){.news-hero__content--category{padding-left:8px;padding-right:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.news-hero__content--category{padding-left:8px;padding-right:8px}}@media(min-width:2560px){.news-hero__content--category{padding-left:8px;padding-right:8px}}@media screen and (max-width:390px){.news-hero__content--category{padding-bottom:4px;padding-top:4px}}@media screen and (min-width:390px)and (max-width:1440px){.news-hero__content--category{padding-bottom:4px;padding-top:4px}}@media(min-width:1440px){.news-hero__content--category{padding-bottom:4px;padding-top:4px}}.news-hero__content--category{border-radius:999px}@media(min-width:390px){.news-hero__content--category{border-radius:999px}}.news-hero__content--date{color:rgba(46,46,45,.88);text-align:center}@media screen and (max-width:390px){.news-hero__container+.news-hero__container{margin-top:34px}}@media screen and (min-width:390px)and (max-width:1440px){.news-hero__container+.news-hero__container{margin-top:calc(16.91429px + 4.38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-hero__container+.news-hero__container{margin-top:calc(54.28571px + 1.78571vw)}}@media(min-width:2560px){.news-hero__container+.news-hero__container{margin-top:100px}}@media screen and (max-width:390px){.news-hero__heading+.news-hero__content{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.news-hero__heading+.news-hero__content{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.news-hero__heading+.news-hero__content{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.news-hero__heading+.news-hero__content{margin-top:40px}}@media screen and (min-width:1024px)and (max-width:390px){.news-hero{padding-bottom:24px;padding-top:24px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-hero{padding-bottom:calc(10.62857px + 3.42857vw);padding-top:calc(10.62857px + 3.42857vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-hero{padding-bottom:calc(36.85714px + 1.60714vw);padding-top:calc(36.85714px + 1.60714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-hero{padding-bottom:78px;padding-top:78px}}@media screen and (min-width:1024px)and (max-width:390px){.news-hero__container+.news-hero__container{margin-top:32px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-hero__container+.news-hero__container{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-hero__container+.news-hero__container{margin-top:calc(37.71429px + .71429vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-hero__container+.news-hero__container{margin-top:56px}}@media screen and (min-width:1024px)and (max-width:390px){.news-hero__heading+.news-hero__content{margin-top:16px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-hero__heading+.news-hero__content{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-hero__heading+.news-hero__content{margin-top:calc(14.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-hero__heading+.news-hero__content{margin-top:24px}}@media screen and (min-width:1024px)and (max-width:390px){.news-hero__heading{margin-top:12px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.news-hero__heading{margin-top:calc(10.51429px + .38095vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.news-hero__heading{margin-top:calc(10.85714px + .35714vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.news-hero__heading{margin-top:20px}}@media screen and (min-width:1024px){.news-hero__image{aspect-ratio:988/500}}@media screen and (max-width:390px){.text-editor__preheading+.text-editor__heading{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.text-editor__preheading+.text-editor__heading{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-editor__preheading+.text-editor__heading{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.text-editor__preheading+.text-editor__heading{margin-top:40px}}@media screen and (max-width:390px){.text-editor .text-editor__container{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.text-editor .text-editor__container{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-editor .text-editor__container{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.text-editor .text-editor__container{margin-top:40px}}@media screen and (max-width:390px){.text-editor .text-editor__container.has-buttons+.text-editor__container{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.text-editor .text-editor__container.has-buttons+.text-editor__container{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-editor .text-editor__container.has-buttons+.text-editor__container{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.text-editor .text-editor__container.has-buttons+.text-editor__container{margin-top:56px}}.text-editor .text-editor__wrap--buttons{flex-wrap:wrap;gap:8px}@media(min-width:390px)and (max-width:1440px){.text-editor .text-editor__wrap--buttons{gap:8px}}@media(min-width:1440px)and (max-width:2560px){.text-editor .text-editor__wrap--buttons{gap:8px}}@media(min-width:2560px){.text-editor .text-editor__wrap--buttons{gap:8px}}@media screen and (max-width:390px){.text-editor .text-editor__wrap--buttons{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.text-editor .text-editor__wrap--buttons{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-editor .text-editor__wrap--buttons{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.text-editor .text-editor__wrap--buttons{margin-top:40px}}.text-editor__row{-moz-column-gap:18px;column-gap:18px}@media(min-width:390px)and (max-width:1440px){.text-editor__row{-moz-column-gap:calc(12.8px + 1.33333vw);column-gap:calc(12.8px + 1.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.text-editor__row{-moz-column-gap:calc(21.71429px + .71429vw);column-gap:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.text-editor__row{-moz-column-gap:40px;column-gap:40px}}@media screen and (max-width:390px){.text-editor__col:not(:first-of-type){margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.text-editor__col:not(:first-of-type){margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.text-editor__col:not(:first-of-type){margin-top:8px}}@media(min-width:2560px){.text-editor__col:not(:first-of-type){margin-top:8px}}@media screen and (min-width:1024px){.text-editor .text-editor__col{margin-top:0}}.text-page-cards{text-align:center}.text-page-cards__row{gap:10px}@media(min-width:390px)and (max-width:1440px){.text-page-cards__row{gap:calc(6.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.text-page-cards__row{gap:calc(-.57143px + 1.42857vw)}}@media(min-width:2560px){.text-page-cards__row{gap:36px}}.text-page-cards__row--top{margin-left:auto;margin-right:auto}@media screen and (max-width:390px){.text-page-cards__row+.row{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.text-page-cards__row+.row{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.text-page-cards__row+.row{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.text-page-cards__row+.row{margin-top:56px}}@media screen and (min-width:568px){.text-page-cards__rw--top{width:390px}}@media screen and (min-width:568px)and (min-width:390px)and (max-width:1440px){.text-page-cards__rw--top{width:calc(249.6px + 36vw)}}@media screen and (min-width:568px)and (min-width:1440px)and (max-width:2560px){.text-page-cards__rw--top{width:calc(-.85714px + 53.39286vw)}}@media screen and (min-width:568px)and (min-width:2560px){.text-page-cards__rw--top{width:1366px}}@media screen and (min-width:1024px){.text-page-cards__row{gap:0}.text-page-cards--4 .text-page-cards__col--card{flex-basis:25%;max-width:25%}}@media screen and (min-width:1024px)and (max-width:390px){.text-page-cards--4 .text-page-cards__col--card{margin-top:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.text-page-cards--4 .text-page-cards__col--card{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.text-page-cards--4 .text-page-cards__col--card{margin-top:calc(-.57143px + 1.42857vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.text-page-cards--4 .text-page-cards__col--card{margin-top:36px}}@media screen and (min-width:1024px){.text-page-cards--4 .text-page-cards__col--card:first-child,.text-page-cards--4 .text-page-cards__col--card:nth-child(2),.text-page-cards--4 .text-page-cards__col--card:nth-child(3),.text-page-cards--4 .text-page-cards__col--card:nth-child(4){margin-top:0}}.page-cards__row--content{text-align:center}.page-cards__col{display:inherit}@media screen and (max-width:390px){.page-cards__col{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.page-cards__col{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.page-cards__col{margin-top:calc(-.57143px + 1.42857vw)}}@media(min-width:2560px){.page-cards__col{margin-top:36px}}.page-cards__col--content{flex-direction:column;margin:0 auto}.page-cards__col--button{align-items:center;display:flex;justify-content:center}@media screen and (max-width:390px){.page-cards__col--button{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.page-cards__col--button{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.page-cards__col--button{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.page-cards__col--button{margin-top:40px}}.page-cards__col:first-child{margin-top:0}@media screen and (min-width:1024px){.page-cards__col{margin-top:0}.page-cards--1 .page-cards__col--card{flex-basis:50%;max-width:50%}.page-card--1 .page-card__figure,.page-cards--2 .page-card__figure{min-height:360px}.page-cards--3 .page-card__figure{aspect-ratio:396/240;min-height:240px}.page-cards--4 .page-cards__col--card{flex-basis:25%;max-width:25%}}@media screen and (min-width:1024px)and (max-width:390px){.page-cards--4 .page-cards__col--card{margin-top:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.page-cards--4 .page-cards__col--card{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.page-cards--4 .page-cards__col--card{margin-top:calc(-.57143px + 1.42857vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.page-cards--4 .page-cards__col--card{margin-top:36px}}@media screen and (min-width:1024px){.page-cards--4 .page-cards__col--card:first-child,.page-cards--4 .page-cards__col--card:nth-child(2),.page-cards--4 .page-cards__col--card:nth-child(3),.page-cards--4 .page-cards__col--card:nth-child(4){margin-top:0}.page-cards--4 .page-cards__col--card .page-card__figure{min-height:180px}}.quotes{max-width:100%;position:relative}.quotes,.quotes__swiper{overflow:hidden}@media screen and (max-width:390px){.quotes__swiper{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__swiper{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__swiper{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.quotes__swiper{margin-top:56px}}.quotes__swiper-slide{height:auto}.quotes__row{height:100%}.quotes__row:not(:has(.quotes__col--image)) .quotes__col--quote{flex-basis:100%;max-width:100%}.quotes__col--text{margin-left:auto;margin-right:auto;max-width:390px}@media(min-width:390px)and (max-width:1440px){.quotes__col--text{max-width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.quotes__col--text{max-width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.quotes__col--text{max-width:1366px}}.quotes__col--quote{border-radius:20px;overflow:hidden;position:relative}@media(min-width:390px)and (max-width:1440px){.quotes__col--quote{border-radius:calc(16.28571px + .95238vw)}}@media(min-width:1440px)and (max-width:2560px){.quotes__col--quote{border-radius:calc(22.28571px + .53571vw)}}@media(min-width:2560px){.quotes__col--quote{border-radius:36px}}.quotes__col--quote.bg--secondary-8 .quotes__quote{color:#009491}.quotes__col--quote.bg--secondary-10 .quotes__quote{color:#20440d}.quotes__col--quote.bg--secondary-12 .quotes__quote{color:#4b0894}.quotes__col.quotes__col--image{aspect-ratio:18/13}@media screen and (max-width:390px){.quotes__col.quotes__col--image{margin-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__col.quotes__col--image{margin-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__col.quotes__col--image{margin-top:8px}}@media(min-width:2560px){.quotes__col.quotes__col--image{margin-top:8px}}.quotes__wrap--content{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;z-index:1}@media screen and (max-width:390px){.quotes__wrap--content{padding-bottom:32px;padding-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__wrap--content{padding-bottom:calc(26.05714px + 1.52381vw);padding-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__wrap--content{padding-bottom:calc(37.71429px + .71429vw);padding-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.quotes__wrap--content{padding-bottom:56px;padding-top:56px}}@media screen and (max-width:390px){.quotes__wrap--content{padding-left:24px;padding-right:24px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__wrap--content{padding-left:calc(21.02857px + .7619vw);padding-right:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__wrap--content{padding-left:calc(21.71429px + .71429vw);padding-right:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.quotes__wrap--content{padding-left:40px;padding-right:40px}}.quotes__wrap--content{gap:24px}@media(min-width:390px)and (max-width:1440px){.quotes__wrap--content{gap:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.quotes__wrap--content{gap:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.quotes__wrap--content{gap:40px}}.quotes__wrap--quote{aspect-ratio:1;background-color:#f6f3ee;display:flex;width:-moz-fit-content;width:fit-content}@media screen and (max-width:390px){.quotes__wrap--quote{padding:10px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__wrap--quote{padding:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__wrap--quote{padding:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.quotes__wrap--quote{padding:16px}}.quotes__wrap--quote{gap:10px}@media(min-width:390px)and (max-width:1440px){.quotes__wrap--quote{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.quotes__wrap--quote{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.quotes__wrap--quote{gap:16px}}.quotes__wrap--quote-info{display:flex;flex-direction:column;gap:16px;justify-content:space-between}@media(min-width:390px)and (max-width:1440px){.quotes__wrap--quote-info{gap:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.quotes__wrap--quote-info{gap:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.quotes__wrap--quote-info{gap:24px}}.quotes__wrap--controls{display:flex;justify-content:center;position:relative}@media screen and (max-width:390px){.quotes__wrap--controls{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__wrap--controls{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__wrap--controls{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.quotes__wrap--controls{margin-top:56px}}.quotes__wrap--controls{gap:10px}@media(min-width:390px)and (max-width:1440px){.quotes__wrap--controls{gap:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.quotes__wrap--controls{gap:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.quotes__wrap--controls{gap:16px}}@media screen and (max-width:390px){.quotes__preheading+.quotes__heading{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__preheading+.quotes__heading{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__preheading+.quotes__heading{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.quotes__preheading+.quotes__heading{margin-top:40px}}@media screen and (max-width:390px){.quotes__heading+.quotes__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes__heading+.quotes__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes__heading+.quotes__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.quotes__heading+.quotes__content{margin-top:32px}}.quotes__info--author{font-weight:500}.quotes__info--role{font-weight:400}.quotes__featured{height:100%;width:100%}.quotes__image{height:100%;-webkit-mask-image:url(../dist/vectors/quote-shape.svg);mask-image:url(../dist/vectors/quote-shape.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-o-object-fit:cover;object-fit:cover}.quotes__background-svg{bottom:0;color:#fff;display:flex;position:absolute;right:0;z-index:0}.quotes__nav{border:2px solid #2e2e2d;bottom:0;color:#2e2e2d}.quotes__svg{height:20px}@media(min-width:390px)and (max-width:1440px){.quotes__svg{height:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.quotes__svg{height:24px}}.quotes__svg{width:20px}@media(min-width:390px)and (max-width:1440px){.quotes__svg{width:calc(18.51429px + .38095vw)}}@media(min-width:1440px){.quotes__svg{width:24px}}.quotes__svg--squiggle{height:105px;width:auto}.quotes .swiper-button-next,.quotes .swiper-button-prev{background-color:transparent;bottom:unset;left:unset;margin-top:0;position:relative;right:unset;top:unset;z-index:0}@media screen and (max-width:390px){.quotes .swiper-button-next,.quotes .swiper-button-prev{padding:12px}}@media screen and (min-width:390px)and (max-width:1440px){.quotes .swiper-button-next,.quotes .swiper-button-prev{padding:calc(10.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.quotes .swiper-button-next,.quotes .swiper-button-prev{padding:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.quotes .swiper-button-next,.quotes .swiper-button-prev{padding:20px}}@media screen and (min-width:768px){.quotes .quotes__col.quotes__col--image{margin-top:0}}@media screen and (min-width:768px)and (max-width:390px){.quotes .quotes__col.quotes__col--image{padding-left:16px}}@media screen and (min-width:768px)and (min-width:390px)and (max-width:1440px){.quotes .quotes__col.quotes__col--image{padding-left:calc(14.51429px + .38095vw)}}@media screen and (min-width:768px)and (min-width:1440px)and (max-width:2560px){.quotes .quotes__col.quotes__col--image{padding-left:calc(14.85714px + .35714vw)}}@media screen and (min-width:768px)and (min-width:2560px){.quotes .quotes__col.quotes__col--image{padding-left:24px}}@media screen and (min-width:768px){.quotes__wrap--quote-info{align-items:center;flex-direction:row}.quotes__col--image{aspect-ratio:auto}.quotes__background-svg{right:28%}.quotes__svg--squiggle{height:120px}}@media(hover:hover)and (pointer:fine){.quotes__nav:hover{background-color:#e31933;border-color:#e31933;color:#fff}}.stats-columns{text-align:center}@media screen and (max-width:390px){.stats-columns__row--stats{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.stats-columns__row--stats{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.stats-columns__row--stats{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.stats-columns__row--stats{margin-top:56px}}@media screen and (max-width:390px){.stats-columns__col{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.stats-columns__col{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.stats-columns__col{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.stats-columns__col{margin-top:56px}}.stats-columns__col:first-of-type{margin-top:0}.stats-columns__wrap{text-align:center}.stats-columns__wrap--heading{align-items:center;display:flex;justify-content:center;position:relative}.stats-columns__heading--1{color:#4b0894}.stats-columns__heading--2{color:#0065a4}.stats-columns__heading--3{color:#009491}.stats-columns__heading--4{color:#a25706}.stats-columns__content{color:rgba(46,46,45,.88)}@media screen and (max-width:390px){.stats-columns__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.stats-columns__content{margin-top:calc(13.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.stats-columns__content{margin-top:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.stats-columns__content{margin-top:32px}}.stats-columns__svg{height:100%;position:absolute;width:100%}@media screen and (max-width:390px){.stats-columns__container+.stats-columns__container{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.stats-columns__container+.stats-columns__container{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.stats-columns__container+.stats-columns__container{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.stats-columns__container+.stats-columns__container{margin-top:56px}}@media screen and (max-width:390px){.stats-columns__heading+.stats-columns__content{margin-top:16px}}@media screen and (min-width:390px)and (max-width:1440px){.stats-columns__heading+.stats-columns__content{margin-top:calc(14.51429px + .38095vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.stats-columns__heading+.stats-columns__content{margin-top:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.stats-columns__heading+.stats-columns__content{margin-top:24px}}@media screen and (min-width:1024px){.stats-columns__col{margin-top:0}.stats-columns--1 .stats-columns__col--card{flex-basis:50%;margin:0 auto;max-width:50%}.stats-columns--4 .stats-columns__col--card{flex-basis:25%;max-width:25%}}@media screen and (min-width:1024px)and (max-width:390px){.stats-columns--4 .stats-columns__col--card{margin-top:10px}}@media screen and (min-width:1024px)and (min-width:390px)and (max-width:1440px){.stats-columns--4 .stats-columns__col--card{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1024px)and (min-width:1440px)and (max-width:2560px){.stats-columns--4 .stats-columns__col--card{margin-top:calc(-.57143px + 1.42857vw)}}@media screen and (min-width:1024px)and (min-width:2560px){.stats-columns--4 .stats-columns__col--card{margin-top:36px}}@media screen and (min-width:1024px){.stats-columns--4 .stats-columns__col--card:first-child,.stats-columns--4 .stats-columns__col--card:nth-child(2),.stats-columns--4 .stats-columns__col--card:nth-child(3),.stats-columns--4 .stats-columns__col--card:nth-child(4){margin-top:0}}.styleguide__swatch--primary-1 .styleguide__label--hex:before{content:"#E31933"}.styleguide__swatch--primary-1-light .styleguide__label--hex:before{content:"#F18C99"}.styleguide__swatch--primary-1-lightest .styleguide__label--hex:before{content:"#FCE8EB"}.styleguide__swatch--primary-1-dark .styleguide__label--hex:before{content:"#AE1328"}.styleguide__swatch--primary-2 .styleguide__label--hex:before{content:"#F78E1E"}.styleguide__swatch--primary-2-light .styleguide__label--hex:before{content:"#F9B771"}.styleguide__swatch--primary-2-lightest .styleguide__label--hex:before{content:"#FCECDA"}.styleguide__swatch--primary-2-dark .styleguide__label--hex:before{content:"#A25706"}.styleguide__swatch--secondary-1 .styleguide__label--hex:before{content:"#B1005D"}.styleguide__swatch--secondary-2 .styleguide__label--hex:before{content:"#009491"}.styleguide__swatch--secondary-3 .styleguide__label--hex:before{content:"#B66107"}.styleguide__swatch--secondary-4 .styleguide__label--hex:before{content:"#20440D"}.styleguide__swatch--secondary-5 .styleguide__label--hex:before{content:"#0065A4"}.styleguide__swatch--secondary-6 .styleguide__label--hex:before{content:"#4B0894"}.styleguide__swatch--secondary-7 .styleguide__label--hex:before{content:"#FFB8D7"}.styleguide__swatch--secondary-8 .styleguide__label--hex:before{content:"#C0F2E9"}.styleguide__swatch--secondary-9 .styleguide__label--hex:before{content:"#FACD8E"}.styleguide__swatch--secondary-10 .styleguide__label--hex:before{content:"#DAE885"}.styleguide__swatch--secondary-11 .styleguide__label--hex:before{content:"#C8EBF8"}.styleguide__swatch--secondary-12 .styleguide__label--hex:before{content:"#DCC3F5"}.styleguide__swatch--light-100 .styleguide__label--hex:before{content:"#fff"}.styleguide__swatch--light-88 .styleguide__label--hex:before{content:"rgba(255, 255, 255, 0.88)"}.styleguide__swatch--light-64 .styleguide__label--hex:before{content:"rgba(255, 255, 255, 0.64)"}.styleguide__swatch--light-48 .styleguide__label--hex:before{content:"rgba(255, 255, 255, 0.48)"}.styleguide__swatch--light-32 .styleguide__label--hex:before{content:"rgba(255, 255, 255, 0.32)"}.styleguide__swatch--light-16 .styleguide__label--hex:before{content:"rgba(255, 255, 255, 0.16)"}.styleguide__swatch--light-8 .styleguide__label--hex:before{content:"rgba(255, 255, 255, 0.08)"}.styleguide__swatch--light-4 .styleguide__label--hex:before{content:"rgba(255, 255, 255, 0.04)"}.styleguide__swatch--off-white .styleguide__label--hex:before{content:"#F6F3EE"}.styleguide__swatch--dark-100 .styleguide__label--hex:before{content:"#2E2E2D"}.styleguide__swatch--dark-88 .styleguide__label--hex:before{content:"rgba(46, 46, 45, 0.88)"}.styleguide__swatch--dark-64 .styleguide__label--hex:before{content:"rgba(46, 46, 45, 0.64)"}.styleguide__swatch--dark-48 .styleguide__label--hex:before{content:"rgba(46, 46, 45, 0.48)"}.styleguide__swatch--dark-32 .styleguide__label--hex:before{content:"rgba(46, 46, 45, 0.32)"}.styleguide__swatch--dark-16 .styleguide__label--hex:before{content:"rgba(46, 46, 45, 0.16)"}.styleguide__swatch--dark-8 .styleguide__label--hex:before{content:"rgba(46, 46, 45, 0.08)"}.styleguide__swatch--dark-4 .styleguide__label--hex:before{content:"rgba(46, 46, 45, 0.04)"}.styleguide__swatch--bg-depth .styleguide__label--hex:before{content:"#F6F3EE"}.styleguide__swatch--success .styleguide__label--hex:before{content:"#046E6A"}.styleguide__swatch--warning .styleguide__label--hex:before{content:"#CF6E07"}.styleguide__swatch--error .styleguide__label--hex:before{content:"#cf2543"}.styleguide__container--example{background-color:#fbf9f7;border-radius:12px;margin-bottom:20px;padding:32px;text-align:center}.styleguide__row{align-items:center;margin-top:40px}.styleguide__row--black{background-color:#2e2e2d;color:#fff;position:relative}.styleguide__row--black:after{background-color:#2e2e2d;content:"";height:100%;left:-2000px;position:absolute;width:5000px;z-index:-2}.styleguide__row--button{align-items:center;margin-top:60px}.styleguide__row--padding{align-items:flex-end}.styleguide__col{padding:0 20px}.styleguide__col--subheading{margin-bottom:30px}.styleguide__col--colour{margin-top:20px}.styleguide__col--button{text-align:center}.styleguide__col--description{margin-bottom:10px;margin-top:60px}.styleguide__col--description:first-of-type{margin-top:0}.styleguide__padding{background-color:#fbf9f7;border:1px dashed rgba(46,46,45,.88);border-radius:12px;margin-bottom:32px;margin-top:10px}.styleguide__padding--50{height:2px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--50{height:2px}}@media(min-width:1440px){.styleguide__padding--50{height:2px}}.styleguide__padding--100{height:4px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--100{height:4px}}@media(min-width:1440px){.styleguide__padding--100{height:4px}}.styleguide__padding--200{height:8px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--200{height:8px}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--200{height:8px}}@media(min-width:2560px){.styleguide__padding--200{height:8px}}.styleguide__padding--300{height:10px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--300{height:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--300{height:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__padding--300{height:16px}}.styleguide__padding--400{height:12px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--400{height:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--400{height:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__padding--400{height:20px}}.styleguide__padding--500{height:16px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--500{height:calc(14.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--500{height:calc(14.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__padding--500{height:24px}}.styleguide__padding--600{height:16px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--600{height:calc(13.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--600{height:calc(13.71429px + .71429vw)}}@media(min-width:2560px){.styleguide__padding--600{height:32px}}.styleguide__padding--700{height:24px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--700{height:calc(21.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--700{height:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.styleguide__padding--700{height:40px}}.styleguide__padding--800{height:32px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--800{height:calc(26.05714px + 1.52381vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--800{height:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.styleguide__padding--800{height:56px}}.styleguide__padding--900{height:48px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--900{height:calc(42.05714px + 1.52381vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--900{height:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.styleguide__padding--900{height:72px}}.styleguide__padding--1000{height:56px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--1000{height:calc(47.08571px + 2.28571vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--1000{height:calc(59.42857px + 1.42857vw)}}@media(min-width:2560px){.styleguide__padding--1000{height:96px}}.styleguide__padding--1100{height:80px}@media(min-width:390px)and (max-width:1440px){.styleguide__padding--1100{height:calc(65.14286px + 3.80952vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__padding--1100{height:calc(89.14286px + 2.14286vw)}}@media(min-width:2560px){.styleguide__padding--1100{height:144px}}.styleguide__block-spacing{align-items:center;background-color:#fbf9f7;border:1px dashed rgba(46,46,45,.88);border-radius:12px;display:flex;justify-content:center;margin-bottom:32px;margin-top:10px}.styleguide__block-spacing--100{height:24px}@media(min-width:390px)and (max-width:1440px){.styleguide__block-spacing--100{height:calc(10.62857px + 3.42857vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__block-spacing--100{height:calc(36.85714px + 1.60714vw)}}@media(min-width:2560px){.styleguide__block-spacing--100{height:78px}}.styleguide__block-spacing--200{height:48px}@media(min-width:390px)and (max-width:1440px){.styleguide__block-spacing--200{height:calc(36.11429px + 3.04762vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__block-spacing--200{height:calc(38.85714px + 2.85714vw)}}@media(min-width:2560px){.styleguide__block-spacing--200{height:112px}}.styleguide__block-spacing--300{height:64px}@media(min-width:390px)and (max-width:1440px){.styleguide__block-spacing--300{height:calc(43.2px + 5.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__block-spacing--300{height:calc(48px + 5vw)}}@media(min-width:2560px){.styleguide__block-spacing--300{height:176px}}.styleguide__block-spacing--400{height:96px}@media(min-width:390px)and (max-width:1440px){.styleguide__block-spacing--400{height:calc(72.22857px + 6.09524vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__block-spacing--400{height:calc(77.71429px + 5.71429vw)}}@media(min-width:2560px){.styleguide__block-spacing--400{height:224px}}.styleguide__block-spacing--500{height:120px}@media(min-width:390px)and (max-width:1440px){.styleguide__block-spacing--500{height:calc(90.28571px + 7.61905vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__block-spacing--500{height:calc(97.14286px + 7.14286vw)}}@media(min-width:2560px){.styleguide__block-spacing--500{height:280px}}.styleguide__content-spacing{align-items:center;background-color:#fbf9f7;border:1px dashed rgba(46,46,45,.88);display:flex;justify-content:center;margin-bottom:32px;margin-top:10px}.styleguide__content-spacing--100{height:12px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--100{height:calc(9.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--100{height:calc(12.28571px + .53571vw)}}@media(min-width:2560px){.styleguide__content-spacing--100{height:26px}}.styleguide__content-spacing--100{width:12px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--100{width:calc(9.02857px + .7619vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--100{width:calc(12.28571px + .53571vw)}}@media(min-width:2560px){.styleguide__content-spacing--100{width:26px}}.styleguide__content-spacing--200{height:18px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--200{height:calc(12.8px + 1.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--200{height:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.styleguide__content-spacing--200{height:40px}}.styleguide__content-spacing--200{width:18px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--200{width:calc(12.8px + 1.33333vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--200{width:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.styleguide__content-spacing--200{width:40px}}.styleguide__content-spacing--300{height:26px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--300{height:calc(11.88571px + 3.61905vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--300{height:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.styleguide__content-spacing--300{height:80px}}.styleguide__content-spacing--300{width:26px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--300{width:calc(11.88571px + 3.61905vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--300{width:calc(43.42857px + 1.42857vw)}}@media(min-width:2560px){.styleguide__content-spacing--300{width:80px}}.styleguide__content-spacing--400{height:34px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--400{height:calc(16.91429px + 4.38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--400{height:calc(54.28571px + 1.78571vw)}}@media(min-width:2560px){.styleguide__content-spacing--400{height:100px}}.styleguide__content-spacing--400{width:34px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--400{width:calc(16.91429px + 4.38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--400{width:calc(54.28571px + 1.78571vw)}}@media(min-width:2560px){.styleguide__content-spacing--400{width:100px}}.styleguide__content-spacing--500{height:40px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--500{height:calc(5.82857px + 8.7619vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--500{height:calc(88.28571px + 3.03571vw)}}@media(min-width:2560px){.styleguide__content-spacing--500{height:166px}}.styleguide__content-spacing--500{width:40px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--500{width:calc(5.82857px + 8.7619vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--500{width:calc(88.28571px + 3.03571vw)}}@media(min-width:2560px){.styleguide__content-spacing--500{width:166px}}.styleguide__content-spacing--600{height:48px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--600{height:calc(-24.8px + 18.66667vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--600{height:calc(164.28571px + 5.53571vw)}}@media(min-width:2560px){.styleguide__content-spacing--600{height:306px}}.styleguide__content-spacing--600{width:48px}@media(min-width:390px)and (max-width:1440px){.styleguide__content-spacing--600{width:calc(-24.8px + 18.66667vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__content-spacing--600{width:calc(164.28571px + 5.53571vw)}}@media(min-width:2560px){.styleguide__content-spacing--600{width:306px}}.styleguide__blur-wrap{height:200px;margin-bottom:0;margin-top:10px;padding-bottom:0;position:relative}.styleguide__blur-image{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:390px)and (max-width:1440px){.styleguide__blur-image{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__blur-image{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__blur-image{border-radius:20px}}.styleguide__blur{height:136px;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);width:90%}.styleguide__overlay-wrap{height:200px;margin-bottom:0;margin-top:10px;padding-bottom:0;position:relative}.styleguide__overlay-image{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:390px)and (max-width:1440px){.styleguide__overlay-image{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__overlay-image{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__overlay-image{border-radius:20px}}.styleguide__overlay{border-radius:12px;inset:1;position:absolute}@media(min-width:390px)and (max-width:1440px){.styleguide__overlay{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__overlay{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__overlay{border-radius:20px}}.styleguide__shadow{align-items:center;background-color:#fbf9f7;border-radius:12px;display:flex;height:136px;justify-content:center}@media(min-width:390px)and (max-width:1440px){.styleguide__shadow{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__shadow{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__shadow{border-radius:20px}}.styleguide__border{align-items:center;background-color:#fbf9f7;border-radius:12px;display:flex;height:136px;justify-content:center}@media(min-width:390px)and (max-width:1440px){.styleguide__border{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__border{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.styleguide__border{border-radius:20px}}.styleguide__intro-col--right{text-align:right}.styleguide__logo{display:inline-block;transition:all .3s ease-in-out}.styleguide__logo:hover{opacity:.8}.styleguide__image{height:auto;max-width:150px}.styleguide__title{font-size:20px;font-weight:700}.styleguide__subheading{border-bottom:1px solid rgba(46,46,45,.16);padding-bottom:10px}.styleguide__swatch{aspect-ratio:1;background-color:#e31933;border-radius:10px;overflow:hidden;position:relative;width:200px}@media(min-width:390px)and (max-width:1440px){.styleguide__swatch{border-radius:calc(9.25714px + .19048vw)}}@media(min-width:1440px)and (max-width:2560px){.styleguide__swatch{border-radius:calc(9.42857px + .17857vw)}}@media(min-width:2560px){.styleguide__swatch{border-radius:14px}}.styleguide__swatch--primary-1{background-color:#e31933}.styleguide__swatch--primary-1-light{background-color:#f18c99}.styleguide__swatch--primary-1-lightest{background-color:#fce8eb}.styleguide__swatch--primary-1-dark{background-color:#ae1328}.styleguide__swatch--primary-2{background-color:#f78e1e}.styleguide__swatch--primary-2-light{background-color:#f9b771}.styleguide__swatch--primary-2-lightest{background-color:#fcecda}.styleguide__swatch--primary-2-dark{background-color:#a25706}.styleguide__swatch--secondary-1{background-color:#b1005d}.styleguide__swatch--secondary-2{background-color:#009491}.styleguide__swatch--secondary-3{background-color:#b66107}.styleguide__swatch--secondary-4{background-color:#20440d}.styleguide__swatch--secondary-5{background-color:#0065a4}.styleguide__swatch--secondary-6{background-color:#4b0894}.styleguide__swatch--secondary-7{background-color:#ffb8d7}.styleguide__swatch--secondary-8{background-color:#c0f2e9}.styleguide__swatch--secondary-9{background-color:#facd8e}.styleguide__swatch--secondary-10{background-color:#dae885}.styleguide__swatch--secondary-11{background-color:#c8ebf8}.styleguide__swatch--secondary-12{background-color:#dcc3f5}.styleguide__swatch--light-100{background-color:#fff}.styleguide__swatch--light-88{background-color:hsla(0,0%,100%,.88)}.styleguide__swatch--light-64{background-color:hsla(0,0%,100%,.64)}.styleguide__swatch--light-48{background-color:hsla(0,0%,100%,.48)}.styleguide__swatch--light-32{background-color:hsla(0,0%,100%,.32)}.styleguide__swatch--light-16{background-color:hsla(0,0%,100%,.16)}.styleguide__swatch--light-8{background-color:hsla(0,0%,100%,.08)}.styleguide__swatch--light-4{background-color:hsla(0,0%,100%,.04)}.styleguide__swatch--off-white{background-color:#f6f3ee}.styleguide__swatch--dark-100{background-color:#2e2e2d}.styleguide__swatch--dark-88{background-color:rgba(46,46,45,.88)}.styleguide__swatch--dark-64{background-color:rgba(46,46,45,.64)}.styleguide__swatch--dark-48{background-color:rgba(46,46,45,.48)}.styleguide__swatch--dark-32{background-color:rgba(46,46,45,.32)}.styleguide__swatch--dark-16{background-color:rgba(46,46,45,.16)}.styleguide__swatch--dark-8{background-color:rgba(46,46,45,.08)}.styleguide__swatch--dark-4{background-color:rgba(46,46,45,.04)}.styleguide__swatch--bg-depth{background-color:#f6f3ee}.styleguide__swatch--success{background-color:#046e6a}.styleguide__swatch--warning{background-color:#cf6e07}.styleguide__swatch--error{background-color:#cf2543}.styleguide__label{color:rgba(46,46,45,.64);font-family:Defused OT,sans-serif;font-size:16px;line-height:20px;text-transform:uppercase}.styleguide__label--name{margin-top:8px}.styleguide__description{color:rgba(46,46,45,.88);font-family:Lexend,sans-serif;font-size:14px;font-weight:400;letter-spacing:1px;line-height:16px;text-transform:uppercase}.styleguide__description--border-radius,.styleguide__description--margin,.styleguide__description--padding{margin-top:45px}.styleguide__description--heading{color:#e31933;font-size:16px;padding:30px 0 0}.styleguide__description--subheading{font-size:12px;padding:0 0 30px;text-transform:lowercase}.styleguide__description--center{text-align:center}.styleguide__col--typography{margin:20px 0 60px}.styleguide__col--typography:last-child{margin-bottom:0}.styleguide__border-radius{align-items:center;background-color:#fbf9f7;display:flex;height:136px;justify-content:center;margin-bottom:20px;width:100%}.styleguide .btn--no-icon .btn__svg,.styleguide .btn--no-icon .btn__wrap{display:none}.styleguide .btn--icon-left .btn__wrap{order:-1}@media screen and (min-width:768px){.styleguide__row{margin-top:60px}.styleguide__col--typography{margin:26px 0 100px}.styleguide__col--subheading{margin-bottom:20px}.styleguide__subheading{padding-bottom:30px}.styleguide__col--description+.styleguide__col--typography{margin:26px 0 40px}}@media screen and (min-width:1024px){.styleguide__title{font-size:22px}.styleguide__row{margin-top:80px}.styleguide__col--subheading{margin-bottom:40px}}@media screen and (min-width:1440px){.styleguide__title{font-size:24px}.styleguide__row{margin-top:100px}.styleguide__col--subheading{margin-bottom:30px}.styleguide__col--colour{margin-top:30px}}.tabbed-content__tabs{background-color:#fbf9f7;border-radius:14px;display:flex;margin:0 auto;width:-moz-fit-content;width:fit-content}@media(min-width:390px)and (max-width:1440px){.tabbed-content__tabs{border-radius:calc(11.77143px + .57143vw)}}@media(min-width:1440px)and (max-width:2560px){.tabbed-content__tabs{border-radius:calc(9.71429px + .71429vw)}}@media(min-width:2560px){.tabbed-content__tabs{border-radius:28px}}.tabbed-content__tabs{gap:4px}@media(min-width:390px)and (max-width:1440px){.tabbed-content__tabs{gap:4px}}@media(min-width:1440px){.tabbed-content__tabs{gap:4px}}@media screen and (max-width:390px){.tabbed-content__tabs{padding:8px}}@media screen and (min-width:390px)and (max-width:1440px){.tabbed-content__tabs{padding:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.tabbed-content__tabs{padding:8px}}@media(min-width:2560px){.tabbed-content__tabs{padding:8px}}.tabbed-content__tab-link{border-radius:12px;outline:1px solid transparent;text-decoration:none}@media(min-width:390px)and (max-width:1440px){.tabbed-content__tab-link{border-radius:calc(10.51429px + .38095vw)}}@media(min-width:1440px)and (max-width:2560px){.tabbed-content__tab-link{border-radius:calc(10.85714px + .35714vw)}}@media(min-width:2560px){.tabbed-content__tab-link{border-radius:20px}}@media screen and (max-width:390px){.tabbed-content__tab-link{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:390px)and (max-width:1440px){.tabbed-content__tab-link{padding-bottom:8px;padding-top:8px}}@media screen and (min-width:1440px)and (max-width:2560px){.tabbed-content__tab-link{padding-bottom:8px;padding-top:8px}}@media(min-width:2560px){.tabbed-content__tab-link{padding-bottom:8px;padding-top:8px}}@media screen and (max-width:390px){.tabbed-content__tab-link{padding-left:10px;padding-right:10px}}@media screen and (min-width:390px)and (max-width:1440px){.tabbed-content__tab-link{padding-left:calc(9.25714px + .19048vw);padding-right:calc(9.25714px + .19048vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tabbed-content__tab-link{padding-left:calc(6.85714px + .35714vw);padding-right:calc(6.85714px + .35714vw)}}@media(min-width:2560px){.tabbed-content__tab-link{padding-left:16px;padding-right:16px}}.tabbed-content__tab-link.is-active{background-color:rgba(46,46,45,.88);color:#fff;outline:1px solid hsla(0,0%,100%,.08)}@media screen and (max-width:390px){.tabbed-content__row+.tabbed-content__tabs{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.tabbed-content__row+.tabbed-content__tabs{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tabbed-content__row+.tabbed-content__tabs{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.tabbed-content__row+.tabbed-content__tabs{margin-top:40px}}@media screen and (max-width:390px){.tabbed-content__tabs+.tabbed-content__row{margin-top:48px}}@media screen and (min-width:390px)and (max-width:1440px){.tabbed-content__tabs+.tabbed-content__row{margin-top:calc(42.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.tabbed-content__tabs+.tabbed-content__row{margin-top:calc(53.71429px + .71429vw)}}@media(min-width:2560px){.tabbed-content__tabs+.tabbed-content__row{margin-top:72px}}@media screen and (max-width:390px){.team-cards__row{margin-top:32px}}@media screen and (min-width:390px)and (max-width:1440px){.team-cards__row{margin-top:calc(26.05714px + 1.52381vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-cards__row{margin-top:calc(37.71429px + .71429vw)}}@media(min-width:2560px){.team-cards__row{margin-top:56px}}.team-cards__row--cards{display:flex}.team-cards__col--content{width:390px}@media(min-width:390px)and (max-width:1440px){.team-cards__col--content{width:calc(249.6px + 36vw)}}@media(min-width:1440px)and (max-width:2560px){.team-cards__col--content{width:calc(-.85714px + 53.39286vw)}}@media(min-width:2560px){.team-cards__col--content{width:1366px}}@media screen and (max-width:390px){.team-cards__col--button{margin-top:24px}}@media screen and (min-width:390px)and (max-width:1440px){.team-cards__col--button{margin-top:calc(21.02857px + .7619vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-cards__col--button{margin-top:calc(21.71429px + .71429vw)}}@media(min-width:2560px){.team-cards__col--button{margin-top:40px}}@media screen and (max-width:390px){.team-cards__col--card{margin-top:10px}}@media screen and (min-width:390px)and (max-width:1440px){.team-cards__col--card{margin-top:calc(6.28571px + .95238vw)}}@media screen and (min-width:1440px)and (max-width:2560px){.team-cards__col--card{margin-top:calc(-.57143px + 1.42857vw)}}@media(min-width:2560px){.team-cards__col--card{margin-top:36px}}.team-cards__col--card:first-child{margin-top:0}@media screen and (min-width:768px){.team-cards__row--cards{flex-direction:row}.team-cards .team-cards__col--card:first-child,.team-cards .team-cards__col--card:nth-child(2){margin-top:0}}@media screen and (min-width:1024px){.team-cards .team-cards__col--card:nth-child(3),.team-cards .team-cards__col--card:nth-child(4){margin-top:0}.team-cards__col--button{align-items:flex-end;display:flex;justify-content:flex-end;margin-top:0}}@media screen and (min-width:1440px){.team-cards--6 .team-cards__col--card:nth-child(5),.team-cards--6 .team-cards__col--card:nth-child(6){margin-top:0}.team-cards--5 .team-cards__col--card{flex-basis:20%;max-width:20%}.team-cards--5 .team-cards__col--card:nth-child(5){margin-top:0}}@media screen and (max-width:768px){.team-cards__col--button{order:3}}

/*# sourceMappingURL=app-site-1.css.map*/