@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--darkgray-bg-color: #1E1F21;--darkblue-bg-color: #04071A;--light-bg-color: #e9ebec;--primary-color: hsl(169, 97%, 76%);--primary-dark: hsl(343, 97%, 24%);--primary-lightdark: hsl(343, 97%, 35%);--secondary-color: #F9FAFB;--secondary-button: hsla(343, 97%, 37%, .276);--text-color: rgb(107, 114, 128);--light-gray: rgb(168 172 179);--menu-gray: rgb(156 163 175);--title-color: #3c6576;--hero-button-shadow: rgba(186, 186, 186, .681);--scroll-bar-color: hsl(213, 12%, 90%);--scroll-thumb-color: hsl(213, 12%, 75%);--scroll-bar-light: hsl(213, 8%, 60%);--body-color: black;--body-font: "Poppins", sans-serif;--biggest-font-size: 2.5rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--light-weight: 400;--medium-weight: 500;--bold-weight: 800;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-25: 1.25rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--img-transition: .3s;--img-hidden: hidden;--img-scale: scale(1.1);--tw-shadow: 0 1px 3px 0rgb(0 0 0 / .1),0 1px 2px -1pxrgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);--smooth-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--header-height: 3.5rem}@media screen and (min-widht: 968px){:root{--biggest-font-size: 4rem;--h1-font-size: 2.25rem;--h2-font-size: 1.75rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{font-family:var(--body-font);font-size:var(--normal-font-size)!important;background-color:var(--body-color);color:var(--text-color)}h1,h2,h3{color:var(--title-color);font-weight:var(--bold-weight)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}button,input{border:none;font-family:var(--body-font);font-size:var(--normal-font-size)}button{cursor:pointer}input{outline:none}main{overflow-x:hidden}.hidden{display:none}.section{height:100vh;padding:4.5rem 0 2.5rem;background-color:#000}.title{font-size:var(--h1-font-size);color:var(--title-color);text-align:center;margin-bottom:var(--mb-2);font-weight:var(--bold-weight)}.subheader{margin-bottom:var(--mb-2-5);line-height:1.4rem;text-align:center}.container{max-width:968px;margin-left:var(--mb-1);margin-right:var(--mb-1)}.grid{display:grid;gap:1.5rem}.bold{font-weight:var(--bold-weight)}.primary-color{color:var(--primary-color)!important}.primary-color-animated{background:linear-gradient(90deg,#319597 20%,var(--primary-color) 40%,var(--primary-color) 60%,#319597 80%);background-size:200% auto;color:#000;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (prefers-reduced-motion: no-preference){.primary-color-animated{animation:shine 3s linear infinite}@keyframes shine{to{background-position:200% center}}}.hero{height:100vh;background:black}.hero__images img{background-repeat:no-repeat;background-position-x:center;background-position-y:bottom;background-size:contain;width:100%;height:100%;position:absolute;object-fit:cover;right:0;bottom:0;-webkit-transition:opacity 3s ease-in-out;-moz-transition:opacity 3s ease-in-out;-o-transition:opacity 3s ease-in-out;transition:opacity 3s ease-in-out;animation-name:FadeInOut;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:5s;filter:brightness(50%)}@keyframes FadeInOut{0%{opacity:1}45%{opacity:1}55%{opacity:0}to{opacity:0}}.hero__images img.top{animation-direction:alternate}.hero__images img.bottom{animation-direction:alternate-reverse}.hero__container{display:flex;flex-direction:column;position:relative;height:inherit;padding-top:20vh;align-content:center;z-index:2}.hero__titles{z-index:1}.hero__titles *{color:var(--title-color);font-family:var(--body-font);font-weight:700;font-size:var(--biggest-font-size);color:#fff;text-transform:capitalize;z-index:99;line-height:1.3}.hero__subheaders{max-width:25rem}.hero__subheader{color:var(--text-color);margin-top:var(--mb-0-5);margin-bottom:var(--mb-2-5);font-weight:var(--light-weight)}.hero__socials{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-content:center;background-color:#fff;gap:.5rem;width:fit-content;padding:.7rem 1rem;margin:auto 0 3rem;border-radius:10px;box-shadow:#11111a26 0 4px 16px;z-index:10}.hero__socials *{width:1.5rem;height:1.5rem;color:var(--title-color);transition:var(--img-transition)}.hero__socials *:hover{color:#545d64!important}.hero__buttons{display:flex;align-items:center;justify-content:center}.button{display:inline-flex;align-content:center;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:var(--medium-weight);line-height:1.5rem;padding:.8rem 2rem;border-radius:.375rem;transition:var(--img-transition);box-shadow:var(--smooth-shadow)}.primary-button{background-color:#3bb3b5;color:#fff;position:relative;display:inline-block;cursor:pointer;outline:none;border:0;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;z-index:10}.hero-button{font-weight:600;color:#fff;padding:1em 1.7em;border:3.5px solid white;border-radius:.75em;transform-style:preserve-3d;transition:transform .15s cubic-bezier(0,0,.58,1),background .15s cubic-bezier(0,0,.58,1)}.hero-button:before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#3c6576;border-radius:inherit;box-shadow:0 0 0 3.5px #fff,.625em .625em #83838340;transform:translate3d(.6em,.75em,-1em);transition:transform .15s cubic-bezier(0,.58,.58,1),box-shadow .15s cubic-bezier(0,.58,.58,1)}.hero-button:hover{background:#3da5a7;transform:translate(.25em,.25em)}.hero-button:hover:before{box-shadow:0 0 0 3.5px #fff,.4em .5em #83838340;transform:translate3d(.4em,.5em,-1em)}.hero-button:active{background:#3c6576;transform:translate(.75em,.75em)}.hero-button:active:before{box-shadow:0 0 0 2px #000,0 0 var(--hero-button-shadow);transform:translateZ(-1em)}.secondary-button{background-color:transparent;color:var(--primary-color);font-weight:var(--medium-weight);padding-left:1rem;padding-right:1rem}.secondary-button:hover{color:var(--primary-dark)}.hero__buttons a{display:flex;align-items:center;gap:.5rem;width:fit-content;padding:1em!important}.bear{max-height:1000px;position:absolute;right:0;bottom:0;z-index:1}.pushable{background:#3c6576;border:none;border-radius:1.25em;padding:0;cursor:pointer;box-shadow:inset 0 0 0 3.5px #fff,.625em .625em #83838340}.front{display:block;font-weight:600;border:3.5px solid white;padding:1em 1.7em;font-size:1rem;border-radius:.75em;font-size:1.25rem;background:#3bb3b5;color:#fff;transform:translate3d(-.6em,-.75em,0);transition:transform .6s cubic-bezier(.3,.7,.4,1)}.pushable:hover .front{transform:translate3d(-.4em,-.5em,-1em);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.pushable:active .front{transform:translateY(-2px);transition:transform 34ms}.pushable:focus:not(:focus-visible){outline:none}@media screen and (max-width: 340px){body{margin:0}.bear{max-height:500px}}@media screen and (min-width: 340px){.bear{max-height:500px}.hero__container{justify-content:space-around}.hero__container>.hero__buttons{margin-bottom:4rem}}@media screen and (min-width: 500px){.secondary-button{padding-left:1.5rem;padding-right:1.5rem}.bear{max-height:600px}.hero__container{justify-content:space-around}.hero__container>.hero__buttons{margin-bottom:4rem}}@media screen and (min-width: 645px){.bear{max-height:700px}}@media screen and (min-width: 768px){.section{padding:7rem 0 2rem}.button{font-size:1.125rem;padding:1rem 2.5rem}.hero__subheader{font-weight:var(--light-weight)}.hero__buttons a{padding:1.1em!important}.hero__titles *{font-size:4.5rem}.bear{max-height:848px}}@media screen and (min-width: 1024px){.container{margin-left:auto;margin-right:auto}.hero__subheader{font-size:1.25rem;line-height:1.75rem;font-weight:var(--light-weight)}.hero__titles *{font-size:5.35rem}.hero__socials{margin:auto 0 2rem;gap:1rem}.hero__socials *{font-size:2rem;display:inline-flex;gap:1.5rem}.hero__buttons a{padding:1.3em!important}.bear{max-height:1000px}}::-webkit-scrollbar{width:.7rem;height:.7rem;background-color:var(--scroll-bar-color)}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color)}::-webkit-scrollbar-thumb:hover{background-color:var(--scroll-bar-light)}.logo{width:80px;filter:brightness(100);transition:var(--img-transition)}.logo:hover{filter:brightness(1)}.header{width:100%;position:fixed;top:0;left:0;z-index:100;background-color:transparent;backdrop-filter:blur(20px)}.nav{height:var(--header-height);display:flex;justify-content:space-between;align-items:center;margin-top:.7rem}.nav__logo{cursor:pointer}.nav__toggle{font-size:1.5rem;cursor:pointer;padding-top:.5rem;padding-right:.5rem;color:var(--menu-gray)}.nav__menu{position:relative}@media screen and (max-width: 767px){.nav__menu{position:fixed;background-color:#363636;top:0;right:-100%;width:70%;height:100vh;box-shadow:-1px 0 4px #0e243f26;padding:3rem;transition:.5s}.nav__link{color:#fff!important}.nav__link:hover{color:var(--primary-color)!important}}.nav__list{display:flex;flex-direction:column;margin-top:1.25rem;gap:2.5rem}.nav__link{font-weight:var(--medium-weight);font-size:1rem;transition:var(--img-transition)}.nav__link:hover{color:var(--text-color)}#login__item{display:flex;flex-direction:column;margin-bottom:1.25rem}.nav__close{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:var(--menu-gray);cursor:pointer}.show-menu{right:0}.active-link{position:relative;color:var(--title-color)}.active-link:before{content:"";position:absolute;background-color:var(--title-color);width:100%;height:2px;bottom:-.65rem;left:0}@media screen and (max-width: 340px){body{margin:0}.nav__menu{padding:2rem}.nav__logo{margin:0 auto}}@media screen and (min-width: 768px){.nav{height:calc(var(--header-height) + 1.5rem);justify-content:center;gap:3em}.nav__link{color:#80c2c6;text-transform:uppercase}.nav__link:hover{color:var(--primary-color)!important}.scrolling-font-color{color:#fff}.scrolling-font-color:hover{color:gray}.nav__menu{display:flex;flex-direction:row-reverse;column-gap:3rem;margin-right:1rem}.nav__list{flex-direction:row;column-gap:3rem;margin-top:0}.nav__item{font-size:var(--h3-font-size)}.nav__toggle,.nav__close{display:none}}@media screen and (min-width: 1024px){.container{margin-left:auto;margin-right:auto}}.about{background-color:#000;padding-top:0}.about.section{height:unset!important}.about__container{display:flex;flex-direction:column;height:100%}.about__beartitle{position:relative;height:100%;width:100%}.about__title{position:absolute;font-size:var(--biggest-font-size);font-style:italic;background-color:#fff;width:fit-content;z-index:1;margin:0;bottom:0;right:0;z-index:2}.about__info{padding-top:5rem}.about__subheader{text-align:center;width:100%;color:#fff}.about-img{background-repeat:no-repeat;background-position-x:center;background-position-y:bottom;background-size:contain;width:100%;height:53vh;object-fit:cover;z-index:0;filter:brightness(60%)}.about__titles{display:flex;justify-content:center;margin-bottom:2rem}.alt__title{font-size:var(--biggest-font-size);color:#fff}.accent{color:var(--primary-color)}.separator__container{text-align:center;line-height:0;margin-bottom:2rem}.separator{border-top:8px solid var(--primary-color);width:6%;display:inline-block}.separator__section{background:#000;height:53vh;position:relative}.about__gallery{width:100%;height:50vh;gap:0;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"gallery__img4 gallery__img2 gallery__img2" "gallery__img3 gallery__img3 gallery__img1"}.about__gallery *{width:100%;height:100%;object-fit:cover}.gallery__img1{grid-area:gallery__img1;background-color:#ff0}.gallery__img2{grid-area:gallery__img2;background-color:#00f}.gallery__img3{grid-area:gallery__img3;background-color:red}.gallery__img4{grid-area:gallery__img4;background-color:pink}@media screen and (max-width:340px){.about__title{font-size:var(--biggest-font-size);padding:.5rem 1rem}}@media screen and (min-width:340px){.about__title{font-size:var(--biggest-font-size);padding:.75rem 2rem}}@media screen and (min-width:500px){.about__title,.alt__title{font-size:3rem}.about__gallery *{height:200px;object-position:top}}@media screen and (min-width: 645px){.about__title{font-size:3.5rem;padding:1 3rem}.alt__title{font-size:3.5rem}}@media screen and (min-width: 768px){.about__subheader{text-align:left}.about-img,.separator__section{height:60vh}.about__titles{justify-content:left}.separator__container{text-align:left;margin-left:27%;margin-bottom:3rem}.about__gallery *{height:250px;object-position:top}}@media screen and (min-width: 1024px){.about__title,.alt__title{font-size:4rem}.about__subheader{font-size:var(--biggest-font-size);margin-bottom:3rem}.about__info{min-width:60%;max-width:70%;padding-left:7%;padding-right:2rem}#subheader2{padding-left:10%}.about__container{flex-direction:row;max-width:100%}.about__gallery{max-height:100vh}.about__gallery *{height:355px}}.service{background-color:#101010;height:unset}.service__container{display:flex;position:relative}.service__img{z-index:0}.service__info{display:flex;flex-direction:column}.service__titles{margin-bottom:2rem}.service__title{text-align:center;line-height:1.1;margin-top:-4rem}.service__info>.separator__container{text-align:center;margin-left:0}.service__subheader{font-size:var(--h1-font-size);font-weight:var(--bold-weight);color:#fff;text-align:center}.logo-background{position:absolute;right:0;z-index:0}.service-img{filter:unset;object-position:center}@media screen and (min-width: 619px){.service__img{width:724px}}@media screen and (min-width: 768px){.service-img{height:68vh}}@media screen and (min-width: 1021px){.service__media{position:absolute;width:100%}.service__img{max-width:50%;height:70vh;object-fit:cover}.service__info{padding-left:2rem;padding-right:7%}.service__container{margin-left:50%}.service__title{margin-top:0;text-align:left}.service__subheader{text-align:left;font-size:2rem}}.pricing.section{display:flex;justify-items:center;flex-direction:column;align-items:center;height:unset}.pricing__title{text-align:center;line-height:1.1;margin-bottom:3rem}.card__container{gap:3rem 1.25rem;justify-items:center}.card__article{position:relative;gap:0;background-color:#101010;padding:1.5rem 1.5rem 2rem;border-radius:1rem;transition:.3s;max-width:320px}.card__article:hover{padding-top:1.1rem}.header__amount{text-align:right;font-size:3rem;color:var(--title-color);line-height:.1;padding-top:1.2rem}.header__title{color:#fff;font-size:var(--biggest-font-size)}.header__subheader{color:var(--primary-color);margin-bottom:-.5rem}.card__list{gap:.5rem;margin-top:.3rem;margin-bottom:1rem}.card__item{display:flex}.card__icon{margin-top:.15rem;margin-right:1rem}.card__icon svg{fill:#7e7e7e;color:#d3d3d3;font-size:1.1rem}.card__description{color:#fff}.card__article .hero__buttons{margin-left:-1rem;margin-top:.5rem;margin-bottom:-.5rem}#ql{max-width:968px}.pricing>.separator__container{text-align:center;margin-left:0;width:100%}.white{color:#fff}@media screen and (min-width: 568px){.card__container{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 968px){.card__container{grid-template-columns:repeat(3,1fr)}}.contact{height:unset}.contact__title{text-align:center;line-height:1.1;margin-bottom:3rem}.map{width:100%;height:300px}.contact__info>.separator__container{width:100%;text-align:center;margin-left:0}.contact__subheader{color:#fff;margin-bottom:3rem;text-align:center}.footer{height:100vh}.footer-img{position:absolute;background-repeat:no-repeat;background-position-x:center;background-position-y:bottom;background-size:contain;width:100%;height:53vh;object-fit:cover;z-index:0;object-position:bottom;filter:brightness(.5)}.footer__container{position:relative;height:100%;display:flex;justify-content:center;flex-direction:column}.footer__title{text-align:center;align-self:center;margin-bottom:2rem}.footer__div{background-color:#000;display:flex;flex-direction:column-reverse;align-items:center;padding:1rem 1rem 3rem}.footer__div *{color:#fff;z-index:1}.footer__infos{display:flex;width:fit-content;flex-direction:column;gap:2.5rem;justify-content:center}.footer__info{display:flex;gap:2rem;margin-left:1rem}.footer__buttons{display:flex;flex-direction:column;gap:2.5rem}.footer-button{font-weight:var(--bold-weight);display:flex;gap:.5rem;align-items:center;transition:var(--img-transition)}.footer-button:hover{opacity:.4}.footer__subheaders{display:flex;flex-direction:column;gap:2.5rem}.footer__titles a{display:flex;gap:.5rem;align-items:center;width:fit-content;margin:0 auto;padding:1em!important}.footer__copyright{bottom:2rem;width:100%;text-align:center;color:#fff}#madeby{font-size:var(--small-font-size);text-align:right;color:#bfbfbf;padding-right:1.5rem;padding-bottom:1rem;background-color:#000}#madeby a{font-weight:var(--bold-weight);color:#fff}@media screen and (min-width: 768px){.footer-img{height:60vh}.footer__infos{flex-direction:row}.footer__div{padding-bottom:3rem}.footer__titles{margin-top:45vh}.footer__titles a{padding:1.1em!important}}@media screen and (min-width: 1021px){.footer-img{height:85vh}.footer__titles{margin-top:50vh}.footer__titles a{padding:1.3em!important}}
