.elementor-5201 .elementor-element.elementor-element-0fa6fe8{--display:flex;}.elementor-5201 .elementor-element.elementor-element-f175aa0{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-f175aa0 */.boson-links-page {
  width: 100vw !important;
  min-height: 100svh;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 72px 14px;
  display: flex;
  align-items: center;
  background: #050505;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.boson-links-inner {
  width: min(100%, 920px);
  margin: 0 auto;
}

.boson-links-head {
  margin-bottom: 34px;
}

.boson-links-kicker {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.boson-links-title {
  margin: 0;
  max-width: 840px;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}

.boson-links-intro {
  margin: 22px 0 0;
  max-width: 620px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.36;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
}

.boson-links-grid {
  display: grid;
  gap: 10px;
}

.boson-link-card {
  min-height: 112px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 18px;
  color: #fff !important;
  text-decoration: none !important;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-sizing: border-box;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.boson-link-card:hover,
.boson-link-card:focus,
.boson-link-card:active,
.boson-link-card:focus-visible {
  background: #111 !important;
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  transform: translateY(-1px);
}

.boson-link-card--primary {
  border-color: rgba(255, 255, 255, 0.34);
}

.boson-link-card__index {
  display: none;
}

.boson-link-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-sizing: border-box;
}

.boson-link-card__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.boson-link-card__icon--instagram svg {
  stroke-width: 1.8;
}

.boson-link-card:hover .boson-link-card__icon,
.boson-link-card:focus-visible .boson-link-card__icon {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.boson-link-card__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.boson-link-card__label {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.boson-link-card__text {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
}

.boson-link-card__arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-sizing: border-box;
}

.boson-link-card__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  transform: translate(-42%, -50%) rotate(45deg);
}

.boson-link-card__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 1.6px;
  background: currentColor;
  transform: translate(-58%, -50%);
}

@media (max-width: 760px) {
  .boson-links-page {
    min-height: 100svh;
    padding: 42px 10px;
    align-items: flex-start;
  }

  .boson-links-head {
    margin-bottom: 28px;
  }

  .boson-links-kicker {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .boson-links-title {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 0.96;
  }

  .boson-links-intro {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.38;
  }

  .boson-links-grid {
    gap: 8px;
  }

  .boson-link-card {
    min-height: auto;
    padding: 16px;
    grid-template-columns: 40px minmax(0, 1fr) 36px;
    gap: 12px;
    align-items: center;
  }

  .boson-link-card__icon {
    width: 38px;
    height: 38px;
  }

  .boson-link-card__icon svg {
    width: 19px;
    height: 19px;
  }

  .boson-link-card__label {
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1;
  }

  .boson-link-card__text {
    font-size: 13px;
    line-height: 1.32;
  }

  .boson-link-card__arrow {
    width: 36px;
    height: 36px;
  }

  .boson-link-card__arrow::before {
    width: 8px;
    height: 8px;
    border-width: 1.4px;
  }

  .boson-link-card__arrow::after {
    width: 12px;
    height: 1.4px;
  }
}

@media (max-width: 420px) {
  .boson-link-card {
    padding: 14px;
    grid-template-columns: 36px minmax(0, 1fr) 32px;
    gap: 10px;
  }

  .boson-link-card__icon {
    width: 34px;
    height: 34px;
  }

  .boson-link-card__icon svg {
    width: 18px;
    height: 18px;
  }

  .boson-link-card__arrow {
    width: 32px;
    height: 32px;
  }

  .boson-link-card__text {
    font-size: 12.5px;
  }
}/* End custom CSS */