.main{min-height:100vh}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;display:flex}.hero__left{z-index:10;flex-direction:column;justify-content:center;width:50%;padding:4rem 2rem;display:flex}.overlay{background-color:#0009;width:100%;height:100%;display:none;position:absolute}@media (max-width:768px){.hero__left{width:80%}.overlay{display:block}}.hero__content{max-width:28rem}.hero__subtitle{text-transform:uppercase;font-size:.75rem;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem;font-weight:500}@media (max-width:768px){.hero__subtitle{color:#fff}}.hero__title{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;margin-bottom:2rem;font-size:2.5rem;font-weight:700;line-height:1.2}.default{color:#000}@media (max-width:768px){.hero__title{font-size:2rem}.default{color:#fff}}@media (min-width:1024px){.hero__title{font-size:2.4rem}}.hero__title-highlight{color:#0095ff;display:inline}.hero__divider{background-color:var(--blue-500);width:4rem;height:.25rem;margin-bottom:2rem}.hero__description{font-family:var(--font-sans);color:var(--gray-600);margin-bottom:2rem;font-size:.8rem;line-height:1.6}@media (max-width:768px){.hero__description{color:#fff;font-size:1rem}}.hero__link{font-family:var(--font-sans);color:#fff;background:var(--primary-color,#2563eb);border-radius:999px;align-items:center;padding:.75rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex;box-shadow:0 2px 8px #00000014}.hero__link:hover{color:#fff;background:var(--primary-color-dark,#1e40af)}.hero__link-icon{margin-left:.5rem;transition:transform .3s;transform:translate(0)}.hero__link:hover .hero__link-icon{transform:translate(.25rem)}.hero__center-image{z-index:50;position:absolute;top:35%;left:55%;transform:translate(-50%)}.hero__right{background-color:#000;width:50%;position:relative}.hero__right-image{object-fit:cover;height:100%;position:absolute;inset:0}.hero__floating-btn{z-index:10;background:var(--primary-color,#2563eb);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:0;font-size:1.5rem;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;animation:2s ease-in-out infinite hero-float;display:flex;position:absolute;bottom:2rem;right:2rem;box-shadow:0 4px 16px #00000026}.hero__floating-btn:hover{background:var(--primary-color-dark,#1e40af);transform:scale(1.08)translateY(-4px);box-shadow:0 8px 24px #0000002e}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__floating-icon{transition:transform .3s;transform:rotate(-18deg)}.hero__floating-btn:hover .hero__floating-icon{transform:rotate(-18deg)scale(1.1)}.why-choose-us{background-color:#fff;padding:6rem 0}.why-choose-us__container{max-width:var(--container-width);text-align:center;margin:0 auto;padding:0 1rem;position:relative;overflow:hidden}.why-choose-us__subtitle{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem;padding-top:3rem;font-size:.75rem;font-weight:500;display:inline-block;position:relative}.why-choose-us__subtitle:before{content:"";opacity:.7;background-color:#e5e7eb;width:100vw;max-width:1200px;height:.5px;position:absolute;top:0;left:50%;transform:translate(-50%)}.why-choose-us__title{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;margin-bottom:2rem;font-size:2.5rem;font-weight:300}.why-choose-us__description{color:var(--gray-600);max-width:800px;margin:0 auto 4rem;font-size:.9rem;line-height:1.8}.why-choose-us__grid{grid-template-columns:1fr;gap:3rem;margin:0 auto;padding:0 1rem;display:grid}.feature-card{display:none}@media (min-width:640px){.why-choose-us__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-choose-us__grid{grid-template-columns:repeat(5,1fr);gap:2rem}.feature-card{border-right:1px solid var(--black);padding-right:2rem}.feature-card:last-child{border-right:none}}.feature-card{text-align:center;flex-direction:column;align-items:center;display:flex}.feature-card__icon{width:48px;height:48px;margin-bottom:1.5rem}.feature-card__title{font-family:var(--font-sans);color:var(--black);margin-bottom:1rem;font-size:1.1rem;font-weight:600;position:relative}.feature-card__title:after{content:"";background-color:var(--primary-color);width:2rem;height:.2rem;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.feature-card__description{color:var(--gray-600);font-size:.875rem;line-height:1.6}.programs{background-color:#fff;min-height:100vh;display:flex}.programs__left{flex-direction:column;justify-content:center;width:50%;padding:6rem 4rem;display:flex}.programs__content{max-width:36rem}.programs__title{font-family:var(--font-serif);color:var(--black);margin-bottom:2rem;font-size:2.5rem;font-weight:300;line-height:1.2}.programs__divider{background-color:var(--primary-color);width:4rem;height:2px;margin-bottom:2rem}.programs__description{color:var(--gray-600);margin-bottom:3rem;font-size:.9rem;line-height:1.8}.programs__list{flex-direction:column;gap:3rem;display:flex}.program-item{max-width:32rem}.program-item__title{font-family:var(--font-serif);color:var(--black);margin-bottom:.5rem;font-size:1.5rem;font-weight:300}.program-item__level{color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:500}.program-item__description{color:var(--gray-600);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.program-item__link{color:var(--black);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.program-item__link:hover{color:var(--primary-color)}.program-item__link-icon{transition:transform .3s}.program-item__link:hover .program-item__link-icon{transform:translate(4px)}.programs__right{background-color:#000;width:50%;position:relative}.programs__right-image{object-fit:cover;opacity:.8;width:100%;height:100%;position:absolute;inset:0}.programs__right-content{z-index:10;color:#fff;flex-direction:column;justify-content:center;height:100%;padding:4rem;display:flex;position:relative}.programs__right-title{font-family:var(--font-serif);margin-bottom:.5rem;font-size:1.5rem;font-weight:300}.programs__right-level{color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:500}.programs__right-description{color:#fffc;max-width:32rem;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.programs__right-link{color:#fff;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.programs__right-link:hover{color:var(--primary-color)}@media (max-width:1024px){.programs{flex-direction:column}.programs__left,.programs__right{width:100%;padding:4rem 2rem}.programs__right{min-height:60vh}}.course-levels{padding:3rem 0 8rem}.course-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:6rem 0;position:relative}.course-levels__container{max-width:var(--container-width);z-index:2;margin:0 auto;padding:0 2rem;position:relative}.course-levels__subtitle{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.6em;color:#fff;text-align:center;margin-bottom:0;font-size:.6rem;font-weight:500}.course-levels__title{font-family:var(--font-serif);color:#fff;text-align:center;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.course-levels__grid{grid-template-columns:repeat(1,1fr);gap:2rem;margin-top:2rem;display:grid}@media (min-width:768px){.course-levels__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1028px){.course-levels__grid{grid-template-columns:repeat(3,1fr)}}.level-card{background-color:#fff;border-radius:4px;height:fit-content;overflow:hidden;box-shadow:0 4px 6px #0000001a}.level-card__image{object-fit:cover;width:100%;height:200px}.level-card__content{padding:2rem}.level-card__category{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.4em;color:var(--gray-500);margin-bottom:1rem;font-size:.5rem;font-weight:500}.level-card__title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:1rem;font-weight:600;line-height:1.2}.level-card__description-container{width:100%;position:relative}.level-card__description{margin-bottom:1rem;line-height:1.6;transition:max-height .3s ease-out}.level-card__description--collapsed{max-height:150px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 50%,#0000 100%);mask-image:linear-gradient(#000 50%,#0000 100%)}.level-card__toggle-btn{color:#000;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.5rem 0;font-weight:500;text-decoration:none;transition:color .2s;display:block}.level-card__toggle-btn:hover{color:#0056b3}.level-card__link{color:var(--black);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.level-card__link:hover{color:var(--primary-color)}.level-card__link-icon{transition:transform .3s}.level-card__link:hover .level-card__link-icon{transform:translate(4px)}.course-levels__navigation{flex-direction:column;justify-content:center;gap:1rem;margin-top:2rem;display:flex;position:absolute;bottom:20%;right:5%}.course-levels__nav-button{cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.course-levels__nav-button:hover{background-color:var(--primary-color);color:#fff}.programs-overview{background-color:#fff;padding:6rem 0}.programs-overview__container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.programs-overview__subtitle{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);text-align:center;margin-bottom:1rem;font-size:.75rem;font-weight:500}.programs-overview__title{font-family:var(--font-serif);color:var(--black);text-align:center;letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:300}.programs-overview__grid{grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}@media (min-width:768px){.programs-overview__grid{grid-template-columns:repeat(2,1fr)}}.program-card{background-color:#fff;background-color:var(--gray-bg);border:1px solid #eee;padding:2rem;display:flex}@media (max-width:1200px){.program-card{flex-wrap:wrap}}.program-card__image{object-fit:cover;width:100%;height:300px;margin-bottom:2rem}.program-card-container{padding:20px 40px}.program-card__category{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem;font-size:.75rem;font-weight:500}.program-card__title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:1.75rem;font-weight:300;line-height:1.2}.program-card__description{color:var(--gray-600);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.program-card__link{color:var(--black);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.program-card__link:hover{color:var(--primary-color)}.program-card__link-icon{transition:transform .3s}.program-card__link:hover .program-card__link-icon{transform:translate(4px)}.instructors{background-color:#fff;padding:6rem 0;position:relative}.instructors__container{max-width:var(--container-width);background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;position:relative}.instructors__subtitle{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);text-align:center;margin-bottom:1rem;font-size:.75rem;font-weight:500}.instructors__title{font-family:var(--font-serif);color:var(--black);text-align:center;letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:300}.instructor-slider{position:relative;overflow:hidden}.instructor-container{background-position:50%;background-size:cover;margin:0 0 0 8rem;padding:5rem}@media (max-width:768px){.instructor-container{margin:0;padding:0 10px}}.instructor-card{grid-template-columns:3fr 3fr;align-items:center;gap:4rem;height:100%;display:grid}@media (max-width:1200px){.instructor-card{grid-template-columns:1fr}}@media (max-width:768px){.instructor-card{grid-template-columns:1fr}}.instructor-card__image-container{z-index:1000;flex:1;position:absolute;bottom:0}.instructor-card__content{background-color:#fff;flex:1;width:80%;padding:2rem 5rem}.instructor-card__location{color:var(--gray-500);margin-bottom:.5rem;font-size:.7rem}.instructor-card__position{color:var(--gray-600);margin-bottom:1.5rem;font-size:.7rem}.instructor-card__title{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:300}.instructor-card__description{color:var(--gray-600);margin-bottom:2rem;font-size:.9rem;line-height:1.8}.instructor-card__link{color:var(--black);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.instructor-card__link:hover{color:var(--primary-color)}.instructor-slider__navigation{gap:1rem;display:flex;position:absolute;bottom:2rem;left:2rem}.instructor-slider__nav-button{border:1px solid var(--gray-200);cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.instructor-slider__nav-button:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}@media (max-width:1024px){.instructor-card{flex-direction:column;gap:2rem}.instructor-card__content{padding:10px}.instructor-slider__navigation{justify-content:center;margin-top:2rem;position:relative;bottom:0;left:0}}.success-stories{background-color:#fff;padding:6rem 5rem}@media (max-width:768px){.success-stories{padding:0}}.success-stories__header{max-width:var(--container-width);grid-template-columns:1fr;align-items:center;margin:0 auto;padding:0 2rem;display:grid}.success-stories__title-container{text-align:center;flex-direction:column;justify-content:center;display:flex}.success-stories__subtitle{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem;font-size:.75rem;font-weight:500}.success-stories__title{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;font-size:2.5rem;font-weight:300}.success-stories__explore{width:100%;color:var(--black);justify-content:flex-end;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.success-stories__explore:hover{color:var(--primary-color)}.success-stories__explore svg{transition:transform .3s}.success-stories__explore:hover svg{transform:translate(4px)}.success-stories__grid{max-width:var(--container-width);grid-template-columns:1fr 2fr;gap:1.5rem;margin:4rem auto 0;padding:0 2rem;display:grid}@media (max-width:768px){.success-stories__grid{grid-template-columns:1fr}}.success-stories-left{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}.story-card{border-radius:4px;position:relative;overflow:hidden}.story-card__image{object-fit:cover;width:100%;height:100%}.story-card__content{color:#fff;background:linear-gradient(#0000,#000c);padding:2rem;position:absolute;bottom:0;left:0;right:0}.story-card__name{font-family:var(--font-serif);margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.story-card__date{color:#fffc;margin-bottom:1rem;font-size:.8rem}.story-card__description{color:#ffffffe6;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;display:none}.story-card--large .story-card__description{display:block}.story-card__link{color:#fff;letter-spacing:-.05rem;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:600;transition:all .3s;display:inline-flex}.story-card__link:hover{color:var(--primary-color)}.story-card__link svg{transition:transform .3s}.story-card__link:hover svg{transform:translate(4px)}.sign-up{background-color:#fff;padding:6rem 0}.sign-up__container{max-width:var(--container-width);grid-template-columns:repeat(1,1fr);align-items:center;gap:4rem;margin:0 auto;padding:0 2rem;display:grid}.sign-up__content{grid-template-columns:2fr 3fr;max-width:60%;margin:0 auto;display:grid}@media (max-width:768px){.sign-up__content{grid-template-columns:1fr}}.sign-up__title{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;border-right:1px solid var(--black);text-transform:uppercase;margin-bottom:1.5rem;font-size:2rem;font-weight:500;line-height:1}@media (max-width:768px){.sign-up__title{border:none}}.sign-up__description{color:var(--gray-600);margin-bottom:2rem;padding-left:10px;font-size:.9rem;line-height:1.6}.newsletter{background-blend-mode:overlay;text-align:center;background-position:50%;background-size:cover;border-radius:4px;padding:6rem;position:relative;overflow:hidden}.newsletter__content{z-index:2;color:#fff;position:relative}.newsletter__title{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2rem;font-weight:300}.newsletter__description{color:#fffc;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.6}.newsletter__form{gap:1rem;max-width:600px;margin:0 auto;display:flex}.newsletter__input{color:var(--text-gray);background:#fff;border:none;border-radius:4px;flex:1;padding:1rem 1.5rem;font-size:.9rem}.newsletter__input::placeholder{color:var(--text-gray)}.newsletter__button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.newsletter__button:hover{background-color:var(--blue-600)}.newsletter__button svg{transition:transform .3s}.newsletter__button:hover svg{transform:translate(4px)}@media (max-width:768px){.sign-up__container{grid-template-columns:1fr;gap:2rem}.newsletter{padding:3rem 2rem}.newsletter__form{flex-direction:column}.newsletter__button{justify-content:center;width:100%}}.blog-news{background-color:#fff;margin:0 auto;padding:6rem 13rem}.blog-news__header{max-width:var(--container-width);text-align:center;grid-template-columns:1fr;align-items:center;margin:0 auto;display:grid}.blog-news__title-container{flex-direction:column;justify-content:center;align-items:center;margin-bottom:3rem;display:flex}.blog-news__subtitle{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem;font-size:.75rem;font-weight:500}.blog-news__title{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;text-transform:uppercase;font-size:2.5rem;font-weight:300}.blog-news__grid{max-width:var(--container-width);grid-template-columns:repeat(1,1fr);gap:0;margin:0 auto;display:grid}.blog-card{background-color:#fff;transition:transform .3s;overflow:hidden}.blog-card:first-child,.blog-card:nth-child(2){border-bottom:1px solid var(--text-gray)}.blog-card:hover{transform:translateY(-5px)}.news-container{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:768px){.news-container{grid-template-columns:1fr}}.blog-card__image-container{position:relative;overflow:hidden}.blog-card__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-card:hover .blog-card__image{transform:scale(1.05)}.blog-card__content{padding:1.5rem}.blog-card__date{color:var(--gray-500);margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:.5rem}.blog-card__title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:1rem;font-weight:300;line-height:1}.blog-card__description{color:var(--black);margin-bottom:1rem;font-size:.79rem;line-height:1}.blog-card__link{color:var(--black);letter-spacing:-.05rem;text-transform:uppercase;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:600;transition:all .3s;display:inline-flex}.blog-card__link:hover{color:var(--primary-color)}.blog-card__link svg{transition:transform .3s}.blog-card__link:hover svg{transform:translate(4px)}@media (max-width:1024px){.blog-news__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1200px){.blog-news{padding:0}.blog-news__grid{grid-template-columns:1fr}.news-container{grid-template-columns:repeat(1,1fr)}}@media (max-width:768px){.blog-news{padding:0}.blog-news__grid{grid-template-columns:1fr}}.get-in-touch{background-color:#f8f8f8;max-width:75%;margin:0 auto;padding:6rem 5rem}@media (max-width:768px){.get-in-touch{max-width:100%}}.get-in-touch__header{text-align:center;margin-bottom:3rem}.get-in-touch__subtitle{text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem;font-size:.75rem;font-weight:500}.get-in-touch__title{font-family:var(--font-serif);color:var(--black);text-transform:uppercase;margin-bottom:2rem;font-size:2.5rem;font-weight:300}.get-in-touch__description{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:.9rem;line-height:1.6}.contact-form{max-width:800px;margin:0 auto}.form-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.form-group{flex-direction:column;display:flex}.form-label{color:var(--black);margin-bottom:.5rem;font-size:.9rem;font-weight:500}.form-input{border:none;border-bottom:1px solid var(--text-gray);color:var(--text-gray);background-color:#0000;padding:1rem 0;font-size:.9rem;transition:border-color .3s}.form-input:focus{border-color:var(--primary-color);outline:none}.form-input::placeholder{color:var(--text-gray)}.form-select{border:none;border-bottom:1px solid var(--text-gray);color:var(--text-gray);cursor:pointer;appearance:none;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:1.5rem;padding:1rem 0;font-size:.9rem}.form-select:focus{border-color:var(--primary-color);outline:none}.form-textarea{border:none;border-bottom:1px solid var(--text-gray);color:var(--text-gray);resize:none;background-color:#0000;min-height:10px;padding:1rem 0;font-size:.9rem}.form-textarea:focus{border-color:var(--primary-color);outline:none}.form-submit{justify-content:flex-end;margin-top:2rem;display:flex}.submit-button{color:var(--black);cursor:pointer;background-color:#0000;border:none;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.submit-button:hover{color:var(--primary-color)}.submit-button svg{transition:transform .3s}.submit-button:hover svg{transform:translate(4px)}@media (max-width:1024px){.get-in-touch{padding:4rem 6rem}}@media (max-width:768px){.get-in-touch{padding:4rem 2rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}}.header__nav-link:hover,.header__nav-link--active{color:#0095ff}.whatsapp-button{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:0;right:20px;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.whatsapp-button:hover{transform:translateY(-50%)scale(1.1);box-shadow:0 6px 16px #0003}.whatsapp-button svg{width:32px;height:32px}
