@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fcbcbf{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fcbcbf{--font-inter:"Inter","Inter Fallback"}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);z-index:9999;animation:fadeIn .2s ease-in-out}.loading-modal,.loading-overlay{display:flex;justify-content:center;align-items:center}.loading-modal{background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15),0 10px 30px rgba(0,0,0,.1);padding:3rem;flex-direction:column;gap:1.5rem;min-width:180px;min-height:180px;animation:modalSlideIn .3s ease-out}.loading-spinner-circle{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.spinner-circle{width:60px;height:60px;border-left:4px solid var(--bg-gray-200,#e5e7eb);border-bottom:4px solid var(--bg-gray-200,#e5e7eb);border-right-color:var(--bg-gray-200,#e5e7eb);border-top-color:var(--bg-gray-200,#e5e7eb);border-top:4px solid var(--primary-orange,#e77937);border-right:4px solid var(--primary-red,#db534b);border-radius:50%;animation:spin 1s linear infinite}.loading-message{color:var(--text-primary,#1f2937);font-size:.95rem;font-weight:500;margin:0;text-align:center;opacity:.8}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.header{background-color:var(--bg-white);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:100}.header,.header-container{width:100%;overflow:visible}.header-container{max-width:80rem;margin:0 auto;padding:0 1rem;position:relative;box-sizing:border-box}.header-content{justify-content:space-between;height:6.25rem;width:100%;max-width:100%;box-sizing:border-box}.header-content,.header-left,.header-right{display:flex;align-items:center}.header-right{flex-direction:row;gap:1.25rem;padding:15px;flex-shrink:0}.header-logo-container,.logo-link{display:flex;align-items:center}.logo-image{width:200px;height:100px;margin-right:.75rem}.logo-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.nav-desktop{display:none}.nav-link{color:var(--text-primary);text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.05em;position:relative;transition:color .3s ease}.nav-link:hover{color:var(--accent-orange-light)}.nav-underline{position:absolute;bottom:-4px;left:50%;width:0;height:1px;background:linear-gradient(to right,var(--primary-orange),var(--primary-red));transition:width .3s ease;transform:translateX(-50%)}.nav-link:hover .nav-underline{width:100%;box-shadow:var(--shadow-underline)}.header-actions{display:none;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.language-dropdown{position:relative;transition:all .3s ease}.language-button{background:var(--primary-gradient-solid);color:var(--bg-white);padding:.375rem .5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.125rem;opacity:.9;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-weight:700;width:55px;height:35px;border:none;cursor:pointer;box-shadow:var(--shadow-primary);position:relative;overflow:hidden}.language-button:hover{opacity:1;box-shadow:var(--shadow-primary-lg)}.language-button:active{transform:translateY(0) scale(.98);transition:all .1s ease}.language-button svg{width:.75rem;height:.75rem}.language-menu{position:absolute;top:100%;left:0;margin-top:.25rem;background-color:var(--bg-white);border:1px solid var(--bg-gray-200);border-radius:.5rem;overflow:hidden;box-shadow:var(--shadow-lg);padding:0;min-width:55px;z-index:200;transform:translateY(-8px);transition:all .3s ease;opacity:0;pointer-events:none}.language-menu.open{opacity:1;transform:translateY(4px);pointer-events:auto}.language-item{padding:.75rem 1rem;font-size:.875rem;color:var(--text-primary);background-color:transparent;transition:background-color .3s ease;cursor:pointer;text-align:center;width:100%;border:none}.language-item:hover{background-color:var(--bg-gray-100)}.mobile-menu-button{display:block;background:none;border:none;cursor:pointer;color:var(--accent-orange);transition:color .3s ease;position:relative;width:1.5rem;height:1.5rem;padding:0}.mobile-menu-button:hover{color:var(--primary-red)}.mobile-menu-button svg{width:1.5rem;height:1.5rem;position:absolute;top:0;left:0}.mobile-menu-button svg path{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-menu-button svg path:first-of-type{transform:translateY(0)}.mobile-menu-button svg path:nth-of-type(2){transform:translateY(0);opacity:1}.mobile-menu-button svg path:nth-of-type(3){transform:translateY(0)}.mobile-menu-button.menu-open svg path:first-of-type{transform:translateX(-6px) translateY(6px) rotate(45deg)}.mobile-menu-button.menu-open svg path:nth-of-type(2){opacity:0;transform:translateX(-10px)}.mobile-menu-button.menu-open svg path:nth-of-type(3){transform:translateX(-6px) translateY(-3px) rotate(-45deg)}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.4,0,.2,1);pointer-events:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);width:100vw;max-width:100%;background-color:var(--bg-white);border-top:1px solid var(--bg-gray-200);z-index:99}.mobile-menu.open{max-height:600px;pointer-events:auto;overflow:visible}.mobile-menu-content{padding:.5rem 1rem .75rem;gap:.25rem;width:100%;opacity:0;transition:opacity .3s ease .2s;box-shadow:0 4px 12px -4px rgba(0,0,0,.15)}.mobile-menu.open .mobile-menu-content{opacity:1}@media (min-width:1024px){.header .mobile-menu{display:none}}.mobile-nav-link{display:block;padding:.5rem .75rem;color:var(--text-primary);text-decoration:none;font-size:1rem;letter-spacing:.05em;transition:color .3s ease}.mobile-nav-link:hover{color:var(--accent-orange-light)}.mobile-actions{display:flex;gap:.5rem;padding-top:.5rem;justify-content:center}.mobile-language-button{background:linear-gradient(to right,var(--primary-orange),var(--primary-red));color:var(--bg-white);padding:.375rem .75rem;border-radius:.5rem;display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700}.mobile-language-button svg{width:.75rem;height:.75rem}.mobile-cooperation-button{background:var(--primary-gradient);color:var(--bg-white);padding:.375rem 1.5rem;border-radius:.5rem;opacity:.9;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-weight:700;border:none;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-primary);position:relative;overflow:hidden}.mobile-cooperation-button:hover{text-decoration:none;color:var(--bg-white);opacity:1;box-shadow:var(--shadow-primary-lg)}.mobile-cooperation-button:active{transform:translateY(0) scale(.98);transition:all .1s ease}.mobile-header-actions,.tablet-cooperation-button{display:none;align-items:center}.tablet-cooperation-button{background:var(--primary-gradient);color:var(--bg-white);padding:.375rem 1.5rem;border-radius:.5rem;opacity:.9;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-weight:700;width:160px;height:35px;justify-content:center;border:none;cursor:pointer;box-shadow:var(--shadow-primary);position:relative;overflow:hidden;text-decoration:none}.tablet-cooperation-button:hover{opacity:1;box-shadow:var(--shadow-primary-lg);text-decoration:none;color:var(--bg-white)}.tablet-cooperation-button:active{transform:translateY(0) scale(.98);transition:all .1s ease}@media (max-width:1023px){.mobile-header-actions{display:flex}.header-actions,.nav-desktop{display:none}}@media (max-width:767px){.tablet-cooperation-button{display:none!important}}@media (min-width:768px) and (max-width:1023px){.header-right .tablet-cooperation-button{display:flex}}.mobile-language-dropdown-header{position:relative}.mobile-language-button-header{background:var(--primary-gradient-solid);color:var(--bg-white);padding:.375rem .5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.125rem;opacity:.9;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-weight:700;width:55px;height:35px;border:none;cursor:pointer;box-shadow:var(--shadow-primary);position:relative;overflow:hidden}.mobile-language-button-header:hover{opacity:1;box-shadow:var(--shadow-primary-lg)}.mobile-language-button-header:active{transform:translateY(0) scale(.98);transition:all .1s ease}.mobile-language-button-header svg{width:.75rem;height:.75rem}.mobile-language-menu-header{position:absolute;top:100%;right:0;margin-top:.25rem;background-color:var(--bg-white);border:1px solid var(--bg-gray-200);border-radius:.5rem;overflow:hidden;box-shadow:var(--shadow-lg);padding:0;min-width:55px;z-index:200;transform:translateY(-8px);transition:all .3s ease;opacity:0;pointer-events:none}.mobile-language-menu-header.open{opacity:1;transform:translateY(4px);pointer-events:auto}.mobile-language-item-header{padding:.75rem 1rem;font-size:.875rem;color:var(--text-primary);background-color:transparent;transition:background-color .3s ease;cursor:pointer;text-align:center;width:100%;border:none}.mobile-language-item-header:hover{background-color:var(--bg-gray-100)}@media (max-width:650px){body .header{position:fixed;top:0;left:0;right:0;width:100%}.header-container{padding:0 .75rem;max-width:100%;box-sizing:border-box}.tablet-cooperation-button{display:none!important}.header-right{padding:10px 5px;gap:.75rem}.header-content{height:5rem}.logo-image{width:180px;height:90px}.mobile-menu-content{padding:.75rem 1rem 2rem;gap:.5rem}.mobile-nav-link{padding:1rem 1.25rem;font-size:1.1rem;margin-bottom:.25rem}.mobile-language-menu-header{min-width:70px}.mobile-language-item-header{padding:1rem 1.25rem;font-size:1rem}.mobile-actions{flex-direction:column;gap:.5rem;width:100%;display:flex}.mobile-cooperation-button{width:100%;justify-content:center;padding:.75rem 1.5rem;font-size:1.1rem;min-height:48px}.mobile-language-button-header{width:70px;height:48px;font-size:1rem;padding:.5rem .75rem}.mobile-language-button-header svg{width:1rem;height:1rem}.mobile-menu-button{transform:translateY(0)}.mobile-menu-button,.mobile-menu-button svg{width:2.5rem;height:2.5rem}}@media (min-width:481px) and (max-width:767px){.tablet-cooperation-button{display:none!important}.mobile-actions{display:flex}.mobile-language-button-header{width:65px;height:42px;font-size:.95rem;padding:.45rem .65rem}.mobile-language-button-header svg{width:.95rem;height:.95rem}.mobile-menu-button,.mobile-menu-button svg{width:2.25rem;height:2.25rem}.mobile-nav-link{padding:.65rem .85rem;font-size:1.05rem}.mobile-language-menu-header{min-width:65px}.mobile-language-item-header{padding:.9rem 1.1rem;font-size:.95rem}}@media (min-width:768px) and (max-width:1023px){body .header{position:fixed;top:0;left:0;right:0;width:100%}.header-container{padding:0 1.5rem}.logo-image{width:180px;height:90px}.mobile-language-button-header{width:55px;height:35px;font-size:.875rem}.header-right .tablet-cooperation-button{width:160px;height:35px;font-size:.875rem;padding:.375rem 1.5rem;background:var(--primary-gradient);opacity:.9;box-shadow:var(--shadow-primary)}.header-right .tablet-cooperation-button:hover{opacity:1;box-shadow:var(--shadow-primary-lg)}.mobile-menu-button{transform:translateY(0)}.mobile-menu-button,.mobile-menu-button svg{width:2rem;height:2rem}.mobile-actions{display:none}}@media (min-width:1024px){.header .mobile-header-actions,.header .mobile-menu,.header .mobile-menu-button,.header .tablet-cooperation-button{display:none}.header-actions{display:flex}.nav-desktop{display:flex;gap:2.5rem}}@media (min-width:640px){.mobile-menu-content{padding:.5rem .75rem 1.75rem}}@media (min-width:1024px){.header-container{padding:0 2rem}}.mobile-language-dropdown{position:relative}.mobile-language-button{background:none;border:none;color:var(--text-primary);font-size:1rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;border-radius:.375rem;transition:background-color .2s;width:100%;text-align:left}.mobile-language-button:hover{background-color:var(--bg-gray-100)}.mobile-language-menu{position:absolute;top:100%;left:0;right:0;background:var(--bg-white);border:1px solid var(--border-gray);border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:200;margin-top:.25rem}.mobile-language-item{background:none;border:none;color:var(--text-primary);font-size:.875rem;padding:.5rem 1rem;cursor:pointer;width:100%;text-align:left;transition:background-color .2s}.mobile-language-item:hover{background-color:var(--bg-gray-100)}.mobile-language-item:first-child{border-radius:.375rem .375rem 0 0}.mobile-language-item:last-child{border-radius:0 0 .375rem .375rem}

/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-tracking:initial}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.grid{display:grid}.h-3{height:calc(var(--spacing)*3)}.h-6{height:calc(var(--spacing)*6)}.h-full{height:100%}.w-3{width:calc(var(--spacing)*3)}.w-6{width:calc(var(--spacing)*6)}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.object-contain{-o-object-fit:contain;object-fit:contain}.tracking-\[0\.05em\]{--tw-tracking:.05em;letter-spacing:.05em}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--background:#fff;--foreground:#171717;--primary-orange:#e77937;--primary-red:#db534b;--primary-gradient:linear-gradient(90deg,#e77937c4,#db534b);--primary-gradient-solid:linear-gradient(90deg,#e77937,#db534b);--contact-coral:#eb918cfc;--contact-orange:#fc9658c4;--contact-radial-gradient:radial-gradient(circle,var(--contact-coral)0%,var(--contact-orange)100%);--text-primary:#1f2937;--text-secondary:#4b5563;--text-muted:#6b7280;--text-light:#9ca3af;--text-gray-light:#555;--font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--bg-white:#fff;--bg-gray-50:#f9fafb;--bg-gray-100:#f3f4f6;--bg-gray-200:#e5e7eb;--bg-gray-300:#d1d5db;--bg-gray-400:gray;--filter-gray-400:grayscale(1)brightness(.5);--accent-orange:#f18a6d;--accent-orange-light:#f97316;--location-tag-bg:#fad7c2c4;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-primary:0 4px 6px -1px #f18a6d1a,0 2px 4px -1px #f18a6d0f;--shadow-primary-hover:0 10px 15px -3px #f18a6d4d,0 4px 6px -2px #f18a6d26;--shadow-primary-lg:0 10px 25px -3px #f18a6d66,0 4px 6px -2px #f18a6d33;--shadow-underline:0 2px 8px #e779374d}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{width:100%;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-family);max-width:100vw}.page-section{background:var(--bg-white);min-height:100vh;padding:8rem 0}.universal-border-button{border:2px solid var(--accent-orange);color:var(--accent-orange);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:250px;box-shadow:var(--shadow-primary);text-align:center;background:0 0;border-radius:.5rem;padding:.5rem 1rem;font-size:16px;font-weight:700;transition:all .3s}.universal-border-button:hover{background:var(--accent-orange);color:var(--bg-white);box-shadow:var(--shadow-primary-hover);border-color:#0000}.universal-border-button:active{transition:all .1s;transform:translateY(0)scale(.98)}.universal-gradient-button{background:var(--primary-gradient);color:var(--bg-white);opacity:.9;cursor:pointer;width:160px;height:35px;box-shadow:var(--shadow-primary);border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.375rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.universal-gradient-button:hover{opacity:1;box-shadow:var(--shadow-primary-lg)}.universal-gradient-button:active{transition:all .1s;transform:translateY(0)scale(.98)}.universal-gradient-button{text-decoration:none}.universal-gradient-button:hover{color:var(--bg-white);text-decoration:none}.icon-location-black-and-white:before{background-image:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_188_211)'%3E%3Cpath d='M13.9993 14C15.2827 14 16.3327 12.95 16.3327 11.6666C16.3327 10.3833 15.2827 9.33331 13.9993 9.33331C12.716 9.33331 11.666 10.3833 11.666 11.6666C11.666 12.95 12.716 14 13.9993 14ZM13.9993 2.33331C18.8993 2.33331 23.3327 6.08998 23.3327 11.9C23.3327 15.61 20.4743 19.9733 14.7693 25.0016C14.326 25.3866 13.661 25.3866 13.2177 25.0016C7.52435 19.9733 4.66602 15.61 4.66602 11.9C4.66602 6.08998 9.09935 2.33331 13.9993 2.33331Z' fill='%23323232'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_188_211'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon-location-black-and-white:before,.icon-location-color:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:inline-block}.icon-location-color:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_173_281)'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M12 22C12 22 19.5 16 19.5 9.5C19.5 5.35785 16.1421 2 12 2C7.85785 2 4.5 5.35785 4.5 9.5C4.5 16 12 22 12 22Z' stroke='url(%23paint0_linear_173_281)' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12 12.5C13.6568 12.5 15 11.1568 15 9.5C15 7.84315 13.6568 6.5 12 6.5C10.3432 6.5 9 7.84315 9 9.5C9 11.1568 10.3432 12.5 12 12.5Z' stroke='url(%23paint1_linear_173_281)' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_173_281' x1='12' y1='2' x2='12' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_173_281' x1='12' y1='6.5' x2='12' y2='12.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_173_281'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");margin-right:1rem}.icon-phone:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_187_203)'%3E%3Cpath d='M12.8791 5.05001C16.0591 5.45001 18.5491 7.94001 18.9491 11.12C19.0091 11.63 19.4391 12 19.9391 12C19.9791 12 20.0191 12 20.0591 11.99C20.6091 11.92 20.9991 11.42 20.9291 10.87C20.4191 6.78001 17.2091 3.57001 13.1191 3.06001C12.5691 3.00001 12.0691 3.39001 12.0091 3.94001C11.9391 4.49001 12.3291 4.99001 12.8791 5.05001ZM13.2591 7.16001C12.7291 7.02001 12.1791 7.34001 12.0391 7.88001C11.8991 8.42001 12.2191 8.96001 12.7591 9.10001C13.8091 9.37001 14.6291 10.19 14.9091 11.25C15.0291 11.7 15.4291 12 15.8791 12C15.9591 12 16.0491 11.99 16.1291 11.97C16.6591 11.83 16.9791 11.28 16.8491 10.75C16.3791 8.98001 15.0091 7.61001 13.2591 7.16001ZM19.2291 15.26L16.6891 14.97C16.0791 14.9 15.4791 15.11 15.0491 15.54L13.2091 17.38C10.3791 15.94 8.05906 13.63 6.61906 10.79L8.46906 8.94001C8.89906 8.51001 9.10906 7.91001 9.03906 7.30001L8.74906 4.78001C8.62906 3.77001 7.77906 3.01001 6.75906 3.01001H5.02906C3.89906 3.01001 2.95906 3.95001 3.02906 5.08001C3.55906 13.62 10.3891 20.44 18.9191 20.97C20.0491 21.04 20.9891 20.1 20.9891 18.97V17.24C20.9991 16.23 20.2391 15.38 19.2291 15.26Z' fill='%23323232'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_187_203'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon-email:before,.icon-phone:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:inline-block}.icon-email:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_187_207)'%3E%3Cpath d='M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM19.6 8.25L13.06 12.34C12.41 12.75 11.59 12.75 10.94 12.34L4.4 8.25C4.15 8.09 4 7.82 4 7.53C4 6.86 4.73 6.46 5.3 6.81L12 11L18.7 6.81C19.27 6.46 20 6.86 20 7.53C20 7.82 19.85 8.09 19.6 8.25Z' fill='%23323232'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_187_207'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon-project-location:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_173_281)'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M12 22C12 22 19.5 16 19.5 9.5C19.5 5.35785 16.1421 2 12 2C7.85785 2 4.5 5.35785 4.5 9.5C4.5 16 12 22 12 22Z' stroke='url(%23paint0_linear_173_281)' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12 12.5C13.6568 12.5 15 11.1568 15 9.5C15 7.84315 13.6568 6.5 12 6.5C10.3432 6.5 9 7.84315 9 9.5C9 11.1568 10.3432 12.5 12 12.5Z' stroke='url(%23paint1_linear_173_281)' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_173_281' x1='12' y1='2' x2='12' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_173_281' x1='12' y1='6.5' x2='12' y2='12.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_173_281'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon-project-date:before,.icon-project-location:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:inline-block}.icon-project-date:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.23047 12.89V13.84' stroke='url(%23paint0_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.89V13.84' stroke='url(%23paint1_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7695 12.89V13.84' stroke='url(%23paint2_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.23047 16.65V17.6' stroke='url(%23paint3_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16.65V17.6' stroke='url(%23paint4_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7695 16.65V17.6' stroke='url(%23paint5_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.80027 8.07999H2.49027V20.79C2.48895 21.0023 2.52962 21.2127 2.60994 21.4092C2.69026 21.6057 2.80864 21.7843 2.95827 21.9349C3.10791 22.0855 3.28584 22.2049 3.48183 22.2865C3.67782 22.368 3.88799 22.41 4.10027 22.41H19.9003C20.1125 22.41 20.3227 22.368 20.5187 22.2865C20.7147 22.2049 20.8926 22.0855 21.0423 21.9349C21.1919 21.7843 21.3103 21.6057 21.3906 21.4092C21.4709 21.2127 21.5116 21.0023 21.5103 20.79V8.07999H4.80027Z' stroke='url(%23paint6_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9002 3.39001H4.10023C3.67324 3.39001 3.26373 3.55964 2.96179 3.86157C2.65986 4.16351 2.49023 4.57302 2.49023 5.00001V8.08001H21.4902V5.00001C21.4903 4.57646 21.3234 4.16995 21.0258 3.86859C20.7281 3.56722 20.3238 3.39528 19.9002 3.39001Z' stroke='url(%23paint7_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 4.96V1.59' stroke='url(%23paint8_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 4.96V1.59' stroke='url(%23paint9_linear_170_295)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_170_295' x1='8.73047' y1='12.89' x2='8.73047' y2='13.84' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_170_295' x1='12.5' y1='12.89' x2='12.5' y2='13.84' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_170_295' x1='16.2695' y1='12.89' x2='16.2695' y2='13.84' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_170_295' x1='8.73047' y1='16.65' x2='8.73047' y2='17.6' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_170_295' x1='12.5' y1='16.65' x2='12.5' y2='17.6' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_170_295' x1='16.2695' y1='16.65' x2='16.2695' y2='17.6' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_170_295' x1='12.0003' y1='8.07999' x2='12.0003' y2='22.41' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_170_295' x1='11.9902' y1='3.39001' x2='11.9902' y2='8.08001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_170_295' x1='7' y1='1.59' x2='7' y2='4.96' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_170_295' x1='18' y1='1.59' x2='18' y2='4.96' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.social-icon-facebook{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3327 16.0809C29.3327 8.67202 23.3638 2.66669 15.9993 2.66669C8.6349 2.66669 2.66602 8.67202 2.66602 16.0809C2.66602 22.7778 7.54068 28.3271 13.9158 29.3334V19.9591H10.5309V16.08H13.9158V13.1254C13.9158 9.76358 15.906 7.9058 18.9522 7.9058C20.41 7.9058 21.9371 8.16802 21.9371 8.16802V11.4694H20.2545C18.5985 11.4694 18.0829 12.504 18.0829 13.5654V16.0809H21.7807L21.1896 19.9582H18.0829V29.3334C24.458 28.3271 29.3327 22.7778 29.3327 16.0809Z' fill='url(%23paint0_linear_187_199)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_187_199' x1='15.9993' y1='2.66669' x2='15.9993' y2='29.3334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.social-icon-instagram{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6386 11.6386C12.7953 10.4818 14.3641 9.832 16 9.832C17.6359 9.832 19.2047 10.4818 20.3614 11.6386C21.5182 12.7953 22.168 14.3641 22.168 16C22.168 17.6359 21.5182 19.2047 20.3614 20.3614C19.2047 21.5182 17.6359 22.168 16 22.168C14.3641 22.168 12.7953 21.5182 11.6386 20.3614C10.4818 19.2047 9.832 17.6359 9.832 16C9.832 14.3641 10.4818 12.7953 11.6386 11.6386ZM14.4677 19.6992C14.9535 19.9004 15.4742 20.004 16 20.004C17.0619 20.004 18.0804 19.5822 18.8313 18.8313C19.5821 18.0804 20.004 17.0619 20.004 16C20.004 14.9381 19.5821 13.9196 18.8313 13.1687C18.0804 12.4179 17.0619 11.996 16 11.996C15.4742 11.996 14.9535 12.0996 14.4677 12.3008C13.9819 12.502 13.5406 12.7969 13.1687 13.1687C12.7969 13.5406 12.502 13.982 12.3008 14.4677C12.0996 14.9535 11.996 15.4742 11.996 16C11.996 16.5258 12.0996 17.0465 12.3008 17.5323C12.502 18.0181 12.7969 18.4595 13.1687 18.8313C13.5406 19.2031 13.9819 19.498 14.4677 19.6992Z' fill='url(%23paint0_linear_186_175)'/%3E%3Cpath d='M23.5354 10.751C23.8088 10.4775 23.9624 10.1067 23.9624 9.72C23.9624 9.33332 23.8088 8.96247 23.5354 8.68904C23.2619 8.41561 22.8911 8.262 22.5044 8.262C22.1177 8.262 21.7469 8.41561 21.4734 8.68904C21.2 8.96247 21.0464 9.33332 21.0464 9.72C21.0464 10.1067 21.2 10.4775 21.4734 10.751C21.7469 11.0244 22.1177 11.178 22.5044 11.178C22.8911 11.178 23.2619 11.0244 23.5354 10.751Z' fill='url(%23paint1_linear_186_175)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0528 4.072C12.3328 4.0136 12.7408 4 16 4C19.26 4 19.6672 4.0144 20.9464 4.072C22.224 4.1304 23.0976 4.3344 23.8608 4.6296C24.6612 4.93109 25.3863 5.40338 25.9856 6.0136C26.596 6.61306 27.0683 7.33845 27.3696 8.1392C27.6664 8.9024 27.8696 9.7752 27.928 11.0528C27.9864 12.3328 28 12.7408 28 16C28 19.2592 27.9864 19.6672 27.928 20.9472C27.8696 22.2248 27.6664 23.0976 27.3704 23.8608C27.0689 24.6612 26.5966 25.3863 25.9864 25.9856C25.3864 26.5968 24.6608 27.0688 23.8608 27.3696C23.0976 27.6664 22.2248 27.8696 20.9472 27.928C19.6672 27.9864 19.2592 28 16 28C12.7408 28 12.3328 27.9864 11.0528 27.928C9.7752 27.8696 8.9024 27.6664 8.1392 27.3704C7.33881 27.0689 6.61372 26.5966 6.0144 25.9864C5.4032 25.3864 4.9312 24.6608 4.6304 23.8608C4.3336 23.0976 4.1304 22.2248 4.072 20.9472C4.0136 19.6672 4 19.26 4 16C4 12.74 4.0144 12.3328 4.072 11.0536C4.1304 9.776 4.3344 8.9024 4.6296 8.1392C4.93109 7.3388 5.40338 6.61371 6.0136 6.0144C6.6136 5.4032 7.3392 4.9312 8.1392 4.6304C8.9024 4.3336 9.7752 4.1304 11.0528 4.072ZM20.8496 6.232C19.584 6.1744 19.204 6.1624 16 6.1624C12.796 6.1624 12.416 6.1744 11.1504 6.232C9.9808 6.2856 9.3456 6.4808 8.9224 6.6456C8.40113 6.83758 7.92955 7.14404 7.5424 7.5424C7.1232 7.9624 6.8624 8.3624 6.6456 8.9224C6.48 9.3456 6.2856 9.9808 6.232 11.1504C6.1744 12.416 6.1624 12.796 6.1624 16C6.1624 19.204 6.1744 19.584 6.232 20.8496C6.2856 22.0192 6.4808 22.6544 6.6456 23.0776C6.8377 23.5988 7.14414 24.0704 7.5424 24.4576C7.92961 24.8559 8.40116 25.1623 8.9224 25.3544C9.3456 25.52 9.9808 25.7144 11.1504 25.768C12.416 25.8256 12.7952 25.8376 16 25.8376C19.2048 25.8376 19.584 25.8256 20.8496 25.768C22.0192 25.7144 22.6544 25.5192 23.0776 25.3544C23.5989 25.1624 24.0705 24.856 24.4576 24.4576C24.8559 24.0704 25.1623 23.5988 25.3544 23.0776C25.52 22.6544 25.7144 22.0192 25.768 20.8496C25.8256 19.584 25.8376 19.204 25.8376 16C25.8376 12.796 25.8256 12.416 25.768 11.1504C25.7144 9.9808 25.5192 9.3456 25.3544 8.9224C25.1376 8.3624 24.8776 7.9624 24.4576 7.5424C24.0376 7.1232 23.6376 6.8624 23.0776 6.6456C22.6544 6.48 22.0192 6.2856 20.8496 6.232Z' fill='url(%23paint2_linear_186_175)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_186_175' x1='16' y1='4' x2='16' y2='28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_186_175' x1='16' y1='4' x2='16' y2='28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_186_175' x1='16' y1='4' x2='16' y2='28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.social-icon-linkedin{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 5.76471V26.2353C28 26.7033 27.8141 27.1522 27.4831 27.4831C27.1522 27.8141 26.7033 28 26.2353 28H5.76471C5.29668 28 4.84782 27.8141 4.51687 27.4831C4.18592 27.1522 4 26.7033 4 26.2353V5.76471C4 5.29668 4.18592 4.84782 4.51687 4.51687C4.84782 4.18592 5.29668 4 5.76471 4H26.2353C26.7033 4 27.1522 4.18592 27.4831 4.51687C27.8141 4.84782 28 5.29668 28 5.76471ZM11.0588 13.1765H7.52941V24.4706H11.0588V13.1765ZM11.3765 9.29412C11.3783 9.02715 11.3276 8.76242 11.2271 8.51506C11.1267 8.2677 10.9785 8.04255 10.791 7.85246C10.6036 7.66237 10.3805 7.51107 10.1346 7.4072C9.88861 7.30332 9.62462 7.24891 9.35765 7.24706H9.29412C8.7512 7.24706 8.23053 7.46273 7.84663 7.84663C7.46273 8.23053 7.24706 8.7512 7.24706 9.29412C7.24706 9.83703 7.46273 10.3577 7.84663 10.7416C8.23053 11.1255 8.7512 11.3412 9.29412 11.3412C9.56111 11.3477 9.82678 11.3016 10.0759 11.2055C10.3251 11.1094 10.5529 10.9651 10.7463 10.7809C10.9396 10.5967 11.0948 10.3762 11.203 10.132C11.3111 9.88775 11.3701 9.62464 11.3765 9.35765V9.29412ZM24.4706 17.6094C24.4706 14.2141 22.3106 12.8941 20.1647 12.8941C19.4621 12.8589 18.7626 13.0086 18.1358 13.3281C17.5091 13.6477 16.9771 14.126 16.5929 14.7153H16.4941V13.1765H13.1765V24.4706H16.7059V18.4635C16.6549 17.8483 16.8487 17.2378 17.2452 16.7646C17.6417 16.2915 18.2089 15.9939 18.8235 15.9365H18.9576C20.08 15.9365 20.9129 16.6424 20.9129 18.4212V24.4706H24.4424L24.4706 17.6094Z' fill='url(%23paint0_linear_186_176)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_186_176' x1='16' y1='4' x2='16' y2='28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E77937' stop-opacity='0.77'/%3E%3Cstop offset='1' stop-color='%23DB534B' stop-opacity='0.99'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-arrow-left{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-arrow-left,.icon-arrow-right{background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px}.icon-arrow-right{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-upload{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_192_97)'%3E%3Cpath d='M6.99947 18C5.75174 18 4.55512 17.5258 3.67285 16.6819C2.79058 15.838 2.29492 14.6934 2.29492 13.5C2.29492 12.3065 2.79058 11.1619 3.67285 10.318C4.55512 9.47406 5.75174 8.99995 6.99947 8.99995C7.29415 7.68713 8.15623 6.53343 9.39605 5.79267C10.01 5.42587 10.6981 5.1715 11.4212 5.04406C12.1444 4.91663 12.8883 4.91863 13.6106 5.04995C14.3328 5.18127 15.0193 5.43934 15.6308 5.80943C16.2422 6.17952 16.7667 6.65437 17.1742 7.20688C17.5818 7.75939 17.8644 8.37873 18.006 9.02955C18.1476 9.68036 18.1454 10.3499 17.9995 11H18.9995C19.9277 11 20.818 11.3687 21.4743 12.0251C22.1307 12.6815 22.4995 13.5717 22.4995 14.5C22.4995 15.4282 22.1307 16.3184 21.4743 16.9748C20.818 17.6312 19.9277 18 18.9995 18H17.9995' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 15L12 12L15 15' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12V21' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_192_97'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}.footer{background-color:white;color:var(--text-primary);border-top:2px solid #d1d5db}.footer-container{max-width:80rem;margin:5px auto 0;padding:0 1rem 3rem;transform:translateX(5px)}.footer-column{flex-shrink:0}.footer-logo-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{width:200px;height:100px;margin-right:.75rem}.footer-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer-address{color:var(--text-primary);display:flex;flex-direction:column;gap:.125rem;font-size:.875rem;line-height:1.35}.footer-column-title{font-size:1rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.1em;margin-top:25px}.footer-column-list{display:flex;flex-direction:column;gap:1rem;font-size:.875rem;letter-spacing:.1em}.footer-column-list li{list-style:none}.footer-link{color:var(--text-primary);text-decoration:none;display:inline-block;transition:color .3s ease;position:relative}.footer-link:hover{color:var(--accent-orange-light)}.footer-link .nav-underline{position:absolute;bottom:-2px;left:50%;width:0;height:1px;background:linear-gradient(to right,var(--primary-orange),var(--primary-red));transition:width .3s ease;transform:translateX(-50%)}.footer-link:hover .nav-underline{width:100%}.footer-contacts{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;letter-spacing:.1em}.footer-contacts p{color:var(--text-primary);margin:0}.social-links{gap:0;padding-top:0;margin-left:-5px}.social-link,.social-links{display:flex;align-items:center}.social-link{width:2.5rem;height:2.5rem;border-radius:50%;justify-content:center;transition:opacity .3s ease;text-decoration:none}.social-link:hover{opacity:.9}.social-link .social-icon-facebook,.social-link .social-icon-instagram,.social-link .social-icon-linkedin{width:32px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:50%}.footer-copyright{margin-top:4rem;text-align:center;color:var(--text-light);font-size:.875rem;letter-spacing:.05em}.footer-copyright p{margin:0}.footer-content{display:flex;flex-direction:column;gap:2rem}@media (max-width:650px){.footer-container{padding:0 .75rem 2rem}.footer-content{gap:1.5rem}.footer-logo{width:150px;height:75px}.footer-address{font-size:1rem}.footer-column-title{font-size:1.5rem;margin-bottom:1rem;margin-top:15px}.footer-column-list{font-size:1rem;gap:.75rem}.footer-contacts{font-size:1rem;gap:.625rem}.social-links{gap:.4rem}.social-link{width:2.6rem;height:2.6rem}.social-link .social-icon-facebook,.social-link .social-icon-instagram,.social-link .social-icon-linkedin{width:30px;height:30px}.footer-copyright{margin-top:2.5rem;font-size:1rem}}@media (max-width:768px){.footer-container{padding:0 1rem 2.5rem}.footer-content{gap:1.75rem}.footer-logo{width:180px;height:90px}.footer-column-title{font-size:1rem;margin-bottom:1.25rem;margin-top:20px}.footer-column-list{font-size:1rem;gap:.875rem}.footer-contacts{font-size:1rem;gap:.75rem}.footer-copyright{margin-top:3rem;font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.footer-container{padding:0 1.5rem 3rem}.footer-content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:flex-start}.footer-column{padding-top:.5rem}.footer-logo-section{width:100%;margin-bottom:0}.footer-logo{width:160px;height:80px}.footer-address{font-size:1rem;margin-top:.5rem}.footer-column-contacts{width:100%;margin-bottom:0;margin-top:0}.footer-column-activity,.footer-column-company{width:100%}.footer-column-title{font-size:1.1rem;margin-bottom:1rem;margin-top:0}.footer-column-list{font-size:1rem;gap:.75rem}.footer-contacts{font-size:1rem;gap:.625rem}.footer-copyright{margin-top:2.5rem;font-size:1rem}}@media (min-width:640px){.footer-container{padding:0 1.5rem 3rem}}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;gap:2rem;align-items:flex-start}.footer-column{flex:1;padding-top:1rem}.footer-column-activity{min-width:140px;max-width:180px}.footer-column-company{min-width:180px;max-width:200px}.footer-column-contacts{min-width:160px;max-width:200px}.footer-logo-section{flex:0 0 auto;min-width:200px;max-width:250px}}@media (min-width:1024px){.footer-container{padding:0 2rem 3rem}}