.grid-contact{display:grid;grid-template-columns:3fr 2fr}.grid-blog-article{display:grid;grid-template-columns:3fr 1fr;gap:3rem}.grid-blog-article .article-content{grid-column:1}.grid-blog-article .toc-sidebar{grid-column:2}@media (max-width:1024px){.grid-blog-article{grid-template-columns:1fr}.grid-blog-article .article-content,.grid-blog-article .toc-sidebar{grid-column:1}}.grid-trip-asymmetric{display:grid;grid-template-areas:"featured1 featured1 normal1 normal2" "featured1 featured1 normal3 normal4" "normal5 normal6 featured2 featured2" "normal7 normal8 featured2 featured2";grid-template-columns:repeat(4,328px);grid-auto-rows:478px;gap:1.5rem;justify-content:center}.grid-trip-asymmetric .featured-destination{grid-row:span 2}.grid-trip-asymmetric .featured-destination:first-child{grid-area:featured1}.grid-trip-asymmetric .featured-destination:nth-child(4){grid-area:featured2}.grid-trip-asymmetric .normal-destination:nth-child(2){grid-area:normal1}.grid-trip-asymmetric .normal-destination:nth-child(3){grid-area:normal2}.grid-trip-asymmetric .normal-destination:nth-child(5){grid-area:normal3}.grid-trip-asymmetric .normal-destination:nth-child(6){grid-area:normal4}.grid-trip-asymmetric .normal-destination:nth-child(7){grid-area:normal5}.grid-trip-asymmetric .normal-destination:nth-child(8){grid-area:normal6}.grid-trip-asymmetric .normal-destination:nth-child(9){grid-area:normal7}.grid-trip-asymmetric .normal-destination:nth-child(10){grid-area:normal8}@media (max-width:1400px){.grid-trip-asymmetric{grid-template-areas:"featured1 featured1 normal1" "featured1 featured1 normal2" "normal3 normal4 featured2" "normal5 normal6 featured2";grid-template-columns:repeat(3,328px)}.grid-trip-asymmetric .normal-destination:nth-child(7),.grid-trip-asymmetric .normal-destination:nth-child(8){display:none}}@media (max-width:1100px){.grid-trip-asymmetric{grid-template-areas:"featured1" "normal1" "normal2" "featured2" "normal3" "normal4";grid-template-columns:328px}.grid-trip-asymmetric .featured-destination{grid-row:span 1}.grid-trip-asymmetric .normal-destination{display:block}}@media (max-width:768px){.grid-trip-asymmetric{grid-template-areas:"featured1" "normal1" "normal2" "featured2" "normal3" "normal4";grid-template-columns:1fr}.grid-trip-asymmetric .featured-destination,.grid-trip-asymmetric .normal-destination{width:100%!important;height:auto!important;min-height:478px}}.grid-hero-precision{display:grid;grid-template-rows:1fr auto;grid-template-columns:1fr}.grid-hero-precision .hero-content{grid-row:1;align-self:center}.grid-hero-precision .search-overlay{grid-row:2;z-index:10;margin-bottom:-2rem}.hero-wavy{position:relative;background-size:cover;background-position:50%;z-index:0}.hero-wavy:after{bottom:-1px;height:84px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'><path fill='%23ffffff' d='M0,64L60,58.7C120,53,240,43,360,58.7C480,74,600,122,720,122C840,122,960,74,1080,58.7C1200,43,1320,53,1380,58.7L1440,64L1440,120L0,120Z'/></svg>") bottom /cover no-repeat}.hero-wavy:after,.hero-wavy:before{content:"";position:absolute;left:0;right:0;pointer-events:none;z-index:-1}.hero-wavy:before{bottom:0;height:12px;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,0))}@keyframes pulseOnce{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.animate-pulse-once{animation:pulseOnce 1s ease-in-out}.animate-bounce{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}