.atl-optm {
  background: #fff;
  color: #353452;
  overflow-x: clip;
}

.atl-optm__breadcrumb {
  padding: 7rem 1.25rem 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
}
@media (min-width: 768px) {
  .atl-optm__breadcrumb {
    padding: 9rem 3rem 1.5rem;
  }
}

.atl-optm__breadcrumb-inner {
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .atl-optm__breadcrumb-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.atl-optm__breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-testo-attenuato);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.atl-optm__breadcrumb-link:hover {
  color: #137777;
}

.atl-optm__breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-testo-attenuato);
  font-size: 0.65rem;
  font-family: monospace;
}

.atl-optm__breadcrumb-current {
  color: #353452;
  font-weight: 700;
}

.atl-optm__hero {
  padding: 3rem 1.25rem;
}
@media (min-width: 768px) {
  .atl-optm__hero {
    padding: 4rem 3rem;
  }
}

.atl-optm__hero-grid {
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .atl-optm__hero-grid {
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
  }
}

.atl-optm__hero-main h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  color: #353452;
}

.atl-optm__hero-subtitle {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
  color: #353452;
}

.atl-optm__hero-intro {
  margin: 0 0 1.5rem;
}
.atl-optm__hero-intro p,
.atl-optm__hero-intro li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625;
  color: rgba(53, 52, 82, 0.8);
}
.atl-optm__hero-intro p {
  margin: 0 0 1rem;
}
.atl-optm__hero-intro ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.atl-optm__hero-intro li {
  margin-bottom: 0.4rem;
}
.atl-optm__hero-intro > :last-child {
  margin-bottom: 0;
}

.atl-optm__hero-highlight {
  padding: 1.5rem;
  background: #137777;
  border-radius: 16px;
}
.atl-optm__hero-highlight p {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625;
}

.atl-optm__hero-index {
  background: #353452;
  border-radius: 24px;
  padding: 1.5rem;
  color: #fff;
}
.atl-optm__hero-index h2 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}
.atl-optm__hero-index > p {
  margin: 0 0 1.25rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.atl-optm__hero-index-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.atl-optm__hero-index-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.atl-optm__hero-index-item:hover {
  background: #f5f5f5;
}

.atl-optm__hero-index-name {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.333;
  color: #353452;
}

.atl-optm__hero-index-desc {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--color-testo-attenuato);
}

.atl-optm__hero-index-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #dd4e41;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(221, 78, 65, 0.5);
  padding-bottom: 0.15rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.atl-optm__hero-index-cta:hover {
  color: #fff;
  border-color: #fff;
}

.atl-optm__tables {
  padding: 3rem 1.25rem;
  background: #fafafa;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
  scroll-margin-top: 6rem;
}
@media (min-width: 768px) {
  .atl-optm__tables {
    padding: 5rem 3rem;
  }
}

.atl-optm__tables-inner {
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.atl-optm__tables-inner h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #353452;
}

.atl-optm__tables-note {
  margin: 0 0 1.5rem;
  max-width: 48rem;
}
.atl-optm__tables-note p,
.atl-optm__tables-note li {
  font-size: 0.8rem;
  color: var(--color-testo-attenuato);
  font-weight: 300;
  line-height: 1.6;
}
.atl-optm__tables-note p {
  margin: 0 0 0.75rem;
}
.atl-optm__tables-note ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.atl-optm__tables-note li {
  margin-bottom: 0.35rem;
}
.atl-optm__tables-note strong {
  color: rgba(53, 52, 82, 0.85);
}
.atl-optm__tables-note > :last-child {
  margin-bottom: 0;
}

.atl-optm__tables-card {
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 24px;
  overflow: hidden;
}

.atl-optm__tables-tabbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.25rem;
  background: rgba(53, 52, 82, 0.03);
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
}

.atl-optm__tab-btn {
  padding: 0.5rem 0.875rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--color-testo-attenuato);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.atl-optm__tab-btn:hover {
  background: rgba(53, 52, 82, 0.06);
}
.atl-optm__tab-btn.is-active {
  background: #353452;
  color: #fff;
}

.atl-optm__tables-body {
  padding: 1.25rem;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .atl-optm__tables-body {
    padding: 1.5rem;
  }
}

.atl-optm__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}
.atl-optm__table th {
  padding: 0.75rem 1rem;
  background: rgba(53, 52, 82, 0.04);
  color: var(--color-testo-attenuato);
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(53, 52, 82, 0.1);
  white-space: nowrap;
}
.atl-optm__table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.06);
  color: rgba(53, 52, 82, 0.85);
}
.atl-optm__table tr:hover td {
  background: rgba(53, 52, 82, 0.02);
}

.atl-optm__table-name a {
  color: #353452;
  font-weight: 800;
  text-decoration: none;
}
.atl-optm__table-name a:hover {
  text-decoration: underline;
}

.atl-optm__table-strong {
  font-weight: 700;
  color: #353452;
}

.atl-optm__table-stars {
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #353452;
}

.atl-optm__table-center {
  text-align: center;
  font-weight: 700;
  color: #353452;
}

.atl-optm__table-note {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-style: italic;
  color: var(--color-testo-attenuato);
}

.atl-optm__items {
  padding: 3rem 1.25rem;
  scroll-margin-top: 6rem;
}
@media (min-width: 768px) {
  .atl-optm__items {
    padding: 5rem 3rem;
  }
}

.atl-optm__items-header {
  max-width: 48rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.atl-optm__items-header h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #353452;
}

.atl-optm__items-intro {
  text-align: left;
}
.atl-optm__items-intro p,
.atl-optm__items-intro li {
  font-size: 0.85rem;
  color: var(--color-testo-attenuato);
  font-weight: 300;
  line-height: 1.6;
}
.atl-optm__items-intro p {
  margin: 0 0 0.75rem;
}
.atl-optm__items-intro ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
  text-align: left;
}
.atl-optm__items-intro li {
  margin-bottom: 0.35rem;
}
.atl-optm__items-intro strong {
  color: rgba(53, 52, 82, 0.8);
}
.atl-optm__items-intro > :last-child {
  margin-bottom: 0;
}

.atl-optm__items-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 1.5rem;
  max-width: 80rem;
}

.atl-optm__items-switch-btn {
  padding: 0.6rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(53, 52, 82, 0.06);
  color: var(--color-testo-attenuato);
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.atl-optm__items-switch-btn:hover {
  background: rgba(53, 52, 82, 0.12);
  color: #353452;
}
.atl-optm__items-switch-btn.is-active {
  background: #137777;
  color: #fff;
}

.atl-optm__items-viewport {
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .atl-optm__items-viewport {
    gap: 1.5rem;
  }
}

.atl-optm__items-nav {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.12);
  color: #353452;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
@media (min-width: 768px) {
  .atl-optm__items-nav {
    width: 3rem;
    height: 3rem;
  }
}
.atl-optm__items-nav:hover {
  border-color: #137777;
  color: #137777;
  background: rgba(19, 119, 119, 0.06);
}

.atl-optm__items-track {
  flex: 1;
  min-width: 0;
}

.atl-optm__item-card {
  display: none;
  flex-direction: column;
  gap: 1.75rem;
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: 0 20px 45px -30px rgba(53, 52, 82, 0.25);
}
@media (min-width: 768px) {
  .atl-optm__item-card {
    padding: 2.5rem;
  }
}
.atl-optm__item-card.is-active {
  display: flex;
}

.atl-optm__item-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .atl-optm__item-top {
    grid-template-columns: 5fr 7fr;
    gap: 2rem;
  }
}

.atl-optm__item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}
.atl-optm__item-photo img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.atl-optm__item-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.atl-optm__item-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.08);
}
.atl-optm__item-heading-row h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 800;
  line-height: 1.2;
  color: #353452;
}

.atl-optm__item-logo {
  max-height: 2rem;
  max-width: 7.5rem;
  object-fit: contain;
  flex: none;
}

.atl-optm__item-subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625;
  color: #137777;
}

.atl-optm__item-desc h4 {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.333;
  text-transform: uppercase;
  color: var(--color-testo-attenuato);
}
.atl-optm__item-desc p {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(53, 52, 82, 0.8);
}

.atl-optm__item-mid,
.atl-optm__item-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
}
@media (min-width: 768px) {
  .atl-optm__item-mid,
  .atl-optm__item-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

.atl-optm__item-box {
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(53, 52, 82, 0.03);
  border: 1px solid rgba(53, 52, 82, 0.06);
}
.atl-optm__item-box h4 {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.333;
  text-transform: uppercase;
  color: var(--color-testo-attenuato);
}
.atl-optm__item-box p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(53, 52, 82, 0.8);
  white-space: pre-line;
}
.atl-optm__item-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.atl-optm__item-box li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #353452;
}
.atl-optm__item-box li svg {
  flex: none;
  margin-top: 0.15rem;
  color: #137777;
}
.atl-optm__item-box--dark {
  background: #137777;
  border-color: #137777;
}
.atl-optm__item-box--dark h4,
.atl-optm__item-box--dark p {
  color: #fff;
}

.atl-optm__item-list h4 {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.333;
  text-transform: uppercase;
  color: var(--color-testo-attenuato);
}

.atl-optm__item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.atl-optm__item-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #353452;
}
.atl-optm__item-list li svg {
  flex: none;
  margin-top: 0.15rem;
  color: #137777;
}

.atl-optm__item-tags h4 {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.333;
  text-transform: uppercase;
  color: var(--color-testo-attenuato);
}

.atl-optm__item-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.atl-optm__item-tags-list span {
  padding: 0.4rem 0.9rem;
  background: #137777;
  color: #fff;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.333;
}

.atl-optm__item-highlight {
  margin: 0;
  padding: 1rem 1.25rem;
  background: rgba(221, 78, 65, 0.08);
  border: 1px solid rgba(221, 78, 65, 0.2);
  border-radius: 14px;
  color: #b53b30;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.6;
}

.atl-optm__item-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
}

.atl-optm__item-gallery h4 {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.333;
  text-transform: uppercase;
  color: var(--color-testo-attenuato);
}

.atl-optm__item-gallery-thumbs {
  display: flex;
  gap: 0.6rem;
}

.atl-optm__item-gallery-thumbs img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  padding: 0.3rem;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 12px;
  background: rgba(53, 52, 82, 0.02);
}

.atl-optm__item-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.5rem;
  background: #137777;
  color: #fff;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.atl-optm__item-video-btn:hover {
  background: #0e5d5d;
}

.atl-optm__faq {
  padding: 3rem 1.25rem;
  background: #fafafa;
  border-top: 1px solid rgba(53, 52, 82, 0.08);
}
@media (min-width: 768px) {
  .atl-optm__faq {
    padding: 5rem 3rem;
  }
}

.atl-optm__faq-inner {
  max-width: 48rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.atl-optm__faq-header {
  text-align: center;
  margin-bottom: 2rem;
}
.atl-optm__faq-header h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: #353452;
}
.atl-optm__faq-header p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-testo-attenuato);
  font-weight: 300;
}

.atl-optm__faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.atl-optm__faq-item {
  background: #fff;
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.atl-optm__faq-item[open] {
  border-color: rgba(19, 119, 119, 0.4);
}

.atl-optm__faq-item summary {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  list-style: none;
}
.atl-optm__faq-item summary::-webkit-details-marker {
  display: none;
}

.atl-optm__faq-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(53, 52, 82, 0.06);
  color: var(--color-testo-attenuato);
}

.atl-optm__faq-item[open] .atl-optm__faq-icon {
  background: rgba(19, 119, 119, 0.1);
  color: #137777;
}

.atl-optm__faq-question {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.556;
  color: #353452;
}

.atl-optm__faq-chevron {
  flex: none;
  color: var(--color-testo-attenuato);
  transition: transform 0.25s ease;
}

.atl-optm__faq-item[open] .atl-optm__faq-chevron {
  transform: rotate(180deg);
  color: #137777;
}

.atl-optm__faq-answer {
  padding: 0 1.25rem 1.25rem 3.1rem;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(53, 52, 82, 0.8);
}
.atl-optm__faq-answer p {
  margin: 0 0 0.75rem;
}
.atl-optm__faq-answer p:last-child {
  margin-bottom: 0;
}

.atl-optm__faq-families {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
@media (min-width: 640px) {
  .atl-optm__faq-families {
    grid-template-columns: 1fr 1fr;
  }
}

.atl-optm__faq-family {
  padding: 0.85rem 1rem;
  background: rgba(53, 52, 82, 0.03);
  border: 1px solid rgba(53, 52, 82, 0.08);
  border-radius: 12px;
}
.atl-optm__faq-family span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #137777;
}
.atl-optm__faq-family p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--color-testo-attenuato);
}

.atl-optm__cta {
  padding: 2.5rem 1.25rem 4rem;
}
@media (min-width: 768px) {
  .atl-optm__cta {
    padding: 3rem 3rem 5rem;
  }
}

.atl-optm__cta-card {
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  background: #137777;
  border-radius: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .atl-optm__cta-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3rem;
  }
}

.atl-optm__cta-text h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.5vw, 1.875rem);
  font-weight: 800;
  line-height: 1.2;
}
.atl-optm__cta-text p {
  margin: 0;
  max-width: 34rem;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.atl-optm__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex: none;
}

.atl-optm__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.atl-optm__cta-btn--light {
  background: #fff;
  color: #0e5d5d;
}
.atl-optm__cta-btn--light:hover {
  background: #f0f0f0;
}
.atl-optm__cta-btn--outline {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.atl-optm__cta-btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}
