.style_container__4E6r_{position:relative;width:max-content;display:flex;align-items:center;gap:8px;cursor:pointer}.style_input__klYq4{visibility:hidden;position:absolute}.style_checkmark__kRQPR{height:16px;width:16px;border-radius:100%;background-color:rgba(0,0,0,0);border:1.5px solid var(--darkGrey);position:relative;transition:border-color .3s}.style_checkmark__kRQPR:before{content:"";width:8px;height:8px;background-color:rgba(0,0,0,0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;transition:background-color .3s}.style_checkmark__kRQPR.style_error__ZQt48{border-color:var(--error)}.style_container__4E6r_:hover .style_checkmark__kRQPR{border-color:var(--brandGreen)}.style_container__4E6r_ .style_input__klYq4:checked~.style_checkmark__kRQPR:before{background-color:var(--brandGreen)}.style_container__4E6r_ .style_input__klYq4:checked.style_error__ZQt48~.style_checkmark__kRQPR:before{background-color:var(--error)}.style_container__4E6r_ .style_input__klYq4:checked~.style_checkmark__kRQPR{border-color:var(--brandGreen)}.style_label__WnpGb{font-weight:500;font-size:16px;line-height:24px}.style_header__kJGyX{display:flex;align-items:flex-start;gap:8px}.style_title__9GPHp{font-weight:500}.style_wrapper__2Dgx2{display:flex;flex-direction:column;gap:12px;margin:12px 0 0}.style_content__siAHR{display:flex;align-items:center;flex-wrap:wrap;gap:32px}@media screen and (max-width:768px){.style_content__siAHR{gap:24px}}.style_error__k2TkE{padding:4px 0 0;flex-shrink:0;line-height:24px;color:var(--error);font-weight:500}.style_withMargin__DdLNw{margin-left:auto}.style_container__p5RgS{position:relative;display:flex;width:max-content}.style_header__MT9MY{display:flex;align-items:center;justify-content:center;gap:20px;width:280px;height:44px;color:var(--darkGrey);cursor:pointer;border:2px solid var(--green);transition:var(--easeSpeed) all cubic-bezier(var(--easeInX),var(--easeInY),var(--easeOutX),var(--easeOutY))}.style_header__MT9MY.style_isActive__3nAbX{background:var(--white);color:#000}.style_header__MT9MY.style_isActive__3nAbX .style_icon__Vp_S0{color:#1e1e1e}.style_icon__Vp_S0{color:var(--mediumGrey);transform:rotate(90deg);transition:var(--easeSpeed) color cubic-bezier(var(--easeInX),var(--easeInY),var(--easeOutX),var(--easeOutY))}.style_content__hbOq4,.style_header__MT9MY{border-radius:16px}.style_contentWrapper__eLbB4{position:absolute;z-index:1000;top:100%;overflow:hidden;width:100%;max-height:400px;margin:8px 0 0;border-radius:16px;transition:var(--easeSpeed) height cubic-bezier(var(--easeInX),var(--easeInY),var(--easeOutX),var(--easeOutY))}.style_content__hbOq4{width:100%;height:max-content;max-height:400px;background-color:var(--white);outline:2px solid var(--green);outline-offset:-2px}.style_content__hbOq4.style_isShown__w_h_5{overflow:auto}.style_scrollContent__H7GZ_{display:flex;flex-direction:column;width:100%;height:max-content}.style_content__hbOq4::-webkit-scrollbar{width:4px}.style_content__hbOq4::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.style_content__hbOq4::-webkit-scrollbar-thumb{background-color:var(--brandGreen);border-radius:16px}.style_listItem__iMuxa{padding:8px 16px;height:40px;font-weight:400;font-size:16px;line-height:24px;color:var(--lightGrey);transition:all .4s}.style_listItem__iMuxa.style_selected__vhw9Z,.style_listItem__iMuxa:hover{background-color:var(--lightLightGrey);color:var(--black)}.style_whiteBg__jV1Kf{background-color:var(--white)}.style_dropdownContainer__RDWuh{width:100%}.style_dropdownHeaderClassName__L2RWT{width:100%;justify-content:space-between;padding:18px 24px;height:64px;border-color:var(--lightBlue);color:var(--mediumGrey)}.style_selectedColor__Q4I5B{color:var(--black)!important}.style_errorColor__u5BNI{border-color:var(--error)}.style_dropdownHeaderActiveClassName__fZdSG{border-color:var(--green)}.style_input__nL3W9{display:none}.style_form__pnK6c{width:700px}.style_error__M3AQT{text-align:center}.style_agreement__jRlaK{display:flex;align-items:flex-start;gap:16px;cursor:pointer}.style_agreement__jRlaK span{color:var(--lightGrey)}.style_agreement__jRlaK span a{text-decoration:underline;color:var(--darkGrey)}.style_checkbox__nr9qM{margin:2px 0 0}.style_submitButton__kCsTz{width:100%!important}.style_spinner__5nSit{width:20px;height:20px;border-radius:50%;border:2px solid var(--brandBlue);border-right:2px solid rgba(0,0,0,0);animation:style_rotate__58KAI .8s linear infinite}@keyframes style_rotate__58KAI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_header__nQuqu{gap:12px}@media screen and (max-width:1278px){.style_header__nQuqu img{width:24px;height:24px}}@media screen and (max-width:550px){.style_header__nQuqu img{display:none}}.style_inputInlineWrapper__Kn8xh{display:grid;grid-template-columns:1fr 2fr;grid-gap:24px;gap:24px}@media screen and (max-width:1278px){.style_inputInlineWrapper__Kn8xh{display:flex;flex-direction:column;gap:12px}}.style_filter__7Febl{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px;color:#a4a4a4}.style_filter__7Febl.style_active__ppBs4{color:var(--black)}.style_dropdown__QmLQX{display:flex}@media screen and (max-width:768px){.style_dropdown__QmLQX{display:none!important}}.style_trashIcon__a2JKs{height:16px}.style_container__cdjZa{display:flex;gap:16px;flex-wrap:wrap;min-height:32px}.style_container__cdjZa .style_capsule__JjWXo{display:flex;align-items:center;gap:16px;cursor:pointer;color:var(--darkGrey);font-size:16px;line-height:24px;outline-width:1px;outline-offset:-1px;width:max-content}.style_container__cdjZa .style_trashCapsule__6zAze{outline-color:var(--error)}.style_crossIcon__Oxk7M{width:12px;height:12px}.style_container__2M8aq{display:flex;flex-direction:column;gap:24px;height:100%}.style_title__MX6bQ{font-weight:500;font-size:24px;line-height:32px}.style_content__OOaQb{display:flex;flex-direction:column;gap:16px}.style_buttonWrapper__g8aI_{width:100%!important}.style_button__kr4_f{justify-content:space-between;gap:20px;padding:0 16px;color:var(--darkGrey);font-weight:500;background:rgba(0,0,0,0);border-radius:16px;border:2px solid var(--green)}.style_buttonContent__4AcQT{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.style_button__kr4_f svg{width:20px;height:20px;color:#1e1e1e}.style_trashIcon__IM5pC{width:16px;margin-left:16px}.style_buttons__12iMQ{margin-top:auto;margin-bottom:32px;display:flex;flex-direction:column;gap:16px}.style_container__XzSka{position:relative;display:flex;flex-direction:column;gap:16px;height:100%}.style_header__bqwHB{display:flex;align-items:center;gap:16px;height:43px}.style_title__0vYOb{font-size:20px;line-height:24px;font-weight:500}.style_arrow__aniIO{cursor:pointer;transform:rotate(180deg)}.style_splitter__pOKh7{border:unset;width:100%;height:1px;background:#e5e5e9}.common_filter__Bcxm_{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px;color:#a4a4a4}.common_form__v6ktt{width:100%;flex:1 1;overflow:auto;scrollbar-gutter:stable}.common_form__v6ktt::-webkit-scrollbar{width:4px;margin-right:-4px}.common_form__v6ktt::-webkit-scrollbar-thumb{border-radius:40px;background:var(--green)}.common_footer__LIPvq{flex-shrink:0;width:calc(100% + 32px);margin:auto 0 0 -16px;padding:24px 16px;border-top:1px solid var(--darkLight)}.style_container__u7Hf_{position:relative;width:100%;height:100%;padding:0 16px}.style_screenContainer___Pqtz{height:100%;background:var(--white)}.style_form__S_IXF{display:flex;flex-direction:column;flex:1 1;height:100%}.style_content__N9hMS{display:flex;flex-direction:column;gap:40px}.style_filters__mNf8m{display:flex;gap:16px}.style_header__x_Stq{display:flex;flex-direction:column}.style_filterButton__YDj2B .style_filterButtonContent__pGqwa{gap:20px;color:var(--darkGrey);border-radius:16px;background:rgba(0,0,0,0);border:2px solid var(--green)}.style_filterButton__YDj2B .style_filterButtonContent__pGqwa:hover{transform:unset;box-shadow:unset}.style_filterButton__YDj2B{display:none;width:100%!important}@media screen and (max-width:768px){.style_filterButton__YDj2B{display:flex}}.style_container__bbea0{overflow-x:auto;display:flex;align-items:center;gap:13px;height:56px;width:calc(100% + 240px);margin:0 0 0 -120px;padding:0 120px}@media screen and (max-width:1278px){.style_container__bbea0{width:calc(100% + 128px);margin:0 0 0 -64px;padding:0 64px}}@media screen and (max-width:990px){.style_container__bbea0{width:calc(100% + 48px);margin:0 0 0 -24px;padding:0 24px}}@media screen and (max-width:768px){.style_container__bbea0{width:calc(100% + 32px);margin:0 0 0 -16px;padding:0 16px}}.style_mobile__ShDbL{display:none}.style_breadcrumb__8w_gp{display:flex;align-items:center;gap:13px;min-width:0}.style_item__kHr5_{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;flex-shrink:0;color:var(--mediumGrey)}.style_item__kHr5_.style_active__qYlAa{color:var(--black)}.style_container__bbea0 svg{flex-shrink:0;color:var(--brandBlue)}@media screen and (max-width:768px){.style_mobile__ShDbL{display:flex}.style_desktop__eVXFm{display:none}}@media screen and (max-width:440px){.style_breadcrumb__8w_gp{gap:10px}.style_breadcrumb__8w_gp .style_item__kHr5_{font-size:14px;line-height:20px}.style_container__bbea0{gap:10px;width:100%}}@media screen and (max-width:350px){.style_container__bbea0{flex-wrap:wrap;margin-bottom:12px}}.style_container__VaKEv{position:relative;display:flex;align-items:center;height:440px;width:calc(100% + 240px);margin:0 0 0 -120px}@media screen and (max-width:1278px){.style_container__VaKEv{width:calc(100% + 128px);margin:0 0 0 -64px}}@media screen and (max-width:990px){.style_container__VaKEv{width:calc(100% + 48px);margin:0 0 0 -24px}}@media screen and (max-width:768px){.style_container__VaKEv{width:calc(100% + 32px);margin:0 0 0 -16px}}@media screen and (max-width:1278px){.style_container__VaKEv{min-height:360px}}.style_content__HX3UY{position:absolute;display:flex;align-items:center;height:100%;max-width:var(--lgScreen);margin:0 auto;padding-left:120px;padding-right:120px}@media screen and (max-width:1278px){.style_content__HX3UY{padding-left:64px;padding-right:64px}}@media screen and (max-width:990px){.style_content__HX3UY{padding-left:24px;padding-right:24px}}@media screen and (max-width:768px){.style_content__HX3UY{padding-left:16px;padding-right:16px;width:100%;justify-content:center}}.style_image__fm1RN{width:100%;height:100%;object-fit:cover}.style_footer__VDmZE .style_input__3rAbN{width:360px;padding:19px 24px 9px}@media screen and (max-width:1278px){.style_footer__VDmZE .style_input__3rAbN{padding:23px 24px 9px;width:100%}}.style_footer__VDmZE .style_input__3rAbN:focus+div,.style_footer__VDmZE .style_input__3rAbN:not(:placeholder-shown)+div{top:-45%!important}.style_footer__VDmZE{display:flex;gap:16px;width:max-content}@media screen and (max-width:1278px){.style_footer__VDmZE{width:100%;flex-direction:column}.style_button__WzlAy{width:100%}}.style_container__Y_4_8{display:flex;flex-direction:column}@media screen and (max-width:990px){.style_container__Y_4_8{flex-direction:column}}.style_container__cJOfY{display:flex;flex-direction:column;gap:144px;padding-top:104px}@media screen and (max-width:768px){.style_container__cJOfY{gap:104px;padding-top:80px}}.style_container__TMAbb{display:flex;gap:180px}@media screen and (max-width:768px){.style_container__TMAbb{margin:-50px 0 0;gap:32px;flex-direction:column-reverse}}.style_content__K95t3{display:flex;flex-direction:column;width:714px;gap:40px}@media screen and (max-width:768px){.style_content__K95t3{width:100%}}.style_aside___JG_d{display:flex;flex-direction:column;width:200px}.style_info__9bt5D{display:flex;align-items:flex-start;flex-direction:column;gap:8px}.style_infosContainer__tjZhx{position:-webkit-sticky;position:sticky;top:105px;display:flex;flex-direction:column;gap:36px}@media screen and (max-width:768px){.style_infosContainer__tjZhx{gap:16px}}.style_infoTitle__QDHwc{font-size:16px;line-height:24px}.style_infoBadge__gAl83{font-weight:500;font-size:20px;line-height:28px;outline-width:1px;outline-offset:-1px}.style_info__9bt5D:first-child .style_infoBadge__gAl83{--color:var(--accentTurquoise)}.style_info__9bt5D:nth-child(2) .style_infoBadge__gAl83{--color:var(--accentPurple)}.style_info__9bt5D:nth-child(3) .style_infoBadge__gAl83{--color:var(--accentBlue)}.style_description__x0H5n{display:flex;flex-direction:column;gap:40px}.style_content__K95t3 ol,.style_content__K95t3 ul{margin:-20px 0 0;display:flex;flex-direction:column;gap:8px}.style_content__K95t3 ol li,.style_content__K95t3 ul li{position:relative;margin-left:22px;font-size:20px;line-height:28px;list-style-type:none}@media screen and (max-width:768px){.style_content__K95t3 ol li,.style_content__K95t3 ul li{margin:0 0 0 22px}}.style_content__K95t3 ol{counter-reset:num}.style_content__K95t3 ol li:before{content:counter(num);counter-increment:num;position:absolute;top:0;left:-32px;width:20px;color:var(--brandGreen);font-weight:700;text-align:right}.style_content__K95t3 ul li:before{content:"";position:absolute;left:-21px;top:12px;width:8px;height:8px;background-color:var(--green);border-radius:50%}.style_submitButton__Im5y_{margin:0 0 20px}@media screen and (max-width:768px){.style_submitButton__Im5y_{margin:0}}.style_container__vT_Le{display:flex;flex-direction:column;gap:144px;padding-top:104px}@media screen and (max-width:1278px){.style_container__vT_Le{padding-top:84px}}@media screen and (max-width:768px){.style_container__vT_Le{padding-top:80px;gap:104px}.style_breadcrumbs__PawcC{display:none!important}.style_title__0PSWy{width:calc(100% - 20px);margin:0 auto;font-weight:500}}.style_container__3pu4R{display:flex;gap:180px}@media screen and (max-width:768px){.style_container__3pu4R{margin:-50px 0 0;gap:32px;flex-direction:column-reverse}}.style_content__yyOcv{display:flex;flex-direction:column;width:714px;gap:40px}@media screen and (max-width:768px){.style_content__yyOcv{width:100%}}.style_aside__pQRS9{display:flex;flex-direction:column;width:200px}.style_info__kXdFm{display:flex;align-items:flex-start;flex-direction:column;gap:8px}.style_infosContainer__If8EK{position:-webkit-sticky;position:sticky;top:105px;display:flex;flex-direction:column;gap:36px}@media screen and (max-width:768px){.style_infosContainer__If8EK{gap:16px}}.style_infoTitle__XPmf4{font-size:16px;line-height:24px}.style_infoBadge__mHg0d{font-weight:500;font-size:20px;line-height:28px;outline-width:1px;outline-offset:-1px}.style_info__kXdFm:first-child .style_infoBadge__mHg0d{--color:var(--accentTurquoise)}.style_info__kXdFm:nth-child(2) .style_infoBadge__mHg0d{--color:var(--accentPurple)}.style_info__kXdFm:nth-child(3) .style_infoBadge__mHg0d{--color:var(--accentBlue)}.style_description__V6NyW{display:flex;flex-direction:column;gap:40px}.style_content__yyOcv ol,.style_content__yyOcv ul{margin:-20px 0 0;display:flex;flex-direction:column;gap:8px}.style_content__yyOcv ol li,.style_content__yyOcv ul li{position:relative;margin-left:22px;font-size:20px;line-height:28px;list-style-type:none}@media screen and (max-width:768px){.style_content__yyOcv ol li,.style_content__yyOcv ul li{margin:0 0 0 22px}}.style_content__yyOcv ol{counter-reset:num}.style_content__yyOcv ol li:before{content:counter(num);counter-increment:num;position:absolute;top:0;left:-32px;width:20px;color:var(--brandGreen);font-weight:700;text-align:right}.style_content__yyOcv ul li:before{content:"";position:absolute;left:-21px;top:12px;width:8px;height:8px;background-color:var(--green);border-radius:50%}.style_submitButton__oZQiR{margin:0 0 20px}@media screen and (max-width:768px){.style_submitButton__oZQiR{margin:0}}.style_container__XZfeE{display:flex;flex-direction:column;gap:144px;padding-top:104px}@media screen and (max-width:1278px){.style_container__XZfeE{padding-top:84px}}@media screen and (max-width:768px){.style_container__XZfeE{padding-top:80px;gap:104px}.style_breadcrumbs__LL2Mf{display:none!important}.style_title__MBIK_{width:calc(100% - 20px);margin:0 auto;font-weight:500}}