@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap";:root{font-family:Geist,sans-serif;font-optical-sizing:auto;line-height:1.5;font-weight:400;color-scheme:light dark;color:#191717de;background-color:#fff;--skills-muted: #5b5a60;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{margin:0;padding:0;overflow-x:hidden}body{background:#fff;color:#1c1b1f;transition:background .3s ease,color .3s ease}body.theme-dark{background:#0f1013;color:#f5f4f1;--skills-muted: #c9c7d2}a{color:inherit;text-decoration:none}.section-heading{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 18px;color:#1c1b1f}.section-heading span{color:var(--section-heading-accent, #6a6685)}.section__intro{max-width:760px;margin:0 auto;text-align:center}body.theme-dark .section-heading{color:#f5f4f1}body.theme-dark .section-heading span{color:#c9c5e6}#root{padding:0;margin:0}.header{width:100vw;padding:0;display:flex;justify-content:center;position:relative}.header-image-container{width:auto;position:absolute;left:0;top:0}.header-image-container img{width:min(620px,45vw);height:auto}.header-content{width:min(900px,100%);margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding-top:100px;color:#000}.theme-toggle{position:fixed;top:24px;right:24px;z-index:20;border:none;background:transparent;color:#1c1b1f;width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-shadow:0 2px 0 rgba(0,0,0,.15),0 6px 14px rgba(0,0,0,.2)}.theme-toggle:hover{color:#663c10;transform:translateY(-2px)}.header-content .header-info{margin-top:50px}.header-content h4{font-size:.9em;line-height:1.1;font-weight:300;margin:0}.header-content h1{font-size:4.5em;line-height:1.2;margin-top:20px;font-weight:500;color:#3e3e3e}.header-content h1 span{color:#663c10;font-weight:700}.header-content p{font-size:1.1em;line-height:1.4;max-width:520px;font-weight:400;margin-top:-20px;text-align:center}.header-buttons{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:10px}.header-buttons .btns{font-size:1.1em;font-weight:500;border-radius:90px;cursor:pointer;color:#000;font-size:.8em;font-weight:400;padding:10px 30px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:#00000059 0 5px 15px;position:relative}.header-buttons .btns .icon{position:absolute;top:50%;right:10%;transform:translate(-50%,-50%);transition:opacity .5s ease;pointer-events:none}.header-buttons .btns .default-icon{opacity:1;margin-left:10px}.header-buttons .btns .hover-icon,.header-buttons .btns:hover .default-icon{opacity:0}.header-buttons .btns:hover .hover-icon{opacity:1}.header-buttons .btns:hover{gap:10px}.header-buttons .header-button1{background:#000;background:linear-gradient(90deg,#000,#666 90%);color:#fff;border:1px solid #000000}.header-buttons .header-button1:hover{background:#663c10;border-color:#663c10}.header-buttons .header-button2{border:#000000 1px solid;justify-content:space-between;padding:10px 40px}.header-buttons .header-button2:hover{border-color:#663c10;color:#663c10}.header-buttons .btns:hover FontAwesomeIcon{margin-left:4px}.theme-dark .header{background:#0f1013}.theme-dark .header-content,.theme-dark .header-content h1{color:#f5f4f1}.theme-dark .header-content h1 span{color:#c9c5e6}.theme-dark .header-content p{color:#c9c7d2}.theme-dark .theme-toggle{color:#f5f4f1;text-shadow:0 2px 0 rgba(0,0,0,.5),0 8px 18px rgba(0,0,0,.55)}.theme-dark .theme-toggle:hover{border-color:#c9c5e6;color:#c9c5e6}.theme-dark .header-buttons .header-button1{background:#f5f4f1;color:#0f1013;border-color:#f5f4f1}.theme-dark .header-buttons .header-button1:hover{background:#c9c5e6;border-color:#c9c5e6}.theme-dark .header-buttons .header-button2{border-color:#f5f4f1;color:#f5f4f1}.theme-dark .header-buttons .header-button2:hover{border-color:#c9c5e6;color:#c9c5e6}@media screen and (max-width: 768px){.header{width:100%;padding:0;flex-direction:column-reverse;align-items:center}.header-image-container{width:100%;position:static;display:flex;justify-content:center}.header-image-container img{width:100%;height:auto}.header-content{width:100%;padding:20px 20px 0;box-sizing:border-box;text-align:center}.header-content h1{font-size:2.5em}.header-content p{font-size:1em}}.footer{background-color:#06111d;text-align:center;font-family:Bruno Ace,sans-serif;color:#fff;margin-top:100px;position:relative;padding-bottom:0}.footer__chevron{color:#663c10;background:#fff;width:30px;height:30px;padding:20px;border-radius:50%;margin-top:-50px;border:8px solid #000}.footer__logo{display:flex;justify-content:space-between;align-items:center;padding:20px 10vw}.footer__logo img{width:100px;height:auto}.footer__logo .socials{display:flex;gap:20px}.footer__logo .socials a{color:#fff;text-decoration:none;font-size:1rem}.footer__credits{padding:20px 10vw;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;gap:100px;font-family:Geist,sans-serif;font-weight:500;background:#212121;color:#ffffff7e}.footer__credits a,.footer__credits span{color:#fff;text-decoration:none}.mosesImage{width:100%;margin-top:50px}@media screen and (max-width: 768px){.footer{padding:20px 0 0}.footer__logo{flex-direction:column;align-items:center}.footer__logo img{width:80px}.footer__credits{flex-direction:column;align-items:center;text-align:center;gap:10px}.footer__credits span{margin-bottom:10px}}.brands{margin-top:30px}.brand-images{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;width:100%;padding:20px}.brand-images img{width:50px}.brands__title{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 18px}.theme-dark .brands__title{color:#f5f4f1}.brands__title span{color:#6a6685}.brands__undertext{font-size:1rem;line-height:1.6;color:var(--skills-muted);margin:0}@media screen and (max-width: 768px){.brands{padding:0 20px;box-sizing:border-box}.brand-images{padding:20px 0}}.experience{margin-top:80px;text-align:center}.experience h1{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;max-width:700px;letter-spacing:-.02em;text-transform:uppercase;margin:0 auto 18px}.experience .section__heading span{color:var(--skills-accent)}.experience h3{font-size:.7rem;line-height:1.5;text-align:center;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.experience h4{font-size:1rem;line-height:1.6;color:var(--skills-muted);font-weight:400;text-wrap:pretty}.experience__table{display:flex;justify-content:space-between;align-items:flex-start;padding:0 10vw}.tabss{width:25%;gap:80px;text-align:left}.work_history h5,.Education h5,.Skills h5{font-size:.9rem;line-height:1;font-weight:400;margin-bottom:30px}.work_history__item{margin-bottom:40px}.work_history__item .work_year{font-size:.6rem;font-weight:300;color:#a5a5a5}.work_history__item .work_title{font-size:1.2rem;line-height:1.2;font-weight:500;margin-bottom:10px}.work_history__item .work_company{font-size:.9rem;line-height:1;font-weight:400;margin-bottom:10px}.work_history__item .work_description{font-size:.8rem;line-height:1.5;font-weight:300}.Skills ul{padding:0 18px}.Skills ul li{font-size:.8rem;line-height:1.5;font-weight:400;margin-bottom:10px}.experience__timeline{--accent: #e0733d;margin-top:10px;margin-bottom:50px;padding:90px 0 110px;background:#fff;color:#222}.experience__timeline-content{width:min(1120px,90%);margin:0 auto;text-align:left}.experience__timeline h3{margin:0 0 16px;font-size:1.35rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.experience__timeline p{margin:0 0 46px;color:#5a5a5a;line-height:1.7}.timeline{position:relative;margin-top:24px;padding:24px 0 18px}.timeline__line{position:absolute;top:50%;left:0;right:0;height:4px;--last-dot: 91.666%;background:linear-gradient(to right,#e1ddd8 0 var(--last-dot),transparent var(--last-dot) 100%);border-radius:999px;transform:translateY(-50%)}.timeline__line:after{content:"";position:absolute;left:var(--last-dot);right:0;top:50%;border-bottom:2px dotted var(--accent);transform:translateY(-50%)}.timeline__items{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;align-items:center}.timeline__item{position:relative;text-align:center;color:#2b2b2b;font-size:.85rem;padding:0}.timeline__item strong{display:block;font-weight:600}.timeline__item span{display:block;color:#6b6b6b}.timeline__dot{width:14px;height:14px;border-radius:50%;background:var(--accent);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.timeline__dot--focus{width:16px;height:16px;box-shadow:0 0 0 10px #e0733d2e;animation:timeline-pulse 2.2s ease-in-out infinite}.theme-dark .experience{color:#f5f4f1}.theme-dark .experience h3,.theme-dark .experience h4{color:#c9c7d2}.theme-dark .work_history__item .work_year{color:#8d8c98}.theme-dark .work_history__item .work_description,.theme-dark .Skills ul li,.theme-dark .work_history__item .work_company{color:#c9c7d2}.theme-dark .experience__timeline{background:#111317;color:#f5f4f1}.theme-dark .experience__timeline p{color:#c9c7d2}.theme-dark .timeline__line{background:#2a2d33}.theme-dark .timeline__line:after{border-bottom-color:var(--accent)}.theme-dark .timeline__item{color:#e2e0e8}.theme-dark .timeline__item span{color:#b3b1bf}.timeline__item--top{padding-bottom:70px}.timeline__item--bottom{padding-top:70px}.timeline__stem{position:absolute;left:50%;width:2px;height:36px;background:var(--accent);transform:translate(-50%)}.timeline__item--top .timeline__stem{top:calc(50% - 36px)}.timeline__item--bottom .timeline__stem{top:50%}.timeline__item--top strong,.timeline__item--top span{display:block;position:relative;top:-54px}.timeline__item--bottom strong,.timeline__item--bottom span{display:block;position:relative;top:54px}@keyframes timeline-pulse{0%{box-shadow:0 0 #e0733d8c}70%{box-shadow:0 0 0 16px #e0733d00}to{box-shadow:0 0 #e0733d00}}@media screen and (max-width: 768px){.experience h1{font-size:clamp(1.7rem,6vw,2.4rem)}.experience h3{font-size:.6rem}.experience h4{font-size:.9rem}.work_history h5,.Education h5,.Skills h5{font-size:.8rem}.experience__table{flex-direction:column;align-items:center}.tabss{width:100%;margin-bottom:50px}.work_history__item{margin-bottom:30px}.experience h4{padding:0 20px}}@media (max-width: 960px){.timeline{--timeline-dot-y: 18px}.experience h1{font-size:clamp(1.9rem,4.8vw,2.6rem)}.experience h3{font-size:.65rem}.experience h4{font-size:.95rem}.work_history h5,.Education h5,.Skills h5{font-size:.85rem}.timeline{padding:10px 0 0}.timeline__line{top:0;bottom:0;left:50%;right:auto;width:4px;height:auto;transform:translate(-50%);background:#e1ddd8}.timeline__line:after{display:none}.timeline__items{grid-template-columns:1fr;gap:26px}.timeline__item{text-align:right;width:calc(50% - 32px);padding:0;margin:0;align-self:stretch}.timeline__dot{left:calc(100% + 32px);top:var(--timeline-dot-y);transform:translate(-50%,-50%)}.timeline__stem{display:none}.timeline__item:nth-child(odd){margin-right:auto}.timeline__item:nth-child(2n){text-align:left;margin-left:auto}.timeline__item:nth-child(2n) .timeline__dot{left:-32px}.timeline__item:nth-child(2n) .timeline__stem{left:-32px}.timeline__item--top,.timeline__item--bottom{padding:0}.timeline__item--top strong,.timeline__item--top span,.timeline__item--bottom strong,.timeline__item--bottom span{top:0}}@media (max-width: 640px){.timeline__items{grid-template-columns:1fr;row-gap:24px}.timeline__line{display:block}.timeline__item{transform:none;background:transparent;width:calc(50% - 32px);border-radius:0}.timeline__stem{display:none}}.skills{--skills-accent: #6a6685;--skills-text: #1c1b1f;--skills-muted: #5b5a60;--skills-shadow: 0 20px 40px rgba(35, 33, 41, .08);background:radial-gradient(circle at top,#fff,#f7f5f2 65%,#f1efe9);color:var(--skills-text);padding:80px 8vw 120px}.skills__inner{max-width:1200px;margin:0 auto}.skills__intro{max-width:760px;margin:0 auto;text-align:center}.skills__title{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 18px}.skills__title span{color:var(--skills-accent)}.skills__subtitle{font-size:1rem;line-height:1.6;color:var(--skills-muted);margin:0}.skills__grid{margin-top:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.skills__card{border-radius:22px;padding:22px 20px 24px;border:1px solid transparent;box-shadow:var(--skills-shadow);background:#fff;transition:transform .3s ease,box-shadow .3s ease;animation:skills-fade .7s ease both}.skills__card-title{font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px}.skills__card-text{margin:0;font-size:.95rem;line-height:1.6;color:var(--skills-muted)}.skills__card--lilac{background:#f4f3ff;border-color:#a2a0ff}.skills__card--mint{background:#ecfbf5;border-color:#79e0bd}.skills__card--rose{background:#fff0fb;border-color:#f2a9df}.skills__card--amber{background:#fff5e6;border-color:#f1c07a}.skills__card--sage{background:#eef9f0;border-color:#89d38e}.skills__card--peach{background:#fff1ea;border-color:#f4b896}.theme-dark .skills{--skills-text: #f5f4f1;--skills-muted: #c9c7d2;--skills-shadow: 0 18px 32px rgba(0, 0, 0, .4);background:radial-gradient(circle at top,#1b1c24,#121318 60%,#0f1013)}.theme-dark .skills__card{background:#171921;border-color:#2a2d38}.theme-dark .skills__card--lilac{background:#1e1e2f;border-color:#6d6ad3}.theme-dark .skills__card--mint{background:#152624;border-color:#4fbfa0}.theme-dark .skills__card--rose{background:#251923;border-color:#d27ab6}.theme-dark .skills__card--amber{background:#241b12;border-color:#d3a05b}.theme-dark .skills__card--sage{background:#17251d;border-color:#63b27a}.theme-dark .skills__card--peach{background:#251a16;border-color:#d59c79}.skills__card:hover{transform:translateY(-6px);box-shadow:0 24px 50px #23212924}.skills__card:nth-child(1){animation-delay:.05s}.skills__card:nth-child(2){animation-delay:.1s}.skills__card:nth-child(3){animation-delay:.15s}.skills__card:nth-child(4){animation-delay:.2s}.skills__card:nth-child(5){animation-delay:.25s}.skills__card:nth-child(6){animation-delay:.3s}@keyframes skills-fade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 960px){.skills__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 700px){.skills{padding:70px 6vw 100px}.skills__grid{grid-template-columns:1fr}}.Testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:50px}.Testimonials_title{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 18px}.Testimonials__undertext{font-size:1rem;line-height:1.6;color:var(--skills-muted);margin:0}.theme-dark .Testimonials{background:#0f1013;color:#f5f4f1}.theme-dark .Testimonials__undertext{color:#c9c7d2}@media screen and (max-width: 768px){.Testimonials_title{font-size:2.2rem}.Testimonials__undertext{font-size:.8rem}}.carousel-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:25px;padding:40px 60px 40px 150px;scrollbar-width:none;-ms-overflow-style:none}.carousel-scroll::-webkit-scrollbar{display:none}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.testimonial-card{flex:0 0 65%;background-color:#7c4400;color:#fff;border-radius:25px;display:flex;box-shadow:#5d3131 0 5px 10px,#0000000d 0 0 10px;overflow:hidden;min-height:420px;max-width:700px}.testimonial-content{padding:1.4rem 50px;flex:1 1 60%;position:relative;display:flex;flex-direction:column;justify-content:center;font-weight:600}.testimonial-text{font-size:1.1rem;font-weight:600;line-height:1.4;margin:0}.star-rating{margin-bottom:12px}.star{color:#fff;font-size:30px;margin-right:4px}.testimonial-name{margin-top:1.2rem;font-weight:600;line-height:1;text-decoration:underline}.testimonial-role{font-size:12px;margin-top:-10px;color:#ffbc7e}.quote-mark{position:absolute;top:20px;right:20px;font-size:100px;color:#ffffff26;-webkit-user-select:none;user-select:none;pointer-events:none}.testimonial-image{width:40%;object-fit:cover;-webkit-user-select:none;user-select:none}@media screen and (max-width: 768px){.testimonial-card{flex-direction:column;max-width:100%;min-height:auto}.testimonial-content{padding:1.4rem 20px;flex:1 1 auto}.testimonial-image{width:100%;height:auto}.carousel-scroll{display:flex;flex-direction:column;padding:40px 20px;overflow:hidden}}.resources{padding:50px 8vw 120px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.resources__title{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 18px}.resources__undertext{font-size:1rem;line-height:1.6;color:var(--skills-muted);margin:0}.resources__container{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px;margin-top:40px}.resources__item{display:flex;flex-direction:column;align-items:left;justify-content:center;color:#000;background:#fff;box-shadow:#64646f33 0 7px 29px;text-align:left;padding:20px;border-radius:30px;transition:all .4s ease}.resources-image{width:100%;height:auto;margin-bottom:10px}.resources__item-title{font-size:1.2rem;font-weight:600;line-height:1.2}.resources__item-text{font-size:1rem;line-height:1.5;color:#333;margin-top:10px}.resources__item ul{padding:0 10px;border-bottom:1px solid #ddd}.resources__item ul li{font-size:.8rem;line-height:1.5;font-weight:400;margin-bottom:10px}.resources__item ul li:nth-child(4){margin-bottom:30px}.resources_btns{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:.9rem;font-weight:600}.resources_btns a{color:#000;transition:color .3s ease;font-size:.8rem;padding:10px 30px;border:1px solid #000;font-weight:300;text-decoration:none;border-radius:40px;display:flex;align-items:center;justify-content:center;gap:10px}.resources_btns a:hover{color:#fff;background:#663c10;border:none;box-shadow:#00000017 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px}.theme-dark .resources{background:#101217;color:#f5f4f1}.theme-dark .resources__item{background:#171921;color:#f5f4f1;box-shadow:0 18px 32px #00000059}.theme-dark .resources__item-text{color:#c9c7d2}.theme-dark .resources__item ul{border-bottom-color:#2d3038}.theme-dark .resources_btns a{color:#f5f4f1;border-color:#f5f4f1}.theme-dark .resources_btns a:hover{background:#c9c5e6;color:#0f1013}@media screen and (max-width: 768px){.resources__container{grid-template-columns:1fr}.resources__item{margin-bottom:20px}.resources__title{font-size:2rem}.resources__undertext{font-size:.9rem}.resources_btns a{width:150px;text-align:center;padding:10px 20px}}.productLife{padding:0 10vw;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.productLife__title{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 18px}.productLife__undertext{font-size:1rem;line-height:1.6;color:var(--skills-muted);margin:0}.productLife__undertext span{color:var(--skills-accent)}.productLife__container{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:50px}.productLife-image{width:100%;height:auto;max-width:500px;border-radius:30px;box-shadow:#64646f33 0 7px 29px}.productLife__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.productLife__podcast{display:flex;align-items:center;justify-content:space-between;color:#000;gap:20px;background:#fff;text-align:left;border:1px solid #090909;border-radius:40px;padding:5px 40px}.productLife_podcast-icon{width:25px;height:25px}.productLife__podcast-text h2{font-size:.6rem;font-weight:300;line-height:1.2}.productLife__podcast-text p{font-size:.8rem;font-weight:500;line-height:1.2;color:#a5a5a5;margin-top:-5px}.prouctLife__buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin-top:30px}.productLife__button{color:#fff;background:linear-gradient(246deg,#000 100%,#666 95%);transition:color .3s ease;font-size:.8rem;width:400px;padding:10px;font-weight:300;text-decoration:none;border-radius:50px;gap:10px;box-shadow:#0000004d 0 5px 10px,#00000038 0 5px 8px}.productLife__button:hover{color:#fff;background:#663c10}.theme-dark .productLife{background:#0f1013;color:#f5f4f1}.theme-dark .productLife__podcast{background:#171921;border-color:#2d3038;color:#f5f4f1}.theme-dark .productLife__podcast-text p{color:#a9a7b3}.theme-dark .productLife__button{background:#f5f4f1;color:#0f1013}.theme-dark .productLife__button:hover{background:#c9c5e6;color:#0f1013}.theme-dark .greyz{background:#2a2d36;color:#c9c7d2}.greyz{background:#80808089}@media screen and (max-width: 768px){.productLife__container{flex-direction:column;align-items:center}.productLife-image{max-width:100%}.productLife__content,.productLife__podcast-text h2,.productLife__podcast-text p{text-align:center}.productLife__button{width:100%}.greyz{background:#80808089}}.contact{margin-top:40px;padding:0 15vw;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.faq-section{background:#fff;padding:90px 0 110px;margin-top:50px}.faq-container{width:min(1120px,90%);margin:0 auto}.faq-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:48px;align-items:start}.faq-grid h3{margin:0;font-size:1.6rem;color:#2f2f2f}.faq{display:grid;gap:12px}.faq__item{background:#2f2f2f;border-radius:12px;padding:16px 18px;color:#f4f4f4}.faq__item--open{background:#3a3a3a}.faq__item h4{margin:0 0 10px;font-size:.95rem;font-weight:600}.faq__item p{margin:0;color:#cfcfcf;line-height:1.6;font-size:.9rem;display:none}.faq__item--open p{display:block}.faq__toggle{font-size:1.2rem;opacity:.7}.faq__trigger{width:100%;background:none;border:none;padding:0;color:inherit;font:inherit;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.contact__title{font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.15;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 18px}.contact__undertext{font-size:1rem;line-height:1.5;margin-top:-15px;text-align:center}.contact__undertext{color:var(--skills-muted)}.contact__container{margin-top:50px;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;width:100%;padding:80px;border-radius:20px}.contact__form{display:flex;flex-direction:column;gap:50px}.contact__form-details{display:flex;justify-content:space-between;align-items:center}.form__entrygroup{display:flex;flex-direction:column;text-align:left;gap:15px}.contact__form-details .form__entrygroup .contact__input{border:none;border-bottom:1px solid #333;background:transparent;color:#333}.contact__form-details .form__entrygroup .contact__input:focus{outline:none;border:none;border-bottom:1px solid #333}.form__entrygroup .contact__label{font-size:.8rem;font-weight:500;color:#333}.contact__textarea{width:100%;height:100px;border:none;border-bottom:1px solid #333;background:transparent;color:#333}.contact__textarea:focus{outline:none;border:none;border-bottom:1px solid #333}.contact__button{padding:10px 40px;align-self:center;color:#fff;background:linear-gradient(246deg,#000 100%,#666 95%);transition:color .3s ease;font-size:.8rem;font-weight:300;border:none;border-radius:50px;box-shadow:#0000004d 0 5px 10px,#00000038 0 5px 8px}.contact__button:hover{color:#fff;background:#663c10;border:none}.theme-dark .faq-section{background:#0f1013}.theme-dark .faq-grid h3{color:#f5f4f1}.theme-dark .faq__item{background:#1b1f27;color:#f5f4f1}.theme-dark .faq__item--open{background:#212633}.theme-dark .faq__item p{color:#c9c7d2}.theme-dark .contact{color:#f5f4f1}.theme-dark .contact__undertext{color:#c9c7d2}.theme-dark .contact__container{background:#151820;box-shadow:0 18px 32px #00000059}.theme-dark .contact__form-details .form__entrygroup .contact__input,.theme-dark .contact__textarea{border-bottom-color:#4a4f59;color:#f5f4f1}.theme-dark .form__entrygroup .contact__label{color:#c9c7d2}.theme-dark .contact__button{background:#f5f4f1;color:#0f1013}.theme-dark .contact__button:hover{background:#c9c5e6;color:#0f1013}@media screen and (max-width: 768px){.contact{padding:0 5vw}.contact__title{font-size:2rem;text-align:center}.contact__undertext{font-size:.9rem;text-align:center}.contact__container{padding:40px}.contact__form-details{flex-direction:column;gap:20px}.contact__form-details .form__entrygroup{width:100%}}@media (max-width: 900px){.faq-grid{grid-template-columns:1fr}}
