*{margin:0;padding:0;box-sizing:border-box}body{width:100%;font-family:Montserrat,sans-serif;background:var(--dominant)}a{text-decoration:none}h1{font-size:var(--h1-size);line-height:1;font-weight:300}h2{font-size:var(--h2-size);margin-bottom:2rem;line-height:1.1;font-weight:300}h3{font-size:var(--h3-size);line-height:1.2;font-weight:400}h4{font-size:var(--h4-size);line-height:1.3;font-weight:300}h5{font-size:var(--h5-size);line-height:1.5;font-weight:300}h6{font-size:var(--h6-size);line-height:1.5;font-weight:300}p{font-size:var(--p-size);line-height:1.5;font-family:Poppins,sans-serif}::placeholder{color:var(--support-sec);opacity:1}:-ms-input-placeholder{color:var(--support-sec)}::-ms-input-placeholder{color:var(--support-sec)}::-moz-selection{color:#fff;background:#111}::selection{color:#fff;background:#222}.notFoundPage{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;padding:var(--v-pad) var(--h-pad)}.notFoundPage h2{font-weight:600;color:var(--support-sec);font-size:12rem;margin-bottom:2rem}.notFoundPage h3{font-weight:500;color:var(--support-pri);margin-bottom:1rem;text-align:center}.notFoundPage p{color:var(--support-pri);font-size:var(--p-size);max-width:520px;text-align:center;margin-bottom:2rem}:root{--dominant: #0A0A0A;--dominant-alt: #16161D;--support-pri: #F5F5F5;--support-sec: #92897F;--acc-pri: #D9305D;--acc-sec: #FFCC00;--v-pad: 6rem;--h-pad: 6rem;--h-pad-n: 96;--section-rad: 25px;--font: "Poppins", sans-serif;--h1-size: calc(var(--h2-size) * 1.25);--h2-size: calc(var(--h3-size) * 1.25);--h3-size: calc(var(--h4-size) * 1.25);--h4-size: calc(var(--h5-size) * 1.25);--h5-size: calc(var(--h6-size) * 1.25);--h6-size: calc(var(--p-size) * 1.25);--p-size: .95rem}@media screen and (max-width: 1460px){:root{--v-pad: 4rem;--h-pad: 4rem;--h-pad-n: 64}}@media screen and (max-width: 1240px){:root{--h-pad: 2rem;--h-pad-n: 32}.notFoundPage h2{font-size:10rem}}@media screen and (max-width: 1024px){:root{--h1-size: calc(var(--h2-size) * 1.2);--h2-size: calc(var(--h3-size) * 1.2);--h3-size: calc(var(--h4-size) * 1.2);--h4-size: calc(var(--h5-size) * 1.2);--h5-size: calc(var(--h6-size) * 1.2);--h6-size: calc(var(--p-size) * 1.2);--p-size: .95rem}.notFoundPage h2{font-size:8rem}}@media screen and (max-width: 840px){:root{--h-pad: 1.5rem;--h-pad-n: 24}}@media screen and (max-width: 640px){:root{--hero-rad: 30px;--h1-size: calc(var(--h2-size) * 1.15);--h2-size: calc(var(--h3-size) * 1.15);--h3-size: calc(var(--h4-size) * 1.15);--h4-size: calc(var(--h5-size) * 1.15);--h5-size: calc(var(--h6-size) * 1.15);--h6-size: calc(var(--p-size) * 1.15);--p-size: .95rem}.notFoundPage h2{font-size:6rem}}@media screen and (max-width: 440px){:root{--h-pad: 1rem;--h-pad-n: 16}}.navbar{width:100%;height:fit-content;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;z-index:10000;-webkit-user-select:none;user-select:none;transition:.25s ease;opacity:1}.navbar__logo{display:flex;align-items:center;justify-content:center;height:57px;width:57px;border-radius:50%;overflow:hidden;transition:.25s ease;position:absolute;top:2rem;left:var(--h-pad)}.navbar__logo:hover{background-color:#ffffff4d}.navbar__logo:active{background-color:#fff3}.navbar__logo img{width:2rem;height:2rem}.navbar__links{display:flex;list-style:none;padding:.3rem;border-radius:50px;transition:.25s ease;gap:.25rem;position:absolute;top:2rem;right:var(--h-pad);font-family:Poppins,sans-serif}.navbar__logo,.navbar__links,.navbar__special,.navbar__mobile{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px) saturate(200%) brightness(60%);backdrop-filter:blur(10px) saturate(200%) brightness(60%);box-shadow:none}.link,.link__special{color:#ddd;font-weight:500;cursor:pointer;font-size:var(--p-size);padding:.75rem 1.25rem;transition:.25s ease;border-radius:25px}.link__special{background:var(--acc-pri);color:var(--support-pri)}.link:hover,.link__active{background-color:#ffffff1a}.link__special:hover{background:var(--dominant-alt);color:var(--support-pri)}.link__special:active{color:var(--acc-pri)}.link__special-active{background:var(--support-pri);color:var(--dominant-alt)}.link:active{background-color:#fff3}.navbar__mobile{display:none}.navbar__mobile-icon{width:1.25rem;height:1.25rem;color:#fff;transition:.25s ease}@media screen and (max-width: 1024px){.navbar__links,.navbar__special,.navbar__logo{display:none}.navbar__mobile{display:flex;gap:.75rem;align-items:center;justify-content:center;padding:.75rem;border-radius:10px;cursor:pointer;transition:.25s ease;position:absolute;top:2rem;right:var(--h-pad);z-index:5000}.navbar__mobile p{color:var(--support-pri);font-weight:500}}.navbarOverlay{top:0;left:0;position:fixed;display:flex;flex-direction:column;width:100%;height:100vh;background-color:#000c;-webkit-backdrop-filter:blur(10px) saturate(200%) brightness(60%);backdrop-filter:blur(10px) saturate(200%) brightness(60%);box-shadow:none;z-index:5000;padding:1rem;justify-content:center;align-items:center}.navbarOverlay__links{width:100%;display:flex;flex-direction:column;gap:.5rem;list-style:none;margin-bottom:2rem}.navbarOverlay__link,.navbarOverlay__link-special{width:100%;padding:1rem;border:none;font-family:var(--font);font-size:1.1rem;font-weight:500;cursor:pointer}.navbarOverlay__link{cursor:pointer;border-radius:10px;color:#fff;background:transparent;display:flex;align-items:center;justify-content:space-between}.navbarOverlay__link-icon{width:1rem;height:1rem}.navbarOverlay__link-active{background-color:#ffffff0d}.navbarOverlay__link-special-cont{width:100%;height:fit-content;display:flex}.navbarOverlay__link-special{background:var(--acc-pri);border-radius:50px;text-align:center;color:var(--support-pri)}.navbarOverlay__link-special-active{background:var(--support-pri);color:var(--dominant-alt)}.card{width:100%;height:100%;position:relative;display:flex;align-items:flex-end;justify-content:space-between;border-radius:10px;cursor:pointer;transition:outline-color .25s ease;outline:.25rem solid transparent;outline-offset:.25rem;padding:2rem;overflow:hidden;transform:translateZ(0);will-change:transform}.card__cont{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:space-between;background:#16161d}.card__bg{top:0;left:0;position:absolute;width:100%;height:100%;overflow:hidden}.card__bg img{width:100%;height:100%;object-fit:cover;object-position:center;transform:translateZ(0);transition:transform .25s ease;opacity:1;border-radius:11px}.card__bg-overlay{top:0;left:0;position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.9) 100%);opacity:1;z-index:1000;transition:opacity .25s ease;background-blend-mode:multiply}.card__info{border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.25rem;z-index:5000}.card__info h6{font-weight:500;text-transform:capitalize;color:var(--support-pri);text-shadow:0 0 15px #000}.card__info p{color:var(--support-sec);font-weight:500}.card__btn{border-radius:50%;z-index:5000;padding:1rem;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px) saturate(150%);backdrop-filter:blur(10px) saturate(150%)}.card__btn-icon{width:1.25rem;height:1.25rem;color:#fff}.card:nth-child(2) .card__bg img{object-position:0 100%}@media (hover: hover){.card:hover{outline-color:#ffffff30}.card:hover .card__bg-overlay{opacity:.8}.card__bg:hover img{transform:scale(1.05)}}@media screen and (max-width: 648px){.card{padding:1rem}.card__btn{padding:.75rem}}.detail{width:100%;height:100%;height:fit-content;display:flex;flex-direction:column;padding:2.5rem 2rem;border-radius:10px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px) saturate(150%);backdrop-filter:blur(10px) saturate(150%);box-shadow:0 0 20px #ddd}.detail__icon{width:3rem;height:3rem;color:#111;margin-bottom:1rem}.detail__title{font-size:2rem;margin-bottom:1rem;color:#333}.detail__p{font-size:var(--p-size);color:var(--p-color-1)}@media screen and (max-width: 640px){.detail{padding:2rem}.detail__icon{width:2rem;height:2rem}}.btn{padding:1rem 2.5rem;width:fit-content;background:transparent;border:2px solid var(--support-pri);display:flex;gap:1rem;justify-content:center;align-items:center;border-radius:50px;transition:.25s ease;outline:.15rem solid transparent;outline-offset:.25rem;-webkit-user-select:none;user-select:none;cursor:pointer}.btn__alt{background:var(--acc-pri)}.btn__alt p{color:var(--support-pri)!important}.btn p{color:var(--support-pri);font-weight:500;font-size:1rem;transition:inherit;margin:0;font-family:Poppins,sans-serif}.btn:hover{background:var(--support-pri);box-shadow:0 0 25px var(--acc-pri);opacity:1;outline-color:#ffffff80}.btn:hover p,.btn__alt:hover p{color:var(--acc-pri)!important}.btn:active{scale:.95}@media screen and (max-width: 1024px){.btn{padding:.75rem 2rem}}.form{width:100%;display:flex;flex-direction:column;border-radius:10px}.form__cont{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form__cont div input{width:100%}.form .form__input-title{font-size:var(--p-size);color:var(--support-sec);margin-bottom:.5rem}.form input,.form textarea{background:transparent;border:none;padding:.75rem 1.25rem;border-radius:10px;font-family:var(--font);margin-bottom:.5rem;color:var(--support-pri);border:1px solid #808080;outline:none;transition:.25s ease}.form input::placeholder,.form textarea::placeholder{color:var(--support-sec)}.form textarea{resize:none;min-height:160px;margin-bottom:.5rem}.form input:focus,.form textarea:focus{border-color:var(--acc-pri);box-shadow:0 0 10px var(--acc-pri)}.form .btn{width:100%}.form__error{color:var(--support-pri);margin-bottom:.5rem}.form__modal{margin-top:.5rem;color:var(--support-sec)}@media screen and (max-width: 648px){.form input,.form textarea{padding:.65rem 1rem}}@media screen and (max-width: 540px){.form__top{display:flex;flex-direction:column;gap:.5rem}}.questionTab{width:100%;border-bottom:1px solid var(--support-sec);transition:.25s ease;overflow:hidden}.qt__active{border-color:var(--support-pri)}.questionTab__cont{width:100%;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;transition:inherit;position:relative}.question__icon{width:2em;height:2rem;color:#fff;transition:inherit;margin:0}.question__icon-active{transform:rotate(180deg)}.questionTab__cont h3{color:#ccc;font-size:1.2rem;font-weight:500;transition:inherit;line-height:1.2}.questionTab:hover>.questionTab__cont h3{color:#fff}.questionTab__answer{width:100%;transition:.5s ease;padding:0 1.5rem 1.5rem}.questionTab__answer p{transition:inherit;line-height:1.5;color:var(--support-sec)}.questionTab__answer-wrapper{transition:inherit}@media screen and (max-width: 1024px){.questionTab__cont{padding:1.25rem}}@media screen and (max-width: 640px){.questionTab__cont h3{color:#ccc;font-size:1rem;font-weight:500;transition:inherit;line-height:1.1}}.box{width:100%;height:100%;display:flex;flex-direction:column}.box__img{width:100%;position:relative;margin-bottom:.75rem;outline:.15rem solid transparent;outline-offset:.25rem;border-radius:10px;transition:outline-color .25s ease}.box__img img{top:0;left:0;position:absolute;width:100%;height:100%;object-fit:cover;border-radius:10px;background:var(--dominant-alt)}.box__img-overlay{top:0;left:0;position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,transparent 10%,rgba(0,0,0,.3) 100%)}.box h6{font-weight:500;color:var(--support-pri);font-size:1.1rem;margin-bottom:.1rem}.box p{color:var(--support-sec);font-size:var(--p-size)}.box:hover .box__img{outline-color:#ffffff30}@media screen and (max-width: 540px){.box h6{font-size:.9rem}.box p{font-size:.8rem}}.select{background:var(--dominant-alt);display:flex;justify-content:center;align-items:center;border-radius:50px;position:relative;-webkit-user-select:none;user-select:none}.select__arrow{color:var(--support-pri)}.select__selected{display:flex;align-items:center;justify-content:center;gap:1rem;min-width:200px;cursor:pointer;padding:1rem 1.5rem;text-align:center}.select__selected p{color:var(--support-pri);font-size:var(--p-size);font-weight:500}.select__list{width:100%;position:absolute;top:4rem;display:flex;flex-direction:column;list-style:none;background:var(--dominant-alt);padding:.25rem;border-radius:25px;z-index:5000}.select__list button{border:none;font-family:var(--font);font-weight:500;background:transparent;padding:.75rem 1.25rem;font-size:var(--p-size);color:var(--support-pri);text-align:center;transition:.25s ease;cursor:pointer;border-radius:25px}.select__list button:hover{background-color:#ffffff0d}.select__list button:active{background-color:#ffffff26}.contactLink{display:flex;gap:.25rem;align-items:center;margin-bottom:.5rem}.contactLink__icon{width:1rem;height:1rem;color:var(--support-pri)}.contactLink p{color:var(--support-pri)}.brand{width:100%;height:100%;background:var(--dominant-alt);padding:20px;padding:1rem;border-radius:10px;display:flex;justify-content:center;align-items:center;overflow:hidden;-webkit-user-select:none;user-select:none}.brand img{width:fit-content;height:100%;object-fit:contain}.whatsAppLink{display:flex;gap:.25rem;cursor:pointer;align-items:center;margin-bottom:.5rem;width:fit-content}.whatsAppLink__icon{width:1rem;height:1rem;color:var(--support-pri)}.whatsAppLink__p{text-decoration:underline;color:var(--support-pri)}.whatsAppLink:hover .whatsAppLink__icon,.whatsAppLink:hover .whatsAppLink__p{color:var(--acc-pri)}.contactInfo{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contactInfo h6{font-weight:400;color:var(--support-pri)}.contactInfo a{font-weight:500;color:var(--support-pri);text-decoration:underline;font-size:var(--p-size);font-family:Poppins,sans-serif}.contactInfo a:hover{color:var(--acc-pri)}.contactInfo__p{color:var(--support-sec);margin-bottom:.5rem}.contactInfo ul{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin-bottom:1rem}@media screen and (max-width: 480px){.contactInfo{display:flex;flex-direction:column}}.hero{width:100%;height:120vh;min-height:600px;display:flex;position:relative;background:#333;overflow:hidden;transform:translate3d(0);background:var(--dominant-alt)}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;overflow:hidden}.hero__bg-img{width:100%;height:100%;object-fit:cover;filter:saturate(150%);object-position:50% 0}.hero__bg-overlay{top:0;left:0;position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.9) 100%);opacity:1;z-index:1000;transition:opacity .25s ease;background-blend-mode:multiply}.hero__content{width:100%;height:100vh;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:var(--v-pad) var(--h-pad)}.hero__content-slogan{margin-top:4rem;color:#fff;max-width:720px;font-weight:400;font-size:5rem;-webkit-user-select:none;user-select:none}.hero__content-slogan span{font-style:italic;font-weight:600;color:var(--acc-pri)}.hero__content-p p{color:var(--support-pri);font-size:1.1rem;max-width:480px;font-weight:400}.hero__slogan-img{margin-top:4rem;width:720px}@media screen and (max-width: 1240px){.hero__bg-2{object-position:55% 0}}@media screen and (max-width: 1024px){.hero{height:100vh}.hero__bg-1{object-position:25% 0}.hero__content-slogan{font-size:4rem}.hero__slogan-img{width:540px}}@media screen and (max-width: 640px){.hero{justify-content:flex-end}.hero__bg{object-position:70% 0}.hero__content-slogan{font-size:3rem}.hero__slogan-img{width:100%}}@media screen and (max-width: 460px){.hero__content-slogan{font-size:2.5rem}}@media screen and (max-width: 360px){.hero__content-slogan{font-size:2.25rem}}.info{width:100%;min-height:400px;background:var(--dominant);display:flex;justify-content:space-between;align-items:flex-start;gap:var(--h-pad);padding:calc(var(--v-pad) * 2) var(--h-pad);position:relative}.info h2,.info h5{color:var(--support-pri)}.info h2{max-width:360px}.info h2 span{color:var(--support-sec)}.info h5{max-width:720px}@media screen and (max-width: 1024px){.info{flex-direction:column}}.products{width:100%;display:flex;background:var(--dominant);flex-direction:column;padding:var(--v-pad) var(--h-pad);position:relative}.products h2{color:var(--support-pri);margin-bottom:2rem}.products h2 span{color:var(--support-sec)}.products__grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:540px;gap:2rem;margin-bottom:4rem}.products__more{width:100%;display:flex;justify-content:center;align-items:center;gap:1rem}@media screen and (max-width: 1024px){.products__grid{gap:1rem;grid-auto-rows:420px}}@media screen and (max-width: 648px){.products__grid{grid-template-columns:100%;grid-auto-rows:240px}}.details{width:100%;height:fit-content;padding:var(--v-pad) var(--h-pad);display:grid;grid-template-columns:auto auto auto;gap:2rem;background:#fff}@media screen and (max-width: 1240px){.details{grid-template-columns:auto auto}.details .detail:nth-child(3){grid-column:1 / -1}}@media screen and (max-width: 860px){.details{grid-template-columns:100%}}.trips{width:100%;min-height:600px;background:var(--dominant-alt);position:relative;display:flex;flex-direction:column;padding:calc(var(--v-pad) * 1.5) var(--h-pad);gap:4rem;overflow:hidden}.trips__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 10%,rgba(0,0,0,.3) 100%);z-index:-1}.trips__top{width:100%;display:flex;justify-content:space-between;gap:var(--h-pad);margin-bottom:2rem}.trips__top h2{color:var(--support-pri);min-width:300px}.trips__top h2 span{color:var(--support-sec)}.trips__top-right{max-width:720px;display:flex;flex-direction:column;gap:2rem}.trips__top-right h5{color:var(--support-pri)}.trips__bottom{width:100%;display:flex;justify-content:space-between;gap:4rem;align-items:center}.trips__bottom h5{color:var(--support-pri);width:40%;max-width:640px}.trips__bottom-img{width:50%;aspect-ratio:1/1;display:flex;gap:1rem;border-radius:10px;overflow:hidden;position:relative}.trips__bottom-img img{width:100%;height:100%;object-fit:cover;object-position:center top}.trips__bottom-img-overlay{top:0;left:0;position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,transparent 10%,rgba(0,0,0,.3) 100%);opacity:1;z-index:1000;transition:opacity .25s ease;background-blend-mode:multiply}@media screen and (max-width: 1024px){.trips__top{display:flex;flex-direction:column}.trips__bottom{flex-direction:column-reverse;align-items:flex-start}.trips__bottom-img{width:100%;height:420px}.trips__bottom h5{width:100%}}.questions{width:100%;background:var(--dominant);position:relative;padding:var(--v-pad) var(--h-pad);display:grid;grid-template-columns:1fr 1fr;gap:var(--h-pad)}.questions h2{color:var(--support-pri);max-width:560px}.questions h2 span{color:var(--support-sec)}.questions .question__p{max-width:600px;color:var(--support-pri)}@media screen and (max-width: 1024px){.questions{display:flex;flex-direction:column}}.contact{width:100%;min-height:100vh;position:relative;background:var(--dominant);min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--v-pad) var(--h-pad)}.contact h2{color:var(--support-pri);text-align:center}.contact h2 span{color:var(--support-sec)}.contact__p{max-width:600px;font-size:var(--p-size);color:var(--support-pri);text-align:center;margin-bottom:4rem}.contact__cont{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--h-pad)}.contact__cont-info{width:100%;display:flex;flex-direction:column;gap:1rem}.contact__cont-info h6{font-weight:400;color:var(--support-pri)}.contact__info-p{color:var(--support-sec);margin-bottom:.5rem}@media screen and (max-width: 1024px){.contact__cont{display:flex;flex-direction:column;gap:4rem}}.footer{width:100%;min-height:500px;background:#000;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:var(--v-pad) var(--h-pad);gap:var(--h-pad);overflow:hidden}.footer p{color:#fff}.footer__top{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.footer__top-cont{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.footer__logo{width:fit-content;display:flex;align-items:center;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.footer__logo img:first-child{width:54px}.footer__logo img:last-child{width:240px}.footer__top-cont p{max-width:400px;margin-bottom:2rem;font-size:var(--p-size);color:var(--support-sec)}.footer__top h6{color:#fff;font-weight:400;margin-bottom:1rem}.footer__top ul{display:flex;flex-direction:column;list-style:none;gap:.5rem}.footer__top li,.footer__top li a{color:var(--support-sec);font-size:var(--p-size)}.footer__socials{display:flex;gap:1rem}.footer__socials a{border-radius:50%;background:var(--support-pri);padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--dominant)}.footer__socials-icon{width:1.75rem;height:1.75rem}.footer__bottom{width:100%;display:flex;justify-content:space-between}@media screen and (max-width: 440px){.footer__logo img:first-child{width:50px}.footer__logo img:last-child{width:220px}}.subpageHero{width:100%;min-height:90vh;display:flex;flex-direction:column;padding:var(--v-pad) var(--h-pad);background:var(--dominant-alt);justify-content:center;align-items:center;gap:var(--v-pad);position:relative}.subpageHero__overlay{top:0;left:0;position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,transparent 10%,rgba(0,0,0,.1) 100%);opacity:1;z-index:1000;background-blend-mode:multiply}.subpageHero__top,.subpageHero__bottom{width:80%;display:flex}.subpageHero h2{color:var(--support-pri);font-weight:500}.subpageHero h2 span{color:var(--support-sec)}.subpageHero__bottom{justify-content:flex-end}.subpageHero h4{max-width:600px;color:var(--support-pri)}.about{width:100%;padding:calc(var(--v-pad) * 2) var(--h-pad);display:flex;justify-content:space-between;align-items:center;gap:var(--h-pad);background:var(--dominant)}.about__alt{flex-direction:row-reverse}.about__data{width:50%;display:flex;flex-direction:column}.about h2{color:var(--support-pri)}.about h2 span{color:var(--support-sec)}.about h6{color:var(--support-pri);max-width:640px}.about__img{width:50%;height:420px;border-radius:10px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.about__img img{width:100%;height:100%;object-fit:cover}.about__img-overlay{top:0;left:0;position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,transparent 10%,rgba(0,0,0,.6) 100%);opacity:1;z-index:1000;background-blend-mode:multiply}@media screen and (max-width: 1024px){.about{display:flex;flex-direction:column-reverse;gap:2rem;padding:var(--v-pad) var(--h-pad)}.about__alt{flex-direction:column}.about__img,.about__data{width:100%}}@media screen and (max-width: 560px){.about__img{height:320px}}.highlight{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--dominant);text-align:center;gap:1rem;padding:calc(var(--v-pad) * 2) var(--h-pad)}.highlight h5{color:var(--support-pri);max-width:860px}.highlight h5 span{color:var(--acc-pri);text-shadow:0 0 5px var(--acc-pri)}.brands{width:100%;padding:var(--v-pad) var(--h-pad);background:var(--dominant)}.brands__top{width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem;gap:var(--h-pad)}.brands h2{color:var(--support-pri);max-width:600px}.brands h2 span{color:var(--support-sec)}.brands__top h5{color:var(--support-pri);max-width:800px;margin-bottom:2rem}.brands__cont{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr;gap:2rem;height:600px}.brand:last-child{grid-row:1 / 3;grid-column:4}.brand:last-child img{width:80%}@media screen and (max-width: 1460px){.brands__cont{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1.5rem}.brand:last-child{grid-row:auto;grid-column:1 / 4}}@media screen and (max-width: 1024px){.brands__top{flex-direction:column;gap:1rem}.brands__cont{gap:1rem}}@media screen and (max-width: 764px){.brands__cont{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}.brand:last-child{grid-row:auto;grid-column:1 / 3}}@media screen and (max-width: 540px){.brands__cont{grid-template-columns:1fr;grid-template-rows:repeat(5,1fr);height:800px;gap:.5rem}.brand:last-child{grid-row:auto;grid-column:auto}}.productsList{width:100%;height:fit-content;background:var(--dominant);padding:var(--v-pad) var(--h-pad);display:flex;flex-direction:column;gap:1rem}.productsList h2{color:var(--support-pri)}.productsList h2 span{color:var(--support-sec)}.productsList__cont{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.productsList__cont .box__img{aspect-ratio:1/1}.productsList__sort{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.productsList__sort ul{display:flex;list-style:none}.productsList__sort ul li{cursor:pointer}@media screen and (max-width: 1240px){.productsList__cont{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 840px){.productsList__cont{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 760px){.productsList__cont{grid-template-columns:repeat(2,1fr)}}.tripsInfo{width:100%;padding:var(--v-pad) var(--h-pad);display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative;background:var(--dominant)}.tripsInfo__data{width:50%}.tripsInfo__data h5{color:var(--support-pri);max-width:600px}.tripsInfo__img{width:30%;aspect-ratio:1/1;height:fit-content;background:#fdf4f110;display:flex;border-radius:10px;overflow:hidden;align-items:center;justify-content:center}.tripsInfo__img img{width:100%;height:100%;aspect-ratio:1}@media screen and (max-width: 1024px){.tripsInfo{flex-direction:column-reverse;justify-content:center;gap:4rem}.tripsInfo__data{width:100%}.tripsInfo__img{width:280px}}.loading{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;z-index:50000;background:var(--dominant)}.image{width:100%;padding:var(--v-pad) var(--h-pad);background:var(--dominant)}.image__cont{width:100%;height:40vw;border-radius:10px;overflow:hidden;position:relative;background:#16161d}.image img{width:100%;height:100%;object-fit:cover}.image__cont-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:radial-gradient(circle at center,transparent 10%,rgba(0,0,0,.5) 100%);opacity:1;background-blend-mode:multiply}@media screen and (max-width: 1024px){.image__cont{height:60vw}}@media screen and (max-width: 640px){.image{padding:0 var(--h-pad)}.image__cont{height:400px}}@media screen and (max-width: 440px){.image__cont{height:320px}}
