@charset "UTF-8";.hero__container{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:100%}@media (max-width: 768px){.hero__container{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}}.hero__content{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;padding:2rem 0;gap:1.5rem}@media (max-width: 768px){.hero__content{text-align:center;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;order:2;gap:1rem;padding:0}}@media (max-width: 576px){.hero__content{margin-top:5rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:1rem;padding:1rem .5rem;z-index:2}}.hero__image{flex:0 0 50%;width:100%;position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:4rem}.hero__image img{width:100%;height:500px;object-fit:contain;position:relative}@media (max-width: 768px){.hero__image img{height:300px}}@media (max-width: 576px){.hero__image{position:absolute;top:10vh}}@media (max-width: 576px) and (max-height: 700px){.hero__image{top:1rem}}.hero__card{max-width:400px;width:100%;position:absolute;bottom:0;left:0}.hero__card-quote-container{margin-bottom:1rem}.hero__card-quote{max-width:1.75rem;max-height:1.75rem;object-fit:contain}@media (max-width: 768px){.hero__card-quote{max-width:1.5rem;max-height:1.5rem}}@media (max-width: 576px){.hero__card{display:none}}.hero__title-container{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}.hero__title{font-size:4rem;font-weight:800;color:#f1f1f1;line-height:1.2}.hero__title--emphasis{font-family:Inter,sans-serif;display:inline-block;color:#0cb7f2}@media (max-width: 576px){.hero__title{font-size:2.25rem;text-align:center}}.hero__subtitle{font-size:1.25rem;font-weight:600;color:#f1f1f1;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:.5rem}.hero__subtitle-icon{font-size:1.5rem;color:#0cb7f2}@media (max-width: 576px){.hero__subtitle{margin-bottom:.5rem;order:1;width:100%;font-size:.9rem}}.hero__description{font-size:1.15rem}@media (max-width: 576px){.hero__description{font-size:1rem}}.hero__buttons{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:1rem}@media (max-width: 576px){.hero__button{padding:0}}.custom-section{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;padding:2rem 0;width:100%;min-height:100vh;height:100%}.custom-section.full-width .custom-section__container{max-width:none;padding:0}.custom-section__container{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%;height:100%}.custom-section__header{text-align:center;margin-bottom:2rem}.custom-section__title{font-family:Inter,sans-serif;font-size:2.5rem;color:#f1f1f1;margin-bottom:.5rem}@media (max-width: 768px){.custom-section__title{font-size:2.5rem}}.custom-section__subtitle{font-family:DM Sans,serif;font-size:1.1rem;color:#e7f9ff;max-width:600px;margin:0 auto}.custom-section__content{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%;height:100%}.custom-section.default{background-color:#0e0e10}.custom-section.primary{background-color:#0cb7f2;color:#23c68f}.custom-section.primary .custom-section__title,.custom-section.primary .custom-section__subtitle{color:#23c68f}.custom-section.secondary{background-color:#23c68f}.custom-section.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15)}.lazy-image{position:relative;width:100%;height:100%;overflow:hidden;display:block;object-fit:contain}.lazy-image__placeholder{width:100%;height:100%;object-fit:inherit;opacity:.7;transition:opacity .3s ease;display:block}.lazy-image__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:inherit;opacity:0;transition:opacity .5s ease;display:block}.lazy-image__img--loaded{opacity:1}.lazy-image.inline{position:static;display:inline-block}.lazy-image.inline .lazy-image__img{position:static}.lazy-image.inline .lazy-image__placeholder{display:none}.lazy-image__error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%;height:100%;background:#1a1b1fcc;color:#737373;font-size:.875rem}.lazy-image__error span{padding:1rem;text-align:center}@media (prefers-reduced-motion: reduce){.lazy-image__placeholder,.lazy-image__img{transition:none}}.custom-button{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:.5rem;transition:all .3s ease;font-family:DM Sans,serif;border:none;cursor:pointer;border-radius:999px;font-weight:500}.custom-button:disabled{opacity:.6;cursor:not-allowed}.custom-button.primary{background-color:#0cb7f2;color:#1a1b1f}.custom-button.primary:hover:not(:disabled){background-color:#3cc6f5;box-shadow:0 0 40px #0cb7f2b3}.custom-button.secondary{background-color:#23c68f;color:#f1f1f1}.custom-button.secondary:hover:not(:disabled){background-color:#3fdda8;box-shadow:0 0 40px #23c68fb3}.custom-button.outline{background-color:transparent;border:2px solid #0cb7f2;color:#0cb7f2}.custom-button.outline:hover:not(:disabled){background-color:#0cb7f2;color:#1a1b1f;box-shadow:0 0 40px #0cb7f2b3}.custom-button.text{background-color:transparent;border:none;color:#f1f1f1;padding:0!important}.custom-button.text:hover:not(:disabled){color:#3cc6f5}.custom-button.text .custom-button__icon svg{width:24px;height:24px}.custom-button.small{padding:.6rem 1.2rem;font-size:.9rem}.custom-button.medium{padding:.8rem 1.6rem;font-size:1rem}.custom-button.large{padding:1rem 2rem;font-size:1.1rem}.custom-button.full-width{width:100%}.custom-card{border-radius:1rem;padding:.5rem 1rem;background-color:var(--color-background-alt);transition:all .3s ease;overflow:hidden;padding:1.5rem}.custom-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0003}.custom-card.glass{background:#ffffff0f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.09)}.custom-card.glass:hover{background:#ffffff1a;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15)}.custom-card.glow:hover{box-shadow:0 0 40px #0cb7f2b3}.custom-card.clickable{cursor:pointer}.custom-card__header{display:flex;flex-direction:column;margin-bottom:.5rem}.custom-card__title{font-family:Inter,sans-serif;font-size:1.2rem;color:#f1f1f1}.custom-card__subtitle{font-family:DM Sans,serif;font-size:.9rem;color:#e7f9ff}.timeline__section{width:100%;height:100%}.timeline-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.timeline-container{padding:0}}.timeline-title{font-size:2.25rem;margin-bottom:1rem;max-width:56rem;font-weight:400;font-family:Inter,sans-serif;color:#f1f1f1}@media (max-width: 768px){.timeline-title{font-size:1.1rem}}.timeline-description{color:#e7f9ff;font-size:1rem;max-width:24rem;font-family:DM Sans,serif}@media (max-width: 768px){.timeline-description{font-size:.875rem}}.timeline-content{position:relative;max-width:80rem;margin:0 auto;padding-bottom:4rem}.timeline__item{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding-top:4rem;gap:2rem}@media (max-width: 768px){.timeline__item{padding-top:0}}@media (max-width: 576px){.timeline__item{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:1rem;margin-bottom:1rem}}.timeline__item-header{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;position:sticky;z-index:40;top:10rem;align-self:flex-start;max-width:24rem;width:100%}@media (max-width: 1200px){.timeline__item-header{max-width:24rem}}.timeline__dot-container{height:2.5rem;position:absolute;left:.75rem;width:2.5rem;border-radius:50%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15)}.timeline__dot{height:1rem;width:1rem;border-radius:50%;background-color:#737373;transition:all .3s ease}.timeline__dot:hover{box-shadow:0 0 40px #0cb7f2b3}.timeline__item-title{font-weight:700;color:#737373;font-family:Inter,sans-serif}.timeline__item-title--desktop{display:block;font-size:3rem;padding-left:5rem}@media (max-width: 768px){.timeline__item-title--desktop{display:none}}.timeline__item-content{position:relative;padding-left:4rem;padding-right:0;width:100%}.timeline__content{margin-bottom:2rem}.timeline__content-title{font-size:1.8rem;margin-bottom:1rem;color:#f1f1f1;font-family:Inter,sans-serif}@media (max-width: 768px){.timeline__content-title{font-size:1.3rem;margin-bottom:.5rem}}.timeline__tags{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.timeline__tags{margin-bottom:1rem}}.timeline__content-year{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:2rem}@media (max-width: 768px){.timeline__content-year{gap:1.5rem}}.timeline__image-container{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;gap:1rem}.timeline__image{max-width:28rem;width:100%;height:14rem;object-fit:cover;border-radius:1rem;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;border:1px solid rgba(12,183,242,.1)}.timeline__image:hover{transform:scale(.98);box-shadow:0 8px 24px #0003;border-color:#0cb7f24d}@media (max-width: 768px){.timeline__image{max-width:100%;height:10rem}}.timeline__accordion{padding:0}.timeline__accordion-root,.timeline__accordion-item{width:100%}.timeline__accordion-header{width:100%;margin:0}.timeline__accordion-trigger{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;padding:1rem;background:none;border:none;cursor:pointer;transition:all .3s ease}.timeline__accordion-trigger:hover{background-color:#0cb7f214}.timeline__accordion-trigger[data-state=open] .timeline__accordion-icon--plus{opacity:0;transform:rotate(90deg)}.timeline__accordion-trigger[data-state=open] .timeline__accordion-icon--minus,.timeline__accordion-trigger[data-state=closed] .timeline__accordion-icon--plus{opacity:1;transform:rotate(0)}.timeline__accordion-trigger[data-state=closed] .timeline__accordion-icon--minus{opacity:0;transform:rotate(-90deg)}.timeline__accordion-info{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:1rem}.timeline__accordion-year{font-size:1.5rem;font-weight:600;color:#f1f1f1;font-family:Inter,sans-serif;margin:0}.timeline__accordion-toggle{position:relative}.timeline__accordion-toggle.custom-button{min-width:2.5rem;height:2.5rem;padding:0;pointer-events:none}.timeline__accordion-icon{position:absolute;left:50%;transform:translate(-50%,-50%);transition:all .2s ease-in-out}.timeline__accordion-icon--plus{opacity:1}.timeline__accordion-icon--minus{opacity:0}.timeline__accordion-content{margin-top:1.5rem;overflow:hidden;transition:all .3s ease-in-out}.timeline__accordion-content[data-state=open]{animation:slideDown .3s ease-in-out}.timeline__accordion-content[data-state=closed]{animation:slideUp .3s ease-in-out}.timeline__accordion-inner{padding:0 1.5rem 1.5rem}@keyframes slideDown{0%{height:0;opacity:0}to{height:var(--radix-accordion-content-height);opacity:1}}@keyframes slideUp{0%{height:var(--radix-accordion-content-height);opacity:1}to{height:0;opacity:0}}.timeline-line{position:absolute;left:2rem;top:0;overflow:hidden;width:2px;background:linear-gradient(to bottom,transparent 0%,#737373 10%,#737373 90%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#0e0e10 10%,#0e0e10 90%,transparent 100%)}@media (max-width: 768px){.timeline-line{display:none}}.timeline-line-progress{position:absolute;inset:0;width:2px;background:linear-gradient(to top,#23c68f 0%,#0cb7f2 10%,transparent 100%)}.custom-truncated-text{margin-bottom:1.5rem}@media (max-width: 768px){.custom-truncated-text{margin-bottom:1rem}}.custom-truncated-text__content{font-size:1rem;line-height:1.6;margin-bottom:.5rem;font-family:DM Sans,serif;transition:all .3s ease}@media (max-width: 768px){.custom-truncated-text__content{font-size:.9rem;line-height:1.5}}.custom-truncated-text__toggle.custom-button{font-size:.9rem;padding:0}.custom-truncated-text__toggle.custom-button.text{transition:all .3s ease}.custom-truncated-text__toggle.custom-button.text:hover{text-decoration:underline}.custom-truncated-text.primary .custom-truncated-text__content{color:#e7f9ff}.custom-truncated-text.primary .custom-truncated-text__toggle.custom-button.text{color:#0cb7f2}.custom-truncated-text.primary .custom-truncated-text__toggle.custom-button.text:hover{color:#23c68f}.custom-truncated-text.secondary .custom-truncated-text__content{color:#f1f1f1}.custom-truncated-text.secondary .custom-truncated-text__toggle.custom-button.text{color:#23c68f}.custom-truncated-text.secondary .custom-truncated-text__toggle.custom-button.text:hover{color:#0cb7f2}.custom-truncated-text.muted .custom-truncated-text__content{color:#737373;font-size:.9rem}@media (max-width: 768px){.custom-truncated-text.muted .custom-truncated-text__content{font-size:.85rem}}.custom-truncated-text.muted .custom-truncated-text__toggle.custom-button.text{color:#e7f9ff;font-size:.85rem}.custom-truncated-text.muted .custom-truncated-text__toggle.custom-button.text:hover{color:#0cb7f2}.custom-chip{width:fit-content;padding:.5rem 1rem;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border:1px solid #0cb7f2;border-radius:999px;cursor:pointer;transition:all .3s ease}.custom-chip.primary{border-color:#0cb7f2}.custom-chip.primary:hover{background-color:#0cb7f2;color:#1a1b1f}.custom-chip.secondary{border-color:#23c68f}.custom-chip.secondary:hover{background-color:#23c68f;color:#1a1b1f}.custom-chip.outline{border-color:#f1f1f1}.custom-chip.outline:hover{background-color:#f1f1f1;color:#1a1b1f}.custom-chip.sm{font-size:.85rem;padding:.25rem 1rem}.custom-chip.md{font-size:1rem;padding:.5rem 1rem}.custom-chip.lg{font-size:1.15rem;padding:1rem 1.5rem}.projects__container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr);gap:1.5rem}@media (max-width: 576px){.projects__container{grid-template-columns:repeat(1,1fr)}}.projects__show-more{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;margin-top:4rem}.project-card__content{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;height:100%;width:100%;overflow:hidden}.project-card__content-container{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;gap:1rem}.project-card__title-container{width:100%;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;gap:.5rem;text-align:center}.project-card__buttons,.project-card__tags{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:.5rem}.project-card__image-container{width:100%;height:auto;border-radius:1rem 1rem 0 0;overflow:hidden}.project-card__image{width:100%;height:auto;object-fit:cover;object-position:center;cursor:pointer}.project-card__image.inline{width:100%;height:100%}.project-card__image.inline .lazy-image__img{width:100%}.project-card__gallery{height:100%}.project-card__gallery .photo-gallery__main-image{background:var(--color-background-alt);cursor:pointer;transition:transform .3s ease}.project-card__gallery .photo-gallery__main-image:hover{transform:scale(1.15)}@media (max-width: 768px){.project-card__gallery .photo-gallery__thumbnails{margin-right:0;margin-bottom:.5rem}}.project-card__title{font-size:1.75rem}.photo-gallery{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;width:100%;position:relative}@media (max-width: 768px){.photo-gallery{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}}.photo-gallery__thumbnails{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:.5rem;flex-shrink:0;order:1}@media (max-width: 768px){.photo-gallery__thumbnails{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:.5rem;overflow-x:auto;padding:.5rem 0;order:2}}.photo-gallery__thumbnail{width:60px;height:60px;border-radius:50%;border:2px solid transparent;padding:.25rem;cursor:pointer;overflow:hidden;background:transparent;transition:all .2s ease;flex-shrink:0}.photo-gallery__thumbnail:hover,.photo-gallery__thumbnail--active{border-color:#0cb7f2}@media (max-width: 768px){.photo-gallery__thumbnail{width:50px;height:50px}}.photo-gallery__thumbnail-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.photo-gallery__main{flex:1;border-radius:1rem;overflow:hidden;position:relative;height:275px;background:var(--color-background-alt);order:2}@media (max-width: 576px){.photo-gallery__main{min-height:200px;order:1}}.photo-gallery__main-image{width:100%;height:100%;object-fit:cover;border-radius:1rem;transition:opacity .3s ease;background:var(--color-background-alt)}.skills-sticky-container{position:relative;width:100%;height:300vh}@media (max-width: 768px){.skills-sticky-container{height:100vh}}.skills-section{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;z-index:1}@media (max-width: 768px){.skills-section{position:relative;height:auto;min-height:100vh}}.skills-content{position:relative;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.skills-content{grid-template-columns:1fr;gap:2rem}}.skills-sticky-wrapper{position:sticky;top:50%;transform:translateY(-50%);height:fit-content;z-index:10}@media (max-width: 768px){.skills-sticky-wrapper{position:relative;top:auto;transform:none;margin-bottom:1.5rem}}.skills-scroll-content{display:flex;flex-direction:column;gap:4rem;padding-top:100vh;padding-bottom:100vh}@media (max-width: 768px){.skills-scroll-content{padding-top:1.5rem;padding-bottom:1.5rem;gap:1.5rem}}.skills-spacer{height:100vh;width:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.skills-spacer{height:30vh}}.tab-card{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);padding:.5rem;border-radius:1rem}.custom-tabs{width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;gap:1rem}@media (max-width: 576px){.custom-tabs{gap:.5rem}}.custom-tabs__header{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:1rem}@media (max-width: 768px){.custom-tabs__header{gap:.5rem}}@media (max-width: 576px){.custom-tabs__header{width:100%;justify-content:center}}.custom-tabs__header-item{border-radius:1rem;padding:.5rem 1rem;cursor:default;transition:all .3s ease;position:relative;overflow:hidden;font-size:1rem;white-space:nowrap}@media (max-width: 768px){.custom-tabs__header-item{padding:.5rem .75rem}}@media (max-width: 576px){.custom-tabs__header-item{padding:.4rem .6rem;font-size:1rem;min-width:fit-content}}.custom-tabs__header-item.active{color:#0e0e10;background-color:#0cb7f2;transform:translateY(-2px)}.custom-tabs__tab{width:100%;min-height:100px;position:relative;overflow:hidden;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}@media (max-width: 576px){.custom-tabs__tab{min-height:80px}}.custom-tabs__tab-item{width:100%;text-align:center;padding:1.5rem;font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.custom-tabs__tab-item{padding:1rem;font-size:1rem}}@media (max-width: 576px){.custom-tabs__tab-item{padding:.5rem}}.custom-tabs__tab-content{height:400px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1fr,1fr);gap:0;gap:1rem;place-items:center}@media (max-width: 576px){.custom-tabs__tab-content{grid-template-columns:repeat(1,1fr)}}@media (max-width: 992px){.custom-tabs__tab-content{grid-template-columns:repeat(3,1fr);height:350px}}@media (max-width: 768px){.custom-tabs__tab-content{grid-template-columns:repeat(2,1fr);height:300px;gap:.5rem}}@media (max-width: 576px){.custom-tabs__tab-content{grid-template-columns:repeat(2,1fr);height:auto;min-height:250px;gap:.5rem;overflow-y:auto;max-height:300px;padding:.5rem}}.custom-tabs__tab-content-item{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:.5rem}@media (max-width: 576px){.custom-tabs__tab-content-item{min-height:80px}}.custom-tabs__tab-content-item-image{width:90px;height:90px;object-fit:contain;transition:all .3s ease}@media (max-width: 992px){.custom-tabs__tab-content-item-image{width:80px;height:80px}}@media (max-width: 768px){.custom-tabs__tab-content-item-image{width:70px;height:70px}}@media (max-width: 576px){.custom-tabs__tab-content-item-image{width:60px;height:60px}}.custom-tabs__tab-content-item-image:hover{transform:scale(1.1);cursor:pointer}.custom-tabs__tab-content-item-image.inline .lazy-image__img{width:90px;height:90px;object-fit:contain;transition:all .3s ease;position:static;opacity:1}@media (max-width: 992px){.custom-tabs__tab-content-item-image.inline .lazy-image__img{width:80px;height:80px}}@media (max-width: 768px){.custom-tabs__tab-content-item-image.inline .lazy-image__img{width:70px;height:70px}}@media (max-width: 576px){.custom-tabs__tab-content-item-image.inline .lazy-image__img{width:60px;height:60px}}.custom-tabs__tab-content-item-image.inline:hover .lazy-image__img{transform:scale(1.1);cursor:pointer}.custom-tabs__tab-content-item-title{font-size:1rem;font-weight:500;text-align:center;margin:0;word-wrap:normal;max-width:100px}.testimonials{min-height:50vh}.testimonials-carousel-wrapper{width:100%;overflow:hidden;position:relative;padding:1.5rem 0}.testimonials-carousel{width:100%;height:auto}.testimonials-carousel .swiper-wrapper{transition-timing-function:linear;align-items:center}.testimonials-carousel .swiper-slide{width:auto;height:auto}.testimonials-carousel .swiper-pagination,.testimonials-carousel .swiper-button-next,.testimonials-carousel .swiper-button-prev{display:none}.testimonials-slide{width:350px;height:auto;flex-shrink:0}@media (max-width: 768px){.testimonials-slide{width:280px}}.testimonials-card{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:flex-start;gap:1rem;max-width:350px;width:100%;height:200px;cursor:pointer}@media (max-width: 768px){.testimonials-card{height:180px}}.testimonials-card__header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:1rem;flex-shrink:0}.testimonials-card__header-info{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}.testimonials-card__header-info-name{font-size:1.2rem}.testimonials-card__content{flex:1;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.testimonials-card__content p{margin:0;line-height:1.5}.testimonials-card__avatar{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;flex-shrink:0}.custom-avatar{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border-radius:50%;font-weight:600;color:#fff;text-align:center;user-select:none;transition:all .3s ease}.custom-avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.custom-avatar__initials{line-height:1}.custom-avatar--small{width:32px;height:32px;font-size:12px}.custom-avatar--medium{width:48px;height:48px;font-size:16px}.custom-avatar--large{width:64px;height:64px;font-size:20px}.custom-avatar--xlarge{width:80px;height:80px;font-size:24px}.custom-link{transition:all .3s ease;text-decoration:none;font-family:DM Sans,serif;font-weight:500;display:inline-block}.custom-link.primary{color:#0cb7f2}.custom-link.primary:hover{color:#23c68f}.custom-link.secondary{color:#e7f9ff}.custom-link.secondary:hover{color:#0cb7f2}.custom-link.text{color:#f1f1f1}.custom-link.text:after{content:"";display:block;width:100%;height:2px;background-color:#f1f1f1;transition:all .3s ease}.custom-link.text:hover{color:#0cb7f2}.custom-link.text:hover:after{background-color:#0cb7f2}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:500px}.form__item{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%}.form__input{width:100%}.form__input--textarea{resize:none;height:100px;border-radius:1rem}.form__input--error{border:1px solid #ff3936}.form__button{width:100%}.form__feedback{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:.5rem}.form__feedback--error{color:#ff3936}.form__feedback--success{color:#23c68f}.contact{width:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:4rem}.contact__form{flex:0 0 60%;max-width:600px}.contact__image{flex:0 0 40%;height:400px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.contact__image .lazy-image{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.contact{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:2rem}.contact__form{flex:none;width:100%;max-width:500px;order:2}.contact__image{flex:none;width:100%;height:320px;order:1}}@media (max-width: 576px){.contact{gap:1.5rem}.contact__form{max-width:none}.contact__image{height:280px;min-height:280px}}.navbar{width:100%;margin:0 auto;position:fixed;bottom:0;z-index:700;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.navbar__content{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:1rem;margin:1.5rem;max-width:30rem;width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}@media (max-width: 576px){.navbar__content{margin:1rem 1.5rem}}.navbar__link{font-size:1.25rem;transition:all .3s ease;transform:scale(1)}.navbar__link:hover{transform:scale(1.2)}.navbar__link--active svg{color:#0cb7f2}.navbar__link-container{position:relative;height:100%;width:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.navbar__indicator{position:absolute;width:1rem;height:1rem;border-radius:50%;background:transparent;z-index:-1;transition:all .3s ease}.navbar__indicator.active{box-shadow:0 0 40px #0cb7f2}.custom-tooltip{position:relative;display:inline-block}.custom-tooltip__content{position:absolute;background:#0e0e10;color:#f1f1f1;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px #00000026;pointer-events:none}.custom-tooltip__content.visible{opacity:1;visibility:visible}.custom-tooltip__content.top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:.5rem}.custom-tooltip__content.top:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#0e0e10}.custom-tooltip__content.top.visible{transform:translateY(-10px) translate(-50%)}.custom-tooltip__content.bottom{top:100%;left:50%;transform:translate(-50%);margin-top:.5rem}.custom-tooltip__content.bottom:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#0e0e10}.custom-tooltip__content.bottom.visible{transform:translateY(10px) translate(-50%)}.custom-tooltip__content.left{right:100%;top:50%;transform:translateY(-50%);margin-right:.5rem}.custom-tooltip__content.left:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#0e0e10}.custom-tooltip__content.left.visible{transform:translate(-10px) translateY(-50%)}.custom-tooltip__content.right{left:100%;top:50%;transform:translateY(-50%);margin-left:.5rem}.custom-tooltip__content.right:after{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#0e0e10}.custom-tooltip__content.right.visible{transform:translate(10px) translateY(-50%)}.custom-tooltip:hover .custom-tooltip__content{opacity:1;visibility:visible}.custom-tooltip:hover .custom-tooltip__content.top{transform:translateY(-10px) translate(-50%)}.custom-tooltip:hover .custom-tooltip__content.bottom{transform:translateY(10px) translate(-50%)}.custom-tooltip:hover .custom-tooltip__content.left{transform:translate(-10px) translateY(-50%)}.custom-tooltip:hover .custom-tooltip__content.right{transform:translate(10px) translateY(-50%)}.footer{width:100%;min-height:250px;z-index:700;background:#ffffff0d;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);border:1px solid rgba(255,255,255,.075)}.footer__content{max-width:1400px;margin:0 auto;padding:0 1.5rem;padding:1.5rem 0;width:100%;height:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:4rem}@media (max-width: 576px){.footer__content{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;padding:1.5rem;gap:1.5rem}}.footer__content-column{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%;height:100%}.footer__content-column--left{flex:1}.footer__content-column--right{flex:2}.footer__content-column-logo{width:100px;height:100px}.footer__content-column-info{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;text-align:center;margin-top:.5rem}@media (max-width: 576px){.footer__content-column-info{text-align:center;align-items:center}}.footer__content-column-title{font-size:1.3rem;margin-bottom:1rem}.footer__content-column-links{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:1.5rem}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;text-align:center}.header{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:1.5rem;width:100%;position:fixed;top:0;left:0;right:0;z-index:700;transform:translateY(0);transition:all .3s ease}.header--hidden{transform:translateY(-100%)}.header__content{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 1.5rem;border-radius:999px;padding:1.5rem;width:100%;max-height:80px;transition:all .3s ease;position:relative}.header__content:not(.header--top){background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15)}.header__logo{width:100%;flex:0 0 45%;height:80px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;padding:1rem}.header__logo-image{height:100%;width:auto;object-fit:contain;display:block}.header__logo-link{width:auto;height:100%}.header__menu{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:1rem}@media (max-width: 576px){.header__menu{display:none;position:absolute;top:100px;left:0;right:0;border-radius:1rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);padding:1.5rem;flex-direction:column;align-items:stretch;gap:1.5rem;animation:slideDown .3s ease-out forwards}.header__menu .header__cta{flex-direction:column;align-items:stretch}.header__menu .header__cta button{width:100%;padding:1rem}}.header__nav{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:1rem}@media (max-width: 576px){.header__nav{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}}.header__nav-item{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:.5rem}.header__title{font-size:1.5rem;display:none}@media (max-width: 576px){.header__title{display:block}}.header__cta{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:1rem}.header__menu-mobile{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-80px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 576px){.header__content{padding:1rem;border-radius:999px}.header__menu-mobile{display:block}.header__content.menu-open .header__menu{display:flex}}.header__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;backdrop-filter:blur(10px);background-color:#0000004d;opacity:0;visibility:hidden;transition:all .3s ease;cursor:pointer}@media (max-width: 576px){.header__overlay{opacity:1;visibility:visible}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1}.background-blobs{position:fixed;width:100%;height:100vh;top:0;left:0;overflow:hidden;z-index:0;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(150px);opacity:.5;will-change:transform;animation:float 20s linear infinite}.blob.small{width:200px;height:200px;filter:blur(100px);animation-duration:15s}@media (max-width: 576px){.blob.small{width:100px;height:100px}}.blob.medium{width:400px;height:400px;filter:blur(150px);animation-duration:20s}@media (max-width: 576px){.blob.medium{width:300px;height:300px}}.blob.large{width:600px;height:600px;filter:blur(200px);animation-duration:25s}@media (max-width: 576px){.blob.large{width:350px;height:350px}}.blob.xlarge{width:800px;height:800px;filter:blur(250px);animation-duration:30s}@media (max-width: 576px){.blob.xlarge{width:450px;height:450px}}.blob.pink{background:#ff70d9;animation-delay:-2s}.blob.blue{background:#7ce2fe;animation-delay:-5s}.blob.orange{background:#a270ff;animation-delay:-8s}.blob.green{background:#70ff9d;animation-delay:-12s}.blob.centered{animation:floatCentered 20s linear infinite}@keyframes float{0%{transform:translateZ(0)}25%{transform:translate3d(30px,30px,0)}50%{transform:translate3d(0,30px,0)}75%{transform:translate3d(-30px,30px,0)}to{transform:translateZ(0)}}@keyframes floatCentered{0%{transform:translate(-50%,-50%) translateZ(0)}25%{transform:translate(-50%,-50%) translate3d(30px,30px,0)}50%{transform:translate(-50%,-50%) translate3d(0,30px,0)}75%{transform:translate(-50%,-50%) translate3d(-30px,30px,0)}to{transform:translate(-50%,-50%) translateZ(0)}}.privacy-policy{margin-top:4rem;justify-content:flex-start}.privacy-policy__content{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.privacy-policy__title{margin:2rem 0}.privacy-policy__item-title{font-size:1.2rem;font-weight:600}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--font-primary: Inter, sans-serif;--font-secondary: DM Sans, serif;--color-primary: #0cb7f2;--color-secondary: #23c68f;--color-background: #0e0e10;--color-background-secondary: #1a1b1f;--color-glass: rgba(255, 255, 255, .1);--color-text: #f1f1f1;--color-text-secondary: #e7f9ff}body{background-color:var(--color-background);color:var(--color-text);min-height:100vh;font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary)}p,span,a,li,button,input,textarea,select,label,small,strong,em,b,i,u,s,code,pre{font-family:var(--font-secondary)}b{color:var(--color-primary)}input,textarea,select{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border:1px solid var(--color-primary);border-radius:999px;padding:1rem;background:transparent;color:var(--color-text)}input:focus,textarea:focus,select:focus{outline:none;border:1px solid var(--color-secondary)}.fade-in{opacity:0;animation:fadeIn .5s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;border-radius:999px}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}*{scrollbar-width:8px;scrollbar-color:var(--color-primary) transparent}
