.row-background.hero-slider {
  width: 100%;
  float: left;
  background: transparent;
  padding-top: 0;
  margin: 0;
  position: relative;
}

.hero-slider .hero-swiper {
  width: 100%;
  height: 636px !important;
}
@media (max-width: 991px) {
  .hero-slider .hero-swiper {
    height: 480px !important;
  }
}

.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
  height: 100% !important;
}

.hero-slider .swiper-slide {
  position: relative;
}

.hero-slider .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-slider .hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero-slider .hero-gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 50%, transparent 70%), linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 60%);
  }
}
@media (max-width: 991px) {
  .hero-slider .hero-gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.05) 100%);
  }
}

.hero-slider .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 20px 88px;
}
@media (min-width: 992px) {
  .hero-slider .hero-content {
    right: 0;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 40px 60px;
  }
}

.hero-slider .hero-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
}
.hero-slider .hero-link:hover .hero-title {
  text-decoration: underline;
}

.wp-content .hero-slider h2.hero-title,
.hero-slider .hero-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .wp-content .hero-slider h2.hero-title,
  .hero-slider .hero-title {
    font-size: 48px;
    line-height: 64px;
  }
}

.hero-slider .hero-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.wp-content .hero-slider .hero-subtitle,
.hero-slider .hero-subtitle {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 640px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .wp-content .hero-slider .hero-subtitle,
  .hero-slider .hero-subtitle {
    font-size: 20px;
  }
}

.hero-slider .hero-nav {
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .hero-slider .hero-nav {
    bottom: 60px;
    right: max(40px, (100% - 1560px) / 2 + 40px);
  }
}
@media (max-width: 991px) {
  .hero-slider .hero-nav {
    bottom: 40px;
    left: 0;
    right: 0;
    justify-content: center;
  }
}

.hero-slider .hero-nav-prev,
.hero-slider .hero-nav-next {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.hero-slider .hero-nav-prev:hover,
.hero-slider .hero-nav-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.hero-slider .swiper-pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  gap: 8px;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background: #fff;
  opacity: 0.7;
  border-radius: 100px;
  transition: width 0.3s ease, opacity 0.3s ease, background 0.2s ease;
}
.hero-slider .swiper-pagination-bullet:hover {
  opacity: 0.9;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}

.row-background.ad-banner {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 40px;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 691px) {
  .row-background.ad-banner {
    padding: 8px 0;
  }
}

.ad-banner .ad-banner-label {
  margin: 0;
  padding: 0;
  font-size: 13.3px;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  text-align: center;
}

.wp-central-column {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 1560px;
  padding: 0 0;
  box-sizing: border-box;
  align-items: center;
}

@media (min-width: 691px) and (max-width: 991px) {
  .wp-central-column {
    padding: 0;
  }
}
@media (max-width: 690px) {
  .wp-central-column {
    padding: 0;
  }
}
.row-background.latest-stories {
  width: 100%;
  float: left;
  display: block;
  padding: 12px 20px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .row-background.latest-stories {
    padding-bottom: 32px;
  }
}

.latest-stories .latest-stories-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 20px;
}

.latest-stories .latest-stories-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 4px 0;
}

.wp-content .latest-stories h2.latest-stories-title,
.latest-stories .latest-stories-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.032em;
  margin: 0;
  padding: 0;
}

.wp-content .latest-stories .latest-stories-intro,
.latest-stories .latest-stories-intro {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin: 0;
  padding: 0;
}

.latest-stories .latest-stories-view-more {
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.latest-stories .latest-stories-view-more:hover {
  text-decoration: underline;
}

.latest-stories .latest-stories-view-more-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.latest-stories .story-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
}
@media (min-width: 992px) {
  .latest-stories .story-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
}

.latest-stories .story-card .story-card-image-link {
  display: block;
  flex-shrink: 0;
  text-decoration: none;
  color: #000;
}

.latest-stories .story-card .story-card-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}
@media (min-width: 691px) {
  .latest-stories .story-card .story-card-image {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .latest-stories .story-card .story-card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.latest-stories .story-card .story-card-footer {
  display: contents;
}
@media (min-width: 992px) {
  .latest-stories .story-card .story-card-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }
}

.latest-stories .story-card .story-card-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  text-decoration: none;
  color: #000;
}
.latest-stories .story-card .story-card-link:hover .story-card-title {
  text-decoration: underline;
}

.wp-content .latest-stories .story-card h3.story-card-title,
.latest-stories .story-card h3.story-card-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 0;
}

.wp-content .latest-stories .story-card-author,
.latest-stories .story-card-author {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5B5B5B;
}

.latest-stories .story-card-bookmark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.latest-stories .story-card-bookmark img {
  width: 100%;
  height: 100%;
}

.latest-stories .story-card.story-card--featured {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0 40px;
}
@media (min-width: 691px) {
  .latest-stories .story-card.story-card--featured {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .latest-stories .story-card.story-card--featured {
    gap: 24px;
  }
}
.latest-stories .story-card.story-card--featured::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 73.5%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}

.latest-stories .story-card.story-card--featured .story-card-image-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 691px) {
  .latest-stories .story-card.story-card--featured .story-card-image-link {
    width: 50%;
    flex-shrink: 0;
  }
}

.latest-stories .story-card.story-card--featured .story-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 362/160;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 691px) and (max-width: 991px) {
  .latest-stories .story-card.story-card--featured .story-card-image {
    aspect-ratio: 650/286;
  }
}

.latest-stories .story-card.story-card--featured .story-card-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  width: 100%;
}
@media (min-width: 691px) {
  .latest-stories .story-card.story-card--featured .story-card-right {
    flex: 1;
    width: auto;
  }
}
.latest-stories .story-card.story-card--featured .story-card-right a {
  color: #000;
  text-decoration: none;
}
.latest-stories .story-card.story-card--featured .story-card-right p {
  padding: 0;
}

.latest-stories .story-card.story-card--featured .story-card-link {
  text-decoration: none;
  color: #000;
}
.latest-stories .story-card.story-card--featured .story-card-link:hover .story-card-title {
  text-decoration: underline;
}

.latest-stories .story-card.story-card--featured .story-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.wp-content .latest-stories .story-card.story-card--featured h3.story-card-title,
.latest-stories .story-card.story-card--featured h3.story-card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.016em;
  color: #000;
}
@media (min-width: 992px) {
  .wp-content .latest-stories .story-card.story-card--featured h3.story-card-title,
  .latest-stories .story-card.story-card--featured h3.story-card-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.wp-content .latest-stories .story-card.story-card--featured .story-card-subtitle,
.latest-stories .story-card.story-card--featured .story-card-subtitle {
  display: none;
}
@media (min-width: 992px) {
  .wp-content .latest-stories .story-card.story-card--featured .story-card-subtitle,
  .latest-stories .story-card.story-card--featured .story-card-subtitle {
    display: block;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
  }
}

.wp-content .latest-stories .story-card.story-card--featured .story-card-author,
.latest-stories .story-card.story-card--featured .story-card-author {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .wp-content .latest-stories .story-card.story-card--featured .story-card-author,
  .latest-stories .story-card.story-card--featured .story-card-author {
    font-size: 16px;
    line-height: 24px;
  }
}

.latest-stories .story-card.story-card--featured .story-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.latest-stories .latest-stories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 691px) {
  .latest-stories .latest-stories-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 8px;
  }
}
@media (min-width: 992px) {
  .latest-stories .latest-stories-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 24px;
  }
}

.row-background.latest-videos {
  width: 100%;
  float: left;
  display: block;
  padding: 0 20px 32px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}

.latest-videos .latest-videos-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0;
}

.latest-videos .latest-videos-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 4px 0;
}

.wp-content .latest-videos h2.latest-videos-title,
.latest-videos .latest-videos-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.32px;
  margin: 0;
  padding: 0;
}

.wp-content .latest-videos .latest-videos-intro,
.latest-videos .latest-videos-intro {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin: 0;
  padding: 0;
}

.latest-videos .latest-videos-view-more {
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.latest-videos .latest-videos-view-more:hover {
  color: #000;
  text-decoration: underline;
}

.latest-videos .latest-videos-view-more-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.latest-videos .latest-videos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 0;
}
@media (min-width: 691px) {
  .latest-videos .latest-videos-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .latest-videos .latest-videos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.latest-videos .video-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 691px) {
  .latest-videos .video-card {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .latest-videos .video-card {
    gap: 12px;
  }
}

.latest-videos .video-card .video-card-image-link {
  display: block;
  text-decoration: none;
}

.latest-videos .video-card .video-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: filter 0.2s ease;
}

.latest-videos .video-card:hover .video-card-image {
  filter: brightness(0.85);
}

.wp-content .latest-videos .video-card-channel,
.latest-videos .video-card-channel {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  color: #5B5B5B;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.latest-videos .video-card .video-card-link {
  text-decoration: none;
  color: inherit;
}
.latest-videos .video-card .video-card-link:hover .video-card-title {
  text-decoration: underline;
}

.wp-content .latest-videos .video-card h3.video-card-title,
.latest-videos .video-card .video-card-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.5px;
  color: #000;
  margin: 0;
  padding: 0;
}

.row-background.discovery-wrapper {
  width: 100%;
  float: left;
  box-sizing: border-box !important;
  background: #fff !important;
  margin: 0;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .row-background.discovery-wrapper {
    padding: 32px 20px 0 !important;
  }
}

.discovery-wrapper .discovery {
  width: 100%;
  position: relative;
  padding: 40px 0 16px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .discovery-wrapper .discovery {
    padding: 64px 0 16px 0;
  }
}

.discovery-wrapper .discovery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: linear-gradient(78.83deg, #000 0%, rgba(0, 0, 0, 0.5) 29.33%, rgba(0, 0, 0, 0.2) 50%), url("/filestore/jpg/discover-bg.jpg") center/cover no-repeat;
  z-index: 0;
}
@media (min-width: 992px) {
  .discovery-wrapper .discovery::before {
    height: clamp(310px, 25vw, 450px);
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
  }
}

.discovery-wrapper .discovery > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .discovery-wrapper .discovery > * {
    max-width: 1376px;
    margin-left: auto;
    margin-right: auto;
  }
}

.discovery .discovery-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .discovery .discovery-header {
    padding: 0 80px;
  }
}

.discovery .discovery-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #fff;
  padding-bottom: 20px;
}
.discovery .discovery-link:hover .discovery-title {
  text-decoration: underline;
}

.wp-content .discovery h2.discovery-title,
.discovery .discovery-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .wp-content .discovery h2.discovery-title,
  .discovery .discovery-title {
    font-size: 48px;
    line-height: 64px;
  }
}

.discovery .discovery-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.wp-content .discovery .discovery-subtitle,
.discovery .discovery-subtitle {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 640px;
  margin: -2px 0 -3px;
  padding: 0;
}
@media (min-width: 992px) {
  .wp-content .discovery .discovery-subtitle,
  .discovery .discovery-subtitle {
    font-size: 24px;
    line-height: 120%;
    margin: 0;
  }
}

.discovery .discovery-destinations {
  margin-top: 32px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .discovery .discovery-destinations {
    padding: 0 80px;
  }
}

.wp-content .discovery h3.discovery-destinations-title,
.discovery .discovery-destinations-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
}

.discovery .discovery-cards {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  margin-top: 16px;
  padding-left: 20px;
  scrollbar-width: none;
}
@media (min-width: 992px) {
  .discovery .discovery-cards {
    padding: 0 80px;
  }
}
.discovery .discovery-cards::-webkit-scrollbar {
  display: none;
}

.discovery .discovery-card {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 146px;
  height: 224px;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}
@media (min-width: 992px) {
  .discovery .discovery-card {
    flex-shrink: 1;
    width: calc((100% - 120px) / 6);
    height: auto;
    aspect-ratio: 117/180;
  }
}

.discovery .discovery-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: filter 0.2s ease;
}

.discovery .discovery-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 30%);
  border-radius: 0 0 8px 8px;
  pointer-events: none;
}

.discovery .discovery-card-label {
  position: absolute;
  bottom: 12px;
  left: 4px;
  right: 4px;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.discovery .discovery-card:hover .discovery-card-image {
  filter: brightness(0.85);
}

.row-background.discovery-wrapper::after {
  content: "";
  display: block;
  width: 73.5%;
  height: 1px;
  margin: 12px auto;
  background: rgba(0, 0, 0, 0.05);
}

.row-background.sign-up {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 20px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .row-background.sign-up {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}

.wp-content .sign-up h2.sign-up-title,
.sign-up .sign-up-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .wp-content .sign-up h2.sign-up-title,
  .sign-up .sign-up-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.sign-up .sign-up-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .sign-up .sign-up-button {
    margin-top: 0;
    order: 1;
  }
}
.sign-up .sign-up-button:hover {
  opacity: 0.8;
}

.sign-up .sign-up-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.sign-up .sign-up-benefits li {
  margin: 0;
}
@media (min-width: 691px) {
  .sign-up .sign-up-benefits {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .sign-up .sign-up-benefits {
    width: 100%;
    margin: 0;
    order: 2;
  }
}

.sign-up .sign-up-benefit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #5B5B5B;
}

.sign-up .sign-up-benefit-icon {
  font-size: 16px;
  font-weight: 400;
  color: #5B5B5B;
}
