.projects{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;padding:2rem}.project--body{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.projects--bodyContainer{display:flex;align-items:center;justify-content:center;gap:4.5rem;width:100%}.projects--header{display:flex;align-items:center;justify-content:center;width:100%;margin:1rem}.projects--header h1{margin-bottom:40px;font-size:3.5rem;font-family:var(--primaryFont)}.projects--viewAll{width:100%;padding:2rem;display:flex;align-items:center;justify-content:flex-end;margin-top:2rem}.projects--viewAll a button{outline:none;border:none;width:150px;height:48px;display:flex;align-items:center;justify-content:space-between;text-transform:inherit;border-radius:45px;font-size:1.05rem;font-weight:500;padding-left:1.5rem;cursor:pointer}.project--content>img{width:100%;height:60%;padding:0 1.5rem}@media screen and (max-width: 992px){.projects--bodyContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}}@media screen and (max-width: 800px){.projects--header h1{font-size:3rem;margin-bottom:30px}}@media screen and (max-width: 600px){.projects--header h1{font-size:2.5rem;margin-bottom:20px}.projects--viewAll{position:relative;margin-top:4rem}.projects--viewAll a{position:absolute;left:50%;transform:translate(-50%)}}.landing-container-left{flex:35%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.lcl--content{margin:3rem;width:100%;display:flex;align-items:center;justify-content:flex-start}.landing--social{font-size:35px;margin:0 1rem;transition:transform .5s}.landing--social:hover{transform:scale(1.2)}.landing-container-right{flex:65%;height:100%;background-color:#eaeaea;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.lcr--content{width:45%;margin-right:7rem;font-family:serif;font-style:normal}.lcr--content h6{font-weight:500;font-size:1.25rem;margin-bottom:-.85rem;opacity:.8}.lcr--content h1{font-weight:600;font-size:3.25rem;margin:1rem 0;line-height:110%}.lcr--content p{margin-top:1.45rem;font-weight:500;font-size:1.15rem;opacity:.7}.landing--img{--img-size: 400px;position:absolute;left:35%;transform:translate(-50%);width:var(--img-size);height:var(--img-size);-o-object-fit:cover;object-fit:cover;border-radius:50%;box-shadow:0 0 30px #0003;transition:opacity .3s}.lcr-buttonContainer{margin-top:2rem;width:350px;display:flex;align-items:center;justify-content:space-between;font-family:"var(--primaryFont)",sans-serif}@media (max-width: 1100px){.landing--img{--img-size: 350px}.lcl--content{margin:2rem}.lcr--content h6{font-size:1.1rem}.lcr--content h1{font-size:3rem}.lcr--content p{margin-top:.3rem;margin-bottom:1rem;font-weight:500;font-size:1rem}.lcr-buttonContainer{margin-top:1rem;flex-direction:column;width:200px;height:120px;align-items:flex-start}}@media (max-width: 900px){.landing--img{--img-size: 300px}.landing--social{font-size:30px}.lcr--content{width:60%;margin-top:10%;margin-right:6%}.lcr-buttonContainer{margin-top:1rem;flex-direction:column;width:200px;height:120px;align-items:flex-start}.lcr-buttonContainer button:nth-child(2){display:none}}@media (max-width: 600px){.landing--img{--img-size: 200px;left:50%;top:30%;border:8px solid #eaeaea;transform:translate(-50%,-50%)}.landing-container-left{flex:initial;width:100%;height:30%}.landing--social{display:none}.landing--container-right{box-sizing:border-box;flex:initial;height:70%;width:100%;background-color:#eaeaea;align-items:center;justify-content:center;padding:0 2rem}.lcr--content{margin-top:20%;margin-right:initial;width:100%}.lcr--content h6{font-size:1rem;text-align:center}.lcr--content h1{font-size:2.5rem;text-align:center}.lcr--content p{font-size:.95rem;text-align:center;margin:0 auto;width:90%}.lcr-buttonContainer{margin:0 auto;display:flex;align-items:center;justify-content:center}.lcr-buttonContainer Button{margin-top:-20%}}@media (max-width: 500px){.lcr--content{margin-top:35%}}@media (max-width: 370px){.lcr--content{margin-top:60%}}@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3){.landing{height:100%}.landing--img{--img-size: 150px;left:50%;top:20%}}.about{position:relative;background-color:#0ff}.about .line-styling{position:absolute;top:50px;left:50%;transform:translate(-50%);height:50px;width:85%;display:flex;align-items:center;justify-content:space-between}.about .line-styling .style-circle{width:10px;height:10px;border-radius:50%}.about .line-styling .style-line{width:95%;height:10px;border-radius:10px}.about-body{display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding-top:8rem;height:-moz-fit-content;height:fit-content}.about-description{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;flex:.7;width:100%;height:-moz-fit-content;height:fit-content}.about-description>h2{margin-bottom:40px;font-size:3.5rem;font-family:var(--primaryFont)}.about-description>p{font-size:1.25rem;color:#080808;font-family:var(--primaryFont)}.about-img{margin-top:40px;pointer-events:none}.about-img>img{width:380px;flex:.5}@media (min-width: 992px) and (max-width: 1380px){.about-description>h2{font-size:3.3rem;margin-bottom:30px}.about-description>p{font-size:1.15rem}.about-img>img{width:300px}}@media screen and (max-width: 992px){.about .line-styling{top:20px}.about-body{padding-top:2rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-evenly}.about-description{flex:.6;box-sizing:border-box;padding:20px}.about-description>h2{font-size:3rem;margin-bottom:20px}.about-description>p{font-size:1.1rem}.about-img>img{width:250px;flex:.4}}@media screen and (max-width: 800px){.about .line-styling .style-circle{width:8px;height:8px;border-radius:50%}.about-description>h2{align-self:center}}@media screen and (max-width: 600px){.about .line-styling .style-circle{width:5px;height:5px;border-radius:50%}.about .line-styling .style-line{width:93%;height:3px;border-radius:10px}.about-description>h2{font-size:2.5rem}.about-description>p{font-size:.95rem}.about-img>img{width:200px}}.education-body{display:flex;flex-direction:row-reverse}.education-description{width:100%;flex:.65;padding:2rem;display:flex;flex-direction:column;justify-content:center;margin-left:10%}.education-description>h1{font-size:3.5rem;font-family:var(--primaryFont);margin-bottom:2rem}.education-card{display:flex;padding:1.5rem;height:140px;border-radius:20px;margin-bottom:1.5rem;transition:background-color .2s ease-in-out}.education-details{display:flex;flex-direction:column;align-items:start;margin-left:1.5rem}.education-details>h6{display:flex;align-items:flex-start;justify-content:flex-start;font-family:var(--primaryFont);font-size:.85rem;font-weight:700;margin-bottom:.5rem}.education-details>h4{font-family:var(--primaryFont);font-size:1.15rem;font-weight:600}.education-details>h5{font-family:var(--primaryFont);font-size:1rem;font-weight:600}.educard-img{border-radius:50%;width:55px;height:55px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.educard-img>img{width:40px}.education-image{box-sizing:border-box;padding:1rem;flex:.35;margin-top:1rem;pointer-events:none}.education-image>img{width:100%}@media screen and (max-width: 992px){.education-image{display:none}.education-description{flex:1;margin:auto}.education-description>h1{font-size:3.2rem}.education-card{padding:1.5rem;margin-bottom:1.5rem}}@media screen and (max-width: 800px){.education-description>h1{font-size:3rem;margin-bottom:2rem;align-self:center}.education-description{padding:1rem}.education-card{padding:1rem;margin-bottom:1.5rem}.educard-img{border-radius:50%;width:45px;min-height:45px}.education-details{display:flex;flex-direction:column}.educard-img>img{width:30px}.education-details>h6{font-size:.85rem;margin-bottom:.45rem}.education-details>h4{font-size:1.125rem;line-height:126%}.education-details>h5{font-size:1.05rem;line-height:126%}}.achievement{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:3rem;width:100%}.achievement-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;flex:.4;width:90%}.achievement-body h1{font-family:var(--primaryFont);font-size:3.5rem;margin-bottom:1.5rem}.achievement-body h4{font-size:1.75rem;font-family:var(--primaryFont);font-weight:400}.achievement-cards{padding:2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-left:5%;flex:.6;width:100%}.achievement-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;height:140px;padding:1.5rem;border-radius:20px;margin-left:1.5rem;margin-bottom:1.5rem;transition:background-color .2s ease-in-out;width:100%;position:relative}.achievecard-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;width:65%}.achievecard-details1 h2{font-family:var(--primaryFont);font-weight:500;font-size:1.225rem;line-height:110%;margin-bottom:6px}.achievecard-details1 p{font-size:1.1rem;font-family:Roboto;font-weight:400}.achievecard-details2{display:flex;flex-direction:row;width:50%;align-items:center;font-family:var(--primaryFont);font-size:18px;position:absolute;bottom:7px;left:25px}.achievecard-details2 h5{width:50%}.achievecard-field{width:50%;display:flex;flex-direction:row;align-items:center}.achievecard-imgcontainer{width:23%}.achievecard-imgcontainer>img{width:150px;height:130px;border-radius:10px}@media (min-width: 992px) and (max-width: 1380px){.achievement{width:100%}.achievement-cards{justify-content:flex-start;width:100%}.achievement-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;flex:.3;width:100%}.achievement-body h1{font-family:var(--primaryFont);font-size:3.1rem}.achievement-card{padding:1rem;margin-left:0;width:100%;flex:.7}.achievecard-imgcontainer{margin-left:1rem;width:30%;justify-content:center}.achievecard-imgcontainer>img{height:100px;width:100px}}@media screen and (max-width: 992px){.achievement{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:2rem}.achievement-body{width:100%}.achievement-body h1{font-size:2.5rem}.achievement-card{padding:1rem 0;width:80%;margin-top:1rem;margin-left:0;height:-moz-fit-content;height:fit-content}.achievecard-content{width:70%}.achievecard-details1{margin-bottom:20px}.achievecard-details1 h2{font-size:1.15rem}.achievecard-details1 p{font-size:.95rem}.achievecard-details2{width:85%;position:absolute;bottom:7px;left:25px}.achievecard-imgcontainer{width:30%;display:flex;justify-content:center}.achievecard-imgcontainer>img{width:80px;height:70px}}@media screen and (max-width: 600px){.achievement{padding:1rem}.achievement-card{width:100%}.achievement-body h4{font-size:1.5rem}.achievecard-details1 p{font-size:.95rem}.achievecard-imgcontainer>img{width:70px;height:60px}}.contacts{min-height:100vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative}.contacts--container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2rem;width:80%;height:100%;margin-top:2rem}.contacts-body{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%}.contacts-form{display:flex;flex:.4;width:100%}.contacts-form form{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;width:100%}.input-container{width:100%}.form-input{height:50px;box-sizing:border-box;outline:none;padding:.7rem;border-radius:20px;width:100%;resize:none}.form-message{height:150px;box-sizing:border-box;outline:none;margin-bottom:2rem;padding:.7rem;border-radius:20px;width:100%;resize:none}.submit-btn button{border:none;outline:none;width:140px;height:50px;border-radius:50px;font-weight:500;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;cursor:pointer}.contacts-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;flex:.6;box-sizing:border-box;padding-left:7rem;margin-top:1.2rem}.personal-details{display:flex;text-decoration:none;flex-direction:row;align-items:center;justify-content:flex-start;width:100%}.personal-details p{margin-left:1.5rem;font-size:18px;line-height:110%;font-weight:500;width:45%;word-break:break-word}.socialmedia-icons{width:90%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;margin-top:4rem}.contacts--img{position:absolute;right:0;bottom:0;width:280px;pointer-events:none}@media (min-width: 992px) and (max-width: 1380px){.contacts--img{position:absolute;right:0;bottom:0;width:240px}.contacts--container{padding:2rem 4rem;width:90%;margin-top:1rem}}@media screen and (max-width: 992px){.contacts--img{display:none}.contacts--container{width:100%;margin-top:1rem}.contacts--container>h1{font-size:3rem;margin:0 0 1.2rem}.contacts-details{padding-left:4rem}.personal-details p{margin-left:1rem;font-size:1rem}}@media screen and (max-width: 800px){.contacts--container h1{font-size:3rem;margin-bottom:30px}.contacts--container{padding:2rem;margin-top:0rem;align-items:center}.contacts-body{display:flex;flex-direction:column;align-items:center}.contacts-form{display:flex;flex:1;width:80%}.form-input{margin-bottom:.45rem}.contacts-form form{align-items:flex-end}.contacts-details{padding-left:0rem;padding:1rem;align-items:center;margin-top:2rem}.socialmedia-icons{width:100%;gap:1.5rem;margin-top:2rem}.personal-details{margin-bottom:1.8rem}.personal-details p{margin-left:1.2rem;width:95%}}@media screen and (max-width: 600px){.contacts-form{display:flex;flex:1;width:100%}.contacts--container h1{font-size:2.5rem;margin-bottom:20px}}@media screen and (max-width: 400px){.contacts-details{padding-left:0rem;padding:0rem;align-items:center;margin-top:2rem}.submit-btn{align-self:center}}@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3){.contacts-details{padding-left:0rem;padding:0rem}}@keyframes spin{0%{opacity:1;transform:translate(5px,-3px) rotate(0)}to{transform:rotate(359deg)}}@keyframes fly{10%{transform:rotate(0)}20%{transform:translate(-10px)}70%{transform:translate(60px)}to{transform:translate(80px)}}.footer{font-family:"var(--primaryFont)",sans-serif;height:60px;width:100%;display:flex;justify-content:center;align-items:center}.footer p{font-weight:500;font-family:var(--primaryFont);font-size:18px}.footer p span{font-size:24px}.skills{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2.5rem 2rem 2rem}.skillsHeader{display:flex;align-items:center;justify-content:center}.skillsHeader h2{font-family:var(--primaryFont);font-style:normal;font-weight:700;font-size:3.5rem;text-align:center}.skillsContainer{display:flex;align-items:center;justify-content:center;width:100%;margin-top:3.5rem;padding:0 2rem}.skill--scroll{width:100%;margin:0 2rem}.skill--box{background:#fafafa;box-shadow:0 10px 20px #0000001f;border-radius:10px;width:160px;height:160px;margin:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;transition:.3s ease-in-out}.skill--box:hover{transform:scale(1.15)}.skill--box>img{height:50px;pointer-events:none}.skill--box h3{font-family:Big Shoulders Text;font-style:normal;font-weight:500;font-size:22px;text-align:center;margin-top:1rem}.marquee{padding:3rem 0}@media (min-width: 992px) and (max-width: 1380px){.skills{padding:2rem 1rem 1rem}.skillsContainer{padding:1.5rem;margin-top:1.5rem}}@media screen and (max-width: 992px){.skills{padding:1rem;min-height:100%}.skillsContainer{padding:1rem;margin:1rem 0}.skillsHeader h2{font-size:3.2rem}.skill--box{width:150px;height:150px;margin:1.2rem;padding:2rem 1rem}.skill--box>img{height:45px}.skill--box h3{font-size:20px;margin-top:1rem}}@media screen and (max-width: 800px){.skills,.skillsContainer{padding:.5rem}.skillsHeader h2{font-size:3rem}.skill--scroll{width:100%;margin:0}}@media screen and (max-width: 600px){.skill--box{width:120px;height:120px;margin:1.2rem;padding:2rem 1rem}.skill--box>img{height:40px}.skillsHeader h2{font-size:2.5rem}.skill--box h3{font-size:18px;margin-top:1rem}}.project--page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh}.projectPage--header{height:35vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.projectPage--header>h1{font-size:4rem;font-family:var(--primaryFont)}.projectPage--container{padding:3rem 2rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.project-grid{display:flex;gap:4rem;flex-wrap:wrap}.project--show{box-shadow:4px 4px 8px #24030333;width:304px;height:360px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.4rem -2rem;position:relative;cursor:pointer;overflow:hidden}.project--show:hover img{opacity:0}.project--content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%}.project--content>img{width:100%;height:60%}.project--content>h2{padding:1.5rem;font-family:var(--primaryFont);font-style:normal;font-weight:600;font-size:1.525rem;line-height:110%;text-align:center}.project--showcaseBtn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem}.project--showcaseBtn>a{cursor:pointer;text-decoration:none;transition:transform .5s .3s}.project--show:hover .project--showcaseBtn a:nth-child(2){transform:translate(-140px) scale(1.1)!important}.project--show .project--desc{position:absolute;width:95%;height:160px;left:0;top:0;transform:translate(-110%,40%);padding:15px;border-radius:0 20px 20px 0;transition:transform .9s;line-height:110%;display:flex;align-items:center;justify-content:center}.project--show:hover .project--desc{transform:translate(-2%,40%)}.project--show .project--lang{position:absolute;bottom:20px;right:0;width:140px;font-size:.8rem;display:flex;justify-content:center;gap:.5rem;flex-direction:column;border-radius:10px 0 0 10px;transform:translate(100%);transition:transform .5s .3s;padding:.825rem}.project--show:hover .project--lang{transform:translate(0)}.project--lang>span{font-family:var(--primaryFont);font-weight:500;word-break:break-word;line-height:100%}@media screen and (max-width: 992px){.projectPage--header{height:25vh;width:100%;display:flex;align-items:center;justify-content:center}.project-grid{gap:3rem}}@media screen and (max-width: 702px){.project-grid{gap:1.5rem}}@media screen and (max-width: 550px){.projectPage--header h1{font-size:3rem}}@media screen and (max-width: 400px){.projectPage--header{height:20vh}.projectPage--header h1{font-size:2.5rem}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{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,samp,pre{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;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.absolute{position:absolute}.relative{position:relative}.m-12{margin:3rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mt-10{margin-top:2.5rem}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-\[120px\]{height:120px}.h-full{height:100%}.h-screen{height:100vh}.w-3\/5{width:60%}.w-\[150px\]{width:150px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-4{gap:1rem}.border{border-width:1px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[3\.5rem\]{font-size:3.5rem}.text-\[35px\]{font-size:35px}.capitalize{text-transform:capitalize}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-\[0\.5s\]{transition-duration:.5s}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:w-full{width:100%}.lg\:flex-row{flex-direction:row}.lg\:justify-center{justify-content:center}}@media (min-width: 1280px){.xl\:flex-row{flex-direction:row}}
