#Featured{padding-block:1.25rem;display:flex;flex-direction:column;gap:.75rem;width:100vw;max-width:100%;padding-inline:4vw}@media screen and (min-width:51.25em){#Featured{padding-inline:8vw}}@media screen and (min-width:64.0625em){#Featured{padding-inline:13vw}}@media screen and (min-width:127.5em){#Featured{padding-inline:20vw}}@media screen and (min-width:90.625em){#Featured{padding-block:2.5rem}}#Featured .featured_cards{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:51.25em){#Featured .featured_cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}}@media screen and (min-width:64.0625em){#Featured .featured_cards{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:90.625em){#Featured .featured_cards{grid-template-columns:repeat(4,1fr)}}#Featured .secondary{align-self:center}@media screen and (min-width:64.0625em){#Featured .secondary{margin-top:.875rem}}#UnscriptedMoments{padding-block:1.25rem;display:flex;flex-direction:column;gap:.625rem;width:100vw;max-width:100%;padding-inline:4vw}@media screen and (min-width:51.25em){#UnscriptedMoments{padding-inline:8vw}}@media screen and (min-width:64.0625em){#UnscriptedMoments{padding-inline:13vw}}@media screen and (min-width:127.5em){#UnscriptedMoments{padding-inline:20vw}}#UnscriptedMoments .moments_container{display:flex;gap:.625rem;overflow-x:scroll;overflow-y:visible;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#UnscriptedMoments .moments_container::-webkit-scrollbar{display:none}@media screen and (min-width:64.0625em){#UnscriptedMoments .moments_container{cursor:-webkit-grab;cursor:grab;padding-bottom:.75rem;-ms-overflow-style:auto;scrollbar-width:thin}#UnscriptedMoments .moments_container::-webkit-scrollbar{display:block;width:8px;height:8px}#UnscriptedMoments .moments_container::-webkit-scrollbar-track{background:rgba(0,0,0,0)}#UnscriptedMoments .moments_container::-webkit-scrollbar-thumb{background-color:rgba(26,26,26,.3);border-radius:20px}#UnscriptedMoments .moments_container::-webkit-scrollbar-thumb:hover{background-color:rgba(26,26,26,.5)}}#UnscriptedMoments .moments_container .moment_card_container{display:flex;flex-direction:column;gap:.625rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#UnscriptedMoments .moments_container .moment_card_container .moment_card{width:40vw;aspect-ratio:2/3;position:relative;display:flex;align-items:flex-end;padding:.625rem;justify-content:flex-start}@media screen and (min-width:51.25em){#UnscriptedMoments .moments_container .moment_card_container .moment_card{width:30vw}}@media screen and (min-width:64.0625em){#UnscriptedMoments .moments_container .moment_card_container .moment_card{width:20vw;cursor:grab;cursor:-webkit-grab}#UnscriptedMoments .moments_container .moment_card_container .moment_card:active{cursor:grabbing;cursor:-webkit-grabbing}}#UnscriptedMoments .moments_container .moment_card_container .moment_card .bg{position:absolute;inset:0;background-image:linear-gradient(180deg,hsl(from #1a1a1a h s l/0) 50%,hsl(from #1a1a1a h s l/1));z-index:1}#UnscriptedMoments .moments_container .moment_card_container .moment_card video{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;pointer-events:none}#UnscriptedMoments .moments_container .moment_card_container .moment_card h3{position:relative;z-index:2;font-size:.875rem;color:#fff;pointer-events:none}@media screen and (min-width:51.25em){#UnscriptedMoments .moments_container .moment_card_container .moment_card h3{font-size:1rem}}#UnscriptedMoments .moments_container .moment_card_container .moment_card .play_icon{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);background-color:hsl(from #1a1a1a h s l/.5);border-radius:50%;display:flex;align-items:center;justify-content:center;width:3.125rem;height:3.125rem;cursor:pointer}#UnscriptedMoments .moments_container .moment_card_container .moment_card .play_icon svg{color:#fff}#UnscriptedMoments .moments_container .moment_card_container p{font-size:.75rem;pointer-events:none}@media screen and (min-width:51.25em){#UnscriptedMoments .moments_container .moment_card_container p{font-size:.875rem}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(250,201,2,.4)}70%{box-shadow:0 0 0 10px rgba(250,201,2,0)}to{box-shadow:0 0 0 0 rgba(250,201,2,0)}}#Sounds .sounds_container{display:flex;gap:1.25rem}#Sounds .sounds_container .button-wrapper{position:relative;width:3.75rem;height:3.75rem;cursor:pointer}#Sounds .sounds_container .button-wrapper .progress-ring{position:absolute;top:0;left:0;transform:rotate(-90deg)}#Sounds .sounds_container .button-wrapper .progress-ring__circle{transition:stroke-dashoffset .1s ease-in-out}#Sounds .sounds_container .button-wrapper:first-child .progress-ring__circle,#Sounds .sounds_container .button-wrapper:last-child .progress-ring__circle{stroke:#fac902}#Sounds .sounds_container .button-wrapper button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.125rem;aspect-ratio:1;color:hsl(from #fac902 h s l/.5);border-radius:50%;border:.125rem solid hsl(from #fac902 h s l/.5);display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,0);cursor:pointer;transition:all .3s ease-in-out;animation:pulse 2s infinite}@media screen and (min-width:64.0625em){#Sounds .sounds_container .button-wrapper button:hover{transform:translate(-50%,-50%) scale(1.1);border-color:#fac902;color:#fac902;animation:none}}#Sounds .sounds_container .button-wrapper button.playing{color:#fac902;animation:none;box-shadow:0 0 15px rgba(26,69,161,.3)}#CardButton{display:flex;justify-content:center;align-items:center;font-family:var(--font-gothic-a1),sans-serif;font-weight:600}.primary{width:100%;background-color:#1a45a1;color:#fff;padding:.75rem 1rem}@media screen and (min-width:64.0625em){.primary{font-size:.875rem;transition:background-color .3s ease-in-out,color .2s ease-in-out}.primary:hover{background-color:#fff;color:#1a45a1}}.secondary{width:100%;background-color:rgba(0,0,0,0);color:#fac902;border:.125rem solid rgba(250,201,2,.5);padding:.75rem 1rem}@media screen and (min-width:51.25em){.secondary{padding:.75rem 3.125rem;width:-moz-fit-content;width:fit-content}}@media screen and (min-width:64.0625em){.secondary{padding:.75rem 3.75rem;font-size:.875rem}}#FeaturedCard{width:100%;border:.125rem solid rgba(26,69,161,.75);padding:1.25rem;gap:1rem;justify-content:space-between}#FeaturedCard,#FeaturedCard .up{display:flex;flex-direction:column}#FeaturedCard .up{gap:.75rem}#FeaturedCard .up .img_container{position:relative;width:100%;aspect-ratio:3/2;overflow:hidden}#FeaturedCard .up .img_container img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}#FeaturedCard .up p{font-family:var(--font-gothic-a1),sans-serif;font-weight:400}#FeaturedCard .up p:first-of-type{opacity:.75;font-size:.875rem}#FeaturedCard h1{margin-top:.75rem;font-size:1.125rem}#FeaturedCard h2{font-size:1.125rem;font-family:var(--font-gothic-a1),sans-serif;font-weight:800}#FeaturedCard .down{display:flex;flex-direction:column;gap:1rem}#FeaturedCard .down .featured_attractions{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:1.5rem;row-gap:1.5rem}#FeaturedCard .down .featured_attractions .featured_attractions_item{display:flex;flex-direction:column;gap:.25rem}#FeaturedCard .down .featured_attractions .featured_attractions_item h3,#FeaturedCard .down .featured_attractions .featured_attractions_item p{font-family:var(--font-gothic-a1),sans-serif;font-weight:400;font-size:1rem}#FeaturedCard .down .featured_attractions .featured_attractions_item p{font-family:var(--font-gothic-a1),sans-serif;font-weight:800}#WhyCtcle{padding-block:.625rem 1.25rem;display:flex;flex-direction:column;gap:1.75rem;width:100vw;max-width:100%;padding-inline:4vw}@media screen and (min-width:51.25em){#WhyCtcle{padding-inline:8vw}}@media screen and (min-width:64.0625em){#WhyCtcle{padding-inline:13vw}}@media screen and (min-width:127.5em){#WhyCtcle{padding-inline:20vw}}@media screen and (min-width:64.0625em){#WhyCtcle{padding-block:3.125rem;flex-direction:row;justify-content:space-between;gap:3.125rem}}#WhyCtcle .title_container{display:flex;flex-direction:column;gap:.625rem}@media screen and (min-width:64.0625em){#WhyCtcle .title_container p{max-width:60ch}}#WhyCtcle .differences{display:flex;flex-direction:column;align-items:center;gap:1.25rem}#WhyCtcle .differences .title{display:flex;gap:.5rem;font-style:italic;color:#fac902}#CarouselHero{width:100vw;padding-block:5% 10%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:64.0625em){#CarouselHero{padding-block:2% 3%}}@media screen and (min-width:90.625em){#CarouselHero{padding-block:1% 1.5%}}#CarouselHero .carosel_container{width:100%;height:90%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}@media screen and (min-width:64.0625em){#CarouselHero .carosel_container{height:94%}}#CarouselHero .carousel_item{width:84%;height:100%;position:absolute;will-change:transform;display:flex;justify-content:center;align-items:flex-end;padding-block:2.25rem;transition:z-index 0s linear .5s}@media screen and (min-width:64.0625em){#CarouselHero .carousel_item{width:90%}}#CarouselHero .carousel_item.center{z-index:3;transition-delay:0s}#CarouselHero .carousel_item.left{z-index:2}#CarouselHero .carousel_item.right{z-index:1}#CarouselHero .carousel_item .skeleton{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(26,26,26,.25) 25%,rgba(255,255,255,.5) 50%,rgba(26,26,26,.25) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;z-index:1}#CarouselHero .carousel_item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;object-position:50% 75%;z-index:2;opacity:0;transition:opacity .3s ease-in-out}#CarouselHero .carousel_item img.loaded{opacity:1}#CarouselHero .carousel_item .bg_overlay{position:absolute;inset:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,0,0,0) 50%,rgba(0,0,0,.9));z-index:3}#CarouselHero .carousel_item h2{position:relative;z-index:4;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;font-size:1rem;font-family:var(--font-gothic-a1),sans-serif;font-weight:400;font-style:italic;color:#fff;max-width:80%;text-align:center}@media screen and (min-width:64.0625em){#CarouselHero .carousel_item h2{font-size:1.25rem}}#CarouselHero .nav_btn{position:absolute;z-index:5;border-radius:50%;padding:.75rem;background-color:hsla(0,0%,100%,.5);color:#1a45a1}#CarouselHero .previous_button{left:10%}#CarouselHero .next_button{right:10%}#CarouselHero .pagination{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem}@media screen and (min-width:90.625em){#CarouselHero .pagination{gap:1rem}}#CarouselHero .pagination .dot{position:relative;width:1.1875rem;aspect-ratio:1;border-radius:50%;background-color:rgba(0,0,0,0);border:.125rem solid #fff;transition:background-color .5s ease-in-out,border .5s ease-in-out}@media screen and (min-width:64.0625em){#CarouselHero .pagination .dot{width:1rem;aspect-ratio:1}}@media screen and (min-width:90.625em){#CarouselHero .pagination .dot{width:1.25rem}}#CarouselHero .pagination .dot_active{background-color:#fff;border:.125rem solid rgba(0,0,0,0)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}