.header-divider {
  width: 100%;
  height: 2px;
  background-color: #0000000d;
}

.header-rtl-logo-wrapper {
  padding: 16px 0;
  display: flex;
}

.header-rtl-address {
  display: inline-flex;
}

.header-rtl-logo {
  z-index: -1;
  position: relative;
}

.header-partner-service {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  align-items: center;
}

.header-partner-service-text {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.02px;
  color: #16191c;
}

.header-partner-cooperation-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01px;
  color: #16191c;
}

.header-surfshark {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0;
  align-items: center;
  flex-wrap: wrap;
}

.header-logo {
  padding: 16px 0;
}

.header-button {
  font-size: 1.4rem;
  padding: 12px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .header-partner-service {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .header-partner-service-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01px;
  }

  .header-partner-cooperation-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
}

.hero-section {
  padding-top: 16px;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .hero-section {
    padding: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section {
    padding-bottom: 0;
  }
}

.hero-section-container {
  padding: 0 24px;
  border-radius: 16px;
  background: #16191c;
}

@media screen and (min-width: 768px) {
  .hero-section-container {
    padding: 0 63px;
    border-radius: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section-container {
    padding: 0 64px;
    border-radius: 64px;
    display: flex;
    align-items: center;
  }
}

.hero-section-col {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-section-col {
    padding: 64px 0;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section-col {
    align-items: flex-start;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section-col {
    width: unset;
  }
}

.hero-section-row {
  display: flex;
  column-gap: 16px;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .hero-section-row {
    column-gap: 32px;
    flex-direction: row;
  }
}

.hero-section-tag {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 32px;
  padding: 6px 15px;
  color: #fff;
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  .hero-section-tag {
    margin: 0 0 16px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section-tag {
    margin: 0 0 32px;
  }
}

.hero-section-icon {
  width: 16px;
  height: 16px;
}

.hero-section-title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  max-width: 610px;
  letter-spacing: -0.02px;
}

@media screen and (min-width: 768px) {
  .hero-section-title {
    margin-bottom: 16px;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section-title {
    text-align: left;
  }
}

.hero-section-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  max-width: 468px;
  letter-spacing: -0.02px;
}

@media screen and (min-width: 768px) {
  .hero-section-text {
    margin-bottom: 32px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section-text {
    text-align: left;
  }
}

.hero-section-pricing-container {
  display: flex;
  flex-direction: column;
  gap: 12px 8px;
  padding: 8px 8px 16px;
  border-radius: 16px;
  width: 100%;
  background-color: #1ebfbf;
  align-items: stretch;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-section-pricing-container {
    flex-direction: row;
    padding: 8px 24px 8px 8px;
    column-gap: 8px;
    align-items: center;
    width: initial;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section-pricing-container {
    column-gap: 16px;
  }
}

.hero-section-info {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #16191c;
  display: flex;
  column-gap: 4px;
  align-items: center;
  align-self: center;
}

.hero-section-image-wrapper {
  max-width: 280px;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-section-image-wrapper {
    max-width: 486px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section-image-wrapper {
    padding-top: 96px;
    max-width: 527px;
  }
}

.hero-section-image {
  width: 100%;
  height: auto;
}

.one-section {
  padding: 32px 0;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .one-section {
    padding: 64px 0;
  }
}

@media screen and (min-width: 1024px) {
  .one-section {
    padding: 96px 0;
  }
}

.one-section-top-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .one-section-top-container {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-top-container {
    row-gap: 32px;
    margin-bottom: 96px;
  }
}

.one-section-title {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: -0.022px;
  color: #16191c;
}

@media screen and (min-width: 768px) {
  .one-section-title {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -0.022px;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-title {
    font-size: 5.6rem;
    line-height: 1.14;
    letter-spacing: -0.022px;
  }
}

.one-section-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.011px;
  color: #423d3d;
}

@media screen and (min-width: 1024px) {
  .one-section-subtitle {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.018px;
    max-width: 968px;
  }
}

.one-section-button {
  width: fit-content;
  display: block;
}

.one-section-tiles-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .one-section-tiles-wrapper {
    display: grid;
    grid-template:
      'one-section-vpn-text one-section-vpn-man' auto
      'one-section-antivirus one-section-vpn-man' 48px
      'one-section-antivirus one-section-search' auto
      'one-section-antivirus one-section-altid' auto
      'one-section-alert one-section-altid' auto / 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-tiles-wrapper {
    grid-template:
      'one-section-vpn-text one-section-vpn-man one-section-vpn-man' auto
      'one-section-antivirus one-section-vpn-man one-section-vpn-man' 226px
      'one-section-antivirus one-section-search one-section-altid' auto
      'one-section-alert one-section-search one-section-altid' auto / 2fr 1fr 1fr;
  }
}

.one-section-tile,
.one-section-tile-small {
  text-align: center;
  padding: 32px 24px;
}

@media screen and (min-width: 768px) {
  .one-section-tile,
  .one-section-tile-small {
    text-align: left;
    padding: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-tile {
    padding: 64px;
  }
  .one-section-tile-small {
    padding: 64px 32px;
  }
}

.one-section-tile-subtitle,
.one-section-tile-subtitle-small,
.one-section-tile-subtitle-large {
  font-size: 1.8rem;
  line-height: 1.55;
  letter-spacing: -0.02px;
}

@media screen and (min-width: 768px) {
  .one-section-tile-subtitle-large {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.018px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-tile-subtitle,
  .one-section-tile-subtitle-large {
    font-size: 2.2rem;
    line-height: 1.45;
    letter-spacing: -0.018px;
  }
}

.one-section-vpn-man {
  position: relative;
  background-color: #423d3d;
  border-radius: 16px 16px 0 0;
  height: 328px;
}

@media screen and (min-width: 768px) {
  .one-section-vpn-man {
    height: auto;
    border-radius: 0 32px 0 0;
    grid-area: one-section-vpn-man;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-vpn-man {
    border-radius: 0 48px 0 0;
  }
}

.one-section-vpn-man-wrapper {
  position: relative;
  overflow: hidden;
  height: calc(100% + 16px);
  top: -16px;
}

@media screen and (min-width: 768px) {
  .one-section-vpn-man-wrapper {
    height: calc(100% + 32px);
    top: -32px;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-vpn-man-wrapper {
    height: calc(100% + 64px);
    top: -64px;
  }
}

.one-section-vpn-man-image {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}

.one-section-vpn-text {
  background-color: #16191c;
  color: #f5f5f5;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .one-section-vpn-text {
    border-radius: 32px 0 0 0;
    grid-area: one-section-vpn-text;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-vpn-text {
    border-radius: 48px 0 0 0;
  }
}

.one-section-vpn-text-title {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.021px;
  margin-bottom: 24px;
  color: #fff;
  hyphens: auto;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .one-section-vpn-text-title {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: -0.022px;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-vpn-text-title {
    hyphens: none;
  }
}

.one-section-antivirus {
  row-gap: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #1ebfbf;
  color: #16191c;
}

@media screen and (min-width: 768px) {
  .one-section-antivirus {
    row-gap: 32px;
    grid-area: one-section-antivirus;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-antivirus {
    row-gap: 64px;
  }
}

.one-section-antivirus-image {
  align-self: center;
  max-width: 272px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .one-section-antivirus-image {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-antivirus-image {
    max-width: 456px;
  }
}
.one-section-alert {
  display: flex;
  align-items: center;
  background-color: #eee;
  color: #16191c;
}

@media screen and (min-width: 768px) {
  .one-section-alert {
    border-radius: 0 0 0 32px;
    grid-area: one-section-alert;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-alert {
    border-radius: 0 0 0 48px;
  }
}

.one-section-search {
  background-color: #f9f9f9;
  color: #423d3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .one-section-search {
    grid-area: one-section-search;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-search {
    justify-content: space-between;
  }
}

.one-section-search-image {
  display: none;
}

@media screen and (min-width: 1024px) {
  .one-section-search-image {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
  }
}

.one-section-altid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
  background-color: #2e3033;
  color: #f5f5f5;
  border-radius: 0 0 16px 16px;
}

.one-section-altid b {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .one-section-altid {
    border-radius: 0 0 32px 0;
    grid-area: one-section-altid;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-altid {
    row-gap: 16px;
    border-radius: 0 0 48px 0;
  }
}

.one-section-altid-image {
  align-self: center;
  max-width: 181px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .one-section-altid-image {
    max-width: 253px;
  }
}

@media screen and (min-width: 1024px) {
  .one-section-altid-image {
    max-width: 228px;
  }
}

.online-security-section {
  padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .online-security-section {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .online-security-section {
    padding-bottom: 96px;
  }
}

.online-security-row {
  display: flex;
  column-gap: 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .online-security-row {
    column-gap: 32px;
  }
}

.online-security-row > * {
  min-width: 0;
}

.online-security-row-center {
  justify-content: center;
  margin-bottom: 32px;
}

.online-security-col {
  flex-basis: 100%;
}

@media screen and (min-width: 1024px) {
  .online-security-colMd10 {
    flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
    flex-grow: unset;
  }
}

.online-security-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02px;
  text-align: center;
  color: #16191c;
}

@media screen and (min-width: 768px) {
  .online-security-title {
    font-size: 4rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1024px) {
  .online-security-title {
    font-size: 4.8rem;
    line-height: 1.33;
  }
}

.online-security-row-card {
  margin-bottom: 32px;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .online-security-row-card {
    margin-bottom: 64px;
  }
}

.online-security-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 2px solid #16191c;
  box-shadow: 4px 4px 0 #16191c;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .online-security-card {
    flex-direction: row;
    box-shadow: 8px 8px 0 #16191c;
    border-radius: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .online-security-card {
    border-radius: 48px;
  }
}

.online-security-content {
  background-color: #fff;
  padding: 32px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (min-width: 768px) {
  .online-security-content {
    padding: 64px 32px 64px 48px;
    gap: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .online-security-content {
    padding: 96px 64px;
  }
}

.online-security-text-wrapper {
  flex: 1;
}

.online-security-card-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.02px;
  margin-bottom: 8px;
  color: #16191c;
}

@media screen and (min-width: 768px) {
  .online-security-card-title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.online-security-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01px;
  color: #423d3d;
}

@media screen and (min-width: 1024px) {
  .online-security-subtitle {
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: -0.02px;
  }
}

.online-security-buttons-container {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .online-security-buttons-container {
    flex-direction: row;
    text-align: left;
  }
}

.online-security-guarantee {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 4px;
}

.online-security-guarantee-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #16191c;
}

@media screen and (min-width: 768px) {
  .online-security-guarantee-text {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

@media screen and (min-width: 1024px) {
  .online-security-guarantee-text {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.online-security-items {
  padding: 32px 24px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .online-security-items {
    padding: 64px 48px 64px 32px;
    width: 250px;
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .online-security-items {
    padding: 96px 64px;
    width: 432px;
    gap: 16px;
  }
}

.online-security-product {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42857143;
  letter-spacing: 0.2px;
  color: #423d3d;
}

@media screen and (min-width: 768px) {
  .online-security-product {
    gap: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.01px;
  }
}

.online-security-disabled {
  opacity: 0.2;
}

.online-security-product-title {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .online-security-product-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}

@media screen and (min-width: 768px) {
  .online-security-product-text {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .online-security-product-text {
    display: initial;
  }
}

.online-security-col-awards {
  position: relative;
  height: 35px;
  flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
  flex-grow: unset;
}

@media screen and (min-width: 768px) {
  .online-security-col-awards {
    height: 39px;
    flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
  }
}

@media screen and (min-width: 1024px) {
  .online-security-col-awards {
    height: 60px;
    flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
  }
}

.online-security-col-awards-extra {
  display: none;
}

@media screen and (min-width: 768px) {
  .online-security-col-awards-extra {
    display: initial;
  }
}

.online-security-image {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  color: transparent;
  object-fit: contain;
  filter: grayscale(100%);
}

.quotes-section {
  background-color: #f5f5f5;
  padding: 32px 0;
}

@media screen and (min-width: 1024px) {
  .quotes-section {
    padding: 96px 0 64px;
  }
}

.no-padding {
  padding: 0;
}

.quotes-section-row {
  display: flex;
  column-gap: 16px;
  padding: 32px 16px;
  overflow-x: auto;
}

@media screen and (min-width: 1024px) {
  .quotes-section-row {
    column-gap: 32px;
  }
}

.quotes-section-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  height: 100%;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 32px 24px;
  box-shadow: 8px 8px 0px 0px #16191c;
  border: 2px solid #16191c;
  height: auto;
  max-width: 267px;
  color: #423d3d;
  letter-spacing: -0.011px;
}

@media screen and (min-width: 768px) {
  .quotes-section-card {
    padding: 48px 24px;
    max-width: 293px;
  }
}

@media screen and (min-width: 1024px) {
  .quotes-section-card {
    padding: 64px 32px;
    max-width: 378px;
  }
}

.quotes-section-quote-icon {
  position: absolute;
  top: -32px;
  right: 32px;
}

.quotes-section-logo {
  height: 48px;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .quotes-section-logo {
    height: 64px;
  }
}

.faq-container {
  display: block;
  padding: 32px 0 48px;
  background-color: #16191c;
}

@media screen and (min-width: 768px) {
  .faq-container {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .faq-container {
    padding-top: 96px;
  }
}

.faq-content {
  max-width: 968px;
  margin: 0 auto;
}

.faq-title {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: -0.22px;
}

@media screen and (min-width: 768px) {
  .faq-title {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .faq-title {
    font-size: 4.8rem;
    line-height: 1.33;
    letter-spacing: -0.02px;
  }
}

.faq-wrapper {
  max-width: 610px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media screen and (min-width: 1024px) {
  .faq-wrapper {
    max-width: 768px;
  }
}

.faq-item-details {
  overflow: hidden;
}

.faq-item-summary {
  display: block;
  outline-color: #ffffff;
}

.faq-item-summary::-webkit-details-marker {
  display: none;
}

.faq-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 16px 24px;
  justify-content: space-between;
  border-radius: 16px;
}

.faq-item-wrapper:hover {
  cursor: pointer;
  background-color: #ffffff26;
}

.faq-item-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: -0.02px;
}

@media screen and (min-width: 1024px) {
  .faq-item-title {
    font-size: 2.4rem;
  }
}

.faq-svg-icon-expand {
  rotate: 180deg;
  transition: rotate 200ms ease-out;
}

.faq-item-content {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 200ms ease-out;
}

.faq-item-details[open] + .faq-item-content {
  max-height: 800px;
  transition: max-height 200ms ease-in;
}

.faq-item-details[open] .faq-svg-icon-expand {
  rotate: 0deg;
  transition: rotate 200ms ease-out;
}

.faq-item-text {
  color: #f5f5f5;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.01px;
  margin-bottom: 32px;
}

.faq-divider {
  background-color: #ffffff26;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .faq-divider {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .faq-divider {
    margin-top: 96px;
  }
}

.footer-wrapper {
  background-color: #16191c;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 32px;
  padding-block: 32px;
}

.footer-logo {
  width: 137px;
  height: 32px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .footer-links {
    flex-direction: row;
  }
}

.footer-link {
  padding: 2px 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.33;
}

.footer-divider {
  width: 100%;
  height: 1px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-text {
  color: #a3a4a6;
  font-size: 1.2rem;
  line-height: 1.33;
}