@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap";.vbox-overlay{--vbox-tools-color:#fff;--vbox-title-background:#101010;--vbox-title-width:"auto";--vbox-title-radius:0;--vbox-share-background:#101010;--vbox-share-width:"auto";--vbox-share-radius:0;--vbox-padding:0;--vbox-max-width:100%}.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-share,.vbox-title{line-height:1;position:fixed;z-index:98;text-align:center;margin:0 auto;color:var(--vbox-tools-color)}.vbox-title{font-size:12px;background-color:var(--vbox-title-background);width:var(--vbox-title-width);border-radius:var(--vbox-title-radius);padding:12px 54px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.vbox-share{font-size:24px;padding:0 .35em;background-color:var(--vbox-share-background);width:var(--vbox-share-width);border-radius:var(--vbox-share-radius)}.vbox-link-btn,button.vbox-link-btn,button.vbox-link-btn:active,button.vbox-link-btn:focus,button.vbox-link-btn:hover{border:none!important;background:0 0!important;box-shadow:none!important;color:inherit!important;padding:6px 12px;outline:0;display:inline-block;cursor:pointer}.vbox-share a{color:inherit!important;padding:6px 12px;display:inline-block}.vbox-share svg{z-index:10;vertical-align:middle}.vbox-close{cursor:pointer;position:fixed;top:0;right:0;z-index:99;padding:6px 15px;color:#000;color:var(--vbox-tools-color);border:0;font-size:24px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.vbox-close:hover{opacity:1}.vbox-left-corner{cursor:pointer;position:fixed;left:0;top:0;overflow:hidden;line-height:1;font-size:12px;z-index:99;display:flex;align-items:center;color:var(--vbox-tools-color)}.vbox-num{display:inline-block;padding:12px 15px}.vbox-left{left:0}.vbox-right{right:0}.vbox-top{top:0}.vbox-bottom{bottom:0}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99;opacity:.8;transition:opacity .2s}.vbox-next:hover,.vbox-prev:hover{opacity:1}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:var(--vbox-tools-color);border-right-color:var(--vbox-tools-color);text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%;padding:30px 0}.vbox-content{opacity:0;text-align:center;width:100%;position:relative;overflow:hidden;padding:0 4%;display:flex;align-items:center;justify-content:center;min-height:100%}.vbox-container img{max-width:100%;height:auto}.vbox-child{box-shadow:0 0 12px #00000030,0 6px 6px #0000003b;max-width:var(--vbox-max-width);text-align:initial;padding:var(--vbox-padding)}.vbox-child img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:block}.vbox-fit .vbox-child img,.vbox-fit .vbox-child.venoratio{max-height:calc(100vh - 60px)}.vbox-inline,.venoratio{position:relative;width:100%;margin:0 auto}.venoratio:before{display:block;padding-top:var(--vb-aspect-ratio);content:""}.venoratio>*{position:absolute;top:0;left:0;width:100%;height:100%;padding:var(--vbox-padding)}.venoratio-1x1{--vb-aspect-ratio:100%;max-width:min(var(--vbox-max-width),(100vh - 60px))}.venoratio-4x3.vbox-child.venoratio{--vb-aspect-ratio: 75% ;max-width:min(var(--vbox-max-width),(100vh - 60px) * 4 / 3)}.venoratio-16x9.vbox-child.venoratio{--vb-aspect-ratio: 56.25% ;max-width:min(var(--vbox-max-width),(100vh - 60px) * 16 / 9)}.venoratio-21x9.vbox-child.venoratio{--vb-aspect-ratio:calc(9 / 21 * 100%);max-width:min(var(--vbox-max-width),(100vh - 60px) * 21 / 9)}.venoratio-full{--vb-aspect-ratio: calc(100vh - 60px) }.vbox-grab .vbox-child img{cursor:grab}.vbox-child>iframe{border:none!important}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-preloader{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.vbox-preloader .vbox-preloader-inner{opacity:1;transition:opacity .2s}.vbox-hidden{display:none}.vbox-preloader.vbox-hidden .vbox-preloader-inner{opacity:0}.vbox-backdrop{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:translateZ(-1px);-moz-transform:translateZ(-1px);-o-transform:translateZ(-1px);transform:translateZ(-1px);z-index:0}.vbox-tooltip{position:relative;display:inline-block}.vbox-tooltip .vbox-tooltip-text{visibility:hidden;color:#fff;text-align:center;padding:0;position:absolute;z-index:1;bottom:100%;left:0;opacity:0;transition:opacity .3s;margin-bottom:2px;font-family:sans-serif}.vbox-top .vbox-tooltip .vbox-tooltip-text{bottom:auto;top:100%;margin-bottom:0;margin-top:2px}.vbox-tooltip-inner{padding:5px 10px;background-color:#000000e6;border-radius:6px;font-size:10px}.vbox-tooltip:hover .vbox-tooltip-text{visibility:visible;opacity:1}.vbox-overlay{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);animation:sk-plane 1.2s infinite ease-in-out}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(360deg)}}@keyframes sk-chase-dot{to,80%{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s infinite cubic-bezier(.455,.03,.515,.955)}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;animation:sk-wave 1.2s infinite ease-in-out}.sk-wave-rect:nth-child(1){animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-.9s}.sk-wave-rect:nth-child(5){animation-delay:-.8s}@keyframes sk-wave{0%,to,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s infinite cubic-bezier(.455,.03,.515,.955)}@keyframes sk-pulse{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size) * 1.3);height:calc(var(--sk-size) * 1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both}.sk-flow-dot:nth-child(1){animation-delay:-.3s}.sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,to,80%{transform:scale(.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-swing 1.8s infinite linear}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;animation:sk-swing-dot 2s infinite ease-in-out}.sk-swing-dot:nth-child(2){top:auto;bottom:0;animation-delay:-1s}@keyframes sk-swing{to{transform:rotate(360deg)}}@keyframes sk-swing-dot{0%,to{transform:scale(.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:"";display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle 1.2s infinite ease-in-out both}.sk-circle-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle{0%,to,80%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:"";display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle-fade 1.2s infinite ease-in-out both}.sk-circle-fade-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle-fade{0%,to,39%{opacity:0;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s infinite ease-in-out}.sk-grid-cube:nth-child(1){animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,to,70%{transform:scaleZ(1)}35%{transform:scale3D(0,0,1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotate(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);animation:sk-fold 2.4s infinite linear both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotate(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotate(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotate(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}to,90%{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance:calc(var(--sk-size) * .75);animation:sk-wander 2s ease-in-out -2s infinite both}.sk-wander-cube:nth-child(2){animation-delay:-.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translate(var(--sk-wander-distance)) rotate(-90deg) scale(.6)}50%{transform:translate(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translate(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translate(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)}to{transform:rotate(-360deg)}}:root{--category-color: #fff;--text-color: #0a2234}html{scroll-behavior:smooth}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-size-adjust:none}body .elementor-element p:last-child{margin-bottom:0}body .elementor-swiper-button{border-radius:50%}body .elementor-widget-search .e-search-submit:focus-visible,body .elementor-widget-search .e-search-submit:focus,body .ginput_container_select:has(select+*):focus,body label:focus,body label:focus-visible,body .select2-selection:focus,body .select2-selection:focus-visible,body .selection:focus,body .selection:focus-visible,body .select2:focus,body .select2:focus-visible,body .elementor-share-btn:focus-visible,body .elementor-share-btn:focus,body .e-n-menu-dropdown-icon:focus,body .e-n-menu-dropdown-icon:focus-visible,body .elementor-custom-embed-play:focus,body .elementor-widget-n-accordion .e-n-accordion-item:not([open]) .e-n-accordion-item-title:focus,body .elementor-swiper-button:focus,body select:focus-visible,body select:focus,body textarea:focus-visible,body input:focus-visible,body .elementor-button.elementor-button:focus,body a:focus{outline:1px var(--e-global-color-text)!important;outline-style:dashed!important;outline-offset:3px!important}body h1,body h2,body h3,body h4,body h5,body h6{margin-top:0}@media screen and (max-width: 600px){#wpadminbar{position:fixed}}.clear:after{content:"";line-height:0;display:table;clear:both}.sr-only,.sr-only-focusable:not(:focus,:focus-within){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.image-fit{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}.image-fit img,.image-fit video{width:100%;height:100%;object-fit:cover}.notext{white-space:nowrap;text-indent:100%;text-shadow:none;overflow:hidden}[disabled],.disabled{cursor:default}[hidden],.hidden{display:none}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.hidden-xs{display:none!important}}@media (min-width: 767.02px) and (max-width: 1023px){.hidden-sm{display:none!important}}@media (min-width: 1023.02px) and (max-width: 1199px){.hidden-md{display:none!important}}@media (min-width: 1199.02px){.hidden-lg{display:none!important}}.btn{--button-font-size: 1.6rem;--button-border-radius: 0;--button-color: #fff;--button-background-color: transparent;--button-border-color: #000;--button-transition-duration: var(--theme-transition-duration);--button-hover-color: #000;--button-hover-background-color: #fff;--button-hover-border-color: #000;display:inline-block;font-size:var(--button-font-size);text-align:center;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:var(--button-border-radius);background:var(--button-background-color);border:1px solid var(--button-border-color);color:var(--button-color);transition:color,background,border;transition-duration:var(--button-transition-duration);padding:1rem 2rem}@media (hover: hover) and (pointer: fine){.btn:where(:hover,:focus-visible){color:var(--button-hover-color);background:var(--button-hover-background-color);border-color:var(--button-hover-border-color)}}.btn--outlined{--button-color: #000;--button-background-color: #fff;--button-hover-color: #fff;--button-hover-background-color: #000}.btn--block{display:block}.btn.btn--primary{font-family:DM Sans,Roboto,sans-serif;font-size:18px;line-height:1.1;font-weight:700;color:#0d3381;border:2px solid #0D3381;border-radius:10px;padding:14px 28px;transition:background-color .3s,color .3s;text-decoration:none}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.btn.btn--primary{font-size:16px;padding:10px 24px}}.btn.btn--primary:hover{color:#fff;background-color:#0d3381}.btn.btn--icons{display:flex;align-items:center;justify-content:center;gap:7px}.btn.btn--icons svg{color:currentColor}.btn.btn--icons i{font-size:0}.btn.btn--icons span{line-height:1}.donation-features{margin-top:88px}.donation-features__inner{display:grid;grid-template-columns:minmax(200px,521px) minmax(200px,620px);justify-content:space-between;margin-bottom:110px;gap:60px;max-width:1350px;margin-inline:auto}@media (max-width: 1199px){.donation-features__inner{grid-template-columns:minmax(200px,400px) minmax(200px,620px);align-items:center}}@media (max-width: 1023px){.donation-features__inner{grid-template-columns:1fr}}.donation-features__image{position:relative;aspect-ratio:521/521}@media (max-width: 1023px){.donation-features__image{display:flex;align-items:center;justify-content:center;margin-inline:auto;width:70%;height:auto;aspect-ratio:auto}}@media (max-width: 575px){.donation-features__image{width:90%}}.donation-features__image img:not(.donation-features__image-icon){border-radius:100%}.donation-features__image .donation-features__image-icon:first-of-type{position:absolute;top:2px;right:-32px;width:86px}@media (max-width: 575px){.donation-features__image .donation-features__image-icon:first-of-type{width:50px}}.donation-features__image .donation-features__image-icon:last-of-type{position:absolute;bottom:6px;left:-32px;width:83px}@media (max-width: 575px){.donation-features__image .donation-features__image-icon:last-of-type{width:50px}}.donation-features__info{font-family:DM Sans,Roboto,sans-serif;padding-top:46px}@media (max-width: 1199px){.donation-features__info{padding-top:0}}.donation-features__info .donation-features__title{margin-bottom:12px}.donation-features__info .donation-features__title h2{font-size:52px;line-height:1.2;font-weight:700;color:#0d3381;margin:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donation-features__info .donation-features__title h2{font-size:36px}}.donation-features__info .donation-features__description{margin-bottom:12px}.donation-features__info .donation-features__description p{font-size:20px;line-height:1.45;font-weight:400;color:#0a2234;margin:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donation-features__info .donation-features__description p{font-size:18px}}.donation-features__info .donation-features__list{margin-bottom:42px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donation-features__info .donation-features__list{margin-bottom:24px}}.donation-features__info .donation-features__list ul{padding-left:20px}.donation-features__info .donation-features__list ul li{font-size:20px;line-height:1.45;font-weight:400;color:#0a2234}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donation-features__info .donation-features__list ul li{font-size:18px}}.donation-features__info ul li::marker{font-size:.7em}.donation-features__actions .btn{font-size:18px;line-height:1;font-weight:700;padding:16px 26px;color:#fff;background-color:#b70078;border:none;border-radius:5px;transition:background-color .3s;text-decoration:none}.donation-features__actions .btn:hover{background-color:#e40095}.donation-features__body{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));gap:64px 38px}@media (max-width: 1199px){.donation-features__body{gap:32px 20px}}@media (max-width: 1023px){.donation-features__body{grid-template-columns:repeat(2,minmax(100px,1fr))}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donation-features__body{grid-template-columns:minmax(100px,1fr)}}body:has(.donor-modal.is-active){overflow:hidden}.donor-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;width:100%;height:100%;transform:scale(1.1);transition:transform .3s,opacity .3s;opacity:0;pointer-events:none}.donor-modal.is-active{transform:scale(1);opacity:1;pointer-events:all}.donor-modal .donor-modal__overlay{background-color:#0d3381;opacity:66.17%;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1}.donor-modal .donor-modal__close{position:absolute;top:17px;right:20px}.donor-modal .donor-modal__body{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:874px;padding-block:80px 86px;padding-inline:8.7%;background-color:#fff;font-family:DM Sans,Roboto,sans-serif;text-align:center}@media (max-width: 1023px){.donor-modal .donor-modal__body{width:90%}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-modal .donor-modal__body{padding:60px 10px 30px}}.donor-modal .donor-modal__title h3{font-size:32px;line-height:1.9;font-weight:700;color:#0d3381;letter-spacing:-.7px;margin:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-modal .donor-modal__title h3{font-size:24px;line-height:1.2;margin-bottom:14px}}.donor-modal .donor-modal__price p{font-size:22px;line-height:1.6;font-weight:700;color:#0a2234;margin:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-modal .donor-modal__price p{font-size:18px;line-height:1.2}}.donor-modal .donor-modal__image{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;margin-top:20px;margin-bottom:40px;aspect-ratio:458/226}@media (max-width: 1023px){.donor-modal .donor-modal__image{width:90%}}.donor-modal .donor-modal__image img{width:100%;height:100%;object-fit:contain}.donor-modal .donor-modal__description{margin-bottom:34px}.donor-modal .donor-modal__description:last-child{margin-bottom:0}.donor-modal .donor-modal__description p{font-size:22px;line-height:1.6;font-weight:400;color:#0a2234;margin:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-modal .donor-modal__description p{font-size:18px;line-height:1.2}}.donor-modal .donor-modal__actions{display:flex;align-items:center;justify-content:center;gap:10px}.donor-modal .donor-modal__actions a{display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;line-height:1.1;font-weight:700;color:#b70078;text-decoration:none;transition:color .3s}.donor-modal .donor-modal__actions a:hover{color:#0d3381}.donor-modal .donor-modal__actions a i{font-size:0}.donor-modal .donor-modal__actions a svg{color:currentColor}.donor-tabs{margin-block:60px 50px}@media screen and (max-width: 1480px){.donor-tabs{padding-inline:40px}}@media (max-width: 1199px){.donor-tabs{padding-inline:20px}}.donor-tabs__nav{margin-bottom:50px}.donor-tabs .nav ul{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;list-style:none;width:fit-content;margin-inline:auto;background-color:#f1f1f1;padding:0;border-radius:34.5px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-tabs .nav ul li{width:100%}}.donor-tabs .nav ul li:hover a{border:3px solid #0D3381}.donor-tabs .nav ul li.is-active a{border:3px solid #0D3381;background-color:#fff}.donor-tabs .nav ul li.is-active a:hover{border:3px solid #0D3381;background-color:#0d3381}.donor-tabs .nav ul a{padding:20px 52.5px;border-radius:34.5px;border:3px solid transparent}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-tabs .nav ul a{padding:14px 32px}}.donor-wall{width:1378px;max-width:100%;display:flex;flex-direction:column;margin:0 auto}@media (max-width: 1199px){.donor-wall{flex-direction:row;flex-wrap:wrap}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-wall{justify-content:center;margin:0 -5px;width:calc(100% + 10px);max-width:calc(100% + 10px)}}.donor-tabs .donor-wall{width:calc(100% + 60px);margin-left:-30px}@media (max-width: 1399px){.donor-tabs .donor-wall{width:100%;margin-left:0}}.donor-wall .donor-wall__head p{font-family:DM Sans,Roboto,sans-serif;font-size:16px;line-height:1.25;font-weight:400;color:#0a2234;letter-spacing:2px}.donor-wall .donor-row{width:100%;display:flex;flex-wrap:wrap;justify-content:center;position:relative;margin-inline:auto}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row{display:contents}}.donor-wall .donor-row.hidden{display:none}.donor-wall .donor-row--pink{max-width:84%}@media (max-width: 1199px){.donor-wall .donor-row--pink{max-width:100%}}.donor-wall .donor-row--pink .donor-row__item{width:20%}@media (max-width: 1199px){.donor-wall .donor-row--pink .donor-row__item{width:33.3333333333%}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row--pink .donor-row__item{width:50%}}@media (max-width: 374px){.donor-wall .donor-row--pink .donor-row__item{width:100%}}.donor-wall .donor-row--pink .donor-card:not(.donor-card--decorative){color:#fff;background-color:#b70078}.donor-wall .donor-row--blue .donor-card:not(.donor-card--decorative){color:#fff;background-color:#0d3381}.donor-wall .donor-row__item{position:relative;display:flex;padding:5px;width:16.6666666667%}@media (max-width: 1199px){.donor-wall .donor-row__item{width:33.3333333333%}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item{width:50%}}@media (max-width: 374px){.donor-wall .donor-row__item{width:100%}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="1"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="1"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="1"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="2"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="3"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="3"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="3"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="4"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="4"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="4"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="4"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="5"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="5"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="5"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="5"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="6"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="6"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="6"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="7"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="8"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="8"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="8"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="9"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="9"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="9"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="9"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="10"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="10"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="10"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="10"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="11"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="11"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="11"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="12"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="13"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="13"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="13"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="14"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="14"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="14"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="14"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="15"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="15"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="15"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="15"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="16"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="16"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="16"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="17"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="18"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="18"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="18"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="19"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="19"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="19"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="19"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="20"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="20"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="20"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="20"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="21"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="21"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="21"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="22"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="23"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="23"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="23"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="24"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="24"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="24"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="24"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="25"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="25"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="25"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="25"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="26"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="26"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="26"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="27"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="28"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="28"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="28"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="29"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="29"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="29"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="29"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="30"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="30"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="30"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="30"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="31"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="31"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="31"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="32"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="33"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="33"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="33"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="34"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="34"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="34"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="34"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="35"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="35"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="35"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="35"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="36"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="36"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="36"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="37"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="38"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="38"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="38"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="39"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="39"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="39"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="39"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="40"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="40"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="40"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="40"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="41"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="41"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="41"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="42"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="43"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="43"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="43"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="44"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="44"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="44"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="44"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="45"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="45"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="45"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="45"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="46"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="46"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="46"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="47"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="48"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="48"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="48"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="49"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="49"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="49"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="49"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="50"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="50"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="50"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="50"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="51"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="51"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="51"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="52"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="53"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="53"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="53"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="54"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="54"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="54"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="54"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="55"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="55"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="55"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="55"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="56"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="56"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="56"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="57"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="58"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="58"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="58"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="59"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="59"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="59"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="59"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="60"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="60"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="60"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="60"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="61"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="61"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="61"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="62"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="63"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="63"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="63"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="64"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="64"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="64"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="64"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="65"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="65"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="65"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="65"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="66"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="66"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="66"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="67"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="68"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="68"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="68"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="69"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="69"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="69"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="69"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="70"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="70"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="70"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="70"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="71"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="71"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="71"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="72"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="73"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="73"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="73"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="74"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="74"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="74"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="74"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="75"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="75"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="75"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="75"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="76"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="76"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="76"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="77"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="78"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="78"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="78"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="79"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="79"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="79"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="79"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="80"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="80"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="80"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="80"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="81"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="81"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="81"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="82"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="83"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="83"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="83"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="84"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="84"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="84"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="84"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="85"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="85"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="85"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="85"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="86"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="86"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="86"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="87"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="88"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="88"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="88"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="89"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="89"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="89"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="89"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="90"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="90"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="90"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="90"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="91"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="91"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="91"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="92"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="93"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="93"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="93"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="94"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="94"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="94"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="94"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="95"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="95"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="95"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="95"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="96"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="96"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="96"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="97"] a{background-color:#b70078!important}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="98"] a{background-color:#b70078!important}.donor-wall .donor-row__item[data-row="98"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% + 5px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="98"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="99"]{width:50%;padding-left:15vw}.donor-wall .donor-row__item[data-row="99"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="99"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;right:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="99"]:before{display:none}}@media (min-width: 767.02px) and (max-width: 1199px){.donor-wall .donor-row__item[data-row="100"]{width:50%;padding-right:15vw}.donor-wall .donor-row__item[data-row="100"] a{background-color:#0d3381!important}.donor-wall .donor-row__item[data-row="100"]:before{content:"";position:absolute;top:5px;bottom:5px;width:100%;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover;border-radius:5px;left:calc(100% - 15vw + 10px)}}@media (min-width: 767.02px) and (max-width: 1199px) and (max-width: 767px),screen and (min-width: 767.02px) and (max-width: 1199px) and (max-width: 812px) and (orientation: landscape){.donor-wall .donor-row__item[data-row="100"]:before{display:none}}.donor-wall--secondary{padding-inline:40px;justify-content:center}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.donor-wall--secondary{padding-inline:20px}}.donor-wall .donor-card{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;min-height:75px;padding:12px 18px;border-radius:5px;font-size:14px;font-weight:600;transition:.2s ease;cursor:pointer;position:relative;z-index:1;background-image:url(./card-bg-texture-Da2C5bpk.png);background-size:cover;background-repeat:no-repeat;background-position:center;text-decoration:none}.donor-wall .donor-card .donor-card__name{font-family:DM Sans,Roboto,sans-serif;font-size:16px;line-height:1.25;font-weight:400;margin:0}@media (max-width: 575px){.donor-wall .donor-card .donor-card__name{font-size:14px}}.donor-wall .donor-card .donor-card__arrow{position:absolute;bottom:0;right:8px;transition:right .25s}.donor-wall .donor-card:hover .donor-card__arrow{right:4px}.donor-wall .donor-card:hover .donor-card__bg{transform:scale(1.05)}.donor-wall .donor-row:has(.donor-row--decorative){position:relative}.donor-wall .donor-wall--decorative{width:100%;height:100%;padding:5px 0;position:absolute;top:0;left:calc(100% + 5px);display:flex;gap:10px;z-index:5}@media (max-width: 1199px){.donor-wall .donor-wall--decorative{display:none}}.donor-wall .donor-wall--decorative span{flex-grow:1;border-radius:5px;background:url(./wall-decorative-BXUrFW-n.png) no-repeat center/cover}@media (max-width: 1199px){.donor-wall .donor-wall--decorative span:nth-child(n+2){display:none}}.donor-wall .donor-wall--decorative-right{left:auto;right:calc(100% + 5px)}.donor-wall .donor-row--pink .donor-wall--decorative span:nth-child(6){display:none}.donor-wall-actions{display:flex;align-items:center;justify-content:center;gap:20px;margin-block:50px}@media (max-width: 1023px){.donor-wall-actions{margin-block:25px}}.donor-tab{display:none}.donor-tab.is-active{display:block}.elementor-16-9-image img{aspect-ratio:16/9;width:100%;height:100%;object-fit:cover}.elementor-16-9-image .elementor-cta__bg-wrapper{aspect-ratio:16/9;min-height:unset!important}.elementor-accordion-large summary+div{padding-bottom:110px}@media (max-width: 1023px){.elementor-accordion-large summary+div{padding-bottom:60px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-accordion-large summary+div{padding-bottom:50px}}.elementor-widget-n-menu .e-n-menu-content:has(.elementor-basic-sub-menu){background-color:#fff}.elementor-widget-blockquote.elementor-blockquote--skin-quotation .elementor-blockquote:before{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;rotate:180deg;width:max-content;font-weight:500}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-widget-blockquote.elementor-blockquote--skin-quotation .elementor-blockquote:before{display:block}}.elementor-widget-blockquote.elementor-blockquote--skin-quotation .e-q-footer,.elementor-widget-blockquote.elementor-blockquote--skin-quotation .elementor-blockquote__content{padding-left:65px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-widget-blockquote.elementor-blockquote--skin-quotation .e-q-footer,.elementor-widget-blockquote.elementor-blockquote--skin-quotation .elementor-blockquote__content{padding-left:0}}.elementor-btn-tax-filter{cursor:pointer}.elementor-btn-tax-filter .elementor-button-icon{transition:transform .4s}.has-filter .elementor-btn-tax-filter a.elementor-button{background-color:var(--e-global-color-secondary)!important}.has-filter .elementor-btn-tax-filter .elementor-button-icon{transform:rotate(180deg)}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta{overflow:hidden}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta:hover .elementor-cta__bg-wrapper .elementor-cta__bg{transform:scale(1.1)}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__content,.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__button-wrapper{position:static}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__bg-wrapper .elementor-cta__bg{transition:transform .2s;transform:scale(1)}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__button.elementor-button{display:flex;width:max-content;justify-content:flex-start;align-items:center;gap:6px;margin:0;position:relative;border-bottom:2px solid transparent!important;position:static}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__button.elementor-button:hover{border-bottom:2px solid #BF0078!important}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__button.elementor-button:focus{background-color:transparent}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__button.elementor-button:after{content:"";background:url("data:image/svg+xml,%3csvg%20width='16px'%20height='14px'%20viewBox='0%200%2016%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3earrow-right%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Grants'%20transform='translate(-351,%20-2976)'%20fill='%23BF0078'%20fill-rule='nonzero'%3e%3cg%20id='Group-7'%20transform='translate(189,%202345)'%3e%3cg%20id='Card/Vertical-text-btn'%20transform='translate(0,%20221)'%3e%3cg%20id='Text'%20transform='translate(0,%20229)'%3e%3cg%20id='Button-/-text'%20transform='translate(0,%20176)'%3e%3cg%20id='arrow-right'%20transform='translate(162.1251,%205.4991)'%3e%3cpath%20d='M15.4194751,7.54541016%20L9.79447514,13.1704102%20C9.57650596,13.3918941%209.28822535,13.5008787%208.99994367,13.5008787%20C8.71166199,13.5008787%208.42408413,13.3910154%208.20470947,13.1712888%20C7.76525635,12.7318357%207.76525635,12.0199217%208.20470947,11.5804685%20L11.9108807,7.87587869%20L1.12494367,7.87587869%20C0.5037328,7.87587869%200,7.37314475%200,6.75087869%20C0,6.12861264%200.5037328,5.62587869%201.12494367,5.62587869%20L11.9108807,5.62587869%20L8.20541221,1.92041016%20C7.76595908,1.48095703%207.76595908,0.769042969%208.20541221,0.329589844%20C8.64486533,-0.109863281%209.3567794,-0.109863281%209.79623252,0.329589844%20L15.4212325,5.95458984%20C15.8589283,6.39580035%2015.8589283,7.10595703%2015.4194751,7.54541016%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:contain;width:16px;height:14px;display:block}.elementor-cta-card-btn-arrow.elementor-widget-call-to-action .elementor-cta__button.elementor-button:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%}.elementor-cta-card .elementor-cta__button{width:100%}.elementor-widget-icon .elementor-icon{display:block}a[href^="mailto:"]{word-break:break-word}.elementor-widget-text-editor a:not([class]){color:var(--e-global-color-accent)}.elementor-widget-text-editor a:not([class]):hover{color:var(--e-global-color-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.elementor-widget-text-editor ul{padding:0;list-style:none;margin-bottom:20px}.elementor-widget-text-editor ul li{position:relative;padding-left:30px;margin-bottom:20px}.elementor-widget-text-editor ul li:last-child{margin-bottom:0}.elementor-widget-text-editor ul li:before{content:"";width:10px;height:10px;border-radius:50%;background-color:var(--e-global-color-accent);position:absolute;top:9px;left:0}.elementor-widget-text-editor ol,.elementor-widget-text-editor ol li{margin-bottom:20px}.elementor-widget-text-editor ol li:last-child{margin-bottom:0}.elementor-widget-text-editor h4{padding-bottom:12px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-widget-text-editor h4{padding-bottom:0}}.elementor-widget-text-editor h4:not(:first-child){margin-top:45px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-widget-text-editor h4:not(:first-child){margin-top:25px}}.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img,.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img,.elementor-widget-image .elementor-widget-container a,.elementor-widget-image .elementor-widget-container img{display:block}.elementor-widget-video .elementor-custom-embed-play svg{opacity:1;filter:unset}.elementor-widget-n-accordion .e-n-accordion-item-title path,.elementor-widget-n-accordion .e-n-accordion-item-title circle{transition:stroke .4s,fill .4s}.elementor-widget-n-accordion .e-n-accordion-item-title circle{stroke:var(--e-global-color-accent)}.elementor-widget-n-accordion .e-n-accordion-item-title path{fill:var(--e-global-color-accent)}.elementor-widget-n-accordion .e-n-accordion-item-title:hover circle{stroke:var(--e-global-color-1da6000)}.elementor-widget-n-accordion .e-n-accordion-item-title:hover path{fill:var(--e-global-color-1da6000)}.elementor-widget-n-accordion .e-n-accordion-item-title>.e-n-accordion-item-title-icon{margin-left:auto}.elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text h2{padding-bottom:8px}.elementor-widget-theme-site-logo .elementor-widget-container a{display:block}.elementor-swiper-button svg{border-radius:50%}.elementor-donate-small-form .blockUI.blockOverlay:before{top:calc(100% - 350px)!important}.elementor-donate-small-form p:empty{display:none}.elementor-donate-small-form .wcdp-body{padding:0 10px;overflow:unset}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .wcdp-body{padding:0}}.elementor-donate-small-form .woocommerce-error{border-color:#bf0078;font-size:16px;line-height:1.4;color:#000}.elementor-donate-small-form .woocommerce-error:before{color:#bf0078}.elementor-donate-small-form .wcdp-body .product_title.wcdp-title{font-size:52px;color:#0d3381;letter-spacing:-1.5px;line-height:1.1923;text-transform:lowercase;margin-bottom:20px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .wcdp-body .product_title.wcdp-title{margin-bottom:10px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .wcdp-body .product_title.wcdp-title{font-size:34px;line-height:1.2352;letter-spacing:-1px}}.elementor-donate-small-form .wcdp-body .product_title.wcdp-title:first-letter{text-transform:uppercase}.elementor-donate-small-form .variations_form.cart.wcdp-choose-donation#wcdp-ajax-send,.elementor-donate-small-form .variations_form.cart.wcdp-choose-donation#wcdp-get-send{margin-top:30px;display:flex;flex-flow:column}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .variations_form.cart.wcdp-choose-donation#wcdp-ajax-send,.elementor-donate-small-form .variations_form.cart.wcdp-choose-donation#wcdp-get-send{margin-top:20px}}.elementor-donate-small-form .variations.wcdp_variation.wcdp-row{order:-1;padding-bottom:10px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .variations.wcdp_variation.wcdp-row{padding-bottom:0}}.elementor-donate-small-form .wcdp-variation-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-donate-small-form .wcdp_options.wcdp_su{grid-template-columns:repeat(2,1fr);gap:15px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .wcdp_options.wcdp_su{gap:5px}}.elementor-donate-small-form .wcdp_options.wcdp_su>li>input:hover:not(:disabled):not(:checked)+label,.elementor-donate-small-form .wcdp_options.wcdp_su>li>label{background:transparent;border:2px solid #0d3381;border-radius:5px;font-size:18px;color:#0d3381;letter-spacing:0;text-align:center;font-weight:700;position:relative;padding:19px 10px;transition:all .4s}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .wcdp_options.wcdp_su>li>input:hover:not(:disabled):not(:checked)+label,.elementor-donate-small-form .wcdp_options.wcdp_su>li>label{font-size:16px;padding:12px 10px}}.elementor-donate-small-form .wcdp_options.wcdp_su>li>input:hover:not(:disabled):not(:checked)+label:hover,.elementor-donate-small-form .wcdp_options.wcdp_su>li>label:hover{background:#0d3381;color:#fff}.elementor-donate-small-form .wcdp_options.wcdp_su>li>input:hover:not(:disabled):not(:checked)+label:first-letter,.elementor-donate-small-form .wcdp_options.wcdp_su>li>label:first-letter{text-transform:uppercase}.elementor-donate-small-form .wcdp_options.wcdp_su>li>label:after{display:none}.elementor-donate-small-form .wcdp_options.wcdp_su>li>label:before{content:"";width:0px;height:0px;border-style:solid;border-width:13px 19.5px 0 19.5px;border-color:#0d3381 transparent transparent transparent;position:absolute;top:80%;left:50%;transform:translate(-50%);opacity:0;transition:all .4s;display:block}.elementor-donate-small-form .wcdp_options.wcdp_su>li>input:checked+label{background:#0d3381;color:#fff}.elementor-donate-small-form .wcdp_options.wcdp_su>li>input:checked+label:before{opacity:1;top:100%}.elementor-donate-small-form #wcdp_amount{grid-template-columns:repeat(4,1fr);gap:28px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #wcdp_amount{grid-template-columns:repeat(2,1fr);gap:5px}}.elementor-donate-small-form #wcdp_amount label{background:transparent;border:2px solid #0d3381;border-radius:5px;font-size:18px;color:#0d3381;letter-spacing:0;text-align:center;font-weight:700;position:relative;padding:4px 11px;display:block;transition:all .4s;min-height:50px;display:flex;align-items:center;justify-content:center}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #wcdp_amount label{font-size:16px;min-height:40px}}.elementor-donate-small-form #wcdp_amount label:hover{background:#0d3381;color:#fff}.elementor-donate-small-form #wcdp_amount>li>input:checked+label{background:#0d3381;color:#fff}.elementor-donate-small-form #wcdp_amount>li>input:checked+label:after{display:none}.elementor-donate-small-form #wcdp_amount #wcdp_other+.wcdp_cu_field{display:flex;align-items:center;gap:5px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #wcdp_va_amount{margin-bottom:15px}}.elementor-donate-small-form #wcdp_amount #wcdp_other+.wcdp_cu_field #wcdp-donation-amount[type=number]{padding:0;background-color:transparent;font-size:18px;font-weight:700;color:#fff;-webkit-appearance:none;appearance:none;border:none;width:50px;text-align:left;-moz-appearance:textfield}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #wcdp_amount #wcdp_other+.wcdp_cu_field #wcdp-donation-amount[type=number]{font-size:16px}}.elementor-donate-small-form #wcdp_amount #wcdp_other+.wcdp_cu_field #wcdp-donation-amount[type=number]::-webkit-outer-spin-button,.elementor-donate-small-form #wcdp_amount #wcdp_other+.wcdp_cu_field #wcdp-donation-amount[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.elementor-donate-small-form #wcdp_amount #wcdp_other+.wcdp_cu_field #wcdp-donation-amount[type=number]:focus-visible{outline:none;border:none}.elementor-donate-small-form button.button.wcdp-button.wcdp-right{display:block;border:none;background-color:#b70078;font-weight:700;font-size:18px;color:#fff;letter-spacing:0;text-align:center;border-radius:5px;padding:21px 12px;transition:all .4s}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form button.button.wcdp-button.wcdp-right{font-size:16px;padding:15px 10px}}.elementor-donate-small-form button.button.wcdp-button.wcdp-right:hover{background-color:#3f1532}.elementor-donate-small-form button.button.wcdp-button.wcdp-right .wcdp-arrow.wcdp-right-arrow{display:none}.elementor-donate-small-form form.checkout.woocommerce-checkout svg.wcdp-divider-arrow{display:none}.elementor-donate-small-form form.checkout.woocommerce-checkout svg.wcdp-divider-arrow+h3{display:none}.elementor-donate-small-form form.checkout.woocommerce-checkout p{margin-bottom:0}.elementor-donate-small-form form.checkout.woocommerce-checkout h3{font-size:24px;color:#000;line-height:1.1666;padding-bottom:15px;letter-spacing:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form form.checkout.woocommerce-checkout h3{padding-bottom:0}}.elementor-donate-small-form form.checkout.woocommerce-checkout p>label{font-weight:700;font-size:20px;color:#000;line-height:28px;display:block;margin-bottom:10px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form form.checkout.woocommerce-checkout p>label{font-size:18px;margin-bottom:5px}}.elementor-donate-small-form form.checkout.woocommerce-checkout p>label[for=billing_stay_in_touch]{display:none}.elementor-donate-small-form form.checkout.woocommerce-checkout p>label .required{color:#000;margin:0}.elementor-donate-small-form .select2-container--default .select2-selection--single{height:auto;display:block;border-radius:0;border:2px solid #a9a9a9;padding:10px 50px 10px 23px;font-size:20px;color:#0a2234;transition:all .4s}.elementor-donate-small-form .select2-container .select2-selection--single .select2-selection__rendered{padding:0;color:#0a2234;transition:all .4s}.elementor-donate-small-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;top:2px;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%23A9A9A9'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:22px 12px;width:66px;transition:all .4s}.elementor-donate-small-form .select2-container--default.select2-container--open .select2-selection--single{border-color:#b70078;color:#b70078}.elementor-donate-small-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered{color:#b70078}.elementor-donate-small-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{rotate:180deg;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%23B70078'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:22px 12px}.elementor-donate-small-form .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.elementor-donate-small-form form.checkout.woocommerce-checkout #billing_donation_source_field .woocommerce-input-wrapper{position:relative;padding-top:12px;display:block}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=radio]{position:absolute!important;top:0;left:0;opacity:0}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=radio]+label{color:#0a2234;display:block;position:relative;padding-left:40px;line-height:1.2;margin-bottom:19px}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=radio]+label:last-child{margin-bottom:0}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=radio]+label:before{content:"";width:27px;height:27px;border-radius:50%;border:2px solid #a9a9a9;position:absolute;top:50%;left:0;transition:all .4s;transform:translateY(-50%)}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=radio]+label:after{content:"";width:17px;height:17px;position:absolute;top:50%;left:5px;border-radius:50%;background-color:#bf0078;transform:translateY(-50%) scale(0);transition:all .4s}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=radio]:checked+label:before{border-color:#bf0078}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=radio]:checked+label:after{transform:translateY(-50%) scale(1)}.elementor-donate-small-form form.checkout.woocommerce-checkout label.checkbox{display:block;font-size:20px;font-weight:700;line-height:1.4375;color:#000;position:relative;padding-left:45px;max-width:100%;padding-top:3px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form form.checkout.woocommerce-checkout label.checkbox{font-size:16px;line-height:1.4;padding-right:0;padding-top:7px}}.elementor-donate-small-form form.checkout.woocommerce-checkout label.checkbox:after{content:"";width:30px;height:30px;border:2px solid #a9a9a9;position:absolute;top:2px;left:0;transition:border-color .4s}.elementor-donate-small-form form.checkout.woocommerce-checkout label.checkbox:before{content:"";width:30px;height:30px;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='13px'%20viewBox='0%200%2018%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echeck%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Cheat-Sheet---Desktop'%20transform='translate(-324,%20-3886)'%20fill='%23BF0078'%20fill-rule='nonzero'%3e%3cg%20id='check'%20transform='translate(324,%203886.2504)'%3e%3cpath%20d='M17.132813,0.366796553%20C17.6210943,0.855077803%2017.6210943,1.64414078%2017.132813,2.13242203%20L7.13281304,12.132422%20C6.64453179,12.6207033%205.85546881,12.6207033%205.36718756,12.132422%20L0.366093814,7.13242203%20C-0.122031271,6.64414078%20-0.122031271,5.8550778%200.366093814,5.36679655%20C0.854296982,4.8785153%201.64570302,4.8785153%202.13398427,5.36679655%20L6.21484369,9.48007852%20L15.367187,0.366796553%20C15.8554682,-0.122265518%2016.6445312,-0.122265518%2017.1328124,0.366796553%20L17.132813,0.366796553%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:70%;position:absolute;top:2px;left:1px;scale:0;opacity:0;transition:all .4s}.elementor-donate-small-form form.checkout.woocommerce-checkout input[type=checkbox]{position:absolute;top:0;left:0;opacity:0}.elementor-donate-small-form form.checkout.woocommerce-checkout label.checkbox:has(input[type=checkbox]:checked):after{border-color:#bf0078}.elementor-donate-small-form form.checkout.woocommerce-checkout label.checkbox:has(input[type=checkbox]:checked):before{scale:1;opacity:1}.elementor-donate-small-form #billing_donation_source_field{background-color:#fff;padding:40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_donation_source_field{padding:25px}}.elementor-donate-small-form #billing_comment_field,.elementor-donate-small-form #billing_org_name_field,.elementor-donate-small-form #billing_fundraise_method_field{background-color:#fff;padding:0 40px 40px;margin-top:-14px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_comment_field,.elementor-donate-small-form #billing_org_name_field,.elementor-donate-small-form #billing_fundraise_method_field{padding:0 25px 25px;margin-top:0}}.elementor-donate-small-form #billing_comment_field{margin:-34px 0 30px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_comment_field{margin:-24px 0 20px}}.elementor-donate-small-form #billing_add_comment_field{background-color:#fff;margin:30px 0;padding:30px 40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_add_comment_field{margin:20px 0;padding:25px}}.elementor-donate-small-form .woocommerce form .form-row.woocommerce-invalid input.input-text,.elementor-donate-small-form .woocommerce form .form-row.woocommerce-validated input.input-text,.elementor-donate-small-form .form-row.woocommerce-validated .input-text,.elementor-donate-small-form .form-row .input-text{display:block;border-radius:0;border:2px solid #a9a9a9;padding:11px 23px;font-size:20px;color:#0a2234}.elementor-donate-small-form .woocommerce form .form-row.woocommerce-invalid input.input-text:focus,.elementor-donate-small-form .woocommerce form .form-row.woocommerce-validated input.input-text:focus,.elementor-donate-small-form .form-row.woocommerce-validated .input-text:focus,.elementor-donate-small-form .form-row .input-text:focus{border-color:#bf0078}.elementor-donate-small-form .woocommerce form .form-row.woocommerce-invalid input.input-text::placeholder,.elementor-donate-small-form .woocommerce form .form-row.woocommerce-validated input.input-text::placeholder,.elementor-donate-small-form .form-row.woocommerce-validated .input-text::placeholder,.elementor-donate-small-form .form-row .input-text::placeholder{color:#0a223499}.elementor-donate-small-form form.checkout.woocommerce-checkout .form-row textarea.input-text{height:200px;resize:none}.elementor-donate-small-form #billing_gift_aid_field{background-color:#fff;margin:30px 0;padding:40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_gift_aid_field{padding:25px;margin:20px 0}}.elementor-donate-small-form .gift-aid-container{padding-top:23px;font-size:16px;color:#3f1532;line-height:1.5}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .gift-aid-container{font-size:14px;padding-top:10px}}.elementor-donate-small-form .gift-aid-logo{display:inline-block;margin-top:25px}.elementor-donate-small-form #billing_stay_in_touch_phone_field,.elementor-donate-small-form #billing_stay_in_touch_email_field,.elementor-donate-small-form #billing_phone_field,.elementor-donate-small-form #billing_email_field,.elementor-donate-small-form #billing_last_name_field,.elementor-donate-small-form #billing_first_name_field{background-color:#fff;padding:0 40px 25px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_stay_in_touch_phone_field,.elementor-donate-small-form #billing_stay_in_touch_email_field,.elementor-donate-small-form #billing_phone_field,.elementor-donate-small-form #billing_email_field,.elementor-donate-small-form #billing_last_name_field,.elementor-donate-small-form #billing_first_name_field{padding:0 25px 15px}}.elementor-donate-small-form #billing_first_name_field{padding-top:40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_first_name_field{padding-top:25px}}.elementor-donate-small-form #billing_stay_in_touch_email_field{padding-bottom:22px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_stay_in_touch_email_field{padding-bottom:10px}}.elementor-donate-small-form #billing_stay_in_touch_phone_field{padding-bottom:40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_stay_in_touch_phone_field{padding-bottom:25px}}.elementor-donate-small-form #billing_email_field p{padding-top:23px;font-size:16px;color:#000;line-height:1.5}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_email_field p{font-size:14px;padding-top:10px}}.elementor-donate-small-form #billing_country_field{margin-top:30px;padding:40px 40px 25px;background-color:#fff}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_country_field{margin-top:20px;padding:25px 25px 15px}}.elementor-donate-small-form #billing_address_2_field,.elementor-donate-small-form #billing_address_1_field{padding:0 40px 17px;background-color:#fff}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_address_2_field,.elementor-donate-small-form #billing_address_1_field{padding:0 25px 10px}}.elementor-donate-small-form #billing_city_field{padding:0 40px 25px;background-color:#fff}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_city_field{padding:0 25px 15px}}.elementor-donate-small-form #billing_state_field{padding:0 40px 25px;background-color:#fff}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_state_field{padding:0 25px 15px}}.elementor-donate-small-form #billing_postcode_field{padding:0 40px 40px;background-color:#fff}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #billing_postcode_field{padding:0 25px 25px}}.elementor-donate-small-form .payment-options{background-color:#fff;padding:40px 40px 0;margin-top:30px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .payment-options{padding:25px 25px 0;margin-top:20px}}.elementor-donate-small-form form.checkout.woocommerce-checkout .payment-options h3{padding-bottom:0;margin-bottom:20px;text-transform:lowercase}.elementor-donate-small-form form.checkout.woocommerce-checkout .payment-options h3:first-letter{text-transform:uppercase}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form form.checkout.woocommerce-checkout .payment-options h3{margin-bottom:10px}}.elementor-donate-small-form .payment-options #payment ul.payment_methods{padding:0;border:none;display:grid;gap:20px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .payment-options #payment ul.payment_methods{gap:10px}}.elementor-donate-small-form .payment-options #payment>ul.payment_methods>li{padding:30px;border:2px solid #a9a9a9;border-radius:10px;position:relative}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .payment-options #payment>ul.payment_methods>li{padding:15px}}.elementor-donate-small-form .payment-options #payment>ul.payment_methods>li .woocommerce-SavedPaymentMethods li{margin-bottom:20px}.elementor-donate-small-form .payment-options #payment ul.payment_methods li label,.elementor-donate-small-form .payment-options #payment ul.payment_methods .payment_box.payment_method_woocommerce_payments{margin-bottom:0}.elementor-donate-small-form .payment-options #payment .form-row.place-order{font-size:16px;color:#000;line-height:1.5;padding:2px 0 40px;margin-bottom:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .payment-options #payment .form-row.place-order{padding:5px 0 25px;font-size:14px}}.elementor-donate-small-form .payment-options #payment{background-color:transparent}.elementor-donate-small-form .thank-you-for-donation{background-color:var(--e-global-color-646f958);text-align:center;padding:40px 0;margin:0 -40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .thank-you-for-donation{margin:0 -25px;padding:25px 0}}.elementor-donate-small-form .thank-you-for-donation~.gpay-card-info-container-fill.gpay-button-container{margin:0 -40px;width:calc(100% + 80px)}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .thank-you-for-donation~.gpay-card-info-container-fill.gpay-button-container{margin:0 -25px;width:calc(100% + 50px)}}.elementor-donate-small-form #payment button#place_order{float:none;display:flex;justify-content:center;align-items:center;gap:12px;width:calc(100% + 80px);margin:0 -40px;border:none;background-color:#bf0078;font-weight:700;font-size:18px;color:#fff;letter-spacing:0;text-align:center;border-radius:5px;padding:28px 10px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #payment button#place_order{width:calc(100% + 50px);margin:0 -25px;padding:20px 10px}}.elementor-donate-small-form #payment button#place_order:hover{background-color:#3f1532}.elementor-donate-small-form #payment button#place_order:after{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='19px'%20viewBox='0%200%2016%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3elock-alt%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Checkout'%20transform='translate(-1021,%20-4911)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cg%20id='Button-Solid'%20transform='translate(559,%204887)'%3e%3cg%20id='Group'%20transform='translate(234,%2022.5)'%3e%3cg%20id='lock-alt'%20transform='translate(228.125,%201.87)'%3e%3cpath%20d='M7.875,0%20C10.6699219,0%2012.9375,2.26652348%2012.9375,5.0625%20L12.9375,6.75%20L13.5,6.75%20C14.7410152,6.75%2015.75,7.75898427%2015.75,9%20L15.75,15.75%20C15.75,16.9910152%2014.7410152,18%2013.5,18%20L2.25,18%20C1.00722635,18%200,16.9910152%200,15.75%20L0,9%20C0,7.75898427%201.00722635,6.75%202.25,6.75%20L2.8125,6.75%20L2.8125,5.0625%20C2.8125,2.26652348%205.08007812,0%207.875,0%20Z%20M7.875,2.25%20C6.32109386,2.25%205.0625,3.50929713%205.0625,5.0625%20L5.0625,6.75%20L10.6875,6.75%20L10.6875,5.0625%20C10.6875,3.50929713%209.42890668,2.25%207.875,2.25%20Z%20M9,11.25%20C9,10.6277339%208.49726552,10.125%207.875,10.125%20C7.25273448,10.125%206.75,10.6277339%206.75,11.25%20L6.75,13.5%20C6.75,14.1222661%207.25273448,14.625%207.875,14.625%20C8.49726552,14.625%209,14.1222661%209,13.5%20L9,11.25%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0 0;background-size:contain;width:16px;height:18px;display:block}.elementor-donate-small-form .hint-text{margin-top:20px;font-size:16px;color:#000;line-height:1.625}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .hint-text{font-size:14px}}.elementor-donate-small-form #add_payment_method #payment div.payment_box,.elementor-donate-small-form .woocommerce-cart #payment div.payment_box,.elementor-donate-small-form .woocommerce-checkout #payment div.payment_box{background-color:var(--e-global-color-646f958);font-size:16px;color:#000;line-height:1.5;margin-bottom:0;padding:16px 20px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #add_payment_method #payment div.payment_box,.elementor-donate-small-form .woocommerce-cart #payment div.payment_box,.elementor-donate-small-form .woocommerce-checkout #payment div.payment_box{font-size:14px}}.elementor-donate-small-form #add_payment_method #payment div.payment_box:before,.elementor-donate-small-form .woocommerce-cart #payment div.payment_box:before,.elementor-donate-small-form .woocommerce-checkout #payment div.payment_box:before{border:1em solid var(--e-global-color-646f958);border-right-color:transparent;border-left-color:transparent;border-top-color:transparent}.elementor-donate-small-form .wc-upe-form.wc-payment-form{padding:0!important;border:none;display:block}.elementor-donate-small-form form.checkout.woocommerce-checkout p.woocommerce-SavedPaymentMethods-saveNew{padding:10px 0 0;position:relative}.elementor-donate-small-form form.checkout.woocommerce-checkout p.woocommerce-SavedPaymentMethods-saveNew>label{display:block!important;font-size:16px;font-weight:700;line-height:1.4375;color:#000;position:relative;padding-left:32px;max-width:100%;padding-top:3px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form form.checkout.woocommerce-checkout p.woocommerce-SavedPaymentMethods-saveNew>label{font-size:14px;line-height:1.6428;padding-right:0}}.elementor-donate-small-form form.checkout.woocommerce-checkout p.woocommerce-SavedPaymentMethods-saveNew>label:after{content:"";width:25px;height:25px;border:2px solid #a9a9a9;position:absolute;top:2px;left:0;transition:border-color .4s}.elementor-donate-small-form form.checkout.woocommerce-checkout p.woocommerce-SavedPaymentMethods-saveNew>label:before{content:"";width:25px;height:25px;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='13px'%20viewBox='0%200%2018%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echeck%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Cheat-Sheet---Desktop'%20transform='translate(-324,%20-3886)'%20fill='%23BF0078'%20fill-rule='nonzero'%3e%3cg%20id='check'%20transform='translate(324,%203886.2504)'%3e%3cpath%20d='M17.132813,0.366796553%20C17.6210943,0.855077803%2017.6210943,1.64414078%2017.132813,2.13242203%20L7.13281304,12.132422%20C6.64453179,12.6207033%205.85546881,12.6207033%205.36718756,12.132422%20L0.366093814,7.13242203%20C-0.122031271,6.64414078%20-0.122031271,5.8550778%200.366093814,5.36679655%20C0.854296982,4.8785153%201.64570302,4.8785153%202.13398427,5.36679655%20L6.21484369,9.48007852%20L15.367187,0.366796553%20C15.8554682,-0.122265518%2016.6445312,-0.122265518%2017.1328124,0.366796553%20L17.132813,0.366796553%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:60%;position:absolute;top:2px;left:1px;scale:0;opacity:0;transition:all .4s}.elementor-donate-small-form .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]{position:absolute!important;top:0;left:0;opacity:0}.elementor-donate-small-form form.checkout.woocommerce-checkout p.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked+label:after{border-color:#bf0078}.elementor-donate-small-form form.checkout.woocommerce-checkout p.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked+label:before{scale:1;opacity:1}.elementor-donate-small-form .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{padding:0;margin-top:23px}.elementor-donate-small-form fieldset{padding:0;border:none;display:block}.elementor-donate-small-form .wcdp-divider{height:0}.elementor-donate-small-form .wc-stripe-product-checkout-container.bottom{margin:0 0 30px;background-color:#fff;padding:40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .wc-stripe-product-checkout-container.bottom{padding:25px;margin:5px 0 20px}}.elementor-donate-small-form label:focus-visible,.elementor-donate-small-form label:focus,.elementor-donate-small-form button.button.wcdp-button.wcdp-right:focus,.elementor-donate-small-form #wcdp_amount label:focus,.elementor-donate-small-form .wcdp_options.wcdp_su>li>input:checked+label:focus{outline:1px var(--e-global-color-text)!important;outline-style:dashed!important;outline-offset:3px}.elementor-donate-small-form form.checkout.woocommerce-checkout h3.has-top-border{position:relative;padding:40px 0 0;margin:40px 0 11px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form form.checkout.woocommerce-checkout h3.has-top-border{padding-top:22px;margin-top:30px}}.elementor-donate-small-form form.checkout.woocommerce-checkout h3.has-top-border:after{content:"";width:calc(100% + 80px);height:1px;position:absolute;left:-40px;top:0;background-color:#e6e6e6}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form form.checkout.woocommerce-checkout h3.has-top-border:after{width:calc(100% + 50px);left:-25px}}.elementor-donate-small-form .details-text{font-size:16px;color:#000;line-height:1.625;padding-bottom:10px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form .details-text{padding-bottom:0}}.elementor-donate-small-form #payment ul.payment_methods li img{float:right}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-donate-small-form #payment ul.payment_methods li img{width:30px;margin-left:0}}body .select2-search--dropdown{display:none}body .select2-dropdown{border:none;border-radius:0;top:4px}body .select2-results__option{padding:9px 20px;font-weight:700;font-size:20px;color:#0a2234;background-color:#f5f5f5;transition:all .4s}body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option[data-selected=true],body .select2-container--default .select2-results__option--highlighted[aria-selected],body .select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#fff;color:#bf0078}.elementor-donate-small-form--alt .wc-stripe-product-checkout-container.bottom{display:none}.woocommerce-billing-fields>h3:first-of-type{display:none}.elementor-event-item-default:hover .elementor-event-item-placeholder-image>.elementor-widget-container img,.elementor-event-item-default:hover .elementor-widget-theme-post-featured-image>.elementor-widget-container img{transform:scale(1.1)}.elementor-event-item-default:hover .elementor-heading-title a{text-decoration:underline;text-decoration-color:var(--e-global-color-accent);text-decoration-thickness:2px;text-underline-offset:4px}.elementor-event-item-default .elementor-event-item-placeholder-image img,.elementor-event-item-default .elementor-widget-theme-post-featured-image img{aspect-ratio:460/260;display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s;transform:scale(1)}.elementor-event-item-default .elementor-event-item-placeholder-image>.elementor-widget-container,.elementor-event-item-default .elementor-widget-theme-post-featured-image>.elementor-widget-container{height:auto!important;overflow:hidden;position:relative}.elementor-event-item-default .elementor-heading-title,.elementor-event-item-default .elementor-heading-title .elementor-widget-container{position:static}.elementor-event-item-default .elementor-heading-title a:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;opacity:0;background-color:transparent}.elementor-event-single-location.elementor-widget-post-info .elementor-icon-list-items .elementor-icon-list-text span.elementor-post-info__item-prefix{display:block;margin-bottom:11px;color:var(--e-global-color-primary);font-family:var(--e-global-typography-a8a9140-font-family),Sans-serif;font-size:var(--e-global-typography-a8a9140-font-size);font-weight:var(--e-global-typography-a8a9140-font-weight);line-height:var(--e-global-typography-a8a9140-line-height)}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-event-single-location.elementor-widget-post-info .elementor-icon-list-items .elementor-icon-list-text span.elementor-post-info__item-prefix{margin-bottom:0}}.elementor-footer-main-menu.elementor-widget-nav-menu .elementor-nav-menu{gap:34px}@media (max-width: 1441px){.elementor-footer-main-menu.elementor-widget-nav-menu .elementor-nav-menu{justify-content:space-between;width:100%}}.elementor-footer-main-menu.elementor-widget-nav-menu .elementor-nav-menu>li{display:block;min-width:339px}@media (max-width: 1530px){.elementor-footer-main-menu.elementor-widget-nav-menu .elementor-nav-menu>li{min-width:300px}}@media (max-width: 1441px){.elementor-footer-main-menu.elementor-widget-nav-menu .elementor-nav-menu>li{min-width:1px}}.elementor-footer-main-menu.elementor-widget-nav-menu .elementor-nav-menu>li>a{margin:0!important}.elementor-footer-main-menu.elementor-widget-nav-menu .sub-menu.elementor-nav-menu--dropdown{display:block!important;position:static}.elementor-footer-main-menu.elementor-widget-nav-menu .sub-menu.elementor-nav-menu--dropdown a{border:none}.elementor-footer-main-menu.elementor-widget-nav-menu .sub-menu.elementor-nav-menu--dropdown a:active,.elementor-footer-main-menu.elementor-widget-nav-menu .sub-menu.elementor-nav-menu--dropdown a:focus{background-color:transparent}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-footer-menu-small .elementor-nav-menu--main .elementor-nav-menu{justify-content:center;margin:0 auto}}.elementor-gallery-slider-static-navigation.elementor-widget-image-carousel .swiper .elementor-swiper-button{position:static;margin:14px 0 0;transform:unset}.elementor-gallery-slider-static-navigation.elementor-widget-image-carousel .swiper .elementor-swiper-button:hover path{fill:#0a2234}.elementor-gallery-slider-static-navigation.elementor-widget-image-carousel .swiper .elementor-swiper-button:hover circle{stroke:#0a2234}.elementor-gallery-slider-static-navigation.elementor-widget-image-carousel .swiper .elementor-swiper-button path,.elementor-gallery-slider-static-navigation.elementor-widget-image-carousel .swiper .elementor-swiper-button circle{transition:all .4s}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-gallery-slider-static-navigation.elementor-widget-image-carousel .elementor-image-carousel-caption{line-height:1.5!important;font-size:12px!important}}.elementor-header-main-menu.elementor-widget-n-menu .e-n-menu-title{border-bottom:6px solid transparent;transition:border-color .5s}.elementor-header-main-menu.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) *{cursor:pointer}.elementor-header-main-menu.elementor-widget-n-menu .e-n-menu-item:hover .e-n-menu-title{border-color:var(--e-global-color-accent)}.elementor-header-main-menu.elementor-widget-n-menu .e-n-menu-content>.elementor-element:not(.elementor-menu-item-not-fullwidth){left:0!important;min-width:100%}.elementor-header-top-menu li.menu-item-has-search-icon>a{display:flex;align-items:center;gap:10px}.elementor-header-top-menu li.menu-item-has-search-icon>a:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='19px'%20viewBox='0%200%2018%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3esearch%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Menu-open-SMALL'%20transform='translate(-1626,%20-19)'%20fill='%230A2234'%20fill-rule='nonzero'%3e%3cg%20id='Top-bar'%20transform='translate(1387,%2016)'%3e%3cg%20id='search'%20transform='translate(239,%203.25)'%3e%3cpath%20d='M17.7222728,16.5585938%20L13.0113353,11.8476562%20C14.0308666,10.5996094%2014.5933666,9.02812457%2014.5933666,7.3125%20C14.5933666,3.27304709%2011.3192648,0%207.28086656,0%20C3.2424683,0%200,3.27410173%200,7.3125%20C0,11.3508983%203.27375734,14.625%207.2808671,14.625%20C8.99614084,14.625%2010.5697349,14.0305077%2011.8160233,13.0415622%20L16.5269608,17.7524997%20C16.7238361,17.9191411%2016.9418042,18%2017.1562575,18%20C17.3707108,18%2017.5879762,17.917594%2017.7528591,17.7528162%20C18.0808665,17.4234377%2018.0808665,16.8890623%2017.7222733,16.5585938%20L17.7222728,16.5585938%20Z%20M1.68750751,7.3125%20C1.68750751,4.21101558%204.21102309,1.6875%207.31250751,1.6875%20C10.4139919,1.6875%2012.9375075,4.21101558%2012.9375075,7.3125%20C12.9375075,10.4139844%2010.4139919,12.9375%207.31250751,12.9375%20C4.21102309,12.9375%201.68750751,10.4132817%201.68750751,7.3125%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0 0;display:block;width:18px;height:18px;opacity:1!important;position:static;order:1}.elementor-header-top-menu ul.elementor-nav-menu .sub-arrow{padding:0 0 0 5px;display:block;margin:0 -4px 0 0}.elementor-header-top-menu ul.elementor-nav-menu .sub-arrow .e-font-icon-svg{width:.84em;height:.84em}.elementor-header-top-menu li.menu-item-has-children ul.sub-menu{min-width:263px!important;padding:16px 0}.elementor-header-top-menu li.menu-item-has-children ul.sub-menu:before{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:0 19px 18px 19px;border-color:transparent transparent var(--e-global-color-00231c2) transparent;position:absolute;top:-14px;left:26px}.elementor-header-top-menu .elementor-nav-menu--dropdown li:first-child a,.elementor-header-top-menu .elementor-nav-menu--dropdown li:last-child a{border-radius:0!important}.elementor-hero-slider .swiper-slide-contents{width:100%}.elementor-hero-slider .elementor-slide-heading{margin:0;max-width:558px}.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button{bottom:23px;top:auto;margin:0;transform:unset;width:40px;height:40px;transition:opacity .4s}.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button:hover{opacity:.7}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button{display:none}}.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button svg{display:none}.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev{background:transparent url("data:image/svg+xml,%3csvg%20width='45px'%20height='45px'%20viewBox='0%200%2045%2045'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%204%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='About'%20transform='translate(-979,%20-2800)'%3e%3cg%20id='Group-4'%20transform='translate(979,%202800)'%3e%3ccircle%20id='Oval'%20stroke='%23fff'%20stroke-width='3'%20cx='22.5'%20cy='22.5'%20r='21'%3e%3c/circle%3e%3cg%20id='arrow-left'%20transform='translate(10.6878,%2011.5)'%20fill='%23fff'%20fill-rule='nonzero'%3e%3cpath%20d='M23.5772763,10.125%20C23.5772763,11.0583991%2022.870636,11.8125%2021.9372369,11.8125%20L5.76360342,11.8125%20L11.321807,17.3707028%20C11.9809867,18.0298825%2011.9809867,19.0977536%2011.321807,19.7569333%20C10.9895795,20.0865231%2010.5571578,20.25%2010.1247361,20.25%20C9.69231436,20.25%209.26094675,20.0852051%208.93188477,19.7556152%20L0.494384766,11.3181152%20C-0.164794922,10.6589355%20-0.164794922,9.59106445%200.494384766,8.93188477%20L8.93188477,0.494384766%20C9.59106445,-0.164794922%2010.6589355,-0.164794922%2011.3181152,0.494384766%20C11.9772949,1.15356445%2011.9772949,2.22143555%2011.3181152,2.88061523%20L5.76360342,8.4375%20L21.9372369,8.4375%20C22.870636,8.4375%2023.5772763,9.19160172%2023.5772763,10.125%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0 0;background-size:contain;right:112px;left:auto}@media (max-width: 1023px){.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev{right:88px}}.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{background:transparent url("data:image/svg+xml,%3csvg%20width='45px'%20height='45px'%20viewBox='0%200%2045%2045'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%205%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='About'%20transform='translate(-1029,%20-2800)'%3e%3cg%20id='Group-5'%20transform='translate(1029,%202800)'%3e%3ccircle%20id='Oval'%20stroke='%23fff'%20stroke-width='3'%20cx='22.5'%20cy='22.5'%20r='21'%3e%3c/circle%3e%3cg%20id='arrow-right'%20transform='translate(10.6876,%2011.4987)'%20fill='%23fff'%20fill-rule='nonzero'%3e%3cpath%20d='M23.1292127,11.3181152%20L14.6917127,19.7556152%20C14.3647589,20.0878412%2013.932338,20.251318%2013.4999155,20.251318%20C13.067493,20.251318%2012.6361262,20.0865231%2012.3070642,19.7569333%20C11.6478845,19.0977536%2011.6478845,18.0298825%2012.3070642,17.3707028%20L17.8663211,11.813818%20L1.68741551,11.813818%20C0.755599201,11.813818%200,11.0597171%200,10.126318%20C0,9.19291896%200.755599201,8.43881804%201.68741551,8.43881804%20L17.8663211,8.43881804%20L12.3081183,2.88061523%20C11.6489386,2.22143555%2011.6489386,1.15356445%2012.3081183,0.494384766%20C12.967298,-0.164794922%2014.0351691,-0.164794922%2014.6943488,0.494384766%20L23.1318488,8.93188477%20C23.7883924,9.59370053%2023.7883924,10.6589355%2023.1292127,11.3181152%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0 0;background-size:contain;right:67px}@media (max-width: 1023px){.elementor-hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{right:40px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-hero-slider .elementor-button.elementor-slide-button{padding:11px 14px}}.elementor-image-mix-blend-mode-multiply{mix-blend-mode:multiply}.elementor-loop-grid-featured.elementor-grid-2 .elementor-grid{grid-template-columns:calc(62.4% - 37px) auto}@media (max-width: 1441px){.elementor-loop-grid-featured.elementor-grid-2 .elementor-grid{grid-template-columns:calc(62.4% - 20px) auto}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-loop-grid-featured.elementor-grid-2 .elementor-grid{grid-template-columns:1fr}}.elementor-loop-grid-menu-item-dropdown:hover .elementor-widget-theme-post-title .elementor-widget-container{border-color:var(--e-global-color-accent)!important}.elementor-member-card:hover .elementor-widget-theme-post-title .elementor-heading-title{border-color:#bf0078}.elementor-member-card .elementor-widget-theme-post-title .elementor-heading-title{display:inline-block;border-bottom:3px solid transparent;transition:border .4s}.elementor-menu-item-box .elementor-image-box-title a{display:inline-block;padding-bottom:2px;border-bottom:3px solid transparent;transition:border-color .4s}.elementor-menu-item-box:hover .elementor-image-box-title a{border-color:var(--e-global-color-accent)}.elementor-mobile-menu .elementor-nav-menu{z-index:unset}.elementor-mobile-menu .elementor-item.has-submenu{justify-content:space-between;align-items:center}.elementor-mobile-menu .sub-arrow{padding:0;font-size:17px}.elementor-mobile-menu>.elementor-widget-container>.elementor-nav-menu--main>.elementor-nav-menu>li.menu-item-has-children>.sub-menu.elementor-nav-menu--dropdown{position:fixed;top:0!important;left:0;width:100%!important;height:100%!important;z-index:10!important;margin:0!important;background-color:#fff;padding-top:156px;overflow:auto;opacity:0;pointer-events:none;transition:opacity .4s;display:block!important}.elementor-mobile-menu>.elementor-widget-container>.elementor-nav-menu--main>.elementor-nav-menu>li.menu-item-has-children>.sub-menu.elementor-nav-menu--dropdown:before{content:"";width:100%;height:156px;position:fixed;top:0;left:0;background-color:#fff;z-index:3}body.admin-bar .elementor-mobile-menu>.elementor-widget-container>.elementor-nav-menu--main>.elementor-nav-menu>li.menu-item-has-children>.sub-menu.elementor-nav-menu--dropdown{top:32px!important}@media (max-width: 782px){body.admin-bar .elementor-mobile-menu>.elementor-widget-container>.elementor-nav-menu--main>.elementor-nav-menu>li.menu-item-has-children>.sub-menu.elementor-nav-menu--dropdown{top:46px!important}}.elementor-mobile-menu>.elementor-widget-container>.elementor-nav-menu--main>.elementor-nav-menu>li.menu-item-has-children>.sub-menu.elementor-nav-menu--dropdown.is-visible{opacity:1;pointer-events:auto;transition:opacity .4s}.elementor-mobile-menu>.elementor-widget-container>.elementor-nav-menu--main>.elementor-nav-menu>li.menu-item-has-children>.sub-menu.elementor-nav-menu--dropdown .sub-arrow{display:none}.elementor-mobile-menu .sub-menu.elementor-nav-menu--dropdown .sub-menu{display:block;position:static;width:100%;padding-bottom:8px!important}.elementor-mobile-menu .sub-menu.elementor-nav-menu--dropdown .sub-menu li a{padding:9px 13px;font-weight:400!important;display:flex;align-items:center;gap:12px}.elementor-mobile-menu .sub-menu.elementor-nav-menu--dropdown .sub-menu li a:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='13px'%20viewBox='0%200%208%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echevron-right%20copy%205%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Nav---level-2'%20transform='translate(-26,%20-292)'%20fill='%23BF0078'%20fill-rule='nonzero'%3e%3cg%20id='chevron-right-copy-5'%20transform='translate(26.7501,%20292.6251)'%3e%3cpath%20d='M0.874863565,12.2498631%20C0.650972843,12.2498631%200.426972806,12.1644139%200.256347656,11.9935155%20C-0.0854492188,11.6517186%20-0.0854492188,11.0980077%200.256347656,10.7562108%20L4.88892615,6.12486315%20L0.256347656,1.49365234%20C-0.0854492188,1.15185547%20-0.0854492188,0.598144531%200.256347656,0.256347656%20C0.598144531,-0.0854492188%201.15185547,-0.0854492188%201.49365234,0.256347656%20L6.74365234,5.50634766%20C7.08544922,5.84814453%207.08544922,6.40185547%206.74365234,6.74365234%20L1.49365234,11.9936523%20C1.32330048,12.1650974%201.0990814,12.2498631%200.874862731,12.2498631%20L0.874863565,12.2498631%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0 0;background-size:contain;width:9px;height:13px;display:block}.elementor-menu-back-button{opacity:0;pointer-events:none;transition:opacity .4s}body:has(.elementor-mobile-menu .sub-menu.elementor-nav-menu--dropdown.is-visible) .elementor-menu-back-button{opacity:1;pointer-events:auto}.elementor-pagination.elementor-pagination{display:flex;align-items:center;justify-content:center;gap:6px}.elementor-pagination.elementor-pagination .page-numbers{width:40px;height:40px;line-height:1;padding-top:5px;border-radius:99em;display:block;border:3px solid rgba(11,34,52,.3);color:#0a223499;transition:all .4s;margin:0!important}.elementor-pagination.elementor-pagination .page-numbers.current{color:#bf0078;border-color:#bf0078}.elementor-pagination.elementor-pagination a.page-numbers:hover{border-color:#3f1532;color:#3f1532}.elementor-pagination.elementor-pagination .page-numbers.next,.elementor-pagination.elementor-pagination .page-numbers.prev{position:relative;top:0;border:none;font-size:0}.elementor-pagination.elementor-pagination .page-numbers.next:after,.elementor-pagination.elementor-pagination .page-numbers.prev:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#fff url("data:image/svg+xml,%3csvg%20width='16px'%20height='14px'%20viewBox='0%200%2016%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3earrow-right%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Grants'%20transform='translate(-351,%20-2976)'%20fill='%23BF0078'%20fill-rule='nonzero'%3e%3cg%20id='Group-7'%20transform='translate(189,%202345)'%3e%3cg%20id='Card/Vertical-text-btn'%20transform='translate(0,%20221)'%3e%3cg%20id='Text'%20transform='translate(0,%20229)'%3e%3cg%20id='Button-/-text'%20transform='translate(0,%20176)'%3e%3cg%20id='arrow-right'%20transform='translate(162.1251,%205.4991)'%3e%3cpath%20d='M15.4194751,7.54541016%20L9.79447514,13.1704102%20C9.57650596,13.3918941%209.28822535,13.5008787%208.99994367,13.5008787%20C8.71166199,13.5008787%208.42408413,13.3910154%208.20470947,13.1712888%20C7.76525635,12.7318357%207.76525635,12.0199217%208.20470947,11.5804685%20L11.9108807,7.87587869%20L1.12494367,7.87587869%20C0.5037328,7.87587869%200,7.37314475%200,6.75087869%20C0,6.12861264%200.5037328,5.62587869%201.12494367,5.62587869%20L11.9108807,5.62587869%20L8.20541221,1.92041016%20C7.76595908,1.48095703%207.76595908,0.769042969%208.20541221,0.329589844%20C8.64486533,-0.109863281%209.3567794,-0.109863281%209.79623252,0.329589844%20L15.4212325,5.95458984%20C15.8589283,6.39580035%2015.8589283,7.10595703%2015.4194751,7.54541016%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:53%;transition:opacity .4s}.elementor-pagination.elementor-pagination .page-numbers.next:before,.elementor-pagination.elementor-pagination .page-numbers.prev:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#fff url("data:image/svg+xml,%3csvg%20width='16px'%20height='14px'%20viewBox='0%200%2016%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3earrow-right%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Grants'%20transform='translate(-351,%20-2976)'%20fill='%233F1532'%20fill-rule='nonzero'%3e%3cg%20id='Group-7'%20transform='translate(189,%202345)'%3e%3cg%20id='Card/Vertical-text-btn'%20transform='translate(0,%20221)'%3e%3cg%20id='Text'%20transform='translate(0,%20229)'%3e%3cg%20id='Button-/-text'%20transform='translate(0,%20176)'%3e%3cg%20id='arrow-right'%20transform='translate(162.1251,%205.4991)'%3e%3cpath%20d='M15.4194751,7.54541016%20L9.79447514,13.1704102%20C9.57650596,13.3918941%209.28822535,13.5008787%208.99994367,13.5008787%20C8.71166199,13.5008787%208.42408413,13.3910154%208.20470947,13.1712888%20C7.76525635,12.7318357%207.76525635,12.0199217%208.20470947,11.5804685%20L11.9108807,7.87587869%20L1.12494367,7.87587869%20C0.5037328,7.87587869%200,7.37314475%200,6.75087869%20C0,6.12861264%200.5037328,5.62587869%201.12494367,5.62587869%20L11.9108807,5.62587869%20L8.20541221,1.92041016%20C7.76595908,1.48095703%207.76595908,0.769042969%208.20541221,0.329589844%20C8.64486533,-0.109863281%209.3567794,-0.109863281%209.79623252,0.329589844%20L15.4212325,5.95458984%20C15.8589283,6.39580035%2015.8589283,7.10595703%2015.4194751,7.54541016%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:53%;opacity:0;transition:opacity .4s}.elementor-pagination.elementor-pagination .page-numbers.next:hover:after,.elementor-pagination.elementor-pagination .page-numbers.prev:hover:after{opacity:0}.elementor-pagination.elementor-pagination .page-numbers.next:hover:before,.elementor-pagination.elementor-pagination .page-numbers.prev:hover:before{opacity:1}.elementor-pagination.elementor-pagination .page-numbers.prev{transform:rotate(180deg);transform-origin:center;padding-bottom:5px;padding-top:0}.elementor-pagination.elementor-pagination span.page-numbers.prev,.elementor-pagination.elementor-pagination span.page-numbers.next{opacity:0;pointer-events:none}.elementor-post-categories-custom{display:flex;gap:10px;position:relative;z-index:19;flex-wrap:wrap}.elementor-post-categories-custom .elementor-post-category-custom:nth-child(n+2){display:none}.elementor-post-categories-custom .elementor-post-category-custom{border-radius:99em;position:relative}.elementor-post-categories-custom .elementor-post-category-custom:hover .elementor-post-category-bg{opacity:.6}.elementor-post-categories-custom .elementor-post-category-custom:hover a{color:var(--text-color)}.elementor-post-categories-custom .elementor-post-category-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--category-color);transition:opacity .4s;border-radius:99em}.elementor-post-categories-custom a{display:block;font-weight:700;font-size:15px;color:var(--text-color);letter-spacing:1px;line-height:1;text-transform:uppercase;padding:9px 15px 7px;transition:all .4s;border-radius:99em;position:relative;z-index:1}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-post-categories-custom a{font-size:13px}}.elementor-post-item-default.elementor-element{height:100%}.elementor-post-item-default.elementor-element:hover .elementor-post-title-default a{text-decoration:underline;text-decoration-color:var(--category-color);text-decoration-thickness:2px;text-underline-offset:4px}.elementor-post-item-default.elementor-element:hover .elementor-post-item-placeholder-image>.elementor-widget-container img,.elementor-post-item-default.elementor-element:hover .elementor-widget-theme-post-featured-image>.elementor-widget-container img{transform:scale(1.1)}.elementor-post-item-default.elementor-element .elementor-post-item-placeholder-image img,.elementor-post-item-default.elementor-element .elementor-widget-theme-post-featured-image img{aspect-ratio:460/260;display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s;transform:scale(1)}.elementor-post-item-default.elementor-element .elementor-post-item-placeholder-image>.elementor-widget-container,.elementor-post-item-default.elementor-element .elementor-widget-theme-post-featured-image>.elementor-widget-container{height:auto!important;overflow:hidden;position:relative}.elementor-post-item-default.elementor-element .elementor-post-title-default,.elementor-post-item-default.elementor-element .elementor-post-title-default .elementor-widget-container{position:static}.elementor-post-item-default.elementor-element .elementor-post-title-default a:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;opacity:0;background-color:transparent}.elementor-widget-loop-grid .media_type-film .elementor-post-item-placeholder-image .elementor-widget-container:before,.elementor-widget-loop-grid .media_type-film .elementor-widget-theme-post-featured-image .elementor-widget-container:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='86px'%20height='86px'%20viewBox='0%200%2086%2086'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePlay%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Latest'%20transform='translate(-1363,%20-2026)'%3e%3cg%20id='Overrides'%20transform='translate(188,%201942)'%3e%3cg%20id='Play'%20transform='translate(1175,%2084)'%3e%3ccircle%20id='Oval'%20stroke='%23FFFFFF'%20stroke-width='5.25555556'%20cx='43'%20cy='43'%20r='40.3722222'%3e%3c/circle%3e%3cg%20transform='translate(32.2681,%2025.9414)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%20id='Path'%3e%3cpath%20d='M27.6233953,14.0030699%20C28.7176174,14.6764381%2029.3833345,15.8624842%2029.3833345,17.1403528%20C29.3833345,18.4182227%2028.7176174,19.6042687%2027.6233953,20.2087691%20L5.58819074,33.6761302%20C4.45417716,34.4336688%203.03474768,34.464276%201.87624859,33.8138637%20C0.717519491,33.1634513%200,31.9391458%200,30.607714%20L0,3.67299173%20C0,2.34462133%200.717519491,1.11954983%201.87624859,0.469137505%20C3.03474768,-0.180508883%204.45417716,-0.153729067%205.58819074,0.538770164%20L27.6233953,14.0030699%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0 0;background-size:contain;width:86px;height:86px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}@media (max-width: 1199px){.elementor-widget-loop-grid .media_type-film .elementor-post-item-placeholder-image .elementor-widget-container:before,.elementor-widget-loop-grid .media_type-film .elementor-widget-theme-post-featured-image .elementor-widget-container:before{width:60px;height:60px}}.elementor-post-media-type{position:relative;z-index:10}.elementor-post-media-type .elementor-post-info__item--type-terms .elementor-post-info__terms-list-item,.elementor-post-media-type .elementor-post-info__item--type-terms,.elementor-post-media-type .elementor-post-info__item--type-terms .elementor-post-info__terms-list{display:block!important}.elementor-post-media-type .elementor-post-info__item--type-terms .elementor-post-info__terms-list-item{padding:9px 15px 7px;border-radius:99em!important;background-color:var(--e-global-color-secondary);transition:background-color .4s}.elementor-post-media-type .elementor-post-info__item--type-terms .elementor-post-info__terms-list-item:hover{background-color:#e6e6e699}.elementor-related-items:has(.e-loop-nothing-found-message),.elementor-related-items:has(.e-loop-item:only-of-type){display:none}body.elementor-editor-active .elementor-related-items:has(.e-loop-nothing-found-message),body.elementor-editor-active .elementor-related-items:has(.e-loop-item:only-of-type){display:block}.elementor-related-items-random.elementor-element{display:none}body.elementor-editor-active .elementor-related-items-random.elementor-element{display:block}.elementor-related-items:has(.e-loop-nothing-found-message)+.elementor-related-items-random.elementor-element,.elementor-related-items:has(.e-loop-item:only-of-type)+.elementor-related-items-random.elementor-element{display:block}.elementor-reports-slider .swiper{overflow:unset}.elementor-reports-slider .swiper-slide{opacity:.3;transition:opacity .8s}.elementor-reports-slider .swiper-slide-active+*,.elementor-reports-slider .swiper-slide-active{opacity:1}@media (max-width: 1023px){.elementor-reports-slider .swiper-slide-active+*{opacity:.3}}.elementor-reports-slider .elementor-swiper-button.swiper-button-disabled{pointer-events:none}.elementor-widget-search .e-search-submit{border:none}.elementor-widget-search .e-search-submit:focus{border:none}.elementor-slide-content{opacity:0;transition:all .4s .7s!important;scale:.96}@media (max-width: 1024px){.elementor-slide-content{opacity:1;transition:all .4s .7s!important;scale:1}}.swiper-slide-active .elementor-slide-content{opacity:1;scale:1}.elementor-slider-no-overflow-hidden .swiper{overflow:unset}.elementor-slider-related-items.elementor-widget-loop-carousel .elementor-widget-container .elementor-swiper-button{position:static;margin:14px 0 0;transform:unset!important}.elementor-slider-related-items.elementor-widget-loop-carousel .elementor-widget-container .elementor-swiper-button:hover path{fill:#0a2234}.elementor-slider-related-items.elementor-widget-loop-carousel .elementor-widget-container .elementor-swiper-button:hover circle{stroke:#0a2234}.elementor-slider-related-items.elementor-widget-loop-carousel .elementor-widget-container .elementor-swiper-button.swiper-button-disabled{pointer-events:none}.elementor-slider-related-items.elementor-widget-loop-carousel .elementor-widget-container .elementor-swiper-button.swiper-button-lock{display:none}.elementor-tax-filter-custom.elementor-widget-taxonomy-filter{position:absolute;top:100%;left:0;z-index:10;min-width:304px!important;opacity:0;pointer-events:none;transition:all .4s}body.elementor-editor-active .elementor-tax-filter-custom.elementor-widget-taxonomy-filter{position:relative;opacity:1;pointer-events:auto;top:0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-tax-filter-custom.elementor-widget-taxonomy-filter{min-width:100%!important}}.has-filter .elementor-tax-filter-custom.elementor-widget-taxonomy-filter{opacity:1;pointer-events:auto;top:calc(100% + 20px)}.elementor-tax-filter-custom.elementor-widget-taxonomy-filter:after{content:"";width:0px;height:0px;border-style:solid;border-width:0 19.5px 18px 19.5px;border-color:transparent transparent var(--e-global-color-00231c2) transparent;transform:rotate(0);position:absolute;top:-12px;left:26px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-tax-filter-custom.elementor-widget-taxonomy-filter:after{left:50%;transform:translate(-50%);top:-15px}}.elementor-tax-filter-custom.elementor-widget-taxonomy-filter .e-filter{border-radius:10px;overflow:hidden;background-color:var(--e-global-color-00231c2);padding:20px 0}.elementor-tax-filter-custom.elementor-widget-taxonomy-filter .e-filter-item{z-index:10;position:relative}.elementor-text-editor-black-link a{color:var(--e-global-color-1da6000);transition:color .4s}.elementor-text-editor-black-link a:hover{color:var(--e-global-color-accent)}.vbox-popup-member-single .vbox-close{opacity:0}.vbox-popup-member-single .vbox-child{box-shadow:none}.vbox-popup-member-single .elementor-btn-close-venobox{cursor:pointer}.feature-box{position:relative}.feature-box>a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.feature-box .feature-box__image{display:flex;align-items:center;justify-content:center;margin-bottom:26px;width:100%}.feature-box .feature-box__image img{width:100%;aspect-ratio:458/226;object-fit:cover}.feature-box .feature-box__head{margin-bottom:10px}.feature-box .feature-box__head h3{font-size:20px;line-height:1.1;font-weight:700;color:#0a2234;margin:0;letter-spacing:-.1px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.feature-box .feature-box__head h3{font-size:18px}}.feature-box .feature-box__actions>span{font-size:16px;line-height:1.1;font-weight:700;color:#b70078;display:flex;align-items:center;gap:6px;text-decoration:none}.feature-box .feature-box__actions>span svg{color:currentColor}.feature-box .feature-box__actions>span i{font-size:0}.feature-boxes{display:flex;flex-wrap:wrap;gap:38px 60px}@media (max-width: 1199px){.feature-boxes{gap:24px 32px}}.feature-boxes__item{width:calc(33.33% - 40px)}@media (max-width: 1023px){.feature-boxes__item{width:calc(50% - 16px)}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.feature-boxes__item{width:100%}}.gform_wrapper.gform_wrapper.gravity-theme .gform_heading h2.gform_title{margin:0 0 15px;font-size:36px;letter-spacing:-1px;line-height:1.222}.gform_wrapper.gform_wrapper.gravity-theme .gform_heading .gform_description{font-size:20px;line-height:1.45;margin-bottom:40px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.gform_wrapper.gform_wrapper.gravity-theme .gform_heading .gform_description{font-size:18px;line-height:1.3888;margin-bottom:20px}}.gform_wrapper.gform_wrapper.gravity-theme .gform_heading .gform_required_legend{display:none}.gform_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:14px}@media (max-width: 640px){.gform_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:0;margin-bottom:21px}}.gform_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:14px}@media (max-width: 640px){.gform_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;margin-bottom:0}}.gform_wrapper.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:28px;grid-row-gap:25px}@media (max-width: 640px){.gform_wrapper.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0}}.gform_wrapper.gform_wrapper.gravity-theme .gfield{position:relative}.gform_wrapper.gform_wrapper.gravity-theme .gfield_label{color:#000;font-size:20px;display:block;margin-bottom:14px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.gform_wrapper.gform_wrapper.gravity-theme .gfield_label{font-size:18px;line-height:1.555;margin-bottom:7px}}.gform_wrapper.gform_wrapper.gravity-theme .gfield-hide-label .gfield_label{display:none}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.gform_wrapper.gform_wrapper.gravity-theme .gfield--type-checkbox{margin-top:5px}}.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox .gform-field-label{display:block;font-size:16px;line-height:1.4375;color:#000;position:relative;padding-left:32px;max-width:100%}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox .gform-field-label{font-size:14px;line-height:1.6428;padding-right:15px}}.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox .gform-field-label:after{content:"";width:20px;height:20px;border:2px solid #A9A9A9;position:absolute;top:2px;left:0;transition:border-color .4s}.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox .gform-field-label:before{content:"";width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='13px'%20viewBox='0%200%2018%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echeck%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Cheat-Sheet---Desktop'%20transform='translate(-324,%20-3886)'%20fill='%23BF0078'%20fill-rule='nonzero'%3e%3cg%20id='check'%20transform='translate(324,%203886.2504)'%3e%3cpath%20d='M17.132813,0.366796553%20C17.6210943,0.855077803%2017.6210943,1.64414078%2017.132813,2.13242203%20L7.13281304,12.132422%20C6.64453179,12.6207033%205.85546881,12.6207033%205.36718756,12.132422%20L0.366093814,7.13242203%20C-0.122031271,6.64414078%20-0.122031271,5.8550778%200.366093814,5.36679655%20C0.854296982,4.8785153%201.64570302,4.8785153%202.13398427,5.36679655%20L6.21484369,9.48007852%20L15.367187,0.366796553%20C15.8554682,-0.122265518%2016.6445312,-0.122265518%2017.1328124,0.366796553%20L17.132813,0.366796553%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:70%;position:absolute;top:2px;left:0;scale:0;opacity:0;transition:all .4s}.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input{position:absolute;top:0;left:0;opacity:0}.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input:checked+.gform-field-label:after{border-color:#bf0078}.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input:checked+.gform-field-label:before{scale:1;opacity:1}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.gform_wrapper.gform_wrapper.gravity-theme .gfield--type-radio{margin-top:5px}}.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio .gform-field-label{display:block;font-size:16px;line-height:1.4375;color:#000;position:relative;padding-left:32px;max-width:100%}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio .gform-field-label{font-size:14px;line-height:1.6428;padding-right:15px}}.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio .gform-field-label:after{content:"";width:20px;height:20px;border:2px solid #A9A9A9;position:absolute;top:2px;left:0;transition:border-color .4s;border-radius:50%}.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio .gform-field-label:before{content:"";width:12px;height:12px;background-color:#bf0078;position:absolute;top:6px;border-radius:50%;left:4px;scale:0;opacity:0;transition:all .4s}.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio input{position:absolute;top:0;left:0;opacity:0}.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio input:checked+.gform-field-label:after{border-color:#bf0078}.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio input:checked+.gform-field-label:before{scale:1;opacity:1}.gform_wrapper.gform_wrapper.gravity-theme .gfield--input-type-name .gfield_label{margin-bottom:0}.gform_wrapper.gform_wrapper.gravity-theme .gfield_label .gfield_required{color:#f74e52;margin-left:0;font-size:20px}.gform_wrapper.gform_wrapper.gravity-theme .ginput_complex label{font-size:16px;color:#000;display:block;margin-bottom:10px}.gform_wrapper.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gform_wrapper.gravity-theme input[type=datetime-local],.gform_wrapper.gform_wrapper.gravity-theme input[type=datetime],.gform_wrapper.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gform_wrapper.gravity-theme input[type=month],.gform_wrapper.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gform_wrapper.gravity-theme input[type=week],.gform_wrapper.gform_wrapper.gravity-theme select,.gform_wrapper.gform_wrapper.gravity-theme textarea{display:block;border-radius:0;border:2px solid #A9A9A9;transition:all .4s;color:#0a223499;font-size:20px;line-height:1.4!important;padding:10px 20px;height:auto}.gform_wrapper.gform_wrapper.gravity-theme input[type=color]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=date]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=datetime-local]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=datetime]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=email]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=month]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=number]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=password]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=search]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=tel]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=text]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=time]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=url]:focus,.gform_wrapper.gform_wrapper.gravity-theme input[type=week]:focus,.gform_wrapper.gform_wrapper.gravity-theme select:focus,.gform_wrapper.gform_wrapper.gravity-theme textarea:focus{border-color:#bf0078;outline:none;color:#0a2234}.gform_wrapper.gform_wrapper.gravity-theme textarea.textarea.large{height:178px;display:block;resize:none}.gform_wrapper.gform_wrapper.gravity-theme .gform_footer{margin:40px 0 0;padding:0}.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input[type=submit]{margin:0;color:#fff;line-height:1!important}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input[type=submit]{width:100%}}.gform_wrapper.gform_wrapper.gravity-theme .gform_validation_errors{display:none}.gform_wrapper.gform_wrapper.gravity-theme .validation_message.gfield_description{padding:0;border:none;background-color:transparent;color:#f74e52;margin:0;font-size:12px}.gform_wrapper.gform_wrapper.gravity-theme .ginput_container_select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%23A9A9A9'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat calc(100% - 20px) center;background-size:22px 12px}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-single{background:#fff;box-shadow:none;display:block;border-radius:0;border:2px solid #A9A9A9;transition:all .4s;color:#0a2234;font-size:20px;line-height:1.4!important;padding:10px 50px 10px 20px;height:auto}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span{line-height:unset}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div{width:66px;top:0;right:0}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{height:100%;top:2px;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%23A9A9A9'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:22px 12px;width:66px;transition:all .4s}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single{background:#fff;border:2px solid #B70078;color:#b70078}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b{rotate:180deg;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%23B70078'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:22px 12px}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-search{display:none}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop{border:none;box-shadow:none;margin:0}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container .chosen-results{padding:0;margin:1px 0 0;background:transparent;border:none}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container .chosen-results li{padding:9px 20px;font-weight:700;font-size:20px;color:#0a2234;background:#f5f5f5;transition:all .4s;border:none;line-height:unset}.gform_wrapper.gform_wrapper.gravity-theme .chosen-container .chosen-results li:hover,.gform_wrapper.gform_wrapper.gravity-theme .chosen-container .chosen-results li.result-selected{background:#fff;color:#bf0078}.elementor-gform-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_heading h2.gform_title{font-size:52px;line-height:1.1923;color:#bf0078;letter-spacing:-1.5px;margin:0 0 27px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-gform-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_heading h2.gform_title{font-size:34px;letter-spacing:-1px;line-height:1.23;margin-bottom:17px}}.elementor-gform-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_heading .gform_description{margin-bottom:30px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-gform-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_heading .gform_description{margin-bottom:17px}}.elementor-gform-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_footer{margin:30px 0 0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-gform-alt .gform_wrapper.gform_wrapper.gravity-theme .gform_footer{margin-top:35px}}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gform_heading h2.gform_title{font-size:52px;color:#0a2234;letter-spacing:-1.5px;line-height:1.1923}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gform_heading h2.gform_title{font-size:34px;letter-spacing:-1px;line-height:1}}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gfield_label .gfield_required{color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=color],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=date],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=datetime-local],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=datetime],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=email],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=month],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=number],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=password],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=search],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=tel],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=text],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=time],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=url],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme input[type=week],.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme select,.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme textarea{background-color:transparent;border-color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox .gform-field-label:after{border-color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox .gform-field-label:before{background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='13px'%20viewBox='0%200%2018%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echeck%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Cheat-Sheet---Desktop'%20transform='translate(-324,%20-3886)'%20fill='%230A2234'%20fill-rule='nonzero'%3e%3cg%20id='check'%20transform='translate(324,%203886.2504)'%3e%3cpath%20d='M17.132813,0.366796553%20C17.6210943,0.855077803%2017.6210943,1.64414078%2017.132813,2.13242203%20L7.13281304,12.132422%20C6.64453179,12.6207033%205.85546881,12.6207033%205.36718756,12.132422%20L0.366093814,7.13242203%20C-0.122031271,6.64414078%20-0.122031271,5.8550778%200.366093814,5.36679655%20C0.854296982,4.8785153%201.64570302,4.8785153%202.13398427,5.36679655%20L6.21484369,9.48007852%20L15.367187,0.366796553%20C15.8554682,-0.122265518%2016.6445312,-0.122265518%2017.1328124,0.366796553%20L17.132813,0.366796553%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:70%}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input:checked+.gform-field-label:after{border-color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gfield_radio .gform-field-label:after{border-color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gfield_radio .gform-field-label:before{background-color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gfield_radio input:checked+.gform-field-label:after{border-color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .gform_footer{margin:25px 0 0}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .ginput_container_select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%230A2234'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat calc(100% - 20px) center;background-size:22px 12px}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-single{border-color:#0a2234}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%230A2234'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:22px 12px}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b{background:url("data:image/svg+xml,%3csvg%20width='18px'%20height='11px'%20viewBox='0%200%2018%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon-caret%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout'%20transform='translate(-1185,%20-3474)'%20stroke='%23B70078'%20stroke-width='2'%3e%3cg%20id='Group-5'%20transform='translate(561,%203317)'%3e%3cpolyline%20id='icon-caret'%20points='625%20158%20633%20166%20641%20158'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:22px 12px}.elementor-gform-dark .gform_wrapper.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single{background:#fff;border:2px solid #B70078;color:#b70078}.woocommerce-order .wcdp-heading.wcdp-donation-received-heading{text-align:center;max-width:649px;margin:0 auto 30px}@media (max-width: 1023px){.woocommerce-order .wcdp-heading.wcdp-donation-received-heading{margin-bottom:20px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.woocommerce-order .wcdp-heading.wcdp-donation-received-heading{margin-bottom:10px}}.woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received{max-width:835px;margin-inline:auto}.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{background-color:#fff3fc;padding:25px 19px}.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{margin:0;font-weight:400;font-size:14px;color:#0a2234;letter-spacing:1px;text-transform:uppercase;padding:17px 27px}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{flex-direction:column;padding:10px 0;font-size:12px}}.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{font-weight:700;text-transform:none;font-size:20px!important;display:block;margin-top:17px}@media (max-width: 1024px){.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{margin-top:0;font-size:18px!important}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{font-size:16px!important;margin-top:5px}}.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__email{display:none}.woocommerce-order .woocommerce-customer-details,.woocommerce-order .woocommerce-order-details{background-color:#fff3fc;padding:55px 45px 70px;margin-bottom:0}@media (max-width: 1023px){.woocommerce-order .woocommerce-customer-details,.woocommerce-order .woocommerce-order-details{padding:45px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.woocommerce-order .woocommerce-customer-details,.woocommerce-order .woocommerce-order-details{padding:25px 19px}}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details{border:none;padding:0;background-color:transparent;font-size:20px;color:#0a2234}@media (max-width: 1023px){.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details{font-size:18px}}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details{font-size:16px}}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details strong{font-weight:400}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{padding:5px 0}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:last-child{width:33%;padding-left:15px!important}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta{padding:0}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total,.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name{border-top:1px solid #000!important;border-bottom:1px solid #000!important;padding:20px 0}@media (max-width: 767px),screen and (max-width: 812px) and (orientation: landscape){.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total,.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name{padding:10px 0}}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name a{pointer-events:none}.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th,.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td{font-weight:700}.woocommerce-order .woocommerce-customer-details address{border:none;background-color:transparent}
