.homebanner-popup .subtitle{padding-right:78px}.form{position:relative;margin:auto;width:var(--clamp-850-620);border-radius:var(--rounded-s);background:var(--white)}@media(max-width:1200px){.form{width:100%;max-width:620px}}@media(max-width:640px){.form{width:92%}}.form-blur{position:absolute;filter:blur(50px);z-index:-1}.form .blur-left{top:-100px;left:-100px}@media(max-width:640px){.form .blur-left{top:-40px;left:-70px}}.form .blur-right{bottom:-100px;right:-100px}@media(max-width:640px){.form .blur-right{bottom:-40px;right:-70px}}.form-form{padding:40px;display:flex;flex-direction:column;gap:var(--clamp-40-32)}@media(max-width:1440px){.form-form{padding:32px 20px}}@media(max-width:1200px){.form-form{padding:32px;gap:20px}}@media(max-width:640px){.form-form{padding:24px 20px;gap:16px}}.form-form .subtitle{font-size:var(--clamp-52-32);line-height:115%}@media(max-width:1440px){.form-form .subtitle{font-size:32px;line-height:40px}}@media(max-width:1200px){.form-form .subtitle{font-size:40px;line-height:48px}}@media(max-width:640px){.form-form .subtitle{font-size:32px;line-height:36px}}@media(max-width:400px){.form-form .subtitle{font-size:32px;line-height:36px;max-width:250px;width:100%}}.form-form-radio{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:640px){.form-form-radio{gap:8px}}.form-form-radio-title{width:100%;margin-bottom:8px}.form-form-radio-wrapper{display:flex;align-items:center;justify-content:space-between;border-radius:var(--rounded-xs);background:var(--bg);padding:16px;width:49.3%;cursor:pointer;border-bottom:1px solid rgba(0,0,0,0);box-sizing:border-box}@media(max-width:1200px){.form-form-radio-wrapper{width:100%;width:49.3%}}@media(max-width:640px){.form-form-radio-wrapper{width:100%}}.form-form-radio-wrapper input[type=radio]{display:none}.form-form-radio-wrapper span{display:inline-block;width:20px;height:20px;border:1px solid var(--black);border-radius:var(--rounded-full)}.form-form-radio-wrapper .form-field--error span{border-color:var(--red)!important}.form-form-radio-wrapper input[type=radio]:checked+span{background:var(--black);border:5px solid var(--yellow)}.form-form-radio-wrapper:has(input[type=radio]:checked){border-bottom:1px solid rgba(0,0,0,.12)}.form-form-sum-input{position:relative;margin-bottom:12px}@media(max-width:1200px){.form-form-sum-input{margin-bottom:9px}}@media(max-width:640px){.form-form-sum-input{margin-bottom:6px}}.form-form-sum-input input{background:var(--bg);border-radius:var(--rounded-xs);padding:25px 16px 7px;width:100%;font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%}@media(max-width:1200px){.form-form-sum-input input{font-size:16px;line-height:150%}}.form-form-sum-input .input-wrapper{position:relative}.form-form-sum-input label{position:absolute;top:50%;transform:translateY(-50%);left:16px;opacity:.5;font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%;color:var(--black);pointer-events:none;transition:all .3s ease-out}@media(max-width:1200px){.form-form-sum-input label{font-size:16px;line-height:150%}}.form-form-sum-input input:focus+label,.form-form-sum-input input:not(:placeholder-shown)+label{font-size:12px;line-height:100%;top:13px}.form-form-sum-chips{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:640px){.form-form-sum-chips{gap:7px}}.form-form-sum-chips .chip{border-radius:var(--rounded-l);padding:4px 16px;background:var(--bg);cursor:pointer}.form-form-sum-chips .chip-active{background:var(--yellow);color:var(--black)}.form-form-contact{display:flex;justify-content:space-between;flex-wrap:wrap}@media(max-width:1200px){.form-form-contact{width:100%}}.form-form-contact-mail,.form-form-contact-name{width:49.2208%;margin-bottom:20px}@media(max-width:1200px){.form-form-contact-mail,.form-form-contact-name{margin-bottom:0}}@media(max-width:640px){.form-form-contact-mail,.form-form-contact-name{width:100%;margin-bottom:12px}}.form-form-contact-comment{width:100%}.form-form-contact .input-wrapper{position:relative}.form-form-contact .input-wrapper label{position:absolute;top:50%;transform:translateY(-50%);left:16px;opacity:.5;font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%;color:var(--black);pointer-events:none;transition:all .3s ease-out}@media(max-width:1200px){.form-form-contact .input-wrapper label{font-size:16px;line-height:150%}}.form-form-contact .input-wrapper input:focus+label,.form-form-contact .input-wrapper input:not(:placeholder-shown):focus+label{font-size:12px;line-height:100%;transform:translateY(0);top:13px}.form-form-contact .input-wrapper input:focus+label,.form-form-contact .input-wrapper input:not(:placeholder-shown)+label{font-size:12px;line-height:100%;transform:translateY(0);top:13px}.form-form-contact .input-wrapper input:disabled+label{color:rgba(0,0,0,.35)}.form-form-contact input{border-radius:var(--rounded-xs);padding:25px 16px 7px;font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);background:var(--bg);width:100%;line-height:156%}.form-form-contact input::placeholder{color:rgba(0,0,0,0)}.form-form-contact input:disabled{background:#f3f3f3;color:rgba(0,0,0,.45);cursor:not-allowed;opacity:1}@media(max-width:1200px){.form-form-contact input{font-size:16px;line-height:150%}}.form-form-contact-checkbox{display:flex;align-items:center;justify-content:center;margin-top:20px;padding-left:3px;gap:4px}.form-form-contact-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--yellow)}.form-form-contact-checkbox label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-form-btn{text-align:center}@media(max-width:1200px){.form-form-btn{margin-top:4px}}@media(max-width:640px){.form-form-btn{margin-top:2px}}.form-form-btn .button{width:100%}.form-form-btn .text{margin-top:11px;opacity:.5}@media(max-width:640px){.form-form-btn .text{margin-top:12px}}.form-dashed{display:flex;flex-direction:column;text-align:center;align-items:center;gap:16px;padding:36px 40px;position:relative;overflow:hidden}@media(max-width:640px){.form-dashed a{width:100%}}@media(max-width:1200px){.form-dashed{padding:26px 32px}}.form-dashed-line{position:absolute;top:0}.form-dashed-chip{border-radius:var(--rounded-l);padding:6px 24px;background:var(--gray);font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%;border-bottom:1px solid #c5c2be;transition:all .3s ease-out}.form-dashed-chip:hover{cursor:pointer;background:#c5c2be}@media(max-width:1200px){.form-dashed-chip{padding:6px 19px;font-size:16px;line-height:150%}}@media(max-width:640px){.form-dashed-chip{width:100%}}.form .underlined{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.form-email-container{position:relative}.request-help-type-checkboxes-checkbox .underline{padding-bottom:2px}.request-help-type-checkboxes-checkbox{display:flex;align-items:center;gap:7px;width:100%}.request-help-type-checkboxes-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--yellow);display:flex;flex-shrink:0}.form-checkboxes-container{display:flex;flex-direction:column;gap:10px}.form-field{position:relative;display:flex;flex-direction:column;min-width:0}.form-field select{transition:color .2s ease,border-color .2s ease}.form-field select option{color:#161412;background-color:#fff}.form-field select option[value=""]{color:rgba(0,0,0,0);opacity:.5}.form-field .form-select--placeholder{color:#9b9690}.form-field .form-select--selected{color:#161412}.form-field--error :is(.input-text input,.input-password input,.input-wrapper input,.textarea-wrapper textarea,input,select,textarea){border-color:var(--red)!important}.form-field--error .textarea-wrapper textarea{border-color:var(--red)!important;outline-color:var(--red)}.form-field__error{position:relative;z-index:1;margin-top:4px;margin-bottom:8px;padding-left:4px;color:var(--red);font-size:13px;line-height:1.4}@media(max-width:1200px){.form-field__error{font-size:12px}}.form-field__tooltip{position:absolute;top:20px;right:14px;z-index:10}.form-field__tooltip-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer}.form-field__tooltip-button svg{display:block;width:24px;height:24px;transition:opacity .2s ease}.form-field__tooltip-button:focus-visible svg,.form-field__tooltip-button:hover svg{opacity:.65}.form-field__tooltip-button:focus-visible{border-radius:50%;outline:2px solid var(--yellow,#f4c430);outline-offset:3px}.form-field__tooltip-content{position:absolute;top:50%;right:calc(100% + 12px);z-index:11;width:max-content;max-width:280px;padding:12px 14px;border-radius:8px;background:#615c56;color:#fff;font-size:13px;line-height:1.4;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(-50%) translateX(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.form-field__tooltip-content:after{position:absolute;top:50%;right:-5px;width:10px;height:10px;background:#615c56;content:"";transform:translateY(-50%) rotate(45deg)}.form-field__tooltip:focus-within .form-field__tooltip-content,.form-field__tooltip:hover .form-field__tooltip-content{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}@media(max-width:767px){.form-field__tooltip{right:12px;top:16px}.form-field__tooltip-content{top:calc(100% + 12px);right:0;width:250px;max-width:calc(100vw - 32px);transform:translateY(8px)}.form-field__tooltip-content:after{top:-5px;right:7px;transform:rotate(45deg)}.form-field__tooltip:focus-within .form-field__tooltip-content,.form-field__tooltip:hover .form-field__tooltip-content{transform:translateY(0)}}.help-card{width:547px;border-radius:var(--rounded-s);background:var(--white);overflow:hidden;flex-shrink:0;cursor:pointer;transition:all .3s ease-out;position:relative}.help-card-blur-left{display:none}@media(max-width:640px){.help-card-blur-left{position:absolute;filter:blur(30px);bottom:-69px;left:-87px;z-index:-1}}.help-card-blur-right{display:none}@media(max-width:640px){.help-card-blur-right{position:absolute;filter:blur(50px);height:40px;top:-20px;right:-100px;z-index:-1}}@media(min-width:1201px){.help-card:hover{scale:1.05}.help-card:hover .help-card-top-blur{opacity:1}.help-card:hover .help-card-top-photo{transform:rotate(0)}}@media(max-width:1200px){.help-card{width:400px}}@media(max-width:640px){.help-card{width:100%}}.help-card-top{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:var(--clamp-40-20)}@media(max-width:1440px){.help-card-top{padding:20px}}@media(max-width:1200px){.help-card-top{padding:32px}}@media(max-width:640px){.help-card-top{padding:24px}}.help-card-top-chip{height:36px;margin:32px 0 20px;padding:7px 16px 9px;border-radius:var(--rounded-xs);background:var(--bg);font-size:16px;line-height:125%;letter-spacing:.04em;font-feature-settings:"smcp","c2sc";font-variant:all-small-caps}@media(max-width:1200px){.help-card-top-chip{margin:24px 0 22px}}@media(max-width:640px){.help-card-top-chip{border-radius:8px;padding:8px 12px;height:28px;font-size:12px;line-height:100%}}.help-card-top-blur{position:absolute;filter:blur(50px);width:450px;height:300px;opacity:0;transition:opacity .4s ease-out}.help-card-top-photo{width:445px;height:308px;object-fit:cover;border-radius:var(--rounded-l);transform:rotate(-1.2deg);transition:transform .4s ease-out;left:-3px;position:relative}@media(max-width:1440px){.help-card-top-photo{border-radius:60px}}@media(max-width:1200px){.help-card-top-photo{width:314px;height:217px;border-radius:var(--rounded-l)}}@media(max-width:640px){.help-card-top-photo{border-radius:60px;width:254px;height:176px}}.help-card-top .text{margin:12px 0 0}@media(max-width:1200px){.help-card-top .text{margin:12px 0 0}}@media(max-width:640px){.help-card-top .text{margin:10px 0 0}}.help-card-top .subtitle{font-size:var(--clamp-32-24)}@media(max-width:1440px){.help-card-top .subtitle{font-size:24px}}.help-card-top .subtitle{line-height:40px}@media(max-width:1200px){.help-card-top .subtitle{font-size:28px;line-height:36px}}@media(max-width:640px){.help-card-top .subtitle{font-size:24px;line-height:32px}}.help-card .help-card-top-picture{width:100%;display:flex;padding:6px 0;justify-content:center}@media(max-width:1200px){.help-card .help-card-top-picture{padding:1px 0}}@media(max-width:640px){.help-card .help-card-top-picture{padding:3px 0}}.help-card-bottom{display:flex;justify-content:center;position:relative;padding:var(--clamp-40-20);padding-top:25px;padding-bottom:25px;border:1px solid rgba(0,0,0,.12);border-top:0;border-left:0;border-right:0;border-radius:0 0 24px 24px}@media(max-width:1440px){.help-card-bottom{padding:20px}}@media(max-width:1200px){.help-card-bottom{padding:34px 32px}}@media(max-width:640px){.help-card-bottom{padding:24px}.help-card-bottom .button,.help-card-bottom a{width:100%}.help-card-bottom .button-yellow{height:48px}}.help-card-bottom img{position:absolute;top:0}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.input-password{position:relative}.input-password-icons{display:flex;justify-content:center;align-items:center;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.input-password-icons:hover{cursor:pointer}.input-password label{position:absolute;top:50%;transform:translateY(-50%);left:16px;opacity:.5;font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%;color:var(--black);pointer-events:none;transition:all .3s ease-out}@media(max-width:1200px){.input-password label{font-size:16px;line-height:150%}}.input-password input{border-radius:var(--rounded-xs);border:2px solid rgba(0,0,0,0);padding:25px 52px 7px 16px;font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%;background:var(--bg);width:100%;height:60px;letter-spacing:1.5px}.input-password input::placeholder{color:rgba(0,0,0,0)}@media(max-width:1200px){.input-password input{font-size:16px;line-height:150%;height:56px;letter-spacing:2.8px}}.input-password input[type=password]{font-family:Courier New,monospace;font-size:20px;letter-spacing:0}.input-password input:focus+label,.input-password input:not(:placeholder-shown):focus+label{font-size:12px;line-height:100%;transform:translateY(0);top:13px}.input-password input:focus+label,.input-password input:not(:placeholder-shown)+label{font-size:12px;line-height:100%;transform:translateY(0);top:13px}.input-password--error input{border-color:var(--red)}.input-password--error label{color:var(--red)}.input-password-active label{font-size:12px;line-height:100%;transform:translateY(0);top:13px}.wrapper-cards{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wrapper-cards-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.wrapper-cards-title .subtitle{position:relative;width:max-content}.wrapper-cards-title .subtitle .text{position:absolute;font-style:normal;right:-8px;top:0;transform:translateX(100%)}.wrapper-cards-cards{width:100%;padding:var(--clamp-40-32) 0 40px;overflow:hidden}.wrapper-cards-cards .swiper-wrapper{align-items:stretch}.wrapper-cards-cards-slide{width:auto;height:auto;display:flex}.wrapper-cards-cards-slide>*{display:flex;height:100%;color:inherit;flex-direction:column;text-decoration:none}@media(max-width:1200px){.wrapper-cards-cards{padding:32px 0 0}}.wrapper-cards-btns{display:flex;justify-content:flex-end;gap:8px;position:relative;padding-top:20px;max-width:1760px}@media(max-width:1200px){.wrapper-cards-btns{display:none}}.wrapper-cards-btns img{position:absolute;top:0;left:0;width:100%;pointer-events:none}.wrapper-cards-btns-btn{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:72px;height:40px;border-radius:var(--rounded-l);background:var(--gray-dark);cursor:pointer;transition:background .2s ease,opacity .2s ease}.wrapper-cards-btns-btn:hover{background:var(--black)}.wrapper-cards-btns-btn.disabled{opacity:.5;pointer-events:none}.wrapper-cards-btns .btn-right{transform:rotate(180deg)}.wrapper-cards-link{display:block;width:max-content;margin:32px auto 0}.volunteer-card{border-radius:var(--rounded-s);max-width:850px;background:var(--white);padding:40px var(--clamp-40-20) var(--clamp-40-20) var(--clamp-40-20);overflow:hidden;border-bottom:1px solid rgba(0,0,0,.12);transition:scale .4s ease-out}@media(max-width:1440px){.volunteer-card{padding:20px}}@media(max-width:1200px){.volunteer-card{width:400px;padding:40px 32px 34px}}@media(max-width:640px){.volunteer-card{width:320px;padding:40px 24px 24px}}@media(min-width:1201px){.volunteer-card:hover{scale:1.05;cursor:pointer}.volunteer-card:hover .volunteer-card-top-img-blur{opacity:1}.volunteer-card:hover .volunteer-card-top-img-photo{transform:rotate(0)}}.volunteer-card-top{display:flex;justify-content:space-between;padding-bottom:40px}@media(max-width:1200px){.volunteer-card-top{flex-direction:column-reverse}}.volunteer-card-top-text{display:flex;flex-direction:column;gap:12px;width:370px}.volunteer-card-top-text .subtitle{font-size:var(--clamp-32-24);line-height:125%}@media(max-width:1440px){.volunteer-card-top-text .subtitle{font-size:24px;line-height:28px}}@media(max-width:1200px){.volunteer-card-top-text .subtitle{font-size:28px;line-height:36px}}@media(max-width:640px){.volunteer-card-top-text .subtitle{font-size:24px;line-height:28px}}@media(max-width:1200px){.volunteer-card-top-text{width:100%;margin-top:32px}}@media(max-width:640px){.volunteer-card-top-text{gap:8px}}.volunteer-card-top-img{position:relative}@media(max-width:1200px){.volunteer-card-top-img{width:100%}}.volunteer-card-top-img-photo{border-radius:var(--rounded-l);width:328px;height:328px;object-fit:cover;transform:rotate(-1deg);transition:transform .4s ease-out}@media(max-width:1440px){.volunteer-card-top-img-photo{border-radius:60px}}@media(max-width:1200px){.volunteer-card-top-img-photo{width:236px;height:246px;border-radius:80px}}@media(max-width:640px){.volunteer-card-top-img-photo{height:236px}}.volunteer-card-top-img-blur{position:absolute;inset:0;width:100%;height:100%;filter:blur(50px);z-index:-1;opacity:0;transition:opacity .4s ease-out}.volunteer-card-bottom{position:relative;padding-top:20px}@media(max-width:1200px){.volunteer-card-bottom{padding-top:34px}}@media(max-width:640px){.volunteer-card-bottom{padding-top:24px}.volunteer-card-bottom .button{width:100%}}.volunteer-card-bottom img{top:0;left:-40px;position:absolute}.input-text{position:relative;width:100%}.input-text label{position:absolute;top:50%;left:16px;transform:translateY(-50%);opacity:.5;font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%;color:var(--black);pointer-events:none;transition:top .2s ease,transform .2s ease,font-size .2s ease,line-height .2s ease,color .2s ease,opacity .2s ease}@media(max-width:1200px){.input-text label{font-size:16px;line-height:150%}}.input-text input{width:100%;height:60px;padding:25px 16px 7px;border:2px solid rgba(0,0,0,0);border-radius:var(--rounded-xs);background:var(--bg);font-size:clamp(1rem,.2777777778vw + .795rem,1.125rem);line-height:156%;color:var(--black);outline:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.input-text input::placeholder{color:rgba(0,0,0,0)}.input-text input:disabled{background:#e8e6e3;color:rgba(0,0,0,.35);-webkit-text-fill-color:rgba(0,0,0,.35);cursor:not-allowed;opacity:1;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}@media(max-width:1200px){.input-text input{height:56px;font-size:16px;line-height:150%}}.input-text input+label{top:50%;transform:translateY(-50%)}.input-text input:focus+label,.input-text-active label{top:13px;transform:translateY(0);font-size:12px;line-height:100%}.input-text:has(input:disabled){cursor:not-allowed}.input-text:has(input:disabled) label{color:rgba(0,0,0,.35);opacity:1}.input-text-active:has(input:disabled) label{top:13px;transform:translateY(0);font-size:12px;line-height:100%}.input-text--error input{border-color:var(--red)}.input-text--error label{color:var(--red)}.input-text--error:has(input:disabled) input{border-color:#d8d5d1}.input-text--error:has(input:disabled) label{color:rgba(0,0,0,.35)}