:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{--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:rgba(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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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:rgba(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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}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,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;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;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{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}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.my-\[111px\]{margin-top:111px;margin-bottom:111px}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-1{margin-left:-.25rem}.-ml-10{margin-left:-2.5rem}.-ml-11{margin-left:-2.75rem}.-ml-127{margin-left:-57rem}.-ml-32{margin-left:-8rem}.-ml-48{margin-left:-12rem}.-ml-5{margin-left:-1.25rem}.-ml-52{margin-left:-13rem}.-ml-64{margin-left:-16rem}.-ml-72{margin-left:-18rem}.-ml-\[200px\]{margin-left:-200px}.-ml-\[300px\]{margin-left:-300px}.-mr-14{margin-right:-3.5rem}.-mr-20{margin-right:-5rem}.-mt-11{margin-top:-2.75rem}.-mt-12{margin-top:-3rem}.-mt-14{margin-top:-3.5rem}.-mt-2{margin-top:-.5rem}.-mt-20{margin-top:-5rem}.-mt-34{margin-top:-8.5rem}.-mt-4{margin-top:-1rem}.-mt-60{margin-top:-15rem}.-mt-8{margin-top:-2rem}.-mt-9{margin-top:-2.25rem}.-mt-\[134px\]{margin-top:-134px}.-mt-\[182px\]{margin-top:-182px}.-mt-\[300px\]{margin-top:-300px}.-mt-\[600px\]{margin-top:-600px}.mb-10{margin-bottom:2.5rem}.mb-106{margin-bottom:34rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-18{margin-bottom:4.5rem}.mb-20{margin-bottom:5rem}.mb-26{margin-bottom:6.5rem}.mb-30{margin-bottom:7.5rem}.mb-34{margin-bottom:8.5rem}.mb-40{margin-bottom:10rem}.mb-6{margin-bottom:1.5rem}.mb-62{margin-bottom:15.5rem}.mb-\[66px\]{margin-bottom:66px}.mb-\[83px\]{margin-bottom:83px}.ml-0{margin-left:0}.ml-10{margin-left:2.5rem}.ml-108{margin-left:36rem}.ml-11{margin-left:2.75rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-22{margin-left:5.5rem}.ml-24{margin-left:6rem}.ml-26{margin-left:6.5rem}.ml-34{margin-left:8.5rem}.ml-36{margin-left:9rem}.ml-4{margin-left:1rem}.ml-4\.125{margin-left:1.125rem}.ml-44{margin-left:11rem}.ml-5{margin-left:1.25rem}.ml-52{margin-left:13rem}.ml-6{margin-left:1.5rem}.ml-64{margin-left:16rem}.ml-8{margin-left:2rem}.ml-\[1px\]{margin-left:1px}.ml-\[31px\]{margin-left:31px}.ml-\[570px\]{margin-left:570px}.ml-\[680px\]{margin-left:680px}.ml-\[92px\]{margin-left:92px}.ml-\[99px\]{margin-left:99px}.ml-auto{margin-left:auto}.mr-11{margin-right:2.75rem}.mr-\[190px\]{margin-right:190px}.mr-auto{margin-right:auto}.mt-10{margin-top:2.5rem}.mt-102{margin-top:30rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-18{margin-top:4.5rem}.mt-19{margin-top:4.75rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-22{margin-top:5.5rem}.mt-24{margin-top:6rem}.mt-26{margin-top:6.5rem}.mt-28{margin-top:7rem}.mt-30{margin-top:7.5rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-44{margin-top:11rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-62{margin-top:15.5rem}.mt-8{margin-top:2rem}.mt-85{margin-top:23rem}.mt-96{margin-top:24rem}.mt-\[10px\]{margin-top:10px}.mt-\[111px\]{margin-top:111px}.mt-\[12px\]{margin-top:12px}.mt-\[14\.3px\]{margin-top:14.3px}.mt-\[15\.1px\]{margin-top:15.1px}.mt-\[15px\]{margin-top:15px}.mt-\[168px\]{margin-top:168px}.mt-\[21px\]{margin-top:21px}.mt-\[24px\]{margin-top:24px}.mt-\[27px\]{margin-top:27px}.mt-\[29px\]{margin-top:29px}.mt-\[300px\]{margin-top:300px}.mt-\[309px\]{margin-top:309px}.mt-\[30px\]{margin-top:30px}.mt-\[32px\]{margin-top:32px}.mt-\[340px\]{margin-top:340px}.mt-\[40px\]{margin-top:40px}.mt-\[60px\]{margin-top:60px}.mt-\[63px\]{margin-top:63px}.mt-\[68px\]{margin-top:68px}.mt-\[74px\]{margin-top:74px}.mt-\[76px\]{margin-top:76px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-0{height:0}.h-11{height:2.75rem}.h-12\.125{height:3.125rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-22{height:5.5rem}.h-32{height:8rem}.h-36{height:9rem}.h-40{height:10rem}.h-48{height:12rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[100px\]{height:100px}.h-\[1014px\]{height:1014px}.h-\[105px\]{height:105px}.h-\[1087px\]{height:1087px}.h-\[110px\]{height:110px}.h-\[116px\]{height:116px}.h-\[122px\]{height:122px}.h-\[125px\]{height:125px}.h-\[130px\]{height:130px}.h-\[148px\]{height:148px}.h-\[151px\]{height:151px}.h-\[152px\]{height:152px}.h-\[1535px\]{height:1535px}.h-\[159\.5px\]{height:159.5px}.h-\[160px\]{height:160px}.h-\[1610px\]{height:1610px}.h-\[180px\]{height:180px}.h-\[182\.97px\]{height:182.97px}.h-\[19px\]{height:19px}.h-\[200px\]{height:200px}.h-\[201px\]{height:201px}.h-\[205\.54px\]{height:205.54px}.h-\[217px\]{height:217px}.h-\[220px\]{height:220px}.h-\[227px\]{height:227px}.h-\[230px\]{height:230px}.h-\[233px\]{height:233px}.h-\[234px\]{height:234px}.h-\[239px\]{height:239px}.h-\[242\.86px\]{height:242.86px}.h-\[258px\]{height:258px}.h-\[272px\]{height:272px}.h-\[277px\]{height:277px}.h-\[294px\]{height:294px}.h-\[295\.59px\]{height:295.59px}.h-\[311px\]{height:311px}.h-\[318px\]{height:318px}.h-\[319px\]{height:319px}.h-\[332px\]{height:332px}.h-\[342\.86px\]{height:342.86px}.h-\[344px\]{height:344px}.h-\[346px\]{height:346px}.h-\[348px\]{height:348px}.h-\[364px\]{height:364px}.h-\[373\.57px\]{height:373.57px}.h-\[376px\]{height:376px}.h-\[406\.5px\]{height:406.5px}.h-\[408px\]{height:408px}.h-\[415px\]{height:415px}.h-\[43px\]{height:43px}.h-\[445px\]{height:445px}.h-\[448px\]{height:448px}.h-\[466px\]{height:466px}.h-\[474px\]{height:474px}.h-\[492\.32px\]{height:492.32px}.h-\[50px\]{height:50px}.h-\[51px\]{height:51px}.h-\[523px\]{height:523px}.h-\[525px\]{height:525px}.h-\[554px\]{height:554px}.h-\[559\.5px\]{height:559.5px}.h-\[570px\]{height:570px}.h-\[579px\]{height:579px}.h-\[59\.09px\]{height:59.09px}.h-\[59px\]{height:59px}.h-\[600px\]{height:600px}.h-\[623px\]{height:623px}.h-\[635\.59px\]{height:635.59px}.h-\[636px\]{height:636px}.h-\[640px\]{height:640px}.h-\[648px\]{height:648px}.h-\[64px\]{height:64px}.h-\[663px\]{height:663px}.h-\[70px\]{height:70px}.h-\[802px\]{height:802px}.h-\[82\.1px\]{height:82.1px}.h-\[820px\]{height:820px}.h-\[859px\]{height:859px}.h-\[85px\]{height:85px}.h-\[86px\]{height:86px}.h-\[88px\]{height:88px}.h-\[89px\]{height:89px}.h-\[92\.09px\]{height:92.09px}.h-\[92px\]{height:92px}.h-\[988px\]{height:988px}.h-\[calc\(100\%-10rem\)\]{height:calc(100% - 10rem)}.h-auto{height:auto}.h-full{height:100%}.h-min{height:-moz-min-content;height:min-content}.h-screen{height:100vh}.min-h-\[25rem\]{min-height:25rem}.w-107{width:35rem}.w-125{width:49rem}.w-154{width:76rem}.w-32{width:8rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-70{width:17.5rem}.w-8{width:2rem}.w-\[1063\.1px\]{width:1063.1px}.w-\[110px\]{width:110px}.w-\[134px\]{width:134px}.w-\[139\.67px\]{width:139.67px}.w-\[140px\]{width:140px}.w-\[157px\]{width:157px}.w-\[1593\.93px\]{width:1593.93px}.w-\[160\.19px\]{width:160.19px}.w-\[167px\]{width:167px}.w-\[196\.19px\]{width:196.19px}.w-\[211\.57px\]{width:211.57px}.w-\[220px\]{width:220px}.w-\[221px\]{width:221px}.w-\[3\.6\/4\]{width:3.6/4}.w-\[310px\]{width:310px}.w-\[320px\]{width:320px}.w-\[352\.5px\]{width:352.5px}.w-\[364px\]{width:364px}.w-\[395px\]{width:395px}.w-\[518\.38px\]{width:518.38px}.w-\[590px\]{width:590px}.w-\[640px\]{width:640px}.w-\[75\.91px\]{width:75.91px}.w-\[80px\]{width:80px}.w-\[820px\]{width:820px}.w-\[84px\]{width:84px}.w-\[868px\]{width:868px}.w-\[917px\]{width:917px}.w-\[924px\]{width:924px}.w-\[925\.06px\]{width:925.06px}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.min-w-\[21rem\]{min-width:21rem}.flex-1{flex:1 1 0%}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-grab{cursor:grab}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-10{gap:2.5rem}.gap-14\.25{gap:3.25rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-34{gap:8.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.overflow-hidden{overflow:hidden}.rounded-\[10px\]{border-radius:10px}.rounded-\[20px\]{border-radius:20px}.rounded-\[40px\]{border-radius:40px}.rounded-xl{border-radius:.75rem}.rounded-tr-2xl{border-top-right-radius:1rem}.border{border-width:1px}.border-2{border-width:2px}.border-b-4{border-bottom-width:4px}.border-r{border-right-width:1px}.border-hidden{border-style:hidden}.border-BORDER_BOTTOM_MENU{--tw-border-opacity:1;border-color:rgb(250 171 2/var(--tw-border-opacity,1))}.border-INPUT_FORM{border-color:#faab0233}.border-RED{--tw-border-opacity:1;border-color:rgb(255 64 51/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity,1))}.border-lime-700{--tw-border-opacity:1;border-color:rgb(77 124 15/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-red-800{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.border-violet-500{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.border-violet-700{--tw-border-opacity:1;border-color:rgb(109 40 217/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-zinc-600{--tw-border-opacity:1;border-color:rgb(82 82 91/var(--tw-border-opacity,1))}.bg-BORDER_BOTTOM_MENU{--tw-bg-opacity:1;background-color:rgb(250 171 2/var(--tw-bg-opacity,1))}.bg-INPUT_FORM{background-color:#faab0233}.bg-WHITE{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-\[\#FFEFCF\]{--tw-bg-opacity:1;background-color:rgb(255 239 207/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-about-background-initial-mobile{background-image:url(/_next/static/media/background.e93a8bed.png)}.bg-div-report-mobile{background-image:url(/_next/static/media/image_video_mobile.6fde94f9.png)}.bg-footer{background-image:url(/_next/static/media/footer.bf1b7c95.png)}.bg-form-button-send{background-image:url(/_next/static/media/form_button_send.e7099137.png)}.bg-home-background-curve-gallery-mobile{background-image:url(/_next/static/media/curve.b86d3f3f.png)}.bg-home-background-rectangle-about-us-mobile{background-image:url(/_next/static/media/background-about-us.84844fba.png)}.bg-home-background-rectangle-activities-mobile{background-image:url(/_next/static/media/background-activities.beec5e97.png)}.bg-home-background-rectangle-nude-mobile{background-image:url(/_next/static/media/background-rectangle.4b4ecd42.png)}.bg-home-background-social-media{background-image:url(/_next/static/media/background-social-media.03ce79b3.png)}.bg-home-background-white-rectangle-mobile{background-image:url(/_next/static/media/background-white-rectangle.bc8df930.png)}.bg-icon-arrow-right-desktop{background-image:url(/_next/static/media/icon_arrow_right_bold.77ca2898.png)}.bg-icon-arrow-right-mobile{background-image:url(/_next/static/media/icon_arrow_right_bold_mobile.80ab4efb.png)}.bg-mobile_footer{background-image:url(/_next/static/media/mobile_footer.1c7badb2.png)}.bg-contain{background-size:contain}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-round{background-repeat:round}.p-4{padding:1rem}.p-8{padding:2rem}.p-\[10px\]{padding:10px}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-30{padding-top:7.5rem;padding-bottom:7.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[46px\]{padding-top:46px;padding-bottom:46px}.pb-2{padding-bottom:.5rem}.pr-5{padding-right:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-antonio{font-family:Antonio,sans-serif}.font-menu{font-family:Palanquin,sans-serif}.font-oswald{font-family:Oswald,sans-serif}.font-roboto{font-family:Roboto,sans-serif}.text-2xl{font-size:1.563rem}.text-3xl{font-size:1.953rem}.text-4xl{font-size:2.441rem}.text-\[24px\]{font-size:24px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[40px\]{font-size:40px}.text-\[80px\]{font-size:80px}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.8rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-regular{font-weight:400}.leading-11{line-height:2.75rem}.leading-12\.125{line-height:3.125rem}.leading-7{line-height:1.75rem}.leading-\[2\.875rem\]{line-height:2.875rem}.leading-\[3\.125rem\]{line-height:3.125rem}.leading-\[4\.65rem\]{line-height:4.65rem}.leading-\[4\.95rem\]{line-height:4.95rem}.leading-\[4rem\]{line-height:4rem}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-BASIC_TEXT_COLOR{--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity,1))}.text-BLACK\/70{color:rgba(0,0,0,.7)}.text-BORDER_BOTTOM_MENU{--tw-text-opacity:1;color:rgb(250 171 2/var(--tw-text-opacity,1))}.text-FONT_COLOR{--tw-text-opacity:1;color:rgb(50 67 79/var(--tw-text-opacity,1))}.text-WHITE,.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.blur{--tw-blur:blur(8px)}.blur,.blur-\[201\.26px\]{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)}.blur-\[201\.26px\]{--tw-blur:blur(201.26px)}.blur-\[301\.26px\]{--tw-blur:blur(301.26px)}.blur-\[301\.26px\],.blur-\[401\.26px\]{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)}.blur-\[401\.26px\]{--tw-blur:blur(401.26px)}.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:.15s}.duration-200{transition-duration:.2s}.will-change-transform{will-change:transform}*{margin:0;padding:0;boxSizing:border-box}body{background:#fff;color:#212529;outline:none}:body,button,input,textarea{fontFamily:"Palanquin","Antonio","Roboto" sans-serif;fontWeight:700;border:none;outline:none}:a{color:inherit;textDecoration:none}:button{cursor:pointer}.hover\:border-b-4:hover{border-bottom-width:4px}.hover\:bg-\[\#FFEFCF\]:hover{--tw-bg-opacity:1;background-color:rgb(255 239 207/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:cursor-grabbing:active{cursor:grabbing}@media (min-width:360px){.xs\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xs\:mx-auto{margin-left:auto;margin-right:auto}.xs\:-ml-10{margin-left:-2.5rem}.xs\:-ml-72{margin-left:-18rem}.xs\:-ml-\[170px\]{margin-left:-170px}.xs\:-mr-7{margin-right:-1.75rem}.xs\:ml-10{margin-left:2.5rem}.xs\:ml-4{margin-left:1rem}.xs\:ml-6{margin-left:1.5rem}.xs\:ml-8{margin-left:2rem}.xs\:ml-\[42px\]{margin-left:42px}.xs\:mr-10{margin-right:2.5rem}.xs\:mr-8{margin-right:2rem}.xs\:mt-0{margin-top:0}.xs\:mt-0\.5{margin-top:.125rem}.xs\:mt-10{margin-top:2.5rem}.xs\:mt-12{margin-top:3rem}.xs\:mt-20{margin-top:5rem}.xs\:mt-6{margin-top:1.5rem}.xs\:mt-8{margin-top:2rem}.xs\:mt-\[12px\]{margin-top:12px}.xs\:mt-\[47px\]{margin-top:47px}.xs\:mt-\[54px\]{margin-top:54px}.xs\:flex{display:flex}.xs\:hidden{display:none}.xs\:h-30{height:7.5rem}.xs\:h-\[176px\]{height:176px}.xs\:h-\[640px\]{height:640px}.xs\:h-max{height:-moz-max-content;height:max-content}.xs\:h-min{height:-moz-min-content;height:min-content}.xs\:w-42{width:10.5rem}.xs\:w-70{width:17.5rem}.xs\:w-\[111px\]{width:111px}.xs\:w-\[116px\]{width:116px}.xs\:w-\[151px\]{width:151px}.xs\:w-\[160px\]{width:160px}.xs\:w-\[167px\]{width:167px}.xs\:w-\[182px\]{width:182px}.xs\:w-\[232\.6px\]{width:232.6px}.xs\:w-\[237px\]{width:237px}.xs\:w-\[266px\]{width:266px}.xs\:w-\[267px\]{width:267px}.xs\:w-\[278px\]{width:278px}.xs\:w-\[280px\]{width:280px}.xs\:w-\[298px\]{width:298px}.xs\:w-\[299px\]{width:299px}.xs\:w-\[322px\]{width:322px}.xs\:w-\[324px\]{width:324px}.xs\:w-\[327px\]{width:327px}.xs\:w-\[330px\]{width:330px}.xs\:w-\[332px\]{width:332px}.xs\:w-\[338\.6px\]{width:338.6px}.xs\:w-\[340px\]{width:340px}.xs\:w-\[346px\]{width:346px}.xs\:w-\[349px\]{width:349px}.xs\:w-\[350px\]{width:350px}.xs\:w-\[351\.75px\]{width:351.75px}.xs\:w-\[363px\]{width:363px}.xs\:w-\[366px\]{width:366px}.xs\:w-\[368\.6px\]{width:368.6px}.xs\:w-\[370px\]{width:370px}.xs\:w-\[376px\]{width:376px}.xs\:w-\[400px\]{width:400px}.xs\:w-\[430px\]{width:430px}.xs\:w-\[55px\]{width:55px}.xs\:w-\[94\.94px\]{width:94.94px}.xs\:w-auto{width:auto}.xs\:w-full{width:100%}.xs\:flex-row{flex-direction:row}.xs\:flex-col{flex-direction:column}.xs\:items-center{align-items:center}.xs\:gap-8{gap:2rem}.xs\:rounded-\[10px\]{border-radius:10px}.xs\:rounded-tl-2xl{border-top-left-radius:1rem}.xs\:bg-about-yellow-circle-mobile{background-image:url(/_next/static/media/yellow-circle.88f2e533.png)}.xs\:p-6{padding:1.5rem}.xs\:font-antonio{font-family:Antonio,sans-serif}.xs\:font-oswald{font-family:Oswald,sans-serif}.xs\:text-\[14px\]{font-size:14px}.xs\:text-\[17\.5px\]{font-size:17.5px}.xs\:text-\[30px\]{font-size:30px}.xs\:text-\[40px\]{font-size:40px}.xs\:text-base{font-size:1rem}.xs\:text-lg{font-size:1.125rem}.xs\:text-xl{font-size:1.25rem}}@media (min-width:640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-28{margin-top:7rem;margin-bottom:7rem}.sm\:-ml-48{margin-left:-12rem}.sm\:-ml-\[390px\]{margin-left:-390px}.sm\:-mt-24{margin-top:-6rem}.sm\:-mt-4{margin-top:-1rem}.sm\:-mt-60{margin-top:-15rem}.sm\:mb-28{margin-bottom:7rem}.sm\:mb-30{margin-bottom:7.5rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-12{margin-left:3rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-26{margin-left:6.5rem}.sm\:ml-30{margin-left:7.5rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-40{margin-left:10rem}.sm\:ml-44{margin-left:11rem}.sm\:ml-85{margin-left:23rem}.sm\:mr-18{margin-right:4.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-5{margin-top:1.25rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-8{height:2rem}.sm\:h-\[100px\]{height:100px}.sm\:h-\[1030px\]{height:1030px}.sm\:h-\[112px\]{height:112px}.sm\:h-\[120px\]{height:120px}.sm\:h-\[1635px\]{height:1635px}.sm\:h-\[170px\]{height:170px}.sm\:h-\[171px\]{height:171px}.sm\:h-\[1735px\]{height:1735px}.sm\:h-\[190px\]{height:190px}.sm\:h-\[200px\]{height:200px}.sm\:h-\[208px\]{height:208px}.sm\:h-\[220px\]{height:220px}.sm\:h-\[240px\]{height:240px}.sm\:h-\[250px\]{height:250px}.sm\:h-\[254px\]{height:254px}.sm\:h-\[372px\]{height:372px}.sm\:h-\[390px\]{height:390px}.sm\:h-\[410px\]{height:410px}.sm\:h-\[500px\]{height:500px}.sm\:h-\[573\.57px\]{height:573.57px}.sm\:h-\[700px\]{height:700px}.sm\:h-\[71px\]{height:71px}.sm\:h-\[810px\]{height:810px}.sm\:w-105{width:31rem}.sm\:w-8{width:2rem}.sm\:w-\[171px\]{width:171px}.sm\:w-\[227px\]{width:227px}.sm\:w-\[275px\]{width:275px}.sm\:w-\[287px\]{width:287px}.sm\:w-\[288px\]{width:288px}.sm\:w-\[325px\]{width:325px}.sm\:w-\[340px\]{width:340px}.sm\:w-\[350px\]{width:350px}.sm\:w-\[372px\]{width:372px}.sm\:w-\[382px\]{width:382px}.sm\:w-\[384px\]{width:384px}.sm\:w-\[386px\]{width:386px}.sm\:w-\[400px\]{width:400px}.sm\:w-\[410px\]{width:410px}.sm\:w-\[440px\]{width:440px}.sm\:w-\[450px\]{width:450px}.sm\:w-\[492px\]{width:492px}.sm\:w-\[550px\]{width:550px}.sm\:w-\[560px\]{width:560px}.sm\:w-\[570px\]{width:570px}.sm\:w-\[590px\]{width:590px}.sm\:w-\[596px\]{width:596px}.sm\:w-\[610px\]{width:610px}.sm\:w-\[650px\]{width:650px}.sm\:w-full{width:100%}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:bg-home-background-rectangle-about-us{background-image:url(/_next/static/media/background-about-us.c7864e01.png)}.sm\:bg-home-background-rectangle-activities{background-image:url(/_next/static/media/background-activities.51daa133.png)}.sm\:bg-home-background-rectangle-nude{background-image:url(/_next/static/media/background-rectangle.433445b4.png)}.sm\:bg-home-background-white-rectangle{background-image:url(/_next/static/media/background-white-rectangle.36cb38e3.png)}.sm\:bg-cover{background-size:cover}.sm\:bg-repeat{background-repeat:repeat}.sm\:py-60{padding-top:15rem;padding-bottom:15rem}.sm\:text-\[30px\]{font-size:30px}.sm\:text-\[34px\]{font-size:34px}.sm\:text-\[40px\]{font-size:40px}.sm\:text-\[45px\]{font-size:45px}.sm\:text-\[50px\]{font-size:50px}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:leading-8{line-height:2rem}.sm\:leading-\[3\.5rem\]{line-height:3.5rem}.sm\:leading-\[3rem\]{line-height:3rem}.sm\:tracking-wider{letter-spacing:.05em}}@media (min-width:768px){.md\:-ml-101{margin-left:-29rem}.md\:-ml-\[420px\]{margin-left:-420px}.md\:-mt-12{margin-top:-3rem}.md\:-mt-2{margin-top:-.5rem}.md\:ml-100{margin-left:28rem}.md\:ml-40{margin-left:10rem}.md\:ml-44{margin-left:11rem}.md\:ml-\[202px\]{margin-left:202px}.md\:mt-10{margin-top:2.5rem}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[150px\]{height:150px}.md\:h-\[160px\]{height:160px}.md\:h-\[180px\]{height:180px}.md\:h-\[320px\]{height:320px}.md\:h-\[430px\]{height:430px}.md\:h-\[510px\]{height:510px}.md\:h-\[550px\]{height:550px}.md\:h-\[62px\]{height:62px}.md\:h-\[910px\]{height:910px}.md\:w-116{width:40rem}.md\:w-\[346px\]{width:346px}.md\:w-\[685px\]{width:685px}.md\:w-\[700px\]{width:700px}.md\:w-\[710px\]{width:710px}.md\:w-\[718px\]{width:718px}.md\:w-\[720px\]{width:720px}.md\:w-\[728px\]{width:728px}.md\:w-\[768px\]{width:768px}.md\:w-full{width:100%}.md\:flex-col{flex-direction:column}.md\:gap-7{gap:1.75rem}.md\:bg-footer{background-image:url(/_next/static/media/footer.bf1b7c95.png)}.md\:text-\[36px\]{font-size:36px}.md\:text-\[38px\]{font-size:38px}.md\:tracking-wider{letter-spacing:.05em}}@media (min-width:1024px){.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:-ml-114{margin-left:-42rem}.lg\:-ml-44{margin-left:-11rem}.lg\:-ml-84{margin-left:-22rem}.lg\:-mt-2{margin-top:-.5rem}.lg\:-mt-22{margin-top:-5.5rem}.lg\:-mt-40{margin-top:-10rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:ml-0{margin-left:0}.lg\:ml-102{margin-left:30rem}.lg\:ml-116{margin-left:44rem}.lg\:ml-12{margin-left:3rem}.lg\:ml-14{margin-left:3.5rem}.lg\:ml-28{margin-left:7rem}.lg\:ml-4{margin-left:1rem}.lg\:ml-56{margin-left:14rem}.lg\:ml-64{margin-left:16rem}.lg\:ml-7{margin-left:1.75rem}.lg\:ml-8{margin-left:2rem}.lg\:ml-\[152px\]{margin-left:152px}.lg\:ml-\[20px\]{margin-left:20px}.lg\:ml-\[400px\]{margin-left:400px}.lg\:ml-\[487px\]{margin-left:487px}.lg\:mr-10{margin-right:2.5rem}.lg\:mt-0{margin-top:0}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-28{margin-top:7rem}.lg\:mt-44{margin-top:11rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-9{margin-top:2.25rem}.lg\:mt-\[135px\]{margin-top:135px}.lg\:mt-\[41px\]{margin-top:41px}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[114px\]{height:114px}.lg\:h-\[130px\]{height:130px}.lg\:h-\[135px\]{height:135px}.lg\:h-\[170px\]{height:170px}.lg\:h-\[231\.43px\]{height:231.43px}.lg\:h-\[274px\]{height:274px}.lg\:h-\[290px\]{height:290px}.lg\:h-\[370px\]{height:370px}.lg\:h-\[384px\]{height:384px}.lg\:h-\[400px\]{height:400px}.lg\:h-\[423px\]{height:423px}.lg\:h-\[425\.09px\]{height:425.09px}.lg\:h-\[570px\]{height:570px}.lg\:h-\[629\.21px\]{height:629.21px}.lg\:h-\[750px\]{height:750px}.lg\:h-\[80px\]{height:80px}.lg\:h-\[828px\]{height:828px}.lg\:h-\[830px\]{height:830px}.lg\:h-\[848px\]{height:848px}.lg\:h-\[889px\]{height:889px}.lg\:h-\[88px\]{height:88px}.lg\:w-132{width:56rem}.lg\:w-80{width:20rem}.lg\:w-82{width:22rem}.lg\:w-\[1024px\]{width:1024px}.lg\:w-\[125px\]{width:125px}.lg\:w-\[265px\]{width:265px}.lg\:w-\[270px\]{width:270px}.lg\:w-\[274px\]{width:274px}.lg\:w-\[330px\]{width:330px}.lg\:w-\[340px\]{width:340px}.lg\:w-\[35px\]{width:35px}.lg\:w-\[390px\]{width:390px}.lg\:w-\[438px\]{width:438px}.lg\:w-\[480px\]{width:480px}.lg\:w-\[490px\]{width:490px}.lg\:w-\[497px\]{width:497px}.lg\:w-\[500px\]{width:500px}.lg\:w-\[556px\]{width:556px}.lg\:w-\[566px\]{width:566px}.lg\:w-\[579\.5px\]{width:579.5px}.lg\:w-\[650px\]{width:650px}.lg\:w-\[706px\]{width:706px}.lg\:w-\[746px\]{width:746px}.lg\:w-\[870px\]{width:870px}.lg\:w-\[880px\]{width:880px}.lg\:w-\[920px\]{width:920px}.lg\:w-\[924px\]{width:924px}.lg\:w-\[940px\]{width:940px}.lg\:w-\[950px\]{width:950px}.lg\:w-\[980px\]{width:980px}.lg\:w-\[990px\]{width:990px}.lg\:w-full{width:100%}.lg\:w-max{width:-moz-max-content;width:max-content}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:gap-6{gap:1.5rem}.lg\:border-solid{border-style:solid}.lg\:bg-no-repeat{background-repeat:no-repeat}.lg\:text-end{text-align:end}.lg\:text-\[28px\]{font-size:28px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-\[55px\]{font-size:55px}.lg\:text-\[60px\]{font-size:60px}.lg\:text-base{font-size:1rem}.lg\:text-lg{font-size:1.125rem}.lg\:text-xl{font-size:1.25rem}.lg\:leading-\[4rem\]{line-height:4rem}.lg\:tracking-wider{letter-spacing:.05em}.lg\:tracking-widest{letter-spacing:.1em}}@media (min-width:1280px){.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:-ml-10{margin-left:-2.5rem}.xl\:-ml-12{margin-left:-3rem}.xl\:-ml-14{margin-left:-3.5rem}.xl\:-ml-4{margin-left:-1rem}.xl\:-ml-44{margin-left:-11rem}.xl\:-ml-72{margin-left:-18rem}.xl\:-mt-16{margin-top:-4rem}.xl\:-mt-40{margin-top:-10rem}.xl\:-mt-\[152px\]{margin-top:-152px}.xl\:-mt-\[245px\]{margin-top:-245px}.xl\:mb-20{margin-bottom:5rem}.xl\:ml-0{margin-left:0}.xl\:ml-10{margin-left:2.5rem}.xl\:ml-108{margin-left:36rem}.xl\:ml-11{margin-left:2.75rem}.xl\:ml-12{margin-left:3rem}.xl\:ml-18{margin-left:4.5rem}.xl\:ml-20{margin-left:5rem}.xl\:ml-22{margin-left:5.5rem}.xl\:ml-24{margin-left:6rem}.xl\:ml-26{margin-left:6.5rem}.xl\:ml-3{margin-left:.75rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-60{margin-left:15rem}.xl\:ml-\[540px\]{margin-left:540px}.xl\:ml-\[58px\]{margin-left:58px}.xl\:mr-16{margin-right:4rem}.xl\:mr-auto{margin-right:auto}.xl\:mt-12{margin-top:3rem}.xl\:mt-14{margin-top:3.5rem}.xl\:mt-18{margin-top:4.5rem}.xl\:mt-2{margin-top:.5rem}.xl\:mt-20{margin-top:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mt-26{margin-top:6.5rem}.xl\:mt-44{margin-top:11rem}.xl\:mt-48{margin-top:12rem}.xl\:mt-\[33px\]{margin-top:33px}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:h-20{height:5rem}.xl\:h-36{height:9rem}.xl\:h-\[1030px\]{height:1030px}.xl\:h-\[110px\]{height:110px}.xl\:h-\[150px\]{height:150px}.xl\:h-\[165px\]{height:165px}.xl\:h-\[201px\]{height:201px}.xl\:h-\[220px\]{height:220px}.xl\:h-\[246px\]{height:246px}.xl\:h-\[280px\]{height:280px}.xl\:h-\[352px\]{height:352px}.xl\:h-\[356px\]{height:356px}.xl\:h-\[358px\]{height:358px}.xl\:h-\[370px\]{height:370px}.xl\:h-\[482\.61px\]{height:482.61px}.xl\:h-\[490px\]{height:490px}.xl\:h-\[500px\]{height:500px}.xl\:h-\[505px\]{height:505px}.xl\:h-\[562\.32px\]{height:562.32px}.xl\:h-\[75px\]{height:75px}.xl\:h-\[828px\]{height:828px}.xl\:h-\[848px\]{height:848px}.xl\:w-122{width:46rem}.xl\:w-68{width:17rem}.xl\:w-80{width:20rem}.xl\:w-\[1000px\]{width:1000px}.xl\:w-\[1020px\]{width:1020px}.xl\:w-\[1100px\]{width:1100px}.xl\:w-\[1110px\]{width:1110px}.xl\:w-\[1180px\]{width:1180px}.xl\:w-\[1200px\]{width:1200px}.xl\:w-\[1210px\]{width:1210px}.xl\:w-\[1220px\]{width:1220px}.xl\:w-\[1280px\]{width:1280px}.xl\:w-\[165px\]{width:165px}.xl\:w-\[188px\]{width:188px}.xl\:w-\[224px\]{width:224px}.xl\:w-\[242\.86px\]{width:242.86px}.xl\:w-\[260px\]{width:260px}.xl\:w-\[267px\]{width:267px}.xl\:w-\[281px\]{width:281px}.xl\:w-\[323px\]{width:323px}.xl\:w-\[347\.51px\]{width:347.51px}.xl\:w-\[348px\]{width:348px}.xl\:w-\[358px\]{width:358px}.xl\:w-\[370px\]{width:370px}.xl\:w-\[371px\]{width:371px}.xl\:w-\[379px\]{width:379px}.xl\:w-\[389px\]{width:389px}.xl\:w-\[416px\]{width:416px}.xl\:w-\[469\.5px\]{width:469.5px}.xl\:w-\[520px\]{width:520px}.xl\:w-\[548px\]{width:548px}.xl\:w-\[566px\]{width:566px}.xl\:w-\[597px\]{width:597px}.xl\:w-\[820px\]{width:820px}.xl\:w-\[830px\]{width:830px}.xl\:w-full{width:100%}.xl\:-rotate-90{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:items-start{align-items:flex-start}.xl\:gap-6{gap:1.5rem}.xl\:bg-about-background-initial{background-image:url(/_next/static/media/background.0fa38528.png)}.xl\:bg-about-yellow-circle{background-image:url(/_next/static/media/yellow-circle.df87d518.png)}.xl\:bg-div-report-desktop{background-image:url(/_next/static/media/image_video.808bd1f4.png)}.xl\:bg-home-background-curve-gallery{background-image:url(/_next/static/media/curve.f8468692.png)}.xl\:bg-contain{background-size:contain}.xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xl\:font-oswald{font-family:Oswald,sans-serif}.xl\:text-\[20px\]{font-size:20px}.xl\:text-\[30px\]{font-size:30px}.xl\:text-\[45px\]{font-size:45px}.xl\:text-\[50px\]{font-size:50px}.xl\:text-\[60px\]{font-size:60px}.xl\:text-\[65px\]{font-size:65px}.xl\:text-\[80px\]{font-size:80px}.xl\:text-base{font-size:1rem}.xl\:leading-\[3\.5rem\]{line-height:3.5rem}.xl\:leading-\[3\.75rem\]{line-height:3.75rem}.xl\:leading-\[4\.125rem\]{line-height:4.125rem}.xl\:leading-\[4\.65rem\]{line-height:4.65rem}.xl\:leading-\[4rem\]{line-height:4rem}.xl\:tracking-wider{letter-spacing:.05em}.xl\:tracking-widest{letter-spacing:.1em}}@media (min-width:1536px){.\32xl\:-ml-48{margin-left:-12rem}.\32xl\:-ml-5{margin-left:-1.25rem}.\32xl\:-ml-60{margin-left:-15rem}.\32xl\:-ml-68{margin-left:-17rem}.\32xl\:-mt-10{margin-top:-2.5rem}.\32xl\:-mt-8{margin-top:-2rem}.\32xl\:-mt-\[167px\]{margin-top:-167px}.\32xl\:-mt-\[290px\]{margin-top:-290px}.\32xl\:ml-12{margin-left:3rem}.\32xl\:ml-16{margin-left:4rem}.\32xl\:ml-20{margin-left:5rem}.\32xl\:ml-24{margin-left:6rem}.\32xl\:ml-26{margin-left:6.5rem}.\32xl\:ml-44{margin-left:11rem}.\32xl\:ml-72{margin-left:18rem}.\32xl\:ml-\[111px\]{margin-left:111px}.\32xl\:ml-\[125px\]{margin-left:125px}.\32xl\:ml-\[180px\]{margin-left:180px}.\32xl\:ml-\[40px\]{margin-left:40px}.\32xl\:ml-\[685px\]{margin-left:685px}.\32xl\:ml-\[690px\]{margin-left:690px}.\32xl\:ml-\[780px\]{margin-left:780px}.\32xl\:ml-\[80px\]{margin-left:80px}.\32xl\:ml-\[85px\]{margin-left:85px}.\32xl\:mr-\[100px\]{margin-right:100px}.\32xl\:mt-10{margin-top:2.5rem}.\32xl\:mt-16{margin-top:4rem}.\32xl\:mt-18{margin-top:4.5rem}.\32xl\:mt-22{margin-top:5.5rem}.\32xl\:mt-28{margin-top:7rem}.\32xl\:mt-30{margin-top:7.5rem}.\32xl\:mt-\[135px\]{margin-top:135px}.\32xl\:mt-\[170px\]{margin-top:170px}.\32xl\:mt-\[262px\]{margin-top:262px}.\32xl\:flex{display:flex}.\32xl\:hidden{display:none}.\32xl\:h-\[150px\]{height:150px}.\32xl\:h-\[180px\]{height:180px}.\32xl\:h-\[186px\]{height:186px}.\32xl\:h-\[277px\]{height:277px}.\32xl\:h-\[395px\]{height:395px}.\32xl\:h-\[405px\]{height:405px}.\32xl\:h-\[426px\]{height:426px}.\32xl\:h-\[525px\]{height:525px}.\32xl\:h-\[565px\]{height:565px}.\32xl\:h-\[615\.09px\]{height:615.09px}.\32xl\:h-\[70px\]{height:70px}.\32xl\:h-\[714px\]{height:714px}.\32xl\:h-\[92px\]{height:92px}.\32xl\:h-\[960\.03px\]{height:960.03px}.\32xl\:w-122{width:46rem}.\32xl\:w-80{width:20rem}.\32xl\:w-\[1055px\]{width:1055px}.\32xl\:w-\[1180px\]{width:1180px}.\32xl\:w-\[1200px\]{width:1200px}.\32xl\:w-\[1220px\]{width:1220px}.\32xl\:w-\[1235px\]{width:1235px}.\32xl\:w-\[1254px\]{width:1254px}.\32xl\:w-\[1280px\]{width:1280px}.\32xl\:w-\[1295px\]{width:1295px}.\32xl\:w-\[1350px\]{width:1350px}.\32xl\:w-\[1370px\]{width:1370px}.\32xl\:w-\[1410px\]{width:1410px}.\32xl\:w-\[1420px\]{width:1420px}.\32xl\:w-\[1536px\]{width:1536px}.\32xl\:w-\[186px\]{width:186px}.\32xl\:w-\[274px\]{width:274px}.\32xl\:w-\[350px\]{width:350px}.\32xl\:w-\[395px\]{width:395px}.\32xl\:w-\[489\.5px\]{width:489.5px}.\32xl\:w-\[539px\]{width:539px}.\32xl\:w-\[550px\]{width:550px}.\32xl\:w-\[557px\]{width:557px}.\32xl\:w-\[607px\]{width:607px}.\32xl\:w-\[630px\]{width:630px}.\32xl\:w-\[650px\]{width:650px}.\32xl\:w-\[666px\]{width:666px}.\32xl\:w-\[900px\]{width:900px}.\32xl\:w-\[930px\]{width:930px}.\32xl\:w-\[980px\]{width:980px}.\32xl\:flex-row{flex-direction:row}.\32xl\:flex-col{flex-direction:column}.\32xl\:gap-64{gap:16rem}.\32xl\:gap-\[50px\]{gap:50px}.\32xl\:text-\[40px\]{font-size:40px}.\32xl\:text-\[55px\]{font-size:55px}.\32xl\:text-\[62px\]{font-size:62px}.\32xl\:text-\[65px\]{font-size:65px}.\32xl\:text-\[80px\]{font-size:80px}.\32xl\:text-\[90px\]{font-size:90px}.\32xl\:leading-6{line-height:1.5rem}.\32xl\:leading-\[4\.5rem\]{line-height:4.5rem}.\32xl\:leading-\[5\.5rem\]{line-height:5.5rem}.\32xl\:leading-\[5\.639rem\]{line-height:5.639rem}.\32xl\:tracking-wide{letter-spacing:.025em}.\32xl\:tracking-widest{letter-spacing:.1em}.\32xl\:text-\[70\]{color:70}}@media (min-width:1920px){.\33xl\:mx-auto{margin-left:auto;margin-right:auto}.\33xl\:-ml-16{margin-left:-4rem}.\33xl\:-ml-18{margin-left:-4.5rem}.\33xl\:-ml-64{margin-left:-16rem}.\33xl\:-mt-16{margin-top:-4rem}.\33xl\:-mt-30{margin-top:-7.5rem}.\33xl\:-mt-34{margin-top:-8.5rem}.\33xl\:-mt-8{margin-top:-2rem}.\33xl\:-mt-\[208px\]{margin-top:-208px}.\33xl\:-mt-\[300px\]{margin-top:-300px}.\33xl\:mb-10{margin-bottom:2.5rem}.\33xl\:mb-20{margin-bottom:5rem}.\33xl\:mb-26{margin-bottom:6.5rem}.\33xl\:mb-30{margin-bottom:7.5rem}.\33xl\:mb-62{margin-bottom:15.5rem}.\33xl\:mb-\[157px\]{margin-bottom:157px}.\33xl\:ml-10{margin-left:2.5rem}.\33xl\:ml-16{margin-left:4rem}.\33xl\:ml-26{margin-left:6.5rem}.\33xl\:ml-32{margin-left:8rem}.\33xl\:ml-64{margin-left:16rem}.\33xl\:ml-80{margin-left:20rem}.\33xl\:ml-\[110px\]{margin-left:110px}.\33xl\:ml-\[122px\]{margin-left:122px}.\33xl\:ml-\[172px\]{margin-left:172px}.\33xl\:ml-\[280px\]{margin-left:280px}.\33xl\:ml-\[640px\]{margin-left:640px}.\33xl\:ml-\[70px\]{margin-left:70px}.\33xl\:ml-\[735px\]{margin-left:735px}.\33xl\:ml-\[770px\]{margin-left:770px}.\33xl\:mr-\[190px\]{margin-right:190px}.\33xl\:mr-\[215px\]{margin-right:215px}.\33xl\:mr-auto{margin-right:auto}.\33xl\:mt-10{margin-top:2.5rem}.\33xl\:mt-12{margin-top:3rem}.\33xl\:mt-18{margin-top:4.5rem}.\33xl\:mt-19{margin-top:4.75rem}.\33xl\:mt-20{margin-top:5rem}.\33xl\:mt-22{margin-top:5.5rem}.\33xl\:mt-26{margin-top:6.5rem}.\33xl\:mt-36{margin-top:9rem}.\33xl\:mt-40{margin-top:10rem}.\33xl\:mt-44{margin-top:11rem}.\33xl\:mt-56{margin-top:14rem}.\33xl\:mt-6{margin-top:1.5rem}.\33xl\:mt-\[24px\]{margin-top:24px}.\33xl\:mt-\[31\.76px\]{margin-top:31.76px}.\33xl\:mt-\[50\.24px\]{margin-top:50.24px}.\33xl\:mt-\[56\.03px\]{margin-top:56.03px}.\33xl\:mt-\[74\.4px\]{margin-top:74.4px}.\33xl\:flex{display:flex}.\33xl\:hidden{display:none}.\33xl\:h-\[1019\.03px\]{height:1019.03px}.\33xl\:h-\[1090px\]{height:1090px}.\33xl\:h-\[114px\]{height:114px}.\33xl\:h-\[115px\]{height:115px}.\33xl\:h-\[116px\]{height:116px}.\33xl\:h-\[122px\]{height:122px}.\33xl\:h-\[171\.43px\]{height:171.43px}.\33xl\:h-\[174px\]{height:174px}.\33xl\:h-\[180px\]{height:180px}.\33xl\:h-\[182\.97px\]{height:182.97px}.\33xl\:h-\[200px\]{height:200px}.\33xl\:h-\[205\.54px\]{height:205.54px}.\33xl\:h-\[224px\]{height:224px}.\33xl\:h-\[231px\]{height:231px}.\33xl\:h-\[234px\]{height:234px}.\33xl\:h-\[239px\]{height:239px}.\33xl\:h-\[271px\]{height:271px}.\33xl\:h-\[289px\]{height:289px}.\33xl\:h-\[316px\]{height:316px}.\33xl\:h-\[333px\]{height:333px}.\33xl\:h-\[342\.86px\]{height:342.86px}.\33xl\:h-\[347px\]{height:347px}.\33xl\:h-\[376px\]{height:376px}.\33xl\:h-\[388px\]{height:388px}.\33xl\:h-\[398\.25px\]{height:398.25px}.\33xl\:h-\[425\.09px\]{height:425.09px}.\33xl\:h-\[435px\]{height:435px}.\33xl\:h-\[456px\]{height:456px}.\33xl\:h-\[466px\]{height:466px}.\33xl\:h-\[552\.61px\]{height:552.61px}.\33xl\:h-\[554px\]{height:554px}.\33xl\:h-\[604px\]{height:604px}.\33xl\:h-\[629\.21px\]{height:629.21px}.\33xl\:h-\[630px\]{height:630px}.\33xl\:h-\[645px\]{height:645px}.\33xl\:h-\[672\.32px\]{height:672.32px}.\33xl\:h-\[679px\]{height:679px}.\33xl\:h-\[711\.84px\]{height:711.84px}.\33xl\:h-\[743px\]{height:743px}.\33xl\:h-\[792px\]{height:792px}.\33xl\:h-\[803\.84px\]{height:803.84px}.\33xl\:h-\[815\.09px\]{height:815.09px}.\33xl\:h-\[830px\]{height:830px}.\33xl\:h-\[848px\]{height:848px}.\33xl\:h-\[87px\]{height:87px}.\33xl\:h-\[91px\]{height:91px}.\33xl\:h-min{height:-moz-min-content;height:min-content}.\33xl\:w-107{width:35rem}.\33xl\:w-154{width:76rem}.\33xl\:w-\[1017px\]{width:1017px}.\33xl\:w-\[1019px\]{width:1019px}.\33xl\:w-\[1075\.25px\]{width:1075.25px}.\33xl\:w-\[1130px\]{width:1130px}.\33xl\:w-\[1295px\]{width:1295px}.\33xl\:w-\[1415px\]{width:1415px}.\33xl\:w-\[1470px\]{width:1470px}.\33xl\:w-\[1480px\]{width:1480px}.\33xl\:w-\[1484px\]{width:1484px}.\33xl\:w-\[1520px\]{width:1520px}.\33xl\:w-\[1590px\]{width:1590px}.\33xl\:w-\[1593\.93px\]{width:1593.93px}.\33xl\:w-\[1597px\]{width:1597px}.\33xl\:w-\[1605px\]{width:1605px}.\33xl\:w-\[1676px\]{width:1676px}.\33xl\:w-\[1708px\]{width:1708px}.\33xl\:w-\[1715px\]{width:1715px}.\33xl\:w-\[1720px\]{width:1720px}.\33xl\:w-\[1795px\]{width:1795px}.\33xl\:w-\[1920px\]{width:1920px}.\33xl\:w-\[200px\]{width:200px}.\33xl\:w-\[268px\]{width:268px}.\33xl\:w-\[275px\]{width:275px}.\33xl\:w-\[303\.32px\]{width:303.32px}.\33xl\:w-\[342\.86px\]{width:342.86px}.\33xl\:w-\[344px\]{width:344px}.\33xl\:w-\[407\.51px\]{width:407.51px}.\33xl\:w-\[415px\]{width:415px}.\33xl\:w-\[431px\]{width:431px}.\33xl\:w-\[435px\]{width:435px}.\33xl\:w-\[450px\]{width:450px}.\33xl\:w-\[456px\]{width:456px}.\33xl\:w-\[484px\]{width:484px}.\33xl\:w-\[522px\]{width:522px}.\33xl\:w-\[579\.5px\]{width:579.5px}.\33xl\:w-\[704px\]{width:704px}.\33xl\:w-\[705\.77px\]{width:705.77px}.\33xl\:w-\[706px\]{width:706px}.\33xl\:w-\[797px\]{width:797px}.\33xl\:w-\[806px\]{width:806px}.\33xl\:w-\[80px\]{width:80px}.\33xl\:w-\[870px\]{width:870px}.\33xl\:w-\[950px\]{width:950px}.\33xl\:w-\[986px\]{width:986px}.\33xl\:w-\[995px\]{width:995px}.\33xl\:w-full{width:100%}.\33xl\:flex-row{flex-direction:row}.\33xl\:flex-col{flex-direction:column}.\33xl\:gap-0{gap:0}.\33xl\:gap-22{gap:5.5rem}.\33xl\:gap-8{gap:2rem}.\33xl\:gap-\[216px\]{gap:216px}.\33xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.\33xl\:py-\[46px\]{padding-top:46px;padding-bottom:46px}.\33xl\:text-\[120px\]{font-size:120px}.\33xl\:text-\[24px\]{font-size:24px}.\33xl\:text-\[40px\]{font-size:40px}.\33xl\:text-\[62px\]{font-size:62px}.\33xl\:text-\[64px\]{font-size:64px}.\33xl\:text-\[72px\]{font-size:72px}.\33xl\:text-\[80px\]{font-size:80px}.\33xl\:text-lg{font-size:1.125rem}.\33xl\:leading-12\.125{line-height:3.125rem}.\33xl\:leading-\[1\.804rem\]{line-height:1.804rem}.\33xl\:leading-\[4\.65rem\]{line-height:4.65rem}.\33xl\:leading-\[4\.938rem\]{line-height:4.938rem}.\33xl\:leading-\[5\.625rem\]{line-height:5.625rem}.\33xl\:leading-\[5\.639rem\]{line-height:5.639rem}.\33xl\:tracking-\[\.12em\]{letter-spacing:.12em}.\33xl\:tracking-widest{letter-spacing:.1em}.\33xl\:blur-\[301\.26px\]{--tw-blur:blur(301.26px);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)}}