.atl-opt {
  padding-bottom: 5rem;
}
.atl-opt__breadcrumb {
  border-bottom: 1px solid rgba(53, 52, 82, 0.1);
  padding: 6.5rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .atl-opt__breadcrumb {
    padding: 8.5rem 3rem 1.5rem;
  }
}
.atl-opt__breadcrumb-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .atl-opt__breadcrumb-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.atl-opt__breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(53, 52, 82, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}
.atl-opt__breadcrumb-link:hover {
  color: #137777;
}
.atl-opt__breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.65rem;
  font-family: monospace;
  color: rgba(53, 52, 82, 0.75);
}
.atl-opt__breadcrumb-current {
  color: #353452;
  font-weight: 700;
}
.atl-opt__breadcrumb-current sup {
  font-size: 75%;
}
.atl-opt__hero {
  scroll-margin-top: 7rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .atl-opt__hero {
    padding: 3rem 3rem 5rem;
  }
}
@media (min-width: 1024px) {
  .atl-opt__hero {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
}
.atl-opt__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.atl-opt__pill {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #137777;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
.atl-opt__highlights {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.1);
}
.atl-opt__highlights h2 {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(53, 52, 82, 0.75);
  margin: 0 0 1rem;
}
.atl-opt__highlights ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.atl-opt__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(53, 52, 82, 0.8);
}
.atl-opt__highlight-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #e6f5f4;
  border: 1px solid rgba(19, 119, 119, 0.2);
  color: #137777;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.atl-opt__hero-text h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #353452;
  text-transform: uppercase;
  margin: 0;
}
.atl-opt__hero-text h1 sup {
  font-size: 75%;
}
.atl-opt__tagline {
  font-size: 1rem;
  font-weight: 600;
  color: #137777;
  margin: 0.85rem 0 0;
}
@media (min-width: 640px) {
  .atl-opt__tagline {
    font-size: 1.125rem;
  }
}
.atl-opt__desc-breve {
  font-size: 0.9rem;
  color: rgba(53, 52, 82, 0.75);
  line-height: 1.7;
  max-width: 34rem;
  margin: 1rem 0 0;
}
.atl-opt__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.1);
}
.atl-opt__specs-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.atl-opt__specs-divider {
  display: none;
  width: 1px;
  height: 2rem;
  flex-shrink: 0;
  align-self: center;
  background: rgba(53, 52, 82, 0.15);
}
@media (min-width: 768px) {
  .atl-opt__specs-divider {
    display: block;
  }
}
.atl-opt__specs-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(53, 52, 82, 0.75);
}
.atl-opt__specs-value {
  font-size: 0.85rem;
  font-weight: 700;
  color: #353452;
}
.atl-opt__specs-value--accent {
  color: #137777;
}
.atl-opt__hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  aspect-ratio: 4/3;
}
.atl-opt__hero-media-inner {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #f5f5f5;
}
@media (min-width: 1024px) {
  .atl-opt__hero-media-inner {
    width: 90%;
  }
}
.atl-opt__hero-media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-opt__hero-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  max-width: 8rem;
  padding: 0.35rem 0.6rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 0.85rem;
  backdrop-filter: blur(6px);
}
.atl-opt__hero-logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.atl-opt__hero-placeholder {
  color: rgba(53, 52, 82, 0.75);
}
.atl-opt__hero-placeholder--image {
  width: 100%;
  height: 100%;
}
.atl-opt__tech {
  scroll-margin-top: 7rem;
  background: #137777;
  color: #fff;
  border-radius: 2.5rem;
  margin: 0 1rem 3rem;
  padding: 3rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .atl-opt__tech {
    margin: 0 2rem 5rem;
    padding: 4rem 3rem;
  }
}
.atl-opt__tech-inner {
  max-width: 80rem;
  margin: 0 auto;
}
.atl-opt__tech-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .atl-opt__tech-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.atl-opt__tech-head h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.atl-opt__tech-head h2 sup {
  font-size: 75%;
}
.atl-opt__tech-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.2rem;
  transition: all 0.2s ease;
}
.atl-opt__tech-cta:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: #fff;
}
.atl-opt__tech-body {
  max-width: 62rem;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}
.atl-opt__tech-body p {
  margin: 0 0 1rem;
}
.atl-opt__tech-body p:has(> strong:only-child) {
  margin: 1.5rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}
.atl-opt__eyebrow {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #137777;
  margin-bottom: 0.5rem;
}
.atl-opt__vantaggi {
  scroll-margin-top: 7rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .atl-opt__vantaggi {
    padding: 5rem 3rem;
  }
}
.atl-opt__vantaggi h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #353452;
  margin: 0 0 1rem;
}
.atl-opt__vantaggi h2 sup {
  font-size: 75%;
}
.atl-opt__vantaggi-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .atl-opt__vantaggi-inner {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }
}
.atl-opt__vantaggi-intro p {
  font-size: 0.85rem;
  color: rgba(53, 52, 82, 0.75);
  line-height: 1.6;
  margin: 0;
}
.atl-opt__payoff {
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.12);
  font-size: 1.15rem;
  font-weight: 800;
  font-style: italic;
  color: #134e4a;
  letter-spacing: -0.01em;
}
.atl-opt__payoff::before {
  content: '"';
}
.atl-opt__payoff::after {
  content: '"';
}
.atl-opt__vantaggi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-content: start;
}
@media (min-width: 640px) {
  .atl-opt__vantaggi-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.atl-opt__vantaggio-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fafafa;
  border: 1px solid rgba(53, 52, 82, 0.08);
  border-radius: 1rem;
  padding: 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #353452;
  transition: border-color 0.3s ease;
}
@media (min-width: 640px) {
  .atl-opt__vantaggio-card {
    font-size: 0.85rem;
  }
}
.atl-opt__vantaggio-card:hover {
  border-color: rgba(19, 119, 119, 0.25);
}
.atl-opt__vantaggio-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #137777;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.05rem;
}
.atl-opt__media-section {
  scroll-margin-top: 7rem;
  background: #fafafa;
  padding: 4rem 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
}
@media (min-width: 768px) {
  .atl-opt__media-section {
    padding: 5rem 3rem;
  }
}
.atl-opt__media-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .atl-opt__media-inner {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
  }
}
.atl-opt__video-banner {
  background: #353452;
  color: #fff;
  border-radius: 2rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .atl-opt__video-banner {
    padding: 3rem;
  }
}
.atl-opt__video-banner h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.atl-opt__video-banner h3 sup {
  font-size: 75%;
}
.atl-opt__video-banner p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 26rem;
}
.atl-opt__eyebrow--light {
  color: rgba(255, 255, 255, 0.8);
}
.atl-opt__video-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  align-self: flex-start;
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.2rem;
  transition: all 0.2s ease;
}
.atl-opt__video-cta:hover {
  color: rgba(255, 255, 255, 0.75);
  border-color: #fff;
}
.atl-opt__video-channel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.atl-opt__video-channel h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #353452;
  margin: 0;
}
.atl-opt__video-channel p {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(53, 52, 82, 0.8);
  line-height: 1.6;
  margin: 0;
}
.atl-opt__video-channel-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  color: #353452;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 52, 82, 0.3);
  padding-bottom: 0.2rem;
  transition: all 0.2s ease;
}
.atl-opt__video-channel-cta:hover {
  color: #137777;
  border-color: #137777;
}
.atl-opt__related {
  scroll-margin-top: 7rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
}
@media (min-width: 768px) {
  .atl-opt__related {
    padding: 4rem 3rem 6rem;
  }
}
.atl-opt__related-head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .atl-opt__related-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.atl-opt__related-head h2 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #353452;
  margin: 0 0 0.5rem;
}
.atl-opt__related-head p {
  font-size: 0.85rem;
  color: rgba(53, 52, 82, 0.75);
  max-width: 34rem;
  margin: 0;
}
.atl-opt__related-head p sup {
  font-size: 75%;
}
.atl-opt__related-arrows {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.atl-opt__gallery-arrow {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 52, 82, 0.15);
  background: #fff;
  color: #353452;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.atl-opt__gallery-arrow:hover {
  background: #f5f5f5;
}
.atl-opt__related-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.atl-opt__related-track::-webkit-scrollbar {
  display: none;
}
.atl-opt__related-card {
  position: relative;
  flex: none;
  width: 85vw;
  aspect-ratio: 4/3;
  scroll-snap-align: start;
  background: linear-gradient(180deg, #fdfdfd 0%, #e4e4e8 100%);
  border: 1px solid rgba(53, 52, 82, 0.08);
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .atl-opt__related-card {
    width: 60vw;
    aspect-ratio: 16/10;
    border-radius: 2rem;
  }
}
@media (min-width: 1024px) {
  .atl-opt__related-card {
    width: 45vw;
  }
}
.atl-opt__related-card:hover {
  transform: translateY(-4px);
}
.atl-opt__related-card:hover .atl-opt__related-arrow {
  opacity: 1;
  transform: scale(1);
}
.atl-opt__related-scrollbar {
  width: min(100% - 3rem, 80rem);
  margin: 1.5rem auto 0;
  height: 4px;
  border-radius: 2px;
  background: rgba(53, 52, 82, 0.08);
  overflow: hidden;
}
.atl-opt__related-scrollbar-thumb {
  height: 100%;
  border-radius: 2px;
  background: #137777;
}
.atl-opt__related-img {
  position: absolute;
  inset: 2rem 2rem 4rem;
  width: calc(100% - 4rem);
  height: calc(100% - 6rem);
  object-fit: contain;
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .atl-opt__related-img {
    inset: 3rem 3rem 5rem;
    width: calc(100% - 6rem);
    height: calc(100% - 8rem);
  }
}
.atl-opt__related-card:hover .atl-opt__related-img {
  transform: scale(1.04);
}
.atl-opt__related-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(53, 52, 82, 0.75);
}
.atl-opt__related-placeholder span {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.atl-opt__related-placeholder--image {
  padding: 0;
}
.atl-opt__related-placeholder--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atl-opt__related-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 35%, transparent 60%);
}
.atl-opt__related-arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(19, 119, 119, 0.95);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.atl-opt__related-body {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  color: #fff;
}
.atl-opt__related-body h3 {
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .atl-opt__related-body h3 {
    font-size: 1.35rem;
  }
}
.atl-opt__cta {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 5rem;
}
@media (min-width: 768px) {
  .atl-opt__cta {
    padding: 2rem 3rem 6rem;
  }
}
.atl-opt__cta-inner {
  position: relative;
  background: #353452;
  color: #fff;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .atl-opt__cta-inner {
    padding: 2.5rem 3rem;
  }
}
@media (min-width: 1024px) {
  .atl-opt__cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
.atl-opt__cta-text {
  position: relative;
  z-index: 1;
}
.atl-opt__cta-inner h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.6rem;
  max-width: 32rem;
}
.atl-opt__cta-inner h2 sup {
  font-size: 75%;
}
.atl-opt__cta-inner p {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  max-width: 32rem;
  line-height: 1.6;
  margin: 0;
}
.atl-opt__cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .atl-opt__cta-actions {
    width: auto;
  }
}
.atl-opt__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  color: #353452;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s ease;
}
.atl-opt__cta-link:hover {
  background: #f0f0f0;
}
.atl-opt__cta-link--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.atl-opt__cta-link--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}
.atl-opt__floatnav {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 40;
  max-width: calc(100vw - 2rem);
}
@media (min-width: 640px) {
  .atl-opt__floatnav {
    bottom: 1.5rem;
  }
}
.atl-opt__floatnav-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
}
.atl-opt__floatnav-inner::-webkit-scrollbar {
  display: none;
}
.atl-opt__floatnav-label {
  display: none;
  flex-direction: column;
  padding: 0.15rem 0.9rem 0.15rem 1rem;
  margin-right: 0.25rem;
  border-right: 1px solid rgba(53, 52, 82, 0.12);
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .atl-opt__floatnav-label {
    display: flex;
  }
}
.atl-opt__floatnav-name {
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0f5e5e;
  line-height: 1.2;
}
.atl-opt__floatnav-name sup {
  font-size: 75%;
}
.atl-opt__floatnav-sub {
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(53, 52, 82, 0.75);
  line-height: 1.2;
}
.atl-opt__floatnav-btn {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.6rem 1rem;
  border: none;
  background: transparent;
  color: rgba(53, 52, 82, 0.75);
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.atl-opt__floatnav-btn:hover {
  color: #137777;
  background: rgba(53, 52, 82, 0.05);
}
.atl-opt__floatnav-btn.is-active {
  background: #137777;
  color: #fff;
}
