@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Qwitcher+Grypen:wght@400;700&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap";:root{--font-body: "Inter", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono: "Fira Mono", monospace;--color-bg-0: rgb(202, 216, 228);--color-bg-1: hsl(209, 36%, 86%);--color-bg-2: hsl(224, 44%, 95%);--color-theme-1: #ff3e00;--color-theme-2: #4075a6;--color-text: rgba(0, 0, 0, .7);--column-width: 42rem;--column-margin-top: 4rem;font-family:var(--font-body);color:var(--color-text)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#fff;font-family:Inter,sans-serif}a{text-decoration:none}button:focus,button:focus-visible,input:focus,input:focus-visible{outline:none}.mobile-menu{display:flex;position:fixed;flex-flow:column nowrap;align-items:center;top:5.4375rem;width:calc(100% - 24px);box-shadow:18.05px 27.08px 22.56px #2d2e3533;-webkit-backdrop-filter:blur(27.87px);backdrop-filter:blur(27.87px);background:#f6f7f9;border-radius:1rem;padding:2.5rem;transform:translateY(-120%);opacity:0;transition:all .3s;z-index:90}.mobile-menu.open{transform:translateY(0);opacity:1}.mobile-menu__nav{display:flex;flex-flow:column nowrap;align-items:center;gap:3rem;margin-bottom:3rem}.mobile-menu__nav a{font-size:1.125rem;line-height:1.375rem;text-align:center;color:#191a23}.mobile-menu__nav a:hover{text-decoration:underline}.calc-screen{display:flex;position:relative;width:100%;flex-flow:column nowrap;align-items:center;padding:12.5rem 4.375rem;overflow:hidden}@media (max-width: 840px){.calc-screen{padding:6.25rem 1.25rem}}.calc-screen__decor-bg{width:125rem;top:-12.5rem;left:-5rem;position:absolute;z-index:1}.calc-screen__row{display:flex;width:100%;flex:100%;flex-flow:row nowrap;align-items:center;justify-content:space-between;z-index:2}@media (max-width: 840px){.calc-screen__row{flex-flow:column nowrap}}.calc-screen__content{display:flex;flex-flow:column nowrap;max-width:32.875rem;width:100%}@media (max-width: 840px){.calc-screen__content{order:0;align-items:center;max-width:100%;margin-bottom:6.25rem}}.calc-screen__header{font-size:3.5rem;font-weight:300;line-height:3.875rem;text-align:left;margin-bottom:3rem;max-width:20.3125rem}@media (max-width: 840px){.calc-screen__header{text-align:center;font-size:2.5rem;line-height:3.0625rem;max-width:100%}}@media only screen and (max-width: 440px){.calc-screen__header{text-align:center;font-size:1.75rem;line-height:2.125rem;max-width:100%}}.calc-screen__list{display:flex;width:100%;flex-flow:column nowrap;padding-left:1.75rem}@media (max-width: 840px){.calc-screen__list{align-items:center;list-style:none}}@media only screen and (max-width: 440px){.calc-screen__list{align-items:flex-start;list-style:disc;padding-left:0}}.calc-screen__list li{font-size:1.25rem;font-weight:300;line-height:1.875rem;text-align:left;margin-bottom:2rem}@media (max-width: 840px){.calc-screen__list li{display:flex;position:relative;flex-flow:row nowrap;text-align:center;padding-left:1rem}.calc-screen__list li:before{display:block;width:4px;height:4px;border-radius:50%;position:absolute;content:"";left:0;top:.75rem;background:#191a23}}@media only screen and (max-width: 440px){.calc-screen__list li{padding-left:16px;text-align:left}}.calc-screen__list li:last-of-type{margin-bottom:0}.calc-form-container{display:flex;position:relative;width:100%;max-width:32.9375rem}@media (max-width: 1440px){.calc-form-container{margin-left:5.625rem}}@media (max-width: 840px){.calc-form-container{order:1;margin-left:0}}.calc-form{display:flex;position:relative;width:100%;max-width:32.9375rem;flex-flow:column nowrap;border-radius:2.5rem;box-shadow:0 14px 24px #2e292133,0 3px 3px #2e292140;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;padding:2.5rem;z-index:10}@media only screen and (max-width: 440px){.calc-form{padding:1.5rem;border-radius:2rem}}.calc-form:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;padding:.0625rem;border-radius:2.5rem;background:linear-gradient(90deg,#f2c591,#3e3624,#e8b47c,#786843);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;background-size:400% 400%;pointer-events:none;animation:gradientAnimation 5s ease-in-out infinite}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media only screen and (max-width: 440px){.calc-form:before{border-radius:2rem}}.calc-form__decor-top{position:absolute;top:-3.125rem;right:-2.1875rem;width:5.5rem;z-index:9}@media only screen and (max-width: 440px){.calc-form__decor-top{top:auto;bottom:-5rem;right:-2.1875rem;width:6.25rem}}.calc-form__decor-bottom{position:absolute;top:15.625rem;left:-5.3125rem;width:8.75rem;z-index:9}@media only screen and (max-width: 440px){.calc-form__decor-bottom{top:-4.375rem;width:7.5rem;left:-1.25rem}}.calc-form form{display:flex;width:100%;flex-flow:column nowrap}.calc-form__input-group{display:flex;position:relative;flex-flow:row nowrap;width:100%;margin-bottom:1.25rem}.calc-form__input-group_total{margin-bottom:2rem}.calc-form__input-box{display:flex;flex-flow:column nowrap;width:100%}.calc-form__label{color:#191a23;font-size:.9375rem;font-weight:400;line-height:1.125rem;letter-spacing:0%;margin-bottom:.5rem;padding:.5rem 1.5rem;opacity:.4}.calc-form__input{padding:1.5rem;border:2px solid rgba(25,26,35,.2);border-radius:20px;color:#191a23;font-size:1.375rem;height:4.875rem;line-height:1.875rem;text-align:left;font-weight:500;background:#f5f5f5;width:100%;box-shadow:none;transition:all .2s}.calc-form__input::placeholder{color:#bbb}.calc-form__input:focus{border-color:#191a23}.calc-form__input:focus-visible{border-color:#191a23}.calc-form__col{display:flex;width:100%;flex-flow:column nowrap}.calc-form__info-row{display:flex;width:100%;padding:1rem 1.25rem;flex-flow:row nowrap;justify-content:space-between;align-items:center;opacity:.45}.calc-form__info-amount{color:#191a23;font-size:1.25rem;font-weight:500;line-height:1.5rem}.calc-form__info-desc{color:#191a23;font-size:1rem;font-weight:400;line-height:1.1875rem}@media (max-width: 440px){.calc-form__info-desc{max-width:7.5rem;text-align:right}}.calc-form__info-divider{display:flex;width:100%;flex-flow:column nowrap;align-items:center;justify-content:center;position:relative;padding:1.25rem 0}.calc-form__info-divider:before{display:block;position:absolute;content:"";width:100%;border-bottom:1px solid rgb(25,26,35);opacity:.1}.calc-form__info-caption{display:flex;padding:.625rem 1rem;background:#fff;font-size:15px;font-weight:400;line-height:18px;letter-spacing:0%;z-index:10}.calc-form__total-box{display:flex;width:100%;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:1.5rem;border:2px solid rgba(25,26,35,.2);border-radius:20px;height:4.875rem;background:#f5f5f5}.calc-form__total{font-size:1.375rem;font-weight:500;line-height:1.875rem}.calc-form__total-currency{display:flex;position:absolute;align-items:center;padding:.625rem .9375rem;right:0;bottom:1.0625rem}.calc-form__total-currency .flag-icon{width:1.5rem;height:1.5rem;margin-right:.625rem;border-radius:50%}.calc-form__total-currency .currency-code{font-size:1.125rem;font-weight:500;line-height:1.375rem;color:#333}.dropdown{position:absolute;display:flex;right:0;bottom:1.0625rem}.dropdown .dropdown-toggle{display:flex;align-items:center;padding:.625rem .9375rem;border:none;border-radius:.625rem;background-color:transparent;cursor:pointer}.dropdown .dropdown-toggle .flag-icon{width:1.5rem;height:1.5rem;margin-right:.625rem;border-radius:50%}.dropdown .dropdown-toggle .currency-code{font-size:1.125rem;font-weight:500;line-height:1.375rem;color:#333}.dropdown .dropdown-toggle .arrow{display:flex;width:1.5rem;height:1.5rem;flex-shrink:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC40Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4yOTAzIDE2LjE1NjlMNS42MzMzMyAxMC40OTk5TDcuMDQ3MzMgOS4wODU5NEwxMS45OTczIDE0LjAzNTlMMTYuOTQ3MyA5LjA4NTk0TDE4LjM2MTMgMTAuNDk5OUwxMi43MDQzIDE2LjE1NjlDMTIuNTE2OCAxNi4zNDQ0IDEyLjI2MjUgMTYuNDQ5NyAxMS45OTczIDE2LjQ0OTdDMTEuNzMyMiAxNi40NDk3IDExLjQ3NzkgMTYuMzQ0NCAxMS4yOTAzIDE2LjE1NjlaIiBmaWxsPSIjMTkxQTIzIi8+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;margin-left:auto}.dropdown .dropdown-menu{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;background-color:#fff;border-radius:10px;box-shadow:0 14px 24px #2e292133,0 3px 3px #2e292140;overflow:hidden;z-index:1000}.dropdown .dropdown-menu .dropdown-item{display:flex;align-items:center;padding:10px 15px;cursor:pointer;transition:background-color .2s;font-size:18px;font-weight:700;color:#333}.dropdown .dropdown-menu .dropdown-item:hover{background-color:#f0f0f0}.dropdown .dropdown-menu .dropdown-item .flag-icon{width:24px;height:24px;margin-right:10px;border-radius:50%}.dropdown.open .dropdown-menu{display:flex}.error{width:100%;padding:.5rem;font-size:.875rem;line-height:1.125rem;text-align:center;color:#da3b3b;font-weight:500}.faq-screen{display:flex;width:100%;position:relative;flex-flow:column nowrap;align-items:center;padding:12.5rem 4.375rem 14.375rem}@media (max-width: 1440px){.faq-screen{padding:10rem 4.375rem}}@media (max-width: 840px){.faq-screen{padding:6.25rem 2.5rem}}@media (max-width: 440px){.faq-screen{padding:6rem .75rem 4.5rem}}.faq-screen__header{font-size:3.5rem;font-weight:300;line-height:3.875rem;text-align:center;color:#191a23;margin-bottom:4.5rem}@media (max-width: 840px){.faq-screen__header{font-size:1.75rem;line-height:2.125rem;margin-bottom:4rem}}.faq-screen__col{display:flex;width:100%;flex-flow:column nowrap;max-width:76.75rem;align-items:center;position:relative;z-index:10}@media (max-width: 1440px){.faq-screen__col{max-width:64rem}}.btn{display:flex;justify-content:center;align-items:center;font-size:.875rem;font-family:Inter,sans-serif;line-height:0;text-align:center;height:2.5rem;padding:.75rem 1.625rem;border-radius:3.125rem;background:transparent;box-shadow:none;border:1px solid transparent;font-weight:500;color:#fff;cursor:pointer;transition:all .3s}.btn_sm{height:2.375rem;padding:.625rem 1rem;font-size:.9375rem;line-height:1.125rem}.btn_lg{height:3.75rem;padding:1.25rem 1.875rem;font-size:1rem;line-height:1.25rem}.btn_primary{background:#262e61;transform:scale(1);color:#fff}.btn_primary:hover{color:#fff;transform:scale(1.06)}.btn_gradient{border:none;position:relative;background:linear-gradient(146deg,#2f3873 55.34%,#262e61 55.342%);color:#fff;overflow:hidden;transform:scale(1)}.btn_gradient:hover{text-decoration:none;color:#fff;transform:scale(1.06);background:linear-gradient(146deg,#1a1f40 55.605%,#12152d 55.607%)}.btn_gradient:active{transform:scale(1);box-shadow:none;background:#0000001a,linear-gradient(171.01deg,#1a1f40 55.34%,#12152d 55.342%)}.btn_gradient:before{position:absolute;content:"";display:inline-block;top:-180px;left:0;width:90px;height:100%;background-color:#fff6;animation:shiny-btn1 5s ease-in-out infinite}@-webkit-keyframes shiny-btn1{0%{-webkit-transform:scale(0) rotate(146deg);opacity:0}80%{-webkit-transform:scale(0) rotate(146deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(146deg);opacity:1}to{-webkit-transform:scale(50) rotate(146deg);opacity:0}}.btn_white{background:#fff;color:#191a23;transform:scale(1)}.btn_white:hover{background:#c4c4c4;transform:scale(1.06)}.btn_link{background:transparent;text-decoration:underline;color:#191a23}.btn_link:hover{text-decoration:none}.btn_full{width:100%}.container{display:flex;width:100%;flex-flow:column nowrap;max-width:99.625rem}.container_sm{max-width:62rem}.container_calc{max-width:79.625rem}.container_lg{max-width:111.25rem}.container_full{flex:1}.container_center{align-items:center}.wrapper.svelte-6za702{display:flex;width:100%;flex-flow:column nowrap;align-items:center;overflow-x:hidden}.loading.svelte-6za702{display:none}
