@font-face{font-family:"Quicksand";src:url("../fonts/Quicksand-Variable.woff2") format("woff2");font-weight:300 700;font-display:swap;font-style:normal}@font-face{font-family:"Bebas Neue";src:url("../fonts/BebasNeue-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"League Gothic";src:url("../fonts/LeagueGothic-Regular-Variable.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--space: 4rem}@media(max-width: 768px){:root{--space: 2rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100%;max-width:100%}img{max-width:100%;display:block}a{display:block;color:#333;text-decoration:none;transition:all .2s ease}span{font-size:inherit;color:inherit}.Text p:not(:last-child){margin-bottom:1.5rem}.White{background-color:#f3f3f3}.Black{background-color:#333}.Silver{background-color:#ddd}.Red{color:#a00}.C{text-align:center}.L{text-align:left}.R{text-align:right}.MS{margin-left:auto;margin-right:auto}.MT{margin-top:var(--space)}h1{font-weight:lighter}@media(max-width: 1079.98px){h1{text-align:center;font-size:1.5rem}}@media(min-width: 1080px){h1{font-size:2.5rem}}.FYRE{color:#a00;font-weight:bold}nav{z-index:1000;position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;height:90px;background-color:#f3f3f3;box-shadow:0 0 10px rgba(0,0,0,.5)}nav .Logo img{filter:brightness(0) saturate(100%) invert(12%) sepia(15%) saturate(7%) hue-rotate(339deg) brightness(98%) contrast(80%)}@media(max-width: 1079.98px){nav .Logo img{height:40px}}nav ul{display:flex;justify-content:center;align-items:center;list-style:none}nav li:hover{background-color:rgba(0,0,0,.05);border-radius:6px}nav li a{font-family:"Bebas Neue",display;letter-spacing:4px}@media(max-width: 1079.98px){nav li a{padding:.5rem;font-size:.8rem}}@media(min-width: 1080px){nav li a{padding:1.2rem}}nav .Logo,nav .Languages{flex:0 0 42px}nav ul{flex-grow:1}.Footer{padding:1rem;text-align:center;color:#f3f3f3;font-size:.7rem;background-color:#333}body{display:grid;grid-template-rows:1fr auto;min-height:100vh;font-family:"Quicksand",sans-serif;font-size:16px;color:#333;background-color:#333}main{padding-top:90px;background-color:#f3f3f3}h1,h2,h3,h4,h5,h6{font-family:"Bebas Neue",display;letter-spacing:4px}.Pad-Sides{padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 1440px){.Pad-Sides{padding-left:calc((100% - 1560px)/2) !important;padding-right:calc((100% - 1560px)/2) !important}}.Title{margin-top:var(--space);margin-bottom:var(--space)}.CTA-Wrapper{cursor:url("/static/img/cursor/FYRE-Cursor.png"),pointer}.CTA-Wrapper a{cursor:url("/static/img/cursor/FYRE-Cursor.png"),pointer}.CTA-Wrapper .CTA{display:flex;justify-content:center;align-items:center;height:calc(100vh - 90px - 60px);text-align:center}.CTA-Wrapper .CTA .Highlight{font-weight:bold;text-transform:uppercase;transition:all .2s ease-in-out}.CTA-Wrapper .CTA .Highlight:hover{color:#a00}form{margin-bottom:var(--space)}form .Field{margin-bottom:1.2rem}form .Error{color:#a00;font-size:.7rem;font-weight:bold}input,textarea{display:block;margin:0 auto;padding:10px 16px;width:min(100%,400px);max-width:100%;color:#333;background-color:#ddd;border-radius:6px;border:1px solid rgba(0,0,0,0);font-family:inherit;font-size:1rem}input:focus,textarea:focus{outline:none;border-color:#a00}textarea{resize:vertical}button{cursor:pointer;color:#f3f3f3;background-color:#a00;border:none;transition:filter .2s}form button{padding:.8rem 2.5rem;font-weight:bold;text-transform:uppercase;color:#f3f3f3;background-color:#a00;border-radius:6px}form button:hover{filter:brightness(0.9)}.H-Pot{pointer-events:none;z-index:-1;opacity:0;overflow:hidden;position:absolute;top:-9999px;left:-9999px;width:1px;height:1px}.Contact-Sent p{color:#a00;font-weight:bold;margin-top:1rem}.Languages{position:relative}.custom-select-wrapper{position:relative;display:flex;justify-content:flex-end;align-items:center;cursor:pointer;border-radius:25px;transition:all .3s ease;user-select:none}.custom-select-wrapper:hover,.custom-select-wrapper.active{border:1px solid hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.1)}.flag-wrapper{width:24px;height:24px;border-radius:50%;overflow:hidden}.flag-wrapper img{width:100%;height:100%;object-fit:cover}.flag-wrapper-sm{width:24px;height:24px;border-radius:50%;overflow:hidden;margin-right:10px}.flag-wrapper-sm img{width:100%;height:100%;object-fit:cover}.lang-code{font-size:13px;font-weight:600;margin-right:6px}@media(max-width: 1079.98px){.lang-code{display:none}}.lang-dropdown{z-index:9999;display:none;position:absolute;top:calc(100% + 12px);right:0;text-wrap:nowrap;background:#1a1a1a;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.6)}.active .lang-dropdown{display:block}.lang-option{display:flex;align-items:center;padding:12px 18px;color:#ddd;transition:all .2s}.lang-option:hover{background:hsla(0,0%,100%,.1);color:#fff}.message-wrapper{position:fixed;bottom:90px;right:30px;z-index:10000;display:flex;flex-direction:column;gap:12px;max-width:380px}.message-wrapper .message-card{padding:18px 24px;border-radius:10px;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.2);display:flex;justify-content:space-between;align-items:center;animation:slideIn .4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;backdrop-filter:blur(8px)}.message-wrapper .message-card.success{background:rgba(40,167,69,.95);border-left:6px solid #1e7e34}.message-wrapper .message-card.error{background:rgba(220,53,69,.95);border-left:6px solid #bd2130}.message-wrapper .message-card.warning{background:rgba(255,193,7,.95);border-left:6px solid #d39e00;color:#222}.message-wrapper .message-card .message-close img{position:absolute;top:-8px;left:-14px;width:30px;height:30px;border-radius:50%;background-color:#f3f3f3;filter:invert(7%) sepia(93%) saturate(6875%) hue-rotate(12deg) brightness(98%) contrast(113%)}.message-wrapper .message-fade-out{animation:slideOut .4s ease-in forwards !important}@keyframes slideIn{from{transform:translateX(110%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(110%);opacity:0}}body.Home h1{margin-bottom:1rem}.H-Section{position:relative}.H-Section.Black{color:#f3f3f3;background-color:#333}.H-Section.Black .FYRE,.H-Section.Black .Red{color:#c33}.H-Section.White{color:#333;background-color:#f3f3f3}.H-Section.White .FYRE{color:#a00}.H-Section.Silver{color:#333;background-color:#ddd}@media(min-width: 1080px){.H-Section .Inner{overflow:hidden;display:flex;justify-content:center;align-items:center}}@media(min-width: 1440px){.H-Section .Inner{padding-left:calc((100% - 1560px)/2) !important;padding-right:calc((100% - 1560px)/2) !important}}@media(min-width: 1080px){.H-Section .Inner.Silver{justify-content:flex-start}}@media(max-width: 1079.98px){.H-Section .Text{padding:2rem}}@media(min-width: 1080px){.H-Section .Text{padding:6rem}}.H-Section .Text p{margin:0 auto;line-height:2rem}.H-About{padding:var(--space)}.H-About h1{text-align:center}@media(max-width: 1079.98px){.H-About h1{margin:1rem}}.H-About .Text{width:min(100%,480px)}.H-About .Text p{margin:0 auto;line-height:2rem}@media(max-width: 1079.98px){.H-About .Text p{font-size:.9rem}}.H-About .Text p:not(:last-child){margin-bottom:2rem}.H-Portfolio .Image{overflow:hidden;position:relative;top:0;left:0;aspect-ratio:2/1;box-shadow:0 0 40px 10px rgba(0,0,0,.5)}@media(max-width: 1079.98px){.H-Portfolio .Image{order:1}}@media(min-width: 1080px){.H-Portfolio .Image{width:min(50%,780px)}}.H-Portfolio .Image img{z-index:100;position:absolute;top:0;left:0;vertical-align:bottom;animation:imagefade 16s ease-in-out infinite}.H-Portfolio .Image img:nth-of-type(1){animation-delay:12s}.H-Portfolio .Image img:nth-of-type(2){animation-delay:8s}.H-Portfolio .Image img:nth-of-type(3){animation-delay:4s}.H-Portfolio .Image img:nth-of-type(4){animation-delay:0s}@media(max-width: 1079.98px){.H-Portfolio .Text{padding-bottom:4rem}}@media(min-width: 1080px){.H-Portfolio .Text{width:min(50%,780px)}}.H-Portfolio .Circles{z-index:110;position:absolute;left:50%;display:flex;justify-content:center;align-items:center}@media(max-width: 1079.98px){.H-Portfolio .Circles{left:0;right:0;bottom:-30px;column-gap:12px}}@media(min-width: 1080px){.H-Portfolio .Circles{width:min(50%,780px);bottom:-70px;column-gap:24px}}.H-Portfolio .Circles .Circle{border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.5)}@media(max-width: 1079.98px){.H-Portfolio .Circles .Circle{width:60px;height:60px;border:1px solid #aaa}}@media(min-width: 1080px){.H-Portfolio .Circles .Circle{width:130px;height:130px;border:2px solid #aaa}}@media(min-width: 1080px)and (max-width: 1439.98px){.H-Portfolio .Circles .Circle{width:95px;height:95px;border:3px solid #f3f3f3}}.H-Slogan{display:flex;justify-content:center;align-items:center;gap:calc(var(--space)*1.5)}@media(max-width: 1079.98px){.H-Slogan{padding:1rem;padding-top:6rem;padding-bottom:3rem}}@media(min-width: 1080px){.H-Slogan{padding:10rem 10rem 16rem}}.H-Slogan img{filter:brightness(0) saturate(100%) invert(12%) sepia(15%) saturate(7%) hue-rotate(339deg) brightness(98%) contrast(80%)}@media(max-width: 1079.98px){.H-Slogan img{max-height:100px}}@media(min-width: 1080px){.H-Slogan img{max-height:200px}}.H-Slogan .Words p{font-variant:small-caps}@media(max-width: 1079.98px){.H-Slogan .Words p{font-size:1.5rem;line-height:3rem;letter-spacing:.5rem}}@media(min-width: 1080px){.H-Slogan .Words p{font-size:3.5rem;line-height:5.5rem;letter-spacing:1.2rem}}.H-Services{background-color:#ddd}@media(min-width: 1080px){.H-Services{padding-bottom:1.5rem}}.H-Services .Inner{justify-content:space-between}@media(max-width: 1079.98px){.H-Services .Image{padding-top:3rem;padding-left:1rem;padding-right:1rem;background-color:#ddd}}@media(min-width: 1080px){.H-Services .Image{position:absolute;bottom:0;left:50%;width:min(50%,780px)}.H-Services .Image img{max-width:600px;vertical-align:bottom;filter:drop-shadow(0 -5px 20px rgba(0, 0, 0, 0.15))}}.H-Services p{max-width:540px}@media(max-width: 1079.98px){.H-Services{order:2}}@keyframes imagefade{0%{opacity:1}17%{opacity:1}25%{opacity:0}92%{opacity:0}100%{opacity:1}}.Hero-Wrapper{background-color:#000}.Hero-Wrapper .Hero{display:flex;justify-content:flex-start;align-items:center;color:#f3f3f3;background-image:url("/static/bg/FYRE-Flame.jpg");background-size:contain;background-repeat:no-repeat}@media(max-width: 1079.98px){.Hero-Wrapper .Hero{height:30vh;background-position:70% center}}@media(min-width: 1080px){.Hero-Wrapper .Hero{height:60vh;background-position:70% center}}@media(max-width: 1079.98px){.Hero-Wrapper .Hero .Hero-Content{width:75%}}@media(min-width: 1080px){.Hero-Wrapper .Hero .Hero-Content{width:50%}}.Hero-Wrapper .Hero .Hero-Content h1{text-align:left;font-family:"Bebas Neue",sans-serif}@media(max-width: 1079.98px){.Hero-Wrapper .Hero .Hero-Content h1{font-size:1.5rem}}@media(min-width: 1080px){.Hero-Wrapper .Hero .Hero-Content h1{font-size:4rem}}.Hero-Wrapper .Hero .Hero-Content h2{font-family:"League Gothic",sans-serif}@media(max-width: 1079.98px){.Hero-Wrapper .Hero .Hero-Content h2{margin-top:.5rem;font-size:1.5rem}}@media(min-width: 1080px){.Hero-Wrapper .Hero .Hero-Content h2{font-size:2.75rem}}.Hero-Wrapper .Hero .Hero-Content p{font-family:"Quicksand",sans-serif}@media(max-width: 1079.98px){.Hero-Wrapper .Hero .Hero-Content p{margin-top:1rem;font-size:.7rem}}@media(min-width: 1080px){.Hero-Wrapper .Hero .Hero-Content p{margin-top:7vh;font-size:1.1rem}}.About-Why{display:flex;justify-content:center;align-items:center;margin-top:var(--space)}.About-Why .About-Text{width:min(500px,100%)}.About-Why .About-Text p{font-size:1.25rem;font-style:italic}@media(max-width: 1079.98px){.Cards-Wrapper{overflow:hidden;padding-top:var(--space);padding-bottom:4rem}}@media(min-width: 1080px){.Cards-Wrapper{margin-top:var(--space);margin-bottom:var(--space)}}.Cards-Wrapper .Cards{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--space)}.Cards-Wrapper .Cards .Card{box-shadow:0 25px 50px rgba(0,0,0,.15)}@media(min-width: 1080px){.Cards-Wrapper .Cards .Card{width:min(600px,70%)}.Cards-Wrapper .Cards .Card.Odd{margin-right:calc(var(--space)*2)}.Cards-Wrapper .Cards .Card.Even{margin-left:calc(var(--space)*2)}}.Cards-Wrapper .Cards .Card .Image img{object-fit:cover;aspect-ratio:2/1;width:100%}.Cards-Wrapper .Cards .Card .Text{padding:var(--space)}.Cards-Wrapper .Cards .Card .Text h1{margin-bottom:1.5rem}.About-Reveal{opacity:0;transition:all .8s ease-out;filter:blur(5px)}.About-Reveal.Odd{transform:translateX(-50px)}.About-Reveal.Even{transform:translateX(50px)}.About-Reveal.Hero-Content{transform:translateY(30px)}.About-Reveal.Active{opacity:1;transform:translate(0, 0) !important;filter:blur(0)}.Portfolio-H1{margin-top:6rem;text-align:center}.Portfolio-Section{display:flex;flex-direction:column;gap:4rem;padding:50px 0}@media(min-width: 810px){.Portfolio-Section{padding:100px 0;gap:6rem}}.Portfolio-Section .Project-Item{opacity:0;position:relative;display:flex;align-items:center;flex-direction:column;padding:0 5%;transform:translateY(20px);transition:opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1),transform .6s cubic-bezier(0.215, 0.61, 0.355, 1)}@media(min-width: 810px){.Portfolio-Section .Project-Item{flex-direction:row;align-items:stretch;justify-content:space-between}}.Portfolio-Section .Project-Item.Is-Visible{opacity:1;transform:translateY(0)}.Portfolio-Section .Project-Item.Is-Reversed{flex-direction:column}@media(min-width: 810px){.Portfolio-Section .Project-Item.Is-Reversed{flex-direction:row-reverse}}.Portfolio-Section .Project-Item .Content-Container{z-index:10;position:relative;padding:2rem 0;width:100%}@media(min-width: 810px){.Portfolio-Section .Project-Item .Content-Container{flex:0 0 25%;padding:0}}.Portfolio-Section .Project-Item .Content-Container .Sticky-Wrapper{opacity:1;position:relative;will-change:opacity,transform}@media(min-width: 810px){.Portfolio-Section .Project-Item .Content-Container .Sticky-Wrapper{position:sticky;top:90px;padding:80px 0;transition:none}}.Portfolio-Section .Project-Item .Content-Container.Is-Hidden{opacity:0;pointer-events:none}.Portfolio-Section .Project-Item .Content-Container .Project-Description{margin-top:2rem;font-size:.8rem}.Portfolio-Section .Project-Item .Content-Container .Project-Link{display:inline-block;cursor:zoom-in;margin-top:2rem;font-weight:bold;font-size:.8rem;text-decoration:none}.Portfolio-Section .Project-Item .Media-Container{order:-1;overflow:visible;position:relative;width:100%;height:auto;box-shadow:0 25px 50px rgba(0,0,0,.15)}@media(min-width: 810px){.Portfolio-Section .Project-Item .Media-Container{order:unset;overflow:hidden;position:sticky;flex:0 0 65%;top:90px;height:calc(100vh - 90px)}}.Portfolio-Section .Project-Item .Media-Container .Image-Wrapper{position:relative;width:100%;height:100%}.Portfolio-Section .Project-Item .Media-Container .Image-Wrapper .Image-Loader{position:absolute;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:4px solid #eee;border-top:4px solid #111;border-radius:50%;animation:Spin-Loader 1s linear infinite;z-index:1;display:block}.Portfolio-Section .Project-Item .Media-Container .Image-Wrapper .Parallax-Image{opacity:0;position:relative;display:block;width:100%;height:auto;transition:opacity .6s ease-in}@media(min-width: 810px){.Portfolio-Section .Project-Item .Media-Container .Image-Wrapper .Parallax-Image{position:absolute;top:0;left:0}}.Portfolio-Section .Project-Item .Media-Container .Image-Wrapper .Parallax-Image:not(.Is-Loading){opacity:1}@keyframes Spin-Loader{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}body.No-Scroll{overflow:hidden}.Fullscreen-Overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.95);z-index:9999;overflow-y:auto;cursor:zoom-out;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.Fullscreen-Overlay.Is-Active{opacity:1;visibility:visible}.Fullscreen-Overlay.Is-Active .Overlay-Content img{transform:scale(1);opacity:1}.Fullscreen-Overlay .Close-Button{position:fixed;top:30px;right:40px;color:#fff;font-size:50px;line-height:1;cursor:pointer;z-index:10000;transition:transform .2s ease}.Fullscreen-Overlay .Close-Button:hover{transform:scale(1.1)}.Fullscreen-Overlay .Overlay-Content{display:flex;justify-content:center;align-items:flex-start;padding:80px 0;width:100%}.Fullscreen-Overlay .Overlay-Content img{max-width:85%;height:auto;box-shadow:0 0 50px rgba(0,0,0,.5);cursor:default;opacity:0;transform:scale(0.9);transition:transform .4s cubic-bezier(0.165, 0.84, 0.44, 1),opacity .4s ease}.Word-Cloud-Container{display:flex;justify-content:center;align-items:center;padding:50px 0}.Word-Cloud-Container .TagCloud{font-family:"Inter",sans-serif;font-weight:600;letter-spacing:1px;color:#333;cursor:pointer}.Word-Cloud-Container .TagCloud span{transition:color .3s ease}.Word-Cloud-Container .TagCloud span:hover{color:#a00 !important}
