@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";:root{--primary-font: "Plus Jakarta Sans", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;--secondary-font: "Libre Baskerville", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;--color-1: #0db7e1;--color-2: #584973;--color-3: #003a64;--color-4: #C1B83B;--color-5: #0094B8;--color-6: #1E0E62;--color-7: #c8c5d5;--dark: #0A142F;--white-color: #ffffff;--black: #333;--gray1: #616161;--gray2: #BDBDBD;--gray3: #898989;--neutral-colors-color-900: #8D8BA7;--praghraph-color: #555;--white-text: #fff;--gray-text: #3D3D3D;--light-gray-text: #808184;--heading-1-size: 3.75rem;--heading-2-size: 2rem;--heading-2-size-mob: calc(var(--heading-2-size) * 0.75);--heading-3-size: 1.75rem;--heading-3-size-mob: calc(var(--heading-3-size) * 0.75);--primary-btn-text-color: var(--color-2);--primary-btn-text-color-hover: #fff;--primary-btn-font-size: 18px;--primary-btn-font-weight: 500;--primary-btn-bg-color: #fff;--primary-btn-bg-color-hover: var(--color-2);--primary-btn-border: none;--primary-btn-radius: 8px;--primary-btn-padding: 0.75rem 1.5rem;--primary-btn-min-width: 135px;--primary-btn-transition: var(--primary-transition);--primary-btn-outlined-font-size: 18px;--primary-btn-outlined-font-weight: 500;--primary-btn-outlined-bg-color: transparent;--primary-btn-outlined-bg-color-hover: var(--color-2);--primary-btn-outlined-border: 1px solid #fff;--primary-btn-outlined-radius: 8px;--primary-btn-outlined-transition: var(--primary-transition);--footer-bg: #DEDBE3;--footer-padding: 80px 40px;--primary-transition: 0.3s all ease-in-out;--section-padding: 80px;--section-padding-mob: 24px;--masarat-title-color: var(--color-2);--masarat-title-align: start;--masarat-btn-bg: var(--color-2);--masarat-btn-bg-hover: var(--color-1);--masarat-btn-color: var(--white-text);--masarat-btn-color-hover: var(--white-text);--masarat-btn-icon-color: var(--white-text);--masarat-btn-icon-color-hover: var(--white-text);--masarat-btn-icon-size: 24px;--masarat-btn-font-size: 18px;--masarat-btn-font-weight: 500;--masarat-btn-padding: 0.75rem 1.5rem;--masarat-btn-radius: 8px;--masarat-btn-transition: var(--primary-transition);--masarat-btn-border: none;--masarat-btn-border-color-hover: none;--masarat-textbox-color: #3D3D3D;--masarat-textbox-size: 18px;--masarat-textbox-align: start}:root{--primary-font: "Plus Jakarta Sans", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;--secondary-font: "Libre Baskerville", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif}*{box-sizing:border-box;scrollbar-color:var(--color-2) #ececec;scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track-piece{background-color:#ececec}*::-webkit-scrollbar-thumb{height:30px;background-color:var(--color-2)}@media(min-width: 992px){.hide-on-desktop{display:none}}@media(max-width: 991px){.hide-on-mobile{display:none}}@media(max-width: 991px){.custom-sidebar-container .toc{display:none}}html,body{margin:0;padding:0}html{margin-top:0 !important}body{font-family:var(--primary-font)}body:not(.home) #page.site{padding-top:179px}@media(max-width: 1024px){body:not(.home) #page.site{padding-top:138px}}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--primary-font);text-transform:capitalize}.custom-widget h1,.custom-widget h2,.custom-widget h3,.custom-widget h4,.custom-widget h5,.custom-widget h6{margin:0}h2{font-size:var(--heading-2-size);font-weight:700}@media(max-width: 991px){h2{font-size:var(--heading-2-size-mob)}}.primary-btn,.donation-btn{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--primary-btn-text-color);font-size:var(--primary-btn-font-size);font-weight:var(--primary-btn-font-weight);background:var(--primary-btn-bg-color);border:var(--primary-btn-border);border-radius:var(--primary-btn-radius);padding:var(--primary-btn-padding);transition:var(--primary-btn-transition);min-width:var(--primary-btn-min-width)}.primary-btn:hover,.donation-btn:hover{color:var(--primary-btn-text-color-hover);background:var(--primary-btn-bg-color-hover)}.primary-btn.btn-style-1,.btn-style-1.donation-btn{background:var(--color-2);color:var(--white-text);transition:var(--primary-transition)}.primary-btn.btn-style-1:hover,.btn-style-1.donation-btn:hover{filter:brightness(110%)}.primary-btn-outlined{background:var(--primary-btn-outlined-bg-color);border:var(--primary-btn-outlined-border);border-radius:var(--primary-btn-outlined-radius);padding:var(--primary-btn-outlined-padding);transition:var(--primary-btn-outlined-transition)}.link-btn{display:flex;align-items:flex-start}.link-btn:hover .link-icon{transform:translateX(3px)}.link-btn span{color:#575757}.link-btn .link-icon{display:flex;justify-content:center;align-items:center;text-align:center;border-radius:50%;width:25px;height:25px;background:var(--color-1);margin-inline-start:8px;transition:var(--primary-transition)}.link-btn .link-icon svg{transform:rotate(-45deg)}.link-btn .link-icon svg path{fill:none;stroke:var(--white-color);stroke-width:1.1px}.donation-btn svg path{transition:var(--primary-transition)}.donation-btn:hover svg path{opacity:1;fill:var(--white-color)}.masarat-btn{display:flex;align-items:center;justify-content:center;text-align:center;gap:8px;background:var(--masarat-btn-bg);color:var(--masarat-btn-color);font-size:var(--masarat-btn-font-size);font-weight:var(--masarat-btn-font-weight);padding:var(--masarat-btn-padding);border:var(--masarat-btn-border);border-radius:var(--masarat-btn-radius);transition:var(--masarat-btn-transition)}.masarat-btn:hover{color:var(--masarat-btn-color-hover);background:var(--masarat-btn-bg-hover);border-color:var(--masarat-btn-border-color-hover)}.masarat-btn:hover svg path{fill:var(--masarat-btn-icon-color-hover)}.masarat-btn svg path{fill:var(--masarat-btn-icon-color);opacity:1;transition:var(--primary-transition)}.masarat-btn img,.masarat-btn svg{width:var(--masarat-btn-icon-size);height:auto}.inner-content figure,.inner-content img{max-width:100%}.inner-content h1:not(.custom-widget h1):not(h1.custom-widget),.inner-content h2:not(.custom-widget h2):not(h2.custom-widget),.inner-content h3:not(.custom-widget h3):not(h3.custom-widget),.inner-content h4:not(.custom-widget h4):not(h4.custom-widget),.inner-content h5:not(.custom-widget h5):not(h5.custom-widget),.inner-content h6:not(.custom-widget h6):not(h6.custom-widget){margin:1.5rem 0 .75rem;font-weight:700;color:var(--color-2)}.inner-content h1:not(.custom-widget h1):not(h1.custom-widget){font-size:48px}.inner-content h2:not(.custom-widget h2):not(h2.custom-widget){font-size:40px}.inner-content h3:not(.custom-widget h3):not(h3.custom-widget){font-size:32px}.inner-content h4:not(.custom-widget h4):not(h4.custom-widget){font-size:28px}.inner-content h5:not(.custom-widget h5):not(h5.custom-widget){font-size:24px}.inner-content h6:not(.custom-widget h6):not(h6.custom-widget){font-size:20px}.inner-content p:not(.custom-widget p):not(p.custom-widget){font-size:16px;color:var(--gray1)}.inner-content a:not(.custom-widget a):not(a.custom-widget){color:var(--color-1);font-size:16px;transition:var(--primary-transition)}.inner-content a:not(.custom-widget a):not(a.custom-widget):hover{color:var(--color-4)}.inner-content li:not(.custom-widget li):not(li.custom-widget){font-size:16px;color:var(--gray1)}.inner-content iframe{max-width:100%}@media(max-width: 991px){.inner-content h1:not(.custom-widget h1):not(h1.custom-widget){font-size:32px}.inner-content h2:not(.custom-widget h2):not(h2.custom-widget){font-size:28px}.inner-content h3:not(.custom-widget h3):not(h3.custom-widget){font-size:24px}.inner-content h4:not(.custom-widget h4):not(h4.custom-widget){font-size:20px}.inner-content h5:not(.custom-widget h5):not(h5.custom-widget){font-size:16px}.inner-content h6:not(.custom-widget h6):not(h6.custom-widget){font-size:14px}.inner-content p:not(.custom-widget p):not(p.custom-widget),.inner-content a:not(.custom-widget a):not(a.custom-widget){font-size:14px}.inner-content li:not(.custom-widget li):not(li.custom-widget){font-size:14px}}.cards-container{display:grid}@media(max-width: 767px){.cards-container.sm-to-flex{display:flex;overflow:auto}}.cards-container.with-gap{gap:1rem}.grid-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-6{grid-template-columns:repeat(6, minmax(0, 1fr))}@media(min-width: 391px){.grid-xxs-1{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(min-width: 391px){.grid-xxs-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 391px){.grid-xxs-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 391px){.grid-xxs-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 391px){.grid-xxs-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 391px){.grid-xxs-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media(min-width: 576px){.grid-xs-1{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(min-width: 576px){.grid-xs-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 576px){.grid-xs-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 576px){.grid-xs-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 576px){.grid-xs-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 576px){.grid-xs-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media(min-width: 768px){.grid-sm-1{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(min-width: 768px){.grid-sm-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 768px){.grid-sm-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 768px){.grid-sm-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 768px){.grid-sm-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 768px){.grid-sm-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media(min-width: 992px){.grid-md-1{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(min-width: 992px){.grid-md-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 992px){.grid-md-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 992px){.grid-md-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 992px){.grid-md-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 992px){.grid-md-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media(min-width: 1200px){.grid-lg-1{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(min-width: 1200px){.grid-lg-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 1200px){.grid-lg-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 1200px){.grid-lg-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 1200px){.grid-lg-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 1200px){.grid-lg-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media(min-width: 1400px){.grid-xl-1{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(min-width: 1400px){.grid-xl-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 1400px){.grid-xl-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 1400px){.grid-xl-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 1400px){.grid-xl-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 1400px){.grid-xl-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}.cards-flex-container{display:flex;grid-gap:1.25rem;gap:1.25rem}.horizontal-scroll{overflow-x:auto;padding:1rem 0 2rem;scroll-snap-type:x mandatory}.horizontal-scroll-only-mobile{overflow-x:auto}@media(max-width: 991px){.horizontal-scroll-only-mobile{padding:1rem 0 2rem}}@media(max-width: 991px)and (hover: none)and (pointer: coarse){.horizontal-scroll-only-mobile{scroll-snap-type:x mandatory}}.horizontal-scroll-less-padding{padding:1rem 0}.hide-scroll{scrollbar-width:none}.hide-scroll::-webkit-scrollbar{display:none}.no-gap{grid-gap:0;gap:0}.field-with-icon{position:relative}@media(max-width: 991px),(hover: none)and (pointer: coarse){.hide-scroll-in-mobile{scrollbar-width:none}.hide-scroll-in-mobile::-webkit-scrollbar{display:none}}section.bg-pattern{position:relative}section.bg-pattern::before{content:"";position:absolute;background:url("../../../dist/imgs/pattern.png");height:250px;top:50%;transform:translateY(-50%);width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width: 991px){section.bg-pattern::before{top:unset;transform:none;bottom:58px}}.field-holder{display:flex}.field-holder.field-with-icon{gap:5px;align-items:center}.custom-form label[for]{cursor:pointer}.custom-form label.uppercase{text-transform:uppercase}.custom-form .fields-group{display:flex;flex-direction:column;gap:10px}.custom-form .fields-group>label{display:flex;color:var(--color-2);text-transform:uppercase;font-size:14px;font-weight:bold;align-self:flex-start}.custom-form .fields-group>label span{margin-block-start:2px;margin-inline-start:16px;color:var(--gray1);font-size:12px;text-transform:lowercase}.custom-form .form-row{display:flex;flex-direction:column}@media(max-width: 767px){.custom-form .form-row{grid-gap:1rem;gap:1rem}}.custom-form .form-row.with-1-col{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.custom-form .form-row.with-2-col{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 767px){.custom-form .form-row.with-2-col:not(.no-change-mobile){grid-template-columns:minmax(0, 1fr)}}.custom-form .form-row.with-3-col{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 767px){.custom-form .form-row.with-3-col:not(.no-change-mobile){grid-template-columns:minmax(0, 1fr)}}.custom-form .form-row.with-4-col{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 1199px){.custom-form .form-row.with-4-col:not(.no-change-mobile){grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 767px){.custom-form .form-row.with-4-col:not(.no-change-mobile){grid-template-columns:minmax(0, 1fr)}}.custom-form .form-row.with-5-col{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 1399px){.custom-form .form-row.with-5-col:not(.no-change-mobile){grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(max-width: 1199px){.custom-form .form-row.with-5-col:not(.no-change-mobile){grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 767px){.custom-form .form-row.with-5-col:not(.no-change-mobile){grid-template-columns:minmax(0, 1fr)}}.custom-form .form-field{display:flex;flex-direction:column;align-items:flex-start}.custom-form .form-field label{display:flex;gap:.25rem;color:var(--color-6);font-size:14px;font-weight:700;letter-spacing:2px;margin-block-end:10px}.custom-form .form-field label span{color:var(--gray1);font-size:12px;text-transform:lowercase;letter-spacing:normal;font-weight:normal;margin-block-start:1px}.custom-form .form-field .field-holder{position:relative;width:100%;align-items:center}.custom-form .form-field .field-holder.password-holder{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-form .form-field .field-holder.password-holder svg,.custom-form .form-field .field-holder.password-holder img{pointer-events:none;width:20px}.custom-form .form-field .field-holder.password-holder .visibility-controller{display:block;position:absolute;right:15px;cursor:pointer}.custom-form .form-field .field-holder.password-holder input[type=password],.custom-form .form-field .field-holder.password-holder input[type=text]{padding-inline:10px 40px}.custom-form .form-field .field-holder input[type=text],.custom-form .form-field .field-holder input[type=email],.custom-form .form-field .field-holder input[type=password],.custom-form .form-field .field-holder input[type=number],.custom-form .form-field .field-holder input[type=search],.custom-form .form-field .field-holder select{width:100%;padding:15px 10px;background:#fff;border-radius:16px;outline:none;border:1px solid #ebeaed}@media(max-width: 1024px){.custom-form .form-field .field-holder input[type=text],.custom-form .form-field .field-holder input[type=email],.custom-form .form-field .field-holder input[type=password],.custom-form .form-field .field-holder input[type=number],.custom-form .form-field .field-holder input[type=search],.custom-form .form-field .field-holder select{padding-block:10px 15px;border-radius:8px}}.progress-bar{margin-block-start:10px;width:100%;background:#bfc9d0;height:18px;border-radius:9px;overflow:hidden}.progress-bar .inner-bar{background:var(--color-1);height:100%;border-radius:9px}.socialmedia{display:flex;gap:18px;margin-block-start:20px;flex-wrap:wrap}@media(max-width: 991px){.socialmedia{gap:12px;margin-block-start:10px}}.socialmedia .socialmedia-item{width:32px;height:32px;display:flex;justify-content:center;align-items:center;background:rgba(88,73,115,.2);border-radius:50%}.socialmedia .socialmedia-item svg{width:62.5%;height:62.5%;-o-object-fit:contain;object-fit:contain}.socialmedia .socialmedia-item svg path{fill:var(--color-2)}.custom-single-post-container{display:grid;grid-template-columns:minmax(0, 1fr);align-items:flex-start;gap:2rem;margin-block:40px}.custom-single-post-container.with-sidebar{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}@media(max-width: 991px){.custom-single-post-container.with-sidebar{grid-template-columns:minmax(0, 1fr);gap:1rem}}@media(min-width: 992px){.custom-sidebar-container{position:sticky;top:120px}}.custom-swiper-nav-container{display:flex;align-self:flex-start;gap:1rem}@media(max-width: 767px){.custom-swiper-nav-container{gap:.5rem}}.custom-swiper-btn{display:flex;justify-content:center;align-items:center;text-align:center;width:64px;aspect-ratio:1/1;border-radius:50%;background:var(--color-2);color:#fff;transition:var(--primary-transition)}@media(max-width: 767px){.custom-swiper-btn{width:32px}}.custom-swiper-btn svg{width:50%;height:50%;max-width:28px;max-height:28px}@media(max-width: 575px){.custom-swiper-btn svg{max-width:15px;max-height:15px}}.custom-swiper-btn svg path{transition:var(--primary-transition);fill:var(--white-color)}.custom-swiper-btn.swiper-button-disabled{background:var(--white-color);box-shadow:inset 0px 0px 1px 1px var(--color-2)}.custom-swiper-btn.swiper-button-disabled svg path{fill:var(--color-2)}.custom-swiper-btn.custom-swiper-btn-prev{margin-inline-start:auto}.custom-swiper-btn.custom-swiper-btn-next svg{transform:rotateY(180deg)}@media(max-width: 575px){html[dir=rtl] .custom-swiper-btn{width:32px;height:32px}}html[dir=rtl] .custom-swiper-btn svg{width:28px;height:28px}@media(max-width: 575px){html[dir=rtl] .custom-swiper-btn svg{width:15px;height:15px}}html[dir=rtl] .custom-swiper-btn svg path{transition:var(--primary-transition);fill:var(--white-color)}html[dir=rtl] .custom-swiper-btn.swiper-button-disabled{background:var(--white-color);box-shadow:inset 0px 0px 1px 1px var(--color-2)}html[dir=rtl] .custom-swiper-btn.swiper-button-disabled svg path{fill:var(--color-2)}html[dir=rtl] .custom-swiper-btn.custom-swiper-btn-prev svg{transform:rotateY(180deg)}html[dir=rtl] .custom-swiper-btn.custom-swiper-btn-next svg{transform:rotateY(0)}.custom-cf7{display:flex;flex-direction:column;gap:25px;direction:ltr}.custom-cf7 .fields-group{display:flex;flex-direction:column;gap:10px}.custom-cf7 .fields-group>label{display:flex;color:var(--color-2);text-transform:uppercase;font-size:14px;font-weight:bold;align-self:flex-start}.custom-cf7 .fields-group>label span{margin-block-start:2px;margin-inline-start:16px;color:var(--gray1);font-size:12px;text-transform:lowercase}.custom-cf7 .form-row{display:flex;flex-direction:column}@media(max-width: 767px){.custom-cf7 .form-row{grid-gap:1rem;gap:1rem}}.custom-cf7 .form-row.with-1-col{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.custom-cf7 .form-row.with-2-col{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 767px){.custom-cf7 .form-row.with-2-col{grid-template-columns:minmax(0, 1fr)}}.custom-cf7 .form-row.with-3-col{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 767px){.custom-cf7 .form-row.with-3-col{grid-template-columns:minmax(0, 1fr)}}.custom-cf7 .form-row.with-4-col{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 1199px){.custom-cf7 .form-row.with-4-col{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 767px){.custom-cf7 .form-row.with-4-col{grid-template-columns:minmax(0, 1fr)}}.custom-cf7 .form-row.with-5-col{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));grid-gap:24px;gap:24px}@media(max-width: 1399px){.custom-cf7 .form-row.with-5-col{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(max-width: 1199px){.custom-cf7 .form-row.with-5-col{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 767px){.custom-cf7 .form-row.with-5-col{grid-template-columns:minmax(0, 1fr)}}.custom-cf7 .form-field{display:flex;flex-direction:column;position:relative;gap:10px}.custom-cf7 .form-field label[for]{cursor:pointer}.custom-cf7 .form-field>label{display:flex;color:var(--color-2);text-transform:uppercase;font-size:14px;font-weight:bold;align-self:flex-start}.custom-cf7 .form-field>label span{margin-block-start:2px;margin-inline-start:16px;color:var(--gray1);font-size:12px;text-transform:lowercase}.custom-cf7 input[type=text],.custom-cf7 input[type=url],.custom-cf7 input[type=email],.custom-cf7 input[type=number],.custom-cf7 input[type=date],.custom-cf7 textarea{border-radius:16px;border:2px solid #ebeaed;background:#fff;padding:15px 10px;outline:none;width:100%;font-size:14px;color:var(--dark)}.custom-cf7 input[type=text]::-moz-placeholder, .custom-cf7 input[type=url]::-moz-placeholder, .custom-cf7 input[type=email]::-moz-placeholder, .custom-cf7 input[type=number]::-moz-placeholder, .custom-cf7 input[type=date]::-moz-placeholder, .custom-cf7 textarea::-moz-placeholder{color:#555}.custom-cf7 input[type=text]::placeholder,.custom-cf7 input[type=url]::placeholder,.custom-cf7 input[type=email]::placeholder,.custom-cf7 input[type=number]::placeholder,.custom-cf7 input[type=date]::placeholder,.custom-cf7 textarea::placeholder{color:#555}.custom-cf7 .field-holder{position:relative}.custom-cf7 .field-holder.with-icon{display:flex;align-items:center}.custom-cf7 .field-holder.with-icon::before{content:"";background-size:100%;background-position:center center;background-repeat:no-repeat;position:absolute;left:12px;width:24px;height:24px}.custom-cf7 .field-holder.with-icon.fb-icon::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_240_3956)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C5.373 0 0 5.37375 0 12.0007C0 18.6278 5.373 24 12 24C18.6278 24 24 18.6278 24 12.0007C24 5.37375 18.627 0 12 0Z' fill='%231877F2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1772 11.9498H13.0989V19.3605H10.0194V11.9505H8.55469V9.33301H10.0194V7.63801C10.0194 6.42451 10.5954 4.53076 13.1282 4.53076L15.4082 4.53976V7.08001H13.7529C13.4814 7.08001 13.0989 7.21501 13.0989 7.79251V9.33301H15.4472L15.1772 11.9498Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_3956'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.custom-cf7 .field-holder.with-icon.insta-icon::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 1.5H6C3.51472 1.5 1.5 3.51472 1.5 6V18C1.5 20.4853 3.51472 22.5 6 22.5H18C20.4853 22.5 22.5 20.4853 22.5 18V6C22.5 3.51472 20.4853 1.5 18 1.5Z' fill='url(%23paint0_radial_240_3965)'/%3E%3Cpath d='M18 1.5H6C3.51472 1.5 1.5 3.51472 1.5 6V18C1.5 20.4853 3.51472 22.5 6 22.5H18C20.4853 22.5 22.5 20.4853 22.5 18V6C22.5 3.51472 20.4853 1.5 18 1.5Z' fill='url(%23paint1_radial_240_3965)'/%3E%3Cpath d='M18 1.5H6C3.51472 1.5 1.5 3.51472 1.5 6V18C1.5 20.4853 3.51472 22.5 6 22.5H18C20.4853 22.5 22.5 20.4853 22.5 18V6C22.5 3.51472 20.4853 1.5 18 1.5Z' fill='url(%23paint2_radial_240_3965)'/%3E%3Cpath d='M17.25 7.875C17.25 8.4963 16.7463 9 16.125 9C15.5037 9 15 8.4963 15 7.875C15 7.25368 15.5037 6.75 16.125 6.75C16.7463 6.75 17.25 7.25368 17.25 7.875Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92895 14.0711 8.25 12 8.25C9.92895 8.25 8.25 9.92895 8.25 12C8.25 14.0711 9.92895 15.75 12 15.75ZM12 14.25C13.2427 14.25 14.25 13.2427 14.25 12C14.25 10.7573 13.2427 9.75 12 9.75C10.7573 9.75 9.75 10.7573 9.75 12C9.75 13.2427 10.7573 14.25 12 14.25Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 11.7C4.5 9.17978 4.5 7.91963 4.99047 6.95705C5.4219 6.11031 6.11031 5.4219 6.95705 4.99047C7.91963 4.5 9.17978 4.5 11.7 4.5H12.3C14.8202 4.5 16.0804 4.5 17.0429 4.99047C17.8897 5.4219 18.5781 6.11031 19.0095 6.95705C19.5 7.91963 19.5 9.17978 19.5 11.7V12.3C19.5 14.8202 19.5 16.0804 19.0095 17.0429C18.5781 17.8897 17.8897 18.5781 17.0429 19.0095C16.0804 19.5 14.8202 19.5 12.3 19.5H11.7C9.17978 19.5 7.91963 19.5 6.95705 19.0095C6.11031 18.5781 5.4219 17.8897 4.99047 17.0429C4.5 16.0804 4.5 14.8202 4.5 12.3V11.7ZM11.7 6H12.3C13.5849 6 14.4583 6.00117 15.1334 6.05632C15.7911 6.11005 16.1274 6.20744 16.362 6.32698C16.9264 6.6146 17.3854 7.07354 17.673 7.638C17.7925 7.8726 17.89 8.2089 17.9437 8.86657C17.9988 9.54172 18 10.4151 18 11.7V12.3C18 13.5849 17.9988 14.4583 17.9437 15.1334C17.89 15.7911 17.7925 16.1274 17.673 16.362C17.3854 16.9264 16.9264 17.3854 16.362 17.673C16.1274 17.7925 15.7911 17.89 15.1334 17.9437C14.4583 17.9988 13.5849 18 12.3 18H11.7C10.4151 18 9.54172 17.9988 8.86657 17.9437C8.2089 17.89 7.8726 17.7925 7.638 17.673C7.07354 17.3854 6.6146 16.9264 6.32698 16.362C6.20744 16.1274 6.11005 15.7911 6.05632 15.1334C6.00117 14.4583 6 13.5849 6 12.3V11.7C6 10.4151 6.00117 9.54172 6.05632 8.86657C6.11005 8.2089 6.20744 7.8726 6.32698 7.638C6.6146 7.07354 7.07354 6.6146 7.638 6.32698C7.8726 6.20744 8.2089 6.11005 8.86657 6.05632C9.54172 6.00117 10.4151 6 11.7 6Z' fill='white'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_240_3965' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9 17.25) rotate(-55.3758) scale(19.1397)'%3E%3Cstop stop-color='%23B13589'/%3E%3Cstop offset='0.79309' stop-color='%23C62F94'/%3E%3Cstop offset='1' stop-color='%238A3AC8'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_240_3965' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(8.25 23.25) rotate(-65.1363) scale(16.9457)'%3E%3Cstop stop-color='%23E0E8B7'/%3E%3Cstop offset='0.444662' stop-color='%23FB8A2E'/%3E%3Cstop offset='0.71474' stop-color='%23E2425C'/%3E%3Cstop offset='1' stop-color='%23E2425C' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_240_3965' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(0.375 2.25) rotate(-8.1301) scale(29.1682 6.23877)'%3E%3Cstop offset='0.156701' stop-color='%23406ADC'/%3E%3Cstop offset='0.467799' stop-color='%236A45BE'/%3E%3Cstop offset='1' stop-color='%236A45BE' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E")}.custom-cf7 .field-holder.with-icon.x-icon::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_240_3976)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C5.373 0 0 5.373 0 12C0 18.627 5.373 24 12 24C18.627 24 24 18.627 24 12C24 5.373 18.627 0 12 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1415 11.0812L17.61 6H16.551L12.672 10.4123L9.57375 6H6L10.6852 12.6713L6 18H7.059L11.1547 13.341L14.427 18H18L13.1415 11.0812ZM11.6917 12.7305L11.217 12.066L7.44 6.78H9.066L12.114 11.046L12.5887 11.7105L16.551 17.256H14.925L11.6917 12.7305Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_3976'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.custom-cf7 .field-holder.with-icon.youtube-icon::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_240_3983)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C5.37262 0 0 5.37244 0 12C0 18.6272 5.37262 24 12 24C18.6274 24 24 18.6272 24 12C24 5.37244 18.6274 0 12 0Z' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1572 6.72522L12.3828 6.72629C12.9227 6.72948 13.9709 6.73982 15.0809 6.77346L15.4525 6.78556C16.0738 6.80723 16.6987 6.83664 17.2509 6.87656C17.544 6.91144 18.1834 6.91444 18.7539 7.512C19.1538 7.9165 19.3139 8.77804 19.3445 8.9645L19.3502 9.00056C19.3502 9.00056 19.4761 10.0206 19.4971 11.1257L19.5 11.4285V12.5666L19.4971 12.8694C19.4762 13.9744 19.3507 14.9946 19.3507 14.9946C19.3507 14.9946 19.2041 16.0275 18.7541 16.4833C18.1839 17.0809 17.5444 17.0839 17.2511 17.1189C15.4283 17.2507 12.8114 17.2715 12.1543 17.2747L11.9268 17.2746C11.3855 17.269 8.00269 17.2304 6.89981 17.1246C6.56625 17.0619 5.81681 17.0807 5.24606 16.4829C4.79625 16.0275 4.64981 14.9944 4.64981 14.9944C4.64981 14.9944 4.5 13.7803 4.5 12.5668V11.4287C4.5 10.3662 4.61456 9.30404 4.6432 9.05509L4.64887 9.0068C4.64937 9.00267 4.64963 9.00056 4.64963 9.00056L4.65526 8.9645C4.68591 8.77804 4.84604 7.9165 5.24588 7.512C5.81644 6.91425 6.45544 6.91144 6.74869 6.87656C8.40555 6.75681 10.7171 6.7316 11.6169 6.72629L11.8424 6.72522C11.8623 6.72515 11.8804 6.7251 11.8967 6.72505H12.103C12.1192 6.7251 12.1373 6.72515 12.1572 6.72522ZM10.5 9.74989L10.5006 14.2499L15 12.0075L10.5 9.74989Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_240_3983'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.custom-cf7 .field-holder.with-icon input{padding-inline:40px 10px}.custom-cf7 .field-holder.with-currency::before{content:"$";display:flex;justify-content:center;align-items:center;text-align:center;width:62px;background:#d5d5d5;position:relative;border-radius:16px;left:0;margin-inline-end:10px;font-size:18px;color:#555}@media(max-width: 575px){.custom-cf7 .field-holder.with-currency::before{font-size:16px;margin-inline-end:5px}}.custom-cf7 .field-holder>span{width:100%}.custom-cf7 .field-holder.select-holder::before{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Polygon 1' d='M9 11L17.6603 0.5H0.339746L9 11Z' fill='%23584873'/%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:center center;background-size:20px 14px;width:23px;height:23px;pointer-events:none}.custom-cf7 .field-holder.checkbox-holder{margin-block-start:12px}.custom-cf7 .field-holder.checkbox-holder .wpcf7-checkbox,.custom-cf7 .field-holder.checkbox-holder .wpcf7-radio{display:flex;flex-wrap:wrap;gap:1rem}.custom-cf7 .field-holder.checkbox-holder .wpcf7-list-item{margin:0}.custom-cf7 .field-holder.checkbox-holder label{display:flex;cursor:pointer}.custom-cf7 .field-holder.checkbox-holder label input{width:24px;height:24px;border-radius:20px;cursor:pointer;accent-color:var(--color-2)}.custom-cf7 .field-holder.checkbox-holder label span{font-size:14px;color:#555;margin-inline-start:10px;margin-block-start:2px}.custom-cf7 select{border-radius:16px;border:2px solid #ebeaed;background:#fff;padding-block:15px;padding-inline:10px 40px;outline:none;width:100%;font-size:14px;color:var(--dark);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-cf7 select::-ms-expand{display:none}.custom-cf7 textarea{resize:none}.custom-cf7 .textarea-holder{background:#f9fafb;border-radius:16px;flex-shrink:0;flex-grow:1;overflow:hidden;border:1px solid #ebeaed;padding:1.5rem 1.25rem}@media(max-width: 767px){.custom-cf7 .textarea-holder{width:100%}}.custom-cf7 .textarea-holder textarea{background:none;border-radius:0;border:none;padding:0 .5rem}.custom-cf7 .form-submit-btn{display:flex;align-items:center;position:relative}.custom-cf7 .form-submit-btn input[type=submit]{border:none;outline:none;width:100%;padding:16px 24px;background:var(--color-2);color:var(--white-text);border-radius:8px;transition:var(--primary-transition)}.custom-cf7 .form-submit-btn input[type=submit]:hover{background:var(--color-1)}.custom-cf7 .form-submit-btn .wpcf7-spinner{position:absolute}.custom-cf7 .iti{width:100%}.custom-cf7 .iti .iti__selected-country-primary{padding-inline:12px;border-radius:16px 0 0 16px}.custom-cf7 .iti .iti__dropdown-content{box-shadow:none}.custom-cf7 .iti .iti__dropdown-content input{border-radius:0}.file-upload-area{width:100%;border:2px solid #ebeaed;background:rgba(88,73,115,.031372549);display:flex;align-items:center;justify-content:center;min-height:300px;border-radius:16px;cursor:pointer;transition:var(--primary-transition)}.file-upload-area.error{background:#fff3f3}.file-upload-area.uploaded{background:#f5fff5}.file-upload-area .wpcf7-form-control-wrap,.file-upload-area input[type=file]{position:absolute;inset:0;width:100%;height:100%;outline:none;border:none;opacity:0;cursor:pointer}.file-upload-area .custom-file-upload .custom-file-upload-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:1rem}.file-upload-area .custom-file-upload .custom-file-upload-content .icon{height:100px;width:120px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cg clip-path='url(%23clip0_228_3321)'%3E%3Cpath d='M99.9817 44.1102C94.4356 22.0162 72.0292 8.60156 49.9352 14.1477C32.6693 18.482 20.1323 33.4046 18.8405 51.1592C6.58103 53.1809 -1.71845 64.758 0.303279 77.0175C2.1005 87.9164 11.5443 95.8981 22.5901 95.8543H41.3381V88.3551H22.5901C14.3068 88.3551 7.59178 81.6401 7.59178 73.3567C7.59178 65.0734 14.3068 58.3584 22.5901 58.3584C24.6611 58.3584 26.3397 56.6797 26.3397 54.6088C26.321 35.9712 41.4147 20.8473 60.0523 20.8287C76.1858 20.8126 90.0741 32.2183 93.1949 48.047C93.3451 48.8178 93.7336 49.5219 94.3054 50.0601C94.8772 50.5983 95.6036 50.9434 96.3821 51.0467C106.633 52.5064 113.759 61.9997 112.3 72.2504C110.989 81.4551 103.13 88.3087 93.8323 88.3551H78.834V95.8543H93.8323C108.328 95.8105 120.044 84.0236 120 69.5277C119.963 57.4611 111.704 46.9737 99.9817 44.1102Z' fill='%232C1D44'/%3E%3Cpath d='M57.4241 59.446L42.4258 74.4443L47.7127 79.7313L56.3368 71.1447V107.103H63.8359V71.1447L72.4225 79.7313L77.7094 74.4443L62.7111 59.446C61.2485 57.9921 58.8867 57.9921 57.4241 59.446Z' fill='%232C1D44'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_228_3321'%3E%3Crect width='120' height='120' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:120px 120px}.file-upload-area .custom-file-upload .custom-file-upload-content .drag-and-drop{color:#555;font-size:14px;line-height:128%;max-width:400px;margin:0 auto}.file-upload-area .custom-file-upload .custom-file-upload-content .upload-btn{background:var(--color-2);padding:16px 24px;border-radius:6px;display:flex;gap:8px;justify-content:center;align-items:center;text-align:center;cursor:pointer;color:var(--white-text)}.file-upload-area .custom-file-upload .custom-file-upload-content .max-file-size{font-size:14px;color:#555;line-height:128%}.file-upload-area .custom-file-upload .file-drop-guide{font-size:34px;font-weight:bold;color:#333}.file-upload-area .custom-file-upload .file-drop-warn{color:red}.file-upload-area.uploaded .custom-file-upload .custom-file-upload-content .drag-and-drop{color:green}.file-upload-area.uploaded .custom-file-upload .custom-file-upload-content .or,.file-upload-area.uploaded .custom-file-upload .custom-file-upload-content .upload-btn,.file-upload-area.uploaded .custom-file-upload .custom-file-upload-content .max-file-size{display:none}html[dir=rtl] .custom-cf7{direction:rtl}html[dir=rtl] .custom-cf7 input[type=url],html[dir=rtl] .custom-cf7 input[type=email]{direction:rtl}html[dir=rtl] .custom-cf7 input[type=date]{text-align:end}html[dir=rtl] .custom-cf7 .field-holder.with-icon::before{left:unset;right:12px}html[dir=rtl] .custom-cf7 .field-holder.select-holder::before{position:absolute;right:unset;left:20px}html[dir=rtl] .custom-cf7 .iti .iti__selected-country-primary{border-radius:0 16px 16px 0}html[dir=rtl] .custom-cf7 .iti .phone-number{direction:ltr;text-align:right}.vc_row{margin-left:0 !important;margin-right:0 !important}.vc_column_container>.vc_column-inner{padding:0 !important}@media(max-width: 1199px){.reset-padding-mobile.reset-padding-mobile{padding-left:0px !important;padding-right:0px !important}.swap-on-mobile-reverse{display:flex !important;flex-direction:column-reverse}}.toastify.toastify-info{background:linear-gradient(to right, #0db7e1, #0094B8);border-radius:8px}.archive-container{margin-block:20px 40px}.masarat-title{color:var(--masarat-title-color);text-align:var(--masarat-title-align)}.masarat-textbox,.masarat-textbox p{color:var(--masarat-textbox-color);font-size:var(--masarat-textbox-size);text-align:var(--masarat-textbox-align);padding-block:5px;margin-bottom:0}header.masarat-header{position:fixed;top:0;width:100%;z-index:9;transition:.2s all linear}@media(min-width: 1025px){header.masarat-header.scrolled{top:-65px}}@media(max-width: 1024px){header.masarat-header.scrolled{top:-36px}}@media(min-width: 1025px){.mobile-header-holder{display:none}}@media(max-width: 1024px){.mobile-header-holder .top-top-header{position:relative;background:var(--white-color);height:36px;display:flex;gap:1rem}.mobile-header-holder .top-top-header .top-header-content{height:100%;display:flex;gap:1rem}.mobile-header-holder .top-top-header .top-header-content .top-header-item{display:flex;align-items:center}.mobile-header-holder .top-top-header .top-header-content .search-holder{flex-grow:1;margin-inline-end:auto;max-width:550px}.mobile-header-holder .top-top-header .top-header-content .search-holder form{width:100%}.mobile-header-holder .top-top-header .top-header-content .search-holder input{width:100%;border:none;outline:none}.mobile-header-holder .top-top-header .top-header-content .user-action>a{width:30px;height:30px;border-radius:8px;border:1px solid var(--color-2);display:flex;align-items:center;justify-content:center;padding:.25rem}.mobile-header-holder .top-top-header .top-header-content .user-action>a svg{width:90%}.mobile-header-holder .top-top-header .top-header-content .user-action>a svg path#Path_305{fill:var(--color-2)}.mobile-header-holder .top-top-header .top-header-content .user-action .user-control{display:none;position:relative;height:35px;width:35px;cursor:pointer;padding-bottom:3px;margin-top:3px}.mobile-header-holder .top-top-header .top-header-content .user-action .user-control img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--color-2);border-radius:8px;pointer-events:none}.mobile-header-holder .top-top-header .top-header-content .user-action .user-control .user-control-menu{position:absolute;top:100%;background:var(--white-color);border-radius:8px;left:0;min-width:120px;box-shadow:0 0 1px 1px var(--color-2);overflow:hidden;transform:translateY(-10px);transform-origin:top;opacity:0;pointer-events:none;padding:0;margin:0;list-style:none;color:var(--black)}.mobile-header-holder .top-top-header .top-header-content .user-action .user-control .user-control-menu.active{transform:translateY(0);opacity:1;pointer-events:all}.mobile-header-holder .top-top-header .top-header-content .user-action .user-control .user-control-menu li{text-align:center}.mobile-header-holder .top-top-header .top-header-content .user-action .user-control .user-control-menu li:not(:last-of-type){border-bottom:1px solid silver}.mobile-header-holder .top-top-header .top-header-content .user-action .user-control .user-control-menu li a{display:block;text-align:center;justify-content:center;padding:.5rem;font-size:14px}}@media(max-width: 1024px)and (hover: hover){.mobile-header-holder .top-top-header .top-header-content .user-action .user-control .user-control-menu li a:hover{background:rgba(192,192,192,.281)}}@media(max-width: 1024px){.mobile-header-holder .top-header{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-block:18px;background:var(--color-2);height:102px}.mobile-header-holder .top-header .main-header-content{height:100%;display:flex;justify-content:space-between;align-items:center}.mobile-header-holder .top-header .main-header-content .donation-btn:hover{background:#fff;color:var(--color-2)}.mobile-header-holder .top-header .main-header-content .donation-btn:hover svg path{fill:crimson}.mobile-header-holder .top-header .main-header-content .burger-menu{display:flex;height:20px;width:24px;gap:6px;cursor:pointer;position:relative}.mobile-header-holder .top-header .main-header-content .burger-menu.burger-toggled span:first-of-type{top:50%;transform:rotate(45deg)}.mobile-header-holder .top-header .main-header-content .burger-menu.burger-toggled span:nth-of-type(2){transform:rotate(-45deg)}.mobile-header-holder .top-header .main-header-content .burger-menu.burger-toggled span:last-of-type{opacity:0}.mobile-header-holder .top-header .main-header-content .burger-menu span{display:block;width:100%;margin:0 auto;height:3px;background:var(--white-color);transition:.2s all linear;position:absolute;border-radius:10px}.mobile-header-holder .top-header .main-header-content .burger-menu span:first-of-type{top:0}.mobile-header-holder .top-header .main-header-content .burger-menu span:nth-of-type(2){top:50%}.mobile-header-holder .top-header .main-header-content .burger-menu span:last-of-type{top:100%}.mobile-header-holder .top-header .main-header-content .top-header-logo{width:auto;height:60px}.mobile-header-holder .top-header .main-header-content .top-header-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mobile-header-holder .bottom-header{display:flex;position:absolute;top:calc(100% - 1px);left:0;right:0;padding:1rem 0;background:var(--color-2);height:calc(100svh - 136px);transform:rotateX(90deg);transform-origin:top;opacity:0;transition:.3s all}.mobile-header-holder .bottom-header.nav-opened{transform:rotateX(0);opacity:1}.mobile-header-holder .bottom-header .bottom-header-content{height:100%;display:flex;flex-direction:column;padding:1.5rem .5rem 3.5rem;gap:1rem;overflow:auto}.mobile-header-holder .bottom-header .bottom-header-content nav>div{height:100%}.mobile-header-holder .bottom-header .bottom-header-content nav ul{height:100%;overflow:auto;padding:0;list-style:none;margin-bottom:0}.mobile-header-holder .bottom-header .bottom-header-content nav ul.menu>.menu-item-has-children>.sub-menu{background:rgba(136,136,136,.15);border-radius:10px;padding-top:.5rem;padding-left:.5rem}.mobile-header-holder .bottom-header .bottom-header-content nav ul.menu>.menu-item{margin-bottom:1rem;font-size:16px;padding:.5rem 0 1rem;gap:.5rem}.mobile-header-holder .bottom-header .bottom-header-content nav ul.menu>.menu-item.current-menu-item>a{color:#5fd3f0}.mobile-header-holder .bottom-header .bottom-header-content nav ul .menu-item{display:grid;grid-template-columns:minmax(100px, 1fr) auto}.mobile-header-holder .bottom-header .bottom-header-content nav ul .menu-item .dropdown-arrow{display:none;color:#c1b83b;cursor:pointer;align-self:baseline}.mobile-header-holder .bottom-header .bottom-header-content nav ul .menu-item .dropdown-arrow svg{pointer-events:none}.mobile-header-holder .bottom-header .bottom-header-content nav ul .menu-item .dropdown-arrow.opened-icon::before{transform:rotateX(180deg)}.mobile-header-holder .bottom-header .bottom-header-content nav ul .menu-item a{color:var(--white-text);position:relative;background-size:100%;background-repeat:repeat;font-weight:bold}.mobile-header-holder .bottom-header .bottom-header-content nav ul .menu-item.menu-item-has-children>.dropdown-arrow{display:inline-flex;margin-right:.5rem}.mobile-header-holder .bottom-header .bottom-header-content nav ul .sub-menu{margin:.25rem 0;padding-right:1rem;grid-column:1/3;display:none}.mobile-header-holder .bottom-header .bottom-header-content nav ul .sub-menu.opened{display:block}.mobile-header-holder .bottom-header .bottom-header-content nav ul .sub-menu .menu-item{display:grid;grid-template-columns:1fr auto;gap:.25rem}.mobile-header-holder .bottom-header .bottom-header-content nav ul .sub-menu .menu-item:not(:last-of-type){margin-bottom:1rem}body.logged-in .top-top-header .top-header-content .user-action>a{display:none}body.logged-in .top-top-header .top-header-content .user-action .user-control{display:flex}html[dir=rtl] .top-top-header .top-header-content .user-action>a{transform:rotateY(180deg)}html[dir=rtl] .top-top-header .top-header-content .user-action .user-control .user-control-menu{left:unset;right:0}header.masarat-header.scrolled .mobile-header-holder .bottom-header{height:calc(100svh - 100px)}}.desktop-header-holder{display:none}@media(min-width: 1025px){.desktop-header-holder{display:block;position:relative}.desktop-header-holder .desktop-header nav{height:100%;display:flex}.desktop-header-holder .desktop-header nav>div{height:100%}.desktop-header-holder .desktop-header nav ul.menu{margin-bottom:0;display:flex;grid-gap:0 2rem;gap:0 2rem;height:100%;align-items:center;justify-content:center}}@media(min-width: 1025px)and (max-width: 1400px){.desktop-header-holder .desktop-header nav ul.menu{grid-gap:0 1.75rem;gap:0 1.75rem}}@media(min-width: 1025px)and (max-width: 1199px){.desktop-header-holder .desktop-header nav ul.menu{grid-gap:0 1rem;gap:0 1rem}}@media(min-width: 1025px){.desktop-header-holder .desktop-header nav ul.menu a{display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.desktop-header-holder .desktop-header nav ul.menu>.menu-item{padding-bottom:.5rem;margin-top:.5rem}.desktop-header-holder .desktop-header nav ul.menu>.menu-item.current-menu-item{border-bottom:2px solid var(--white-color)}.desktop-header-holder .desktop-header nav ul.menu>.menu-item>a{color:var(--black);font-size:16px;transition:.2s all ease-in-out}}@media(min-width: 1025px)and (max-width: 1199px){.desktop-header-holder .desktop-header nav ul.menu>.menu-item>a{font-size:15px}}@media(min-width: 1025px){.desktop-header-holder .desktop-header nav ul.menu .menu-item{display:flex;align-items:center}.desktop-header-holder .desktop-header nav ul.menu .menu-item .dropdown-arrow{display:none;cursor:pointer;transition:.2s all ease-in-out}.desktop-header-holder .desktop-header nav ul.menu .menu-item .dropdown-arrow svg{pointer-events:none;height:24px;width:24px}.desktop-header-holder .desktop-header nav ul.menu .menu-item .dropdown-arrow svg path{stroke:var(--white-color)}}@media(min-width: 1025px)and (max-width: 1024px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .dropdown-arrow{width:40px;height:40px;background-size:4px;background-position:center}}@media(min-width: 1025px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu{position:absolute;top:100%;background:#fff;padding:.5rem;border-radius:10px;box-shadow:0 1px 5px rgba(0,0,0,.0509803922);min-width:-moz-max-content;min-width:max-content}.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .sub-menu{border-radius:0 10px 10px 0}}@media(min-width: 1025px)and (max-width: 1024px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu{width:700px}}@media(min-width: 1025px)and (max-width: 768px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu{width:500px}}@media(min-width: 1025px)and (max-width: 576px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu{width:275px}}@media(min-width: 1025px)and (max-width: 350px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu{width:250px}}@media(min-width: 1025px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .dropdown-arrow{transform:rotate(-90deg)}.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .menu-item{padding-right:.75rem;border-radius:10px;transition:.1s all ease-in;min-width:150px}.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .menu-item a{padding:.5rem .75rem}.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .menu-item:hover{background:rgba(88,73,115,.2)}.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .menu-item a{font-size:16px;color:#5b5b5b;width:100%}}@media(min-width: 1025px)and (max-width: 1199px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .menu-item a{font-size:14px}}@media(min-width: 1025px){.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .menu-item-has-children{position:relative}.desktop-header-holder .desktop-header nav ul.menu .menu-item .sub-menu .menu-item-has-children>.sub-menu{left:calc(100% + 8px);top:-8px}.desktop-header-holder .desktop-header nav ul.menu .menu-item-has-children>ul{opacity:0;transform:scaleY(0);transform-origin:top;transition:.2s all ease-in-out}.desktop-header-holder .desktop-header nav ul.menu .menu-item-has-children>.dropdown-arrow{display:flex}.desktop-header-holder .desktop-header nav ul.menu .menu-item-has-children:hover>ul{transform:scaleY(1);opacity:1}.desktop-header-holder .desktop-header nav ul{padding:0;list-style:none}.desktop-header-holder .desktop-header nav>div ul li.underlined-menu-item>a{text-decoration:underline}.desktop-header-holder .desktop-header .top-header{position:relative;background:#fafafa;height:65px;display:flex;gap:1rem;transition:.3s all}.desktop-header-holder .desktop-header .top-header nav ul.menu>.menu-item>a{font-weight:bold}.desktop-header-holder .desktop-header .top-header .top-header-content{height:100%;display:flex;gap:1rem}.desktop-header-holder .desktop-header .top-header .top-header-content .top-header-item{display:flex;align-items:center}.desktop-header-holder .desktop-header .top-header .top-header-content nav.top-menu-nav-holder{display:flex}.desktop-header-holder .desktop-header .top-header .top-header-content nav.top-menu-nav-holder>div>ul li a:hover{color:var(--color-1)}.desktop-header-holder .desktop-header .top-header .top-header-content nav.top-menu-nav-holder ul .menu-item-has-children>.dropdown-arrow svg path{stroke:var(--color-1)}.desktop-header-holder .desktop-header .top-header .top-header-content .search-holder{flex-grow:1;margin-inline-start:auto;max-width:550px}.desktop-header-holder .desktop-header .top-header .top-header-content .search-holder form{width:100%}.desktop-header-holder .desktop-header .top-header .top-header-content .search-holder input{width:100%;border:none;outline:none;background:rgba(0,0,0,0)}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action>a{width:35px;height:35px;border-radius:8px;border:1px solid var(--color-2);display:flex;align-items:center;justify-content:center;padding:.25rem}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action>a svg{width:90%}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action>a svg path#Path_305{fill:var(--color-2)}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control{display:none;position:relative;height:40px;width:40px;cursor:pointer;padding-bottom:3px;margin-top:3px}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control:hover .user-control-menu{transform:translateY(0);opacity:1;pointer-events:all}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--color-2);border-radius:8px;pointer-events:none}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control .user-control-menu{position:absolute;top:100%;background:var(--white-color);border-radius:8px;left:0;min-width:120px;box-shadow:0 0 1px 1px var(--color-2);overflow:hidden;transform:translateY(-10px);transform-origin:top;opacity:0;pointer-events:none;transition:var(--primary-transition);padding:0;margin:0;list-style:none;color:var(--black)}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control .user-control-menu.active{transform:translateY(0);opacity:1;pointer-events:all}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control .user-control-menu li{text-align:center}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control .user-control-menu li:not(:last-of-type){border-bottom:1px solid silver}.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control .user-control-menu li a{display:block;text-align:center;justify-content:center;padding:.5rem;font-size:14px}}@media(min-width: 1025px)and (hover: hover){.desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control .user-control-menu li a:hover{background:rgba(192,192,192,.281)}}@media(min-width: 1025px){.desktop-header-holder .desktop-header .bottom-header{padding-block:18px;background:var(--color-2);height:114px;display:flex}.desktop-header-holder .desktop-header .bottom-header .bottom-header-content{display:flex;align-items:center;gap:1rem;height:100%}}@media(min-width: 1025px)and (max-width: 1199px){.desktop-header-holder .desktop-header .bottom-header .bottom-header-content{gap:.5rem}}@media(min-width: 1025px){.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-logo a{display:flex;height:94px}}@media(min-width: 1025px)and (max-width: 1199px){.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-logo a{height:70px}}@media(min-width: 1025px){.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-logo a img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-nav{margin:0 auto}.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-nav>div>ul li{position:relative}.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-nav>div>ul li a{color:var(--white-text);font-size:16px}}@media(min-width: 1025px)and (max-width: 1199px){.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-nav>div>ul li a{font-size:14px}}@media(min-width: 1025px){.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-cta .donation-btn{font-weight:700}.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-cta .donation-btn:hover{background:#fff;color:var(--color-2)}.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-cta .donation-btn:hover svg path{fill:crimson}}@media(min-width: 1025px)and (max-width: 1199px){.desktop-header-holder .desktop-header .bottom-header .bottom-header-content .bottom-header-cta .donation-btn{font-size:14px}}@media(min-width: 1025px){body.logged-in .desktop-header-holder .desktop-header .top-header .top-header-content .user-action>a{display:none}body.logged-in .desktop-header-holder .desktop-header .top-header .top-header-content .user-control{display:flex}html[dir=rtl] .desktop-header-holder .desktop-header .top-header .top-header-content .user-action>a{transform:rotateY(180deg)}html[dir=rtl] .desktop-header-holder .desktop-header .top-header .top-header-content .user-action .user-control .user-control-menu{left:unset;right:0}}.hero-section{height:100svh;position:relative;display:flex;justify-content:center;padding-top:178px}@media(max-width: 1024px){.hero-section{padding-top:36px}}@media(max-width: 991px){.hero-section{max-height:750px}}.hero-section::before{content:"";position:absolute;width:100%;height:100%;inset:0;background:linear-gradient(0deg, rgba(13, 183, 225, 0.87) 0%, rgba(13, 183, 225, 0.2) 100%);z-index:1;filter:brightness(0.8)}@media(max-width: 991px){.hero-section::before{filter:brightness(0.65)}}.hero-section img.hero-section-img{position:absolute;inset:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-section .hero-content{position:relative;display:flex;flex-direction:column;align-items:center;margin:auto;text-align:center;gap:2rem;z-index:2;padding:0 .75rem}@media(max-width: 991px){.hero-section .hero-content{margin:auto 0 3rem;gap:1.5rem}}.hero-section .hero-content .hero-title{color:var(--white-text);font-size:var(--heading-1-size);font-weight:700;margin-bottom:0}@media(max-width: 991px){.hero-section .hero-content .hero-title{font-size:calc(var(--heading-1-size)*.45)}}.hero-section .hero-content .hero-title span{position:relative}@keyframes lineExpand{0%{opacity:0}100%{opacity:1}}.hero-section .hero-content .hero-title span::before,.hero-section .hero-content .hero-title span::after{content:"";opacity:0;position:absolute;top:50%;height:4px;width:calc(70% + 10px);background:rgba(255,0,0,.7);animation:lineExpand 1s .5s forwards;will-change:transform;filter:drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25))}@media(max-width: 991px){.hero-section .hero-content .hero-title span::before,.hero-section .hero-content .hero-title span::after{height:3px}}.hero-section .hero-content .hero-title span::before{left:50%;transform:translateX(-50%) translateY(-50%) rotate(24deg)}.hero-section .hero-content .hero-title span::after{right:50%;transform:translateX(50%) translateY(-50%) rotate(-24deg);animation-delay:1s}.hero-section .hero-content .hero-desc{color:var(--white-text);font-size:2rem;font-weight:700;max-width:580px;width:100%;margin:0 auto}@media(max-width: 991px){.hero-section .hero-content .hero-desc{font-size:1.25rem}}.our-campaigns-section{background:#f5f5f5;padding-block:var(--section-padding)}@media(max-width: 991px){.our-campaigns-section{padding-block:50px}}.our-campaigns-section .our-campaigns-holder h2{text-align:center}.our-campaigns-section .our-campaigns-holder .cards-container{gap:24px}.our-campaigns-section .our-campaigns-holder .campaigns-navigator{display:flex;margin-block:32px}@media(max-width: 991px){.our-campaigns-section .our-campaigns-holder .campaigns-navigator{margin-block:32px 16px}}.our-campaigns-section .our-campaigns-holder .campaigns-navigator .link-btn{margin-inline-start:10px;margin-inline-end:auto}.our-campaigns-section .our-campaigns-holder .campaign-card{border:none}footer.site-footer{background:var(--footer-bg);border-radius:50px 50px 0 0;padding-block:var(--footer-padding)}@media(max-width: 991px){footer.site-footer{padding-block-end:32px}}footer.site-footer .footer-content-holder{display:grid;grid-template-columns:1fr minmax(auto, 200px) minmax(auto, 200px) 1fr;gap:16px}@media(max-width: 991px){footer.site-footer .footer-content-holder{grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px 24px}}footer.site-footer .footer-content-holder .footer-column{display:flex;flex-direction:column;align-items:flex-start}@media(max-width: 991px){footer.site-footer .footer-content-holder .footer-column.footer-col-1,footer.site-footer .footer-content-holder .footer-column.footer-col-4{grid-column:span 2}}footer.site-footer .footer-content-holder .footer-column .column-title-holder{margin-block-end:24px;display:flex;flex-direction:column;align-items:flex-start}@media(max-width: 991px){footer.site-footer .footer-content-holder .footer-column .column-title-holder{margin-block-end:16px}}footer.site-footer .footer-content-holder .footer-column .column-title-holder .column-title{font-weight:600;font-size:18px;color:var(--black)}footer.site-footer .footer-content-holder .footer-column.footer-site-info{gap:16px}footer.site-footer .footer-content-holder .footer-column.footer-site-info .footer-reward-img{max-width:188px}footer.site-footer .footer-content-holder .footer-column.footer-site-info .footer-reward-img svg{width:100%;height:auto}footer.site-footer .footer-content-holder .footer-column.footer-site-info span{max-width:350px;font-size:14px;line-height:200%}@media(max-width: 991px){footer.site-footer .footer-content-holder .footer-column.footer-site-info span{max-width:500px;font-size:16px}}footer.site-footer .footer-content-holder .footer-column.footer-menu ul.menu{padding:0;list-style:none;list-style-position:inside;display:flex;flex-direction:column;gap:24px}@media(max-width: 991px){footer.site-footer .footer-content-holder .footer-column.footer-menu ul.menu{gap:16px}}footer.site-footer .footer-content-holder .footer-column.footer-menu ul.menu li{font-size:15px;color:var(--dark)}footer.site-footer .footer-content-holder .footer-column.footer-newsletter .column-title-holder{gap:4px}footer.site-footer .footer-content-holder .footer-column.footer-newsletter .column-title-holder .column-sub-title{font-size:15px;color:#58575a}footer.site-footer .footer-content-holder .footer-column.footer-newsletter .follow-us{margin-block-start:auto}@media(max-width: 991px){footer.site-footer .footer-content-holder .footer-column.footer-newsletter .follow-us{margin-block-start:24px}}footer.site-footer .footer-copyrights{margin-block-start:32px;border-top:1px solid #2b3d51;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;text-align:center;padding-top:16px}@media(max-width: 767px){footer.site-footer .footer-copyrights{flex-direction:column;justify-content:center}}footer.site-footer .footer-copyrights span{color:var(--dark);font-size:16px}@media(max-width: 575px){footer.site-footer .footer-copyrights span{font-size:14px}}footer.site-footer .footer-copyrights .copyright{text-transform:capitalize}footer.site-footer .footer-copyrights .developed-by{display:flex;align-items:center;gap:.35rem;font-size:16px}footer.site-footer .footer-copyrights .developed-by span{padding-top:5px}footer.site-footer .footer-copyrights .developed-by a{width:100px}footer.site-footer .footer-copyrights .developed-by img{width:100%}@media(max-width: 575px){footer.site-footer .footer-copyrights .developed-by img{width:80px}}.rank-math-breadcrumb{color:#fff;position:relative;display:flex}.rank-math-breadcrumb p{display:flex;flex-wrap:wrap;border:1px solid #d1d3d4;padding:.5rem 1rem;border-radius:10px;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);margin-bottom:0;gap:.5rem}.rank-math-breadcrumb span{font-weight:bold}.rank-math-breadcrumb a{transition:var(--primary-transition)}.rank-math-breadcrumb a:hover{color:#a5f7ff}.thankyou .thankyou-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding-block:40px;text-align:center}.thankyou .thankyou-content img{height:344px;width:100%;max-width:344px;-o-object-fit:contain;object-fit:contain}.thankyou .thankyou-content h2{color:#000;font-size:32px;font-weight:700;text-transform:capitalize}@media(max-width: 991px){.thankyou .thankyou-content h2{font-size:18px}}.thankyou .thankyou-content p{color:var(--gray1);font-size:18px;text-transform:lowercase}@media(max-width: 991px){.thankyou .thankyou-content p{font-size:16px}}.thankyou .other-campaigns{padding-block:40px;background:#f5f5f5}.thankyou .other-campaigns h2{text-align:center;margin-block-end:32px}.comments-holder{padding-block:40px}.comments-holder .comments-area .comments-title{font-size:22px;font-weight:bold;font-family:var(--primary-font);color:var(--color-2)}@media(max-width: 1024px){.comments-holder .comments-area .comments-title{font-size:20px}}.comments-holder .comments-area .comment-list{list-style:none;padding:0}.comments-holder .comments-area .comment-list>.comment{border-bottom:1px solid silver;margin-block-end:1rem}.comments-holder .comments-area .comment-list .comment .comment-body{margin-block:1.5rem}.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta{display:flex;gap:1rem;justify-content:space-between;margin-block-end:20px}.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .avatar,.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .says{display:none}.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .comment-author{font-size:18px;font-weight:700;color:#1c1c1c;pointer-events:none}@media(max-width: 1024px){.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .comment-author{font-size:16px}}.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata{display:flex;gap:1rem;pointer-events:none}.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata>a{color:#1c1c1c}@media(max-width: 1024px){.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata>a{font-size:14px}}.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link{font-weight:500;color:var(--color-3);transition:var(--primary-transition);font-size:16px;text-transform:lowercase}.comments-holder .comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link:hover{color:var(--color-1)}.comments-holder .comments-area .comment-list .comment .comment-body .comment-content p{color:#3b3b3f;font-size:18px;font-weight:500}@media(max-width: 1024px){.comments-holder .comments-area .comment-list .comment .comment-body .comment-content p{font-size:14px}}.comments-holder .comments-area .comment-list .comment .comment-body .reply a{font-weight:500;color:var(--color-2);transition:var(--primary-transition);font-size:16px;text-transform:lowercase}.comments-holder .comments-area .comment-list .comment .comment-body .reply a:hover{color:var(--color-5)}.comments-holder .comments-area .comment-list .children{list-style:none}.comments-holder .comment-respond{margin-block:24px}.comments-holder .comment-respond .logged-in-as{display:none !important}.comments-holder .comment-respond .comment-reply-title{font-size:22px;font-weight:bold;font-family:var(--primary-font);color:var(--color-2)}@media(max-width: 1024px){.comments-holder .comment-respond .comment-reply-title{font-size:20px}}.comments-holder .comment-respond .comment-form{display:flex;flex-direction:column;gap:1rem;margin-block:24px}.comments-holder .comment-respond .comment-form .comment-notes{display:none}.comments-holder .comment-respond .comment-form>p{display:flex;flex-direction:column;gap:12px;margin:0}.comments-holder .comment-respond .comment-form>p.comment-form-comment{order:1}.comments-holder .comment-respond .comment-form>p.form-submit{order:2}.comments-holder .comment-respond .comment-form label{color:var(--color-2);font-size:14px;font-weight:bold}.comments-holder .comment-respond .comment-form input,.comments-holder .comment-respond .comment-form textarea{border:2px solid #ebeaed;border-radius:16px;padding:12px 24px;outline:none}.comments-holder .comment-respond .comment-form textarea{height:100px}.comments-holder .comment-respond .comment-form .comment-form-cookies-consent{display:none}.comments-holder .comment-respond .comment-form .form-submit input[type=submit]{background:var(--color-2);color:var(--white-text);border:none;outline:none}.lang-switcher{z-index:9}.lang-switcher.no-lang-available .lang-switcher--dropdown .menu-languages-container>ul::after{display:none}.lang-switcher ul{padding:0;margin:0;list-style:none;color:var(--black)}.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul{cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem;position:relative;padding-bottom:.5rem;margin-top:.5rem}.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul::after{content:"";right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:100%;width:15px;height:15px}@media(hover: hover){.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul:hover .sub-menu{transform:translateY(0);opacity:1;pointer-events:all}}@media(hover: none){.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul>li>a{pointer-events:none}}.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul .sub-menu{position:absolute;top:100%;background:var(--white-color);border-radius:10px;left:0;min-width:80px;box-shadow:0 0 1px 1px var(--color-2);overflow:hidden;transform:translateY(-10px);transform-origin:top;opacity:0;pointer-events:none}@media(hover: hover){.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul .sub-menu{transition:var(--primary-transition)}}.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul .sub-menu.active{transform:translateY(0);opacity:1;pointer-events:all}.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul .sub-menu li{text-align:center}.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul .sub-menu li:not(:last-of-type){border-bottom:1px solid silver}.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul .sub-menu li a{text-align:center;justify-content:center;padding:.5rem;font-size:14px}@media(hover: hover){.lang-switcher .lang-switcher--dropdown .menu-languages-container>ul .sub-menu li a:hover{background:rgba(192,192,192,.281)}}#rank-math-faq .rank-math-list-item{margin-bottom:1rem;border:1px solid rgba(0,0,0,0);transition:.2s all ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}#rank-math-faq .rank-math-list-item h3{font-size:24px}#rank-math-faq .rank-math-list-item.faq-active{background:rgba(88,73,115,.1);box-shadow:0 5px 16px rgba(var(--color-1), 0.2);border-radius:16px}#rank-math-faq .rank-math-list-item .rank-math-question{cursor:pointer;position:relative;padding:1.25rem 1rem 1rem;font-weight:500;margin:0 !important;display:flex;align-items:flex-start;gap:1rem;color:#3b4d67;font-size:22px}#rank-math-faq .rank-math-list-item .rank-math-question::after{content:"";position:relative;right:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2398A2B3' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat no-repeat;background-size:70%;flex-shrink:0;width:24px;height:24px;transition:all 150ms ease-in-out;font:var(--fa-font-solid);pointer-events:none;transform:rotate(0);border:1px solid #98a2b3;border-radius:50%;margin-inline-start:auto;display:flex;justify-content:center;align-items:center;text-align:center}#rank-math-faq .rank-math-list-item .rank-math-question.collapse::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2398A2B3' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E")}#rank-math-faq .rank-math-list-item .rank-math-question:hover{opacity:.8}#rank-math-faq .rank-math-list-item .rank-math-answer{padding:0 1rem 1rem}#rank-math-faq .rank-math-list-item .rank-math-answer p{font-size:18px !important;color:#6d7f99}.pagination{margin:3rem 0;display:flex;align-items:center;gap:.25rem;grid-gap:.25rem;justify-content:center;flex-wrap:wrap}.pagination .btn{padding:.5rem;display:flex;justify-content:center;align-items:center;background:var(--white-color);color:#212b36;min-width:40px;height:40px;border-radius:4px;border:1px solid #dfe3e8}.pagination .btn.current{border:1px solid var(--color-2);color:var(--color-2)}.pagination .btn.next,.pagination .btn.prev{background:var(--color-2);box-shadow:0 0 10px rgba(0,0,0,.01)}.pagination .btn.next .prev-pagination-btn,.pagination .btn.prev .prev-pagination-btn{width:20px;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:12px}.pagination .btn.next .next-pagination-btn,.pagination .btn.prev .next-pagination-btn{width:20px;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:12px}html[dir=rtl] .pagination .btn.next,html[dir=rtl] .pagination .btn.prev{transform:rotateY(180deg)}.hidden{display:none !important}#donation-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:#fff;padding:24px;border-radius:5px;position:relative;text-align:center;max-width:450px;width:95%;margin-inline:auto}.popup-content p{font-size:24px;line-height:1;color:var(--color-5);font-weight:bold;margin-bottom:1.25rem}#close-donation-popup{position:absolute;top:2px;right:10px;font-size:20px;cursor:pointer}.popup-donations-btn-container{display:flex;flex-direction:column;justify-content:center;gap:10px}.popup-donations-btn-container a,.popup-donations-btn-container button{background:var(--color-2);color:var(--white-color)}.popup-donations-btn-container a:hover,.popup-donations-btn-container button:hover{background:var(--color-5)}html[dir=rtl] #close-donation-popup{right:unset;left:10px}.masarat-tags{display:flex;flex-wrap:wrap;gap:1rem;padding-block:2rem}.masarat-tags a{min-width:100px;padding:.55rem 1.5rem;border:1px solid var(--color-2);color:var(--color-2);border-radius:12px;text-align:center;transition:var(--primary-transition);font-size:18px}@media(max-width: 575px){.masarat-tags a{font-size:16px}}.masarat-tags a:hover{background:var(--color-2);color:var(--white-text)}.loader{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.4);align-items:center;justify-content:center;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;z-index:500}.loader.no-blur{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.loader.fixed{position:fixed}.loader.black-overlay{background:rgba(0,0,0,.4)}@keyframes loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loader::before{content:"";width:60px;height:60px;border:5px solid var(--color-1);border-radius:50%;border-bottom-color:rgba(0,0,0,0);animation:.5s linear infinite loader}.donation-form-container{max-width:780px;margin-inline:auto}.donation-form-container .give-form-featured-image{margin:0px auto;width:100%;max-width:100%;aspect-ratio:16/9;overflow:hidden;display:flex;justify-content:center}.donation-form-container .give-form-featured-image img{width:100%;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.donation-form-container .give-recurring-donors-choice{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-wrap:wrap;align-items:center;gap:2px 5px}.donation-form-container .give-recurring-donors-choice>*{margin-block:1px !important}.donation-form-container .give-recurring-donors-choice label{padding-inline-start:5px;align-items:baseline;display:flex;flex-wrap:wrap;gap:5px;padding:0}.donation-form-container .give-recurring-donors-choice label select{margin-inline:0;margin-block-start:1px}.donation-form-container .give-recurring-donors-choice input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--color-2);margin-inline:0}.donation-form-container .give-recurring-donors-choice select{border-radius:8px;border:1px solid #584973;background:#fff;outline:none;padding-inline:10px;font-size:14px;color:var(--dark);cursor:pointer;margin-inline-start:5px;height:auto}.donation-form-container #give-payment-mode-select #give-payment-mode-wrap #give-gateway-radio-list li{display:inline-flex;align-items:center;gap:5px;margin-right:15px !important}.donation-form-container #give-payment-mode-select #give-payment-mode-wrap #give-gateway-radio-list li input[type=radio]{width:20px;height:20px;border-radius:20px;cursor:pointer;accent-color:var(--color-2)}.donation-form-container .give_error,.donation-form-container .give_success,.donation-form-container .give_warning{margin-inline:17px}.donation-form-container .give-donation-amount{display:flex}.donation-form-container .give-donation-amount::before,.donation-form-container .give-donation-amount::after{display:none !important}.donation-form-container .give-donation-levels-wrap{display:flex;flex-wrap:wrap}.donation-form-container .give-donation-levels-wrap>li{margin:0 0 5px 5px !important}.donation-form-container .give-donation-levels-wrap::before,.donation-form-container .give-donation-levels-wrap::after{display:none !important}.donation-form-container #give-final-total-wrap{display:flex}@media(max-width: 480px){.donation-form-container #give-final-total-wrap{flex-direction:column}}.donation-form-container #give-final-total-wrap::before,.donation-form-container #give-final-total-wrap::after{display:none !important}.donation-form-container #give-final-total-wrap .give-final-total-amount{border-left:1px solid #ccc !important}.donation-form-container .give-form-content .give-progress-bar span{background:linear-gradient(180deg, #0db7e1 0%, #0db7e1 100%),linear-gradient(180deg, #fff 0%, #ccc 100%) !important}.donation-form-container .give-final-total-wrap{align-items:center}.custom-mailchimp-form{display:flex;flex-direction:column;gap:1rem;margin-block-end:16px}.custom-mailchimp-form input[type=text],.custom-mailchimp-form input[type=email]{padding:15px;background:#fff;font-size:14px;border:none;color:var(--color-2);width:100%}.custom-mailchimp-form input[type=text]:focus,.custom-mailchimp-form input[type=email]:focus{outline-style:solid;outline-color:var(--color-2);outline-width:1px}.custom-mailchimp-form input[type=text]::-moz-placeholder, .custom-mailchimp-form input[type=email]::-moz-placeholder{color:#555}.custom-mailchimp-form input[type=text]::placeholder,.custom-mailchimp-form input[type=email]::placeholder{color:#555}.custom-mailchimp-form input[type=text]{border-radius:16px}.custom-mailchimp-form input[type=email]{border-start-start-radius:16px;border-end-start-radius:16px}.custom-mailchimp-form input[type=submit]{background:var(--color-2);color:var(--white-text);border:none;border-start-end-radius:16px;border-end-end-radius:16px;padding-inline:12px;transition:var(--primary-transition)}.custom-mailchimp-form input[type=submit]:hover{background:var(--color-5)}.custom-mailchimp-form .group-field-with-sub-btn{display:flex}.mc4wp-alert.mc4wp-success{color:#086108 !important}.mc4wp-alert.mc4wp-error{color:#ad2828 !important}.social-media-login div.nsl-container.nsl-container-block .nsl-container-buttons{display:flex;margin-block-start:20px}.social-media-login div.nsl-container.nsl-container-block .nsl-container-buttons .nsl-button-default{box-shadow:none;border:1px solid var(--color-2);border-radius:var(--primary-btn-radius);padding:var(--primary-btn-padding);justify-content:center;align-items:center;gap:5px;text-align:center}.social-media-login div.nsl-container.nsl-container-block .nsl-container-buttons .nsl-button-default>div{padding:0;margin:0}.social-media-login div.nsl-container.nsl-container-block .nsl-container-buttons .nsl-button-default .nsl-button-label-container{flex-grow:0}.post-box{position:relative;background:#fff;border-radius:16px;border:1px solid #ccc;padding:16px;margin-block:1rem;overflow:hidden}.post-box[data-expanded=false]{box-sizing:content-box}.post-box[data-expanded=false] .post-box--content{display:none}.post-box[data-expanded=false] .expand-the-content{display:inline-block}.post-box[data-expanded=true] .post-box--content{display:block}.post-box[data-expanded=true] .collapse-the-content{display:inline-block}.post-box .post-box--head{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-block-end:1rem}.post-box .post-box--head span{color:#333;font-size:14px}.post-box .post-box--head h1,.post-box .post-box--head h2,.post-box .post-box--head h3,.post-box .post-box--head h4,.post-box .post-box--head h5,.post-box .post-box--head h6{font-size:24px;color:var(--color-2)}.post-box .expand-the-content,.post-box .collapse-the-content{display:none;bottom:18px;font-weight:bold;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.3s all;font-size:14px}.post-box .expand-the-content:hover,.post-box .collapse-the-content:hover{color:var(--color-2)}.post-box .expand-the-content{color:var(--color-5)}.post-box .collapse-the-content{color:var(--color-4)}