@charset "UTF-8";.button{border:1px solid var(--button-primary-bg-color);background-color:var(--button-primary-bg-color);border-radius:25px}.button_text{color:var(--button-primary-text-color)}.button_icon{position:relative;width:24px;height:24px;background-color:var(--button-secondary-bg-color);border-radius:50%;transition:transform var(--defauld-hover-animation) linear}@media(min-width:768px){.button_icon{width:28px;height:28px}}.button_icon:after{content:"";position:absolute;inset:0;z-index:0;background-image:url('data:image/svg+xml,<svg viewBox="0 0 19.2578 19.2568" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="19.257812" height="19.256836" fill="none"><rect id="Component 1" width="13.616667" height="13.616667" x="0.000000" y="0.000000" transform="matrix(0.707107,0.707107,-0.707107,0.707107,9.62891,0)" /><path id="Icon (Stroke)" d="M4.14761 0.156513C4.36672 -0.0521711 4.71105 -0.0521711 4.93017 0.156513L8.9017 3.93892C9.1286 4.15502 9.13736 4.51415 8.92126 4.74105C8.70516 4.96796 8.34604 4.97672 8.11913 4.76062L5.10625 1.8912L5.10625 9.64514C5.10625 9.95848 4.85223 10.2125 4.53889 10.2125C4.22554 10.2125 3.97153 9.95848 3.97153 9.64514L3.97153 1.8912L0.958646 4.76062C0.731741 4.97672 0.372614 4.96796 0.156514 4.74105C-0.0595855 4.51415 -0.0508263 4.15502 0.176079 3.93892L4.14761 0.156513Z" fill="rgb(98,29,242)" fill-rule="evenodd" transform="matrix(0.707107,0.707107,-0.707107,0.707107,10.0293,2.80859)" /></svg>');background-size:contain;background-repeat:no-repeat;background-position:center}@media(max-width:767px){.button.headerBtn .button_text{display:none}}.button.reversColor{border:1px solid var(--button-secondary-bg-color);background-color:var(--button-secondary-bg-color)}.button.reversColor .button_text{color:var(--button-secondary-text-color)}.button.reversColor .button_icon{background-color:var(--button-primary-bg-color)}.button.reversColor .button_icon:after{background-image:url('data:image/svg+xml,<svg viewBox="0 0 23.1094 23.1084" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23.109375" height="23.108398" fill="none"><rect id="Component 1" width="16.340000" height="16.340000" x="0.000000" y="0.000000" transform="matrix(0.707107,0.707107,-0.707107,0.707107,11.5547,0)" /><path id="Icon (Stroke)" d="M4.97713 0.187816C5.24007 -0.0626054 5.65326 -0.0626054 5.91621 0.187816L10.682 4.72671C10.9543 4.98603 10.9648 5.41698 10.7055 5.68926C10.4462 5.96155 10.0152 5.97206 9.74296 5.71274L6.1275 2.26944L6.1275 11.5742C6.1275 11.9502 5.82268 12.255 5.44667 12.255C5.07065 12.255 4.76583 11.9502 4.76583 11.5742L4.76583 2.26944L1.15037 5.71274C0.878089 5.97206 0.447137 5.96155 0.187817 5.68926C-0.0715026 5.41698 -0.0609916 4.98603 0.211294 4.72671L4.97713 0.187816Z" fill="rgb(254,253,255)" fill-rule="evenodd" transform="matrix(0.707107,0.707107,-0.707107,0.707107,12.0352,3.37012)" /></svg>')}@media(hover:hover){.button:hover .button_icon{transform:rotate(45deg)}}@media(hover:none){.button:active .button_icon{transform:rotate(45deg)}}.header{position:fixed;top:0;left:0;z-index:9;width:100%;background:linear-gradient(to bottom,rgb(255,255,255) 10%,rgba(255,255,255,.9) 70%,rgba(255,255,255,.6) 80%,transparent 100%);opacity:0;transform:translateY(-100%);animation:header var(--defaukd-show-animation) calc(var(--defaukd-show-animation)) linear both}@keyframes header{to{opacity:1;transform:translateY(0)}}.header_container{margin:0 auto;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1320px;height:60px;padding:8px 20px;opacity:0;transform:scale(.5);animation:headerCont var(--defaukd-show-animation) calc(var(--defaukd-show-animation) * 2) linear both}@media(min-width:768px){.header_container{width:768px;height:100px;padding:30px 32px}}@media(min-width:1280px){.header_container{width:100%;padding:30px 20px}}@keyframes headerCont{to{opacity:1;transform:scale(1)}}.header_logo{display:block;width:54px;height:32px}@media(min-width:768px){.header_logo{width:88px;height:52px}}.header_button{width:40px}@media(min-width:768px){.header_button{width:306px}}.footer{position:relative;margin:0 auto;width:calc(100% - 40px);max-width:1280px;padding:16px 20px;background-color:var(--primary-card-bg-color);border-top-left-radius:var(--mobil-border-radius);border-top-right-radius:var(--mobil-border-radius)}@media(min-width:768px){.footer{width:704px;padding:40px 70px;border-top-left-radius:var(--tablet-border-radius);border-top-right-radius:var(--tablet-border-radius)}}@media(min-width:1280px){.footer{width:calc(100% - 40px)}}.footer_firstCont{display:flex;align-items:center;justify-content:center;justify-content:space-between}.footer_logo{display:block;width:80px;min-width:80px;height:47px}@media(min-width:768px){.footer_logo{width:128px;height:75px}}.footer_socialList{display:flex;align-items:center;justify-content:space-between;gap:16px}@media(min-width:768px){.footer_socialList{gap:24px;width:auto}}.footer_socialItem{display:flex;align-items:center;gap:16px}.footer_socialItem__text{display:none;color:var(--primary-text-color)}@media(min-width:768px){.footer_socialItem__text{display:inline;font-size:24px;letter-spacing:5%}}.footer_socialItem__img{width:28px;height:28px;background-position:center;background-repeat:no-repeat;background-size:contain}@media(min-width:768px){.footer_socialItem__img{width:34px;height:34px}}.footer_socialItem .phone{background-image:url('data:image/svg+xml,<svg viewBox="0 0 39 39" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39.000000" height="39.000000" fill="none"><rect id="Component 1" width="39.000000" height="39.000000" x="0.000000" y="0.000000" /><path id="Icon (Stroke)" d="M7.06261 2.99187C6.65978 2.78812 6.18405 2.78812 5.78121 2.99187C5.62972 3.06849 5.44087 3.23211 4.60757 4.06541L4.38381 4.28917C3.58856 5.08442 3.37421 5.31441 3.20285 5.61945C3.00425 5.973 2.83785 6.61284 2.83906 7.01836C2.84013 7.37922 2.89341 7.59653 3.128 8.42305C4.28577 12.5022 6.46986 16.3516 9.68412 19.5659C12.8984 22.7801 16.7478 24.9642 20.827 26.122C21.6535 26.3566 21.8708 26.4099 22.2316 26.4109C22.6372 26.4121 23.277 26.2458 23.6306 26.0471C23.9356 25.8758 24.1656 25.6614 24.9608 24.8662L25.1846 24.6424C26.0179 23.8091 26.1815 23.6203 26.2581 23.4688C26.4619 23.066 26.4619 22.5902 26.2581 22.1874C26.1815 22.0359 26.0179 21.847 25.1846 21.0137L26.1884 20.01L25.1846 21.0137L24.908 20.7371C24.3604 20.1896 24.2373 20.0775 24.144 20.0168C23.6735 19.7109 23.067 19.7109 22.5965 20.0168C22.5032 20.0775 22.3801 20.1896 21.8325 20.7371C21.8217 20.7479 21.8106 20.7591 21.7993 20.7705C21.6719 20.8983 21.5106 21.0602 21.317 21.1988L20.4905 20.0447L21.317 21.1988C20.6257 21.6938 19.6859 21.8541 18.8696 21.6161C18.6419 21.5498 18.4545 21.4594 18.3088 21.3892C18.2972 21.3836 18.286 21.3782 18.2749 21.3729C16.0747 20.3165 14.014 18.877 12.1935 17.0565C10.373 15.236 8.93349 13.1753 7.87711 10.9751C7.87182 10.964 7.86639 10.9528 7.86083 10.9412C7.79056 10.7955 7.70022 10.6081 7.63386 10.3804L8.99667 9.98316L7.63386 10.3804C7.39591 9.56414 7.55617 8.62433 8.05117 7.93304L8.05117 7.93303C8.18986 7.73936 8.35171 7.57809 8.47956 7.4507C8.49095 7.43935 8.50207 7.42828 8.51288 7.41747C9.06041 6.86994 9.17251 6.74683 9.23318 6.65352L9.23318 6.65352C9.53909 6.18302 9.53909 5.57647 9.23318 5.10598C9.17251 5.01267 9.0604 4.88955 8.51288 4.34203L8.23626 4.06541C7.40296 3.23211 7.21411 3.06849 7.06261 2.99187ZM4.49982 0.458442C5.70832 -0.152813 7.13551 -0.152814 8.34401 0.458442C8.95809 0.769041 9.4912 1.30351 10.1079 1.92179C10.1527 1.96674 10.198 2.01212 10.2438 2.05789L10.5204 2.33452C10.5506 2.36468 10.5804 2.39451 10.61 2.42404C11.0169 2.83027 11.3675 3.1802 11.6134 3.55843L10.4233 4.33221L11.6134 3.55844C12.5311 4.96992 12.5311 6.78957 11.6134 8.20106C11.3675 8.5793 11.0169 8.92922 10.61 9.33545C10.5804 9.36499 10.5506 9.39482 10.5204 9.42498C10.4386 9.50675 10.3969 9.54869 10.3678 9.57943C10.3673 9.58175 10.3668 9.5843 10.3663 9.58707C10.3658 9.59015 10.3654 9.593 10.3651 9.59557C10.3698 9.60595 10.3761 9.61967 10.3849 9.63822C10.3985 9.66721 10.4146 9.70062 10.4365 9.74625C11.3561 11.6616 12.6102 13.4581 14.201 15.049C15.7919 16.6398 17.5884 17.8939 19.5038 18.8135L18.8894 20.0932L19.5038 18.8135C19.5494 18.8354 19.5828 18.8515 19.6118 18.8651C19.6303 18.8739 19.6441 18.8802 19.6544 18.8849C19.657 18.8846 19.6599 18.8842 19.6629 18.8837C19.6657 18.8832 19.6683 18.8827 19.6706 18.8822C19.7013 18.8531 19.7433 18.8114 19.825 18.7296C19.8552 18.6994 19.885 18.6696 19.9146 18.64C20.3208 18.2331 20.6707 17.8825 21.0489 17.6366C22.4604 16.7189 24.2801 16.7189 25.6916 17.6366C26.0698 17.8825 26.4197 18.233 26.8259 18.64C26.8555 18.6696 26.8853 18.6994 26.9155 18.7296L25.9117 19.7334L26.9155 18.7296L27.1921 19.0062C27.2379 19.052 27.2833 19.0973 27.3282 19.1421C27.9465 19.7588 28.481 20.2919 28.7916 20.906C29.4028 22.1145 29.4028 23.5417 28.7916 24.7502C28.481 25.3643 27.9465 25.8974 27.3282 26.5141C27.2833 26.5589 27.2379 26.6042 27.1921 26.6499L26.9683 26.8737C26.9359 26.9061 26.9039 26.9382 26.8722 26.9699C26.2118 27.631 25.7053 28.138 25.021 28.5224C24.2404 28.9609 23.1186 29.2526 22.2232 29.25C21.4398 29.2477 20.8685 29.0853 20.1317 28.8759C20.1053 28.8684 20.0786 28.8608 20.0518 28.8532C15.5189 27.5666 11.2419 25.1387 7.67661 21.5734C4.11128 18.0081 1.68339 13.7311 0.396824 9.19824C0.389196 9.17137 0.381624 9.14472 0.374112 9.11829C0.164723 8.38155 0.00234811 7.81023 1.81041e-05 7.02681C-0.00264662 6.13141 0.289074 5.00965 0.727608 4.22898L0.72761 4.22898C1.11202 3.54468 1.61901 3.03821 2.28013 2.37776C2.31183 2.34609 2.34388 2.31407 2.37629 2.28166L2.60006 2.05789C2.64583 2.01212 2.6911 1.96673 2.73593 1.92179C3.35263 1.30351 3.88574 0.769042 4.49982 0.458442L5.13326 1.7108L4.49982 0.458442Z" fill="rgb(254,253,255)" fill-rule="evenodd" transform="matrix(-1,0,0,1,34.125,4.875)" /></svg>')}.footer_socialItem .linkedin{background-image:url('data:image/svg+xml,<svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28.000000" height="28.000000" fill="none"><rect id="akar-icons:linkedin-v2-fill" width="28.000000" height="28.000000" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" /><path id="Vector" d="M11.0011 10.4635L15.3341 10.4635L15.3341 12.6218C15.9583 11.3805 17.559 10.2652 19.9635 10.2652C24.573 10.2652 25.6673 12.7362 25.6673 17.2698L25.6673 25.6663L21.0006 25.6663L21.0006 18.3023C21.0006 15.7205 20.3765 14.2645 18.7875 14.2645C16.5836 14.2645 15.6678 15.8337 15.6678 18.3012L15.6678 25.6663L11.0011 25.6663L11.0011 10.4635ZM2.99898 25.468L7.66565 25.468L7.66565 10.2652L2.99898 10.2652L2.99898 25.468ZM8.33415 5.30801C8.33432 5.69916 8.25675 6.08645 8.10593 6.44736C7.95512 6.80827 7.73408 7.13561 7.45565 7.41034C7.1764 7.68815 6.84514 7.9082 6.48081 8.05794C6.11648 8.20767 5.72622 8.28415 5.33232 8.28301C4.53852 8.28122 3.77705 7.96834 3.21132 7.41151C2.934 7.13576 2.71377 6.80805 2.56323 6.4471C2.41269 6.08616 2.33479 5.69908 2.33398 5.30801C2.33398 4.51818 2.64898 3.76218 3.21248 3.20451C3.7768 2.64554 4.53919 2.33228 5.33348 2.33301C6.12915 2.33301 6.89215 2.64684 7.45565 3.20451C8.01915 3.76218 8.33415 4.51818 8.33415 5.30801Z" fill="rgb(255,255,255)" fill-rule="evenodd" /></svg>')}.footer_secondCont{margin-top:32px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:0 6px}@media(min-width:768px){.footer_secondCont{margin-top:44px;flex-direction:row-reverse;flex-wrap:nowrap;padding:0}}@media(min-width:1280px){.footer_secondCont{margin-top:48px}}.footer_secondCont__content{font-size:14px;line-height:1;letter-spacing:5%;color:var(--primary-text-color);text-align:center}@media(min-width:768px){.footer_secondCont__content{font-size:17px}}@media(min-width:1280px){.footer_secondCont__content{font-size:20px}}.footer_decoration{position:absolute;bottom:0;width:calc((100vw - 100%)/2);height:70%;background-color:var(--primary-card-bg-color)}@media(min-width:768px){.footer_decoration{height:62%}}@media(min-width:1280px){.footer_decoration{height:48%}}.footer_decoration:after{content:"";position:absolute;top:0;width:100%;height:30px;background-color:var(--primary-bg-color)}.footer_decoration.left{left:100%}.footer_decoration.left:after{right:0;border-bottom-left-radius:120px}.footer_decoration.right{right:100%}.footer_decoration.right:after{left:0;border-bottom-right-radius:120px}.backdrop{position:fixed;inset:0;z-index:10;backdrop-filter:blur(10px);background-color:#ffffff80;transition:visibility var(--defaukd-show-animation) linear,opacity var(--defaukd-show-animation) linear;visibility:hidden;opacity:0;pointer-events:none}.backdrop:has(.show){visibility:visible;opacity:1;pointer-events:all}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var( --PhoneInputCountrySelect-marginRight );--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, .5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, .1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.react-international-phone-input-container{display:flex;width:100%}.react-international-phone-country-selector-button{position:relative;width:48px;height:48px;padding:0 16px 0 2px;border:none;border-bottom:1px solid var(--primary-text-color);border-radius:0;outline:none;background-color:transparent}.react-international-phone-input-container.inValidData .react-international-phone-country-selector-button{border-bottom:1px solid var(--invalid-color)}.react-international-phone-country-selector-button__button-content{display:flex;gap:4px}.react-international-phone-country-selector-button__dropdown-arrow{position:absolute;top:20px;right:4px;width:2px;height:2px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid var(--primary-text-color)}.react-international-phone-input{width:100%;height:48px;padding-left:6px}.react-international-phone-input-container.inValidData .react-international-phone-input{color:var(--invalid-color);border-bottom:1px solid var(--invalid-color)}.react-international-phone-country-selector-dropdown{position:absolute;z-index:2;height:240px;width:260px;padding:10px 0;border:1px solid var(--card-border-one);border-radius:8px;background-color:var(--primary-bg-color);overflow-y:scroll;outline:none}.react-international-phone-country-selector-dropdown__list-item{display:flex;align-items:center;gap:8px;padding:0 10px;font-size:16px;cursor:pointer;transition:background-color var(--defauld-hover-animation) linear}.react-international-phone-country-selector-dropdown__list-item:hover,.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--card-transpared-bg-color-two)}.react-international-phone-flag-emoji{display:block;width:20px;height:20px}.form{display:flex;flex-direction:column;gap:22px;padding:20px;background-color:var(--primary-card-bg-color);border-radius:var(--mobil-border-radius)}@media(min-width:768px){.form{padding:40px 60px}}.form_conteiner{position:relative;display:flex;flex-direction:column;gap:22px;width:100%}.form_conteiner__input{height:44px}@media(min-width:768px){.form_conteiner__input{height:48px}}@media(min-width:768px){.form_button{margin-left:auto;width:176px}}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;grid-template-areas:"title" "text " "form";gap:16px;width:calc(100% - 40px);min-width:300px;max-width:400px;padding:20px;border-radius:var(--mobil-border-radius);border:solid 1px rgb(98,29,242);box-shadow:0 4px 4px #00000040;background-color:var(--primary-bg-color);background-image:url('data:image/svg+xml,<svg width="335" height="446" viewBox="0 0 335 446" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1040_5345)"><path d="M3173.23 692.726C2965.03 967.205 2641.34 1307.9 2282.08 1275.63C1814.85 1233.68 1694.25 597.443 1230.99 475.56C929.873 396.339 438.195 522.387 -379.926 1509.93" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3176.5 706.507C2967.94 978.276 2644.07 1314.86 2283.72 1282.98C1818.08 1241.74 1694.65 619.21 1226.91 486.586C925.672 401.826 434.519 509.523 -379.925 1439.32" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3179.76 720.294C2970.85 989.353 2646.77 1321.83 2285.36 1290.33C1821.32 1249.8 1695.06 640.975 1222.84 497.603C921.471 407.304 430.843 496.65 -379.918 1368.7" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3183.03 734.074C2973.74 1000.42 2649.49 1328.79 2286.98 1297.67C1824.55 1257.86 1695.84 661.57 1218.75 508.63C917.487 412.048 427.152 483.786 -379.925 1298.09" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3186.29 747.862C2976.65 1011.51 2652.2 1335.76 2288.62 1305.02C1827.78 1265.92 1696.35 683.112 1214.68 519.648C913.346 417.392 423.476 470.914 -379.918 1227.47" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3189.55 761.642C2979.55 1022.58 2654.91 1342.72 2290.25 1312.37C1831.02 1273.98 1696.83 704.72 1210.59 530.673C909.174 422.788 419.784 458.049 -379.925 1156.85" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3192.82 775.431C2982.45 1033.66 2657.62 1349.69 2291.88 1319.72C1834.24 1282.04 1697.3 726.404 1206.51 541.692C904.996 428.223 416.101 445.178 -379.925 1086.23" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3196.08 789.21C2985.35 1044.73 2660.34 1356.65 2293.51 1327.07C1837.48 1290.1 1697.74 748.154 1202.43 552.717C900.809 433.708 412.417 432.312 -379.925 1015.61" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3199.34 802.998C2988.25 1055.82 2663.05 1363.62 2295.14 1334.41C1840.7 1298.16 1698.16 769.973 1198.34 563.735C896.6 439.225 408.734 419.441 -379.932 944.995" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3202.61 816.777C2991.16 1066.89 2665.76 1370.58 2296.77 1341.76C1843.94 1306.22 1698.54 791.859 1194.27 574.753C892.384 444.779 405.058 406.568 -379.924 874.367" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3205.87 830.565C2994.05 1077.96 2668.47 1377.56 2298.4 1349.11C1847.17 1314.28 1698.88 813.805 1190.18 585.779C888.128 450.378 401.364 393.704 -379.934 803.755" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3209.13 844.345C2996.95 1089.03 2671.18 1384.51 2300.04 1356.45C1850.4 1322.33 1699.2 835.804 1186.11 596.789C883.867 456 397.688 380.824 -379.927 733.128" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3212.4 858.134C2999.87 1100.12 2673.9 1391.49 2301.67 1363.81C1853.64 1330.4 1699.12 858.637 1182.03 607.823C879.373 462.118 394.004 367.968 -379.926 662.524" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3215.67 871.914C3002.77 1111.19 2676.61 1398.44 2303.31 1371.15C1856.88 1338.45 1699.53 880.388 1177.95 618.834C875.172 467.582 390.329 355.088 -379.919 591.896" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3218.93 885.701C3005.66 1122.27 2679.33 1405.42 2304.94 1378.5C1860.1 1346.52 1699.93 902.161 1173.87 629.866C870.963 473.075 386.645 342.231 -379.918 521.283" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-359.526 489.446C373.515 317.516 855.876 433.95 1162.44 596.393C1685.01 871.96 1826.81 1330.91 2268.2 1372.78C2630.92 1407.2 2962.67 1143.09 3218.93 878.857" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-339.12 457.599C360.393 292.792 840.811 394.815 1151.02 562.917C1670.1 841.749 1793.45 1315.08 2231.49 1367.07C2582.48 1408.73 2919.67 1163.91 3218.93 872.012" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-318.721 425.761C347.264 268.077 825.303 356.47 1139.59 529.443C1654.48 812.823 1760.02 1299.01 2194.77 1361.35C2534 1410 2876.67 1184.72 3218.93 865.167" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-298.321 393.922C334.134 243.36 810.125 317.508 1128.16 495.975C1639.42 782.861 1726.54 1282.69 2158.04 1355.64C2485.51 1411 2833.67 1205.54 3218.93 858.322" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-277.914 362.084C321.02 218.645 794.977 278.494 1116.75 462.501C1624.4 752.808 1693.05 1266.08 2121.33 1349.92C2437.01 1411.73 2790.67 1226.36 3218.93 851.477" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-257.515 330.245C307.89 193.929 779.852 239.436 1105.32 429.026C1609.42 722.682 1659.55 1249.15 2084.6 1344.21C2388.53 1412.18 2747.68 1247.19 3218.93 844.632" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-237.116 298.406C294.761 169.213 764.75 200.331 1093.89 395.558C1594.48 692.479 1626.1 1231.88 2047.88 1338.5C2340.09 1412.36 2704.68 1268.01 3218.93 837.786" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-216.708 266.568C281.639 144.498 749.685 161.183 1082.47 362.084C1579.58 662.202 1592.72 1214.23 2011.15 1332.78C2291.7 1412.26 2661.68 1288.83 3218.93 830.942" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-196.309 234.73C268.51 119.789 734.642 121.981 1071.04 328.617C1564.73 631.864 1559.46 1196.19 1974.43 1327.07C2243.39 1411.9 2618.68 1309.65 3218.93 824.097" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-175.908 202.89C255.382 95.0728 719.631 82.7337 1059.62 295.141C1549.92 601.458 1526.37 1177.69 1937.7 1321.35C2195.18 1411.29 2575.68 1330.47 3218.93 817.259" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-155.51 171.044C242.259 70.3498 704.647 43.4349 1048.19 261.667C1535.15 571.001 1493.51 1158.74 1900.98 1315.64C2147.11 1410.41 2532.68 1351.28 3218.93 810.414" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-135.103 139.205C229.137 45.6333 690.062 3.54962 1036.77 228.191C1520.92 539.702 1460.95 1139.29 1864.26 1309.92C2099.19 1409.31 2489.69 1372.1 3218.93 803.568" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-114.704 107.367C216.008 20.9176 674.99 -35.5768 1025.34 194.724C1506.01 509.507 1428.73 1119.35 1827.54 1304.21C2051.46 1408 2446.69 1392.92 3218.93 796.723" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-94.3048 75.5284C202.878 -3.79793 659.909 -74.703 1013.92 161.25C1491.08 479.298 1396.95 1098.87 1790.81 1298.49C2003.93 1406.51 2403.69 1413.74 3218.93 789.878" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1040_5345"><rect width="1510" height="3599" fill="white" transform="translate(3219) rotate(90)"/></clipPath></defs></svg>');background-position:center;background-repeat:no-repeat;background-size:cover}@media(min-width:768px){.modal{width:704px;max-width:704px;gap:20px;padding:40px;background-image:url('data:image/svg+xml,<svg width="704" height="638" viewBox="0 0 704 638" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1036_4727)"><path d="M3173.23 692.726C2965.03 967.205 2641.34 1307.9 2282.08 1275.63C1814.85 1233.68 1694.25 597.443 1230.99 475.56C929.873 396.339 438.195 522.387 -379.926 1509.93" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3176.5 706.507C2967.94 978.276 2644.07 1314.86 2283.72 1282.98C1818.08 1241.74 1694.65 619.21 1226.91 486.586C925.672 401.826 434.519 509.523 -379.925 1439.32" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3179.76 720.294C2970.85 989.353 2646.77 1321.83 2285.36 1290.33C1821.32 1249.8 1695.06 640.975 1222.84 497.603C921.471 407.304 430.843 496.65 -379.918 1368.7" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3183.03 734.074C2973.74 1000.42 2649.49 1328.79 2286.98 1297.67C1824.55 1257.86 1695.84 661.57 1218.75 508.63C917.487 412.048 427.152 483.786 -379.925 1298.09" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3186.29 747.862C2976.65 1011.51 2652.2 1335.76 2288.62 1305.02C1827.78 1265.92 1696.35 683.112 1214.68 519.648C913.346 417.392 423.476 470.914 -379.918 1227.47" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3189.55 761.642C2979.55 1022.58 2654.91 1342.72 2290.25 1312.37C1831.02 1273.98 1696.83 704.72 1210.59 530.673C909.174 422.788 419.784 458.049 -379.925 1156.85" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3192.82 775.431C2982.45 1033.66 2657.62 1349.69 2291.88 1319.72C1834.24 1282.04 1697.3 726.404 1206.51 541.692C904.996 428.223 416.101 445.178 -379.925 1086.23" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3196.08 789.21C2985.35 1044.73 2660.34 1356.65 2293.51 1327.07C1837.48 1290.1 1697.74 748.154 1202.43 552.717C900.809 433.708 412.417 432.312 -379.925 1015.61" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3199.34 802.998C2988.25 1055.82 2663.05 1363.62 2295.14 1334.41C1840.7 1298.16 1698.16 769.973 1198.34 563.735C896.6 439.225 408.734 419.441 -379.932 944.995" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3202.61 816.777C2991.16 1066.89 2665.76 1370.58 2296.77 1341.76C1843.94 1306.22 1698.54 791.859 1194.27 574.753C892.384 444.779 405.058 406.568 -379.924 874.367" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3205.87 830.565C2994.05 1077.96 2668.47 1377.56 2298.4 1349.11C1847.17 1314.28 1698.88 813.805 1190.18 585.779C888.128 450.378 401.364 393.704 -379.934 803.755" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3209.13 844.345C2996.95 1089.03 2671.18 1384.51 2300.04 1356.45C1850.4 1322.33 1699.2 835.804 1186.11 596.789C883.867 456 397.688 380.824 -379.927 733.128" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3212.4 858.134C2999.87 1100.12 2673.9 1391.49 2301.67 1363.81C1853.64 1330.4 1699.12 858.637 1182.03 607.823C879.373 462.118 394.004 367.968 -379.926 662.524" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3215.67 871.914C3002.77 1111.19 2676.61 1398.44 2303.31 1371.15C1856.88 1338.45 1699.53 880.388 1177.95 618.834C875.172 467.582 390.329 355.088 -379.919 591.896" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3218.93 885.701C3005.66 1122.27 2679.33 1405.42 2304.94 1378.5C1860.1 1346.52 1699.93 902.161 1173.87 629.866C870.963 473.075 386.645 342.231 -379.918 521.283" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-359.526 489.446C373.515 317.516 855.876 433.95 1162.44 596.393C1685.01 871.96 1826.81 1330.91 2268.2 1372.78C2630.92 1407.2 2962.67 1143.09 3218.93 878.857" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-339.12 457.599C360.393 292.792 840.811 394.815 1151.02 562.917C1670.1 841.749 1793.45 1315.08 2231.49 1367.07C2582.48 1408.73 2919.67 1163.91 3218.93 872.012" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-318.721 425.761C347.264 268.077 825.303 356.47 1139.59 529.443C1654.48 812.823 1760.02 1299.01 2194.77 1361.35C2534 1410 2876.67 1184.72 3218.93 865.167" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-298.321 393.922C334.134 243.36 810.125 317.508 1128.16 495.975C1639.42 782.861 1726.54 1282.69 2158.04 1355.64C2485.51 1411 2833.67 1205.54 3218.93 858.322" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-277.914 362.084C321.02 218.645 794.977 278.494 1116.75 462.501C1624.4 752.808 1693.05 1266.08 2121.33 1349.92C2437.01 1411.73 2790.67 1226.36 3218.93 851.477" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-257.515 330.245C307.89 193.929 779.852 239.436 1105.32 429.026C1609.42 722.682 1659.55 1249.15 2084.6 1344.21C2388.53 1412.18 2747.68 1247.19 3218.93 844.632" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-237.116 298.406C294.761 169.213 764.75 200.331 1093.89 395.558C1594.48 692.479 1626.1 1231.88 2047.88 1338.5C2340.09 1412.36 2704.68 1268.01 3218.93 837.786" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-216.708 266.568C281.639 144.498 749.685 161.183 1082.47 362.084C1579.58 662.202 1592.72 1214.23 2011.15 1332.78C2291.7 1412.26 2661.68 1288.83 3218.93 830.942" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-196.309 234.73C268.51 119.789 734.642 121.981 1071.04 328.617C1564.73 631.864 1559.46 1196.19 1974.43 1327.07C2243.39 1411.9 2618.68 1309.65 3218.93 824.097" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-175.908 202.89C255.382 95.0728 719.631 82.7337 1059.62 295.141C1549.92 601.458 1526.37 1177.69 1937.7 1321.35C2195.18 1411.29 2575.68 1330.47 3218.93 817.259" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-155.51 171.044C242.259 70.3498 704.647 43.4349 1048.19 261.667C1535.15 571.001 1493.51 1158.74 1900.98 1315.64C2147.11 1410.41 2532.68 1351.28 3218.93 810.414" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-135.103 139.205C229.137 45.6333 690.062 3.54962 1036.77 228.191C1520.92 539.702 1460.95 1139.29 1864.26 1309.92C2099.19 1409.31 2489.69 1372.1 3218.93 803.568" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-114.704 107.367C216.008 20.9176 674.99 -35.5768 1025.34 194.724C1506.01 509.507 1428.73 1119.35 1827.54 1304.21C2051.46 1408 2446.69 1392.92 3218.93 796.723" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-94.3048 75.5284C202.878 -3.79793 659.909 -74.703 1013.92 161.25C1491.08 479.298 1396.95 1098.87 1790.81 1298.49C2003.93 1406.51 2403.69 1413.74 3218.93 789.878" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1036_4727"><rect width="1510" height="3599" fill="white" transform="translate(3219) rotate(90)"/></clipPath></defs></svg>');background-position:center 60px;background-size:100% 92%}}@media(min-width:1280px){.modal{grid-template-columns:1fr 490px;grid-template-rows:auto 1fr;grid-template-areas:"title form" "text form";width:1064px;max-width:1064px;padding:30px 30px 30px 60px;background-image:url('data:image/svg+xml,<svg width="1064" height="472" viewBox="0 0 1064 472" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1035_4115)"><path d="M3173.23 533.726C2965.03 808.205 2641.34 1148.9 2282.08 1116.63C1814.85 1074.68 1694.25 438.443 1230.99 316.56C929.874 237.339 438.196 363.387 -379.925 1350.93" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3176.5 547.507C2967.94 819.276 2644.07 1155.86 2283.72 1123.98C1818.08 1082.74 1694.65 460.21 1226.91 327.586C925.672 242.826 434.519 350.523 -379.925 1280.32" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3179.76 561.294C2970.85 830.353 2646.77 1162.83 2285.36 1131.33C1821.32 1090.8 1695.06 481.975 1222.84 338.603C921.471 248.304 430.843 337.65 -379.918 1209.7" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3183.03 575.074C2973.74 841.424 2649.49 1169.79 2286.98 1138.67C1824.55 1098.86 1695.84 502.57 1218.75 349.63C917.487 253.048 427.152 324.786 -379.925 1139.09" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3186.29 588.862C2976.65 852.51 2652.2 1176.76 2288.62 1146.02C1827.78 1106.92 1696.35 524.112 1214.68 360.648C913.346 258.392 423.476 311.914 -379.918 1068.47" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3189.55 602.642C2979.55 863.581 2654.91 1183.72 2290.25 1153.37C1831.02 1114.98 1696.83 545.72 1210.59 371.673C909.174 263.788 419.784 299.049 -379.925 997.848" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3192.82 616.431C2982.45 874.66 2657.62 1190.69 2291.88 1160.72C1834.24 1123.04 1697.3 567.404 1206.51 382.692C904.996 269.223 416.101 286.178 -379.925 927.229" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3196.08 630.21C2985.35 885.729 2660.34 1197.65 2293.51 1168.07C1837.48 1131.1 1697.74 589.154 1202.43 393.717C900.809 274.708 412.417 273.312 -379.925 856.615" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3199.34 643.998C2988.25 896.815 2663.05 1204.62 2295.14 1175.41C1840.7 1139.16 1698.16 610.973 1198.34 404.735C896.6 280.225 408.734 260.441 -379.932 785.995" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3202.61 657.777C2991.16 907.885 2665.76 1211.58 2296.77 1182.76C1843.94 1147.22 1698.54 632.859 1194.27 415.753C892.384 285.779 405.058 247.568 -379.924 715.367" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3205.87 671.565C2994.05 918.964 2668.47 1218.56 2298.4 1190.11C1847.17 1155.28 1698.88 654.805 1190.18 426.779C888.129 291.378 401.365 234.704 -379.933 644.755" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3209.13 685.345C2996.95 930.034 2671.18 1225.51 2300.04 1197.45C1850.4 1163.33 1699.2 676.804 1186.11 437.789C883.868 297 397.689 221.824 -379.926 574.128" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3212.41 699.134C2999.87 941.121 2673.9 1232.49 2301.67 1204.81C1853.64 1171.4 1699.12 699.637 1182.03 448.823C879.374 303.118 394.005 208.968 -379.926 503.524" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3215.67 712.914C3002.77 952.192 2676.61 1239.44 2303.31 1212.15C1856.88 1179.45 1699.54 721.388 1177.95 459.834C875.173 308.582 390.33 196.088 -379.918 432.896" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3218.93 726.701C3005.67 963.269 2679.33 1246.42 2304.94 1219.5C1860.1 1187.52 1699.93 743.161 1173.87 470.866C870.964 314.075 386.646 183.231 -379.918 362.283" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-359.526 330.446C373.516 158.516 855.877 274.95 1162.44 437.393C1685.01 712.96 1826.82 1171.91 2268.2 1213.78C2630.92 1248.2 2962.67 984.091 3218.93 719.857" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-339.119 298.599C360.394 133.792 840.812 235.815 1151.02 403.917C1670.1 682.749 1793.45 1156.08 2231.49 1208.07C2582.48 1249.73 2919.67 1004.91 3218.93 713.012" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-318.72 266.761C347.265 109.077 825.304 197.47 1139.59 370.443C1654.48 653.823 1760.02 1140.01 2194.77 1202.35C2534 1251 2876.67 1025.72 3218.93 706.167" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-298.32 234.922C334.135 84.3604 810.126 158.508 1128.17 336.975C1639.42 623.861 1726.54 1123.69 2158.05 1196.64C2485.51 1252 2833.67 1046.54 3218.93 699.322" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-277.913 203.084C321.021 59.6447 794.978 119.494 1116.75 303.501C1624.4 593.808 1693.05 1107.08 2121.33 1190.92C2437.01 1252.73 2790.67 1067.36 3218.93 692.477" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-257.514 171.245C307.891 34.9293 779.853 80.4356 1105.32 270.026C1609.42 563.682 1659.55 1090.15 2084.6 1185.21C2388.53 1253.18 2747.68 1088.19 3218.93 685.632" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-237.115 139.406C294.762 10.2129 764.751 41.3311 1093.89 236.558C1594.49 533.479 1626.1 1072.88 2047.88 1179.5C2340.09 1253.36 2704.68 1109.01 3218.93 678.786" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-216.708 107.568C281.64 -14.5021 749.686 2.18275 1082.47 203.084C1579.59 503.202 1592.72 1055.23 2011.15 1173.78C2291.7 1253.26 2661.68 1129.83 3218.93 671.942" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-196.308 75.7295C268.511 -39.2107 734.643 -37.0191 1071.04 169.617C1564.73 472.864 1559.46 1037.19 1974.43 1168.07C2243.39 1252.9 2618.69 1150.65 3218.93 665.097" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-175.909 43.8903C255.381 -63.9272 719.63 -76.2663 1059.61 136.141C1549.92 442.458 1526.37 1018.69 1937.7 1162.35C2195.18 1252.29 2575.68 1171.47 3218.92 658.259" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-155.51 12.0445C242.26 -88.6502 704.648 -115.565 1048.19 102.667C1535.15 412.001 1493.51 999.74 1900.98 1156.64C2147.11 1251.41 2532.68 1192.28 3218.93 651.414" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-135.102 -19.7948C229.138 -113.367 690.063 -155.45 1036.77 69.1912C1520.92 380.702 1460.95 980.292 1864.26 1150.92C2099.2 1250.31 2489.69 1213.1 3218.93 644.568" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-114.703 -51.6333C216.008 -138.082 674.991 -194.577 1025.34 35.724C1506.01 350.507 1428.73 960.35 1827.54 1145.21C2051.46 1249 2446.69 1233.92 3218.93 637.723" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-94.3038 -83.4716C202.879 -162.798 659.91 -233.703 1013.92 2.24953C1491.09 320.298 1396.95 939.868 1790.81 1139.49C2003.94 1247.51 2403.69 1254.74 3218.93 630.878" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1035_4115"><rect width="1510" height="3599" fill="white" transform="translate(3219 -159) rotate(90)"/></clipPath></defs></svg>');background-position:center;background-size:cover}}.modal{content-visibility:hidden}.modal.visibility{content-visibility:visible}.modal_closeBtn{position:absolute;top:-50px;right:0;width:44px;height:44px;border-radius:0;background-color:transparent;background-image:url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="44.000000" height="44.000000" fill="none"><rect id="Component 1" width="44.000000" height="44.000000" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" /><path id="Subtract" d="M11.4665 11.4665C12.0886 10.8445 13.0971 10.8445 13.7191 11.4665L21.6815 19.429C21.766 19.5134 21.8806 19.5609 22 19.5609C22.1194 19.5609 22.234 19.5134 22.3185 19.429L30.2809 11.4665C30.9029 10.8445 31.9114 10.8445 32.5335 11.4665C33.1555 12.0886 33.1555 13.0971 32.5335 13.7191L24.571 21.6815C24.3952 21.8574 24.3952 22.1426 24.571 22.3185L32.5335 30.2809C33.1555 30.9029 33.1555 31.9114 32.5335 32.5335C31.9114 33.1555 30.9029 33.1555 30.2809 32.5335L22.3185 24.571C22.1426 24.3952 21.8574 24.3952 21.6815 24.571L13.7191 32.5335C13.0971 33.1555 12.0886 33.1555 11.4665 32.5335C10.8445 31.9114 10.8445 30.9029 11.4665 30.2809L19.429 22.3185C19.5134 22.234 19.5609 22.1194 19.5609 22C19.5609 21.8806 19.5134 21.766 19.429 21.6815L11.4665 13.7191C10.8445 13.0971 10.8445 12.0886 11.4665 11.4665Z" fill="rgb(254,253,255)" fill-rule="evenodd" /></svg>');background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transition:transform var(--defauld-hover-animation) linear}@media(min-width:1280px){.modal_closeBtn{top:-40px;right:-40px}}@media(hover:hover){.modal_closeBtn:hover{transform:rotate(90deg)}}.modal_title{grid-area:title}@media(min-width:1280px){.modal_title{margin-top:30px}}.modal_title span{color:var(--primary-text-accent-color)}.modal_text{grid-area:text}.modal_form{grid-area:form}.OutputMessage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:calc(100% - 40px);min-width:300px;max-width:400px;height:236px;padding:20px;border-radius:var(--mobil-border-radius);border:solid 1px rgb(98,29,242);background-color:var(--primary-bg-color);box-shadow:0 4px 4px #00000040;background-image:url('data:image/svg+xml,<svg width="335" height="236" viewBox="0 0 335 236" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.4" clip-path="url(%23clip0_1091_4037)"><path d="M-339.12 396.599C360.393 231.792 840.811 333.815 1151.02 501.917C1670.1 780.749 1793.45 1254.08 2231.49 1306.07C2582.48 1347.73 2919.67 1102.91 3218.93 811.012" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-318.721 364.761C347.264 207.077 825.303 295.47 1139.59 468.443C1654.48 751.823 1760.02 1238.01 2194.77 1300.35C2534 1349 2876.67 1123.72 3218.93 804.167" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-298.321 332.922C334.134 182.36 810.125 256.508 1128.16 434.975C1639.42 721.861 1726.54 1221.69 2158.04 1294.64C2485.51 1350 2833.67 1144.54 3218.93 797.322" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-277.914 301.084C321.02 157.645 794.977 217.494 1116.75 401.501C1624.4 691.808 1693.05 1205.08 2121.33 1288.92C2437.01 1350.73 2790.67 1165.36 3218.93 790.477" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-257.515 269.245C307.89 132.929 779.852 178.436 1105.32 368.026C1609.42 661.682 1659.55 1188.15 2084.6 1283.21C2388.53 1351.18 2747.68 1186.19 3218.93 783.632" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-237.116 237.406C294.761 108.213 764.75 139.331 1093.89 334.558C1594.48 631.479 1626.1 1170.88 2047.88 1277.5C2340.09 1351.36 2704.68 1207.01 3218.93 776.786" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-216.708 205.568C281.639 83.4979 749.685 100.183 1082.47 301.084C1579.58 601.202 1592.72 1153.23 2011.15 1271.78C2291.7 1351.26 2661.68 1227.83 3218.93 769.942" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-196.309 173.73C268.51 58.7893 734.642 60.9809 1071.04 267.617C1564.73 570.864 1559.46 1135.19 1974.43 1266.07C2243.39 1350.9 2618.68 1248.65 3218.93 763.097" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-175.908 141.89C255.382 34.0728 719.631 21.7337 1059.62 234.141C1549.92 540.458 1526.37 1116.69 1937.7 1260.35C2195.18 1350.29 2575.68 1269.47 3218.93 756.259" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-155.51 110.044C242.259 9.3498 704.647 -17.5651 1048.19 200.667C1535.15 510.001 1493.51 1097.74 1900.98 1254.64C2147.11 1349.41 2532.68 1290.28 3218.93 749.414" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-135.103 78.2052C229.137 -15.3667 690.062 -57.4504 1036.77 167.191C1520.92 478.702 1460.95 1078.29 1864.26 1248.92C2099.19 1348.31 2489.69 1311.1 3218.93 742.568" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-114.704 46.3667C216.008 -40.0824 674.99 -96.5768 1025.34 133.724C1506.01 448.507 1428.73 1058.35 1827.54 1243.21C2051.46 1347 2446.69 1331.92 3218.93 735.723" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-94.3048 14.5284C202.878 -64.7979 659.909 -135.703 1013.92 100.25C1491.08 418.298 1396.95 1037.87 1790.81 1237.49C2003.93 1345.51 2403.69 1352.74 3218.93 728.878" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1091_4037"><rect width="1510" height="3599" fill="white" transform="translate(3219 -61) rotate(90)"/></clipPath></defs></svg>');background-position:center;background-repeat:no-repeat;background-size:cover}@media(min-width:768px){.OutputMessage{width:704px;max-width:704px;height:412px;padding:40px;background-image:url('data:image/svg+xml,<svg width="704" height="412" viewBox="0 0 704 412" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.4" clip-path="url(%23clip0_1091_3986)"><path d="M3173.23 623.726C2965.03 898.205 2641.34 1238.9 2282.08 1206.63C1814.85 1164.68 1694.25 528.443 1230.99 406.56C929.873 327.339 438.195 453.387 -379.926 1440.93" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3176.5 637.507C2967.94 909.276 2644.07 1245.86 2283.72 1213.98C1818.08 1172.74 1694.65 550.21 1226.91 417.586C925.672 332.826 434.519 440.523 -379.925 1370.32" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3179.76 651.294C2970.85 920.353 2646.77 1252.83 2285.36 1221.33C1821.32 1180.8 1695.06 571.975 1222.84 428.603C921.471 338.304 430.843 427.65 -379.918 1299.7" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3183.03 665.074C2973.74 931.424 2649.49 1259.79 2286.98 1228.67C1824.55 1188.86 1695.84 592.57 1218.75 439.63C917.487 343.048 427.152 414.786 -379.925 1229.09" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3186.29 678.862C2976.65 942.51 2652.2 1266.76 2288.62 1236.02C1827.78 1196.92 1696.35 614.112 1214.68 450.648C913.346 348.392 423.476 401.914 -379.918 1158.47" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3189.55 692.642C2979.55 953.581 2654.91 1273.72 2290.25 1243.37C1831.02 1204.98 1696.83 635.72 1210.59 461.673C909.174 353.788 419.784 389.049 -379.925 1087.85" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3192.82 706.431C2982.45 964.66 2657.62 1280.69 2291.88 1250.72C1834.24 1213.04 1697.3 657.404 1206.51 472.692C904.996 359.223 416.101 376.178 -379.925 1017.23" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3196.08 720.21C2985.35 975.729 2660.34 1287.65 2293.51 1258.07C1837.48 1221.1 1697.74 679.154 1202.43 483.717C900.809 364.708 412.417 363.312 -379.925 946.615" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3199.34 733.998C2988.25 986.815 2663.05 1294.62 2295.14 1265.41C1840.7 1229.16 1698.16 700.973 1198.34 494.735C896.6 370.225 408.734 350.441 -379.932 875.995" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3202.61 747.777C2991.16 997.885 2665.76 1301.58 2296.77 1272.76C1843.94 1237.22 1698.54 722.859 1194.27 505.753C892.384 375.779 405.058 337.568 -379.924 805.367" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3205.87 761.565C2994.05 1008.96 2668.47 1308.56 2298.4 1280.11C1847.17 1245.28 1698.88 744.805 1190.18 516.779C888.129 381.378 401.365 324.704 -379.933 734.755" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3209.13 775.345C2996.95 1020.03 2671.18 1315.51 2300.04 1287.45C1850.4 1253.33 1699.2 766.804 1186.11 527.789C883.868 387 397.689 311.824 -379.926 664.128" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3212.41 789.134C2999.87 1031.12 2673.9 1322.49 2301.67 1294.81C1853.64 1261.4 1699.12 789.637 1182.03 538.823C879.374 393.118 394.005 298.968 -379.926 593.524" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3215.67 802.914C3002.77 1042.19 2676.61 1329.44 2303.31 1302.15C1856.88 1269.45 1699.54 811.388 1177.95 549.834C875.173 398.582 390.33 286.088 -379.918 522.896" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3218.93 816.701C3005.67 1053.27 2679.33 1336.42 2304.94 1309.5C1860.1 1277.52 1699.93 833.161 1173.87 560.866C870.964 404.075 386.646 273.231 -379.918 452.283" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-359.526 420.446C373.516 248.516 855.877 364.95 1162.44 527.393C1685.01 802.96 1826.82 1261.91 2268.2 1303.78C2630.92 1338.2 2962.67 1074.09 3218.93 809.857" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-339.119 388.599C360.394 223.792 840.812 325.815 1151.02 493.917C1670.1 772.749 1793.45 1246.08 2231.49 1298.07C2582.48 1339.73 2919.67 1094.91 3218.93 803.012" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-318.72 356.761C347.265 199.077 825.304 287.47 1139.59 460.443C1654.48 743.823 1760.02 1230.01 2194.77 1292.35C2534 1341 2876.67 1115.72 3218.93 796.167" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-298.32 324.922C334.135 174.36 810.126 248.508 1128.17 426.975C1639.42 713.861 1726.54 1213.69 2158.05 1286.64C2485.51 1342 2833.67 1136.54 3218.93 789.322" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-277.913 293.084C321.021 149.645 794.978 209.494 1116.75 393.501C1624.4 683.808 1693.05 1197.08 2121.33 1280.92C2437.01 1342.73 2790.67 1157.36 3218.93 782.477" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-257.514 261.245C307.891 124.929 779.853 170.436 1105.32 360.026C1609.42 653.682 1659.55 1180.15 2084.6 1275.21C2388.53 1343.18 2747.68 1178.19 3218.93 775.632" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-237.115 229.406C294.762 100.213 764.751 131.331 1093.89 326.558C1594.49 623.479 1626.1 1162.88 2047.88 1269.5C2340.09 1343.36 2704.68 1199.01 3218.93 768.786" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-216.708 197.568C281.64 75.4979 749.686 92.1828 1082.47 293.084C1579.59 593.202 1592.72 1145.23 2011.15 1263.78C2291.7 1343.26 2661.68 1219.83 3218.93 761.942" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-196.308 165.73C268.511 50.7893 734.643 52.9809 1071.04 259.617C1564.73 562.864 1559.46 1127.19 1974.43 1258.07C2243.39 1342.9 2618.69 1240.65 3218.93 755.097" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-175.909 133.89C255.381 26.0728 719.63 13.7337 1059.61 226.141C1549.92 532.458 1526.37 1108.69 1937.7 1252.35C2195.18 1342.29 2575.68 1261.47 3218.92 748.259" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-155.51 102.044C242.26 1.3498 704.648 -25.5651 1048.19 192.667C1535.15 502.001 1493.51 1089.74 1900.98 1246.64C2147.11 1341.41 2532.68 1282.28 3218.93 741.414" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-135.102 70.2052C229.138 -23.3667 690.063 -65.4504 1036.77 159.191C1520.92 470.702 1460.95 1070.29 1864.26 1240.92C2099.2 1340.31 2489.69 1303.1 3218.93 734.568" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-114.703 38.3667C216.008 -48.0824 674.991 -104.577 1025.34 125.724C1506.01 440.507 1428.73 1050.35 1827.54 1235.21C2051.46 1339 2446.69 1323.92 3218.93 727.723" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-94.3038 6.5284C202.879 -72.7979 659.91 -143.703 1013.92 92.2495C1491.09 410.298 1396.95 1029.87 1790.81 1229.49C2003.94 1337.51 2403.69 1344.74 3218.93 720.878" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1091_3986"><rect width="1510" height="3599" fill="white" transform="translate(3219 -69) rotate(90)"/></clipPath></defs></svg>')}}@media(min-width:1280px){.OutputMessage{width:1064px;max-width:1064px;background-image:url('data:image/svg+xml,<svg width="1064" height="472" viewBox="0 0 1064 472" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.4" clip-path="url(%23clip0_1091_3933)"><path d="M3173.23 533.726C2965.03 808.205 2641.34 1148.9 2282.08 1116.63C1814.85 1074.68 1694.25 438.443 1230.99 316.56C929.874 237.339 438.196 363.387 -379.925 1350.93" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3176.5 547.507C2967.94 819.276 2644.07 1155.86 2283.72 1123.98C1818.08 1082.74 1694.65 460.21 1226.91 327.586C925.672 242.826 434.519 350.523 -379.925 1280.32" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3179.76 561.294C2970.85 830.353 2646.77 1162.83 2285.36 1131.33C1821.32 1090.8 1695.06 481.975 1222.84 338.603C921.471 248.304 430.843 337.65 -379.918 1209.7" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3183.03 575.074C2973.74 841.424 2649.49 1169.79 2286.98 1138.67C1824.55 1098.86 1695.84 502.57 1218.75 349.63C917.487 253.048 427.152 324.786 -379.925 1139.09" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3186.29 588.862C2976.65 852.51 2652.2 1176.76 2288.62 1146.02C1827.78 1106.92 1696.35 524.112 1214.68 360.648C913.346 258.392 423.476 311.914 -379.918 1068.47" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3189.55 602.642C2979.55 863.581 2654.91 1183.72 2290.25 1153.37C1831.02 1114.98 1696.83 545.72 1210.59 371.673C909.174 263.788 419.784 299.049 -379.925 997.848" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3192.82 616.431C2982.45 874.66 2657.62 1190.69 2291.88 1160.72C1834.24 1123.04 1697.3 567.404 1206.51 382.692C904.996 269.223 416.101 286.178 -379.925 927.229" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3196.08 630.21C2985.35 885.729 2660.34 1197.65 2293.51 1168.07C1837.48 1131.1 1697.74 589.154 1202.43 393.717C900.809 274.708 412.417 273.312 -379.925 856.615" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3199.34 643.998C2988.25 896.815 2663.05 1204.62 2295.14 1175.41C1840.7 1139.16 1698.16 610.973 1198.34 404.735C896.6 280.225 408.734 260.441 -379.932 785.995" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3202.61 657.777C2991.16 907.885 2665.76 1211.58 2296.77 1182.76C1843.94 1147.22 1698.54 632.859 1194.27 415.753C892.384 285.779 405.058 247.568 -379.924 715.367" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3205.87 671.565C2994.05 918.964 2668.47 1218.56 2298.4 1190.11C1847.17 1155.28 1698.88 654.805 1190.18 426.779C888.129 291.378 401.365 234.704 -379.933 644.755" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3209.13 685.345C2996.95 930.034 2671.18 1225.51 2300.04 1197.45C1850.4 1163.33 1699.2 676.804 1186.11 437.789C883.868 297 397.689 221.824 -379.926 574.128" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3212.41 699.134C2999.87 941.121 2673.9 1232.49 2301.67 1204.81C1853.64 1171.4 1699.12 699.637 1182.03 448.823C879.374 303.118 394.005 208.968 -379.926 503.524" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3215.67 712.914C3002.77 952.192 2676.61 1239.44 2303.31 1212.15C1856.88 1179.45 1699.54 721.388 1177.95 459.834C875.173 308.582 390.33 196.088 -379.918 432.896" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M3218.93 726.701C3005.67 963.269 2679.33 1246.42 2304.94 1219.5C1860.1 1187.52 1699.93 743.161 1173.87 470.866C870.964 314.075 386.646 183.231 -379.918 362.283" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-359.526 330.446C373.516 158.516 855.877 274.95 1162.44 437.393C1685.01 712.96 1826.82 1171.91 2268.2 1213.78C2630.92 1248.2 2962.67 984.091 3218.93 719.857" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-339.119 298.599C360.394 133.792 840.812 235.815 1151.02 403.917C1670.1 682.749 1793.45 1156.08 2231.49 1208.07C2582.48 1249.73 2919.67 1004.91 3218.93 713.012" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-318.72 266.761C347.265 109.077 825.304 197.47 1139.59 370.443C1654.48 653.823 1760.02 1140.01 2194.77 1202.35C2534 1251 2876.67 1025.72 3218.93 706.167" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-298.32 234.922C334.135 84.3604 810.126 158.508 1128.17 336.975C1639.42 623.861 1726.54 1123.69 2158.05 1196.64C2485.51 1252 2833.67 1046.54 3218.93 699.322" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-277.913 203.084C321.021 59.6447 794.978 119.494 1116.75 303.501C1624.4 593.808 1693.05 1107.08 2121.33 1190.92C2437.01 1252.73 2790.67 1067.36 3218.93 692.477" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-257.514 171.245C307.891 34.9293 779.853 80.4356 1105.32 270.026C1609.42 563.682 1659.55 1090.15 2084.6 1185.21C2388.53 1253.18 2747.68 1088.19 3218.93 685.632" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-237.115 139.406C294.762 10.2129 764.751 41.3311 1093.89 236.558C1594.49 533.479 1626.1 1072.88 2047.88 1179.5C2340.09 1253.36 2704.68 1109.01 3218.93 678.786" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-216.708 107.568C281.64 -14.5021 749.686 2.18275 1082.47 203.084C1579.59 503.202 1592.72 1055.23 2011.15 1173.78C2291.7 1253.26 2661.68 1129.83 3218.93 671.942" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-196.308 75.7295C268.511 -39.2107 734.643 -37.0191 1071.04 169.617C1564.73 472.864 1559.46 1037.19 1974.43 1168.07C2243.39 1252.9 2618.69 1150.65 3218.93 665.097" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-175.909 43.8903C255.381 -63.9272 719.63 -76.2663 1059.61 136.141C1549.92 442.458 1526.37 1018.69 1937.7 1162.35C2195.18 1252.29 2575.68 1171.47 3218.92 658.259" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-155.51 12.0445C242.26 -88.6502 704.648 -115.565 1048.19 102.667C1535.15 412.001 1493.51 999.74 1900.98 1156.64C2147.11 1251.41 2532.68 1192.28 3218.93 651.414" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-135.102 -19.7948C229.138 -113.367 690.063 -155.45 1036.77 69.1912C1520.92 380.702 1460.95 980.292 1864.26 1150.92C2099.2 1250.31 2489.69 1213.1 3218.93 644.568" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-114.703 -51.6333C216.008 -138.082 674.991 -194.577 1025.34 35.724C1506.01 350.507 1428.73 960.35 1827.54 1145.21C2051.46 1249 2446.69 1233.92 3218.93 637.723" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-94.3038 -83.4716C202.879 -162.798 659.91 -233.703 1013.92 2.24953C1491.09 320.298 1396.95 939.868 1790.81 1139.49C2003.94 1247.51 2403.69 1254.74 3218.93 630.878" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1091_3933"><rect width="1510" height="3599" fill="white" transform="translate(3219 -159) rotate(90)"/></clipPath></defs></svg>')}}.OutputMessage{content-visibility:hidden}.OutputMessage.visibility{content-visibility:visible}.OutputMessage_closeBtn{position:absolute;top:-50px;right:0;width:44px;height:44px;border-radius:0;background-color:transparent;background-image:url('data:image/svg+xml,<svg viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="44.000000" height="44.000000" fill="none"><rect id="Component 1" width="44.000000" height="44.000000" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" /><path id="Subtract" d="M11.4665 11.4665C12.0886 10.8445 13.0971 10.8445 13.7191 11.4665L21.6815 19.429C21.766 19.5134 21.8806 19.5609 22 19.5609C22.1194 19.5609 22.234 19.5134 22.3185 19.429L30.2809 11.4665C30.9029 10.8445 31.9114 10.8445 32.5335 11.4665C33.1555 12.0886 33.1555 13.0971 32.5335 13.7191L24.571 21.6815C24.3952 21.8574 24.3952 22.1426 24.571 22.3185L32.5335 30.2809C33.1555 30.9029 33.1555 31.9114 32.5335 32.5335C31.9114 33.1555 30.9029 33.1555 30.2809 32.5335L22.3185 24.571C22.1426 24.3952 21.8574 24.3952 21.6815 24.571L13.7191 32.5335C13.0971 33.1555 12.0886 33.1555 11.4665 32.5335C10.8445 31.9114 10.8445 30.9029 11.4665 30.2809L19.429 22.3185C19.5134 22.234 19.5609 22.1194 19.5609 22C19.5609 21.8806 19.5134 21.766 19.429 21.6815L11.4665 13.7191C10.8445 13.0971 10.8445 12.0886 11.4665 11.4665Z" fill="rgb(254,253,255)" fill-rule="evenodd" /></svg>');background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transition:transform var(--defauld-hover-animation) linear}@media(min-width:1280px){.OutputMessage_closeBtn{top:-40px;right:-40px}}@media(hover:hover){.OutputMessage_closeBtn:hover{transform:rotate(90deg)}}.OutputMessage_title{font-weight:600;text-wrap:balance;text-align:center}.OutputMessage_title span{color:var(--primary-text-accent-color)}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--primary-text-color: #fefdff;--primary-black-text-color: #161726;--primary-text-accent-color: #621df2;--primary-bg-color: #fefdff;--primary-card-bg-color: #a077f7;--card-transpared-bg-color-one: rgba(98, 29, 242, .1);--card-transpared-bg-color-two: rgba(98, 29, 242, .6);--card-border-one: rgba(98, 29, 242, .5);--mobil-border-radius: 20px;--tablet-border-radius: 30px;--card-tablet-border-radius: 64px;--button-primary-text-color: #fefdff;--button-secondary-text-color: #621df2;--button-primary-bg-color: #621df2;--button-secondary-bg-color: #fefdff;--invalid-color: rgb(221, 21, 21);--defauld-hover-animation: .3s;--defaukd-show-animation: .3s}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(min-width:768px){html{scroll-padding-top:120px}}html::-webkit-scrollbar{width:4px;height:20px;background:transparent}html::-webkit-scrollbar-thumb{border-radius:20px;background:linear-gradient(92deg,var(--header-titel-color) 0%,rgba(61,54,171,.5) 102.04%)}html,body{scrollbar-gutter:stable;position:relative;overflow-x:hidden}html:has(body.stopScroll){overflow:hidden}body{padding-top:60px;background-image:url('data:image/svg+xml,<svg width="375" height="4552" viewBox="0 0 375 4552" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1040_5149)"><path d="M-42.5131 38.4268C307.947 304.181 742.95 717.359 701.752 1175.94C648.182 1772.35 -164.173 1926.29 -319.795 2517.63C-420.947 2901.99 -260.005 3529.6 1000.91 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-24.9175 34.252C322.083 300.466 751.835 713.883 711.135 1173.85C658.475 1768.22 -136.381 1925.78 -305.717 2522.83C-413.941 2907.35 -276.43 3534.29 910.754 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-7.31227 30.0859C336.229 296.759 760.739 710.426 720.518 1171.76C668.768 1764.08 -108.588 1925.25 -291.648 2528.03C-406.944 2912.72 -292.865 3538.99 820.586 4573.89" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M10.2812 25.9199C350.363 293.063 769.621 706.959 729.898 1169.69C679.059 1759.97 -82.2932 1924.26 -277.571 2533.25C-400.889 2917.8 -309.292 3543.7 730.425 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M27.8877 21.7539C364.519 289.356 778.526 703.501 739.282 1167.6C689.354 1755.84 -54.7871 1923.6 -263.501 2538.45C-394.064 2923.09 -325.725 3548.39 640.259 4573.89" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M45.48 17.5879C378.652 285.65 787.417 700.035 748.662 1165.52C699.644 1751.71 -27.1996 1922.99 -249.426 2543.67C-387.176 2928.41 -342.154 3553.1 550.087 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M63.0848 13.4229C392.797 281.954 796.31 696.578 758.044 1163.44C709.936 1747.59 0.486872 1922.4 -235.357 2548.88C-380.237 2933.75 -358.589 3557.81 459.918 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M80.6801 9.25684C406.933 278.248 805.204 693.111 767.427 1161.36C720.229 1743.47 28.2596 1921.83 -221.279 2554.09C-373.231 2939.09 -375.014 3562.51 369.759 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M98.284 5.09082C421.087 274.541 814.097 689.654 776.808 1159.28C730.521 1739.35 56.1177 1921.31 -207.211 2559.3C-366.188 2944.46 -391.45 3567.21 279.59 4573.91" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M115.878 0.924805C435.221 270.835 822.989 686.196 786.189 1157.19C740.803 1735.21 84.0617 1920.82 -193.144 2564.5C-359.097 2949.85 -407.886 3571.9 189.41 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M133.483 -3.24023C449.366 267.139 831.892 682.731 795.571 1155.11C751.095 1731.09 112.083 1920.38 -179.066 2569.72C-351.948 2955.28 -424.311 3576.61 99.2512 4573.91" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M151.078 -7.40625C463.502 263.433 840.776 679.273 804.944 1153.02C761.379 1726.97 140.172 1919.97 -165.007 2574.92C-344.77 2960.72 -440.756 3581.31 9.07307 4573.91" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M168.685 -11.582C477.659 259.717 849.681 675.797 814.338 1150.94C771.683 1722.84 169.327 1920.07 -150.917 2580.13C-336.957 2966.45 -457.17 3586.01 -81.0743 4573.9" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M186.279 -15.748C491.793 256.01 858.564 672.339 823.71 1148.85C781.965 1718.7 197.098 1919.54 -136.859 2585.33C-329.981 2971.81 -473.615 3590.7 -171.254 4573.89" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M203.881 -19.9141C505.936 252.314 867.465 668.872 833.099 1146.77C792.265 1714.58 224.897 1919.04 -122.774 2590.54C-322.969 2977.19 -490.034 3595.4 -261.415 4573.89" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-302.065 4547.86C-521.589 3612.16 -372.924 2996.45 -165.513 2605.13C186.337 1938.08 772.334 1757.07 825.799 1193.66C869.739 730.661 532.522 307.198 195.143 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-342.727 4521.82C-553.157 3628.91 -422.891 3015.68 -208.255 2619.71C147.764 1957.11 752.123 1799.66 818.506 1240.53C871.693 792.498 559.106 362.082 186.403 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-383.378 4495.78C-584.713 3645.67 -471.851 3035.47 -250.995 2634.29C110.831 1977.05 731.607 1842.34 811.205 1287.39C873.314 854.373 585.682 416.966 177.665 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-424.032 4469.74C-616.273 3662.43 -521.6 3054.85 -293.729 2648.88C72.5725 1996.28 710.77 1885.07 803.91 1334.27C874.596 916.277 612.264 471.86 168.923 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-464.684 4443.69C-647.83 3679.17 -571.413 3074.18 -336.469 2663.45C34.2019 2015.45 689.554 1927.82 796.608 1381.14C875.527 978.181 638.849 526.744 160.184 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-505.334 4417.65C-679.385 3695.93 -621.282 3093.49 -379.209 2678.04C-4.26323 2034.57 667.945 1970.58 789.317 1428.02C876.104 1040.07 665.435 581.629 151.446 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-545.987 4391.61C-710.944 3712.69 -671.212 3112.76 -421.941 2692.62C-42.8274 2053.64 645.893 2013.28 782.023 1474.9C876.332 1101.9 692.017 636.513 142.705 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-586.64 4365.56C-742.502 3729.44 -721.199 3131.99 -464.683 2707.21C-81.4869 2072.66 623.353 2055.89 774.72 1521.77C876.207 1163.66 718.601 691.397 133.964 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-627.292 4339.52C-774.05 3746.2 -771.252 3151.2 -507.415 2721.8C-120.222 2091.62 600.315 2098.34 767.428 1568.65C875.748 1225.33 745.185 746.281 125.225 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-667.944 4313.48C-805.607 3762.96 -821.362 3170.36 -550.156 2736.38C-159.043 2110.52 576.702 2140.58 760.136 1615.53C874.962 1286.87 771.77 801.175 116.495 -19.9043" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-708.606 4287.45C-837.175 3779.71 -871.54 3189.48 -592.897 2750.97C-197.933 2129.38 552.504 2182.53 752.833 1662.41C873.841 1348.23 798.344 856.059 107.754 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-749.259 4261.4C-868.734 3796.46 -922.467 3208.1 -635.64 2765.54C-237.896 2147.54 527.673 2224.09 745.529 1709.28C872.441 1409.39 824.927 910.943 99.0134 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-789.913 4235.36C-900.293 3813.22 -972.426 3227.34 -678.373 2780.13C-276.451 2166.58 502.209 2265.22 738.245 1756.16C870.762 1470.33 851.509 965.827 90.2722 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/><path d="M-830.564 4209.32C-931.85 3829.98 -1022.38 3246.59 -721.114 2794.71C-315.023 2185.62 476.057 2305.78 730.943 1803.03C868.865 1530.99 878.094 1020.71 81.5329 -19.9141" stroke="%23621DF2" stroke-width="0.25" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1040_5149"><rect width="1928" height="4594" fill="white" transform="translate(-927 -20)"/></clipPath></defs></svg>');background-position:center;background-repeat:no-repeat;background-size:100% 100%}@media(min-width:768px){body{padding-top:100px}}*{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style-type:none}section{content-visibility:auto;contain-intrinsic-size:auto 800px}.container{margin:0 auto;padding:40px 20px;width:100%;max-width:1320px;font-family:Montserrat,sans-serif;font-style:normal}@media(min-width:768px){.container{width:768px;padding:60px 32px}}@media(min-width:1280px){.container{width:100%;padding:60px 20px}}h1{font-family:Montserrat,sans-serif;font-size:38px;font-weight:700;line-height:46px;letter-spacing:0%;text-align:left;text-transform:capitalize}@media(min-width:768px){h1{font-size:65px;line-height:79px}}@media(min-width:1280px){h1{font-size:72px;line-height:1}}h2,.h2{color:var(--primary-black-text-color);font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;line-height:29px;letter-spacing:-3%}@media(min-width:768px){h2,.h2{font-size:48px;line-height:59px}}h3{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;line-height:29px;letter-spacing:-3%;text-align:left}@media(min-width:768px){h3{font-size:34px;line-height:44px}}p,a,li{font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.4;letter-spacing:0}@media(min-width:768px){p,a,li{font-size:20px}}p.small,a.small,li.small{font-size:15px;font-weight:400;line-height:18px}p.black,a.black,li.black{color:var(--primary-black-text-color)}strong{color:#878c91;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:20px;letter-spacing:11%;text-align:center}img{display:block;width:100%;height:100%;object-fit:cover}button{display:flex;align-items:center;justify-content:center;gap:10px;height:40px;width:100%;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;color:var(--primary-text-color);border:none;border-radius:30px;cursor:pointer;transition:background-color .25s linear}@media(min-width:768px){button{height:48px}}@media(hover:hover){button:hover{text-decoration-line:none}}input{padding:12px 0;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;color:var(--primary-text-color);border:none;border-bottom:1px solid var(--primary-text-color);outline:none;background-color:transparent}@media(min-width:768px){input{font-size:20px}}input:not(:placeholder-shown):not(:focus):invalid{color:var(--invalid-color);border-bottom:1px solid var(--invalid-color)}input::placeholder{color:var(--primary-text-color)}
