@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700&display=swap";.navbar{z-index:1000;width:100%;min-height:var(--navbar-height);background-color:var(--color-background);justify-content:space-between;align-items:center;gap:3rem;padding:2rem 4rem;display:flex;position:sticky;top:0}.navbar__logo{color:var(--color-primary);font-family:var(--font-body);letter-spacing:.02em;flex-shrink:0;font-size:2rem;font-weight:700;text-decoration:none}.navbar__links{white-space:nowrap;justify-content:flex-end;align-items:center;gap:clamp(1.2rem,2vw,2rem);min-width:0;display:flex}.navbar__links a{color:var(--color-text);font-family:var(--font-title);text-transform:uppercase;white-space:nowrap;font-size:clamp(1.4rem,2vw,2rem);line-height:1;text-decoration:none;transition:color .25s;position:relative}.navbar__links a:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:width .25s;position:absolute;bottom:-.4rem;left:50%;transform:translate(-50%)}.navbar__links a:hover,.navbar__links a:focus-visible{color:var(--color-primary);outline:none}.navbar__links a:hover:after,.navbar__links a:focus-visible:after{width:70%}.navbar__toggle{color:var(--color-text);cursor:pointer;background:0 0;border:0;padding:0;font-size:2.3rem;display:none}@media (width<=1250px){.navbar{gap:2rem;padding-inline:2.5rem}.navbar__logo{font-size:1.7rem}.navbar__links{gap:1.15rem}.navbar__links a{font-size:1.45rem}}@media (width<=980px){.navbar{min-height:5.5rem;padding:1.25rem 2rem}.navbar__logo{font-size:1.65rem}.navbar__toggle{z-index:1002;justify-content:center;align-items:center;display:inline-flex;position:relative}.navbar__links{z-index:1001;-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;background:linear-gradient(145deg,#fffffff5,#f8f1f3fa);border-bottom:1px solid #c401011f;flex-direction:column;align-items:center;gap:1.15rem;width:100%;padding:1.5rem 2rem 2rem;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(-.75rem);box-shadow:0 1rem 2rem #be5a6e1a}.navbar__links--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.navbar__links a{text-align:center;width:100%;font-size:1.65rem}}@media (width<=600px){.navbar{min-height:4.8rem;padding:1rem 1.25rem}.navbar__logo{font-size:1.4rem}.navbar__toggle{font-size:2rem}.navbar__links{gap:1rem;padding:1.3rem 1.25rem 1.7rem}.navbar__links a{font-size:1.45rem}}.hero{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(0,.7fr);align-items:start;gap:2rem;width:100%;min-height:60vh;padding:1rem 4rem;display:grid;position:relative}.hero__description{align-self:start;margin-top:5rem}.hero__visual{z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero__portrait-wrap{z-index:2;justify-content:center;align-items:center;width:fit-content;display:flex;position:relative}.hero__title{z-index:1;color:var(--color-primary);font-family:var(--font-title);text-align:center;margin:0 0 -2rem;font-size:clamp(5rem,9vw,9rem);font-weight:400;line-height:.9;position:relative}.hero__portrait-frame{z-index:2;aspect-ratio:.82;border-radius:50%;justify-content:center;align-items:flex-end;width:20rem;display:flex;position:relative;overflow:hidden}.hero__portrait{object-fit:cover;object-position:center top;width:100%;height:100%}.hero__branch{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;width:7.5rem;position:absolute;top:44%;right:-3rem;transform:translateY(-50%)rotate(12deg)}.hero__signature{z-index:2;color:var(--color-primary);text-align:center;margin:0;padding-top:1rem;font-family:Brittany,cursive;font-size:clamp(2.8rem,3.5vw,5rem);font-weight:400;line-height:1;position:relative;transform:translateY(-1rem)}.hero__stats{flex-direction:column;place-self:center;align-items:center;gap:1.4rem;display:flex}.hero__stat{-webkit-backdrop-filter:blur(12px);background:#f8f1f3b8;border:1px solid #c4010124;border-radius:1.3rem;flex-direction:column;justify-content:center;align-items:center;min-width:11rem;padding:1rem 1.3rem;transition:background .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 25px #e6788c1f,0 28px 55px #be5a6e1a,inset 0 1px #ffffffe6}.hero__stat:before{content:"";border-radius:inherit;opacity:.55;pointer-events:none;background:linear-gradient(130deg,#ffffff80,#0000 38%);transition:opacity .35s;position:absolute;inset:0}.hero__stat:hover{background:#f8f1f3e0;border-color:#c401013d;box-shadow:0 18px 40px #e6788c2e,0 35px 70px #be5a6e26,inset 0 1px #fff}.hero__stat:hover:before{opacity:.85}.hero__number,.hero__label{z-index:1;position:relative}.hero__number{color:var(--color-primary);font-family:var(--font-title);font-size:clamp(2.7rem,3vw,3.5rem);font-weight:700;line-height:1;transition:transform .3s,text-shadow .3s}.hero__stat:hover .hero__number{text-shadow:0 0 1.1rem #c4010126;transform:scale(1.03)}.hero__label{color:var(--color-text);text-align:center;margin-top:.3rem;padding-bottom:.35rem;font-size:1.3rem;transition:color .3s;position:relative}.hero__stat:hover .hero__label{color:var(--color-primary)}.hero__label:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero__stat:hover .hero__label:after{width:70%}.hero__note{color:#4a2f2fbf;align-items:center;gap:.45rem;max-width:100%;margin-top:1rem;font-size:.9rem;display:flex}.hero__note-icon{color:var(--color-primary);flex-shrink:0;font-size:1.1rem}.animated-number{min-width:4ch;animation:.5s ease-out both stat-appearance;display:inline-block}@keyframes stat-appearance{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}.hero__socials{place-self:end center;align-items:center;gap:1.2rem;margin-top:2rem;display:flex;transform:translate(-3rem,-7rem)}.hero__socials a{color:var(--color-text);justify-content:center;align-items:center;font-size:2.8rem;transition:color .25s,transform .25s;display:inline-flex}.hero__socials a:hover,.hero__socials a:focus-visible{color:var(--color-primary);outline:none;transform:translateY(-.2rem)}@media (width>=981px) and (width<=1200px){.hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr) minmax(0,.75fr);gap:1.5rem;padding:1.5rem 2.5rem 3rem}.hero__description{margin-top:4rem}.hero__portrait-frame{width:20rem}.hero__title{font-size:clamp(4.5rem,8vw,7rem)}.hero__signature{font-size:clamp(3rem,5vw,4.2rem)}.hero__branch{width:6.2rem;top:47%;right:-2.5rem}.hero__stats{gap:1.1rem}.hero__stat{min-width:9.5rem;padding:.9rem 1rem}.hero__number{font-size:clamp(2.3rem,3vw,3rem)}.hero__label{font-size:1.1rem}.hero__socials{transform:translate(-2rem,-5rem)}}@media (width>=768px) and (width<=980px){.hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"visual visual""description stats""socials socials";align-items:start;gap:2.5rem;min-height:auto;padding:2rem 2rem 4rem;display:grid}.hero__visual{flex-direction:column;grid-area:visual;align-items:center;width:100%;display:flex}.hero__portrait-frame{width:19rem}.hero__title{margin-bottom:-1.7rem;font-size:clamp(4.5rem,11vw,6.5rem)}.hero__signature{font-size:clamp(3rem,6vw,4rem)}.hero__branch{width:5.8rem;top:48%;right:-2.5rem}.hero__description{grid-area:description;place-self:center end;width:100%;max-width:25rem;margin-top:0}.hero__note{font-size:.8rem}.hero__stats{grid-area:stats;place-self:center start;gap:1rem;width:100%;max-width:20rem}.hero__stat{width:100%;min-width:0;padding:.85rem 1rem}.hero__number{font-size:clamp(2.2rem,5vw,2.8rem)}.hero__label{font-size:1rem}.hero__socials{grid-area:socials;place-self:center;margin-top:0;transform:none}}@media (width<=767px){.hero{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem 1.25rem 3rem;display:flex}.hero__visual{order:1;width:100%}.hero__description{text-align:center;order:2;width:100%;max-width:32rem;margin-top:0}.hero__note{justify-content:center;font-size:.85rem}.hero__stats{order:3;grid-template-columns:repeat(3,1fr);gap:.8rem;width:100%;max-width:32rem;display:grid}.hero__stat{width:100%;min-width:0;padding:.9rem .65rem}.hero__number{font-size:clamp(2rem,8vw,2.7rem)}.hero__label{font-size:.9rem}.hero__socials{order:4;margin-top:0;transform:none}.hero__socials a{font-size:2.3rem}.hero__portrait-frame{width:18rem;max-width:85vw}.hero__title{margin-bottom:-1.4rem;font-size:clamp(4rem,18vw,6rem)}.hero__signature{font-size:clamp(3rem,12vw,4.2rem)}.hero__branch{width:5rem;top:48%;right:-2rem}}@media (width<=520px){.hero{padding-inline:1rem}.hero__title{font-size:clamp(3.7rem,20vw,5.2rem)}.hero__signature{text-align:center;white-space:nowrap;width:100%;max-width:100%;padding:.5rem .4rem .8rem;font-size:clamp(2.8rem,12vw,4rem);line-height:1.2;overflow:visible}.hero__branch{width:5rem;top:48%;right:-2rem}.hero__description{font-size:.95rem}.hero__stats{grid-template-columns:1fr;max-width:18rem}.hero__stat{padding:.9rem 1rem}.hero__number{font-size:2.5rem}.hero__label{font-size:1rem}.hero__socials{gap:1rem}.hero__socials a{font-size:2.1rem}}.about{min-height:100vh;scroll-margin-top:calc(var(--navbar-height) + 1rem);grid-template-columns:1fr 1.15fr;align-items:start;gap:4rem;padding:3rem 4rem;display:grid;position:relative}.about__image{object-fit:cover;object-position:center;border-radius:1.4rem;justify-content:center;align-items:center;width:100%;max-width:42rem;height:53.7rem;transition:transform .4s;display:block;position:relative}.about__image-wrapper{-webkit-backdrop-filter:blur(18px);background:#ffffff73;border:1px solid #ffffffa6;border-radius:2rem;padding:.55rem;position:relative;overflow:visible;box-shadow:0 .9rem 1.9rem #e6788c29,0 1.8rem 3.4rem #be5a6e1f,inset 0 1px #fff}.about__branch{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;width:10rem;position:absolute;top:1%;left:-.7rem;transform:rotate(78deg)}.about__photo{object-fit:cover;border-radius:2rem;width:100%;max-width:38rem;display:block}.about__content{flex-direction:column;display:flex}.about__title{color:var(--color-primary);font-family:var(--font-title);margin-bottom:2rem;padding-top:.15em;font-size:clamp(4.5rem,8vw,7rem);line-height:1}.about__text{color:var(--color-text);flex-direction:column;gap:1rem;font-size:1.55rem;line-height:1.8;display:flex}.about__location{color:var(--color-text);align-items:center;gap:.8rem;margin-top:1.2rem;font-size:1.6rem;font-weight:500;display:flex}.about__location-icon{color:var(--color-primary);flex-shrink:0;font-size:2rem}.about__image-wrapper:hover .about__image{transform:scale(1.015)}.about__image-wrapper:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff73,#0000 35%);position:absolute;inset:0}.about__content{flex-direction:column;align-self:start;display:flex;position:relative}.about__title{color:var(--color-primary);font-family:var(--font-title);margin:0 0 2rem;font-size:clamp(4.5rem,8vw,7rem);line-height:.9}.about__photo,.about__content{animation:.8s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width>=993px) and (width<=1200px){.about{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:2.5rem;padding:2.5rem}.about__image{height:46rem}.about__title{font-size:clamp(4rem,7vw,6rem)}.about__text{font-size:1.3rem;line-height:1.7}.about__location{font-size:1.3rem}.about__branch{width:8.5rem;top:3rem;left:-.7rem}}@media (width>=769px) and (width<=992px){.about{text-align:center;grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding:2.5rem 2rem 3.5rem}.about__image-wrapper{width:min(100%,34rem);margin:0 auto}.about__image{object-fit:cover;object-position:center;height:clamp(42rem,65vw,48rem)}.about__content{align-items:center;width:100%;max-width:42rem;margin:0 auto}.about__title{margin-bottom:1.5rem;font-size:clamp(4rem,10vw,5.5rem)}.about__text{font-size:1.2rem;line-height:1.7}.about__location{justify-content:center;font-size:1.2rem}.about__location-icon{font-size:1.6rem}.about__branch{width:8.5rem;top:1rem;left:-.8rem}}@media (width<=768px){.about{text-align:center;grid-template-columns:1fr;gap:2rem;min-height:auto;padding:2rem 1.25rem 3rem}.about__image-wrapper{width:min(100%,28rem);margin:0 auto;padding:.4rem}.about__image{aspect-ratio:.78;object-fit:cover;object-position:center;width:100%;height:auto}.about__content{align-items:center;width:100%;max-width:32rem;margin:0 auto}.about__title{margin-bottom:1.5rem;font-size:clamp(3.8rem,16vw,5rem)}.about__text{gap:.85rem;font-size:1rem;line-height:1.65}.about__location{justify-content:center;gap:.55rem;margin-top:1rem;font-size:1rem}.about__location-icon{font-size:1.35rem}.about__branch{width:6rem;top:1rem;left:-.7rem}}@media (width<=480px){.about{padding-inline:1rem}.about__image-wrapper{width:min(100%,24rem)}.about__title{font-size:clamp(3.5rem,17vw,4.5rem)}.about__text{font-size:.95rem}.about__branch{width:6rem;top:1rem;left:-.7rem}}.univers{min-height:100vh;scroll-margin-top:calc(var(--navbar-height) + 1rem);padding:3rem 4rem 5rem;position:relative}.univers__mobile-grid{display:none}.univers__layout{grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:3rem;display:grid}.univers__list{flex-direction:column;gap:1.4rem;display:flex}.univers__item{min-width:12rem;color:var(--color-text);letter-spacing:.02em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff94,#f8f1f3cc);border:1px solid #c4010129;border-radius:999px;justify-content:center;align-items:center;gap:.9rem;padding:1rem 1.4rem;font-size:1.3rem;font-weight:600;transition:transform .3s,color .3s,background .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 .45rem 1.2rem #be5a6e14,inset 0 1px #fffffff2}.univers__item:hover{color:var(--color-primary);background:linear-gradient(145deg,#ffffffb8,#f8f1f3e6);border-color:#c401014d;transform:translateY(-.25rem)scale(1.03);box-shadow:0 .9rem 1.9rem #e6788c29,0 1.8rem 3.4rem #be5a6e1f,inset 0 1px #fff}.univers__icon{color:var(--color-primary);opacity:.82;flex-shrink:0;justify-content:center;align-items:center;font-size:1.45rem;transition:transform .3s,color .3s,opacity .3s;display:flex;transform:translateY(-1px)}.univers__item span{transition:color .3s}.univers__item:hover .univers__icon{color:var(--color-primary);opacity:1;transform:rotate(-8deg)scale(1.15)}.univers__item:hover span{color:var(--color-primary)}.univers__visual{isolation:isolate;justify-content:center;align-items:center;display:flex}.univers__image-frame{z-index:2;aspect-ratio:.78;border-radius:50%;width:100%;position:relative;overflow:hidden;box-shadow:0 .8rem 2rem #4a2c2814,0 1.8rem 3.8rem #be5a6e14}.univers__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.univers__portrait{width:min(30vw,29rem);position:relative}.univers__portrait:before{content:"";z-index:1;border:1.5px solid #c4010173;border-radius:50%;position:absolute;inset:-.7rem;transform:rotate(-4deg)}.univers__portrait:after{content:"";z-index:0;border:1px solid #c401012e;border-radius:50%;position:absolute;inset:-1.2rem -.5rem;transform:rotate(5deg)}.univers__branch{z-index:10;pointer-events:none;-webkit-user-select:none;user-select:none;width:10rem;position:absolute;top:1rem;right:-.5rem;transform:scaleX(-1)rotate(78deg)}@media (width>=769px) and (width<=980px){.univers{min-height:auto;padding:2.5rem 1.5rem 3rem}.univers__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:clamp(.8rem,2vw,1.8rem);display:grid}.univers__list{flex-direction:column;gap:clamp(.65rem,1.4vw,1rem);width:100%;margin:0;display:flex}.univers__list--left,.univers__list--right{width:100%}.univers__item{white-space:nowrap;gap:.4rem;width:100%;min-width:0;padding:clamp(.55rem,1.1vw,.8rem) clamp(.4rem,1vw,.75rem);font-size:clamp(.62rem,1.1vw,.85rem)}.univers__icon{font-size:clamp(.8rem,1.4vw,1.1rem)}.univers__branch{width:5rem;top:2rem;right:-.5rem}.univers__mobile-grid{display:none}}@media (width<=768px){.univers{min-height:auto;padding:2rem .8rem 3rem}.univers__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:clamp(.35rem,1.5vw,.7rem);display:grid}.univers__list{flex-direction:column;gap:.55rem;width:100%;margin:0;display:flex}.univers__list--left,.univers__list--right{width:100%;display:flex}.univers__item{white-space:nowrap;gap:.25rem;width:100%;min-width:0;padding:.55rem .2rem;font-size:clamp(.48rem,1.8vw,.68rem)}.univers__icon{font-size:clamp(.65rem,2vw,.85rem)}.univers__branch{width:5rem;top:2rem;right:-.3rem}.univers__mobile-grid{display:none}}@media (width<=520px){.univers{min-height:auto;padding:2.5rem 1rem 3.5rem}.univers__layout{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.univers__portrait{width:min(68vw,20rem)}.univers__image-frame{width:100%}.univers__branch{width:4rem;top:2rem;right:-.3rem}.univers__list--left,.univers__list--right{display:none}.univers__mobile-grid{order:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.univers__mobile-grid .univers__item{justify-content:center;align-items:center;gap:.45rem;width:100%;min-width:0;padding:.85rem .55rem;font-size:.82rem;display:flex}.univers__mobile-grid .univers__icon{flex-shrink:0;font-size:1rem}}.collaborations{min-height:100vh;scroll-margin-top:calc(var(--navbar-height) + 1rem);padding:3rem 4rem 5rem;position:relative}.collaborations__header{text-align:center;max-width:68rem;margin:0 auto 4rem}.collaborations__intro{max-width:60rem;color:var(--color-text);margin:1.8rem auto 0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.45}.collaborations__branch{pointer-events:none;-webkit-user-select:none;user-select:none;width:10rem;position:absolute;top:2rem;left:-1rem;transform:rotate(78deg)}.collaborations__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:76rem;margin:0 auto;display:grid}.collaborations__card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff8a,#f8f1f3d1);border:1px solid #c4010121;border-radius:1.4rem;justify-content:center;align-items:center;min-height:9rem;padding:1.4rem;transition:transform .3s,border-color .3s,box-shadow .3s,background .3s;display:flex;overflow:hidden;box-shadow:0 .5rem 1.3rem #be5a6e14,inset 0 1px #ffffffe6}.collaborations__card:hover{background:linear-gradient(145deg,#ffffffb8,#f8f1f3eb);border-color:#c4010147;transform:translateY(-.25rem)scale(1.02);box-shadow:0 .9rem 2rem #e6788c24,0 1.6rem 3rem #be5a6e1a,inset 0 1px #fff}.collaborations__logo{object-fit:contain;width:100%;max-width:14rem;max-height:5.5rem;transition:transform .3s,filter .3s;display:block}.collaborations__card:hover .collaborations__logo{transform:scale(1.05)}@media (width<=1100px){.collaborations__title{font-size:clamp(4rem,8vw,6.5rem)}.collaborations{padding:2.5rem 2.5rem 4rem}.collaborations__header{margin-bottom:3rem}.collaborations__intro{font-size:1.45rem}.collaborations__grid{gap:1.25rem;max-width:62rem}.collaborations__card{min-height:8.5rem;padding:1.2rem}.collaborations__logo{max-width:12rem;max-height:5rem}.collaborations__branch{width:7rem;top:2rem;left:-.5rem}}@media (width<=900px){.collaborations{min-height:auto;padding:2.5rem 2rem 4rem}.collaborations__header{max-width:42rem;margin-bottom:2.5rem}.collaborations__intro{margin-top:1.25rem;font-size:1.25rem}.collaborations__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.collaborations__card{min-width:0;min-height:8rem}.collaborations__logo{max-width:11rem;max-height:4.5rem}.collaborations__branch{width:5rem;top:2rem;left:-.3rem}}@media (width<=600px){.collaborations{min-height:auto;padding:2rem 1.25rem 3rem}.collaborations__header{margin-bottom:2rem}.collaborations__intro{margin-top:1.25rem;font-size:1rem;line-height:1.55}.collaborations__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%}.collaborations__card{min-width:0;min-height:5.5rem;padding:.75rem}.collaborations__logo{object-fit:contain;width:100%;max-width:7.5rem;max-height:3.2rem}.collaborations__branch{opacity:1;width:4rem;top:2rem;left:-.3rem}}@media (width<=420px){.collaborations{padding-inline:1rem}.collaborations__grid{gap:.65rem}.collaborations__card{min-height:5rem;padding:.65rem}.collaborations__logo{max-width:7rem;max-height:3rem}}.videos{min-height:100vh;scroll-margin-top:calc(var(--navbar-height) + 1rem);padding:3rem 4rem 5rem;position:relative}.videos__header{text-align:center;max-width:60rem;margin:0 auto 3rem}.videos__intro{color:var(--color-text);margin:1.3rem auto 0;font-size:1.45rem;line-height:1.5}.videos__branch{pointer-events:none;-webkit-user-select:none;user-select:none;width:10rem;position:absolute;top:2rem;right:-1rem;transform:scaleX(-1)rotate(78deg)}.videos__grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:1.2rem;max-width:90rem;margin:0 auto;display:grid}.videos__card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff8c,#f8f1f3d1);border:1px solid #c4010121;border-radius:1.6rem;padding:.8rem;transition:transform .3s,border-color .3s,box-shadow .3s;box-shadow:0 .6rem 1.4rem #be5a6e14,inset 0 1px #ffffffe6}.videos__card:hover{border-color:#c4010147;transform:translateY(-.4rem);box-shadow:0 1rem 2rem #e6788c26,0 1.8rem 3.2rem #be5a6e1a,inset 0 1px #fff}.videos__phone{aspect-ratio:9/16;background-color:#111;border:.45rem solid #111;border-radius:2rem;width:100%;position:relative;overflow:hidden;box-shadow:0 .8rem 1.8rem #0000001f}.videos__media{object-fit:cover;width:100%;height:100%;display:block}.videos__overlay{opacity:0;background-color:#2812122e;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.videos__card:hover .videos__overlay{opacity:1}.videos__play{background:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.videos__play--start:before{content:"";border-top:.45rem solid #0000;border-bottom:.45rem solid #0000;border-left:.7rem solid #fff;width:0;height:0;margin-left:.15rem}.videos__play--pause:before{content:"";background:#fff;border-radius:.05rem;width:.22rem;height:.9rem;transform:translate(-.21rem);box-shadow:.42rem 0 #fff}.videos__card:hover .videos__play{transform:scale(1)}.videos__info{text-align:center;padding:.9rem .3rem .3rem}.videos__name{min-height:2.7rem;color:var(--color-text);justify-content:center;align-items:center;margin:0;font-size:1.1rem;font-weight:600;line-height:1.2;display:flex}.videos__brand{color:var(--color-primary);margin:.25rem 0 0;font-size:.95rem}@media (width<=1200px){.videos{padding:2.5rem 2.5rem 4rem}.videos__header{margin-bottom:2.5rem}.videos__intro{font-size:1.25rem}.videos__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.videos__branch{width:8.5rem;top:1.5rem;right:-.5rem}}@media (width<=900px){.videos{min-height:auto;padding:2.5rem 2rem 4rem}.videos__header{max-width:42rem;margin-bottom:2rem}.videos__intro{margin-top:1rem;font-size:1.15rem}.videos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:46rem}.videos__card{min-width:0;padding:.7rem}.videos__branch{width:7rem;top:1rem;right:-.5rem}}@media (width<=700px){.videos{min-height:auto;padding:2rem 1.25rem 3rem}.videos__header{margin-bottom:1.75rem}.videos__intro{font-size:1rem;line-height:1.55}.videos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;width:100%;max-width:none}.videos__card{border-radius:1.3rem;width:100%;min-width:0;padding:.55rem}.videos__phone{border-width:.35rem;border-radius:1.6rem;width:100%}.videos__info{padding:.7rem .2rem .2rem}.videos__name{font-size:.95rem}.videos__brand{font-size:.82rem}.videos__play{width:2.8rem;height:2.8rem;font-size:1rem}.videos__branch{width:5.8rem;top:.5rem;right:-.3rem}}@media (width<=480px){.videos{padding-inline:1rem}.videos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;width:100%;max-width:none}.videos__card{border-radius:1.1rem;width:100%;min-width:0;padding:.45rem}.videos__phone{border-width:.3rem;border-radius:1.35rem}.videos__info{padding:.55rem .1rem .15rem}.videos__name{font-size:.82rem;line-height:1.2}.videos__brand{margin-top:.2rem;font-size:.72rem;line-height:1.2}.videos__play{width:2.4rem;height:2.4rem;font-size:.9rem}.videos__branch{width:5rem}}.photos{min-height:100vh;scroll-margin-top:calc(var(--navbar-height) + 1rem);padding:3rem 4rem 5rem;position:relative}.photos__header{text-align:center;max-width:65rem;margin:0 auto 3rem}.photos__intro{color:var(--color-text);margin:1.3rem auto 0;font-size:1.45rem;line-height:1.5}.photos__branch{pointer-events:none;-webkit-user-select:none;user-select:none;width:10rem;position:absolute;top:2rem;left:-1rem;transform:rotate(78deg)}.photos__grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:1.2rem;max-width:90rem;margin:0 auto;display:grid}.photos__card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff8c,#f8f1f3d1);border:1px solid #c4010121;border-radius:1.6rem;min-width:0;padding:.8rem;transition:transform .35s,border-color .35s,box-shadow .35s;overflow:hidden;box-shadow:0 .6rem 1.4rem #be5a6e14,inset 0 1px #ffffffe6}.photos__card:hover{border-color:#c4010147;transform:translateY(-.4rem);box-shadow:0 1rem 2rem #e6788c26,0 1.8rem 3.2rem #be5a6e1a,inset 0 1px #fff}.photos__button{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.photos__phone{aspect-ratio:9/16;background-color:#111;border:.45rem solid #111;border-radius:2rem;width:100%;position:relative;overflow:hidden;box-shadow:0 .8rem 1.8rem #0000001f}.photos__media{object-fit:cover;width:100%;height:100%;transition:transform .45s,filter .45s;display:block}.photos__card:hover .photos__media{filter:saturate(1.04);transform:scale(1.05)}.photos__overlay{opacity:0;background-color:#2812122e;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.photos__card:hover .photos__overlay,.photos__button:focus-visible .photos__overlay{opacity:1}.photos__zoom{color:#fff;background-color:#c40101c7;border-radius:50%;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;font-size:2rem;font-weight:300;transition:transform .3s;display:flex;transform:scale(.85);box-shadow:0 .6rem 1.4rem #4a2c2833}.photos__card:hover .photos__zoom,.photos__button:focus-visible .photos__zoom{transform:scale(1)}.photos__info{text-align:center;padding:.9rem .3rem .3rem}.photos__name{min-height:2.7rem;color:var(--color-text);justify-content:center;align-items:center;margin:0;font-size:1.1rem;font-weight:600;line-height:1.2;display:flex}.photos__brand{color:var(--color-primary);margin:.25rem 0 0;font-size:.95rem}.photos__modal{z-index:3000;-webkit-backdrop-filter:blur(12px);background-color:#201214c7;justify-content:center;align-items:center;padding:2rem;animation:.25s both photos-modal-in;display:flex;position:fixed;inset:0}.photos__modal-image{object-fit:contain;border-radius:1.2rem;max-width:min(90vw,52rem);max-height:88vh;animation:.3s both photos-image-in;display:block;box-shadow:0 2rem 5rem #00000059}.photos__close{color:#fff;cursor:pointer;background-color:#ffffff29;border:1px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;line-height:1;transition:background-color .25s,transform .25s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.photos__close:hover,.photos__close:focus-visible{background-color:#c40101cc;outline:none;transform:scale(1.08)}@keyframes photos-modal-in{0%{opacity:0}to{opacity:1}}@keyframes photos-image-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (width<=1200px){.photos{padding:2.5rem 2.5rem 4rem}.photos__header{margin-bottom:2.5rem}.photos__intro{font-size:1.25rem}.photos__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.photos__branch{width:8.5rem;top:1.5rem;left:-.5rem}}@media (width<=900px){.photos{min-height:auto;padding:2.5rem 2rem 4rem}.photos__header{max-width:42rem;margin-bottom:2rem}.photos__intro{margin-top:1rem;font-size:1.15rem}.photos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:46rem}.photos__card{min-width:0;padding:.7rem}.photos__branch{width:7rem;top:1rem;left:-.5rem}}@media (width<=700px){.photos{min-height:auto;padding:2rem 1.25rem 3rem}.photos__header{margin-bottom:1.75rem}.photos__intro{font-size:1rem;line-height:1.55}.photos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;width:100%;max-width:none}.photos__card{border-radius:1.3rem;width:100%;min-width:0;padding:.55rem}.photos__phone{border-width:.35rem;border-radius:1.6rem;width:100%}.photos__info{padding:.7rem .2rem .2rem}.photos__name{font-size:.95rem}.photos__brand{font-size:.82rem}.photos__zoom{width:2.8rem;height:2.8rem;font-size:1.5rem}.photos__branch{opacity:.85;width:5.8rem;top:.5rem;left:-.3rem}.photos__modal{padding:1.25rem}.photos__modal-image{border-radius:1rem;max-width:94vw;max-height:86vh}.photos__close{width:2.7rem;height:2.7rem;font-size:1.7rem;top:1rem;right:1rem}}@media (width<=480px){.photos{padding-inline:1rem}.photos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;width:100%;max-width:none;margin-inline:auto}.photos__card{border-radius:1.1rem;width:100%;min-width:0;padding:.45rem}.photos__phone{border-width:.3rem;border-radius:1.35rem}.photos__info{padding:.55rem .1rem .15rem}.photos__name{font-size:.82rem;line-height:1.2}.photos__brand{margin-top:.2rem;font-size:.72rem;line-height:1.2}.photos__zoom{width:2.4rem;height:2.4rem;font-size:1.3rem}.photos__branch{width:5rem}.photos__modal{padding:.75rem}.photos__modal-image{max-width:96vw;max-height:84vh}.photos__close{top:.8rem;right:.8rem}}.statistics{min-height:100vh;scroll-margin-top:calc(var(--navbar-height) + 1rem);padding:3rem 4rem 5rem;position:relative}.statistics__header{text-align:center;margin-bottom:3rem}.statistics__title{color:var(--color-primary);font-family:var(--font-title);margin:0;font-size:clamp(4.5rem,8vw,7rem);font-weight:400;line-height:1}.statistics__branch{pointer-events:none;-webkit-user-select:none;user-select:none;width:10rem;position:absolute;top:2rem;right:-1rem;transform:scaleX(-1)rotate(78deg)}.statistics__top{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.statistics__description{color:var(--color-text);font-size:1.45rem;line-height:1.75}.statistics__description strong{font-weight:700}.statistics__source{color:#0009;margin-top:1.5rem;font-size:.95rem}.statistics__card{-webkit-backdrop-filter:blur(12px);background:linear-gradient(145deg,#ffffff94,#f8f1f3d1);border:1px solid #c4010121;border-radius:1.8rem;justify-content:center;align-items:center;gap:1.8rem;min-height:11rem;padding:1.8rem 2.2rem;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 .8rem 2rem #be5a6e1a,0 1.6rem 3rem #be5a6e14,inset 0 1px #fffffff2}.statistics__card:hover{border-color:#c4010140;transform:translateY(-.3rem);box-shadow:0 1rem 2.4rem #e6788c26,0 1.8rem 3.4rem #be5a6e1c,inset 0 1px #fff}.statistics__card-icon{width:6.2rem;height:6.2rem;color:var(--color-text);background:linear-gradient(145deg,#ffdde2e6,#f8cdd6b8);border:1px solid #c4010114;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:3.5rem;display:flex;box-shadow:inset 0 1px #ffffffe6,0 .6rem 1.4rem #be5a6e14}.statistics__card-content{flex-direction:column;align-items:flex-start;display:flex}.statistics__card-value{color:var(--color-primary);font-family:var(--font-title);font-size:clamp(3.6rem,4.5vw,5rem);font-weight:700;line-height:.95}.statistics__card-label{color:var(--color-text);text-align:center;white-space:nowrap;margin-top:.3rem;padding-bottom:.35rem;font-size:1.3rem;font-weight:400;transition:color .3s;position:relative}.statistics__note{color:#6b5b5b;align-items:flex-start;gap:.6rem;margin-top:1.5rem;margin-bottom:3rem;font-size:1rem;display:flex}.statistics__note-icon{color:var(--color-primary);flex-shrink:0;margin-top:.12rem;font-size:1.2rem}.statistics__charts{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:2rem;max-width:90rem;margin:0 auto;display:grid}.statistics__chart-card{-webkit-backdrop-filter:blur(12px);background:linear-gradient(145deg,#fff9,#f8f1f3d1);border:1px solid #c401011f;border-radius:2rem;flex-direction:column;padding:1.5rem;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;box-shadow:0 .8rem 2rem #be5a6e1a,inset 0 1px #fffffff2}.statistics__chart-card:hover{border-color:#c4010140;transform:translateY(-.35rem);box-shadow:0 1rem 2.4rem #e6788c26,0 1.8rem 3.4rem #be5a6e1c,inset 0 1px #fff}.statistics__chart-header{align-items:center;gap:.9rem;margin-bottom:1.2rem;display:flex}.statistics__chart-icon{width:3rem;height:3rem;color:var(--color-text);background:linear-gradient(145deg,#ffdde2e6,#f8cdd6b8);border:1px solid #c4010114;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.45rem;transition:transform .3s,background-color .3s;display:flex;box-shadow:inset 0 1px #ffffffe6,0 .45rem 1rem #be5a6e14}.statistics__chart-card:hover .statistics__chart-icon{transform:scale(1.08)rotate(-5deg)}.statistics__chart-title{color:var(--color-text);font-family:var(--font-body);margin:0;font-size:1.15rem;font-weight:700}.statistics__chart-content{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.statistics__engagement-layout{flex-direction:column;flex:1;display:flex}.statistics__engagement-chart{width:100%}.statistics__engagement-legend{gap:.3rem;margin-top:.35rem}.statistics__engagement-label,.statistics__engagement-value{font-size:.9rem;line-height:1.25}.statistics__engagement-item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.statistics__engagement-info{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.statistics__engagement-label{color:var(--color-text);font-size:1rem;font-weight:400}.statistics__engagement-value{color:var(--color-text);flex-shrink:0;font-size:1rem;font-weight:600}.recharts-bar-rectangle{transition:opacity .25s}.recharts-bar-rectangle:hover{opacity:.85}.recharts-tooltip-wrapper{border-radius:12px}.reveal-on-scroll{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(1.5rem)}.reveal-on-scroll--visible{opacity:1;transform:translateY(0)}@media (width<=1200px){.statistics{padding:2.5rem 2.5rem 4rem}.statistics__header{margin-bottom:2.5rem}.statistics__title{font-size:clamp(4rem,8vw,6rem)}.statistics__top{grid-template-columns:1.5fr 1fr;gap:2rem}.statistics__description{font-size:1.25rem}.statistics__card{min-height:10rem;margin-bottom:2rem;padding:1.5rem 1.7rem}.statistics__card-icon{width:5.3rem;height:5.3rem;font-size:3rem}.statistics__card-label{font-size:1.15rem}.statistics__charts{gap:1.4rem}.statistics__chart-card{padding:1.25rem}.statistics__chart-title{font-size:1.05rem}.statistics__branch{width:8.5rem;top:1.5rem;right:-.5rem}}@media (width<=980px){.statistics{min-height:auto;padding:2.5rem 2rem 4rem}.statistics__header{margin-bottom:2rem}.statistics__title{font-size:clamp(4rem,10vw,5.5rem)}.statistics__top{grid-template-columns:1fr;gap:2rem}.statistics__description{text-align:center;max-width:42rem;margin-inline:auto;font-size:1.15rem}.statistics__card{justify-self:center;width:min(100%,30rem);margin-bottom:2rem}.statistics__note{text-align:center;justify-content:center;margin-top:1.25rem;margin-bottom:2.5rem}.statistics__charts{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.statistics__chart-card:last-child{grid-column:1/-1;justify-self:center;width:min(100%,32rem)}.statistics__branch{width:7rem;top:1rem;right:-.3rem}}@media (width<=700px){.statistics{padding:2rem 1.25rem 3rem}.statistics__title{font-size:clamp(3.8rem,16vw,5rem)}.statistics__description{font-size:1rem;line-height:1.65}.statistics__card{gap:1rem;width:min(100%,26rem);min-height:9rem;padding:1.3rem 1.2rem}.statistics__card-icon{width:4.5rem;height:4.5rem;font-size:2.5rem}.statistics__card-value{font-size:clamp(3rem,12vw,4rem)}.statistics__card-label{font-size:1rem}.statistics__note{margin-bottom:2rem;font-size:.9rem}.statistics__note-icon{font-size:1.05rem}.statistics__charts{grid-template-columns:1fr;gap:1rem}.statistics__chart-card,.statistics__chart-card:last-child{grid-column:auto;width:100%}.statistics__chart-card{padding:1.1rem}.statistics__chart-header{gap:.7rem;margin-bottom:.9rem}.statistics__chart-icon{width:2.6rem;height:2.6rem;font-size:1.25rem}.statistics__chart-title{font-size:1rem}.statistics__engagement-label,.statistics__engagement-value{font-size:.88rem}.statistics__branch{width:5.8rem;top:.5rem;right:-.2rem}}@media (width<=480px){.statistics{padding-inline:1rem}.statistics__card{text-align:center;flex-direction:column;margin-bottom:1rem}.statistics__card-content{align-items:center}.statistics__card-label{white-space:normal}.statistics__chart-card{border-radius:1.5rem;padding:1rem}.statistics__chart-title{font-size:.95rem}.statistics__engagement-item,.statistics__engagement-info{gap:.7rem}.statistics__engagement-label,.statistics__engagement-value{font-size:.82rem}.statistics__branch{width:4.3rem;top:.9rem;right:-.5rem}}.contact{min-height:100vh;scroll-margin-top:calc(var(--navbar-height) + 1rem);padding:3rem 4rem 5rem;position:relative}.contact__header{text-align:center;margin-bottom:.8rem}.contact__title{color:var(--color-primary);font-family:var(--font-title);margin:0;font-size:clamp(4.5rem,8vw,7rem);font-weight:400;line-height:1}.contact__layout{grid-template-columns:minmax(18rem,.85fr) minmax(0,1.15fr);align-items:center;gap:3.5rem;width:min(100%,82rem);margin:0 auto;display:grid}.contact__visual{justify-content:center;align-items:center;min-width:0;display:flex;position:relative;transform:translate(3.5rem)}.contact__phone{z-index:2;aspect-ratio:.53;background-color:#111;border:.55rem solid #111;border-radius:3.2rem;width:100%;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 1rem 2.8rem #4a2c2826,0 2rem 4rem #be5a6e21}.contact__phone-wrapper{width:min(23vw,19.5rem);position:relative}.contact__phone:hover{transform:translateY(-.25rem);box-shadow:0 1.4rem 3.2rem #4a2c282e,0 2.4rem 4.6rem #be5a6e2b}.contact__phone-speaker{z-index:3;background-color:#292929;border-radius:999px;width:3.7rem;height:.38rem;position:absolute;top:.85rem;left:50%;transform:translate(-50%)}.contact__phone:after{content:"";z-index:3;background-color:#292929;border-radius:50%;width:.48rem;height:.48rem;position:absolute;top:.8rem;left:calc(50% + 2.5rem)}.contact__image{object-fit:cover;object-position:center;border-radius:2.55rem;width:100%;height:100%;display:block}.contact__branch{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;width:8rem;position:absolute;top:55%;right:-6.3rem;transform:translateY(-50%)rotate(12deg)}.contact__content{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.contact__heading{flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:0;min-height:12.5rem;display:flex;position:relative;overflow:visible}.contact__heading-main{z-index:2;color:var(--color-primary);font-family:var(--font-title);text-align:center;margin:0;font-size:clamp(3.8rem,5vw,5.5rem);font-weight:400;line-height:.9;position:relative}.contact__heading-script{z-index:2;width:100%;color:var(--color-primary);text-align:center;white-space:nowrap;margin-top:0;padding:.8rem 0 1.2rem;font-family:Brittany,cursive;font-size:clamp(3.8rem,5vw,5.4rem);font-weight:400;line-height:1.2;display:block;position:relative;overflow:visible}.contact__intro{width:min(100%,40rem);color:var(--color-text);text-align:center;margin:0 auto;font-size:1.05rem;font-weight:600;line-height:1.55}.contact__links{flex-direction:column;align-items:center;gap:1rem;margin-top:1rem;display:flex}.contact__link{width:fit-content;min-height:auto;color:var(--color-text);text-align:center;-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff94,#f8f1f3d1);border:1px solid #c4010121;border-radius:1.3rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.05rem;font-weight:500;transition:color .3s,transform .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 .7rem 1.8rem #be5a6e14,inset 0 1px #fffffff2}.contact__link:hover,.contact__link:focus-visible{color:var(--color-primary);border-color:#c4010147;outline:none;transform:translateY(-.2rem);box-shadow:0 1rem 2.2rem #e6788c24,0 1.8rem 3.2rem #be5a6e1a,inset 0 1px #fff}.contact__link--social{cursor:default}.contact__link--social:hover{color:var(--color-text);transform:none}@media (width<=900px){.contact{min-height:auto;padding:2.5rem 2rem 4rem}.contact__header{margin-bottom:1.5rem}.contact__title{font-size:clamp(4rem,10vw,5.5rem)}.contact__layout{flex-direction:column;align-items:center;gap:2rem;display:flex}.contact__visual{justify-content:center;width:100%;display:flex;position:relative;transform:none}.contact__phone-wrapper{width:min(52vw,20rem)}.contact__phone{width:100%}.contact__branch{width:6.5rem;top:55%;left:auto;right:-5.15rem;transform:translateY(-50%)rotate(12deg)}.contact__content{width:100%;max-width:42rem}.contact__heading{width:100%;min-height:auto}.contact__heading-main{font-size:clamp(3.5rem,9vw,4.8rem)}.contact__heading-script{white-space:nowrap;width:auto;padding:.4rem 0 .8rem;font-size:clamp(3.8rem,10vw,5rem)}.contact__intro{width:min(100%,34rem);font-size:1rem}.contact__links{margin-top:1.25rem}}@media (width<=700px){.contact{padding:2rem 1.25rem 3rem}.contact__header{margin-bottom:1.25rem}.contact__title{font-size:clamp(3.8rem,16vw,5rem)}.contact__layout{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.contact__visual{justify-content:center;width:100%;display:flex;position:relative;transform:none}.contact__phone-wrapper{width:min(72vw,18rem)}.contact__phone{width:100%}.contact__branch{width:5.5rem;top:55%;left:auto;right:-3.5rem;transform:translateY(-50%)rotate(12deg)}.contact__image{border-radius:2.35rem}.contact__content{flex-direction:column;align-items:center;width:100%;max-width:24rem;display:flex}.contact__heading{flex-direction:column;align-items:center;width:100%;min-height:auto;display:flex;overflow:visible}.contact__heading-main{font-size:clamp(2.8rem,11vw,3.5rem);line-height:1}.contact__heading-script{text-align:center;white-space:nowrap;width:100%;margin-top:0;padding:.8rem 0 .7rem;font-size:clamp(2.2rem,8.5vw,3.4rem);line-height:1.25;overflow:visible}.contact__intro{width:min(100%,21rem);font-size:.9rem;line-height:1.5}.contact__links{width:100%;margin-top:1rem}.contact__link{overflow-wrap:anywhere;max-width:100%;padding:.85rem 1.1rem;font-size:.85rem}}@media (width<=480px){.contact{padding-inline:1rem}.contact__phone-wrapper{width:min(76vw,16.5rem)}.contact__phone{width:100%}.contact__branch{right:-4.2rem}.contact__heading-main{font-size:clamp(2.5rem,11vw,3.1rem)}.contact__intro{font-size:.85rem}.contact__link{padding:.8rem 1rem;font-size:.82rem}}:root{--color-background:#f8f1f3;--color-primary:#c40101;--color-text:#4a2c28;--font-title:"Bebas Neue", sans-serif;--font-body:"Poppins", sans-serif;--font-signature:"Brittany", cursive;--container-width:1440px;--section-padding:6rem 4rem;--navbar-height:50px}@font-face{font-family:Brittany;src:url(/assets/BrittanySignature-X8HHbdIR.ttf)format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:clip}body{background-color:var(--color-background);width:100%;min-width:320px;color:var(--color-text);font-family:var(--font-body);overflow-x:clip}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}section{min-height:100vh;padding:var(--section-padding)}.section-container{width:min(100%, var(--container-width));margin-inline:auto}section{scroll-margin-top:var(--navbar-height)}.section-title{z-index:1;color:var(--color-primary);font-family:var(--font-title);text-align:center;margin:0 0 2rem;font-size:clamp(4rem,7vw,6.5rem);font-weight:500;line-height:.9;position:relative}@media (width<=1024px){:root{--section-padding:5rem 2.5rem}}@media (width<=768px){:root{--section-padding:4rem 1.5rem}}@media (width<=480px){:root{--section-padding:3rem 1rem}}
