@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);:root{--chat--body--background:#dbe8ee;--chat--color-primary:#e74266;--chat--color-primary-shade-50:#db4061;--chat--color-primary-shade-100:#cf3c5c;--chat--color-secondary:#20b69e;--chat--color-secondary-shade-50:#1ca08a;--chat--color-white:#fff;--chat--color-light:#f2f4f8;--chat--color-light-shade-50:#e6e9f1;--chat--color-light-shade-100:#c2c5cc;--chat--color-medium:#d2d4d9;--chat--color-dark:#101330;--chat--color-disabled:#777980;--chat--color-typing:#404040;--chat--footer--background:#dbe8ee;--chat--spacing:1rem;--chat--border-radius:0.25rem;--chat--transition-duration:0.15s;--chat--window--width:400px;--chat--window--height:600px;--chat--header-height:auto;--chat--header--padding:20px 16px;--chat--header--background:var(--chat--color-dark);--chat--header--border-top:none;--chat--header--border-bottom:none;--chat--heading--font-size:20px;--chat--header--color:var(--chat--color-light);--chat--subtitle--font-size:inherit;--chat--subtitle--line-height:1.8;--chat--textarea--height:50px;--chat--message--font-size:1rem;--chat--message--padding:var(--chat--spacing);--chat--message--border-radius:10px;--chat--message-line-height:1.8;--chat--message--bot--background:var(--chat--color-white);--chat--message--bot--color:var(--chat--color-dark);--chat--message--bot--border:none;--chat--message--user--background:var(--chat--color-secondary);--chat--message--user--color:var(--chat--color-white);--chat--message--user--border:none;--chat--message--pre--background:rgb(0 0 0/5%);--chat--toggle--background:var(--chat--color-primary);--chat--toggle--hover--background:var(--chat--color-primary-shade-50);--chat--toggle--active--background:var(--chat--color-primary-shade-100);--chat--toggle--color:var(--chat--color-white);--chat--toggle--size:64px}#n8n-chat{opacity:0;right:-500px;transition:all .3s ease-in-out;visibility:hidden}.chat-window{transition:all .3s ease-in-out!important}.chat-window-wrapper{z-index:11000}.chat-window-wrapper>.chat-window{border:1px solid transparent!important;border-radius:24px!important;height:100%!important;max-width:322px!important;min-height:520px!important;width:322px!important}.chat-heading>h1{font-family:Lato,sans-serif!important;font-weight:700;line-height:120%!important}.chat-messages-list{padding:16px!important}.chat-footer{border-top:unset!important;padding:0 16px 16px!important}.chat-inputs{align-items:center!important;background-color:#fff!important;border-radius:60px!important;overflow:hidden}.chat-inputs textarea{height:40px!important}.chat-inputs-controls{padding-right:4px!important}.chat-input-send-button{background-color:#4390ef!important;border-radius:80px!important;color:#fff!important;height:44px!important;padding:8px!important;width:44px!important}.chat-input-send-button>svg{height:14px!important}.chat-message>.chat-message-markdown>p{color:#000!important;font-family:Lato,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:120%}.chat-window-toggle{background-color:#338fff!important}.ripple{animation:ripple 3s infinite}.chat-message.chat-message-from-user{background-color:#338fff!important}.chat-message.chat-message-from-user p{color:#fff!important}.chat-message-markdown ol li,.chat-message-markdown ul li{color:#000!important;font-family:Lato,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:120%;list-style:decimal}textarea::-webkit-scrollbar{display:none}.opacity-100{opacity:1!important}.visible{visibility:visible!important}.bubble{background-color:#fff;border-radius:10px;color:#000;font-family:Lato,sans-serif;font-size:13px;font-weight:400;letter-spacing:0;line-height:120%;padding:8px 14px;transition:all .3s ease-in-out}@keyframes ripple{0%{box-shadow:0 0 0 0 #4172ae,0 0 0 0 #fff,0 0 0 0 #4172ae,0 0 0 0 #fff,0 0 0 0 #4172ae,0 0 0 0 #fff,0 0 0 0 #4172ae,0 0 0 0 #fff,0 0 0 0 #4172ae,0 0 0 0 #fff}50%{box-shadow:0 0 0 1px #4172ae,0 0 0 2px hsla(0,0%,100%,0),0 0 0 3px #4172ae,0 0 0 4px hsla(0,0%,100%,0),0 0 0 5px #4172ae,0 0 0 6px hsla(0,0%,100%,0),0 0 0 7px #4172ae,0 0 0 8px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 #4172ae,0 0 0 0 #fff,0 0 0 0 #4172ae,0 0 0 0 #fff,0 0 0 0 #4172ae,0 0 0 0 #fff,0 0 0 0 #4172ae}}.new-modal{align-items:center;background:rgba(0,0,0,.5);color:#000!important;display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;visibility:hidden;width:100vw;z-index:100000}.new-modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);display:flex;flex-direction:column;height:100%;max-height:90vh;max-width:90vw;min-width:320px;padding:40px;position:relative;@apply text-black}.new-modal-section{display:flex;flex:auto;height:100%}.open{opacity:1;transform:scale(1);transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;visibility:visible}.close-icon{color:#888;cursor:pointer;font-size:2rem;position:absolute;right:24px;top:16px;transition:color .2s;z-index:10}.close-icon:hover svg path{fill:#222}
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties;@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-amber-600:oklch(66.6% 0.179 58.318);--color-black:#000;--color-white:#fff;--spacing:0.25rem;--container-5xl:64rem;--text-xs:0.75rem;--text-xs--line-height:1.33333;--text-xl:1.25rem;--text-xl--line-height:1.4;--font-weight-normal:400;--font-weight-medium:500;--radius-xl:0.75rem;--ease-in-out:cubic-bezier(0.4,0,0.2,1);--default-transition-duration:150ms;--default-transition-timing-function:cubic-bezier(0.4,0,0.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);tab-size:4;-webkit-tap-highlight-color:transparent}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-0{top:calc(var(--spacing)*0)}.top-3{top:calc(var(--spacing)*3)}.top-\[175px\]{top:175px}.top-\[180px\]{top:180px}.top-\[185px\]{top:185px}.top-\[218px\]{top:218px}.top-\[580px\]{top:580px}.top-\[644px\]{top:644px}.-right-\[200px\]{right:-200px}.-right-\[400px\]{right:-400px}.right-0{right:calc(var(--spacing)*0)}.right-3{right:calc(var(--spacing)*3)}.right-5{right:calc(var(--spacing)*5)}.right-10{right:calc(var(--spacing)*10)}.right-20{right:calc(var(--spacing)*20)}.right-\[-60px\]{right:-60px}.right-\[-95px\]{right:-95px}.right-\[-97px\]{right:-97px}.right-\[-100px\]{right:-100px}.right-\[509px\]{right:509px}.bottom-5{bottom:calc(var(--spacing)*5)}.bottom-24{bottom:calc(var(--spacing)*24)}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-1000{z-index:1000}.z-\[10000\]{z-index:10000}.z-\[12000\]{z-index:12000}.col-span-2{grid-column:span 2/span 2}.m-auto{margin:auto}.mx-3{margin-inline:calc(var(--spacing)*3)}.mx-auto{margin-inline:auto}.mt-auto{margin-top:auto}.\!mb-\[20px\]{margin-bottom:20px!important}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.mb-\[30px\]{margin-bottom:30px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.h-\[1px\]{height:1px}.h-\[14px\]{height:14px}.h-\[50px\]{height:50px}.h-\[215px\]{height:215px}.h-\[446px\]{height:446px}.h-\[451px\]{height:451px}.h-\[474px\]{height:474px}.h-dvh{height:100dvh}.h-fit{height:fit-content}.h-full{height:100%}.max-h-screen{max-height:100vh}.min-h-\[380px\]{min-height:380px}.min-h-\[800px\]{min-height:800px}.w-\[36px\]{width:36px}.w-\[50px\]{width:50px}.w-\[300px\]{width:300px}.w-\[688px\]{width:688px}.w-\[691px\]{width:691px}.w-\[701px\]{width:701px}.w-\[866px\]{width:866px}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.max-w-5xl{max-width:var(--container-5xl)}.max-w-\[360px\]{max-width:360px}.max-w-\[420px\]{max-width:420px}.max-w-\[1920px\]{max-width:1920px}.max-w-full{max-width:100%}.min-w-8{min-width:calc(var(--spacing)*8)}.min-w-\[31px\]{min-width:31px}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-\[4px\]{gap:4px}.gap-\[8px\]{gap:8px}.gap-\[10px\]{gap:10px}.gap-\[16px\]{gap:16px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[40px\]{gap:40px}.gap-\[60px\]{gap:60px}.gap-\[70px\]{gap:70px}.gap-x-2{column-gap:calc(var(--spacing)*2)}.gap-x-2\.5{column-gap:calc(var(--spacing)*2.5)}.gap-x-\[134px\]{column-gap:134px}.gap-y-10{row-gap:calc(var(--spacing)*10)}.gap-y-\[70px\]{row-gap:70px}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-hidden{overflow:hidden}.rounded-\[10px\]{border-radius:10px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[60px\]{border-radius:60px}.rounded-xl{border-radius:var(--radius-xl)}.\!rounded-l-none{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-r-none{border-bottom-right-radius:0;border-top-right-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[\#252525\]{border-color:#252525}.border-transparent{border-color:transparent}.border-white{border-color:var(--color-white)}.bg-\[\#0F0C21\]{background-color:#0f0c21}.bg-\[\#338FFF\]{background-color:#338fff}.bg-\[\#ECECEC\]{background-color:#ececec}.bg-\[\#FFFFFF33\]{background-color:#ffffff33}.bg-\[\#FFFFFF80\]{background-color:#ffffff80}.bg-\[\/url\(\.\.\/public\/media\/modal-background\.svg\)\]{background-color:/url(a76cdf916357d2e93114.svg)}.bg-amber-600{background-color:var(--color-amber-600)}.bg-transparent{background-color:transparent}.bg-white{background-color:var(--color-white)}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[url\(\.\.\/public\/media\/background-5\.svg\)\]{background-image:url(b3c2cb1cd6590fdf703e.svg)}.bg-\[url\(\.\.\/public\/media\/modal-background\.svg\)\]{background-image:url(a76cdf916357d2e93114.svg)}.from-\[\#111939\]{--tw-gradient-from:#111939;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#175ea9\]{--tw-gradient-to:#175ea9;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.bg-contain{background-size:contain}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-black{fill:var(--color-black)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-10{padding:calc(var(--spacing)*10)}.p-\[9px\]{padding:9px}.px-10{padding-inline:calc(var(--spacing)*10)}.py-8{padding-block:calc(var(--spacing)*8)}.pt-8{padding-top:calc(var(--spacing)*8)}.pt-20{padding-top:calc(var(--spacing)*20)}.pt-\[16px\]{padding-top:16px}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.pr-5{padding-right:calc(var(--spacing)*5)}.pr-\[34px\]{padding-right:34px}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-\[16px\]{padding-bottom:16px}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.pl-5{padding-left:calc(var(--spacing)*5)}.pl-\[34px\]{padding-left:34px}.text-center{text-align:center}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[16px\]{font-size:16px}.leading-\[120\%\]{--tw-leading:120%;line-height:120%}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.text-nowrap{text-wrap:nowrap}.text-wrap{text-wrap:wrap}.\!text-\[\#00000066\]{color:#00000066!important}.text-\[\#96EEFF\]{color:#96eeff}.text-\[\#338FFF\]{color:#338fff}.text-\[\#252525\]{color:#252525}.text-\[\#FFFFFFCC\]{color:#ffffffcc}.text-black{color:var(--color-black)}.text-white{color:var(--color-white)}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-70{opacity:70%}.opacity-80{opacity:80%}.opacity-100{opacity:100%}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.delay-1{transition-delay:1ms}.delay-2{transition-delay:2ms}.delay-3{transition-delay:3ms}.delay-4{transition-delay:4ms}.delay-5{transition-delay:5ms}.delay-6{transition-delay:6ms}.delay-7{transition-delay:7ms}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.max-xl\:justify-center{@media (width < 80rem){justify-content:center}}.max-lg\:hidden{@media (width < 64rem){display:none}}.sm\:pr-20{@media (width >= 40rem){padding-right:calc(var(--spacing)*20)}}.sm\:pl-20{@media (width >= 40rem){padding-left:calc(var(--spacing)*20)}}.lg\:static{@media (width >= 64rem){position:static}}.lg\:flex{@media (width >= 64rem){display:flex}}.lg\:hidden{@media (width >= 64rem){display:none}}.lg\:h-fit{@media (width >= 64rem){height:fit-content}}.lg\:max-h-\[600px\]{@media (width >= 64rem){max-height:600px}}.lg\:w-\[460px\]{@media (width >= 64rem){width:460px}}.lg\:max-w-\[460px\]{@media (width >= 64rem){max-width:460px}}.lg\:min-w-\[460px\]{@media (width >= 64rem){min-width:460px}}.lg\:flex-row{@media (width >= 64rem){flex-direction:row}}.lg\:items-start{@media (width >= 64rem){align-items:flex-start}}.lg\:rounded-\[25px\]{@media (width >= 64rem){border-radius:25px}}.lg\:rounded-r-\[22px\]{@media (width >= 64rem){border-bottom-right-radius:22px;border-top-right-radius:22px}}.lg\:fill-white{@media (width >= 64rem){fill:var(--color-white)}}.xl\:mx-3{@media (width >= 80rem){margin-inline:calc(var(--spacing)*3)}}.xl\:mt-0{@media (width >= 80rem){margin-top:calc(var(--spacing)*0)}}.xl\:mb-\[240px\]{@media (width >= 80rem){margin-bottom:240px}}.xl\:block{@media (width >= 80rem){display:block}}.xl\:flex{@media (width >= 80rem){display:flex}}.xl\:hidden{@media (width >= 80rem){display:none}}.xl\:h-\[36px\]{@media (width >= 80rem){height:36px}}.xl\:h-\[800px\]{@media (width >= 80rem){height:800px}}.xl\:w-\[1px\]{@media (width >= 80rem){width:1px}}.xl\:w-\[220px\]{@media (width >= 80rem){width:220px}}.xl\:w-\[250px\]{@media (width >= 80rem){width:250px}}.xl\:w-\[480px\]{@media (width >= 80rem){width:480px}}.xl\:w-fit{@media (width >= 80rem){width:fit-content}}.xl\:shrink-0{@media (width >= 80rem){flex-shrink:0}}.xl\:basis-\[670px\]{@media (width >= 80rem){flex-basis:670px}}.xl\:grid-cols-2{@media (width >= 80rem){grid-template-columns:repeat(2,minmax(0,1fr))}}.xl\:flex-row{@media (width >= 80rem){flex-direction:row}}.xl\:flex-wrap{@media (width >= 80rem){flex-wrap:wrap}}.xl\:items-center{@media (width >= 80rem){align-items:center}}.xl\:justify-between{@media (width >= 80rem){justify-content:space-between}}.xl\:justify-center{@media (width >= 80rem){justify-content:center}}.xl\:justify-start{@media (width >= 80rem){justify-content:flex-start}}.xl\:gap-9{@media (width >= 80rem){gap:calc(var(--spacing)*9)}}.xl\:gap-x-\[20px\]{@media (width >= 80rem){column-gap:20px}}.xl\:gap-y-\[80px\]{@media (width >= 80rem){row-gap:80px}}.xl\:self-end{@media (width >= 80rem){align-self:flex-end}}.xl\:self-start{@media (width >= 80rem){align-self:flex-start}}.xl\:bg-\[url\(\.\.\/public\/media\/background-1\.svg\)\]{@media (width >= 80rem){background-image:url(5ecad04b7f11c2e66326.svg)}}.xl\:bg-\[url\(\.\.\/public\/media\/background-2\.svg\)\]{@media (width >= 80rem){background-image:url(7caa39e57743e74bb9ee.svg)}}.xl\:bg-\[url\(\.\.\/public\/media\/background-3\.svg\)\]{@media (width >= 80rem){background-image:url(b7ff6e9fb07d4d10aa89.svg)}}.xl\:bg-cover{@media (width >= 80rem){background-size:cover}}.xl\:pr-10{@media (width >= 80rem){padding-right:calc(var(--spacing)*10)}}.xl\:pr-\[115px\]{@media (width >= 80rem){padding-right:115px}}.xl\:pr-\[150px\]{@media (width >= 80rem){padding-right:150px}}.xl\:pl-10{@media (width >= 80rem){padding-left:calc(var(--spacing)*10)}}.xl\:pl-\[115px\]{@media (width >= 80rem){padding-left:115px}}.xl\:pl-\[150px\]{@media (width >= 80rem){padding-left:150px}}.xl\:text-left{@media (width >= 80rem){text-align:left}}.xl\:text-start{@media (width >= 80rem){text-align:start}}}@layer base{:root{--bg-2-position:center left -205px}*{color:#fff;font-family:Lato,sans-serif;margin:0}html{height:100dvh;max-height:100vw}body,html{max-width:100vw;width:100vw}body{font-size:14px;font-weight:400;height:100vh;letter-spacing:0;line-height:140%;overflow:hidden auto;position:relative}button{cursor:pointer}button.loading{opacity:.7;pointer-events:none}header{left:0;position:fixed;top:0;@media (width >= 80rem){left:50%;transform:translateX(-50%);transition:top .3s ease-in-out}}header.fixed-to-top{transition:top .3s ease-in-out}section:not(:last-of-type){margin-bottom:10px;overflow:hidden;width:100%}.chat-widget-list{transition:all .3s ease-in-out}.error{color:#ff9191;font-size:14px;margin-top:4px}.input-error{background:#ff91911a;border:1px solid #ff919166}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.fade-in{opacity:0;transition:opacity .8s ease-in}.fade-in.animated{opacity:1}.slide-left{opacity:0;transform:translateX(50px);transition:all .6s ease-out}.slide-left.animated{opacity:1;transform:translateX(0)}.slide-right{opacity:0;transform:translateX(-50px);transition:all .6s ease-out}.slide-right.animated{opacity:1;transform:translateX(0)}.scale-up{opacity:0;transform:scale(.9);transition:all .5s ease-out}.scale-up.animated{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}.delay-7{transition-delay:.7s}.h1{font-size:40px;font-weight:800;line-height:110%;margin:0;text-align:center}.h2{font-size:24px}.h2,.h3{font-weight:700;line-height:120%;margin:0}.h3{font-size:16px}@keyframes burger-menu{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.bounce-in{animation:bounce 1s ease .5s forwards;opacity:0}.flip-in-x{opacity:0;transform:perspective(400px) rotateX(90deg);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.flip-in-x.animated{opacity:1;transform:perspective(400px) rotateX(0)}.flip-in-y{opacity:0;transform:perspective(400px) rotateY(90deg);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.flip-in-y.animated{opacity:1;transform:perspective(400px) rotateY(0)}.rotate-in{opacity:0;transform:rotate(-180deg);transition:all .6s ease-out}.rotate-in.animated{opacity:1;transform:rotate(0)}.pulse-once{animation:pulse 1s ease .2s forwards;opacity:0}.glow-on-hover{transition:all .3s ease}.glow-on-hover:hover{box-shadow:0 0 15px rgba(139,159,170,.8)}.typewriter{animation:typing 1s steps(10),blink-caret .75s step-end infinite;border-right:3px solid #000;overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#ccc}}.animated-gradient-bg{animation:gradient 15s ease infinite;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.floating{animation:floating 3s ease-in-out infinite}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.shake-on-hover:hover{animation:shake .5s}.burger-transition{animation:burger-menu .5s}.main-gradient{background:linear-gradient(90deg,#1738be,#175ea9)}.why-we__item{align-items:center;display:flex;flex-direction:column;justify-content:start;@media (width >= 80rem){width:325px}}.why-we__image{margin-bottom:20px}.why-we__title{font-size:16px;font-weight:700;line-height:120%;text-align:center}.why-we__description{font-size:14px;font-weight:400;line-height:140%;margin-top:10px;opacity:.8;text-align:center}.bots-in-team{border:3px solid #b0d5ff80;border-radius:20px;display:flex;flex-direction:column;gap:20px;justify-content:space-between;max-width:440px;padding:25px;width:100%}.bots-in-team__img{align-self:center;height:44px;width:44px;@media (width >= 80rem){align-self:flex-start}}.bots-in-team>.h3{align-self:center;@media (width >= 80rem){align-self:flex-start}}.bots-in-team__list>li{font-size:14px;font-weight:400;line-height:140%;list-style-position:inside;list-style-type:disc;opacity:.8}#price{background-position:100%}.development-price{backdrop-filter:blur(14px);border:1px solid #99c8ff80;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:30px;@media (width >= 80rem){height:349px;width:670px}}.development-price__footer{display:flex;flex-direction:column;gap:24px;justify-content:space-between;@media (width >= 80rem){flex-direction:row;gap:60px}}.development-price__description{margin-top:20px}.development-price__params{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:10px;justify-content:end;@media (width >= 80rem){align-items:start}}.development-price_link{color:#175ea9;cursor:pointer}.development-price__annotation{backdrop-filter:blur(14px);border:1px solid #99c8ff80;border-radius:20px;flex-grow:0;flex-shrink:1;justify-content:space-between;padding:30px;text-align:center;@media (width >= 80rem){text-align:start}}#order-form{background-position:100% 100%}.order-form{background:#221f33;border-radius:20px;gap:24px;max-width:523px;padding:36px 40px;width:100%}.input{background:#f7f7f71a;border-radius:4px;gap:10px;height:40px;max-width:443px;padding:10px 16px}.modal input{max-width:100%;width:100%}.textarea{background:#f7f7f71a;border-radius:4px;gap:10px;height:110px;max-width:443px;padding:10px 16px}.whats-under-the-hood{align-items:center;backdrop-filter:blur(14px);background:#0e0f1f14;border:1px solid #99c8ff80;border-radius:20px;display:flex;gap:12px;padding:24px;width:100%}.whats-under-the-hood:nth-child(odd){@media (width >= 80rem){left:-50px;position:relative}}.whats-under-the-hood__text{display:flex;flex-direction:column;gap:9px}.whats-under-the-hood__description{font-size:14px;font-weight:400;line-height:140%;opacity:.8}.project{backdrop-filter:blur(14px);background:#0e0f1f14;border:1px solid #99c8ff80;border-radius:20px;display:flex;flex-direction:column;min-height:284px;min-width:320px;padding:30px}.project__title{color:#96eeff;margin-bottom:13px}.project__sub-title{margin-bottom:9px}.project__content{display:flex;gap:16px;justify-content:space-between}.project__content img{height:100%;max-height:180px;width:200px}.project-button-next,.project-button-prev{align-items:center;backdrop-filter:blur(14px);background:#0e0f1f14;border:1px solid #99c8ff80;border-radius:20px;bottom:-80px;display:flex;height:40px;justify-content:center;position:absolute;width:40px;z-index:10}.project-button-prev{right:calc(50% + 10px)!important}.project-button-next{left:calc(50% + 10px)!important}.swiper-button-disabled{opacity:.5;pointer-events:none;transition:opacity .3s ease-in-out}.myth-reality{max-width:330px;position:relative}.myth-reality__question{background:linear-gradient(180deg,#338fff,#2a20bb)}.myth-reality__answer,.myth-reality__question{border-radius:10px;padding:12px;width:fit-content}.myth-reality__answer{background:#fff;color:#252525}.myth-reality:first-of-type .myth-reality__question{left:99px;position:relative;top:0;transform:rotate(4deg)}.myth-reality:first-of-type .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(-2deg)}.myth-reality:nth-of-type(2) .myth-reality__question{left:99px;position:relative;top:0;transform:rotate(-4.5deg)}.myth-reality:nth-of-type(2) .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(3deg)}.myth-reality:nth-of-type(3) .myth-reality__question{left:99px;position:relative;top:0;transform:rotate(3.5deg)}.myth-reality:nth-of-type(3) .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(-1deg)}.myth-reality:nth-of-type(4) .myth-reality__question{left:0;position:relative;top:0;transform:rotate(-2deg);@media (width >= 80rem){left:99px}}.myth-reality:nth-of-type(4) .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(1deg)}.myth-reality:nth-of-type(5) .myth-reality__question{left:99px;position:relative;top:0;transform:rotate(2.5deg)}.myth-reality:nth-of-type(5) .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(-1.5deg)}.myth-reality:nth-of-type(6) .myth-reality__question{left:99px;position:relative;top:0;transform:rotate(.25deg)}.myth-reality:nth-of-type(6) .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(2.5deg)}.myth-reality:nth-of-type(7) .myth-reality__question{left:99px;position:relative;top:0;transform:rotate(4deg)}.myth-reality:nth-of-type(7) .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(1deg)}.myth-reality:nth-of-type(8) .myth-reality__question{left:0;position:relative;top:0;transform:rotate(-2deg);@media (width >= 80rem){left:99px}}.myth-reality:nth-of-type(8) .myth-reality__answer{bottom:-20px;left:0;position:relative;transform:rotate(2deg)}.modal{align-items:center;background-color:rgba(15,12,33,.7);display:flex;height:100dvh;justify-content:center;left:0;opacity:0;overflow:auto;position:fixed;top:0;transform:scale(1.5);transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .6s ease-in-out;visibility:hidden;width:100vw;z-index:1000}.modal__content{height:100%;width:100%}.glow-button{color:#03e9f4;display:inline-block;overflow:hidden;position:relative;text-decoration:none;transition:.5s}.glow-button:hover{box-shadow:0 0 5px #fff,0 0 25px #fff,0 0 50px #fff,0 0 200px #fff;color:#050801}.glow-button:first-child{filter:hue-rotate(270deg)}.glow-button:nth-child(2){filter:hue-rotate(110deg)}.glow-button span{display:block;position:absolute}.glow-button span:first-child{animation:animate1 1s linear infinite;background:linear-gradient(90deg,transparent,#fff);height:2px;left:0;top:0;width:100%}@keyframes animate1{0%{left:-100%}50%,to{left:100%}}.glow-button span:nth-child(2){animation:animate2 1s linear infinite;animation-delay:.25s;background:linear-gradient(180deg,transparent,#fff);height:100%;right:0;top:-100%;width:2px}@keyframes animate2{0%{top:-100%}50%,to{top:100%}}.glow-button span:nth-child(3){animation:animate3 1s linear infinite;animation-delay:.5s;background:linear-gradient(270deg,transparent,#fff);bottom:0;height:2px;right:0;width:100%}@keyframes animate3{0%{right:-100%}50%,to{right:100%}}.glow-button span:nth-child(4){animation:animate4 1s linear infinite;animation-delay:.75s;background:linear-gradient(1turn,transparent,#fff);bottom:-100%;height:100%;left:0;width:2px}@keyframes animate4{0%{bottom:-100%}50%,to{bottom:100%}}.chat-widget-toggle{transition:all .3s ease-in-out;z-index:12000}.success-message{color:#4caf50;font-size:14px;margin-top:12px}.error-message{color:#f44336;font-size:14px;margin-top:12px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial}}}
/*# sourceMappingURL=main.css.map*/