@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bebas+Neue&family=Figtree:ital,wght@0,300..900;1,300..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.layout{min-height:100vh;display:flex;flex-direction:column;background:#fffbfb}.layout_header{position:sticky;top:0;z-index:1000;background:#fffbfb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000000d;animation:fadeIn .5s ease-out;transition:all .3s cubic-bezier(.4,0,.2,1)}.layout_header:hover{box-shadow:0 4px 30px #00000014}.layout_header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:1024px){.layout_header-container{gap:1rem}}@media(max-width:768px){.layout_header-container{padding:1rem 1.5rem}}.layout_header-logo{font-size:28px;font-weight:700;font-family:Figtree,sans-serif;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .3s ease}.layout_header-logo:hover{transform:scale(1.05)}.layout_header-logo .logo-beach{color:#04387c;font-family:Archivo Black,sans-serif;position:relative}.layout_header-logo .logo-beach:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:3px;background:#fe4a49;transition:width .4s cubic-bezier(.4,0,.2,1)}.layout_header-logo .logo-camps{color:#fe4a49;font-family:Archivo Black,sans-serif}.layout_header-logo:hover .logo-beach:after{width:100%}@media(max-width:768px){.layout_header-logo{font-size:20px}}.layout_header-nav{flex:1;display:flex;justify-content:center}.layout_header-nav ul{display:flex;gap:3rem;list-style:none;margin:0;padding:0}@media(max-width:1024px){.layout_header-nav ul{gap:1rem}}@media(max-width:768px){.layout_header-nav ul{display:none}}.layout_header-nav li{position:relative}.layout_header-nav li a{color:#54595f;font-size:16px;letter-spacing:1px;font-family:Bebas Neue,sans-serif;text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease}.layout_header-nav li a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#04387c,#fe4a49);transition:width .3s cubic-bezier(.4,0,.2,1)}.layout_header-nav li a:hover{color:#04387c}.layout_header-nav li a:hover:after{width:100%}.layout_header-actions{display:flex;align-items:center;gap:1.5rem}@media(max-width:768px){.layout_header-actions{display:none}}.layout_header-actions_language{position:relative}.language-trigger{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#04387c33;border:2px solid transparent;border-radius:12px;cursor:pointer;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.language-trigger:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#fff4f4,transparent);transition:left .5s ease}.language-trigger:hover{border-color:#04387c;box-shadow:0 4px 15px #04387c66;transform:translateY(-2px)}.language-trigger:hover:before{left:100%}.language-trigger:active{transform:translateY(0)}.language-trigger .language-flag{font-size:18px;line-height:1}.language-trigger .language-code{color:#04387c;font-size:14px;font-family:Archivo Black,sans-serif}.language-trigger .language-arrow{transition:transform .3s ease;color:#04387c}.language-trigger .language-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fffbfb;border-radius:16px;box-shadow:0 10px 40px #00000026;padding:.5rem;min-width:200px;animation:slideDown .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);overflow:hidden}.language-dropdown:before{content:"";position:absolute;top:-6px;right:20px;width:12px;height:12px;background:#fffbfb;border-left:1px solid rgba(0,0,0,.05);border-top:1px solid rgba(0,0,0,.05);transform:rotate(45deg)}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative}.language-option:hover{background:#04387c33;transform:translate(4px)}.language-option.active{background:linear-gradient(90deg,#fe4a4980,#04387ccc);color:#fffbfb}.language-option.active .language-name{color:#fffbfb;font-family:Oswald,sans-serif}.language-option.active .check-icon{stroke:#fffbfb}.language-option .language-flag{font-size:18px}.language-option .language-name{flex:1;text-align:left;font-size:14px;color:#04387c;font-weight:500;font-family:Oswald,sans-serif}.layout_header-cta{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fe4a49;color:#fffbfb;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.layout_header-cta span{font-family:Montserrat,sans-serif}.layout_header-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#fff4f4,transparent);transition:left .5s ease}.layout_header-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fe4a4966}.layout_header-cta:hover:before{left:100%}.layout_header-cta:hover svg{transform:translate(4px)}.layout_header-cta:active{transform:translateY(0)}.layout_header-cta svg{transition:transform .3s ease}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media(max-width:768px){.mobile-menu-toggle{display:flex}}.mobile-menu-toggle span{width:25px;height:3px;background:#fe4a49;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;animation:slideDown .3s cubic-bezier(.4,0,.2,1);padding:1.5rem 2rem;background:#fff4f4;border-top:1px solid rgba(0,0,0,.05)}@media(max-width:768px){.mobile-menu{display:block}}.mobile-menu__language{display:flex;gap:.5rem;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-menu__language-option{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .5rem;border:1.5px solid rgba(4,56,124,.15);border-radius:8px;background:#fffbfb;cursor:pointer;transition:all .2s ease}.mobile-menu__language-option .language-flag{font-size:1.1rem}.mobile-menu__language-option .language-code{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#54595f;font-family:Montserrat,sans-serif}.mobile-menu__language-option.active{border-color:#04387c;background:#04387c14}.mobile-menu__language-option.active .language-code{color:#04387c}.mobile-menu__language-option:hover:not(.active){border-color:#04387c66;background:#04387c0a}.mobile-menu nav{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.mobile-menu nav a{color:#54595f;font-size:16px;font-weight:500;font-family:Bebas Neue,sans-serif;letter-spacing:1px;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:all .3s ease}.mobile-menu nav a:hover{background:#fffbfb;color:#04387c;transform:translate(8px)}.mobile-menu .mobile-cta{width:100%;padding:1rem;background:#04387c;color:#fffbfb;border:none;border-radius:12px;font-size:16px;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .3s ease}.mobile-menu .mobile-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #04387c4d}.layout_main{flex:1;animation:fadeIn .6s ease-out}.layout_footer{background:linear-gradient(180deg,#04387c,#48fefe);color:#fffbfb;padding:4rem 0 0;animation:fadeIn .7s ease-out;z-index:2}.layout_footer-container{max-width:1400px;margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}@media(max-width:768px){.layout_footer-container{grid-template-columns:1fr;padding:0 1.5rem 2rem;gap:2rem}}.layout_footer-column.brand .footer-logo{font-size:24px;margin-bottom:1rem}.layout_footer-column.brand .footer-logo .logo-beach,.layout_footer-column.brand .footer-logo .logo-camps{color:#fe4a49;font-family:Archivo Black,sans-serif}.layout_footer-column.brand .footer-tagline{color:#fffbfbb3;font-size:16px;font-family:Bebas Neue,sans-serif;letter-spacing:1px;font-style:italic}.layout_footer-column h4{font-size:18px;font-family:Bebas Neue,sans-serif;letter-spacing:1px;margin-bottom:1.5rem;color:#fe4a49;position:relative;padding-bottom:.5rem}.layout_footer-column h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#fe4a49,transparent)}.layout_footer-column ul{list-style:none;padding:0;margin:0}.layout_footer-column ul li{margin-bottom:.75rem}.layout_footer-column ul li a{color:#fffbfbcc;text-decoration:none;font-size:16px;font-family:Montserrat,sans-serif;transition:all .3s ease;display:inline-block}.layout_footer-column ul li a:hover{color:#fe4a49;transform:translate(8px)}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#c1c3c61a;border-radius:50%;color:#fffbfb;transition:all .3s cubic-bezier(.4,0,.2,1)}.social-links a:hover{background:linear-gradient(135deg,#fe4a49,#f04333);transform:translateY(-4px) scale(1.1);box-shadow:0 8px 20px #fe4a4980}.social-links a svg{width:20px;height:20px}.layout_footer-logos{max-width:1400px;margin:2rem auto;padding:3rem 2rem;border-top:1px solid rgba(193,195,198,.1);border-bottom:1px solid rgba(193,195,198,.1)}@media(max-width:768px){.layout_footer-logos{padding:2rem 1.5rem}}.layout_footer-logos .footer-logos-title{font-size:20px;font-weight:600;font-family:Bebas Neue,sans-serif;letter-spacing:1px;text-align:center;color:#fe4a49;margin-bottom:2.5rem;position:relative}.layout_footer-logos .footer-logos-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#fe4a49,transparent)}@media(max-width:768px){.layout_footer-logos .footer-logos-title{font-size:18px;margin-bottom:2rem}}.layout_footer-logos .footer-logos-grid{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}@media(max-width:768px){.layout_footer-logos .footer-logos-grid{gap:2rem}}.layout_footer-logos .footer-logo-item{transition:all .5s cubic-bezier(.34,1.56,.64,1);cursor:pointer;filter:grayscale(60%) opacity(.7)}.layout_footer-logos .footer-logo-item:hover{transform:translateY(-10px) scale(1.15);filter:grayscale(0%) opacity(1)}.layout_footer-logos .footer-logo-item:hover img{filter:drop-shadow(0 10px 25px rgba(254,74,73,.4))}.layout_footer-logos .footer-logo-item img{height:60px;width:auto;-o-object-fit:contain;object-fit:contain;transition:all .5s ease}@media(max-width:768px){.layout_footer-logos .footer-logo-item img{height:50px}}.layout_footer-logos .footer-logo-item:nth-child(1) img{height:70px}@media(max-width:768px){.layout_footer-logos .footer-logo-item:nth-child(1) img{height:55px}}.layout_footer-logos .footer-logo-item:nth-child(2) img{height:55px}@media(max-width:768px){.layout_footer-logos .footer-logo-item:nth-child(2) img{height:45px}}.layout_footer-logos .footer-logo-item:nth-child(4) img{height:50px}@media(max-width:768px){.layout_footer-logos .footer-logo-item:nth-child(4) img{height:40px}}.layout_footer-bottom{padding:1.5rem 2rem;border-top:1px solid rgba(193,195,198,.1);text-align:center;background:#0003}.layout_footer-bottom p{color:#fffbfb99;font-size:14px;font-family:Montserrat,sans-serif}@media(max-width:768px){.layout_footer-bottom{padding:1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.main-banner{position:relative;width:100%;height:90vh;display:flex;padding:50px;justify-content:center;overflow:hidden;clip-path:inset(0);background:linear-gradient(135deg,#04387c,#48fefe,#fe4a49)}@media(max-width:768px){.main-banner{padding:4rem 0}}.main-banner__bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1}.main-banner__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:brightness(1.1)}.main-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#04387c40,#48fefe1a 40%,#fe4a4933);z-index:2}.main-banner__content{position:relative;z-index:10;max-width:1400px;padding:0 2rem;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(max-width:768px){.main-banner__content{padding:0 1.5rem;gap:1rem}}.main-banner__title{color:#fffbfb;line-height:1.1;display:flex;gap:5px;white-space:nowrap;align-items:center;justify-content:center}.main-banner__title .word{display:inline-block;font-family:Archivo Black,sans-serif;font-size:9vw;text-shadow:0 4px 30px rgba(0,0,0,.4);letter-spacing:2px}.main-banner__title .word.colon{color:#fe4a49}.main-banner__title .word .letter{display:inline-block;transform-origin:center;will-change:transform,opacity;font-family:Archivo Black,sans-serif}.main-banner__subtitle{font-family:Oswald,sans-serif;font-size:4vw;font-weight:400;color:#fffbfbf2;line-height:1.5;text-shadow:0 2px 15px rgba(0,0,0,.4);font-style:italic}@media(max-width:600px){.main-banner__subtitle{font-size:5vw}}.main-banner__subtitle .letter{display:inline-block;transform-origin:left center;will-change:transform,opacity;font-family:Oswald,sans-serif}.main-banner__tagline{font-family:Bebas Neue,sans-serif;font-size:20px;font-weight:500;color:#fe4a49;text-shadow:0 2px 10px rgba(0,0,0,.3);background:#fffbfb33;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 2rem;border-radius:50px;letter-spacing:1px;align-self:flex-start;margin-top:250px}@media(max-width:768px){.main-banner__tagline{font-size:16px;padding:.4rem 1.5rem}}.all-inclusive{position:relative;padding:2rem;background:#fffbfb;z-index:5;overflow:visible}.all-inclusive:before,.all-inclusive:after{content:"";position:absolute;left:-10%;right:-10%;height:150px;background:#fffbfb;transform:skewY(-4deg);pointer-events:none;z-index:1}.all-inclusive:before{top:10px;transform-origin:left top}.all-inclusive:after{bottom:-150px;transform-origin:left bottom}@media(max-width:768px){.all-inclusive{padding:1.5rem}.all-inclusive:before,.all-inclusive:after{height:80px}.all-inclusive:before{top:-10px}.all-inclusive:after{bottom:-70px}}.all-inclusive__badge{position:absolute;top:-50px;left:0;transform:skewY(-4deg);transform-origin:left top;z-index:3}.all-inclusive__badgeText{display:inline-block;background:#fe4a49;color:#fffbfb;padding:10px 18px;font-family:Montserrat,sans-serif;font-weight:700;font-size:24px}@media(max-width:768px){.all-inclusive__badgeText{font-size:16px}}@media(max-width:500px){.all-inclusive__badgeText{font-size:14px}}.all-inclusive__container{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}.all-inclusive__title{font-family:Archivo Black,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;color:#04387c;margin-bottom:1rem;line-height:1.2}.all-inclusive__subtitle{font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;color:#04387c;font-style:italic;margin-bottom:2rem}@media(max-width:768px){.all-inclusive__subtitle{font-size:18px}}.all-inclusive__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem;text-align:center}@media(max-width:500px){.all-inclusive__list{text-align:left}}.all-inclusive__item{font-family:Montserrat,sans-serif;font-size:16px;color:#04387c;display:flex;align-items:flex-start;gap:.5rem;justify-content:center}@media(max-width:768px){.all-inclusive__item{font-size:14px}}@media(max-width:500px){.all-inclusive__item{justify-content:left}}.all-inclusive__bullet{color:#04387c;font-weight:700;flex-shrink:0}.all-inclusive-image{position:relative;width:100%;height:80vh;overflow:hidden;clip-path:inset(0)}.all-inclusive-image__wrapper{position:relative;width:100%;height:100%}.all-inclusive-image__img{position:fixed;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.all-inclusive-image__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center;background:linear-gradient(to top,#00000026,#0000 50%)}.all-inclusive-image__text{font-family:Archivo Black,sans-serif;font-size:10vw;color:#fffbfbb3;text-shadow:0 4px 30px rgba(0,0,0,.4);letter-spacing:3px;will-change:transform,opacity}.camps-promo{position:relative;width:100%;padding:5rem 0;background:#fff4f4;z-index:1;overflow:visible}@media(max-width:1024px){.camps-promo{padding:4rem 0}}@media(max-width:768px){.camps-promo{padding:3rem 0}}.camps-promo__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.camps-promo__container{padding:0 1.5rem}}@media(max-width:480px){.camps-promo__container{padding:0 1rem}}.camps-promo__header{margin-bottom:3rem;transform:rotate(-2deg);overflow:hidden;background:#fe4a49;box-shadow:0 15px 40px #fe4a494d}@media(max-width:768px){.camps-promo__header{margin-bottom:2rem;transform:rotate(-1.5deg);border-radius:16px;position:relative;z-index:2}}.camps-promo__header-left{display:flex;flex-direction:column;padding:3rem;gap:30px}@media(max-width:968px){.camps-promo__header-left{padding:2rem}}@media(max-width:640px){.camps-promo__header-left{padding:1.5rem;gap:20px}}.camps-promo__header-right{display:flex;flex-direction:column;gap:20px;justify-content:space-between}@media(max-width:968px){.camps-promo__header-right{margin-top:1rem}}.camps-promo__header-offers{display:flex;gap:20px;transform:rotate(2deg)}@media(max-width:640px){.camps-promo__header-offers{flex-direction:column;gap:15px}}.camps-promo__header-offer{display:flex;flex-direction:column;gap:10px;background:linear-gradient(10deg,#04387c,#48fefe99);padding:15px;color:#fffbfb;text-align:center;border-radius:20px;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1)}@media(hover:hover)and (pointer:fine){.camps-promo__header-offer:hover{transform:translateY(-5px) rotate(2deg);box-shadow:0 10px 30px #04387c66;background:linear-gradient(10deg,#04387c,#48fefe)}}@media(max-width:640px){.camps-promo__header-offer{padding:12px;gap:8px}.camps-promo__header-offer:active{transform:translateY(-3px) scale(.98)}}@media(max-width:480px){.camps-promo__header-offer{padding:10px}}.camps-promo__header-offer__title{font-family:Montserrat,sans-serif;font-weight:500;font-size:24px}@media(max-width:640px){.camps-promo__header-offer__title{font-size:20px}}.camps-promo__header-offer__subtitle{font-family:Montserrat,sans-serif;font-size:16px}@media(max-width:640px){.camps-promo__header-offer__subtitle{font-size:14px}}.camps-promo__header-offer__price-value{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(32px,5vw,64px)}.camps-promo__header-offer__price-currency{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(16px,2vw,32px)}.camps-promo__header-offer__remark{font-family:Montserrat,sans-serif;font-size:12px}@media(max-width:640px){.camps-promo__header-offer__remark{font-size:10px}}.camps-promo__header-inner{display:flex;justify-content:space-between}@media(max-width:968px){.camps-promo__header-inner{flex-direction:column}}.camps-promo__header-text{flex:1;display:flex;flex-direction:column;justify-content:center;transform:rotate(2deg)}@media(max-width:768px){.camps-promo__header-text{padding:2rem 1.5rem;transform:rotate(1.5deg)}}.camps-promo__header-image{overflow:hidden;height:350px;transition:transform .4s ease}.camps-promo__header-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}@media(hover:hover)and (pointer:fine){.camps-promo__header-image:hover img{transform:scale(1.05)}}@media(max-width:968px){.camps-promo__header-image{height:450px}}@media(max-width:640px){.camps-promo__header-image{height:350px}}.camps-promo__header-link{position:relative;margin-bottom:30px;align-self:center;transition:all .3s ease;transform:rotate(2deg)}.camps-promo__title{font-family:Oswald,sans-serif;font-size:clamp(24px,5vw,48px);font-weight:700;color:#fffbfb;margin-bottom:.75rem;line-height:1.1}@media(max-width:640px){.camps-promo__title{margin-bottom:.5rem}}.camps-promo__subtitle{font-family:Montserrat,sans-serif;font-size:18px;color:#fffbfbe6;font-weight:400;line-height:1.5}@media(max-width:768px){.camps-promo__subtitle{font-size:16px}}.camps-promo__hotel-section{margin-bottom:3rem}@media(max-width:768px){.camps-promo__hotel-section{margin-bottom:2rem}}.camps-promo__hotel-title{font-family:Oswald,sans-serif;font-size:clamp(24px,5vw,48px);font-weight:700;color:#04387c;margin-bottom:2rem}@media(max-width:768px){.camps-promo__hotel-title{margin-bottom:1.5rem}}.camps-promo__hotel-subtitle{font-family:Montserrat,sans-serif;font-size:14px;color:#7a7a7a;text-align:center;margin-top:1.5rem}@media(max-width:768px){.camps-promo__hotel-subtitle{font-size:12px}}.camps-promo__hotel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.camps-promo__hotel-grid{gap:1.25rem}}@media(max-width:768px){.camps-promo__hotel-grid{display:flex;flex-direction:column;max-width:400px;margin:0 auto;gap:0}}.camps-promo__hotel-grid--sticky{display:flex;flex-direction:column;max-width:400px;margin:0 auto;padding-bottom:50px;position:relative}.camps-promo__hotel-title--sticky{position:sticky;top:0;background:#fff4f4;padding-top:70px;padding-bottom:20px}.camps-promo__hotel-card-sticky{position:sticky;top:140px}.camps-promo__hotel-card-sticky .camps-promo__hotel-card{position:relative;transition:none;transform-origin:top center}.camps-promo__hotel-card{position:relative;overflow:hidden;box-shadow:0 8px 25px #0000001a;background:#fffbfb;transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer;display:flex;flex-direction:column;border-radius:12px}.camps-promo__hotel-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(4,56,124,.05),transparent);opacity:0;transition:opacity .4s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){.camps-promo__hotel-card:hover{transform:translateY(-8px) rotate(.5deg);box-shadow:0 15px 40px #04387c40}.camps-promo__hotel-card:hover:after{opacity:1}.camps-promo__hotel-card:hover .camps-promo__hotel-image{transform:scale(1.1)}.camps-promo__hotel-card:hover .camps-promo__hotel-name{color:#fe4a49}}@media(max-width:768px){.camps-promo__hotel-card{transform-origin:top center}.camps-promo__hotel-card:active{transform:translateY(-4px)}}.camps-promo__hotel-image-wrapper{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:12px 12px 0 0}.camps-promo__hotel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.camps-promo__hotel-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}@media(max-width:768px){.camps-promo__hotel-info{padding:1rem}}.camps-promo__hotel-name{font-family:Oswald,sans-serif;font-weight:700;font-size:20px;color:#04387c;transition:color .3s ease}@media(max-width:768px){.camps-promo__hotel-name{font-size:16px}}.camps-promo__hotel-location{font-family:Montserrat,sans-serif;font-size:12px;color:#04387c}.camps-promo__hotel-buttons{display:flex;gap:.5rem;margin-top:.5rem;align-items:stretch}@media(max-width:480px){.camps-promo__hotel-buttons{flex-direction:column}}.camps-promo__hotel-btn{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;padding:.5rem .8rem;border-radius:8px;text-decoration:none;text-align:center;transition:all .3s ease;flex:1}.camps-promo__hotel-btn--primary{background:#fe4a49;color:#fffbfb}@media(hover:hover)and (pointer:fine){.camps-promo__hotel-btn--primary:hover{background:#fe4a49;transform:scale(1.05)}}.camps-promo__hotel-btn--primary:active{transform:scale(.98)}.camps-promo__hotel-btn--secondary{background:transparent;color:#04387c;border:1.5px solid #04387c}@media(hover:hover)and (pointer:fine){.camps-promo__hotel-btn--secondary:hover{background:#04387c;color:#fffbfb;transform:scale(1.05)}}.camps-promo__hotel-btn--secondary:active{transform:scale(.98)}.camps-promo__weeks-section{background-color:#fe4a49;box-shadow:0 15px 40px #fe4a494d;transform:rotate(2deg);padding:3rem 1rem}@media(max-width:768px){.camps-promo__weeks-section{padding:2rem 1rem}}.camps-promo__weeks-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;gap:1rem}@media(max-width:768px){.camps-promo__weeks-header{margin-bottom:1.5rem;flex-direction:column;align-items:flex-start;gap:1.5rem}}@media(max-width:640px){.camps-promo__weeks-header{margin-bottom:1rem}}.camps-promo__weeks-title{font-family:Oswald,sans-serif;font-size:34px;font-weight:600;color:#fffbfb;transform:rotate(-2deg);margin:0;line-height:1.2}@media(max-width:768px){.camps-promo__weeks-title{font-size:28px}}@media(max-width:480px){.camps-promo__weeks-title{font-size:24px}}.camps-promo__weeks-subtitle{font-family:Montserrat,sans-serif;font-size:18px;color:#fffbfb;transform:rotate(-2deg)}@media(max-width:768px){.camps-promo__weeks-subtitle{font-size:16px}}@media(max-width:480px){.camps-promo__weeks-subtitle{font-size:14px}}.camps-promo__weeks-nav{display:flex;gap:.5rem;flex-shrink:0;transform:rotate(-2deg)}@media(max-width:768px){.camps-promo__weeks-nav{width:100%;justify-content:flex-end}}.camps-promo__weeks-arrow{width:44px;height:44px;border-radius:50%;border:2px solid #04387c;background:#fffbfb;color:#04387c;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:16px}@media(hover:hover)and (pointer:fine){.camps-promo__weeks-arrow:hover:not(.camps-promo__weeks-arrow--disabled){background:#04387c;color:#fffbfb;transform:scale(1.1)}}.camps-promo__weeks-arrow:active:not(.camps-promo__weeks-arrow--disabled){transform:scale(.95)}.camps-promo__weeks-arrow--disabled{opacity:.3;cursor:default}@media(max-width:768px){.camps-promo__weeks-arrow{width:38px;height:38px}}.camps-promo__weeks-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:1rem;transform:rotate(-2deg);scrollbar-width:none;-ms-overflow-style:none}.camps-promo__weeks-track::-webkit-scrollbar{display:none}@media(max-width:768px){.camps-promo__weeks-track{gap:1rem}}.camps-promo__week-card{flex:0 0 280px;scroll-snap-align:start;border-radius:20px;background:#fffbfb;box-shadow:0 8px 25px #00000014;transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;text-align:center;position:relative;overflow:hidden}.camps-promo__week-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04387c,#48fefe);transform:scaleX(0);transition:transform .4s ease}@media(hover:hover)and (pointer:fine){.camps-promo__week-card:hover{transform:translateY(-8px) rotate(1deg);box-shadow:0 15px 40px #04387c33}.camps-promo__week-card:hover:before{transform:scaleX(1)}.camps-promo__week-card:hover .camps-promo__week-image{transform:scale(1.08) rotate(-2deg)}.camps-promo__week-card:hover .camps-promo__week-name{color:#04387c}}@media(max-width:768px){.camps-promo__week-card{flex:0 0 240px;padding:1.5rem 1.25rem 1.25rem}.camps-promo__week-card:active{transform:translateY(-4px);box-shadow:0 12px 30px #04387c26}}@media(max-width:480px){.camps-promo__week-card{flex:0 0 200px;padding:1.25rem 1rem 1rem}}.camps-promo__week-image-wrapper{width:200px;height:200px;overflow:hidden;margin-bottom:1.25rem;border-radius:50%}@media(max-width:768px){.camps-promo__week-image-wrapper{width:140px;height:140px;margin-bottom:1rem}}@media(max-width:480px){.camps-promo__week-image-wrapper{width:100px;height:100px;margin-bottom:.75rem}}.camps-promo__week-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .4s ease}.camps-promo__week-info{display:flex;flex-direction:column;gap:.5rem;width:100%}.camps-promo__week-name{font-family:Archivo Black,sans-serif;font-size:20px;font-weight:700;color:#182541;margin:0;transition:color .3s ease}@media(max-width:768px){.camps-promo__week-name{font-size:18px}}@media(max-width:480px){.camps-promo__week-name{font-size:16px}}.camps-promo__week-price{display:flex;align-items:baseline;justify-content:center;gap:.4rem}.camps-promo__week-price-value{font-family:Archivo Black,sans-serif;font-size:28px;font-weight:700;color:#fe4a49;line-height:1}@media(max-width:768px){.camps-promo__week-price-value{font-size:24px}}@media(max-width:480px){.camps-promo__week-price-value{font-size:20px}}.camps-promo__week-price-label{font-family:Montserrat,sans-serif;font-size:12px;color:#7a7a7a}.camps-promo__week-participants{display:flex;align-items:center;justify-content:center;gap:.4rem;font-family:Lato,sans-serif;font-size:12px;color:#7a7a7a;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.06)}@media(max-width:480px){.camps-promo__week-participants{font-size:10px;flex-wrap:wrap}}.camps-promo__week-participants-icon{color:#04387c;font-size:14px;flex-shrink:0}.cta-link{display:inline-flex;cursor:pointer;border:none;border-radius:12px;text-align:center;font-family:Montserrat,sans-serif;text-decoration:none;transition:transform .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease;font-weight:700}.cta-link--s{padding:10px 16px;font-size:14px}.cta-link--m{padding:12px 20px;font-size:16px}.cta-link--l{padding:16px 24px;font-size:18px}.cta-link--white{background-color:#fffbfb;color:#fe4a49}.cta-link--red{background-color:#fe4a49;color:#fffbfb}.cta-link--blue{background-color:transparent;color:#04387c;border:1px solid #04387c}.cta-link:hover{transform:translateY(-2px);background-color:#04387c;color:#48fefe;box-shadow:0 15px 40px #04387c4d}.action-image{position:relative;width:100%;height:80vh;overflow:hidden;clip-path:inset(0)}.action-image__img{position:fixed;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.action-image__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center;background:linear-gradient(to top,#00000026,#0000 50%)}.action-image__text{font-family:Archivo Black,sans-serif;font-size:18vw;font-weight:700;color:#fffbfbbf;text-shadow:0 4px 40px rgba(0,0,0,.5);letter-spacing:5px;will-change:transform,opacity}@media(max-width:768px){.action-image__text{font-size:25vw}}.main-statistics{position:relative;display:flex;align-items:center;justify-content:center;overflow:visible;padding:5rem 0;background:#fffbfb;background-size:100% 200%}.main-statistics:before,.main-statistics:after{content:"";position:absolute;left:-10%;right:-10%;height:150px;background:#fffbfb;transform:skewY(-4deg);pointer-events:none;z-index:1}.main-statistics:before{top:10px;transform-origin:left top}.main-statistics:after{bottom:-150px;transform-origin:left bottom}@media(max-width:768px){.main-statistics{padding:1.5rem}.main-statistics:before,.main-statistics:after{height:70px}.main-statistics:before{top:0}.main-statistics:after{bottom:-60px}}@media(max-width:1024px){.main-statistics{padding:4rem 0}}@media(max-width:768px){.main-statistics{padding:1rem 0}}.main-statistics__container{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center}@media(max-width:768px){.main-statistics__container{padding:0 1rem}}.main-statistics__title{font-family:Archivo Black,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:700;color:#04387c;margin-bottom:1rem;line-height:1.2;position:relative;white-space:nowrap;z-index:2}@media(max-width:768px){.main-statistics__title{white-space:wrap}}.main-statistics__subtitle{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;color:#182541;font-style:italic;margin-bottom:1.5rem;position:relative;z-index:2}@media(max-width:768px){.main-statistics__subtitle{font-size:18px}}.main-statistics__description{font-family:Montserrat,sans-serif;font-size:16px;color:#7a7a7a;line-height:1.7;max-width:700px;margin:0 auto 3rem;position:relative;z-index:2}@media(max-width:768px){.main-statistics__description{font-size:14px;margin-bottom:2rem}}.main-statistics__boxes--sticky{display:flex;flex-direction:column;max-width:900px;margin:0 auto;padding-bottom:50px;position:relative}.main-statistics__header--sticky{position:sticky;top:0;background:#fffbfb;padding-top:100px;padding-bottom:20px;text-align:center}@media(max-width:768px){.main-statistics__header--sticky{padding-top:80px;padding-bottom:15px}}.main-statistics__box-sticky{position:sticky;z-index:2;top:310px}@media(max-width:768px){.main-statistics__box-sticky{top:260px}}@media(max-width:600px){.main-statistics__box-sticky{top:290px}}@media(max-width:500px){.main-statistics__box-sticky{top:310px}}@media(max-width:400px){.main-statistics__box-sticky{top:380px}}@media(max-width:300px){.main-statistics__box-sticky{top:440px}}.main-statistics__box-sticky .hundred-box{position:relative;transition:none;transform-origin:top center}.hundred-box{display:flex;align-items:center;gap:2rem;background:#fffbfb;border-radius:20px;padding:2rem;box-shadow:0 8px 30px #0000000f;transition:none;text-align:left;border:2px solid transparent;z-index:2}@media(max-width:768px){.hundred-box{gap:1rem;padding:1.25rem}}@media(max-width:600px){.hundred-box{flex-direction:column;text-align:center;max-height:470px;height:100%}}.hundred-box--reversed{flex-direction:row-reverse}.hundred-box--reversed .hundred-box__content{text-align:right}@media(max-width:600px){.hundred-box--reversed .hundred-box__content{text-align:center}}@media(max-width:600px){.hundred-box--reversed{flex-direction:column;text-align:center;max-height:470px;height:100%}}.hundred-box__content{flex:1;min-width:0}.hundred-box__image{height:350px;width:500px;border-radius:16px;overflow:hidden}@media(max-width:768px){.hundred-box__image{height:300px;width:400px;border-radius:12px}}@media(max-width:600px){.hundred-box__image{max-width:500px;max-height:250px;height:100%;width:100%}}@media(max-width:500px){.hundred-box__image{max-height:200px}}@media(max-width:400px){.hundred-box__image{max-height:170px}}.hundred-box__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hundred-box__icon{font-size:76px;margin-bottom:.75rem}@media(max-width:768px){.hundred-box__icon{font-size:48px;margin-bottom:.5rem}}.hundred-box__title{font-family:Archivo Black,sans-serif;font-size:34px;font-weight:700;color:#04387c;margin-bottom:.75rem}@media(max-width:768px){.hundred-box__title{font-size:24px;margin-bottom:.5rem}}@media(max-width:400px){.hundred-box__title{font-size:20px}}.hundred-box__text{font-family:Montserrat,sans-serif;font-size:18px;color:#7a7a7a;line-height:1.6}@media(max-width:768px){.hundred-box__text{font-size:14px}}@media(max-width:400px){.hundred-box__text{font-size:12px}}.main-cards-section{position:relative;padding:0 0 5rem;background:#fffbfb;overflow:clip}@media(max-width:768px){.main-cards-section{padding:0 0 3rem}}.main-cards-section__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}@media(max-width:768px){.main-cards-section__container{padding:0 1.5rem}}.main-cards-section__img{width:100%;height:80vh;overflow:hidden;margin-bottom:50px;clip-path:inset(0)}.main-cards-section__img img{position:fixed;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-cards-section__title-wrapper{text-align:center;margin-bottom:3rem}@media(max-width:768px){.main-cards-section__title-wrapper{margin-bottom:2rem}}.main-cards-section__title{font-family:Archivo Black,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;color:#fe4a49;margin-bottom:.75rem;line-height:1.2}.main-cards-section__subtitle{font-family:Montserrat,sans-serif;font-size:18px;color:#7a7a7a;font-weight:400}@media(max-width:768px){.main-cards-section__subtitle{font-size:16px}}.main-cards-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.main-cards-section__grid{gap:1.5rem}}@media(max-width:768px){.main-cards-section__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.main-cards-section__grid--sticky{display:flex;flex-direction:column;max-width:400px;margin:0 auto;padding-bottom:50px;position:relative}.main-cards-section__card-sticky{position:sticky;top:20px}.main-cards-section__card-sticky .step-card{position:relative;transition:none;transform-origin:top center}.step-card{position:relative;background:#fff4f4;border-radius:20px;padding:2.5rem 2rem 2rem;box-shadow:0 8px 30px #0000000f;transition:all .4s cubic-bezier(.34,1.56,.64,1);text-decoration:none;display:flex;flex-direction:column;gap:.75rem;border:2px solid transparent}.step-card:hover{transform:translateY(-8px);box-shadow:0 15px 45px #fe4a4926;border-color:#fe4a4926}.step-card__number{position:absolute;top:-1rem;left:-1rem;width:55px;height:55px;border-radius:50%;background:#fe4a49;color:#fffbfb;font-family:Archivo Black,sans-serif;font-size:34px;display:flex;align-items:center;justify-content:center;z-index:3}.step-card__icon{font-size:32px;margin-top:.5rem}.step-card__title{font-family:Archivo Black,sans-serif;font-size:18px;font-weight:700;color:#182541;line-height:1.3}@media(max-width:768px){.step-card__title{font-size:16px}}.step-card__description{font-family:Montserrat,sans-serif;font-size:14px;color:#7a7a7a;line-height:1.6}.step-card__additional{font-family:Montserrat,sans-serif;font-size:12px;color:#fe4a49;font-weight:600}.step-card__ball{position:absolute;bottom:-15px;right:-15px;width:70px;height:70px;z-index:2;will-change:transform}.step-card__ball img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:768px){.step-card__ball{width:55px;height:55px;bottom:-8px;right:-8px}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:70px;height:70px;border-radius:50%;background:transparent;border:none;cursor:pointer;z-index:999;opacity:0;visibility:hidden;transform:translateY(100px) scale(.8);transition:all .4s cubic-bezier(.4,0,.2,1);padding:0;outline:none}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:hover{transform:translateY(-5px) scale(1.1)}.scroll-to-top:hover .scroll-to-top__ball{filter:drop-shadow(0 15px 40px rgba(254,74,73,.6)) brightness(1.1)}.scroll-to-top:hover .scroll-to-top__icon{transform:translateY(-3px);color:#fe4a49;text-shadow:0 0 20px rgba(254,74,73,.8)}.scroll-to-top:active{transform:translateY(-2px) scale(1.05)}.scroll-to-top__ball{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(254,74,73,.4));transition:filter .3s ease}.scroll-to-top__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;color:#fffbfb;pointer-events:none;transition:all .3s ease;text-shadow:0 2px 10px rgba(0,0,0,.5);animation:bounce 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(180deg)}}@keyframes bounce{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-3px)}}@media(max-width:768px){.scroll-to-top{width:60px;height:60px;bottom:1.5rem;right:1.5rem}.scroll-to-top__icon{font-size:1.2rem}}@media(max-width:480px){.scroll-to-top{width:50px;height:50px;bottom:1rem;right:1rem}.scroll-to-top__icon{font-size:1rem}}.home-page{min-height:100vh;overflow-x:clip}.home-page>section{position:relative}.additional-offers{position:relative;padding:6rem 0;background:#fff4f4;overflow:hidden}@media(max-width:1024px){.additional-offers{padding:5rem 0}}@media(max-width:768px){.additional-offers{padding:4rem 0}}.additional-offers__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width:1024px){.additional-offers__container{gap:2.5rem}}@media(max-width:768px){.additional-offers__container{grid-template-columns:1fr;gap:3rem;padding:0 1.5rem}}.additional-offers__card{position:relative;display:flex;flex-direction:column;border-radius:25px;overflow:hidden;background:#fffbfb;box-shadow:0 15px 50px #0000001a;transition:all .4s ease}.additional-offers__card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #00000026}.additional-offers__card:hover .additional-offers__image{transform:scale(1.1)}@media(max-width:768px){.additional-offers__card{border-radius:20px}}.additional-offers__image-wrapper{position:relative;width:100%;height:300px;overflow:hidden}@media(max-width:1024px){.additional-offers__image-wrapper{height:250px}}@media(max-width:768px){.additional-offers__image-wrapper{height:220px}}.additional-offers__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.additional-offers__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%)}.additional-offers__content{padding:2.5rem;flex:1;display:flex;flex-direction:column}.additional-offers__content .cta-link-box{display:flex;justify-content:center}@media(max-width:1024px){.additional-offers__content{padding:2rem}}@media(max-width:768px){.additional-offers__content{padding:1.75rem}}.additional-offers__title{font-family:Oswald,sans-serif;font-size:34px;font-weight:700;color:#fe4a49;margin-bottom:.5rem;letter-spacing:1px}@media(max-width:1024px){.additional-offers__title{font-size:28px}}@media(max-width:768px){.additional-offers__title{font-size:24px}}.additional-offers__subtitle{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;color:#182541;margin-bottom:1.5rem}@media(max-width:1024px){.additional-offers__subtitle{font-size:18px;margin-bottom:1.25rem}}@media(max-width:768px){.additional-offers__subtitle{font-size:16px;margin-bottom:1rem}}.additional-offers__list{list-style:none;padding:0;margin:0 0 2rem;flex:1}.additional-offers__list li{font-family:Lato,sans-serif;font-size:18px;color:#182541;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem;line-height:1.6}@media(max-width:1024px){.additional-offers__list li{font-size:16px;margin-bottom:.85rem}}@media(max-width:768px){.additional-offers__list li{font-size:14px;margin-bottom:.75rem}}.additional-offers__bullet{color:#48fefe;font-size:20px;font-weight:700;flex-shrink:0;line-height:1.4}@media(max-width:1024px){.additional-offers__bullet{font-size:18px}}@media(max-width:768px){.additional-offers__bullet{font-size:16px}}.additional-offers__cta{width:100%;padding:1rem 2rem;border:none;border-radius:50px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}@media(max-width:1024px){.additional-offers__cta{padding:.85rem 1.75rem;font-size:16px}}@media(max-width:768px){.additional-offers__cta{padding:.75rem 1.5rem;font-size:14px}}.additional-offers__cta--beachers{background:linear-gradient(135deg,#04387c,#48fefe);color:#fffbfb;box-shadow:0 8px 25px #04387c4d}.additional-offers__cta--beachers:hover{background:linear-gradient(135deg,#48fefe,#04387c);box-shadow:0 12px 35px #04387c66;transform:translateY(-2px)}.additional-offers__cta--beachers:active{transform:translateY(0)}.additional-offers__cta--shop{background:linear-gradient(135deg,#fe4a49,#ffa080);color:#fffbfb;box-shadow:0 8px 25px #fe4a494d}.additional-offers__cta--shop:hover{background:linear-gradient(135deg,#ffa080,#fe4a49);box-shadow:0 12px 35px #fe4a4966;transform:translateY(-2px)}.additional-offers__cta--shop:active{transform:translateY(0)}.additional-offers__card--beachers .additional-offers__overlay{background:linear-gradient(180deg,#04387c1a,#04387c4d)}.additional-offers__card--shop .additional-offers__overlay{background:linear-gradient(180deg,#fe4a491a,#fe4a494d)}.camps__hero{position:relative;width:100%;height:90vh;display:flex;padding:50px;justify-content:center;overflow:hidden;clip-path:inset(0);background:linear-gradient(135deg,#04387c,#48fefe,#fe4a49)}@media(max-width:768px){.camps__hero{padding:4rem 0}}.camps__hero-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1}.camps__hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:brightness(1.05)}.camps__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#04387c4d,#48fefe1a 40%,#fe4a4940);z-index:2}.camps__hero-content{position:relative;z-index:10;max-width:1400px;padding:0 2rem;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}@media(max-width:768px){.camps__hero-content{padding:0 1.5rem;gap:1rem}}.camps__hero-title{color:#fffbfb;line-height:1.1;display:flex;gap:5px;white-space:nowrap;align-items:center;justify-content:center}.camps__hero-title .word{display:inline-block;font-family:Archivo Black,sans-serif;font-size:9vw;text-shadow:0 4px 30px rgba(0,0,0,.4);letter-spacing:2px}.camps__hero-title .word.colon{color:#fe4a49}.camps__hero-title .word.highlight{background:linear-gradient(135deg,#48fefe,#fffbfb);-webkit-background-clip:text;background-clip:text}.camps__hero-title .word .letter{display:inline-block;transform-origin:center;will-change:transform,opacity;font-family:Archivo Black,sans-serif}@media(max-width:768px){.camps__hero-title{white-space:normal;text-align:center;flex-wrap:wrap;justify-content:center}.camps__hero-title .word{font-size:13vw}}.camps__hero-subtitle{font-family:Oswald,sans-serif;font-size:4vw;font-weight:400;color:#fffbfbf2;line-height:1.5;text-shadow:0 2px 15px rgba(0,0,0,.4);font-style:italic}@media(max-width:600px){.camps__hero-subtitle{font-size:5.5vw}}.camps__hero-subtitle .letter{display:inline-block;transform-origin:left center;will-change:transform,opacity;font-family:Oswald,sans-serif}.camps-welcome{position:relative;background:#fffbfb;padding:6rem 2rem;overflow:hidden}.camps-welcome:before{content:"";position:absolute;top:-100px;right:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(72,254,254,.12),transparent 70%);pointer-events:none}.camps-welcome:after{content:"";position:absolute;bottom:-100px;left:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(254,74,73,.08),transparent 70%);pointer-events:none}@media(max-width:1024px){.camps-welcome{padding:5rem 2rem}}@media(max-width:768px){.camps-welcome{padding:4rem 1.5rem}}.camps-welcome__container{max-width:900px;margin:0 auto;position:relative;z-index:1}.camps-welcome__title{font-family:Archivo Black,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);color:#182541;text-align:center;margin-bottom:3rem;line-height:1.1}@media(max-width:768px){.camps-welcome__title{margin-bottom:2rem}}.camps-welcome__quote-box{background:#fe4a49;transform:rotate(-1.5deg);padding:2.5rem 3rem;margin-bottom:3rem;box-shadow:0 15px 40px #fe4a494d}@media(max-width:768px){.camps-welcome__quote-box{padding:1.8rem 1.5rem;transform:rotate(-1deg);margin-bottom:2rem}}.camps-welcome__quote{font-family:Montserrat,sans-serif;font-size:clamp(1.1rem,2.5vw,2rem);color:#fffbfb;line-height:1.6;transform:rotate(1.5deg);display:block;text-align:center}@media(max-width:768px){.camps-welcome__quote{transform:rotate(1deg)}}.camps-welcome__tagline{font-family:Bebas Neue,sans-serif;font-size:clamp(1.8rem,3.5vw,2.8rem);color:#04387c;text-align:center;letter-spacing:3px;margin-bottom:1.5rem}.camps-welcome__intro{font-family:Montserrat,sans-serif;font-size:clamp(1rem,1.8vw,1.2rem);color:#182541cc;text-align:center;line-height:1.7;margin-bottom:2.5rem}.camps-welcome__bullets-wrap{background:#fffbfb;border-radius:20px;padding:2rem 2.5rem;box-shadow:0 8px 30px #04387c14;border:1px solid rgba(4,56,124,.06)}@media(max-width:768px){.camps-welcome__bullets-wrap{padding:1.5rem}}.camps-welcome__bullets-heading{font-family:Oswald,sans-serif;font-size:1.1rem;color:#fe4a49;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.2rem}.camps-welcome__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.camps-welcome__bullet{font-family:Montserrat,sans-serif;font-size:clamp(.9rem,1.6vw,1.05rem);color:#182541d9;line-height:1.5;padding-left:1.5rem;position:relative}.camps-welcome__bullet:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:#fe4a49;border-radius:50%;flex-shrink:0}.camps__groups{padding:8rem 0 0;position:relative;overflow:visible}.camps__groups-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.camps__groups-title{font-size:clamp(2.5rem,5vw,4rem);text-align:center;margin-bottom:4rem;color:#182541}.camps__groups-title .word{display:inline-block;font-family:Bebas Neue,sans-serif;letter-spacing:3px}.camps__groups-title .word.gradient{background:#fe4a49;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.camps__pkg-sections{display:flex;flex-direction:column}.camps__pkg-section{display:flex;flex-direction:column;position:relative}.camps__pkg-section-inner{max-width:1200px;margin:0 auto;width:100%;padding-bottom:50px}.camps__pkg-section--blue{background:#04387c1a}.camps__pkg-section--blue .camps__pkg-section-title{color:#04387c}.camps__pkg-section--red{background:#fe4a491a}.camps__pkg-section--red .camps__pkg-section-title{color:#fe4a49}.camps__pkg-section--turquoise{background:#48fefe1a}.camps__pkg-section--turquoise .camps__pkg-section-title{color:#48fefe}.camps__pkg-section--turquoise .camps__pkg-section-subtitle{color:#04387c}.camps__pkg-section--gradient{background:linear-gradient(135deg,#04387c33,#fe4a4933,#48fefe33)}.camps__pkg-section--gradient .camps__pkg-section-title{background:linear-gradient(90deg,#04387c,#fe4a49);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.camps__pkg-section-header{position:sticky;top:0;width:100%;padding:80px 2rem 24px;z-index:1}@media(max-width:768px){.camps__pkg-section-header{padding:70px 1.5rem 20px}}@media(max-width:480px){.camps__pkg-section-header{padding:60px 1rem 16px}}.camps__pkg-section-title{font-family:Bebas Neue,sans-serif;font-size:clamp(1.8rem,3.5vw,2.8rem);letter-spacing:2px;color:#182541;margin-bottom:.5rem;max-width:860px}.camps__pkg-section-subtitle{font-family:Archivo Black,sans-serif;font-size:clamp(1rem,2vw,1.3rem);color:#fe4a49;font-weight:600;margin-bottom:.8rem;letter-spacing:1px;max-width:860px}.camps__pkg-section-text{font-family:Montserrat,sans-serif;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.85;color:#182541d1;max-width:860px}.camps__banner-card-sticky{position:sticky;top:300px;z-index:2;padding:0 2rem}@media(max-width:768px){.camps__banner-card-sticky{top:270px;padding:0 1.5rem}}@media(max-width:480px){.camps__banner-card-sticky{top:300px;padding:0 1rem}}.camps__banner-card{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #04387c1f;transform-origin:top center;position:relative;transition:none}.camps__banner-card-bg{width:100%;height:600px;background-size:cover;background-position:center;position:relative;display:flex;align-items:stretch}@media(max-width:768px){.camps__banner-card-bg{height:auto;min-height:400px;flex-direction:column}}.camps__banner-card-content{position:absolute;top:0;bottom:0;width:50%;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.camps__banner-card-content--left{left:0}.camps__banner-card-content--right{right:0}@media(max-width:768px){.camps__banner-card-content{position:static;width:100%;flex-direction:column;padding:1.5rem}}.camps__banner-card-image{margin-bottom:15px;width:100%;display:flex;justify-content:center}.camps__banner-card-image img{height:100px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.camps__banner-card-info{background:#fffbfbcc;border-radius:20px;max-width:400px;width:100%;padding:1.4rem 1.6rem 1.6rem;display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.camps__banner-card-info{padding:1.2rem;max-width:100%}}.camps__banner-card-label{font-family:Bebas Neue,sans-serif;font-size:1.6rem;letter-spacing:2px;color:#182541;line-height:1.1}@media(max-width:768px){.camps__banner-card-label{font-size:1.4rem}}.camps__banner-card-price{font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:700;color:#fe4a49;line-height:1}@media(max-width:768px){.camps__banner-card-price{font-size:1.5rem}}.camps__banner-card-price-type{font-family:Montserrat,sans-serif;font-size:.82rem;color:#1825418c;font-style:italic;text-transform:lowercase;margin-bottom:.4rem}.camps__banner-card-details{display:flex;flex-direction:column;gap:.5rem}.camps__banner-card-detail{display:flex;align-items:center;gap:.6rem;color:#182541d9}.camps__banner-card-detail .detail-icon{color:#fe4a49;font-size:1rem;flex-shrink:0}.camps__banner-card-detail span{font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:1px}.camps__banner-card-notes{display:flex;align-items:flex-start;gap:.6rem;padding:.8rem;border-top:2px solid rgba(254,74,73,.5);margin-top:.4rem}.camps__banner-card-notes .notes-icon{color:#fe4a49;font-size:.9rem;flex-shrink:0;margin-top:2px}.camps__banner-card-notes span{font-family:Montserrat,sans-serif;font-size:.85rem;line-height:1.5;color:#182541d9}.camps__events-loading{text-align:center;padding:3rem}.camps__events-loading p{font-family:Montserrat,sans-serif;color:#18254199}.camps__events-spinner{width:40px;height:40px;border:3px solid rgba(254,74,73,.2);border-top-color:#fe4a49;border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}.camps__events-empty{text-align:center;padding:3rem}.camps__events-empty-icon{font-size:3rem;color:#fe4a494d;margin-bottom:1rem}.camps__events-empty p{font-family:Montserrat,sans-serif;color:#18254199}@keyframes spin{to{transform:rotate(360deg)}}@keyframes camps-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.6}}@media(max-width:1024px){.camps__groups{padding:5rem 0}.camps__banner-card-content{width:48%}.camps__banner-card-bg{min-height:340px}}@media(max-width:768px){.camps__groups{padding:4rem 0}.camps__groups:before{width:400px;height:400px}.camps__pkg-sections{gap:1.5rem}.camps__pkg-section{margin-bottom:1rem}}@media(max-width:480px){.camps__groups{padding:3rem 0}}.camps{position:relative;overflow-x:clip;background:linear-gradient(180deg,#fff4f4,#fffbfb)}.camps__schema{padding:5rem 2rem;background:#fffbfb;position:relative}@media(max-width:768px){.camps__schema{padding:3rem 1rem}}.camps__schema-container{max-width:1000px;margin:0 auto;text-align:center}.camps__schema-title{font-family:Archivo Black,sans-serif;font-size:clamp(24px,3.5vw,40px);font-weight:700;color:#04387c;margin-bottom:1.5rem;line-height:1.3}.camps__schema-description{font-family:Montserrat,sans-serif;font-size:16px;color:#7a7a7a;line-height:1.7;max-width:800px;margin:0 auto 1.5rem;text-align:left}@media(max-width:768px){.camps__schema-description{font-size:14px}}.camps__schema-image{margin:2.5rem 0;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #00000014}.camps__schema-image img{width:100%;height:auto;display:block}.camps__schema-week{text-align:left;max-width:800px;margin:2rem auto 0;background:linear-gradient(135deg,#04387c0a,#fe4a4905);border-radius:16px;padding:2rem}@media(max-width:768px){.camps__schema-week{padding:1.5rem}}.camps__schema-week-title{font-family:Archivo Black,sans-serif;font-size:clamp(18px,2.5vw,24px);font-weight:700;color:#04387c;margin-bottom:1rem}.camps__schema-week-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.camps__schema-week-list li{font-family:Montserrat,sans-serif;font-size:14px;color:#7a7a7a;line-height:1.6;padding-left:1.5rem;position:relative}.camps__schema-week-list li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:#04387c}.camps__schema-week-list li strong{color:#182541;font-weight:600}.promo-section{position:relative;width:100%;padding:0 0 5rem;background:#48fefe33;z-index:1;overflow-x:clip}@media(max-width:768px){.promo-section{padding:0 0 3rem}}.promo-section__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.promo-section__container{padding:0 1.5rem}}@media(max-width:480px){.promo-section__container{padding:0 1rem}}.promo-section__header{background:#04387c;margin:4rem 0;overflow:hidden;transform:rotate(2deg)}.promo-section__header-inner{display:grid;grid-template-columns:55% 45%;transform:rotate(-2deg)}@media(max-width:968px){.promo-section__header-inner{grid-template-columns:1fr;min-height:unset}}.promo-section__header-left{display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:4rem 3rem 7rem;position:relative;z-index:2}@media(max-width:968px){.promo-section__header-left{padding:3rem 2rem 2.5rem}}@media(max-width:640px){.promo-section__header-left{padding:2.5rem 1.5rem 2rem;gap:1.5rem}}.promo-section__header-right{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width:968px){.promo-section__header-right{height:300px}}@media(max-width:640px){.promo-section__header-right{height:220px}}.promo-section__header-text{display:flex;flex-direction:column;gap:.6rem}.promo-section__header-image{position:absolute;overflow:hidden;height:90%;transform:rotate(2deg)}.promo-section__header-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s ease}@media(hover:hover)and (pointer:fine){.promo-section__header-image:hover img{transform:scale(1.04)}}.promo-section__header-offers{display:flex;gap:1rem}@media(max-width:640px){.promo-section__header-offers{flex-direction:column;gap:.75rem}}.promo-section__header-offer{flex:1;display:flex;flex-direction:column;gap:.5rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-top:3px solid #fe4a49;border-radius:12px;padding:1.25rem;cursor:pointer;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.promo-section__header-offer:last-child{border-top-color:#48fefe}@media(hover:hover)and (pointer:fine){.promo-section__header-offer:hover{background:#ffffff21;transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}}@media(max-width:640px){.promo-section__header-offer{padding:1rem;flex-direction:row;align-items:center;gap:1rem}}.promo-section__header-offer__title{font-family:Montserrat,sans-serif;font-weight:600;font-size:18px;color:#fffbfb}@media(max-width:640px){.promo-section__header-offer__title{font-size:16px;flex:1}}.promo-section__header-offer__subtitle{font-family:Montserrat,sans-serif;font-size:12px;color:#fff9;line-height:1.4}@media(max-width:640px){.promo-section__header-offer__subtitle{display:none}}.promo-section__header-offer__price{margin-top:auto;display:flex;align-items:baseline;gap:.15rem}@media(max-width:640px){.promo-section__header-offer__price{margin-top:0;flex-shrink:0}}.promo-section__header-offer__price-value{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(2rem,3.5vw,3.5rem);color:#fffbfb;line-height:1}.promo-section__header-offer__price-currency{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(1rem,1.8vw,1.6rem);color:#fe4a49;line-height:1}.promo-section__header-offer__remark{font-family:Montserrat,sans-serif;font-size:12px;color:#ffffff61;font-style:italic}@media(max-width:640px){.promo-section__header-offer__remark{display:none}}.promo-section__title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.8rem,5vw,5.5rem);color:#fffbfb;line-height:.95;letter-spacing:2px;border-left:5px solid #fe4a49;padding-left:1rem}.promo-section__subtitle{font-family:Montserrat,sans-serif;font-size:16px;color:#ffffffb8;font-weight:400;line-height:1.65;padding-left:calc(1rem + 5px)}@media(max-width:768px){.promo-section__subtitle{font-size:14px}}.promo-section__hotel-section{margin-bottom:3rem}@media(max-width:768px){.promo-section__hotel-section{margin-bottom:2rem}}.promo-section__hotel-title{font-family:Bebas Neue,sans-serif;font-size:clamp(1.8rem,3.5vw,3rem);letter-spacing:2px;color:#182541;margin-bottom:1.75rem;position:relative;display:inline-block}.promo-section__hotel-title:after{content:"";position:absolute;bottom:-6px;left:0;width:48px;height:4px;background:#fe4a49;border-radius:2px}@media(max-width:768px){.promo-section__hotel-title{margin-bottom:1.5rem}}.promo-section__hotel-subtitle{font-family:Montserrat,sans-serif;font-size:14px;color:#7a7a7a;text-align:center;margin-top:1.5rem}@media(max-width:768px){.promo-section__hotel-subtitle{font-size:12px}}.promo-section__hotel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.promo-section__hotel-grid{gap:1.25rem}}@media(max-width:768px){.promo-section__hotel-grid{display:flex;flex-direction:column;max-width:400px;margin:0 auto;gap:0}}.promo-section__hotel-grid--sticky{display:flex;flex-direction:column;max-width:400px;margin:0 auto;padding-bottom:50px;position:relative}.promo-section__hotel-title--sticky{position:sticky;top:0;padding-top:70px;padding-bottom:20px}.promo-section__hotel-card-sticky{position:sticky;top:140px}.promo-section__hotel-card-sticky .promo-section__hotel-card{position:relative;transition:none;transform-origin:top center}.promo-section__hotel-card{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 8px 28px #00000024;transition:transform .4s ease,box-shadow .4s ease;cursor:pointer;display:flex;flex-direction:column}@media(hover:hover)and (pointer:fine){.promo-section__hotel-card:hover{transform:translateY(-8px);box-shadow:0 22px 52px #04387c47}.promo-section__hotel-card:hover .promo-section__hotel-image{transform:scale(1.07)}}@media(max-width:768px){.promo-section__hotel-card{transform-origin:top center}.promo-section__hotel-card:active{transform:translateY(-4px)}}.promo-section__hotel-image-wrapper{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:16px}.promo-section__hotel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.promo-section__hotel-info{position:absolute;bottom:0;left:0;right:0;padding:3rem 1.25rem 1.25rem;background:linear-gradient(to top,rgba(4,56,124,.8) 0%,rgba(4,56,124,.55) 55%,transparent 100%);display:flex;flex-direction:column;gap:.4rem}@media(max-width:768px){.promo-section__hotel-info{padding:2.5rem 1rem 1rem}}.promo-section__hotel-name{font-family:Oswald,sans-serif;font-weight:700;font-size:20px;color:#fffbfb;transition:color .3s ease}@media(max-width:768px){.promo-section__hotel-name{font-size:16px}}.promo-section__hotel-location{font-family:Montserrat,sans-serif;font-size:12px;color:#ffffffb8}.promo-section__hotel-buttons{display:flex;gap:.5rem;margin-top:.5rem;align-items:stretch}@media(max-width:480px){.promo-section__hotel-buttons{flex-direction:column}}.promo-section__hotel-btn{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;padding:.5rem .8rem;border-radius:8px;text-decoration:none;text-align:center;transition:all .3s ease;flex:1}.promo-section__hotel-btn--primary{background:#fe4a49;color:#fffbfb}@media(hover:hover)and (pointer:fine){.promo-section__hotel-btn--primary:hover{filter:brightness(1.1);transform:scale(1.05)}}.promo-section__hotel-btn--primary:active{transform:scale(.98)}.promo-section__hotel-btn--secondary{background:transparent;color:#fffbfb;border:1.5px solid rgba(255,255,255,.5)}@media(hover:hover)and (pointer:fine){.promo-section__hotel-btn--secondary:hover{background:#ffffff26;border-color:#fffbfb;transform:scale(1.05)}}.promo-section__hotel-btn--secondary:active{transform:scale(.98)}.promo-section__cta-section{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}@media(max-width:768px){.promo-section__cta-section{gap:1rem;margin-top:2rem}}@media(max-width:480px){.promo-section__cta-section{flex-direction:column;align-items:stretch}.promo-section__cta-section>*{width:100%;text-align:center}}.trainers{padding:8rem 2rem;position:relative;background:linear-gradient(135deg,#04387c80,#48fefe80,#fe4a4980);overflow:hidden}.trainers:before{content:"";position:absolute;inset:0;background-image:url(https://api.ibe-hub.eu/api/v1/documents/a580d026-cb84-4308-8f96-b09712205792?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyOnN5c2FkIiwidXNlcl9pZCI6IjExMTExMTExLTExMTEtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInR5cGUiOiJhY2Nlc3MiLCJleHAiOjE3NzEzMTY4MzgsImlhdCI6MTc3MTIzMDQzOCwibmJmIjoxNzcxMjMwNDM4LCJ0ZW5hbnRfaWQiOiJhNWQxYzhkZC00NjU4LTRhODctYjNlZi0xODcxNTA2YjIzY2EifQ.cTB6KDyM1NgQcxug5XO3idksNl8u8ZKX-XEspVq0ySU);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.1;z-index:0}.trainers:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(254,74,73,.3) 0%,transparent 70%);top:-200px;right:-200px;z-index:0}.trainers .container{position:relative;z-index:1}.trainers__title{text-align:center;font-size:clamp(2.5rem,5vw,4rem);color:#fffbfb;font-family:Archivo Black,sans-serif;margin-bottom:2rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.trainers__subtitle{text-align:center;font-size:clamp(1rem,2vw,1.3rem);color:#fffbfbe6;font-family:Montserrat,sans-serif;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.trainers__showcase{position:relative;width:100%;max-width:950px;height:800px;margin:0 auto}.trainers__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;width:520px;height:520px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:50%;border:3px solid rgba(255,255,255,.2);padding:1.8rem;box-shadow:0 20px 60px #0000004d;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center}.trainers__center:hover{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 30px 80px #0006;border-color:#fe4a4980}.trainers__center-image{width:340px;height:340px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin:0 auto 1rem;border:4px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#fe4a49,#04387c) border-box;box-shadow:0 8px 30px #fe4a4966;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;flex-shrink:0}.trainers__info{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%}.trainers__name{font-size:1.5rem;font-weight:800;color:#fffbfb;font-family:Oswald,sans-serif;margin-bottom:.4rem;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.2}.trainers__position{font-size:.85rem;color:#fffbfbe6;font-family:Montserrat,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;line-height:1.2}.trainers__stats{display:flex;justify-content:space-around;gap:.8rem}.trainers__stat{text-align:center;flex:1}.trainers__stat-number{display:block;font-size:1.4rem;font-weight:800;color:#fe4a49;font-family:Archivo Black,sans-serif;margin-bottom:.3rem;line-height:1}.trainers__stat-label{display:block;font-size:.7rem;color:#fffbfbb3;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.5px;line-height:1}.trainers__balls{position:relative;width:100%;height:100%}.trainers__ball{position:absolute;transform:translate(-50%,-50%);cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:5;width:80px;height:80px}.trainers__ball img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid rgba(255,255,255,.3);box-shadow:0 5px 20px #0000004d;transition:all .5s cubic-bezier(.4,0,.2,1);opacity:.7}.trainers__ball:hover,.trainers__ball.active{transform:translate(-50%,-50%) scale(1.3);z-index:15}.trainers__ball:hover img,.trainers__ball.active img{opacity:1;border-color:#fe4a49;box-shadow:0 10px 40px #fe4a4999}.trainers__ball.active img{border-color:#fe4a49;border-width:4px}@media(max-width:1024px){.trainers{padding:6rem 1.5rem}.trainers__showcase{height:750px;max-width:850px}.trainers__center{width:420px;height:420px;padding:1.5rem}.trainers__center-image{width:255px;height:255px}.trainers__name{font-size:1.35rem}.trainers__position{font-size:.8rem}.trainers__stat-number{font-size:1.25rem}.trainers__stat-label{font-size:.65rem}.trainers__ball{width:70px;height:70px}}@media(max-width:768px){.trainers{padding:4rem 1rem}.trainers__showcase{height:700px;max-width:700px}.trainers__center{width:400px;height:400px;padding:1rem}.trainers__center-image{width:225px;height:225px}.trainers__ball{width:60px;height:60px}.trainers__name{font-size:1.25rem}.trainers__position{font-size:.75rem;letter-spacing:.5px}.trainers__stat-number{font-size:1.15rem}.trainers__stat-label{font-size:.6rem}}@media(max-width:550px){.trainers__showcase{height:620px;max-width:550px}.trainers__center{width:270px;height:270px}.trainers__center-image{width:145px;height:145px;margin-bottom:.6rem}.trainers__ball{width:50px;height:50px}.trainers__name{font-size:1.05rem;margin-bottom:.3rem}.trainers__position{font-size:.6rem;letter-spacing:.5px;margin-bottom:.6rem}.trainers__stat-number{font-size:1rem}.trainers__stat-label{font-size:.5rem}}.about{position:relative;overflow:hidden;background:linear-gradient(180deg,#2c1158,#2c11580d)}.about__hero{position:relative;height:90vh;min-height:500px;display:flex;align-items:center;justify-content:center;background-image:url(https://api.ibe-hub.eu/api/v1/documents/7965088b-f077-49af-ad10-f2b51a40d2bf?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyOnN5c2FkIiwidXNlcl9pZCI6IjExMTExMTExLTExMTEtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInR5cGUiOiJhY2Nlc3MiLCJleHAiOjE3NzEzMTY4MzgsImlhdCI6MTc3MTIzMDQzOCwibmJmIjoxNzcxMjMwNDM4LCJ0ZW5hbnRfaWQiOiJhNWQxYzhkZC00NjU4LTRhODctYjNlZi0xODcxNTA2YjIzY2EifQ.cTB6KDyM1NgQcxug5XO3idksNl8u8ZKX-XEspVq0ySU);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;overflow:hidden}.about__hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#04387c80,#48fefe80,#fe4a4980);z-index:1}.about__hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.2;z-index:1;animation:patternMove 20s linear infinite}@keyframes patternMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.about__hero-content{position:relative;z-index:2;text-align:center;max-width:1200px;padding:0 2rem}.about__hero-title{font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#fffbfb;font-family:Archivo Black,sans-serif;text-shadow:0 4px 30px rgba(0,0,0,.5),0 0 60px rgba(254,74,73,.4);letter-spacing:-2px;position:relative;display:inline-block}.about__hero-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60%;height:4px;background:linear-gradient(90deg,transparent 0%,#fe4a49 50%,transparent 100%);border-radius:2px}.about__hero-subtitle{font-size:clamp(1.2rem,2.5vw,1.8rem);line-height:1.7;color:#fffbfbf2;font-family:Montserrat,sans-serif;max-width:900px;margin:2rem auto 0;text-shadow:0 2px 15px rgba(0,0,0,.4);font-weight:400;letter-spacing:.5px}.about__content{padding:6rem 2rem;position:relative;background:linear-gradient(180deg,transparent 0%,rgba(4,56,124,.02) 50%,transparent 100%)}.about__content .container{max-width:1200px;margin:0 auto}.about__content-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:center}@media(max-width:968px){.about__content-hero{grid-template-columns:1fr;gap:2rem}}.about__content-hero-image{position:relative;border-radius:30px;overflow:hidden;height:500px;box-shadow:0 20px 60px #0003}@media(max-width:968px){.about__content-hero-image{height:400px}}.about__content-hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.about__content-hero-image:hover img{transform:scale(1.05)}.about__content-hero-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2c11584d,#fe4a4933)}.about__content-hero-text{padding:2rem}.about__content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.about__content-block{padding:2.5rem;background:#fffbfb99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;border:2px solid rgba(254,74,73,.1);box-shadow:0 10px 40px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center}.about__content-block:hover{transform:translateY(-8px);border-color:#fe4a494d;box-shadow:0 20px 60px #fe4a4926;background:#fffbfbcc}.about__content-block-icon{font-size:4rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.about__content-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#04387c;margin-bottom:2rem;background:linear-gradient(135deg,#04387c,#fe4a49);font-family:Oswald,sans-serif;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about__content-subtitle{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fe4a49;margin-bottom:1.5rem;font-family:Oswald,sans-serif}.about__content-text{font-size:1.1rem;line-height:1.8;color:#2c1158;margin-bottom:1.5rem;opacity:.9;font-family:Montserrat,sans-serif}.about__content-text:last-child{margin-bottom:0}.about__mission{padding:6rem 2rem;background:linear-gradient(135deg,#04387c0d,#fe4a490d);position:relative;overflow:hidden}.about__mission:before{content:"";position:absolute;inset:0;background-image:url(https://api.ibe-hub.eu/api/v1/documents/a580d026-cb84-4308-8f96-b09712205792?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyOnN5c2FkIiwidXNlcl9pZCI6IjExMTExMTExLTExMTEtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInR5cGUiOiJhY2Nlc3MiLCJleHAiOjE3NzEzMTY4MzgsImlhdCI6MTc3MTIzMDQzOCwibmJmIjoxNzcxMjMwNDM4LCJ0ZW5hbnRfaWQiOiJhNWQxYzhkZC00NjU4LTRhODctYjNlZi0xODcxNTA2YjIzY2EifQ.cTB6KDyM1NgQcxug5XO3idksNl8u8ZKX-XEspVq0ySU);background-size:cover;background-position:center;background-attachment:fixed;opacity:.03;z-index:0}.about__mission .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.about__mission-title{text-align:center;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#04387c;margin-bottom:4rem;background:linear-gradient(135deg,#04387c,#fe4a49);font-family:Oswald,sans-serif;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about__mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.about__mission-item{text-align:center;padding:3rem 2.5rem;background:#fffbfbf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;border:2px solid transparent;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.about__mission-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fe4a491a,#04387c1a);opacity:0;transition:opacity .4s ease;z-index:0}.about__mission-item:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 50px #fe4a4940;border-color:#fe4a494d}.about__mission-item:hover:before{opacity:1}.about__mission-item:hover .about__mission-icon{transform:scale(1.2) rotate(10deg)}.about__mission-item>*{position:relative;z-index:1}.about__mission-icon{font-size:4rem;color:#fe4a49;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#fe4a491a,#04387c1a);border-radius:50%;transition:all .5s cubic-bezier(.4,0,.2,1);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about__mission-item-title{font-size:1.6rem;font-weight:700;color:#04387c;margin-bottom:1rem;font-family:Bebas Neue,sans-serif}.about__mission-item-text{font-size:1rem;line-height:1.8;color:#2c1158;opacity:.85;font-family:Montserrat,sans-serif}.about__values{padding:6rem 2rem;position:relative;background:linear-gradient(180deg,transparent 0%,rgba(4,56,124,.03) 50%,transparent 100%);perspective:1500px;perspective-origin:center center}.about__values:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E91E63' fill-opacity='0.03'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.6;z-index:0}.about__values .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.about__values-title{text-align:center;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#04387c;margin-bottom:4rem;background:linear-gradient(135deg,#04387c,#fe4a49);font-family:Oswald,sans-serif;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about__values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.about__values-card{padding:2.5rem;background:linear-gradient(135deg,#fffbfbe6,#fffbfbf2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;border:2px solid rgba(254,74,73,.15);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-align:center;transform-style:preserve-3d;backface-visibility:hidden}.about__values-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(254,74,73,.2) 0%,transparent 70%);opacity:0;transition:all .6s ease;transform:scale(0)}.about__values-card:hover{transform:translateY(-10px) scale(1.03);border-color:#fe4a49;box-shadow:0 20px 50px #fe4a4959;background:linear-gradient(135deg,#fe4a491a,#04387c0d)}.about__values-card:hover:before{opacity:1;transform:scale(1)}.about__values-card:hover .about__values-card-icon{transform:scale(1.2) rotate(-10deg)}.about__values-card>*{position:relative;z-index:1}.about__values-card-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#fe4a4926,#04387c26);border-radius:50%;transition:all .5s cubic-bezier(.4,0,.2,1);margin-left:auto;margin-right:auto}.about__values-card-title{font-size:1.5rem;font-weight:700;color:#fe4a49;margin-bottom:1rem;font-family:Oswald,sans-serif}.about__values-card-text{font-size:1rem;line-height:1.8;color:#2c1158;opacity:.85;font-family:Montserrat,sans-serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(30px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRotate{0%{opacity:0;transform:scale(0) rotate(-180deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.about__hero{height:60vh;min-height:350px;background-attachment:scroll}.about__hero-title{letter-spacing:-1px}.about__content{padding:4rem 1rem}.about__content-hero-image{height:350px}.about__content-block{padding:2rem}.about__content-block-icon{font-size:3rem}.about__mission{padding:4rem 1rem;background-attachment:scroll}.about__mission-grid{gap:2rem}.about__mission-icon{width:80px;height:80px;font-size:3rem}.about__mission-item{padding:2rem}.about__values{padding:4rem 1rem}.about__values-grid{gap:2rem}.about__values-card{padding:2rem}.about__values-card-icon{width:80px;height:80px;font-size:3rem}}@media(max-width:550px){.about__content-hero-image{height:280px}.about__content-hero-text{padding:1rem}.about__content-block{padding:1.5rem}.about__content-block-icon{font-size:2.5rem}.about__mission-grid{grid-template-columns:1fr}.about__mission-icon{width:70px;height:70px;font-size:2.5rem}.about__mission-item{padding:1.5rem}.about__values-grid{grid-template-columns:1fr}.about__values-card{padding:1.5rem}.about__values-card-icon{width:70px;height:70px;font-size:2.5rem}}.gallery{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);position:relative;overflow:hidden}.gallery:before{content:"";position:absolute;inset:0;background-image:url(/images/logos/Baelle.png);background-size:400px;background-position:center;opacity:.03;z-index:0;animation:slowRotate 60s linear infinite}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery__hero{padding:10rem 2rem 6rem;text-align:center;position:relative;z-index:1;background:linear-gradient(180deg,rgba(44,17,88,.9) 0%,transparent 100%)}.gallery__hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:900;background:linear-gradient(135deg,#fe4a49,#04387c,#fe4a49);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px;animation:gradientShift 5s ease infinite;background-size:200% auto}@keyframes gradientShift{0%,to{background-position:0% center}50%{background-position:100% center}}.gallery__hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#fffbfbcc;margin-bottom:3rem;font-weight:300;max-width:800px;margin-left:auto;margin-right:auto}.gallery__grid{padding:4rem 2rem 8rem;position:relative;z-index:1}.gallery__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}@media(max-width:768px){.gallery__items{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:480px){.gallery__items{grid-template-columns:1fr;gap:1.5rem}}.gallery__item{position:relative;aspect-ratio:1;border-radius:20px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000004d}.gallery__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery__item-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#fe4a49b3,#04387cb3);opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.gallery__item-zoom{font-size:3rem;transform:scale(0);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.gallery__item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #fe4a4966}.gallery__item:hover img{transform:scale(1.15)}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__item:hover .gallery__item-zoom{transform:scale(1)}.gallery__modal{position:fixed;inset:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.gallery__modal.closing{animation:fadeOut .3s ease forwards}.gallery__modal.closing .gallery__modal-content{animation:zoomOut .3s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes zoomOut{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}.gallery__modal-content{position:relative;max-width:90vw;max-height:90vh;animation:zoomIn .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes zoomIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.gallery__modal-content img{max-width:100%;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:10px;box-shadow:0 30px 100px #00000080}.gallery__modal-close{position:absolute;top:-15px;right:-15px;width:50px;height:50px;background:linear-gradient(135deg,#fe4a49,#04387c);border:none;border-radius:50%;color:#fffbfb;font-size:1.5rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 20px #fe4a4966}.gallery__modal-close:hover{transform:rotate(90deg) scale(1.1);box-shadow:0 10px 40px #fe4a4999}@media(max-width:768px){.gallery__modal-close{width:35px;height:35px;font-size:1rem}}.gallery__modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background:linear-gradient(135deg,#fe4a49e6,#04387ce6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fffbfb;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 20px #fe4a4966;z-index:10}.gallery__modal-nav:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 10px 40px #fe4a4999;border-color:#fff6}.gallery__modal-nav:active{transform:translateY(-50%) scale(.95)}.gallery__modal-nav--prev{left:-80px}@media(max-width:1024px){.gallery__modal-nav--prev{left:10px}}.gallery__modal-nav--next{right:-80px}@media(max-width:1024px){.gallery__modal-nav--next{right:10px}}@media(max-width:768px){.gallery__modal-nav{width:45px;height:45px;font-size:2rem}}.gallery__modal-counter{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fe4a49e6,#04387ce6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 1.5rem;border-radius:50px;color:#fffbfb;font-size:1rem;font-weight:600;border:2px solid rgba(255,255,255,.2);box-shadow:0 5px 20px #fe4a4966}@media(max-width:768px){.gallery__modal-counter{bottom:-40px;font-size:.9rem;padding:.6rem 1.2rem}}.gallery__loading{display:flex;align-items:center;justify-content:center;min-height:300px}.gallery__spinner{width:50px;height:50px;border:4px solid rgba(0,0,0,.1);border-top-color:#e74c3c;border-radius:50%;animation:gallerySpinner .8s linear infinite}@keyframes gallerySpinner{to{transform:rotate(360deg)}}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.wizard-stepper{margin-bottom:28px}.wizard-stepper_progress{height:4px;background:#e0e0e0;border-radius:2px;margin-bottom:16px;overflow:hidden}.wizard-stepper_progress-bar{height:100%;background:#fe4a49;border-radius:2px;transition:width .4s ease}.wizard-stepper_steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.wizard-stepper_step{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;font-family:Figtree,sans-serif;transition:all .2s}.wizard-stepper_step:hover{border-color:#04387c;box-shadow:0 2px 8px #04387c1a}.wizard-stepper_step.active{border-color:#fe4a49;background:#fe4a490a;box-shadow:0 2px 12px #fe4a491f}.wizard-stepper_step.done{border-color:#4caf50;background:#4caf500a}.wizard-stepper_step.done .wizard-stepper_icon{color:#4caf50}.wizard-stepper_icon{font-size:1.3rem;line-height:1}.wizard-stepper_label{font-size:12px;font-weight:600;color:#04387c;text-align:center;line-height:1.2}@media(max-width:480px){.wizard-stepper_steps{grid-template-columns:repeat(5,1fr);gap:4px}.wizard-stepper_step{padding:8px 4px}.wizard-stepper_label{font-size:10px}.wizard-stepper_icon{font-size:1.1rem}}.step-participants_add-buttons{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.step-participants_add-btn{display:flex;align-items:center;gap:4px;padding:10px 18px;background:#fff;border:2px dashed #ccc;border-radius:8px;cursor:pointer;font-family:Figtree,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.step-participants_add-btn:hover{background:#04387c08;transform:translateY(-1px)}.participant-card{border:2px solid #e0e0e0;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:border-color .2s}.participant-card.expanded{border-color:#04387c}.participant-card_header{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.participant-card_header:hover{background:#04387c05}.participant-card_avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Figtree,sans-serif;font-size:14px;font-weight:700;flex-shrink:0}.participant-card_info{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.participant-card_name{font-family:Figtree,sans-serif;font-size:16px;font-weight:600;color:#04387c}.participant-card_name em{color:#7a7a7a;font-weight:400}.participant-card_badge{font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px;white-space:nowrap}.participant-card_chevron{font-size:10px;color:#7a7a7a;transition:transform .2s;flex-shrink:0}.participant-card_chevron.open{transform:rotate(180deg)}.participant-card_body{padding:16px;border-top:1px solid #e8e8e8}.participant-card_toggle-row{margin-bottom:12px}.participant-card_remove{background:none;border:none;color:#b71c1c;font-family:Figtree,sans-serif;font-size:14px;cursor:pointer;padding:4px 0}.participant-card_remove:hover{text-decoration:underline}.toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-family:Figtree,sans-serif;font-size:14px}.toggle-label input[type=checkbox]{display:none}.toggle-label .toggle-switch{position:relative;width:40px;height:22px;background:#ccc;border-radius:11px;transition:background .2s}.toggle-label .toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-label input:checked+.toggle-switch{background:#4caf50}.toggle-label input:checked+.toggle-switch:after{transform:translate(18px)}@media(max-width:480px){.step-participants_add-buttons{flex-direction:column}}.step-summary .summary-block{margin-bottom:20px;padding:16px;background:#f9f9f9;border-radius:8px}.step-summary .summary-block_title{font-family:Figtree,sans-serif;font-size:16px;font-weight:700;color:#04387c;margin:0 0 12px;padding-bottom:8px;border-bottom:1px dashed #ccc}.step-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px dotted #e0e0e0}.step-summary .summary-row:last-child{border-bottom:none}.step-summary .summary-row_label{font-family:Figtree,sans-serif;font-size:14px;color:#7a7a7a}.step-summary .summary-row_value{font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:#04387c;text-align:right}.step-summary .summary-row_badge{background:#04387c14;padding:2px 8px;border-radius:10px;font-size:12px}.step-summary .summary-total{display:flex;justify-content:space-between;align-items:center;padding:16px;margin-bottom:20px;background:#04387c;border-radius:8px}.step-summary .summary-total_label{font-family:Figtree,sans-serif;font-size:18px;font-weight:700;color:#fff}.step-summary .summary-total_value{font-family:Figtree,sans-serif;font-size:24px;font-weight:700;color:#fff}.step-summary .summary-checkboxes{margin-bottom:20px}.step-summary .summary-checkbox{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;cursor:pointer;font-family:Figtree,sans-serif;font-size:14px;color:#000;line-height:1.4}.step-summary .summary-checkbox input[type=checkbox]{width:auto;margin-top:2px;flex-shrink:0}.step-summary .summary-actions{display:flex;gap:12px}.step-summary .summary-actions .btn-primary,.step-summary .summary-actions .btn-ghost{flex:1}.step-summary_success{text-align:center;padding:60px 20px}.step-summary_success-icon{width:80px;height:80px;margin:0 auto 20px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px}.step-summary_success h2{font-family:Figtree,sans-serif;font-size:24px;font-weight:700;color:#04387c;margin-bottom:12px}.step-summary_success-ref{font-family:Figtree,sans-serif;font-size:18px;color:#04387c;margin-bottom:8px}.step-summary_success-ref strong{color:#fe4a49}.step-summary_success p{font-family:Figtree,sans-serif;font-size:16px;color:#7a7a7a}.my-account{min-height:60vh;padding:120px 20px 60px;background-color:#fffbfb}.my-account_container{max-width:700px;margin:0 auto}.my-account_title{font-family:Bebas Neue,sans-serif;font-size:34px;color:#04387c;text-align:center;margin-bottom:32px}.my-account_tabs{display:flex;border-bottom:2px solid #e0e0e0;margin-bottom:16px}.my-account_card-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}@media(max-width:480px){.my-account_card-nav{grid-template-columns:repeat(2,1fr)}}.my-account_card-nav-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;font-family:Figtree,sans-serif;transition:all .2s}.my-account_card-nav-item:hover{border-color:#04387c;box-shadow:0 2px 8px #04387c1a}.my-account_card-nav-item.active{border-color:#fe4a49;background:#fe4a490a;box-shadow:0 2px 12px #fe4a491f}.my-account_card-nav-icon{font-size:1.4rem}.my-account_card-nav-label{font-size:12px;font-weight:600;color:#04387c;text-align:center;line-height:1.2}.my-account_tab{flex:1;padding:12px 0;font-family:Figtree,sans-serif;font-size:16px;font-weight:600;color:#7a7a7a;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .2s,border-color .2s;margin-bottom:-2px}.my-account_tab:hover{color:#04387c}.my-account_tab.active{color:#04387c;border-bottom-color:#fe4a49}.my-account_tab--logout{flex:0 0 auto;padding:12px 16px;font-size:14px;color:#7a7a7a;opacity:.7}.my-account_tab--logout:hover{color:#b71c1c;opacity:1}.my-account_content{padding:8px 0}.my-account .form-group{margin-bottom:20px}.my-account .form-group label{display:block;font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:#04387c;margin-bottom:6px}.my-account .form-group input,.my-account .form-group select,.my-account .form-group textarea{width:100%;padding:10px 12px;font-family:Figtree,sans-serif;font-size:16px;border:1px solid #ccc;border-radius:6px;background:#fff;transition:border-color .2s;box-sizing:border-box}.my-account .form-group input:focus,.my-account .form-group select:focus,.my-account .form-group textarea:focus{outline:none;border-color:#04387c}.my-account .form-message{font-family:Figtree,sans-serif;font-size:14px;padding:10px 14px;border-radius:6px;margin-bottom:16px}.my-account .form-message.error{color:#b71c1c;background:#ffebee}.my-account .form-message.success{color:#1b5e20;background:#e8f5e9}.my-account .btn-primary{width:100%;padding:12px;font-family:Figtree,sans-serif;font-size:16px;font-weight:700;color:#fff;background:#fe4a49;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.my-account .btn-primary:hover{background:#fe2220}.my-account .btn-primary:disabled{opacity:.6;cursor:not-allowed}.my-account .btn-secondary{width:100%;padding:12px;font-family:Figtree,sans-serif;font-size:16px;font-weight:700;color:#04387c;background:#fff;border:2px solid #04387c;border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.my-account .btn-secondary:hover{background:#04387c;color:#fff}.my-account .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.my-account .btn-link{display:block;width:100%;margin-top:12px;padding:8px;font-family:Figtree,sans-serif;font-size:14px;color:#7a7a7a;background:none;border:none;cursor:pointer;text-decoration:underline;text-align:center}.my-account .btn-link:hover{color:#04387c}.my-account .btn-ghost{width:100%;padding:12px;font-family:Figtree,sans-serif;font-size:16px;font-weight:600;color:#7a7a7a;background:none;border:1px solid #ccc;border-radius:6px;cursor:pointer;transition:border-color .2s,color .2s}.my-account .btn-ghost:hover{color:#04387c;border-color:#04387c}.my-account .stepper{display:flex;align-items:center;justify-content:center;margin-bottom:32px}.my-account .stepper_step{display:flex;align-items:center;gap:8px;opacity:.4}.my-account .stepper_step.active{opacity:1}.my-account .stepper_number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#04387c;color:#fff;font-family:Figtree,sans-serif;font-size:14px;font-weight:700}.my-account .stepper_label{font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:#04387c}.my-account .stepper_line{width:40px;height:2px;background:#ccc;margin:0 12px}.my-account .form-section{margin-bottom:28px;padding:20px;border-radius:8px}.my-account .form-section--gray{background:#f5f5f5}.my-account .form-section_title{font-family:Figtree,sans-serif;font-size:18px;font-weight:700;color:#fe4a49;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #fe4a49}.my-account .form-row{display:flex;gap:12px}.my-account .form-row .form-group,.my-account .form-row .flex-1{flex:1}.my-account .form-row .flex-3{flex:3}.my-account .field-error{display:block;font-family:Figtree,sans-serif;font-size:12px;color:#b71c1c;margin-top:4px}.my-account .radio-group{display:flex;flex-wrap:wrap;gap:12px}.my-account .radio-label{display:flex;align-items:center;gap:6px;cursor:pointer;font-family:Figtree,sans-serif;font-size:14px;color:#000}.my-account .radio-label input[type=radio]{width:auto;margin:0}.my-account .camp-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.my-account .camp-card{display:flex;align-items:stretch;background:#fff;border:2px solid #ddd;border-radius:10px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s;text-align:left;padding:0;font-family:inherit;width:100%}.my-account .camp-card:hover{border-color:#04387c;box-shadow:0 4px 16px #04387c1a}.my-account .camp-card.selected{border-color:#fe4a49;box-shadow:0 4px 20px #fe4a4926}.my-account .camp-card.selected .camp-card_title{color:#fe4a49}.my-account .camp-card_image{width:160px;min-height:120px;flex-shrink:0;overflow:hidden}.my-account .camp-card_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.my-account .camp-card_content{padding:14px 18px;flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.my-account .camp-card_title{font-family:Figtree,sans-serif;font-size:18px;font-weight:700;color:#04387c;margin:0;transition:color .2s}.my-account .camp-card_short{font-family:Figtree,sans-serif;font-size:14px;font-weight:500;color:#182541;line-height:1.5;margin:0}.my-account .camp-card_long{font-family:Figtree,sans-serif;font-size:12px;color:#7a7a7a;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:480px){.my-account .camp-card{flex-direction:column}.my-account .camp-card_image{width:100%;height:140px;min-height:auto}}.my-account .hotel-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.my-account .hotel-card{display:flex;flex-direction:column;gap:2px;padding:14px 18px;background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;text-align:left;font-family:Figtree,sans-serif;transition:border-color .2s,box-shadow .2s}.my-account .hotel-card:hover{border-color:#04387c}.my-account .hotel-card.selected{border-color:#fe4a49;box-shadow:0 2px 12px #fe4a491f}.my-account .hotel-card_name{font-size:16px;font-weight:700;color:#04387c}.my-account .hotel-card_location{font-size:14px;color:#7a7a7a}.my-account .hotel-card--banner{padding:0;overflow:hidden;border-radius:12px;border:none;transition:all .3s ease}.my-account .hotel-card--banner:hover{transform:translateY(-3px);box-shadow:0 8px 20px #04387c33}.my-account .hotel-card--banner .hotel-card_banner{zoom:.55}.my-account .hotel-card--banner .hotel-card_banner img{max-width:100%;height:auto;display:block}.my-account .package-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px}@media(min-width:480px){.my-account .package-grid{grid-template-columns:repeat(4,1fr)}}.my-account .package-option{display:flex;align-items:center;justify-content:center;padding:10px 8px;border:2px solid #ddd;border-radius:8px;cursor:pointer;text-align:center;font-family:Figtree,sans-serif;font-size:14px;font-weight:500;transition:border-color .2s,background .2s}.my-account .package-option input[type=radio]{display:none}.my-account .package-option:hover{border-color:#04387c}.my-account .package-option.selected{border-color:#fe4a49;background:#fe4a490f;font-weight:700}.my-account .form-hint{font-family:Figtree,sans-serif;font-size:12px;color:#7a7a7a;font-style:italic;margin-top:4px}.my-account .title-optional{font-weight:400;font-size:14px;color:#7a7a7a}.my-account .form-subtitle{font-family:Figtree,sans-serif;font-size:14px;color:#7a7a7a;margin-bottom:24px}.my-account .skill-row{margin-bottom:16px}.my-account .skill-row_label{display:block;font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:#04387c;margin-bottom:8px}.my-account .skill-row_circles{display:flex;gap:6px;flex-wrap:wrap}.my-account .skill-circle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:2px solid #ccc;background:#fff;font-family:Figtree,sans-serif;font-size:12px;font-weight:500;color:#7a7a7a;cursor:pointer;transition:all .15s;padding:0}.my-account .skill-circle:hover{border-color:#04387c;color:#04387c}.my-account .skill-circle.selected{background:#fe4a49;border-color:#fe4a49;color:#fff;font-weight:700}.my-account .step2-actions{display:flex;gap:12px;margin-top:8px}.my-account .step2-actions .btn-ghost,.my-account .step2-actions .btn-primary{flex:1}.my-account .assessment-skill{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.my-account .assessment-skill:last-of-type{border-bottom:none}.my-account .assessment-skill_title{font-family:Figtree,sans-serif;font-size:20px;font-weight:700;color:#04387c;margin-bottom:16px}.my-account .assessment-section{margin-bottom:16px}.my-account .assessment-section_title{font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:#fe4a49;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.my-account .assessment-subskills{display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:768px){.my-account .assessment-subskills{grid-template-columns:1fr 1fr}}.my-account .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-family:Figtree,sans-serif;font-size:14px;padding-top:28px}.my-account .checkbox-label input[type=checkbox]{width:auto}.my-account .empty-state{font-family:Figtree,sans-serif;font-size:16px;color:#7a7a7a;text-align:center;padding:40px 20px}@media(max-width:480px){.my-account .form-row{flex-direction:column;gap:0}.my-account .step2-actions{flex-direction:column}.my-account .skill-circle{width:28px;height:28px;font-size:11px}.my-account_tab{font-size:14px;padding:10px 0}}.my-account .wizard-nav{display:flex;gap:12px;margin-top:24px}.my-account .wizard-nav_next{margin-left:auto}.my-account .wizard-nav .btn-ghost,.my-account .wizard-nav .btn-primary{min-width:140px;width:auto}.my-account .skill-row--slider{margin-bottom:20px}.my-account .skill-row--slider .skill-row_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.my-account .skill-row--slider .skill-row_value{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fe4a49;color:#fff;font-family:Figtree,sans-serif;font-size:14px;font-weight:700}.my-account .skill-slider{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border-radius:3px;outline:none;cursor:pointer}.my-account .skill-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fe4a49;border:2px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.my-account .skill-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fe4a49;border:2px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.my-account .skill-participant-tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.my-account .skill-participant-tab{padding:6px 14px;border:2px solid #e0e0e0;border-radius:20px;background:#fff;font-family:Figtree,sans-serif;font-size:14px;font-weight:600;color:#7a7a7a;cursor:pointer;transition:all .2s}.my-account .skill-participant-tab:hover{border-color:#04387c;color:#04387c}.my-account .skill-participant-tab.active{border-color:#fe4a49;background:#fe4a490f;color:#fe4a49}.my-account .camp-assign-list{display:flex;flex-direction:column;gap:8px}.my-account .camp-assign-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-family:Figtree,sans-serif}.my-account .camp-assign-item input[type=checkbox]{width:auto;margin:0}.my-account .camp-assign-item .camp-assign-name{flex:1;font-size:16px;font-weight:600;color:#04387c}.my-account .camp-assign-item .camp-assign-type{font-size:12px;color:#7a7a7a;text-transform:capitalize}.hotels{position:relative;min-height:100vh;background:#fff4f4}.hotels__hero{position:relative;height:80vh;min-height:350px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#04387ccc,#48fefeb3,#fe4a49cc);overflow:hidden}.hotels__hero:before{content:"";position:fixed;inset:0;background-image:url(https://api.ibe-hub.eu/api/v1/documents/a580d026-cb84-4308-8f96-b09712205792?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyOnN5c2FkIiwidXNlcl9pZCI6IjExMTExMTExLTExMTEtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsInR5cGUiOiJhY2Nlc3MiLCJleHAiOjE3NzEzMTY4MzgsImlhdCI6MTc3MTIzMDQzOCwibmJmIjoxNzcxMjMwNDM4LCJ0ZW5hbnRfaWQiOiJhNWQxYzhkZC00NjU4LTRhODctYjNlZi0xODcxNTA2YjIzY2EifQ.cTB6KDyM1NgQcxug5XO3idksNl8u8ZKX-XEspVq0ySU);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.1;z-index:0}.hotels__hero:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(254,74,73,.3) 0%,transparent 70%);top:-200px;right:-200px;z-index:0}.hotels__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(72,254,254,.15),transparent 60%);z-index:1}.hotels__hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 2rem}.hotels__hero-title{font-size:5rem;font-family:Archivo Black,sans-serif;color:#fe4a49;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.15)}.hotels__hero-subtitle{font-size:1.5rem;font-family:Montserrat,sans-serif;color:#fff4f4;line-height:1.6}.hotels__content{padding:3rem 2rem;position:relative;background:#fff4f4}.hotels__content:before{content:"";position:absolute;left:-10%;right:-10%;height:160px;width:110%;background:#fff4f4;transform:skewY(-4deg);pointer-events:none;z-index:1}.hotels__content:before{top:10px;transform-origin:left top}@media(max-width:768px){.hotels__content{padding:1.5rem}.hotels__content:before{height:70px;top:0}}.hotels__container{max-width:1300px;margin:0 auto}.hotels__intro{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center}.hotels__intro-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fe4a4912;color:#fe4a49;font-family:Oswald,sans-serif;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;padding:.45rem 1.2rem;border-radius:100px;border:1px solid rgba(254,74,73,.18);margin-bottom:1.2rem;z-index:2}.hotels__intro-badge svg{font-size:.9rem}.hotels__intro-title{font-size:2.2rem;font-family:Archivo Black,sans-serif;color:#182541;margin-bottom:1.2rem;z-index:2}@media(max-width:768px){.hotels__intro-title{font-size:1.6rem}}.hotels__intro-divider{width:60px;height:3px;background:linear-gradient(90deg,#fe4a49,#48fefe);border-radius:2px;margin:0 auto}.hotels__loading,.hotels__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:1.5rem}.hotels__loading p,.hotels__empty p{font-family:Montserrat,sans-serif;color:#04387c80;font-size:1.1rem}.hotels__spinner{width:45px;height:45px;border:4px solid rgba(254,74,73,.15);border-top-color:#fe4a49;border-radius:50%;animation:hotels-spin .8s linear infinite}.hotels__empty-icon{font-size:3.5rem;color:#04387c33}@keyframes hotels-spin{to{transform:rotate(360deg)}}.hotels__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.hotels__grid--featured-layout{grid-template-columns:1fr 1fr}@media(max-width:768px){.hotels__grid--featured-layout{grid-template-columns:1fr}}.hotels__card{background:#fffbfb;border:2px solid rgba(4,56,124,.08);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:1;position:relative}.hotels__card-featured-tag{position:absolute;top:1.2rem;left:1.2rem;z-index:10;background:#fe4a49;color:#fffbfb;font-family:Oswald,sans-serif;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .9rem;border-radius:100px;box-shadow:0 2px 12px #fe4a4966}.hotels__card--clickable{cursor:pointer}.hotels__card--clickable:hover{transform:translateY(-8px);border-color:#04387c33;box-shadow:0 20px 50px #04387c1f}.hotels__card--clickable:hover .hotels__card-image img{transform:scale(1.08)}.hotels__card--clickable:hover .hotels__card-image-overlay{opacity:1}.hotels__card--clickable:hover .hotels__card-cta{font-size:1.3rem;gap:.8rem}.hotels__card--featured{grid-column:1/-1;display:grid;grid-template-columns:1.2fr 1fr}.hotels__card--featured .hotels__card-image{height:auto;min-height:380px}.hotels__card--featured .hotels__card-body{padding:3rem;display:flex;flex-direction:column;justify-content:center}.hotels__card--featured .hotels__card-name{font-size:2rem;margin-bottom:1rem}.hotels__card--featured .hotels__card-location{font-size:1rem;margin-bottom:1.5rem}.hotels__card--featured .hotels__card-cta{background:#fe4a49;color:#fffbfb;padding:.75rem 1.8rem;border-radius:50px;margin-top:2rem;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 20px #fe4a494d}.hotels__card--featured .hotels__card-cta svg{font-size:.85rem}@media(max-width:768px){.hotels__card--featured{display:block;grid-column:auto}.hotels__card--featured .hotels__card-image{height:240px}.hotels__card--featured .hotels__card-body{padding:1.5rem}.hotels__card--featured .hotels__card-name{font-size:1.3rem}.hotels__card--featured .hotels__card-cta{font-size:.9rem;padding:.6rem 1.4rem;margin-top:1.5rem}}.hotels__card-image{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#04387c14,#48fefe14)}.hotels__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.hotels__card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#04387c26;font-size:4rem}.hotels__card-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 50%,rgba(24,37,65,.4) 100%);opacity:0;transition:opacity .4s ease}.hotels__card-stars{display:flex;gap:.25rem;color:#f9ce2f;font-size:1.5rem}.hotels__card-body{padding:1.5rem 1.8rem 1.8rem;display:flex;flex-direction:column;gap:10px}.hotels__card-name{font-size:1.3rem;font-family:Oswald,sans-serif;color:#182541;line-height:1.3}.hotels__card-location{display:flex;align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:.9rem;color:#1825418c}.hotels__card-location svg{font-size:.8rem;color:#fe4a49;flex-shrink:0}.hotels__card-cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.95rem;color:#04387c;transition:all .3s ease;margin-top:.5rem}.hotels__card-cta svg{font-size:.75rem;transition:transform .3s ease}@media(max-width:1024px){.hotels__hero{height:70vh;min-height:300px}.hotels__content{padding:4rem 2rem}.hotels__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media(max-width:768px){.hotels__hero{height:60vh;min-height:250px}.hotels__hero-content{padding:0 1.5rem}.hotels__content{padding:3rem 1.5rem}.hotels__grid{grid-template-columns:1fr;gap:1.5rem}.hotels__card-image{height:200px}.hotels__card-body{padding:1.2rem 1.5rem 1.5rem}}@media(max-width:480px){.hotels__grid{gap:1.2rem}.hotels__card-image{height:180px}.hotels__card-name{font-size:1.15rem}}.hotel{position:relative;min-height:100vh;overflow-x:clip}.hotel>section{position:relative}.hotel__loading,.hotel__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}.hotel__loading p,.hotel__error p{font-family:Montserrat,sans-serif;color:#7a7a7a;font-size:18px}.hotel__spinner{width:50px;height:50px;border:4px solid rgba(254,74,73,.15);border-top-color:#fe4a49;border-radius:50%;animation:hotel-spin .8s linear infinite}.hotel__error-icon{font-size:4rem;color:#fe4a494d}.hotel__error h2{font-family:Archivo Black,sans-serif;color:#182541;font-size:34px}@keyframes hotel-spin{to{transform:rotate(360deg)}}.hotel__hero{position:relative;height:90vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;clip-path:inset(0)}.hotel__hero-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.hotel__hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hotel__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#18254140,#04387c8c);z-index:1}.hotel__hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;padding:0 2rem}.hotel__hero-title{font-size:6vw;font-family:Archivo Black,sans-serif;font-weight:700;color:#fffbfb;margin-bottom:1rem;text-shadow:0 4px 30px rgba(0,0,0,.25);line-height:1.1}.hotel__hero-subtitle{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;flex-wrap:wrap}.hotel__hero-stars{display:flex;gap:.3rem;color:#f9ce2f;font-size:2rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.hotel__hero-location{display:flex;align-items:center;gap:.4rem;font-family:Montserrat,sans-serif;font-size:1.5vw;color:#fffbfbe6}.hotel__hero-headline{font-family:Bebas Neue,sans-serif;font-size:2.5vw;color:#fe4a49;font-style:italic;background-color:#fffbfb;font-weight:600;padding:5px 20px;transform:rotate(-4deg);border-radius:10px}.hotel__info{position:relative;padding:2rem 2rem 5rem;margin-bottom:4rem;background:#fffbfb;z-index:5;overflow:visible}.hotel__info:before{content:"";position:absolute;left:-10%;right:-10%;top:10px;height:150px;background:#fffbfb;transform:skewY(-4deg);transform-origin:left top;pointer-events:none;z-index:1}.hotel__info-container{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}.hotel__info-title{font-family:Archivo Black,sans-serif;font-size:4vw;font-weight:700;color:#04387c;display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.hotel__info-title svg{color:#fe4a49;font-size:4vw}.hotel__info-description{font-family:Montserrat,sans-serif;font-size:20px;line-height:1.8;color:#7a7a7a;text-align:left}.hotel__info-description p{margin-bottom:1rem}.hotel__gallery{padding:4rem 2rem 5rem;background:#fffbfb}.hotel__gallery-container{max-width:1200px;margin:0 auto}.hotel__gallery-title{font-family:Archivo Black,sans-serif;font-size:4vw;font-weight:700;color:#fe4a49;text-align:center;margin-bottom:3rem}.hotel__gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.hotel__gallery-item{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;aspect-ratio:4/3;box-shadow:0 4px 15px #0000000f;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hotel__gallery-item:hover{transform:translateY(-6px);box-shadow:0 12px 35px #fe4a4926}.hotel__gallery-item:hover .hotel__gallery-item-overlay{opacity:1}.hotel__gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hotel__gallery-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#04387c4d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.hotel__gallery-item-overlay span{font-size:2rem}.hotel__amenities{position:relative;padding:5rem 2rem;background:#fff4f4;z-index:5;overflow:visible}.hotel__amenities:before,.hotel__amenities:after{content:"";position:absolute;left:-10%;right:-10%;height:150px;background:#fff4f4;transform:skewY(-4deg);pointer-events:none;z-index:1}.hotel__amenities:before{top:10px;transform-origin:left top}.hotel__amenities:after{bottom:-150px;transform-origin:left bottom}.hotel__amenities-container{position:relative;z-index:2;max-width:1200px;margin:0 auto}.hotel__amenities-block{margin-bottom:3rem}.hotel__amenities-block:last-child{margin-bottom:0}.hotel__amenities-heading{font-family:Archivo Black,sans-serif;font-size:2vw;font-weight:700;color:#fe4a49;display:flex;align-items:center;gap:.8rem;margin-bottom:2rem}.hotel__amenities-heading svg{color:#fe4a49;font-size:2vw}.hotel__amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.hotel__amenity-card{display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;background:#fffbfb;border-radius:20px;box-shadow:0 8px 30px #0000000f;border:2px solid transparent;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hotel__amenity-card:hover{transform:translateY(-4px);box-shadow:0 15px 45px #fe4a491f;border-color:#fe4a4926}.hotel__amenity-card--highlight .hotel__amenity-icon{color:#fe4a49}.hotel__amenity-card span{font-family:Montserrat,sans-serif;font-size:14px;color:#182541}.hotel__amenity-icon{font-size:1.2rem;color:#04387c;flex-shrink:0}.hotel__rating{margin:3rem 0 4rem;padding:5rem 2rem;background:#fffbfb}.hotel__rating-container{max-width:900px;margin:0 auto}.hotel__rating-title{font-family:Archivo Black,sans-serif;font-size:4vw;font-weight:700;color:#fe4a49;text-align:center;margin-bottom:3rem}.hotel__rating-content{display:flex;align-items:flex-start;justify-content:center;gap:3rem;flex-wrap:wrap}.hotel__rating-score{display:flex;flex-direction:column;align-items:center}.hotel__rating-number{font-size:4rem;font-weight:900;font-family:Bebas Neue,sans-serif;color:#fe4a49;line-height:1}.hotel__rating-label{font-family:Montserrat,sans-serif;color:#7a7a7a;font-size:14px;margin-top:.5rem;text-transform:uppercase;letter-spacing:.1em}.hotel__rating-holidaycheck{width:100%;padding:2.5rem;background:#fff4f4;border-radius:20px;box-shadow:0 8px 30px #0000000f;border:2px solid transparent}.hotel__rating-hc-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.hotel__rating-hc-score{display:flex;align-items:baseline;gap:.3rem}.hotel__rating-hc-value{font-size:3.5rem;font-weight:800;font-family:Bebas Neue,sans-serif;color:#04387c;line-height:1}.hotel__rating-hc-max{font-size:20px;font-family:Montserrat,sans-serif;color:#7a7a7a}.hotel__rating-hc-meta{display:flex;flex-direction:column;gap:.2rem}.hotel__rating-hc-label{font-family:Archivo Black,sans-serif;font-size:18px;font-weight:700;color:#182541}.hotel__rating-hc-count{font-family:Montserrat,sans-serif;font-size:14px;color:#7a7a7a}.hotel__rating-hc-recommend{display:flex;align-items:center;gap:.6rem;font-family:Montserrat,sans-serif;font-size:16px;color:#182541;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(4,56,124,.1)}.hotel__rating-hc-recommend svg{color:#07ccb1;font-size:1rem}.hotel__rating-aspects{display:flex;flex-direction:column;gap:.8rem}.hotel__rating-aspect{display:flex;align-items:center;gap:1rem}.hotel__rating-aspect-label{font-family:Montserrat,sans-serif;font-size:14px;color:#182541;min-width:140px;flex-shrink:0}.hotel__rating-aspect-bar{flex:1;height:8px;background:#04387c1a;border-radius:4px;overflow:hidden}.hotel__rating-aspect-fill{height:100%;background:linear-gradient(90deg,#fe4a49,#ff8202);border-radius:4px;transition:width 1s ease}.hotel__rating-aspect-value{font-family:Bebas Neue,sans-serif;font-size:18px;color:#04387c;min-width:30px;text-align:right}.hotel__roomtypes{position:relative;padding:4rem 2rem;background:#fff4f4;z-index:5;overflow:visible}.hotel__roomtypes:before{content:"";position:absolute;left:-10%;right:-10%;top:10px;height:150px;background:#fff4f4;transform:skewY(-4deg);transform-origin:left top;pointer-events:none;z-index:1}.hotel__roomtypes-container{position:relative;z-index:2;max-width:900px;margin:0 auto}.hotel__roomtypes-title{font-family:Archivo Black,sans-serif;font-size:4vw;font-weight:700;color:#04387c;display:flex;align-items:center;gap:.8rem;margin-bottom:2rem}.hotel__roomtypes-title svg{color:#fe4a49;font-size:4vw}.hotel__roomtypes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.hotel__roomtype-card{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;background:#fffbfb;border-radius:20px;box-shadow:0 8px 30px #0000000f;border:2px solid transparent;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hotel__roomtype-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #fe4a491f;border-color:#fe4a4926}.hotel__roomtype-card span{font-family:Montserrat,sans-serif;font-size:20px;color:#182541}.hotel__roomtype-icon{font-size:1.1rem;color:#04387c;flex-shrink:0}.hotel__attributes{padding:4rem 2rem 8rem;background:#fffbfb}.hotel__attributes-container{max-width:1200px;margin:0 auto}.hotel__attributes-title{font-family:Archivo Black,sans-serif;font-size:3vw;font-weight:700;color:#04387c;display:flex;align-items:center;gap:.8rem;margin-bottom:2rem}.hotel__attributes-title svg{color:#fe4a49;font-size:3vw}.hotel__attributes-grid{display:flex;flex-wrap:wrap;gap:.8rem}.hotel__attribute-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#fff4f4;border-radius:50px;font-family:Montserrat,sans-serif;font-size:16px;color:#182541;border:2px solid transparent;transition:all .3s ease}.hotel__attribute-tag:hover{border-color:#fe4a4933;box-shadow:0 4px 15px #fe4a4914}.hotel__attribute-icon{font-size:.7rem;color:#fe4a49;flex-shrink:0}.hotel__touroperator{position:relative;padding:4rem 2rem;background:#fff4f4;z-index:5;overflow:visible}.hotel__touroperator:before{content:"";position:absolute;left:-10%;right:-10%;top:10px;height:150px;background:#fff4f4;transform:skewY(-4deg);transform-origin:left top;pointer-events:none;z-index:1}.hotel__touroperator-container{position:relative;z-index:2;max-width:800px;margin:0 auto}.hotel__touroperator-title{font-family:Archivo Black,sans-serif;font-size:24px;font-weight:700;color:#04387c;text-align:center;margin-bottom:2rem}.hotel__touroperator-card{display:flex;align-items:center;gap:2rem;padding:2rem;background:#fffbfb;border-radius:20px;box-shadow:0 8px 30px #0000000f;border:2px solid transparent;max-width:500px;margin:0 auto}.hotel__touroperator-logo{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:12px;flex-shrink:0}.hotel__touroperator-info{flex:1}.hotel__touroperator-name{font-family:Archivo Black,sans-serif;font-size:20px;font-weight:700;color:#182541;margin-bottom:.3rem}.hotel__touroperator-code{font-family:Montserrat,sans-serif;font-size:14px;color:#7a7a7a}.hotel__offers{padding:5rem 2rem;background:#fffbfb}.hotel__offers-container{max-width:1200px;margin:0 auto}.hotel__offers-title{font-family:Archivo Black,sans-serif;font-size:clamp(24px,4vw,34px);font-weight:700;color:#fe4a49;text-align:center;margin-bottom:3rem}.hotel__offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.hotel__offer-card{background:#fff4f4;border-radius:20px;padding:2rem;box-shadow:0 8px 30px #0000000f;border:2px solid transparent;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hotel__offer-card:hover{transform:translateY(-8px);box-shadow:0 15px 45px #fe4a4926;border-color:#fe4a4926}.hotel__offer-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(4,56,124,.1)}.hotel__offer-name{font-family:Archivo Black,sans-serif;font-size:18px;font-weight:700;color:#182541;flex:1}.hotel__offer-price{text-align:right;flex-shrink:0}.hotel__offer-price-value{display:block;font-size:34px;font-weight:900;font-family:Bebas Neue,sans-serif;color:#fe4a49}.hotel__offer-price-type{display:block;font-size:12px;color:#7a7a7a;font-family:Montserrat,sans-serif}.hotel__offer-details{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.hotel__offer-detail{display:flex;align-items:center;gap:.7rem;font-family:Montserrat,sans-serif;font-size:14px;color:#7a7a7a}.hotel__offer-detail svg{color:#04387c;font-size:.85rem;flex-shrink:0}.hotel__offer-cta{display:inline-flex;align-items:center;gap:.6rem;background:#fe4a49;color:#fffbfb;padding:.8rem 1.8rem;border-radius:50px;font-family:Archivo Black,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.hotel__offer-cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #fe4a494d}.hotel__contact{position:relative;padding:5rem 2rem;background:#fff4f4;z-index:5;overflow:visible}.hotel__contact:before{content:"";position:absolute;left:-10%;right:-10%;top:10px;height:150px;background:#fff4f4;transform:skewY(-4deg);transform-origin:left top;pointer-events:none;z-index:1}.hotel__contact-container{position:relative;z-index:2;max-width:800px;margin:0 auto}.hotel__contact-title{font-family:Archivo Black,sans-serif;font-size:4vw;font-weight:700;color:#04387c;text-align:center;margin-bottom:2.5rem}.hotel__contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.hotel__contact-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background:#fffbfb;border-radius:20px;box-shadow:0 8px 30px #0000000f;border:2px solid transparent;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hotel__contact-item:hover{transform:translateY(-4px);box-shadow:0 12px 35px #fe4a491f;border-color:#fe4a4926}.hotel__contact-item a{color:#04387c;text-decoration:none;font-family:Montserrat,sans-serif;font-size:18px;transition:color .3s ease;word-break:break-all}.hotel__contact-item a:hover{color:#fe4a49}.hotel__contact-item span{font-family:Montserrat,sans-serif;font-size:18px;color:#182541}.hotel__contact-icon{font-size:1.3rem;color:#fe4a49;flex-shrink:0}.hotel__lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000eb;z-index:1000;display:flex;align-items:center;justify-content:center;animation:hotel-fadeIn .3s ease}.hotel__lightbox--closing{animation:hotel-fadeOut .3s ease forwards}.hotel__lightbox-content{position:relative;width:90vw;height:90vh;display:flex;align-items:center;justify-content:center}.hotel__lightbox-content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px}.hotel__lightbox-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fffbfb;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:transform .3s ease;z-index:10}.hotel__lightbox-close:hover{transform:scale(1.2)}.hotel__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffbfb26;border:none;color:#fffbfb;font-size:1.5rem;padding:1rem;cursor:pointer;border-radius:50%;transition:background .3s ease;z-index:10}.hotel__lightbox-nav:hover{background:#fffbfb4d}.hotel__lightbox-nav--prev{left:-60px}.hotel__lightbox-nav--next{right:-60px}.hotel__lightbox-counter{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);color:#fffbfbb3;font-family:Montserrat,sans-serif;font-size:14px}@keyframes hotel-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes hotel-fadeOut{0%{opacity:1}to{opacity:0}}@media(max-width:1024px){.hotel__gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.hotel__offers-grid{grid-template-columns:1fr}.hotel__lightbox-nav--prev{left:10px}.hotel__lightbox-nav--next{right:10px}}@media(max-width:768px){.hotel__hero{height:80vh}.hotel__hero-title{font-size:4rem}.hotel__hero-location{font-size:1.5rem}.hotel__hero-stars,.hotel__hero-headline{font-size:2rem}.hotel__info{padding:3rem 1.5rem}.hotel__info:before{height:80px;top:-10px}.hotel__info-title{font-size:2rem}.hotel__gallery{padding:3rem 1.5rem}.hotel__gallery-title{font-size:2rem;margin-bottom:2rem}.hotel__gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.8rem}.hotel__amenities{padding:3rem 1.5rem}.hotel__amenities-heading{font-size:2rem}.hotel__amenities-heading svg{font-size:2rem}.hotel__amenities:before,.hotel__amenities:after{height:80px}.hotel__amenities:before{top:-10px}.hotel__amenities:after{bottom:-70px}.hotel__amenities-grid{grid-template-columns:1fr}.hotel__rating{padding:3rem 1.5rem}.hotel__rating-title{font-size:2rem}.hotel__rating-content{flex-direction:column;gap:2rem}.hotel__rating-hc-header{flex-wrap:wrap}.hotel__rating-aspect-label{min-width:100px;font-size:12px}.hotel__roomtypes{padding:3rem 1.5rem}.hotel__roomtypes-title{font-size:2rem}.hotel__roomtypes:before{height:80px;top:-10px}.hotel__roomtypes-grid{grid-template-columns:1fr}.hotel__attributes{padding:3rem 1.5rem}.hotel__attributes-title{font-size:2rem}.hotel__attributes-title svg{font-size:2rem}.hotel__touroperator{padding:3rem 1.5rem}.hotel__touroperator:before{height:80px;top:-10px}.hotel__touroperator-card{flex-direction:column;text-align:center}.hotel__offers{padding:3rem 1.5rem}.hotel__offers-grid{grid-template-columns:1fr}.hotel__offer-card{padding:1.5rem}.hotel__offer-card-header{flex-direction:column}.hotel__offer-price{text-align:left}.hotel__contact{padding:3rem 1.5rem}.hotel__contact-title{font-size:2rem}.hotel__contact:before{height:80px;top:-10px}.hotel__contact-grid{grid-template-columns:1fr}.hotel__lightbox-content{max-width:95vw}.hotel__lightbox-nav{padding:.7rem;font-size:1.2rem}.hotel__lightbox-nav--prev{left:5px}.hotel__lightbox-nav--next{right:5px}.hotel__lightbox-close{top:-35px;right:5px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif;font-weight:400}li{list-style:none}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto}
