
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Instrument+Sans:wght@400;500;600;700&display=swap');
.sc-wrap{font-family:'Instrument Sans',sans-serif;color:#0D2630;background:#f4fbfe;overflow-x:hidden}
.sc-wrap *{margin:0;padding:0;box-sizing:border-box}
@keyframes sc-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@keyframes sc-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.sc-container{max-width:1060px;margin:0 auto;padding:0 28px}
.sc-lbl{font-size:11px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:#16617A;margin-bottom:14px}
.sc-ttl{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4.5vw,46px);font-weight:400;line-height:1.15;margin-bottom:18px;color:#041C28}
.sc-ttl b{font-weight:600}
.sc-sub{font-size:16px;color:#5A7580;max-width:530px;line-height:1.8;margin-bottom:54px}
.sc-section{padding:96px 0}

/* Hero */
.sc-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#041C28}
.sc-hero-sky{position:absolute;inset:0;background:linear-gradient(180deg,#0a1628 0%,#0f2440 15%,#1a3a5c 28%,#2a5a7a 38%,#4a8aaa 48%,#7ab8c8 56%,#d4a050 65%,#e8884a 72%,#f0a848 78%,#f8d488 84%,#fce8b8 90%,#fdf4e0 95%,#f4fbfe 100%)}
.sc-hero-sun-glow{position:absolute;bottom:22%;left:50%;transform:translateX(-50%);width:clamp(200px,40vw,500px);height:clamp(200px,40vw,500px);border-radius:50%;background:radial-gradient(circle,rgba(255,220,130,.35) 0%,rgba(248,180,80,.15) 30%,rgba(240,160,70,.05) 55%,transparent 70%);pointer-events:none}
.sc-hero-sun{position:absolute;bottom:28%;left:50%;transform:translateX(-50%);width:clamp(40px,6vw,80px);height:clamp(40px,6vw,80px);border-radius:50%;background:radial-gradient(circle,rgba(255,240,200,.9) 0%,rgba(255,200,100,.6) 40%,rgba(248,180,80,.2) 70%,transparent 100%);pointer-events:none;filter:blur(2px)}
.sc-hero-content{position:relative;z-index:3;text-align:center;padding:130px 28px 300px;max-width:840px}
.sc-hero-ey{display:inline-block;font-size:11px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#00CED1;margin-bottom:30px}
.sc-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,6.5vw,72px);font-weight:400;color:#fff;line-height:1.1;margin-bottom:26px;letter-spacing:-1px}
.sc-hero h1 em{font-style:italic;font-weight:300;background:linear-gradient(135deg,#40E0D0,#00CED1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.sc-hero-p{font-size:17px;color:rgba(255,255,255,.65);line-height:1.9;max-width:520px;margin:0 auto 42px}
.sc-hero-cta{display:inline-flex;align-items:center;gap:12px;background:#00CED1;color:#041C28;font-size:15px;font-weight:600;padding:18px 42px;border-radius:60px;text-decoration:none;box-shadow:0 8px 36px rgba(0,206,209,.35);position:relative;overflow:hidden;font-family:'Instrument Sans',sans-serif;transition:all .35s}
.sc-hero-cta:hover{transform:translateY(-3px);box-shadow:0 14px 48px rgba(0,206,209,.5)}
.sc-hero-cta::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-size:200% 100%;animation:sc-shimmer 3s infinite}
.sc-hero-price{font-size:12px;color:rgba(255,255,255,.35);margin-top:16px;letter-spacing:1px}
.sc-wave-canvas{position:absolute;bottom:0;left:0;width:100%;height:280px;z-index:4;pointer-events:none}
.sc-wave-canvas-rev{position:absolute;top:0;left:0;width:100%;height:180px;z-index:4;pointer-events:none}

/* Gallery */
.sc-gal{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:220px 220px;gap:10px;border-radius:20px;overflow:hidden;margin-bottom:54px}
.sc-gal img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.sc-gal img:hover{transform:scale(1.05)}
.sc-gal-big{grid-row:span 2}

/* Features */
.sc-feats{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}
.sc-feat{background:#f4fbfe;border-radius:18px;padding:34px 26px;border:1px solid rgba(0,0,0,.04);transition:all .4s;position:relative;overflow:hidden}
.sc-feat:hover{transform:translateY(-6px);box-shadow:0 20px 56px rgba(11,49,66,.07)}
.sc-feat::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00CED1,#40E0D0);transform:scaleX(0);transform-origin:left;transition:transform .4s}
.sc-feat:hover::after{transform:scaleX(1)}
.sc-feat-icon{width:42px;height:42px;border-radius:11px;background:rgba(0,206,209,.12);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.sc-feat-icon svg{width:20px;height:20px;stroke:#16617A;stroke-width:1.8;fill:none}
.sc-feat h3{font-size:16px;font-weight:600;margin-bottom:10px;color:#041C28}
.sc-feat p{font-size:14px;color:#5A7580;line-height:1.8}

/* Tour cards */
.sc-tours{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.sc-tour{background:#f4fbfe;border-radius:16px;padding:32px 26px;border:1px solid rgba(0,0,0,.04);transition:all .35s;cursor:pointer}
.sc-tour:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(11,49,66,.07)}
.sc-tour-tag{display:inline-block;font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#fff;padding:3px 10px;border-radius:20px;margin-bottom:14px}
.sc-tour h3{font-size:15px;font-weight:600;color:#041C28;margin-bottom:10px;line-height:1.3}
.sc-tour-price{font-size:26px;font-weight:700;color:#041C28;font-family:'Cormorant Garamond',serif}
.sc-tour-price span{font-size:13px;color:#5A7580;font-weight:400;font-family:'Instrument Sans',sans-serif}

/* Diff section */
.sc-diff{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
.sc-diff-item{padding:20px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.sc-diff-item h4{font-size:15px;font-weight:600;color:#041C28;margin-bottom:6px}
.sc-diff-item p{font-size:13.5px;color:#5A7580;line-height:1.8}

/* Stats */
.sc-stats{background:#041C28;padding:68px 28px;position:relative;overflow:hidden}
.sc-stats-bg{position:absolute;inset:0;background:radial-gradient(ellipse 700px 350px at 10% 80%,rgba(0,206,209,.07) 0%,transparent 60%),radial-gradient(ellipse 500px 250px at 85% 20%,rgba(94,234,219,.05) 0%,transparent 55%);animation:sc-float 10s ease-in-out infinite;pointer-events:none}
.sc-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;text-align:center;max-width:920px;margin:0 auto;position:relative;z-index:2}
.sc-stat-n{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,4.5vw,50px);font-weight:300;color:#00CED1;line-height:1}
.sc-stat-t{font-size:11px;color:rgba(255,255,255,.38);margin-top:8px;letter-spacing:1.5px;text-transform:uppercase;font-weight:500}

/* Services */
.sc-srvs{display:flex;flex-direction:column;gap:14px}
.sc-srv{display:grid;grid-template-columns:180px 1fr;background:#fff;border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.04);transition:all .4s}
.sc-srv:hover{transform:translateX(8px);box-shadow:0 12px 40px rgba(11,49,66,.06)}
.sc-srv img{width:100%;height:100%;min-height:130px;object-fit:cover}
.sc-srv-body{padding:26px 30px;display:flex;flex-direction:column;justify-content:center}
.sc-srv-body h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#041C28}
.sc-srv-body p{font-size:14px;color:#5A7580;line-height:1.8}

/* Testimonials */
.sc-test{background:#041C28;position:relative;overflow:hidden}
.sc-test-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 70%,rgba(0,206,209,.06),transparent 50%);pointer-events:none}
.sc-test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;position:relative;z-index:2}
.sc-test-card{background:rgba(255,255,255,.04);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:32px 26px;position:relative}
.sc-test-card::before{content:'';position:absolute;top:0;left:26px;width:36px;height:3px;background:linear-gradient(90deg,#00CED1,transparent);border-radius:2px}
.sc-test-card p{font-size:14.5px;color:rgba(255,255,255,.72);line-height:1.9;margin:14px 0 18px}
.sc-test-stars{color:#00CED1;font-size:13px;letter-spacing:3px}
.sc-test-from{font-size:11px;color:rgba(255,255,255,.28);margin-top:4px;letter-spacing:1px;text-transform:uppercase}

/* Team */
.sc-team{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;text-align:center}
.sc-tm-av{width:76px;height:76px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#0C3A4E,#16617A);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:500;color:#00CED1;border:2px solid #d7eaf2;box-shadow:0 6px 18px rgba(0,0,0,.06);transition:all .4s}
.sc-tm:hover .sc-tm-av{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,206,209,.15);border-color:#00CED1}
.sc-tm h4{font-size:14px;font-weight:600;margin-bottom:3px}
.sc-tm span{font-size:12px;color:#5A7580}

/* Steps */
.sc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;position:relative}
.sc-step{text-align:center}
.sc-step-n{width:56px;height:56px;border-radius:50%;background:#f4fbfe;border:2px solid #00CED1;color:#041C28;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;line-height:52px;margin:0 auto 18px;transition:all .35s}
.sc-step:hover .sc-step-n{background:#00CED1;color:#fff;box-shadow:0 6px 24px rgba(0,206,209,.3)}
.sc-step h3{font-size:15px;font-weight:600;margin-bottom:8px;color:#041C28}
.sc-step p{font-size:13.5px;color:#5A7580;line-height:1.8}

/* FAQ */
.sc-faq{display:flex;flex-direction:column;gap:8px}
.sc-fi{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.04);overflow:hidden}
.sc-fq{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 28px;background:none;border:none;cursor:pointer;font-family:'Instrument Sans',sans-serif;font-size:15px;font-weight:600;color:#041C28;text-align:left;gap:16px}
.sc-fq:hover{background:rgba(0,206,209,.03)}
.sc-fq svg{flex-shrink:0;width:16px;height:16px;color:#16617A;transition:transform .3s}
.sc-fi.open .sc-fq svg{transform:rotate(180deg)}
.sc-fa{max-height:0;overflow:hidden;transition:max-height .4s ease}
.sc-fi.open .sc-fa{max-height:320px}
.sc-fa-in{padding:0 28px 22px;font-size:14.5px;color:#5A7580;line-height:1.9}
.sc-fa-in a{color:#16617A;text-decoration:underline}

/* Canvas sections */
.sc-flight-canvas{width:100%;height:clamp(350px,42vw,520px);display:block}
.sc-ocean-canvas{width:100%;height:clamp(650px,75vw,900px);display:block}

/* Responsive */
@media(max-width:900px){
  .sc-feats{grid-template-columns:1fr 1fr}
  .sc-stats-grid{grid-template-columns:repeat(2,1fr)}
  .sc-team{grid-template-columns:repeat(3,1fr)}
  .sc-steps{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .sc-section{padding:72px 0}
  .sc-gal{grid-template-columns:1fr 1fr;grid-template-rows:170px 170px 170px}
  .sc-gal-big{grid-row:span 1}
  .sc-feats{grid-template-columns:1fr}
  .sc-srv{grid-template-columns:1fr}
  .sc-srv img{height:180px}
  .sc-team{grid-template-columns:repeat(2,1fr)}
  .sc-tours{grid-template-columns:1fr}
}

.sc-wrap .sc-custom-67b26790aa{position:absolute;bottom:26%;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,220,130,.3) 30%,rgba(255,200,100,.5) 50%,rgba(255,220,130,.3) 70%,transparent);pointer-events:none}
.sc-wrap .sc-custom-b2c79e8836{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 50% 40% at 65% 35%,rgba(255,255,255,.1) 0%,transparent 70%);animation:sc-float 8s ease-in-out infinite}
.sc-wrap .sc-custom-a534576375{width:160px;margin-bottom:28px;display:block;margin-left:auto;margin-right:auto}
.sc-wrap .sc-custom-1af2560d68{background:#fff;padding-bottom:60px}
.sc-wrap .sc-custom-15cb695507{text-decoration:none;color:inherit}
.sc-wrap .sc-custom-22d8c86f4c{background:#D4A74A}
.sc-wrap .sc-custom-15cb695507{text-decoration:none;color:inherit}
.sc-wrap .sc-custom-735ca2593a{background:#00CED1}
.sc-wrap .sc-custom-15cb695507{text-decoration:none;color:inherit}
.sc-wrap .sc-custom-90f8f35177{background:#20B2AA}
.sc-wrap .sc-custom-15cb695507{text-decoration:none;color:inherit}
.sc-wrap .sc-custom-f7a8595b22{background:#E87B5C}
.sc-wrap .sc-custom-15cb695507{text-decoration:none;color:inherit}
.sc-wrap .sc-custom-0792e95829{background:#009C3B}
.sc-wrap .sc-custom-15cb695507{text-decoration:none;color:inherit}
.sc-wrap .sc-custom-0792e95829{background:#009C3B}
.sc-wrap .sc-custom-4c2d054966{text-align:center;margin-top:32px}
.sc-wrap .sc-custom-9a2388e0dc{font-size:14px;font-weight:600;color:#16617A;text-decoration:none;border-bottom:2px solid #00CED1;padding-bottom:2px}
.sc-wrap .sc-custom-6050b32582{background:#fff}
.sc-wrap .sc-custom-f1e8d5e9f4{padding-top:60px;padding-bottom:60px}
.sc-wrap .sc-custom-c09b51c4c0{font-size:15px;color:#5A7580;line-height:2;max-width:700px;margin-bottom:48px}
.sc-wrap .sc-custom-06dcf347ed{margin-bottom:32px}
.sc-wrap .sc-custom-1e99e68c86{background:#041C28}
.sc-wrap .sc-custom-9ed07a2520{height:45px;opacity:.7;margin-bottom:6px}
.sc-wrap .sc-custom-11cef69133{position:relative;overflow:hidden}
.sc-wrap .sc-custom-08942d772c{color:#00CED1}
.sc-wrap .sc-custom-eedb2619ac{color:#fff}
.sc-wrap .sc-custom-2957900ace{color:rgba(255,255,255,.38)}
.sc-wrap .sc-custom-b0f46b365d{object-fit:cover;font-size:0}
.sc-wrap .sc-custom-b0f46b365d{object-fit:cover;font-size:0}
.sc-wrap .sc-custom-b0f46b365d{object-fit:cover;font-size:0}
.sc-wrap .sc-custom-b0f46b365d{object-fit:cover;font-size:0}
.sc-wrap .sc-custom-b0f46b365d{object-fit:cover;font-size:0}
.sc-wrap .sc-custom-b0f46b365d{object-fit:cover;font-size:0}
.sc-wrap .sc-custom-6050b32582{background:#fff}
.sc-wrap .sc-custom-e3281d58e7{margin-bottom:36px}
.sc-wrap .sc-custom-11cef69133{position:relative;overflow:hidden}
.sc-wrap .sc-custom-d4552b7c93{position:absolute;top:0;left:0;right:0;z-index:6;text-align:center;padding:220px 28px 80px}
.sc-wrap .sc-custom-08942d772c{color:#00CED1}
.sc-wrap .sc-custom-c8fe602101{color:#fff;margin-bottom:20px}
.sc-wrap .sc-custom-5b1a3523fb{font-size:17px;color:rgba(255,255,255,.55);line-height:1.8;max-width:500px;margin:0 auto 36px}
.sc-wrap .sc-custom-d89030f6e6{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.sc-wrap .sc-custom-31b2161df2{display:inline-flex;background:#00CED1;color:#041C28;font-size:15px;font-weight:600;padding:18px 40px;border-radius:60px;text-decoration:none;box-shadow:0 8px 32px rgba(0,206,209,.3);font-family:'Instrument Sans',sans-serif}
.sc-wrap .sc-custom-ab5525602e{display:inline-flex;background:transparent;border:1.5px solid rgba(255,255,255,.2);color:#fff;font-size:15px;font-weight:500;padding:18px 40px;border-radius:60px;text-decoration:none;font-family:'Instrument Sans',sans-serif}
.sc-wrap .sc-custom-c564265bf9{font-size:12px;color:rgba(255,255,255,.25);margin-top:20px;letter-spacing:.5px}
.sc-wrap .sc-custom-28f5eb3a11{position:absolute;bottom:20px;left:0;right:0;z-index:6;text-align:center;font-size:12px;color:rgba(120,200,210,.3)}
.sc-wrap .sc-custom-d87ea71785{width:100px;opacity:.4;margin-bottom:8px;display:block;margin-left:auto;margin-right:auto}
.sc-wrap .sc-custom-541964fc24{opacity:.6}
.sc-wrap .sc-custom-dedad52127{color:rgba(0,206,209,.4);text-decoration:none}
.sc-wrap .sc-custom-dedad52127{color:rgba(0,206,209,.4);text-decoration:none}
/* Integrate the supplied composition with the approved blue Soy Cancún site. */
.sc-wrap{width:100%;text-align:left}.sc-wrap .sc-hero-sky{background:linear-gradient(180deg,#061f36 0%,#0a3855 34%,#086883 63%,#23b3c2 84%,#f4fbfe 100%)}
.sc-wrap .sc-hero-sun-glow{background:radial-gradient(circle,rgba(160,245,255,.25),transparent 70%)}
.sc-wrap .sc-hero-sun{background:radial-gradient(circle,rgba(230,255,255,.75),rgba(200,245,255,.2) 55%,transparent 75%)}
.sc-wrap .sc-hero{min-height:780px}.sc-wrap .sc-hero-content{padding:90px 28px 240px}.sc-wrap .sc-hero-p{color:#e0eef4}.sc-wrap .sc-hero-price{color:#cce6ee}
.sc-wrap .sc-feat-icon img{width:20px;height:20px}.sc-wrap .sc-tour{height:100%}.sc-wrap .sc-tour-tag{color:#072e40}.sc-wrap .sc-fa{max-height:none}.sc-wrap summary::-webkit-details-marker{display:none}.sc-wrap .sc-fq::after{content:'+';font-size:24px;font-weight:400}.sc-wrap details[open] .sc-fq::after{content:'−'}.sc-wrap .sc-fa-in{padding-top:0}
.sc-wrap .sc-stat-t,.sc-wrap .sc-test-from{color:#a6c1ce}.sc-wrap .sc-test .sc-sub{color:#b4ced8}.sc-wrap .sc-test .sc-archive-link a{color:#40e0d0}
.sc-wrap .sc-archive-link{margin-top:30px}.sc-wrap .sc-archive-link a,.sc-secondary-link{color:#14687e;text-decoration:underline;text-underline-offset:5px;font-size:14px;font-weight:600}
.sc-wrap .sc-motion-toggle{display:block;margin:20px auto 0;background:transparent;color:#d7f5fa;border:1px solid #86c7d0;border-radius:30px;padding:8px 14px;font:12px 'Instrument Sans',sans-serif;cursor:pointer}
.sc-wrap a:focus-visible,.sc-wrap summary:focus-visible,.sc-wrap button:focus-visible{outline:3px solid #0499b5;outline-offset:5px}
.sc-motion-paused *,.sc-motion-paused *::before{animation:none!important;transition:none!important}
.sc-wrap .sc-final-copy a{margin:7px}
.sc-wrap .sc-final{background:#083848;min-height:800px}.sc-wrap .sc-final .sc-ocean-canvas{position:absolute;inset:0;height:100%}.sc-wrap .sc-final .sc-final-copy{position:relative;padding:210px 28px 210px}.sc-wrap .sc-final-copy>p{color:#c4dce5}.sc-wrap .sc-final>div:last-child{color:#a9ced8}.sc-wrap .sc-final>div:last-child a{color:#67d9dc}.sc-wrap .sc-final>div:last-child img{opacity:1}.sc-wrap .sc-final>div:last-child span{opacity:1}
.sc-archive{padding-bottom:80px}.sc-wrap .archive-intro{padding-top:64px;padding-bottom:50px}.sc-breadcrumbs{font-size:12px;color:#526f80;margin-bottom:46px!important}.sc-breadcrumbs a{color:inherit}.sc-wrap .archive-intro h1{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,5vw,66px);line-height:1.05;font-weight:500;max-width:780px;margin-bottom:24px}.sc-wrap .archive-intro>p{color:#526f80;line-height:1.8;max-width:650px;font-size:17px}
.sc-review-archive{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sc-full-review{display:flex;flex-direction:column;padding:32px!important;border:1px solid #deedf2;border-radius:20px;background:white}.sc-quote-mark{color:#079bb7;font:76px/1 'Cormorant Garamond',serif;height:60px}.sc-full-review blockquote{border:0;margin:0;padding:0}.sc-full-review blockquote p{font-size:15px;line-height:1.9;color:#526f80}.sc-review-author{display:flex;align-items:center;gap:12px;margin-top:auto!important;padding-top:28px!important}.sc-initials{display:grid;place-items:center;width:42px;height:42px;flex-shrink:0;background:#e6f7fa;color:#0c5870;border-radius:50%;font-size:12px}.sc-review-author h2{font:600 14px 'Instrument Sans',sans-serif}
.sc-team-archive{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.sc-person{background:#fff;border:1px solid #deedf2;border-radius:18px;overflow:hidden}.sc-person>img{display:block;width:100%;height:280px;object-fit:cover;object-position:center 25%}.sc-person>div{padding:24px}.sc-person h2{font:600 19px 'Instrument Sans',sans-serif;margin-bottom:8px}.sc-person p{color:#617f8e;font-size:14px}.sc-wrap .sc-archive-cta{margin-top:64px;border-top:1px solid #d3e9f0;padding-top:50px}.sc-wrap .sc-archive-cta h2{font-family:'Cormorant Garamond',serif;font-size:36px;margin-bottom:14px}.sc-wrap .sc-archive-cta p{color:#526f80;margin-bottom:26px}.sc-secondary-link{display:inline-block;margin:24px!important}
@media(max-width:900px){.sc-review-archive{grid-template-columns:1fr}.sc-team-archive{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.sc-wrap .sc-hero{min-height:0}.sc-wrap .sc-hero-content{padding:68px 24px 220px}.sc-container{padding-left:22px;padding-right:22px}.sc-wrap .sc-hero-cta{padding:17px 24px;justify-content:center;font-size:14px;text-align:center}.sc-team-archive{grid-template-columns:1fr}.sc-person>img{height:300px}.sc-wrap .sc-final-copy{padding-top:180px!important;padding-bottom:240px!important}.sc-wrap .sc-final>div:last-child{padding:0 24px}.sc-wrap .sc-flight-canvas{height:220px}.sc-wrap .sc-gal{grid-template-rows:150px 150px 150px}.sc-wrap .sc-gal-big{grid-column:span 2}.sc-wrap .sc-team{gap:28px 16px}.sc-wrap .sc-secondary-link{margin-left:0!important}}
@media(prefers-reduced-motion:reduce){.sc-wrap *,.sc-wrap *::before{animation:none!important;transition:none!important}}
