diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index ee8ca5bc..fa43527f 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -2,27 +2,20 @@ namespace App\Providers; +use Illuminate\Support\Facades\Vite; use Illuminate\Support\ServiceProvider; class AppServiceProvider extends ServiceProvider { - /** - * Register any application services. - * - * @return void - */ - public function register() + public function boot(): void { - // - } + Vite::useScriptTagAttributes([ + 'async' => true, + 'rel="prefetch" as' => 'script', + ]); - /** - * Bootstrap any application services. - * - * @return void - */ - public function boot() - { - // + Vite::useStyleTagAttributes([ + 'rel="preload" as' => 'style', + ]); } } diff --git a/public/build/assets/app.c530671b.css b/public/build/assets/app.c530671b.css new file mode 100644 index 00000000..56be4d9c --- /dev/null +++ b/public/build/assets/app.c530671b.css @@ -0,0 +1 @@ +*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Gilroy,sans-serif;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }@font-face{font-family:Gilroy;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/Gilroy-Regular.8ae963ef.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/Gilroy-Medium.e61f2165.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/Gilroy-SemiBold.d8e57f7f.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/Gilroy-Bold.05391b44.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:900;font-display:swap;src:url(/build/assets/Gilroy-Black.cf204b09.woff2) format("woff2")}::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}::selection{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.scrollbar *{scrollbar-width:thin;scrollbar-color:#FFF transparent}.scrollbar ::-webkit-scrollbar{width:10px;height:10px}.scrollbar ::-webkit-scrollbar-track{background-color:transparent}.scrollbar ::-webkit-scrollbar-thumb{border-radius:20px;border:3px solid transparent;background-clip:padding-box;background-color:#fff}.scrollbar ::-webkit-scrollbar-thumb:hover{background-color:#ec4176}.scrollbar ::-webkit-scrollbar-corner{background:transparent}*,*:before,*:after{box-sizing:border-box}body{position:relative;overflow-x:hidden;--tw-bg-opacity: 1;background-color:rgb(26 27 65 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{display:inline-block;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}p+p{margin-top:1rem}b,strong{font-weight:600}button{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}svg{flex-shrink:0}pre{max-width:100%;overflow:auto}section{position:relative}.section-heading-title{font-size:24px;line-height:1.45em;font-weight:900;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 720px){.section-heading-title{font-size:32px;line-height:1.3em}}@media (min-width: 1140px){.section-heading-title{font-size:48px;line-height:1.15em}}.section-heading-descr{margin-top:.75rem;font-size:16px;line-height:1.6em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity))}@media (min-width: 720px){.section-heading-descr{margin-top:1.5rem;font-size:18px;line-height:1.45em}}@media (min-width: 1140px){.section-heading-descr{font-size:20px;line-height:1.45em}}.mt-120{margin-top:5rem}@media (min-width: 720px){.mt-120{margin-top:7rem}}@media (min-width: 1140px){.mt-120{margin-top:8rem}}.pt-120{padding-top:5rem}@media (min-width: 720px){.pt-120{padding-top:7rem}}@media (min-width: 1140px){.pt-120{padding-top:8rem}}.ballons{pointer-events:none;position:absolute;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible}.ballons path{animation-name:move;animation-iteration-count:infinite;animation-timing-function:linear;opacity:0}@keyframes move{0%{transform:translate3d(0,75%,0);opacity:0}25%{opacity:1}75%{opacity:1}to{transform:translate3d(0,-75%,0);opacity:0}}.box{position:relative;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem}@media (min-width: 540px){.box{padding:1rem}}@media (min-width: 960px){.box{padding:1.25rem}}.box-dark{--tw-bg-opacity: 1;background-color:rgb(40 51 78 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.torchlight.has-focus-lines .line:not(.line-focus){transition:filter .35s,opacity .35s;filter:blur(.095rem);opacity:.65}.torchlight.has-focus-lines:hover .line:not(.line-focus){filter:blur(0px);opacity:1}.torchlight-copy{position:absolute;top:.5rem;right:.5rem;opacity:.25;color:#fff}.torchlight-copy:hover{opacity:1}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}@media (min-width: 375px){.container{max-width:375px}}@media (min-width: 540px){.container{max-width:540px}}@media (min-width: 720px){.container{max-width:720px}}@media (min-width: 960px){.container{max-width:960px}}@media (min-width: 1140px){.container{max-width:1140px}}@media (min-width: 1550px){.container{max-width:1550px}}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;-moz-column-gap:.625rem;column-gap:.625rem;border-radius:3rem;padding:1rem 2rem;text-align:center;font-size:14px;line-height:1.6em;font-weight:600;line-height:1.6;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 720px){.btn{padding:1.25rem 2.5rem;font-size:16px;line-height:1.6em}}@media (min-width: 1550px){.btn{padding:1.5rem 3rem}}.btn.btn-outline>svg{transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.btn.btn-outline:hover>svg{color:inherit}.btn.btn-outline.btn-pink{border-width:2px;--tw-border-opacity: 1;border-color:rgb(236 65 118 / var(--tw-border-opacity));background-color:transparent}.btn.btn-outline.btn-pink:hover{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.btn.btn-outline.btn-purple{border-width:2px;--tw-border-opacity: 1;border-color:rgb(120 67 233 / var(--tw-border-opacity));background-color:transparent}.btn.btn-outline.btn-purple:hover{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}.btn-sm{padding:1rem 1.5rem}.btn-purple{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-purple:hover{--tw-bg-opacity: 1;background-color:rgb(97 35 229 / var(--tw-bg-opacity))}.btn-purple:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-pink{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-pink:hover{--tw-bg-opacity: 1;background-color:rgb(233 33 95 / var(--tw-bg-opacity))}.btn-pink:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-dark{border-width:1px;--tw-border-opacity: 1;border-color:rgb(50 51 89 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity))}.btn-dark:hover{--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(39 39 69 / var(--tw-bg-opacity))}.btn-dark:active{--tw-scale-x: .975;--tw-scale-y: .975;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.swiper-button-prev,.swiper-button-next{--swiper-navigation-size: 1.25rem;display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.swiper-button-prev:hover,.swiper-button-next:hover{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}@media (min-width: 720px){.swiper-button-prev,.swiper-button-next{height:4rem;width:4rem}}.swiper-button-prev>svg,.swiper-button-next>svg{height:1rem;width:1rem}@media (min-width: 720px){.swiper-button-prev>svg,.swiper-button-next>svg{height:1.25rem;width:1.25rem}}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:none;--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity));opacity:.25}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.-top-12{top:-3rem}.-top-4{top:-1rem}.left-\[42px\]{left:42px}.right-0{right:0px}.top-0{top:0px}.top-1\/2{top:50%}.z-0{z-index:0}.z-2{z-index:2}.z-\[9999\]{z-index:9999}.col-span-4{grid-column:span 4 / span 4}.m-1{margin:.25rem}.m-4{margin:1rem}.\!my-0{margin-top:0!important;margin-bottom:0!important}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-ml-px{margin-left:-1px}.-mt-px{margin-top:-1px}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.\!block{display:block!important}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.h-14{height:3.5rem}.h-16{height:4rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[21px\]{height:21px}.h-\[70px\]{height:70px}.h-auto{height:auto}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[114px\]{width:114px}.w-\[1px\]{width:1px}.w-\[2px\]{width:2px}.w-\[67px\]{width:67px}.w-\[71px\]{width:71px}.w-auto{width:auto}.w-full{width:100%}.max-w-6xl{max-width:72rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-right{transform-origin:right}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-10{--tw-translate-y: -2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[145deg\]{--tw-rotate: 145deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes wiggle{0%,to{transform:rotate(-15deg)}50%{transform:rotate(15deg)}}.animate-wiggle{animation:wiggle 2.5s ease-in-out infinite}.cursor-default{cursor:default}.list-decimal{list-style-type:decimal}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-10{row-gap:2.5rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dark-200{--tw-border-opacity: 1;border-color:rgb(39 39 69 / var(--tw-border-opacity))}.bg-body{--tw-bg-opacity: 1;background-color:rgb(26 27 65 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/25{background-color:#ffffff40}.bg-\[url\(\'\/images\/laravel-title\.svg\'\)\]{background-image:url(/images/laravel-title.svg)}.bg-\[url\(\'\/images\/you-like-it-title\.svg\'\)\]{background-image:url(/images/you-like-it-title.svg)}.bg-contain{background-size:contain}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.fill-pink{fill:#ec4176}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pb-4{padding-bottom:1rem}.pr-0{padding-right:0}.pt-2{padding-top:.5rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-lg{font-size:24px;line-height:1.45em}.text-md{font-size:20px;line-height:1.45em}.text-sm{font-size:18px;line-height:1.45em}.text-xl{font-size:32px;line-height:1.3em}.text-xs{font-size:16px;line-height:1.6em}.text-xxs{font-size:14px;line-height:1.6em}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-normal{line-height:1.5}.tracking-wider{letter-spacing:.05em}.text-\[\#999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.text-current{color:currentColor}.text-gray{--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity))}.text-pink{--tw-text-opacity: 1;color:rgb(236 65 118 / var(--tw-text-opacity))}.text-purple{--tw-text-opacity: 1;color:rgb(120 67 233 / var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.heroes-telegram{margin-bottom:1rem;display:block;align-self:center;border-radius:2rem;border-width:1px;border-color:#fff3;background-color:#ffffff0d;padding:.25rem .75rem;font-size:14px;line-height:1.6em;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.heroes-telegram:hover{--tw-bg-opacity: 1;background-color:rgb(64 179 224 / var(--tw-bg-opacity))}@media (min-width: 960px){.heroes-telegram{margin-bottom:1.5rem}}@media (min-width: 1140px){.heroes-telegram{padding:.5rem 1rem}}.heroes-title{text-align:center;font-size:28px;font-weight:900}@media (min-width: 375px){.heroes-title{font-size:32px;line-height:1.3em}}@media (min-width: 720px){.heroes-title{font-size:48px;line-height:1.15em}}@media (min-width: 1140px){.heroes-title{font-size:64px}}@media (min-width: 1550px){.heroes-title{font-size:76px;line-height:1.1em}}.heroes-subtitle{margin-top:.5rem;text-align:center;font-size:20px;line-height:1.45em;font-weight:700;line-height:1.25}@media (min-width: 720px){.heroes-subtitle{font-size:24px;line-height:1.45em}}@media (min-width: 960px){.heroes-subtitle{margin-top:1rem}}@media (min-width: 1140px){.heroes-subtitle{font-size:32px;line-height:1.3em}}@media (min-width: 1550px){.heroes-subtitle{font-size:36px}}.heroes-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}@media (min-width: 720px){.heroes-buttons{-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width: 1140px){.heroes-buttons{margin-top:3rem}}.heroes .ballons-1{top:0px;bottom:0px;left:0px;height:100%;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.heroes .ballons-1{padding-left:0;padding-right:0}}@media (min-width: 960px){.heroes .ballons-1{margin-left:6rem}}@media (min-width: 1550px){.heroes .ballons-1{margin-left:20rem}}.heroes .ballons-1 path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.heroes .ballons-1 path:nth-child(2){animation-duration:7.5s}.heroes .ballons-1 path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.heroes .ballons-1 path:nth-child(4){animation-duration:8s;animation-delay:1s}.heroes .ballons-2{top:0px;bottom:0px;right:0px;height:100%;padding-left:2.5rem;padding-right:2.5rem}@media (min-width: 720px){.heroes .ballons-2{padding-left:0;padding-right:0}}@media (min-width: 960px){.heroes .ballons-2{margin-right:6rem}}@media (min-width: 1550px){.heroes .ballons-2{margin-right:20rem}}.heroes .ballons-2 path:nth-child(1){animation-duration:7.25s;animation-delay:5s}.heroes .ballons-2 path:nth-child(2){animation-duration:7.5s}.heroes .ballons-2 path:nth-child(3){animation-duration:7.75s;animation-delay:2s}.heroes .ballons-2 path:nth-child(4){animation-duration:8s}.how-it-works-tabs{position:relative;display:flex;flex-direction:column;gap:.25rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));padding:.5rem}@media (min-width: 540px){.how-it-works-tabs{flex-direction:row;border-radius:3rem}}.how-it-works-tab{flex-grow:1;flex-basis:50%;border-radius:3rem;padding:1rem 1.5rem;text-align:center;font-size:14px;line-height:1.6em;font-weight:600;line-height:1!important;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.how-it-works-tab:hover{--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity))}.how-it-works-tab._is-active{pointer-events:none;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}@media (min-width: 720px){.how-it-works-tab{padding:1.25rem 2.5rem;font-size:16px;line-height:1.6em}}@media (min-width: 960px){.how-it-works-tab{min-width:200px;flex-grow:0}}@media (min-width: 1140px){.how-it-works-tab{padding-top:1.5rem;padding-bottom:1.5rem}}@media (min-width: 1550px){.how-it-works-tab{min-width:230px;padding-left:2rem;padding-right:2rem}}.how-it-works-wrapper{margin-top:2rem;display:flex;flex-direction:column-reverse;flex-wrap:nowrap;row-gap:4rem;-moz-column-gap:2.5rem;column-gap:2.5rem}@media (min-width: 960px){.how-it-works-wrapper{margin-top:3.5rem}}@media (min-width: 1140px){.how-it-works-wrapper{flex-direction:row;-moz-column-gap:3.5rem;column-gap:3.5rem}}.how-it-works-items{display:flex;flex-direction:row;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem;overflow-x:auto}@media (min-width: 960px){.how-it-works-items{-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width: 1140px){.how-it-works-items{flex-direction:column;overflow-x:visible}}.how-it-works-items{counter-reset:how-it-works}.how-it-works-item{display:flex;width:75%;flex-shrink:0;cursor:pointer;flex-direction:column;row-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(30 31 67 / var(--tw-bg-opacity));padding:1rem}.how-it-works-item:hover{--tw-bg-opacity: 1;background-color:rgb(39 39 69 / var(--tw-bg-opacity))}.how-it-works-item._is-active{pointer-events:none;--tw-border-opacity: 1;border-color:rgb(120 67 233 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}@media (min-width: 540px){.how-it-works-item{flex-direction:row}}@media (min-width: 720px){.how-it-works-item{width:50%}}@media (min-width: 1140px){.how-it-works-item{width:100%;-moz-column-gap:2rem;column-gap:2rem}}@media (min-width: 1550px){.how-it-works-item{-moz-column-gap:2.5rem;column-gap:2.5rem;padding:2rem}}.how-it-works-item{counter-increment:how-it-works}.how-it-works-item._is-active .number{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.how-it-works-item._is-active .heading-descr{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.how-it-works-item .number{height:1.5rem;width:1.75rem;flex-shrink:0;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1550px){.how-it-works-item .number{height:1.75rem;width:2rem}}.how-it-works-item .number:after{content:counter(how-it-works,decimal-leading-zero);position:relative;top:.75rem;left:1rem;font-size:20px;line-height:1.45em;font-weight:700;line-height:1;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 1550px){.how-it-works-item .number:after{font-size:24px;line-height:1.45em}}.how-it-works-item .heading-title{font-size:16px;line-height:1.6em;font-weight:600}@media (min-width: 540px){.how-it-works-item .heading-title{font-size:16px;line-height:1.6em}}@media (min-width: 1550px){.how-it-works-item .heading-title{font-size:20px;line-height:1.45em}}.how-it-works-item .heading-descr{margin-top:.5rem;font-size:16px;line-height:1.6em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1550px){.how-it-works-item .heading-descr{margin-top:1rem;font-size:18px;line-height:1.45em}}.how-it-works-preview{position:relative;top:1rem;aspect-ratio:16/9;height:100%}.how-it-works-preview:before{position:absolute;inset:0px;z-index:-1;height:100%;width:100%;--tw-rotate: 4deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));content:var(--tw-content);border-radius:1.5rem}@media (min-width: 1140px){.how-it-works-preview{position:sticky}}.how-it-works-preview:before{background:radial-gradient(106.9% 96.69% at 93.08% 41.92%,#4ef6ec 0%,#0797ff 100%),linear-gradient(90deg,#0797ff -29.19%,#894ef6 109.85%)}.how-it-works-preview-video{display:none;aspect-ratio:16/9;height:100%;width:100%;border-radius:1.5rem}.how-it-works-preview-video._is-active{display:block}.features-wrapper{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 960px){.features-wrapper{height:70vh;max-height:720px;min-height:540px;flex-direction:row}}@media (min-width: 1140px){.features-wrapper{gap:2rem}}.features-list{flex-shrink:0;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));padding:1rem .75rem}@media (min-width: 540px){.features-list{padding-left:1rem;padding-right:1rem}}@media (min-width: 960px){.features-list{flex-basis:25%;padding-top:1.5rem;padding-bottom:1.5rem}}@media (min-width: 1550px){.features-list{padding:2.5rem 1.5rem}}.features-list>ul{height:100%;max-height:16rem}.features-list>ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.features-list>ul{overflow-y:auto}@media (min-width: 960px){.features-list>ul{max-height:100%}}.features-list>ul>li>button{width:100%;border-radius:.5rem;padding:.75rem;text-align:left;font-size:16px;line-height:1.6em;font-weight:500;line-height:1.25}.features-list>ul>li>button:hover{background-color:#ffffff1a}.features-list>ul>li>button._is-active{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}@media (min-width: 1550px){.features-list>ul>li>button{padding-left:1rem;padding-right:1rem;font-size:18px;line-height:1.45em}}.features-preview{min-width:0px;flex-grow:1;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity));padding:1rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media (min-width: 540px){.features-preview{padding:1.5rem}}@media (min-width: 960px){.features-preview{flex-basis:75%}}@media (min-width: 1550px){.features-preview{padding:2.5rem}}.features-preview-wrapper{position:relative;aspect-ratio:16/9;height:100%;width:100%;max-width:100%;overflow:hidden;border-radius:.75rem}.features-preview-code{position:absolute;top:0px;bottom:0px;z-index:3;height:100%;border-top-right-radius:0;border-bottom-right-radius:0;font-size:14px;line-height:1.6em}@media (min-width: 540px){.features-preview-code{font-size:16px;line-height:1.6em}}.features-preview-code{width:var(--slider-pos, 10%)}.features-preview-code pre{height:100%}.features-preview-image{pointer-events:none;position:absolute;top:0px;bottom:0px;right:0px;height:100%;width:90%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.features-preview-image .resize{pointer-events:none;position:absolute;top:0px;bottom:0px;left:-1.5rem;z-index:3;display:flex;align-items:center}.features-preview-image .resize:before{position:absolute;left:50%;display:block;height:100%;width:.375rem;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.features-preview-image>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.features-preview-slider{pointer-events:none;position:absolute;left:10%;z-index:4;margin:0;display:flex;height:100%;width:80.5%;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;justify-content:center;background-color:transparent;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.features-preview-slider::-webkit-slider-thumb{pointer-events:auto;position:relative;z-index:5;height:999px;width:.375rem;cursor:ew-resize;-webkit-appearance:none;appearance:none;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.features-preview-slider::-moz-range-thumb{pointer-events:auto;position:relative;z-index:5;height:999px;width:.375rem;cursor:ew-resize;-moz-appearance:none;appearance:none;border-width:0px;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.features-preview-slider-btn{pointer-events:none;position:absolute;z-index:4;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.features-preview-slider-btn:hover{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}.features-preview-slider-btn{top:calc(50% - 1rem);left:calc(var(--slider-pos, 10%) + 2px);transform:translate(-50%)}.features .ballons{top:6rem;right:0px;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.features .ballons{padding-left:0;padding-right:0}}@media (min-width: 960px){.features .ballons{margin-right:6rem}}@media (min-width: 1550px){.features .ballons{margin-right:9rem}}.features .ballons path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.features .ballons path:nth-child(2){animation-duration:7.5s}.features .ballons path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.features .ballons path:nth-child(4){animation-duration:8s;animation-delay:1s}.questions{margin-top:3.5rem}.questions-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;row-gap:1.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(30 31 67 / var(--tw-bg-opacity));padding:1.5rem 1rem}@media (min-width: 375px){.questions-wrapper{padding:2rem 1.5rem}}@media (min-width: 960px){.questions-wrapper{flex-direction:row;align-items:center;padding-left:2.5rem;padding-right:2.5rem}}@media (min-width: 1550px){.questions-wrapper{padding-top:1rem;padding-bottom:1rem}.questions-heading{width:100%;max-width:600px}}.questions-heading .title{font-size:24px;line-height:1.45em;font-weight:900}@media (min-width: 1140px){.questions-heading .title{font-size:32px;line-height:1.3em}}.questions-heading .description{margin-top:1rem;font-size:18px;line-height:1.45em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity))}@media (min-width: 1550px){.questions-heading .description{font-size:20px;line-height:1.45em}}.questions-actions{display:flex;flex-shrink:0;flex-grow:1;flex-direction:column;gap:1rem}@media (min-width: 720px){.questions-actions{flex-direction:row}}@media (min-width: 960px){.questions-actions{flex-direction:column;-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width: 1550px){.questions-actions{flex-direction:row}}.questions-actions>.btn{width:100%}@media (min-width: 1550px){.questions-actions>.btn{width:auto}}.questions-image{position:absolute;top:.75rem;right:.75rem;z-index:-1;height:5rem;width:5rem;opacity:.5}@media (min-width: 540px){.questions-image{top:1rem;right:1.5rem;opacity:1}}@media (min-width: 960px){.questions-image{position:static;top:0px;bottom:0px;right:2.5rem;margin-top:auto;margin-bottom:auto;height:10rem;width:10rem}}.technologies-items{margin-top:3rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:3rem;-moz-column-gap:5rem;column-gap:5rem}@media (min-width: 960px){.technologies-items{margin-top:4rem}}@media (min-width: 1550px){.technologies-items{-moz-column-gap:7rem;column-gap:7rem}}.technologies-item{display:block}.technologies-item:hover{opacity:.75}.technologies-item>img{height:100%;max-height:5rem;width:100%;max-width:200px;-o-object-fit:contain;object-fit:contain}@media (min-width: 960px){.technologies-item>img{max-width:240px}}@media (min-width: 1140px){.technologies-item>img{max-width:280px}}.technologies .ballons{top:6rem;left:0px;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.technologies .ballons{padding-left:0;padding-right:0}}@media (min-width: 960px){.technologies .ballons{margin-left:6rem}}@media (min-width: 1550px){.technologies .ballons{margin-left:14rem}}.technologies .ballons path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.technologies .ballons path:nth-child(2){animation-duration:7.5s}.technologies .ballons path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.technologies .ballons path:nth-child(4){animation-duration:8s;animation-delay:1s}.advantages-wrapper{display:flex;flex-direction:column;gap:2.5rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(39 39 69 / var(--tw-bg-opacity));padding:1.5rem 1rem}@media (min-width: 375px){.advantages-wrapper{padding:1.5rem}}@media (min-width: 720px){.advantages-wrapper{flex-direction:row;padding:2rem}}@media (min-width: 960px){.advantages-wrapper{padding:2.5rem}}@media (min-width: 1550px){.advantages-wrapper{padding:4rem}}@media (min-width: 720px){.advantages-heading{position:sticky;top:1.5rem;height:100%}}.advantages-heading-links{margin-top:1.5rem;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;gap:1rem}@media (min-width: 540px){.advantages-heading-links{flex-direction:row}}@media (min-width: 720px){.advantages-heading-links{margin-top:2rem;flex-direction:column}}.advantages-heading-links>.btn{flex-grow:1}.advantages-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:2rem;-moz-column-gap:2.5rem;column-gap:2.5rem}@media (min-width: 540px){.advantages-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 720px){.advantages-list{grid-template-columns:repeat(1,minmax(0,1fr));row-gap:3rem}}@media (min-width: 960px){.advantages-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1140px){.advantages-list{row-gap:4rem}}.advantages-list{counter-reset:advantages}.advantages-item{counter-increment:advantages}.advantages-item .number{height:1.5rem;width:1.75rem;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1140px){.advantages-item .number{height:1.75rem;width:2rem}}.advantages-item .number:after{content:counter(advantages,decimal-leading-zero);position:relative;top:.75rem;left:1rem;font-size:20px;line-height:1.45em;font-weight:700;line-height:1;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 1140px){.advantages-item .number:after{font-size:24px;line-height:1.45em}}.advantages-item .heading{margin-top:1.5rem}@media (min-width: 1140px){.advantages-item .heading{margin-top:2rem}}.advantages-item .heading-title{font-size:16px;line-height:1.6em;font-weight:700}@media (min-width: 540px){.advantages-item .heading-title{font-size:18px;line-height:1.45em}}@media (min-width: 1140px){.advantages-item .heading-title{font-size:20px;line-height:1.45em}}@media (min-width: 1550px){.advantages-item .heading-title{font-size:24px;line-height:1.45em}}.advantages-item .heading-descr{margin-top:.5rem;font-size:16px;line-height:1.6em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1140px){.advantages-item .heading-descr{font-size:18px;line-height:1.45em}}@media (min-width: 1550px){.advantages-item .heading-descr{margin-top:1rem;font-size:20px;line-height:1.45em}}.cases-list{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 720px){.cases-list{margin-top:2.5rem;row-gap:0px}}@media (min-width: 960px){.cases-list{flex-wrap:nowrap;-moz-column-gap:0px;column-gap:0px}.cases-list>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.5rem * var(--tw-space-x-reverse));margin-left:calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))}}@media (min-width: 1550px){.cases-list{-moz-column-gap:1.5rem;column-gap:1.5rem}.cases-list>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}}.cases-item{position:relative;height:8rem;width:8rem;overflow:hidden;border-radius:9999px;border-width:10px;--tw-border-opacity: 1;border-color:rgb(26 27 65 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(26 27 65 / var(--tw-bg-opacity));--tw-shadow: 0 0 0 1px #424265;--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 540px){.cases-item{height:9rem;width:9rem}}@media (min-width: 720px){.cases-item{height:13rem;width:13rem}}@media (min-width: 960px){.cases-item{height:9rem;width:9rem}}@media (min-width: 1140px){.cases-item{height:11rem;width:11rem}}@media (min-width: 1550px){.cases-item{height:13rem;width:13rem}}.cases-item{background:linear-gradient(rgb(26 27 65 / 90%) 0%,rgb(26 27 65 / 90%) 100%),var(--bg-url) no-repeat center/195px}.cases-item .title{position:absolute;inset:0px;z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;line-height:1.6em;font-weight:600}@media (min-width: 720px){.cases-item .title{font-size:16px;line-height:1.6em}}@media (min-width: 1140px){.cases-item .title{font-size:18px;line-height:1.45em}}.cases-item-middle{position:relative;z-index:2;order:9999;display:flex;height:11rem;width:11rem;flex-shrink:0;flex-basis:100%;align-items:center;align-self:center}@media (min-width: 720px){.cases-item-middle{order:initial;margin-top:-4rem;margin-bottom:-4rem;height:13rem;width:13rem;justify-content:center}}@media (min-width: 960px){.cases-item-middle{flex-basis:auto}}@media (min-width: 1140px){.cases-item-middle{margin-top:0;margin-bottom:0}}@media (min-width: 1550px){.cases-item-middle{height:15rem;width:15rem}}.cases-item-middle .picture{pointer-events:none;height:100%;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.cases .ballons{top:6rem;right:0px;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.cases .ballons{padding-left:0;padding-right:0}}@media (min-width: 960px){.cases .ballons{margin-right:6rem}}@media (min-width: 1550px){.cases .ballons{margin-right:14rem}}.cases .ballons path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.cases .ballons path:nth-child(2){animation-duration:7.5s}.cases .ballons path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.cases .ballons path:nth-child(4){animation-duration:8s;animation-delay:1s}.testimonials{overflow:hidden}.testimonials-heading{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 540px){.testimonials-heading{flex-direction:row;align-items:flex-end;justify-content:space-between}}@media (min-width: 1140px){.testimonials-heading{gap:2.5rem}}.testimonials-navigation{display:flex;-moz-column-gap:.5rem;column-gap:.5rem}@media (min-width: 720px){.testimonials-navigation{-moz-column-gap:1rem;column-gap:1rem}}.testimonials-slider{margin-top:2rem;overflow-x:visible}@media (min-width: 720px){.testimonials-slider{margin-top:2.5rem}}@media (min-width: 1140px){.testimonials-slider{margin-top:4rem}}.testimonials-slider .swiper-slide{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1550px){.testimonials-slider .swiper-slide:not(.swiper-slide-visible){opacity:.5}}.testimonials-item{overflow:hidden;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));padding:1.5rem 1rem}.testimonials-item:after{position:absolute;top:-2rem;right:-.5rem;display:block;height:6rem;width:6rem;background-image:url(/../../images/icons/quote.svg);background-repeat:no-repeat;content:var(--tw-content);opacity:.1}@media (min-width: 540px){.testimonials-item{padding:1.5rem}}@media (min-width: 720px){.testimonials-item{padding:2rem}}@media (min-width: 1140px){.testimonials-item{padding:2.5rem}}.testimonials-item-heading{display:flex;align-items:center;-moz-column-gap:1rem;column-gap:1rem}@media (min-width: 720px){.testimonials-item-heading{-moz-column-gap:1.5rem;column-gap:1.5rem}}.testimonials-item-heading .photo{height:3rem;width:3rem;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;border-radius:9999px}@media (min-width: 720px){.testimonials-item-heading .photo{height:4rem;width:4rem}}.testimonials-item-heading .author-name{font-size:16px;line-height:1.6em;font-weight:600}@media (min-width: 720px){.testimonials-item-heading .author-name{font-size:18px;line-height:1.45em}}@media (min-width: 960px){.testimonials-item-heading .author-name{font-size:20px;line-height:1.45em}}.testimonials-item-heading .author-name{word-break:break-word}.testimonials-item-heading .author-link{font-size:16px;line-height:1.6em}.testimonials-item-heading .author-link:hover{opacity:.75}.testimonials-item-heading .author-link{word-break:break-word}.testimonials-item-text{margin-top:1rem;font-size:16px;line-height:1.6em}@media (min-width: 720px){.testimonials-item-text{margin-top:1.5rem;font-size:18px;line-height:1.45em}}@media (min-width: 1140px){.testimonials-item-text{font-size:20px;line-height:1.45em;line-height:1.6}}.testimonials-item-video{position:relative;margin-top:1rem;aspect-ratio:16/9;overflow:hidden;border-radius:.75rem}.testimonials-item-video:after{pointer-events:none;position:absolute;inset:0px;display:block;overflow:hidden;border-radius:.75rem;background-color:#00000080;--tw-backdrop-blur: blur(4px);-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);content:var(--tw-content);transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.testimonials-item-video:hover:after{content:var(--tw-content);background-color:#0009}@media (min-width: 720px){.testimonials-item-video{margin-top:1.5rem}}.testimonials-item-video>a{display:block}.testimonials-item-video>a:hover>svg{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));fill:#ec4176}.testimonials-item-video>a>svg{position:absolute;inset:0px;z-index:2;margin:auto;height:2.5rem;width:2.5rem;fill:#fff;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 540px){.testimonials-item-video>a>svg{height:3rem;width:3rem}}.testimonials-item-video>a>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.compare-table{max-width:100%;overflow-x:auto}.compare-table table{margin-top:3rem;width:100%;border-collapse:collapse;border-style:none;text-align:center;font-size:16px;line-height:1.6em}@media (min-width: 960px){.compare-table table{margin-top:4rem}}@media (min-width: 1550px){.compare-table table{font-size:18px;line-height:1.45em}}.compare-table table th,.compare-table table td{padding:1.5rem 1rem}.compare-table table th{font-weight:600}.compare-table table thead th{border-bottom-width:3px;--tw-border-opacity: 1;border-bottom-color:rgb(120 67 233 / var(--tw-border-opacity));background-color:#1e1f43e6;--tw-backdrop-blur: blur(4px);-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)}.compare-table table thead th:first-child{border-top-left-radius:1rem}.compare-table table thead th:last-child{border-top-right-radius:1rem}.compare-table table tbody th,.compare-table table tbody td{border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));vertical-align:top}.compare-table table tbody th{text-align:left}.compare-table table tbody tr:nth-child(even) th,.compare-table table tbody tr:nth-child(even) td{background-color:#1e1f43cc;--tw-backdrop-blur: blur(4px);-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)}.compare .ballons-1{top:0px;bottom:0px;left:0px;display:none;height:100%;padding-left:2rem;padding-right:2rem}@media (min-width: 540px){.compare .ballons-1{display:block}}@media (min-width: 720px){.compare .ballons-1{padding-left:0;padding-right:0}}@media (min-width: 960px){.compare .ballons-1{margin-left:6rem}}@media (min-width: 1550px){.compare .ballons-1{margin-left:20rem}}.compare .ballons-1 path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.compare .ballons-1 path:nth-child(2){animation-duration:7.5s}.compare .ballons-1 path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.compare .ballons-1 path:nth-child(4){animation-duration:8s;animation-delay:1s}.compare .ballons-2{top:0px;bottom:0px;right:0px;height:100%;padding-left:2.5rem;padding-right:2.5rem}@media (min-width: 720px){.compare .ballons-2{padding-left:0;padding-right:0}}@media (min-width: 960px){.compare .ballons-2{margin-right:6rem}}@media (min-width: 1550px){.compare .ballons-2{margin-right:20rem}}.compare .ballons-2 path:nth-child(1){animation-duration:10.25s;animation-delay:4s}.compare .ballons-2 path:nth-child(2){animation-duration:10.5s}.compare .ballons-2 path:nth-child(3){animation-duration:10.75s;animation-delay:3s}.compare .ballons-2 path:nth-child(4){animation-duration:10s;animation-delay:2s}.hover\:text-pink:hover{--tw-text-opacity: 1;color:rgb(236 65 118 / var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}@media (min-width: 540px){.sm\:absolute{position:absolute}.sm\:right-full{right:100%}.sm\:col-span-3{grid-column:span 3 / span 3}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-1{flex:1 1 0%}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:pb-0{padding-bottom:0}.sm\:pr-12{padding-right:3rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-sm{font-size:18px;line-height:1.45em}}@media (min-width: 720px){.md\:-top-14{top:-3.5rem}.md\:\!flex{display:flex!important}.md\:h-6{height:1.5rem}.md\:w-6{width:1.5rem}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:text-left{text-align:left}.md\:text-xs{font-size:16px;line-height:1.6em}}@media (min-width: 960px){.lg\:-top-2{top:-.5rem}.lg\:right-6{right:1.5rem}.lg\:right-full{right:100%}.lg\:top-2{top:.5rem}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:ml-3{margin-left:.75rem}.lg\:mr-0{margin-right:0}.lg\:block{display:block}.lg\:h-10{height:2.5rem}.lg\:h-6{height:1.5rem}.lg\:rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:text-left{text-align:left}}@media (min-width: 1140px){.xl\:block{display:block}.xl\:hidden{display:none}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:text-lg{font-size:24px;line-height:1.45em}}@media (min-width: 1550px){.\32xl\:col-span-1{grid-column:span 1 / span 1}.\32xl\:ml-12{margin-left:3rem}.\32xl\:flex{display:flex}.\32xl\:hidden{display:none}.\32xl\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\32xl\:flex-row{flex-direction:row}.\32xl\:justify-start{justify-content:flex-start}.\32xl\:pt-10{padding-top:2.5rem}} diff --git a/public/build/assets/app.efe52697.css b/public/build/assets/app.efe52697.css deleted file mode 100644 index 19b12006..00000000 --- a/public/build/assets/app.efe52697.css +++ /dev/null @@ -1 +0,0 @@ -*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Gilroy,sans-serif;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }@font-face{font-family:Gilroy;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/Gilroy-Regular.8ae963ef.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/Gilroy-Medium.e61f2165.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/Gilroy-SemiBold.d8e57f7f.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/Gilroy-Bold.05391b44.woff2) format("woff2")}@font-face{font-family:Gilroy;font-style:normal;font-weight:900;font-display:swap;src:url(/build/assets/Gilroy-Black.cf204b09.woff2) format("woff2")}::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}::selection{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.scrollbar *{scrollbar-width:thin;scrollbar-color:#FFF transparent}.scrollbar ::-webkit-scrollbar{width:10px;height:10px}.scrollbar ::-webkit-scrollbar-track{background-color:transparent}.scrollbar ::-webkit-scrollbar-thumb{border-radius:20px;border:3px solid transparent;background-clip:padding-box;background-color:#fff}.scrollbar ::-webkit-scrollbar-thumb:hover{background-color:#ec4176}.scrollbar ::-webkit-scrollbar-corner{background:transparent}*,*:before,*:after{box-sizing:border-box}body{position:relative;overflow-x:hidden;--tw-bg-opacity: 1;background-color:rgb(26 27 65 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{display:inline-block;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}p+p{margin-top:1rem}b,strong{font-weight:600}button{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}svg{flex-shrink:0}pre{max-width:100%;overflow:auto}section{position:relative}.section-heading-title{font-size:24px;line-height:1.45em;font-weight:900;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 720px){.section-heading-title{font-size:32px;line-height:1.3em}}@media (min-width: 1140px){.section-heading-title{font-size:48px;line-height:1.15em}}.section-heading-descr{margin-top:.75rem;font-size:16px;line-height:1.6em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity))}@media (min-width: 720px){.section-heading-descr{margin-top:1.5rem;font-size:18px;line-height:1.45em}}@media (min-width: 1140px){.section-heading-descr{font-size:20px;line-height:1.45em}}.mt-120{margin-top:5rem}@media (min-width: 720px){.mt-120{margin-top:7rem}}@media (min-width: 1140px){.mt-120{margin-top:8rem}}.pt-120{padding-top:5rem}@media (min-width: 720px){.pt-120{padding-top:7rem}}@media (min-width: 1140px){.pt-120{padding-top:8rem}}.ballons{pointer-events:none;position:absolute;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible}.ballons path{animation-name:move;animation-iteration-count:infinite;animation-timing-function:linear;opacity:0}@keyframes move{0%{transform:translate3d(0,75%,0);opacity:0}25%{opacity:1}75%{opacity:1}to{transform:translate3d(0,-75%,0);opacity:0}}.box{position:relative;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem}@media (min-width: 540px){.box{padding:1rem}}@media (min-width: 960px){.box{padding:1.25rem}}.box-dark{--tw-bg-opacity: 1;background-color:rgb(40 51 78 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.torchlight.has-focus-lines .line:not(.line-focus){transition:filter .35s,opacity .35s;filter:blur(.095rem);opacity:.65}.torchlight.has-focus-lines:hover .line:not(.line-focus){filter:blur(0px);opacity:1}.torchlight-copy{position:absolute;top:.5rem;right:.5rem;opacity:.25;color:#fff}.torchlight-copy:hover{opacity:1}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}@media (min-width: 375px){.container{max-width:375px}}@media (min-width: 540px){.container{max-width:540px}}@media (min-width: 720px){.container{max-width:720px}}@media (min-width: 960px){.container{max-width:960px}}@media (min-width: 1140px){.container{max-width:1140px}}@media (min-width: 1550px){.container{max-width:1550px}}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;-moz-column-gap:.625rem;column-gap:.625rem;border-radius:3rem;padding:1rem 2rem;text-align:center;font-size:14px;line-height:1.6em;font-weight:600;line-height:1.6;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 720px){.btn{padding:1.25rem 2.5rem;font-size:16px;line-height:1.6em}}@media (min-width: 1550px){.btn{padding:1.5rem 3rem}}.btn.btn-outline>svg{transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.btn.btn-outline:hover>svg{color:inherit}.btn.btn-outline.btn-pink{border-width:2px;--tw-border-opacity: 1;border-color:rgb(236 65 118 / var(--tw-border-opacity));background-color:transparent}.btn.btn-outline.btn-pink:hover{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.btn.btn-outline.btn-purple{border-width:2px;--tw-border-opacity: 1;border-color:rgb(120 67 233 / var(--tw-border-opacity));background-color:transparent}.btn.btn-outline.btn-purple:hover{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}.btn-sm{padding:1rem 1.5rem}.btn-purple{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-purple:hover{--tw-bg-opacity: 1;background-color:rgb(97 35 229 / var(--tw-bg-opacity))}.btn-purple:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-pink{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-pink:hover{--tw-bg-opacity: 1;background-color:rgb(233 33 95 / var(--tw-bg-opacity))}.btn-pink:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-dark{border-width:1px;--tw-border-opacity: 1;border-color:rgb(50 51 89 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity))}.btn-dark:hover{--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(39 39 69 / var(--tw-bg-opacity))}.btn-dark:active{--tw-scale-x: .975;--tw-scale-y: .975;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.swiper-button-prev,.swiper-button-next{--swiper-navigation-size: 1.25rem;display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.swiper-button-prev:hover,.swiper-button-next:hover{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}@media (min-width: 720px){.swiper-button-prev,.swiper-button-next{height:4rem;width:4rem}}.swiper-button-prev>svg,.swiper-button-next>svg{height:1rem;width:1rem}@media (min-width: 720px){.swiper-button-prev>svg,.swiper-button-next>svg{height:1.25rem;width:1.25rem}}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:none;--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity));opacity:.25}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.-top-12{top:-3rem}.-top-4{top:-1rem}.left-\[42px\]{left:42px}.right-0{right:0px}.top-0{top:0px}.top-1\/2{top:50%}.z-0{z-index:0}.z-2{z-index:2}.z-\[9999\]{z-index:9999}.col-span-4{grid-column:span 4 / span 4}.m-1{margin:.25rem}.m-4{margin:1rem}.\!my-0{margin-top:0!important;margin-bottom:0!important}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-ml-px{margin-left:-1px}.-mt-px{margin-top:-1px}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.\!block{display:block!important}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.h-14{height:3.5rem}.h-16{height:4rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[21px\]{height:21px}.h-\[70px\]{height:70px}.h-auto{height:auto}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[114px\]{width:114px}.w-\[1px\]{width:1px}.w-\[2px\]{width:2px}.w-\[67px\]{width:67px}.w-\[71px\]{width:71px}.w-auto{width:auto}.w-full{width:100%}.max-w-6xl{max-width:72rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-right{transform-origin:right}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-10{--tw-translate-y: -2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[145deg\]{--tw-rotate: 145deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes wiggle{0%,to{transform:rotate(-15deg)}50%{transform:rotate(15deg)}}.animate-wiggle{animation:wiggle 2.5s ease-in-out infinite}.cursor-default{cursor:default}.list-decimal{list-style-type:decimal}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-10{row-gap:2.5rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dark-200{--tw-border-opacity: 1;border-color:rgb(39 39 69 / var(--tw-border-opacity))}.bg-body{--tw-bg-opacity: 1;background-color:rgb(26 27 65 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/25{background-color:#ffffff40}.bg-\[url\(\'\/images\/laravel-title\.svg\'\)\]{background-image:url(/images/laravel-title.svg)}.bg-\[url\(\'\/images\/you-like-it-title\.svg\'\)\]{background-image:url(/images/you-like-it-title.svg)}.bg-contain{background-size:contain}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.fill-pink{fill:#ec4176}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pb-4{padding-bottom:1rem}.pr-0{padding-right:0}.pt-2{padding-top:.5rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-lg{font-size:24px;line-height:1.45em}.text-md{font-size:20px;line-height:1.45em}.text-sm{font-size:18px;line-height:1.45em}.text-xl{font-size:32px;line-height:1.3em}.text-xs{font-size:16px;line-height:1.6em}.text-xxs{font-size:14px;line-height:1.6em}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-normal{line-height:1.5}.tracking-wider{letter-spacing:.05em}.text-\[\#999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.text-current{color:currentColor}.text-gray{--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity))}.text-pink{--tw-text-opacity: 1;color:rgb(236 65 118 / var(--tw-text-opacity))}.text-purple{--tw-text-opacity: 1;color:rgb(120 67 233 / var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.heroes-telegram{margin-bottom:1rem;display:block;align-self:center;border-radius:2rem;border-width:1px;border-color:#fff3;background-color:#ffffff0d;padding:.25rem .75rem;font-size:14px;line-height:1.6em;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.heroes-telegram:hover{--tw-bg-opacity: 1;background-color:rgb(64 179 224 / var(--tw-bg-opacity))}@media (min-width: 960px){.heroes-telegram{margin-bottom:1.5rem}}@media (min-width: 1140px){.heroes-telegram{padding:.5rem 1rem}}.heroes-title{text-align:center;font-size:28px;font-weight:900}@media (min-width: 375px){.heroes-title{font-size:32px;line-height:1.3em}}@media (min-width: 720px){.heroes-title{font-size:48px;line-height:1.15em}}@media (min-width: 1140px){.heroes-title{font-size:64px}}@media (min-width: 1550px){.heroes-title{font-size:76px;line-height:1.1em}}.heroes-subtitle{margin-top:.5rem;text-align:center;font-size:20px;line-height:1.45em;font-weight:700;line-height:1.25}@media (min-width: 720px){.heroes-subtitle{font-size:24px;line-height:1.45em}}@media (min-width: 960px){.heroes-subtitle{margin-top:1rem}}@media (min-width: 1140px){.heroes-subtitle{font-size:32px;line-height:1.3em}}@media (min-width: 1550px){.heroes-subtitle{font-size:36px}}.heroes-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}@media (min-width: 720px){.heroes-buttons{-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width: 1140px){.heroes-buttons{margin-top:3rem}}.heroes .ballons-1{top:0px;bottom:0px;left:0px;height:100%;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.heroes .ballons-1{padding-left:0;padding-right:0}}@media (min-width: 960px){.heroes .ballons-1{margin-left:6rem}}@media (min-width: 1550px){.heroes .ballons-1{margin-left:20rem}}.heroes .ballons-1 path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.heroes .ballons-1 path:nth-child(2){animation-duration:7.5s}.heroes .ballons-1 path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.heroes .ballons-1 path:nth-child(4){animation-duration:8s;animation-delay:1s}.heroes .ballons-2{top:0px;bottom:0px;right:0px;height:100%;padding-left:2.5rem;padding-right:2.5rem}@media (min-width: 720px){.heroes .ballons-2{padding-left:0;padding-right:0}}@media (min-width: 960px){.heroes .ballons-2{margin-right:6rem}}@media (min-width: 1550px){.heroes .ballons-2{margin-right:20rem}}.heroes .ballons-2 path:nth-child(1){animation-duration:7.25s;animation-delay:5s}.heroes .ballons-2 path:nth-child(2){animation-duration:7.5s}.heroes .ballons-2 path:nth-child(3){animation-duration:7.75s;animation-delay:2s}.heroes .ballons-2 path:nth-child(4){animation-duration:8s}.how-it-works-tabs{position:relative;display:flex;flex-direction:column;gap:.25rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));padding:.5rem}@media (min-width: 540px){.how-it-works-tabs{flex-direction:row;border-radius:3rem}}.how-it-works-tab{flex-grow:1;flex-basis:50%;border-radius:3rem;padding:1rem 1.5rem;text-align:center;font-size:14px;line-height:1.6em;font-weight:600;line-height:1!important;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.how-it-works-tab:hover{--tw-bg-opacity: 1;background-color:rgb(50 51 89 / var(--tw-bg-opacity))}.how-it-works-tab._is-active{pointer-events:none;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}@media (min-width: 720px){.how-it-works-tab{padding:1.25rem 2.5rem;font-size:16px;line-height:1.6em}}@media (min-width: 960px){.how-it-works-tab{min-width:200px;flex-grow:0}}@media (min-width: 1140px){.how-it-works-tab{padding-top:1.5rem;padding-bottom:1.5rem}}@media (min-width: 1550px){.how-it-works-tab{min-width:230px;padding-left:2rem;padding-right:2rem}}.how-it-works-wrapper{margin-top:2rem;display:flex;flex-direction:column-reverse;flex-wrap:nowrap;row-gap:4rem;-moz-column-gap:2.5rem;column-gap:2.5rem}@media (min-width: 960px){.how-it-works-wrapper{margin-top:3.5rem}}@media (min-width: 1140px){.how-it-works-wrapper{flex-direction:row;-moz-column-gap:3.5rem;column-gap:3.5rem}}.how-it-works-items{display:flex;flex-direction:row;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem;overflow-x:auto}@media (min-width: 960px){.how-it-works-items{-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width: 1140px){.how-it-works-items{flex-direction:column;overflow-x:visible}}.how-it-works-items{counter-reset:how-it-works}.how-it-works-item{display:flex;width:75%;flex-shrink:0;cursor:pointer;flex-direction:column;row-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(30 31 67 / var(--tw-bg-opacity));padding:1rem}.how-it-works-item:hover{--tw-bg-opacity: 1;background-color:rgb(39 39 69 / var(--tw-bg-opacity))}.how-it-works-item._is-active{pointer-events:none;--tw-border-opacity: 1;border-color:rgb(120 67 233 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}@media (min-width: 540px){.how-it-works-item{flex-direction:row}}@media (min-width: 720px){.how-it-works-item{width:50%}}@media (min-width: 1140px){.how-it-works-item{width:100%;-moz-column-gap:2rem;column-gap:2rem}}@media (min-width: 1550px){.how-it-works-item{-moz-column-gap:2.5rem;column-gap:2.5rem;padding:2rem}}.how-it-works-item{counter-increment:how-it-works}.how-it-works-item._is-active .number{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.how-it-works-item._is-active .heading-descr{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.how-it-works-item .number{height:1.5rem;width:1.75rem;flex-shrink:0;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1550px){.how-it-works-item .number{height:1.75rem;width:2rem}}.how-it-works-item .number:after{content:counter(how-it-works,decimal-leading-zero);position:relative;top:.75rem;left:1rem;font-size:20px;line-height:1.45em;font-weight:700;line-height:1;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 1550px){.how-it-works-item .number:after{font-size:24px;line-height:1.45em}}.how-it-works-item .heading-title{font-size:16px;line-height:1.6em;font-weight:600}@media (min-width: 540px){.how-it-works-item .heading-title{font-size:16px;line-height:1.6em}}@media (min-width: 1550px){.how-it-works-item .heading-title{font-size:20px;line-height:1.45em}}.how-it-works-item .heading-descr{margin-top:.5rem;font-size:16px;line-height:1.6em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1550px){.how-it-works-item .heading-descr{margin-top:1rem;font-size:18px;line-height:1.45em}}.how-it-works-preview{position:relative;top:1rem;aspect-ratio:16/9;height:100%}.how-it-works-preview:before{position:absolute;inset:0px;z-index:-1;height:100%;width:100%;--tw-rotate: 4deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));content:var(--tw-content);border-radius:1.5rem}@media (min-width: 1140px){.how-it-works-preview{position:sticky}}.how-it-works-preview:before{background:radial-gradient(106.9% 96.69% at 93.08% 41.92%,#4ef6ec 0%,#0797ff 100%),linear-gradient(90deg,#0797ff -29.19%,#894ef6 109.85%)}.how-it-works-preview-video{display:none;aspect-ratio:16/9;height:100%;width:100%;border-radius:1.5rem}.how-it-works-preview-video._is-active{display:block}.features-wrapper{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 960px){.features-wrapper{height:70vh;max-height:720px;min-height:540px;flex-direction:row}}@media (min-width: 1140px){.features-wrapper{gap:2rem}}.features-list{flex-shrink:0;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));padding:1rem .75rem}@media (min-width: 540px){.features-list{padding-left:1rem;padding-right:1rem}}@media (min-width: 960px){.features-list{flex-basis:25%;padding-top:1.5rem;padding-bottom:1.5rem}}@media (min-width: 1550px){.features-list{padding:2.5rem 1.5rem}}.features-list>ul{height:100%;max-height:16rem}.features-list>ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.features-list>ul{overflow-y:auto}@media (min-width: 960px){.features-list>ul{max-height:100%}}.features-list>ul>li>button{width:100%;border-radius:.5rem;padding:.75rem;text-align:left;font-size:16px;line-height:1.6em;font-weight:500;line-height:1.25}.features-list>ul>li>button:hover{background-color:#ffffff1a}.features-list>ul>li>button._is-active{--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}@media (min-width: 1550px){.features-list>ul>li>button{padding-left:1rem;padding-right:1rem;font-size:18px;line-height:1.45em}}.features-preview{min-width:0px;flex-grow:1;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity));padding:1rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media (min-width: 540px){.features-preview{padding:1.5rem}}@media (min-width: 960px){.features-preview{flex-basis:75%}}@media (min-width: 1550px){.features-preview{padding:2.5rem}}.features-preview-wrapper{position:relative;aspect-ratio:16/9;height:100%;width:100%;max-width:100%;overflow:hidden;border-radius:.75rem}.features-preview-code{position:absolute;top:0px;bottom:0px;z-index:3;height:100%;border-top-right-radius:0;border-bottom-right-radius:0;font-size:14px;line-height:1.6em}@media (min-width: 540px){.features-preview-code{font-size:16px;line-height:1.6em}}.features-preview-code{width:var(--slider-pos, 10%)}.features-preview-code pre{height:100%}.features-preview-image{pointer-events:none;position:absolute;top:0px;bottom:0px;right:0px;height:100%;width:90%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.features-preview-image .resize{pointer-events:none;position:absolute;top:0px;bottom:0px;left:-1.5rem;z-index:3;display:flex;align-items:center}.features-preview-image .resize:before{position:absolute;left:50%;display:block;height:100%;width:.375rem;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.features-preview-image>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.features-preview-slider{pointer-events:none;position:absolute;left:10%;z-index:4;margin:0;display:flex;height:100%;width:80.5%;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;justify-content:center;background-color:transparent;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.features-preview-slider::-webkit-slider-thumb{pointer-events:auto;position:relative;z-index:5;height:999px;width:.375rem;cursor:ew-resize;-webkit-appearance:none;appearance:none;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.features-preview-slider::-moz-range-thumb{pointer-events:auto;position:relative;z-index:5;height:999px;width:.375rem;cursor:ew-resize;-moz-appearance:none;appearance:none;border-width:0px;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity))}.features-preview-slider-btn{pointer-events:none;position:absolute;z-index:4;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.features-preview-slider-btn:hover{--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity))}.features-preview-slider-btn{top:calc(50% - 1rem);left:calc(var(--slider-pos, 10%) + 2px);transform:translate(-50%)}.features .ballons{top:6rem;right:0px;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.features .ballons{padding-left:0;padding-right:0}}@media (min-width: 960px){.features .ballons{margin-right:6rem}}@media (min-width: 1550px){.features .ballons{margin-right:9rem}}.features .ballons path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.features .ballons path:nth-child(2){animation-duration:7.5s}.features .ballons path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.features .ballons path:nth-child(4){animation-duration:8s;animation-delay:1s}.questions{margin-top:3.5rem}.questions-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;row-gap:1.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(30 31 67 / var(--tw-bg-opacity));padding:1.5rem 1rem}@media (min-width: 375px){.questions-wrapper{padding:2rem 1.5rem}}@media (min-width: 960px){.questions-wrapper{flex-direction:row;align-items:center;padding-left:2.5rem;padding-right:2.5rem}}@media (min-width: 1550px){.questions-wrapper{padding-top:1rem;padding-bottom:1rem}.questions-heading{width:100%;max-width:600px}}.questions-heading .title{font-size:24px;line-height:1.45em;font-weight:900}@media (min-width: 1140px){.questions-heading .title{font-size:32px;line-height:1.3em}}.questions-heading .description{margin-top:1rem;font-size:18px;line-height:1.45em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity))}@media (min-width: 1550px){.questions-heading .description{font-size:20px;line-height:1.45em}}.questions-actions{display:flex;flex-shrink:0;flex-grow:1;flex-direction:column;gap:1rem}@media (min-width: 720px){.questions-actions{flex-direction:row}}@media (min-width: 960px){.questions-actions{flex-direction:column;-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width: 1550px){.questions-actions{flex-direction:row}}.questions-actions>.btn{width:100%}@media (min-width: 1550px){.questions-actions>.btn{width:auto}}.questions-image{position:absolute;top:.75rem;right:.75rem;z-index:-1;height:5rem;width:5rem;opacity:.5}@media (min-width: 540px){.questions-image{top:1rem;right:1.5rem;opacity:1}}@media (min-width: 960px){.questions-image{position:static;top:0px;bottom:0px;right:2.5rem;margin-top:auto;margin-bottom:auto;height:10rem;width:10rem}}.technologies-items{margin-top:3rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:3rem;-moz-column-gap:5rem;column-gap:5rem}@media (min-width: 960px){.technologies-items{margin-top:4rem}}@media (min-width: 1550px){.technologies-items{-moz-column-gap:7rem;column-gap:7rem}}.technologies-item{display:block}.technologies-item:hover{opacity:.75}.technologies-item>img{height:100%;max-height:5rem;width:100%;max-width:200px;-o-object-fit:contain;object-fit:contain}@media (min-width: 960px){.technologies-item>img{max-width:240px}}@media (min-width: 1140px){.technologies-item>img{max-width:280px}}.technologies .ballons{top:6rem;left:0px;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.technologies .ballons{padding-left:0;padding-right:0}}@media (min-width: 960px){.technologies .ballons{margin-left:6rem}}@media (min-width: 1550px){.technologies .ballons{margin-left:14rem}}.technologies .ballons path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.technologies .ballons path:nth-child(2){animation-duration:7.5s}.technologies .ballons path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.technologies .ballons path:nth-child(4){animation-duration:8s;animation-delay:1s}.advantages-wrapper{display:flex;flex-direction:column;gap:2.5rem;border-radius:1.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(39 39 69 / var(--tw-bg-opacity));padding:1.5rem 1rem}@media (min-width: 375px){.advantages-wrapper{padding:1.5rem}}@media (min-width: 720px){.advantages-wrapper{flex-direction:row;padding:2rem}}@media (min-width: 960px){.advantages-wrapper{padding:2.5rem}}@media (min-width: 1550px){.advantages-wrapper{padding:4rem}}@media (min-width: 720px){.advantages-heading{position:sticky;top:1.5rem;height:100%}}.advantages-heading-links{margin-top:1.5rem;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;gap:1rem}@media (min-width: 540px){.advantages-heading-links{flex-direction:row}}@media (min-width: 720px){.advantages-heading-links{margin-top:2rem;flex-direction:column}}.advantages-heading-links>.btn{flex-grow:1}.advantages-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:2rem;-moz-column-gap:2.5rem;column-gap:2.5rem}@media (min-width: 540px){.advantages-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 720px){.advantages-list{grid-template-columns:repeat(1,minmax(0,1fr));row-gap:3rem}}@media (min-width: 960px){.advantages-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1140px){.advantages-list{row-gap:4rem}}.advantages-list{counter-reset:advantages}.advantages-item{counter-increment:advantages}.advantages-item .number{height:1.5rem;width:1.75rem;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(236 65 118 / var(--tw-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1140px){.advantages-item .number{height:1.75rem;width:2rem}}.advantages-item .number:after{content:counter(advantages,decimal-leading-zero);position:relative;top:.75rem;left:1rem;font-size:20px;line-height:1.45em;font-weight:700;line-height:1;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 1140px){.advantages-item .number:after{font-size:24px;line-height:1.45em}}.advantages-item .heading{margin-top:1.5rem}@media (min-width: 1140px){.advantages-item .heading{margin-top:2rem}}.advantages-item .heading-title{font-size:16px;line-height:1.6em;font-weight:700}@media (min-width: 540px){.advantages-item .heading-title{font-size:18px;line-height:1.45em}}@media (min-width: 1140px){.advantages-item .heading-title{font-size:20px;line-height:1.45em}}@media (min-width: 1550px){.advantages-item .heading-title{font-size:24px;line-height:1.45em}}.advantages-item .heading-descr{margin-top:.5rem;font-size:16px;line-height:1.6em;--tw-text-opacity: 1;color:rgb(157 157 182 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1140px){.advantages-item .heading-descr{font-size:18px;line-height:1.45em}}@media (min-width: 1550px){.advantages-item .heading-descr{margin-top:1rem;font-size:20px;line-height:1.45em}}.cases-list{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 720px){.cases-list{margin-top:2.5rem;row-gap:0px}}@media (min-width: 960px){.cases-list{flex-wrap:nowrap;-moz-column-gap:0px;column-gap:0px}.cases-list>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.5rem * var(--tw-space-x-reverse));margin-left:calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))}}@media (min-width: 1550px){.cases-list{-moz-column-gap:1.5rem;column-gap:1.5rem}.cases-list>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}}.cases-item{position:relative;height:8rem;width:8rem;overflow:hidden;border-radius:9999px;border-width:10px;--tw-border-opacity: 1;border-color:rgb(26 27 65 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(26 27 65 / var(--tw-bg-opacity));--tw-shadow: 0 0 0 1px #424265;--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 540px){.cases-item{height:9rem;width:9rem}}@media (min-width: 720px){.cases-item{height:13rem;width:13rem}}@media (min-width: 960px){.cases-item{height:9rem;width:9rem}}@media (min-width: 1140px){.cases-item{height:11rem;width:11rem}}@media (min-width: 1550px){.cases-item{height:13rem;width:13rem}}.cases-item{background:linear-gradient(rgb(26 27 65 / 90%) 0%,rgb(26 27 65 / 90%) 100%),var(--bg-url) no-repeat center/195px}.cases-item .title{position:absolute;inset:0px;z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;line-height:1.6em;font-weight:600}@media (min-width: 720px){.cases-item .title{font-size:16px;line-height:1.6em}}@media (min-width: 1140px){.cases-item .title{font-size:18px;line-height:1.45em}}.cases-item-middle{position:relative;z-index:2;order:9999;display:flex;height:11rem;width:11rem;flex-shrink:0;flex-basis:100%;align-items:center;align-self:center}@media (min-width: 720px){.cases-item-middle{order:initial;margin-top:-4rem;margin-bottom:-4rem;height:13rem;width:13rem;justify-content:center}}@media (min-width: 960px){.cases-item-middle{flex-basis:auto}}@media (min-width: 1140px){.cases-item-middle{margin-top:0;margin-bottom:0}}@media (min-width: 1550px){.cases-item-middle{height:15rem;width:15rem}}.cases-item-middle .picture{pointer-events:none;height:100%;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.cases .ballons{top:6rem;right:0px;padding-left:2rem;padding-right:2rem}@media (min-width: 720px){.cases .ballons{padding-left:0;padding-right:0}}@media (min-width: 960px){.cases .ballons{margin-right:6rem}}@media (min-width: 1550px){.cases .ballons{margin-right:14rem}}.cases .ballons path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.cases .ballons path:nth-child(2){animation-duration:7.5s}.cases .ballons path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.cases .ballons path:nth-child(4){animation-duration:8s;animation-delay:1s}.testimonials{overflow:hidden}.testimonials-heading{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 540px){.testimonials-heading{flex-direction:row;align-items:flex-end;justify-content:space-between}}@media (min-width: 1140px){.testimonials-heading{gap:2.5rem}}.testimonials-navigation{display:flex;-moz-column-gap:.5rem;column-gap:.5rem}@media (min-width: 720px){.testimonials-navigation{-moz-column-gap:1rem;column-gap:1rem}}.testimonials-slider{margin-top:2rem;overflow-x:visible}@media (min-width: 720px){.testimonials-slider{margin-top:2.5rem}}@media (min-width: 1140px){.testimonials-slider{margin-top:4rem}}.testimonials-slider .swiper-slide{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 1550px){.testimonials-slider .swiper-slide:not(.swiper-slide-visible){opacity:.5}}.testimonials-item{overflow:hidden;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(120 67 233 / var(--tw-bg-opacity));padding:1.5rem 1rem}.testimonials-item:after{position:absolute;top:-2rem;right:-.5rem;display:block;height:6rem;width:6rem;background-image:url(/../../images/icons/quote.svg);background-repeat:no-repeat;content:var(--tw-content);opacity:.1}@media (min-width: 540px){.testimonials-item{padding:1.5rem}}@media (min-width: 720px){.testimonials-item{padding:2rem}}@media (min-width: 1140px){.testimonials-item{padding:2.5rem}}.testimonials-item-heading{display:flex;align-items:center;-moz-column-gap:1rem;column-gap:1rem}@media (min-width: 720px){.testimonials-item-heading{-moz-column-gap:1.5rem;column-gap:1.5rem}}.testimonials-item-heading .photo{height:3rem;width:3rem;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;border-radius:9999px}@media (min-width: 720px){.testimonials-item-heading .photo{height:4rem;width:4rem}}.testimonials-item-heading .author-name{font-size:16px;line-height:1.6em;font-weight:600}@media (min-width: 720px){.testimonials-item-heading .author-name{font-size:18px;line-height:1.45em}}@media (min-width: 960px){.testimonials-item-heading .author-name{font-size:20px;line-height:1.45em}}.testimonials-item-heading .author-name{word-break:break-word}.testimonials-item-heading .author-link{font-size:16px;line-height:1.6em}.testimonials-item-heading .author-link:hover{opacity:.75}.testimonials-item-heading .author-link{word-break:break-word}.testimonials-item-text{margin-top:1rem;font-size:16px;line-height:1.6em}@media (min-width: 720px){.testimonials-item-text{margin-top:1.5rem;font-size:18px;line-height:1.45em}}@media (min-width: 1140px){.testimonials-item-text{font-size:20px;line-height:1.45em;line-height:1.6}}.testimonials-item-video{position:relative;margin-top:1rem;aspect-ratio:16/9;overflow:hidden;border-radius:.75rem}.testimonials-item-video:after{pointer-events:none;position:absolute;inset:0px;display:block;overflow:hidden;border-radius:.75rem;background-color:#00000080;--tw-backdrop-blur: blur(4px);-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);content:var(--tw-content);transition-property:color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}.testimonials-item-video:hover:after{content:var(--tw-content);background-color:#0009}@media (min-width: 720px){.testimonials-item-video{margin-top:1.5rem}}.testimonials-item-video>a{display:block}.testimonials-item-video>a:hover>svg{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));fill:#ec4176}.testimonials-item-video>a>svg{position:absolute;inset:0px;z-index:2;margin:auto;height:2.5rem;width:2.5rem;fill:#fff;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.35s}@media (min-width: 540px){.testimonials-item-video>a>svg{height:3rem;width:3rem}}.testimonials-item-video>a>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.compare-table{max-width:100%;overflow-x:auto}.compare-table table{margin-top:3rem;width:100%;border-collapse:collapse;border-style:none;text-align:center;font-size:16px;line-height:1.6em}@media (min-width: 960px){.compare-table table{margin-top:4rem}}@media (min-width: 1550px){.compare-table table{font-size:18px;line-height:1.45em}}.compare-table table th,.compare-table table td{padding:1.5rem 1rem}.compare-table table th{font-weight:600}.compare-table table thead th{border-bottom-width:3px;--tw-border-opacity: 1;border-bottom-color:rgb(120 67 233 / var(--tw-border-opacity));background-color:#1e1f43e6;--tw-backdrop-blur: blur(4px);-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)}.compare-table table thead th:first-child{border-top-left-radius:1rem}.compare-table table thead th:last-child{border-top-right-radius:1rem}.compare-table table tbody th,.compare-table table tbody td{border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(66 66 101 / var(--tw-border-opacity));vertical-align:top}.compare-table table tbody th{text-align:left}.compare-table table tbody tr:nth-child(even) th,.compare-table table tbody tr:nth-child(even) td{background-color:#1e1f43cc;--tw-backdrop-blur: blur(4px);-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)}.compare .ballons-1{top:0px;bottom:0px;left:0px;display:none;height:100%;padding-left:2rem;padding-right:2rem}@media (min-width: 540px){.compare .ballons-1{display:block}}@media (min-width: 720px){.compare .ballons-1{padding-left:0;padding-right:0}}@media (min-width: 960px){.compare .ballons-1{margin-left:6rem}}@media (min-width: 1550px){.compare .ballons-1{margin-left:20rem}}.compare .ballons-1 path:nth-child(1){animation-duration:7.25s;animation-delay:2s}.compare .ballons-1 path:nth-child(2){animation-duration:7.5s}.compare .ballons-1 path:nth-child(3){animation-duration:7.75s;animation-delay:3s}.compare .ballons-1 path:nth-child(4){animation-duration:8s;animation-delay:1s}.compare .ballons-2{top:0px;bottom:0px;right:0px;height:100%;padding-left:2.5rem;padding-right:2.5rem}@media (min-width: 720px){.compare .ballons-2{padding-left:0;padding-right:0}}@media (min-width: 960px){.compare .ballons-2{margin-right:6rem}}@media (min-width: 1550px){.compare .ballons-2{margin-right:20rem}}.compare .ballons-2 path:nth-child(1){animation-duration:10.25s;animation-delay:4s}.compare .ballons-2 path:nth-child(2){animation-duration:10.5s}.compare .ballons-2 path:nth-child(3){animation-duration:10.75s;animation-delay:3s}.compare .ballons-2 path:nth-child(4){animation-duration:10s;animation-delay:2s}.hover\:text-pink:hover{--tw-text-opacity: 1;color:rgb(236 65 118 / var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}@media (min-width: 540px){.sm\:absolute{position:absolute}.sm\:right-full{right:100%}.sm\:col-span-3{grid-column:span 3 / span 3}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-1{flex:1 1 0%}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:pb-0{padding-bottom:0}.sm\:pr-12{padding-right:3rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-sm{font-size:18px;line-height:1.45em}}@media (min-width: 720px){.md\:-top-14{top:-3.5rem}.md\:\!flex{display:flex!important}.md\:h-6{height:1.5rem}.md\:w-6{width:1.5rem}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:text-left{text-align:left}.md\:text-xs{font-size:16px;line-height:1.6em}}@media (min-width: 960px){.lg\:-top-2{top:-.5rem}.lg\:right-6{right:1.5rem}.lg\:right-full{right:100%}.lg\:top-2{top:.5rem}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:ml-3{margin-left:.75rem}.lg\:mr-0{margin-right:0}.lg\:block{display:block}.lg\:h-10{height:2.5rem}.lg\:h-6{height:1.5rem}.lg\:rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:text-left{text-align:left}}@media (min-width: 1140px){.xl\:block{display:block}.xl\:hidden{display:none}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:text-lg{font-size:24px;line-height:1.45em}}@media (min-width: 1550px){.\32xl\:col-span-1{grid-column:span 1 / span 1}.\32xl\:ml-12{margin-left:3rem}.\32xl\:flex{display:flex}.\32xl\:hidden{display:none}.\32xl\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\32xl\:flex-row{flex-direction:row}.\32xl\:justify-start{justify-content:flex-start}.\32xl\:pt-10{padding-top:2.5rem}} diff --git a/public/build/assets/app.c4651ef5.js b/public/build/assets/app.f0294bb5.js similarity index 89% rename from public/build/assets/app.c4651ef5.js rename to public/build/assets/app.f0294bb5.js index 73e3120c..ad95c971 100644 --- a/public/build/assets/app.c4651ef5.js +++ b/public/build/assets/app.f0294bb5.js @@ -1,5 +1,5 @@ -const Dr="modulepreload",Nr=function(e){return"/build/"+e},Ht={},mi=function(t,i,r){return!i||i.length===0?t():Promise.all(i.map(s=>{if(s=Nr(s),s in Ht)return;Ht[s]=!0;const n=s.endsWith(".css"),a=n?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${s}"]${a}`))return;const o=document.createElement("link");if(o.rel=n?"stylesheet":Dr,n||(o.as="script",o.crossOrigin=""),o.href=s,document.head.appendChild(o),n)return new Promise((l,c)=>{o.addEventListener("load",l),o.addEventListener("error",()=>c(new Error(`Unable to preload CSS for ${s}`)))})})).then(()=>t())};function Wt(e){return e!==null&&typeof e=="object"&&"constructor"in e&&e.constructor===Object}function wt(e,t){e===void 0&&(e={}),t===void 0&&(t={}),Object.keys(t).forEach(i=>{typeof e[i]>"u"?e[i]=t[i]:Wt(t[i])&&Wt(e[i])&&Object.keys(t[i]).length>0&&wt(e[i],t[i])})}const gi={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function ee(){const e=typeof document<"u"?document:{};return wt(e,gi),e}const Rr={document:gi,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(e){return typeof setTimeout>"u"?(e(),null):setTimeout(e,0)},cancelAnimationFrame(e){typeof setTimeout>"u"||clearTimeout(e)}};function $(){const e=typeof window<"u"?window:{};return wt(e,Rr),e}function Vr(e){const t=e;Object.keys(t).forEach(i=>{try{t[i]=null}catch{}try{delete t[i]}catch{}})}function Ze(e,t){return t===void 0&&(t=0),setTimeout(e,t)}function Me(){return Date.now()}function Fr(e){const t=$();let i;return t.getComputedStyle&&(i=t.getComputedStyle(e,null)),!i&&e.currentStyle&&(i=e.currentStyle),i||(i=e.style),i}function Gr(e,t){t===void 0&&(t="x");const i=$();let r,s,n;const a=Fr(e);return i.WebKitCSSMatrix?(s=a.transform||a.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(o=>o.replace(",",".")).join(", ")),n=new i.WebKitCSSMatrix(s==="none"?"":s)):(n=a.MozTransform||a.OTransform||a.MsTransform||a.msTransform||a.transform||a.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),r=n.toString().split(",")),t==="x"&&(i.WebKitCSSMatrix?s=n.m41:r.length===16?s=parseFloat(r[12]):s=parseFloat(r[4])),t==="y"&&(i.WebKitCSSMatrix?s=n.m42:r.length===16?s=parseFloat(r[13]):s=parseFloat(r[5])),s||0}function we(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"}function Br(e){return typeof window<"u"&&typeof window.HTMLElement<"u"?e instanceof HTMLElement:e&&(e.nodeType===1||e.nodeType===11)}function z(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let i=1;it.indexOf(n)<0);for(let n=0,a=s.length;nn?"next":"prev",d=(p,f)=>c==="next"&&p>=f||c==="prev"&&p<=f,u=()=>{o=new Date().getTime(),a===null&&(a=o);const p=Math.max(Math.min((o-a)/l,1),0),f=.5-Math.cos(p*Math.PI)/2;let x=n+f*(i-n);if(d(x,i)&&(x=i),t.wrapperEl.scrollTo({[r]:x}),d(x,i)){t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout(()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[r]:x})}),s.cancelAnimationFrame(t.cssModeFrameID);return}t.cssModeFrameID=s.requestAnimationFrame(u)};u()}function F(e,t){return t===void 0&&(t=""),[...e.children].filter(i=>i.matches(t))}function wi(e,t){t===void 0&&(t=[]);const i=document.createElement(e);return i.classList.add(...Array.isArray(t)?t:[t]),i}function jr(e,t){const i=[];for(;e.previousElementSibling;){const r=e.previousElementSibling;t?r.matches(t)&&i.push(r):i.push(r),e=r}return i}function Hr(e,t){const i=[];for(;e.nextElementSibling;){const r=e.nextElementSibling;t?r.matches(t)&&i.push(r):i.push(r),e=r}return i}function H(e,t){return $().getComputedStyle(e,null).getPropertyValue(t)}function qt(e){let t=e,i;if(t){for(i=0;(t=t.previousSibling)!==null;)t.nodeType===1&&(i+=1);return i}}function Wr(e,t){const i=[];let r=e.parentElement;for(;r;)t?r.matches(t)&&i.push(r):i.push(r),r=r.parentElement;return i}function Kt(e,t,i){const r=$();return i?e[t==="width"?"offsetWidth":"offsetHeight"]+parseFloat(r.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-right":"margin-top"))+parseFloat(r.getComputedStyle(e,null).getPropertyValue(t==="width"?"margin-left":"margin-bottom")):e.offsetWidth}let Ge;function qr(){const e=$(),t=ee();return{smoothScroll:t.documentElement&&t.documentElement.style&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch)}}function xi(){return Ge||(Ge=qr()),Ge}let Be;function Kr(e){let{userAgent:t}=e===void 0?{}:e;const i=xi(),r=$(),s=r.navigator.platform,n=t||r.navigator.userAgent,a={ios:!1,android:!1},o=r.screen.width,l=r.screen.height,c=n.match(/(Android);?[\s\/]+([\d.]+)?/);let d=n.match(/(iPad).*OS\s([\d_]+)/);const u=n.match(/(iPod)(.*OS\s([\d_]+))?/),p=!d&&n.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=s==="Win32";let x=s==="MacIntel";const m=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&x&&i.touch&&m.indexOf(`${o}x${l}`)>=0&&(d=n.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),x=!1),c&&!f&&(a.os="android",a.android=!0),(d||p||u)&&(a.os="ios",a.ios=!0),a}function Yr(e){return e===void 0&&(e={}),Be||(Be=Kr(e)),Be}let je;function Xr(){const e=$();let t=!1;function i(){const r=e.navigator.userAgent.toLowerCase();return r.indexOf("safari")>=0&&r.indexOf("chrome")<0&&r.indexOf("android")<0}if(i()){const r=String(e.navigator.userAgent);if(r.includes("Version/")){const[s,n]=r.split("Version/")[1].split(" ")[0].split(".").map(a=>Number(a));t=s<16||s===16&&n<2}}return{isSafari:t||i(),needPerspectiveFix:t,isWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent)}}function Ur(){return je||(je=Xr()),je}function Jr(e){let{swiper:t,on:i,emit:r}=e;const s=$();let n=null,a=null;const o=()=>{!t||t.destroyed||!t.initialized||(r("beforeResize"),r("resize"))},l=()=>{!t||t.destroyed||!t.initialized||(n=new ResizeObserver(u=>{a=s.requestAnimationFrame(()=>{const{width:p,height:f}=t;let x=p,m=f;u.forEach(h=>{let{contentBoxSize:g,contentRect:w,target:v}=h;v&&v!==t.el||(x=w?w.width:(g[0]||g).inlineSize,m=w?w.height:(g[0]||g).blockSize)}),(x!==p||m!==f)&&o()})}),n.observe(t.el))},c=()=>{a&&s.cancelAnimationFrame(a),n&&n.unobserve&&t.el&&(n.unobserve(t.el),n=null)},d=()=>{!t||t.destroyed||!t.initialized||r("orientationchange")};i("init",()=>{if(t.params.resizeObserver&&typeof s.ResizeObserver<"u"){l();return}s.addEventListener("resize",o),s.addEventListener("orientationchange",d)}),i("destroy",()=>{c(),s.removeEventListener("resize",o),s.removeEventListener("orientationchange",d)})}function Zr(e){let{swiper:t,extendParams:i,on:r,emit:s}=e;const n=[],a=$(),o=function(d,u){u===void 0&&(u={});const p=a.MutationObserver||a.WebkitMutationObserver,f=new p(x=>{if(t.__preventObserver__)return;if(x.length===1){s("observerUpdate",x[0]);return}const m=function(){s("observerUpdate",x[0])};a.requestAnimationFrame?a.requestAnimationFrame(m):a.setTimeout(m,0)});f.observe(d,{attributes:typeof u.attributes>"u"?!0:u.attributes,childList:typeof u.childList>"u"?!0:u.childList,characterData:typeof u.characterData>"u"?!0:u.characterData}),n.push(f)},l=()=>{if(!!t.params.observer){if(t.params.observeParents){const d=Wr(t.hostEl);for(let u=0;u{n.forEach(d=>{d.disconnect()}),n.splice(0,n.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),r("init",l),r("destroy",c)}var Qr={on(e,t,i){const r=this;if(!r.eventsListeners||r.destroyed||typeof t!="function")return r;const s=i?"unshift":"push";return e.split(" ").forEach(n=>{r.eventsListeners[n]||(r.eventsListeners[n]=[]),r.eventsListeners[n][s](t)}),r},once(e,t,i){const r=this;if(!r.eventsListeners||r.destroyed||typeof t!="function")return r;function s(){r.off(e,s),s.__emitterProxy&&delete s.__emitterProxy;for(var n=arguments.length,a=new Array(n),o=0;o=0&&t.eventsAnyListeners.splice(i,1),t},off(e,t){const i=this;return!i.eventsListeners||i.destroyed||!i.eventsListeners||e.split(" ").forEach(r=>{typeof t>"u"?i.eventsListeners[r]=[]:i.eventsListeners[r]&&i.eventsListeners[r].forEach((s,n)=>{(s===t||s.__emitterProxy&&s.__emitterProxy===t)&&i.eventsListeners[r].splice(n,1)})}),i},emit(){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsListeners)return e;let t,i,r;for(var s=arguments.length,n=new Array(s),a=0;a{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach(c=>{c.apply(r,[l,...i])}),e.eventsListeners&&e.eventsListeners[l]&&e.eventsListeners[l].forEach(c=>{c.apply(r,i)})}),e}};function en(){const e=this;let t,i;const r=e.el;typeof e.params.width<"u"&&e.params.width!==null?t=e.params.width:t=r.clientWidth,typeof e.params.height<"u"&&e.params.height!==null?i=e.params.height:i=r.clientHeight,!(t===0&&e.isHorizontal()||i===0&&e.isVertical())&&(t=t-parseInt(H(r,"padding-left")||0,10)-parseInt(H(r,"padding-right")||0,10),i=i-parseInt(H(r,"padding-top")||0,10)-parseInt(H(r,"padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(i)&&(i=0),Object.assign(e,{width:t,height:i,size:e.isHorizontal()?t:i}))}function tn(){const e=this;function t(S){return e.isHorizontal()?S:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[S]}function i(S,T){return parseFloat(S.getPropertyValue(t(T))||0)}const r=e.params,{wrapperEl:s,slidesEl:n,size:a,rtlTranslate:o,wrongRTL:l}=e,c=e.virtual&&r.virtual.enabled,d=c?e.virtual.slides.length:e.slides.length,u=F(n,`.${e.params.slideClass}, swiper-slide`),p=c?e.virtual.slides.length:u.length;let f=[];const x=[],m=[];let h=r.slidesOffsetBefore;typeof h=="function"&&(h=r.slidesOffsetBefore.call(e));let g=r.slidesOffsetAfter;typeof g=="function"&&(g=r.slidesOffsetAfter.call(e));const w=e.snapGrid.length,v=e.slidesGrid.length;let _=r.spaceBetween,y=-h,P=0,b=0;if(typeof a>"u")return;typeof _=="string"&&_.indexOf("%")>=0?_=parseFloat(_.replace("%",""))/100*a:typeof _=="string"&&(_=parseFloat(_)),e.virtualSize=-_,u.forEach(S=>{o?S.style.marginLeft="":S.style.marginRight="",S.style.marginBottom="",S.style.marginTop=""}),r.centeredSlides&&r.cssMode&&(xe(s,"--swiper-centered-offset-before",""),xe(s,"--swiper-centered-offset-after",""));const I=r.grid&&r.grid.rows>1&&e.grid;I&&e.grid.initSlides(p);let C;const Ve=r.slidesPerView==="auto"&&r.breakpoints&&Object.keys(r.breakpoints).filter(S=>typeof r.breakpoints[S].slidesPerView<"u").length>0;for(let S=0;S1&&f.push(e.virtualSize-a)}if(c&&r.loop){const S=m[0]+_;if(r.slidesPerGroup>1){const T=Math.ceil((e.virtual.slidesBefore+e.virtual.slidesAfter)/r.slidesPerGroup),E=S*r.slidesPerGroup;for(let R=0;R!r.cssMode||r.loop?!0:E!==u.length-1).forEach(T=>{T.style[S]=`${_}px`})}if(r.centeredSlides&&r.centeredSlidesBounds){let S=0;m.forEach(E=>{S+=E+(_||0)}),S-=_;const T=S-a;f=f.map(E=>E<=0?-h:E>T?T+g:E)}if(r.centerInsufficientSlides){let S=0;if(m.forEach(T=>{S+=T+(_||0)}),S-=_,S{f[R]=E-T}),x.forEach((E,R)=>{x[R]=E+T})}}if(Object.assign(e,{slides:u,snapGrid:f,slidesGrid:x,slidesSizesGrid:m}),r.centeredSlides&&r.cssMode&&!r.centeredSlidesBounds){xe(s,"--swiper-centered-offset-before",`${-f[0]}px`),xe(s,"--swiper-centered-offset-after",`${e.size/2-m[m.length-1]/2}px`);const S=-e.snapGrid[0],T=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map(E=>E+S),e.slidesGrid=e.slidesGrid.map(E=>E+T)}if(p!==d&&e.emit("slidesLengthChange"),f.length!==w&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),x.length!==v&&e.emit("slidesGridLengthChange"),r.watchSlidesProgress&&e.updateSlidesOffset(),!c&&!r.cssMode&&(r.effect==="slide"||r.effect==="fade")){const S=`${r.containerModifierClass}backface-hidden`,T=e.el.classList.contains(S);p<=r.maxBackfaceHiddenSlides?T||e.el.classList.add(S):T&&e.el.classList.remove(S)}}function rn(e){const t=this,i=[],r=t.virtual&&t.params.virtual.enabled;let s=0,n;typeof e=="number"?t.setTransition(e):e===!0&&t.setTransition(t.params.speed);const a=o=>r?t.slides[t.getSlideIndexByData(o)]:t.slides[o];if(t.params.slidesPerView!=="auto"&&t.params.slidesPerView>1)if(t.params.centeredSlides)(t.visibleSlides||[]).forEach(o=>{i.push(o)});else for(n=0;nt.slides.length&&!r)break;i.push(a(o))}else i.push(a(t.activeIndex));for(n=0;ns?o:s}(s||s===0)&&(t.wrapperEl.style.height=`${s}px`)}function nn(){const e=this,t=e.slides,i=e.isElement?e.isHorizontal()?e.wrapperEl.offsetLeft:e.wrapperEl.offsetTop:0;for(let r=0;r"u"&&t.updateSlidesOffset();let a=-e;s&&(a=e),r.forEach(l=>{l.classList.remove(i.slideVisibleClass)}),t.visibleSlidesIndexes=[],t.visibleSlides=[];let o=i.spaceBetween;typeof o=="string"&&o.indexOf("%")>=0?o=parseFloat(o.replace("%",""))/100*t.size:typeof o=="string"&&(o=parseFloat(o));for(let l=0;l=0&&f1&&x<=t.size||f<=0&&x>=t.size)&&(t.visibleSlides.push(c),t.visibleSlidesIndexes.push(l),r[l].classList.add(i.slideVisibleClass)),c.progress=s?-u:u,c.originalProgress=s?-p:p}}function an(e){const t=this;if(typeof e>"u"){const d=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*d||0}const i=t.params,r=t.maxTranslate()-t.minTranslate();let{progress:s,isBeginning:n,isEnd:a,progressLoop:o}=t;const l=n,c=a;if(r===0)s=0,n=!0,a=!0;else{s=(e-t.minTranslate())/r;const d=Math.abs(e-t.minTranslate())<1,u=Math.abs(e-t.maxTranslate())<1;n=d||s<=0,a=u||s>=1,d&&(s=0),u&&(s=1)}if(i.loop){const d=t.getSlideIndexByData(0),u=t.getSlideIndexByData(t.slides.length-1),p=t.slidesGrid[d],f=t.slidesGrid[u],x=t.slidesGrid[t.slidesGrid.length-1],m=Math.abs(e);m>=p?o=(m-p)/x:o=(m+x-f)/x,o>1&&(o-=1)}Object.assign(t,{progress:s,progressLoop:o,isBeginning:n,isEnd:a}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&t.updateSlidesProgress(e),n&&!l&&t.emit("reachBeginning toEdge"),a&&!c&&t.emit("reachEnd toEdge"),(l&&!n||c&&!a)&&t.emit("fromEdge"),t.emit("progress",s)}function on(){const e=this,{slides:t,params:i,slidesEl:r,activeIndex:s}=e,n=e.virtual&&i.virtual.enabled,a=l=>F(r,`.${i.slideClass}${l}, swiper-slide${l}`)[0];t.forEach(l=>{l.classList.remove(i.slideActiveClass,i.slideNextClass,i.slidePrevClass)});let o;if(n)if(i.loop){let l=s-e.virtual.slidesBefore;l<0&&(l=e.virtual.slides.length+l),l>=e.virtual.slides.length&&(l-=e.virtual.slides.length),o=a(`[data-swiper-slide-index="${l}"]`)}else o=a(`[data-swiper-slide-index="${s}"]`);else o=t[s];if(o){o.classList.add(i.slideActiveClass);let l=Hr(o,`.${i.slideClass}, swiper-slide`)[0];i.loop&&!l&&(l=t[0]),l&&l.classList.add(i.slideNextClass);let c=jr(o,`.${i.slideClass}, swiper-slide`)[0];i.loop&&!c===0&&(c=t[t.length-1]),c&&c.classList.add(i.slidePrevClass)}e.emitSlidesClasses()}const Ee=(e,t)=>{if(!e||e.destroyed||!e.params)return;const i=()=>e.isElement?"swiper-slide":`.${e.params.slideClass}`,r=t.closest(i());if(r){let s=r.querySelector(`.${e.params.lazyPreloaderClass}`);!s&&e.isElement&&(r.shadowRoot?s=r.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{r.shadowRoot&&(s=r.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`),s&&s.remove())})),s&&s.remove()}},He=(e,t)=>{if(!e.slides[t])return;const i=e.slides[t].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Qe=e=>{if(!e||e.destroyed||!e.params)return;let t=e.params.lazyPreloadPrevNext;const i=e.slides.length;if(!i||!t||t<0)return;t=Math.min(t,i);const r=e.params.slidesPerView==="auto"?e.slidesPerViewDynamic():Math.ceil(e.params.slidesPerView),s=e.activeIndex;if(e.params.grid&&e.params.grid.rows>1){const a=s,o=[a-t];o.push(...Array.from({length:t}).map((l,c)=>a+r+c)),e.slides.forEach((l,c)=>{o.includes(l.column)&&He(e,c)});return}const n=s+r-1;if(e.params.rewind||e.params.loop)for(let a=s-t;a<=n+t;a+=1){const o=(a%i+i)%i;(on)&&He(e,o)}else for(let a=Math.max(s-t,0);a<=Math.min(n+t,i-1);a+=1)a!==s&&(a>n||a=t[n]&&r=t[n]&&r=t[n]&&(s=n);return i.normalizeSlideIndex&&(s<0||typeof s>"u")&&(s=0),s}function cn(e){const t=this,i=t.rtlTranslate?t.translate:-t.translate,{snapGrid:r,params:s,activeIndex:n,realIndex:a,snapIndex:o}=t;let l=e,c;const d=p=>{let f=p-t.virtual.slidesBefore;return f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),f};if(typeof l>"u"&&(l=ln(t)),r.indexOf(i)>=0)c=r.indexOf(i);else{const p=Math.min(s.slidesPerGroupSkip,l);c=p+Math.floor((l-p)/s.slidesPerGroup)}if(c>=r.length&&(c=r.length-1),l===n){c!==o&&(t.snapIndex=c,t.emit("snapIndexChange")),t.params.loop&&t.virtual&&t.params.virtual.enabled&&(t.realIndex=d(l));return}let u;t.virtual&&s.virtual.enabled&&s.loop?u=d(l):t.slides[l]?u=parseInt(t.slides[l].getAttribute("data-swiper-slide-index")||l,10):u=l,Object.assign(t,{previousSnapIndex:o,snapIndex:c,previousRealIndex:a,realIndex:u,previousIndex:n,activeIndex:l}),t.initialized&&Qe(t),t.emit("activeIndexChange"),t.emit("snapIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&(a!==u&&t.emit("realIndexChange"),t.emit("slideChange"))}function dn(e,t){const i=this,r=i.params;let s=e.closest(`.${r.slideClass}, swiper-slide`);!s&&i.isElement&&t&&t.length>1&&t.includes(e)&&[...t.slice(t.indexOf(e)+1,t.length)].forEach(o=>{!s&&o.matches&&o.matches(`.${r.slideClass}, swiper-slide`)&&(s=o)});let n=!1,a;if(s){for(let o=0;ol?d=l:r&&ea?o="next":n=l.length&&(h=l.length-1);const g=-l[h];if(o.normalizeSlideIndex)for(let v=0;v=y&&_=y&&_=y&&(a=v)}if(n.initialized&&a!==u&&(!n.allowSlideNext&&(p?g>n.translate&&g>n.minTranslate():gn.translate&&g>n.maxTranslate()&&(u||0)!==a))return!1;a!==(d||0)&&i&&n.emit("beforeSlideChangeStart"),n.updateProgress(g);let w;if(a>u?w="next":a0?(n._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[v?"scrollLeft":"scrollTop"]=_})):f[v?"scrollLeft":"scrollTop"]=_,y&&requestAnimationFrame(()=>{n.wrapperEl.style.scrollSnapType="",n._immediateVirtual=!1})}else{if(!n.support.smoothScroll)return vi({swiper:n,targetPosition:_,side:v?"left":"top"}),!0;f.scrollTo({[v?"left":"top"]:_,behavior:"smooth"})}return!0}return n.setTransition(t),n.setTranslate(g),n.updateActiveIndex(a),n.updateSlidesClasses(),n.emit("beforeTransitionStart",t,r),n.transitionStart(i,w),t===0?n.transitionEnd(i,w):n.animating||(n.animating=!0,n.onSlideToWrapperTransitionEnd||(n.onSlideToWrapperTransitionEnd=function(_){!n||n.destroyed||_.target===this&&(n.wrapperEl.removeEventListener("transitionend",n.onSlideToWrapperTransitionEnd),n.onSlideToWrapperTransitionEnd=null,delete n.onSlideToWrapperTransitionEnd,n.transitionEnd(i,w))}),n.wrapperEl.addEventListener("transitionend",n.onSlideToWrapperTransitionEnd)),!0}function bn(e,t,i,r){e===void 0&&(e=0),t===void 0&&(t=this.params.speed),i===void 0&&(i=!0),typeof e=="string"&&(e=parseInt(e,10));const s=this;let n=e;return s.params.loop&&(s.virtual&&s.params.virtual.enabled?n=n+s.virtual.slidesBefore:n=s.getSlideIndexByData(n)),s.slideTo(n,t,i,r)}function Tn(e,t,i){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const r=this,{enabled:s,params:n,animating:a}=r;if(!s)return r;let o=n.slidesPerGroup;n.slidesPerView==="auto"&&n.slidesPerGroup===1&&n.slidesPerGroupAuto&&(o=Math.max(r.slidesPerViewDynamic("current",!0),1));const l=r.activeIndex{r.slideTo(r.activeIndex+l,e,t,i)}),!0}return n.rewind&&r.isEnd?r.slideTo(0,e,t,i):r.slideTo(r.activeIndex+l,e,t,i)}function En(e,t,i){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const r=this,{params:s,snapGrid:n,slidesGrid:a,rtlTranslate:o,enabled:l,animating:c}=r;if(!l)return r;const d=r.virtual&&s.virtual.enabled;if(s.loop){if(c&&!d&&s.loopPreventsSliding)return!1;r.loopFix({direction:"prev"}),r._clientLeft=r.wrapperEl.clientLeft}const u=o?r.translate:-r.translate;function p(g){return g<0?-Math.floor(Math.abs(g)):Math.floor(g)}const f=p(u),x=n.map(g=>p(g));let m=n[x.indexOf(f)-1];if(typeof m>"u"&&s.cssMode){let g;n.forEach((w,v)=>{f>=w&&(g=v)}),typeof g<"u"&&(m=n[g>0?g-1:g])}let h=0;if(typeof m<"u"&&(h=a.indexOf(m),h<0&&(h=r.activeIndex-1),s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(h=h-r.slidesPerViewDynamic("previous",!0)+1,h=Math.max(h,0))),s.rewind&&r.isBeginning){const g=r.params.virtual&&r.params.virtual.enabled&&r.virtual?r.virtual.slides.length-1:r.slides.length-1;return r.slideTo(g,e,t,i)}else if(s.loop&&r.activeIndex===0&&s.cssMode)return requestAnimationFrame(()=>{r.slideTo(h,e,t,i)}),!0;return r.slideTo(h,e,t,i)}function Cn(e,t,i){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0);const r=this;return r.slideTo(r.activeIndex,e,t,i)}function Mn(e,t,i,r){e===void 0&&(e=this.params.speed),t===void 0&&(t=!0),r===void 0&&(r=.5);const s=this;let n=s.activeIndex;const a=Math.min(s.params.slidesPerGroupSkip,n),o=a+Math.floor((n-a)/s.params.slidesPerGroup),l=s.rtlTranslate?s.translate:-s.translate;if(l>=s.snapGrid[o]){const c=s.snapGrid[o],d=s.snapGrid[o+1];l-c>(d-c)*r&&(n+=s.params.slidesPerGroup)}else{const c=s.snapGrid[o-1],d=s.snapGrid[o];l-c<=(d-c)*r&&(n-=s.params.slidesPerGroup)}return n=Math.max(n,0),n=Math.min(n,s.slidesGrid.length-1),s.slideTo(n,e,t,i)}function Pn(){const e=this,{params:t,slidesEl:i}=e,r=t.slidesPerView==="auto"?e.slidesPerViewDynamic():t.slidesPerView;let s=e.clickedIndex,n;const a=e.isElement?"swiper-slide":`.${t.slideClass}`;if(t.loop){if(e.animating)return;n=parseInt(e.clickedSlide.getAttribute("data-swiper-slide-index"),10),t.centeredSlides?se.slides.length-e.loopedSlides+r/2?(e.loopFix(),s=e.getSlideIndex(F(i,`${a}[data-swiper-slide-index="${n}"]`)[0]),Ze(()=>{e.slideTo(s)})):e.slideTo(s):s>e.slides.length-r?(e.loopFix(),s=e.getSlideIndex(F(i,`${a}[data-swiper-slide-index="${n}"]`)[0]),Ze(()=>{e.slideTo(s)})):e.slideTo(s)}else e.slideTo(s)}var An={slideTo:yn,slideToLoop:bn,slideNext:Tn,slidePrev:En,slideReset:Cn,slideToClosest:Mn,slideToClickedSlide:Pn};function On(e){const t=this,{params:i,slidesEl:r}=t;if(!i.loop||t.virtual&&t.params.virtual.enabled)return;F(r,`.${i.slideClass}, swiper-slide`).forEach((n,a)=>{n.setAttribute("data-swiper-slide-index",a)}),t.loopFix({slideRealIndex:e,direction:i.centeredSlides?void 0:"next"})}function In(e){let{slideRealIndex:t,slideTo:i=!0,direction:r,setTranslate:s,activeSlideIndex:n,byController:a,byMousewheel:o}=e===void 0?{}:e;const l=this;if(!l.params.loop)return;l.emit("beforeLoopFix");const{slides:c,allowSlidePrev:d,allowSlideNext:u,slidesEl:p,params:f}=l;if(l.allowSlidePrev=!0,l.allowSlideNext=!0,l.virtual&&f.virtual.enabled){i&&(!f.centeredSlides&&l.snapIndex===0?l.slideTo(l.virtual.slides.length,0,!1,!0):f.centeredSlides&&l.snapIndex"u"?n=l.getSlideIndex(l.slides.filter(b=>b.classList.contains(f.slideActiveClass))[0]):w=n;const v=r==="next"||!r,_=r==="prev"||!r;let y=0,P=0;if(nl.slides.length-m*2){P=Math.max(n-(l.slides.length-m*2),f.slidesPerGroup);for(let b=0;b{l.slides[b].swiperLoopMoveDOM=!0,p.prepend(l.slides[b]),l.slides[b].swiperLoopMoveDOM=!1}),v&&g.forEach(b=>{l.slides[b].swiperLoopMoveDOM=!0,p.append(l.slides[b]),l.slides[b].swiperLoopMoveDOM=!1}),l.recalcSlides(),f.slidesPerView==="auto"&&l.updateSlides(),f.watchSlidesProgress&&l.updateSlidesOffset(),i){if(h.length>0&&_)if(typeof t>"u"){const b=l.slidesGrid[w],C=l.slidesGrid[w+y]-b;o?l.setTranslate(l.translate-C):(l.slideTo(w+y,0,!1,!0),s&&(l.touches[l.isHorizontal()?"startX":"startY"]+=C,l.touchEventsData.currentTranslate=l.translate))}else s&&(l.slideToLoop(t,0,!1,!0),l.touchEventsData.currentTranslate=l.translate);else if(g.length>0&&v)if(typeof t>"u"){const b=l.slidesGrid[w],C=l.slidesGrid[w-P]-b;o?l.setTranslate(l.translate-C):(l.slideTo(w-P,0,!1,!0),s&&(l.touches[l.isHorizontal()?"startX":"startY"]+=C,l.touchEventsData.currentTranslate=l.translate))}else l.slideToLoop(t,0,!1,!0)}if(l.allowSlidePrev=d,l.allowSlideNext=u,l.controller&&l.controller.control&&!a){const b={slideRealIndex:t,direction:r,setTranslate:s,activeSlideIndex:n,byController:!0};Array.isArray(l.controller.control)?l.controller.control.forEach(I=>{!I.destroyed&&I.params.loop&&I.loopFix({...b,slideTo:I.params.slidesPerView===f.slidesPerView?i:!1})}):l.controller.control instanceof l.constructor&&l.controller.control.params.loop&&l.controller.control.loopFix({...b,slideTo:l.controller.control.params.slidesPerView===f.slidesPerView?i:!1})}l.emit("loopFix")}function Ln(){const e=this,{params:t,slidesEl:i}=e;if(!t.loop||e.virtual&&e.params.virtual.enabled)return;e.recalcSlides();const r=[];e.slides.forEach(s=>{const n=typeof s.swiperSlideIndex>"u"?s.getAttribute("data-swiper-slide-index")*1:s.swiperSlideIndex;r[n]=s}),e.slides.forEach(s=>{s.removeAttribute("data-swiper-slide-index")}),r.forEach(s=>{i.append(s)}),e.recalcSlides(),e.slideTo(e.realIndex,0)}var zn={loopCreate:On,loopFix:In,loopDestroy:Ln};function $n(e){const t=this;if(!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const i=t.params.touchEventsTarget==="container"?t.el:t.wrapperEl;t.isElement&&(t.__preventObserver__=!0),i.style.cursor="move",i.style.cursor=e?"grabbing":"grab",t.isElement&&requestAnimationFrame(()=>{t.__preventObserver__=!1})}function kn(){const e=this;e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.isElement&&(e.__preventObserver__=!0),e[e.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1}))}var Dn={setGrabCursor:$n,unsetGrabCursor:kn};function Nn(e,t){t===void 0&&(t=this);function i(r){if(!r||r===ee()||r===$())return null;r.assignedSlot&&(r=r.assignedSlot);const s=r.closest(e);return!s&&!r.getRootNode?null:s||i(r.getRootNode().host)}return i(t)}function Rn(e){const t=this,i=ee(),r=$(),s=t.touchEventsData;s.evCache.push(e);const{params:n,touches:a,enabled:o}=t;if(!o||!n.simulateTouch&&e.pointerType==="mouse"||t.animating&&n.preventInteractionOnTransition)return;!t.animating&&n.cssMode&&n.loop&&t.loopFix();let l=e;l.originalEvent&&(l=l.originalEvent);let c=l.target;if(n.touchEventsTarget==="wrapper"&&!t.wrapperEl.contains(c)||"which"in l&&l.which===3||"button"in l&&l.button>0||s.isTouched&&s.isMoved)return;const d=!!n.noSwipingClass&&n.noSwipingClass!=="",u=e.composedPath?e.composedPath():e.path;d&&l.target&&l.target.shadowRoot&&u&&(c=u[0]);const p=n.noSwipingSelector?n.noSwipingSelector:`.${n.noSwipingClass}`,f=!!(l.target&&l.target.shadowRoot);if(n.noSwiping&&(f?Nn(p,c):c.closest(p))){t.allowClick=!0;return}if(n.swipeHandler&&!c.closest(n.swipeHandler))return;a.currentX=l.pageX,a.currentY=l.pageY;const x=a.currentX,m=a.currentY,h=n.edgeSwipeDetection||n.iOSEdgeSwipeDetection,g=n.edgeSwipeThreshold||n.iOSEdgeSwipeThreshold;if(h&&(x<=g||x>=r.innerWidth-g))if(h==="prevent")e.preventDefault();else return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=x,a.startY=m,s.touchStartTime=Me(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,n.threshold>0&&(s.allowThresholdMove=!1);let w=!0;c.matches(s.focusableElements)&&(w=!1,c.nodeName==="SELECT"&&(s.isTouched=!1)),i.activeElement&&i.activeElement.matches(s.focusableElements)&&i.activeElement!==c&&i.activeElement.blur();const v=w&&t.allowTouchMove&&n.touchStartPreventDefault;(n.touchStartForcePreventDefault||v)&&!c.isContentEditable&&l.preventDefault(),n.freeMode&&n.freeMode.enabled&&t.freeMode&&t.animating&&!n.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",l)}function Vn(e){const t=ee(),i=this,r=i.touchEventsData,{params:s,touches:n,rtlTranslate:a,enabled:o}=i;if(!o||!s.simulateTouch&&e.pointerType==="mouse")return;let l=e;if(l.originalEvent&&(l=l.originalEvent),!r.isTouched){r.startMoving&&r.isScrolling&&i.emit("touchMoveOpposite",l);return}const c=r.evCache.findIndex(b=>b.pointerId===l.pointerId);c>=0&&(r.evCache[c]=l);const d=r.evCache.length>1?r.evCache[0]:l,u=d.pageX,p=d.pageY;if(l.preventedByNestedSwiper){n.startX=u,n.startY=p;return}if(!i.allowTouchMove){l.target.matches(r.focusableElements)||(i.allowClick=!1),r.isTouched&&(Object.assign(n,{startX:u,startY:p,prevX:i.touches.currentX,prevY:i.touches.currentY,currentX:u,currentY:p}),r.touchStartTime=Me());return}if(s.touchReleaseOnEdges&&!s.loop){if(i.isVertical()){if(pn.startY&&i.translate>=i.minTranslate()){r.isTouched=!1,r.isMoved=!1;return}}else if(un.startX&&i.translate>=i.minTranslate())return}if(t.activeElement&&l.target===t.activeElement&&l.target.matches(r.focusableElements)){r.isMoved=!0,i.allowClick=!1;return}if(r.allowTouchCallbacks&&i.emit("touchMove",l),l.targetTouches&&l.targetTouches.length>1)return;n.currentX=u,n.currentY=p;const f=n.currentX-n.startX,x=n.currentY-n.startY;if(i.params.threshold&&Math.sqrt(f**2+x**2)"u"){let b;i.isHorizontal()&&n.currentY===n.startY||i.isVertical()&&n.currentX===n.startX?r.isScrolling=!1:f*f+x*x>=25&&(b=Math.atan2(Math.abs(x),Math.abs(f))*180/Math.PI,r.isScrolling=i.isHorizontal()?b>s.touchAngle:90-b>s.touchAngle)}if(r.isScrolling&&i.emit("touchMoveOpposite",l),typeof r.startMoving>"u"&&(n.currentX!==n.startX||n.currentY!==n.startY)&&(r.startMoving=!0),r.isScrolling||i.zoom&&i.params.zoom&&i.params.zoom.enabled&&r.evCache.length>1){r.isTouched=!1;return}if(!r.startMoving)return;i.allowClick=!1,!s.cssMode&&l.cancelable&&l.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&l.stopPropagation();let m=i.isHorizontal()?f:x,h=i.isHorizontal()?n.currentX-n.previousX:n.currentY-n.previousY;s.oneWayMovement&&(m=Math.abs(m)*(a?1:-1),h=Math.abs(h)*(a?1:-1)),n.diff=m,m*=s.touchRatio,a&&(m=-m,h=-h);const g=i.touchesDirection;i.swipeDirection=m>0?"prev":"next",i.touchesDirection=h>0?"prev":"next";const w=i.params.loop&&!s.cssMode,v=i.swipeDirection==="next"&&i.allowSlideNext||i.swipeDirection==="prev"&&i.allowSlidePrev;if(!r.isMoved){if(w&&v&&i.loopFix({direction:i.swipeDirection}),r.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const b=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});i.wrapperEl.dispatchEvent(b)}r.allowMomentumBounce=!1,s.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",l)}let _;r.isMoved&&g!==i.touchesDirection&&w&&v&&Math.abs(m)>=1&&(i.loopFix({direction:i.swipeDirection,setTranslate:!0}),_=!0),i.emit("sliderMove",l),r.isMoved=!0,r.currentTranslate=m+r.startTranslate;let y=!0,P=s.resistanceRatio;if(s.touchReleaseOnEdges&&(P=0),m>0?(w&&v&&!_&&r.currentTranslate>(s.centeredSlides?i.minTranslate()-i.size/2:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),r.currentTranslate>i.minTranslate()&&(y=!1,s.resistance&&(r.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+r.startTranslate+m)**P))):m<0&&(w&&v&&!_&&r.currentTranslate<(s.centeredSlides?i.maxTranslate()+i.size/2:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(s.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(s.slidesPerView,10)))}),r.currentTranslater.startTranslate&&(r.currentTranslate=r.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(r.currentTranslate=r.startTranslate),s.threshold>0)if(Math.abs(m)>s.threshold||r.allowThresholdMove){if(!r.allowThresholdMove){r.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,r.currentTranslate=r.startTranslate,n.diff=i.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY;return}}else{r.currentTranslate=r.startTranslate;return}!s.followFinger||s.cssMode||((s.freeMode&&s.freeMode.enabled&&i.freeMode||s.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),s.freeMode&&s.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(r.currentTranslate),i.setTranslate(r.currentTranslate))}function Fn(e){const t=this,i=t.touchEventsData,r=i.evCache.findIndex(v=>v.pointerId===e.pointerId);if(r>=0&&i.evCache.splice(r,1),["pointercancel","pointerout","pointerleave","contextmenu"].includes(e.type)&&!(["pointercancel","contextmenu"].includes(e.type)&&(t.browser.isSafari||t.browser.isWebView)))return;const{params:s,touches:n,rtlTranslate:a,slidesGrid:o,enabled:l}=t;if(!l||!s.simulateTouch&&e.pointerType==="mouse")return;let c=e;if(c.originalEvent&&(c=c.originalEvent),i.allowTouchCallbacks&&t.emit("touchEnd",c),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&s.grabCursor&&t.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}s.grabCursor&&i.isMoved&&i.isTouched&&(t.allowSlideNext===!0||t.allowSlidePrev===!0)&&t.setGrabCursor(!1);const d=Me(),u=d-i.touchStartTime;if(t.allowClick){const v=c.path||c.composedPath&&c.composedPath();t.updateClickedSlide(v&&v[0]||c.target,v),t.emit("tap click",c),u<300&&d-i.lastClickTime<300&&t.emit("doubleTap doubleClick",c)}if(i.lastClickTime=Me(),Ze(()=>{t.destroyed||(t.allowClick=!0)}),!i.isTouched||!i.isMoved||!t.swipeDirection||n.diff===0||i.currentTranslate===i.startTranslate){i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;return}i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;let p;if(s.followFinger?p=a?t.translate:-t.translate:p=-i.currentTranslate,s.cssMode)return;if(s.freeMode&&s.freeMode.enabled){t.freeMode.onTouchEnd({currentPos:p});return}let f=0,x=t.slidesSizesGrid[0];for(let v=0;v=o[v]&&p=o[v]&&(f=v,x=o[o.length-1]-o[o.length-2])}let m=null,h=null;s.rewind&&(t.isBeginning?h=s.virtual&&s.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(m=0));const g=(p-o[f])/x,w=fs.longSwipesMs){if(!s.longSwipes){t.slideTo(t.activeIndex);return}t.swipeDirection==="next"&&(g>=s.longSwipesRatio?t.slideTo(s.rewind&&t.isEnd?m:f+w):t.slideTo(f)),t.swipeDirection==="prev"&&(g>1-s.longSwipesRatio?t.slideTo(f+w):h!==null&&g<0&&Math.abs(g)>s.longSwipesRatio?t.slideTo(h):t.slideTo(f))}else{if(!s.shortSwipes){t.slideTo(t.activeIndex);return}t.navigation&&(c.target===t.navigation.nextEl||c.target===t.navigation.prevEl)?c.target===t.navigation.nextEl?t.slideTo(f+w):t.slideTo(f):(t.swipeDirection==="next"&&t.slideTo(m!==null?m:f+w),t.swipeDirection==="prev"&&t.slideTo(h!==null?h:f))}}function Yt(){const e=this,{params:t,el:i}=e;if(i&&i.offsetWidth===0)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:r,allowSlidePrev:s,snapGrid:n}=e,a=e.virtual&&e.params.virtual.enabled;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses();const o=a&&t.loop;(t.slidesPerView==="auto"||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides&&!o?e.slideTo(e.slides.length-1,0,!1,!0):e.params.loop&&!a?e.slideToLoop(e.realIndex,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&(clearTimeout(e.autoplay.resizeTimeout),e.autoplay.resizeTimeout=setTimeout(()=>{e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.resume()},500)),e.allowSlidePrev=s,e.allowSlideNext=r,e.params.watchOverflow&&n!==e.snapGrid&&e.checkOverflow()}function Gn(e){const t=this;!t.enabled||t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation()))}function Bn(){const e=this,{wrapperEl:t,rtlTranslate:i,enabled:r}=e;if(!r)return;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,e.translate===0&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();let s;const n=e.maxTranslate()-e.minTranslate();n===0?s=0:s=(e.translate-e.minTranslate())/n,s!==e.progress&&e.updateProgress(i?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}function jn(e){const t=this;Ee(t,e.target),!(t.params.cssMode||t.params.slidesPerView!=="auto"&&!t.params.autoHeight)&&t.update()}let Xt=!1;function Hn(){}const Si=(e,t)=>{const i=ee(),{params:r,el:s,wrapperEl:n,device:a}=e,o=!!r.nested,l=t==="on"?"addEventListener":"removeEventListener",c=t;s[l]("pointerdown",e.onTouchStart,{passive:!1}),i[l]("pointermove",e.onTouchMove,{passive:!1,capture:o}),i[l]("pointerup",e.onTouchEnd,{passive:!0}),i[l]("pointercancel",e.onTouchEnd,{passive:!0}),i[l]("pointerout",e.onTouchEnd,{passive:!0}),i[l]("pointerleave",e.onTouchEnd,{passive:!0}),i[l]("contextmenu",e.onTouchEnd,{passive:!0}),(r.preventClicks||r.preventClicksPropagation)&&s[l]("click",e.onClick,!0),r.cssMode&&n[l]("scroll",e.onScroll),r.updateOnWindowResize?e[c](a.ios||a.android?"resize orientationchange observerUpdate":"resize observerUpdate",Yt,!0):e[c]("observerUpdate",Yt,!0),s[l]("load",e.onLoad,{capture:!0})};function Wn(){const e=this,t=ee(),{params:i}=e;e.onTouchStart=Rn.bind(e),e.onTouchMove=Vn.bind(e),e.onTouchEnd=Fn.bind(e),i.cssMode&&(e.onScroll=Bn.bind(e)),e.onClick=Gn.bind(e),e.onLoad=jn.bind(e),Xt||(t.addEventListener("touchstart",Hn),Xt=!0),Si(e,"on")}function qn(){Si(this,"off")}var Kn={attachEvents:Wn,detachEvents:qn};const Ut=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;function Yn(){const e=this,{realIndex:t,initialized:i,params:r,el:s}=e,n=r.breakpoints;if(!n||n&&Object.keys(n).length===0)return;const a=e.getBreakpoint(n,e.params.breakpointsBase,e.el);if(!a||e.currentBreakpoint===a)return;const l=(a in n?n[a]:void 0)||e.originalParams,c=Ut(e,r),d=Ut(e,l),u=r.enabled;c&&!d?(s.classList.remove(`${r.containerModifierClass}grid`,`${r.containerModifierClass}grid-column`),e.emitContainerClasses()):!c&&d&&(s.classList.add(`${r.containerModifierClass}grid`),(l.grid.fill&&l.grid.fill==="column"||!l.grid.fill&&r.grid.fill==="column")&&s.classList.add(`${r.containerModifierClass}grid-column`),e.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach(g=>{if(typeof l[g]>"u")return;const w=r[g]&&r[g].enabled,v=l[g]&&l[g].enabled;w&&!v&&e[g].disable(),!w&&v&&e[g].enable()});const p=l.direction&&l.direction!==r.direction,f=r.loop&&(l.slidesPerView!==r.slidesPerView||p),x=r.loop;p&&i&&e.changeDirection(),z(e.params,l);const m=e.params.enabled,h=e.params.loop;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),u&&!m?e.disable():!u&&m&&e.enable(),e.currentBreakpoint=a,e.emit("_beforeBreakpoint",l),i&&(f?(e.loopDestroy(),e.loopCreate(t),e.updateSlides()):!x&&h?(e.loopCreate(t),e.updateSlides()):x&&!h&&e.loopDestroy()),e.emit("breakpoint",l)}function Xn(e,t,i){if(t===void 0&&(t="window"),!e||t==="container"&&!i)return;let r=!1;const s=$(),n=t==="window"?s.innerHeight:i.clientHeight,a=Object.keys(e).map(o=>{if(typeof o=="string"&&o.indexOf("@")===0){const l=parseFloat(o.substr(1));return{value:n*l,point:o}}return{value:o,point:o}});a.sort((o,l)=>parseInt(o.value,10)-parseInt(l.value,10));for(let o=0;o{typeof r=="object"?Object.keys(r).forEach(s=>{r[s]&&i.push(t+s)}):typeof r=="string"&&i.push(t+r)}),i}function Zn(){const e=this,{classNames:t,params:i,rtl:r,el:s,device:n}=e,a=Jn(["initialized",i.direction,{"free-mode":e.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:r},{grid:i.grid&&i.grid.rows>1},{"grid-column":i.grid&&i.grid.rows>1&&i.grid.fill==="column"},{android:n.android},{ios:n.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);t.push(...a),s.classList.add(...t),e.emitContainerClasses()}function Qn(){const e=this,{el:t,classNames:i}=e;t.classList.remove(...i),e.emitContainerClasses()}var es={addClasses:Zn,removeClasses:Qn};function ts(){const e=this,{isLocked:t,params:i}=e,{slidesOffsetBefore:r}=i;if(r){const s=e.slides.length-1,n=e.slidesGrid[s]+e.slidesSizesGrid[s]+r*2;e.isLocked=e.size>n}else e.isLocked=e.snapGrid.length===1;i.allowSlideNext===!0&&(e.allowSlideNext=!e.isLocked),i.allowSlidePrev===!0&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}var is={checkOverflow:ts},Jt={init:!0,direction:"horizontal",oneWayMovement:!1,touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopedSlides:null,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function rs(e,t){return function(r){r===void 0&&(r={});const s=Object.keys(r)[0],n=r[s];if(typeof n!="object"||n===null){z(t,r);return}if(e[s]===!0&&(e[s]={enabled:!0}),s==="navigation"&&e[s]&&e[s].enabled&&!e[s].prevEl&&!e[s].nextEl&&(e[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&e[s]&&e[s].enabled&&!e[s].el&&(e[s].auto=!0),!(s in e&&"enabled"in n)){z(t,r);return}typeof e[s]=="object"&&!("enabled"in e[s])&&(e[s].enabled=!0),e[s]||(e[s]={enabled:!1}),z(t,r)}}const We={eventsEmitter:Qr,update:un,translate:vn,transition:Sn,slide:An,loop:zn,grabCursor:Dn,events:Kn,breakpoints:Un,checkOverflow:is,classes:es},qe={};class k{constructor(){let t,i;for(var r=arguments.length,s=new Array(r),n=0;n1){const d=[];return a.querySelectorAll(i.el).forEach(u=>{const p=z({},i,{el:u});d.push(new k(p))}),d}const o=this;o.__swiper__=!0,o.support=xi(),o.device=Yr({userAgent:i.userAgent}),o.browser=Ur(),o.eventsListeners={},o.eventsAnyListeners=[],o.modules=[...o.__modules__],i.modules&&Array.isArray(i.modules)&&o.modules.push(...i.modules);const l={};o.modules.forEach(d=>{d({params:i,swiper:o,extendParams:rs(i,l),on:o.on.bind(o),once:o.once.bind(o),off:o.off.bind(o),emit:o.emit.bind(o)})});const c=z({},Jt,l);return o.params=z({},c,qe,i),o.originalParams=z({},o.params),o.passedParams=z({},i),o.params&&o.params.on&&Object.keys(o.params.on).forEach(d=>{o.on(d,o.params.on[d])}),o.params&&o.params.onAny&&o.onAny(o.params.onAny),Object.assign(o,{enabled:o.params.enabled,el:t,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return o.params.direction==="horizontal"},isVertical(){return o.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:o.params.allowSlideNext,allowSlidePrev:o.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:o.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,evCache:[]},allowClick:!0,allowTouchMove:o.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),o.emit("_swiper"),o.params.init&&o.init(),o}getSlideIndex(t){const{slidesEl:i,params:r}=this,s=F(i,`.${r.slideClass}, swiper-slide`),n=qt(s[0]);return qt(t)-n}getSlideIndexByData(t){return this.getSlideIndex(this.slides.filter(i=>i.getAttribute("data-swiper-slide-index")*1===t)[0])}recalcSlides(){const t=this,{slidesEl:i,params:r}=t;t.slides=F(i,`.${r.slideClass}, swiper-slide`)}enable(){const t=this;t.enabled||(t.enabled=!0,t.params.grabCursor&&t.setGrabCursor(),t.emit("enable"))}disable(){const t=this;!t.enabled||(t.enabled=!1,t.params.grabCursor&&t.unsetGrabCursor(),t.emit("disable"))}setProgress(t,i){const r=this;t=Math.min(Math.max(t,0),1);const s=r.minTranslate(),a=(r.maxTranslate()-s)*t+s;r.translateTo(a,typeof i>"u"?0:i),r.updateActiveIndex(),r.updateSlidesClasses()}emitContainerClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const i=t.el.className.split(" ").filter(r=>r.indexOf("swiper")===0||r.indexOf(t.params.containerModifierClass)===0);t.emit("_containerClasses",i.join(" "))}getSlideClasses(t){const i=this;return i.destroyed?"":t.className.split(" ").filter(r=>r.indexOf("swiper-slide")===0||r.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const i=[];t.slides.forEach(r=>{const s=t.getSlideClasses(r);i.push({slideEl:r,classNames:s}),t.emit("_slideClass",r,s)}),t.emit("_slideClasses",i)}slidesPerViewDynamic(t,i){t===void 0&&(t="current"),i===void 0&&(i=!1);const r=this,{params:s,slides:n,slidesGrid:a,slidesSizesGrid:o,size:l,activeIndex:c}=r;let d=1;if(typeof s.slidesPerView=="number")return s.slidesPerView;if(s.centeredSlides){let u=n[c]?n[c].swiperSlideSize:0,p;for(let f=c+1;fl&&(p=!0));for(let f=c-1;f>=0;f-=1)n[f]&&!p&&(u+=n[f].swiperSlideSize,d+=1,u>l&&(p=!0))}else if(t==="current")for(let u=c+1;u=0;u-=1)a[c]-a[u]{a.complete&&Ee(t,a)}),t.updateSize(),t.updateSlides(),t.updateProgress(),t.updateSlidesClasses();function s(){const a=t.rtlTranslate?t.translate*-1:t.translate,o=Math.min(Math.max(a,t.maxTranslate()),t.minTranslate());t.setTranslate(o),t.updateActiveIndex(),t.updateSlidesClasses()}let n;if(r.freeMode&&r.freeMode.enabled&&!r.cssMode)s(),r.autoHeight&&t.updateAutoHeight();else{if((r.slidesPerView==="auto"||r.slidesPerView>1)&&t.isEnd&&!r.centeredSlides){const a=t.virtual&&r.virtual.enabled?t.virtual.slides:t.slides;n=t.slideTo(a.length-1,0,!1,!0)}else n=t.slideTo(t.activeIndex,0,!1,!0);n||s()}r.watchOverflow&&i!==t.snapGrid&&t.checkOverflow(),t.emit("update")}changeDirection(t,i){i===void 0&&(i=!0);const r=this,s=r.params.direction;return t||(t=s==="horizontal"?"vertical":"horizontal"),t===s||t!=="horizontal"&&t!=="vertical"||(r.el.classList.remove(`${r.params.containerModifierClass}${s}`),r.el.classList.add(`${r.params.containerModifierClass}${t}`),r.emitContainerClasses(),r.params.direction=t,r.slides.forEach(n=>{t==="vertical"?n.style.width="":n.style.height=""}),r.emit("changeDirection"),i&&r.update()),r}changeLanguageDirection(t){const i=this;i.rtl&&t==="rtl"||!i.rtl&&t==="ltr"||(i.rtl=t==="rtl",i.rtlTranslate=i.params.direction==="horizontal"&&i.rtl,i.rtl?(i.el.classList.add(`${i.params.containerModifierClass}rtl`),i.el.dir="rtl"):(i.el.classList.remove(`${i.params.containerModifierClass}rtl`),i.el.dir="ltr"),i.update())}mount(t){const i=this;if(i.mounted)return!0;let r=t||i.params.el;if(typeof r=="string"&&(r=document.querySelector(r)),!r)return!1;r.swiper=i,r.parentNode&&r.parentNode.host&&r.parentNode.host.nodeName==="SWIPER-CONTAINER"&&(i.isElement=!0);const s=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let a=(()=>r&&r.shadowRoot&&r.shadowRoot.querySelector?r.shadowRoot.querySelector(s()):F(r,s())[0])();return!a&&i.params.createElements&&(a=wi("div",i.params.wrapperClass),r.append(a),F(r,`.${i.params.slideClass}`).forEach(o=>{a.append(o)})),Object.assign(i,{el:r,wrapperEl:a,slidesEl:i.isElement&&!r.parentNode.host.slideSlots?r.parentNode.host:a,hostEl:i.isElement?r.parentNode.host:r,mounted:!0,rtl:r.dir.toLowerCase()==="rtl"||H(r,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(r.dir.toLowerCase()==="rtl"||H(r,"direction")==="rtl"),wrongRTL:H(a,"display")==="-webkit-box"}),!0}init(t){const i=this;if(i.initialized||i.mount(t)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const s=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&s.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),s.forEach(n=>{n.complete?Ee(i,n):n.addEventListener("load",a=>{Ee(i,a.target)})}),Qe(i),i.initialized=!0,Qe(i),i.emit("init"),i.emit("afterInit"),i}destroy(t,i){t===void 0&&(t=!0),i===void 0&&(i=!0);const r=this,{params:s,el:n,wrapperEl:a,slides:o}=r;return typeof r.params>"u"||r.destroyed||(r.emit("beforeDestroy"),r.initialized=!1,r.detachEvents(),s.loop&&r.loopDestroy(),i&&(r.removeClasses(),n.removeAttribute("style"),a.removeAttribute("style"),o&&o.length&&o.forEach(l=>{l.classList.remove(s.slideVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),l.removeAttribute("style"),l.removeAttribute("data-swiper-slide-index")})),r.emit("destroy"),Object.keys(r.eventsListeners).forEach(l=>{r.off(l)}),t!==!1&&(r.el.swiper=null,Vr(r)),r.destroyed=!0),null}static extendDefaults(t){z(qe,t)}static get extendedDefaults(){return qe}static get defaults(){return Jt}static installModule(t){k.prototype.__modules__||(k.prototype.__modules__=[]);const i=k.prototype.__modules__;typeof t=="function"&&i.indexOf(t)<0&&i.push(t)}static use(t){return Array.isArray(t)?(t.forEach(i=>k.installModule(i)),k):(k.installModule(t),k)}}Object.keys(We).forEach(e=>{Object.keys(We[e]).forEach(t=>{k.prototype[t]=We[e][t]})});k.use([Jr,Zr]);function ns(e,t,i,r){return e.params.createElements&&Object.keys(r).forEach(s=>{if(!i[s]&&i.auto===!0){let n=F(e.el,`.${r[s]}`)[0];n||(n=wi("div",r[s]),n.className=r[s],e.el.append(n)),i[s]=n,t[s]=n}}),i}function ss(e){let{swiper:t,extendParams:i,on:r,emit:s}=e;i({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),t.navigation={nextEl:null,prevEl:null};const n=m=>(Array.isArray(m)?m:[m]).filter(h=>!!h);function a(m){let h;return m&&typeof m=="string"&&t.isElement&&(h=t.el.querySelector(m),h)?h:(m&&(typeof m=="string"&&(h=[...document.querySelectorAll(m)]),t.params.uniqueNavElements&&typeof m=="string"&&h.length>1&&t.el.querySelectorAll(m).length===1&&(h=t.el.querySelector(m))),m&&!h?m:h)}function o(m,h){const g=t.params.navigation;m=n(m),m.forEach(w=>{w&&(w.classList[h?"add":"remove"](...g.disabledClass.split(" ")),w.tagName==="BUTTON"&&(w.disabled=h),t.params.watchOverflow&&t.enabled&&w.classList[t.isLocked?"add":"remove"](g.lockClass))})}function l(){const{nextEl:m,prevEl:h}=t.navigation;if(t.params.loop){o(h,!1),o(m,!1);return}o(h,t.isBeginning&&!t.params.rewind),o(m,t.isEnd&&!t.params.rewind)}function c(m){m.preventDefault(),!(t.isBeginning&&!t.params.loop&&!t.params.rewind)&&(t.slidePrev(),s("navigationPrev"))}function d(m){m.preventDefault(),!(t.isEnd&&!t.params.loop&&!t.params.rewind)&&(t.slideNext(),s("navigationNext"))}function u(){const m=t.params.navigation;if(t.params.navigation=ns(t,t.originalParams.navigation,t.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!(m.nextEl||m.prevEl))return;let h=a(m.nextEl),g=a(m.prevEl);Object.assign(t.navigation,{nextEl:h,prevEl:g}),h=n(h),g=n(g);const w=(v,_)=>{v&&v.addEventListener("click",_==="next"?d:c),!t.enabled&&v&&v.classList.add(...m.lockClass.split(" "))};h.forEach(v=>w(v,"next")),g.forEach(v=>w(v,"prev"))}function p(){let{nextEl:m,prevEl:h}=t.navigation;m=n(m),h=n(h);const g=(w,v)=>{w.removeEventListener("click",v==="next"?d:c),w.classList.remove(...t.params.navigation.disabledClass.split(" "))};m.forEach(w=>g(w,"next")),h.forEach(w=>g(w,"prev"))}r("init",()=>{t.params.navigation.enabled===!1?x():(u(),l())}),r("toEdge fromEdge lock unlock",()=>{l()}),r("destroy",()=>{p()}),r("enable disable",()=>{let{nextEl:m,prevEl:h}=t.navigation;if(m=n(m),h=n(h),t.enabled){l();return}[...m,...h].filter(g=>!!g).forEach(g=>g.classList.add(t.params.navigation.lockClass))}),r("click",(m,h)=>{let{nextEl:g,prevEl:w}=t.navigation;g=n(g),w=n(w);const v=h.target;if(t.params.navigation.hideOnClick&&!w.includes(v)&&!g.includes(v)){if(t.pagination&&t.params.pagination&&t.params.pagination.clickable&&(t.pagination.el===v||t.pagination.el.contains(v)))return;let _;g.length?_=g[0].classList.contains(t.params.navigation.hiddenClass):w.length&&(_=w[0].classList.contains(t.params.navigation.hiddenClass)),s(_===!0?"navigationShow":"navigationHide"),[...g,...w].filter(y=>!!y).forEach(y=>y.classList.toggle(t.params.navigation.hiddenClass))}});const f=()=>{t.el.classList.remove(...t.params.navigation.navigationDisabledClass.split(" ")),u(),l()},x=()=>{t.el.classList.add(...t.params.navigation.navigationDisabledClass.split(" ")),p()};Object.assign(t.navigation,{enable:f,disable:x,update:l,init:u,destroy:p})}var et=!1,tt=!1,U=[],it=-1;function as(e){os(e)}function os(e){U.includes(e)||U.push(e),ls()}function yi(e){let t=U.indexOf(e);t!==-1&&t>it&&U.splice(t,1)}function ls(){!tt&&!et&&(et=!0,queueMicrotask(cs))}function cs(){et=!1,tt=!0;for(let e=0;ee.effect(t,{scheduler:i=>{rt?as(i):i()}}),bi=e.raw}function Zt(e){ne=e}function fs(e){let t=()=>{};return[r=>{let s=ne(r);return e._x_effects||(e._x_effects=new Set,e._x_runEffects=()=>{e._x_effects.forEach(n=>n())}),e._x_effects.add(s),t=()=>{s!==void 0&&(e._x_effects.delete(s),pe(s))},s},()=>{t()}]}function ce(e,t,i={}){e.dispatchEvent(new CustomEvent(t,{detail:i,bubbles:!0,composed:!0,cancelable:!0}))}function W(e,t){if(typeof ShadowRoot=="function"&&e instanceof ShadowRoot){Array.from(e.children).forEach(s=>W(s,t));return}let i=!1;if(t(e,()=>i=!0),i)return;let r=e.firstElementChild;for(;r;)W(r,t),r=r.nextElementSibling}function G(e,...t){console.warn(`Alpine Warning: ${e}`,...t)}var Qt=!1;function ps(){Qt&&G("Alpine has already been initialized on this page. Calling Alpine.start() more than once can cause problems."),Qt=!0,document.body||G("Unable to initialize. Trying to load Alpine before `` is available. Did you forget to add `defer` in Alpine's `