/* Map22: only the hero headline; no coupon, form, navigation or payment restyling. */
.cm-home-hero .cm-hero-title.atlas-video-headline {
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:clamp(36px,4.7vw,64px);font-weight:800;line-height:1.07;
  letter-spacing:-.035em;text-align:center;color:var(--cm-ink,#221a5e);
  margin-inline:auto;max-width:1120px;
}
.atlas-video-headline .atlas-hero-main-line{display:block}
.atlas-video-headline .atlas-hero-second-line{display:block;white-space:nowrap;line-height:1.16;min-height:1.16em}
.atlas-video-headline .atlas-video-location {
  display:inline-flex;align-items:baseline;gap:.09em;vertical-align:baseline;
  white-space:nowrap;min-height:0;transform:none;filter:none;opacity:1;
  transition:none;will-change:auto;
}
.atlas-video-headline .cm-gradient-city[data-cm-city] {
  display:inline-block;background-image:linear-gradient(100deg,#a056c0 0%,#d75e77 21%,#d48558 39%,#189570 64%,#2584ad 88%);
  background-size:240% 100%;background-position:0% 50%;background-clip:text;-webkit-background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
  animation:atlas-video-colour var(--atlas-city-period,2200ms) linear infinite;
  padding-block:.02em;
}
.atlas-video-headline .cm-hero-flag[data-cm-flag] {
  display:inline-block;font-family:inherit;font-size:.39em;font-weight:750;
  line-height:1;letter-spacing:-.03em;color:var(--cm-ink,#221a5e);
  -webkit-text-fill-color:currentColor;align-self:baseline;margin:0;
}
@keyframes atlas-video-colour{0%{background-position:0% 50%}100%{background-position:100% 50%}}
.atlas-video-headline.atlas-hero-paused .cm-gradient-city[data-cm-city]{animation-play-state:paused}
/* The longest observed city must fit with its prefix/country at 320px too. */
@media(max-width:900px){
 .cm-home-hero .cm-hero-title.atlas-video-headline{font-size:clamp(29px,8.65vw,41px);line-height:1.055;max-width:600px;letter-spacing:-.034em}
 .atlas-video-headline .atlas-hero-second-line{font-size:.94em;line-height:1.17;min-height:1.17em}
}
@media(max-width:370px){.cm-home-hero .cm-hero-title.atlas-video-headline{font-size:29px}.atlas-video-headline .atlas-hero-second-line{font-size:.89em}}
@media(prefers-reduced-motion:reduce){.atlas-video-headline .cm-gradient-city[data-cm-city]{animation:none!important;background-position:50% 50%}}
@media(forced-colors:active){.atlas-video-headline .cm-gradient-city[data-cm-city]{background:none;-webkit-text-fill-color:CanvasText;color:CanvasText}}
