@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.ao-serif-italic {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  color: #13c265;
}

.ao-container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 900px) {
  .ao-container {
    padding-inline: 50px;
  }
}

.ao-eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #13c265;
  margin-bottom: 10px;
  display: block;
}

.ao-h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #111109;
  margin-bottom: 18px;
}

.ao-section-head {
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 52px;
}

.ao-section-lead {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
}

[data-reveal],
[data-reveal-delay] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].revealed,
[data-reveal-delay].revealed {
  opacity: 1;
  transform: none;
}

[data-reveal-delay] {
  transition-delay: 0.14s;
}

[data-stagger] > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger].revealed > * {
  opacity: 1;
  transform: none;
}

.ao-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding-inline: 28px;
  border-radius: 100px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease, background 0.15s ease;
}
.ao-btn i {
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.ao-btn:hover {
  transform: translateY(-2px);
}
.ao-btn:hover i {
  transform: translateX(3px);
}
.ao-btn--cta {
  background: #13c265;
  color: #fff;
  box-shadow: 0 2px 14px rgba(19, 194, 101, 0.28);
}
.ao-btn--cta:hover {
  background: #0fa052;
  box-shadow: 0 6px 24px rgba(19, 194, 101, 0.36);
}
.ao-btn--outline {
  background: transparent;
  color: #111109;
  border: 1.5px solid #D2D1C9;
}
.ao-btn--outline:hover {
  border-color: #13c265;
  color: #13c265;
}
.ao-btn--lg {
  height: 56px;
  font-size: 16px;
  padding-inline: 36px;
}
.ao-btn--full {
  width: 100%;
}

.ao-content-section {
  scroll-margin-top: 120px;
}

.ao-content-section__nav {
  display: none;
}
@media (min-width: 960px) {
  .ao-content-section__nav {
    display: block;
    position: sticky;
    top: 100px;
    align-self: start;
  }
}

.ao-content-nav__item {
  display: block;
  font-size: 13px;
  color: #6B6A63;
  padding: 6px 12px;
  border-left: 2px solid #E6E5DF;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
.ao-content-nav__item:hover {
  color: #13c265;
  border-color: #13c265;
  background: rgba(19, 194, 101, 0.04);
}
.ao-content-nav__item.active {
  color: #13c265;
  border-color: #13c265;
  font-weight: 500;
  background: rgba(19, 194, 101, 0.06);
}

.ao-svc__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
}
.ao-svc__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 900px) {
  .container {
    padding-inline: 50px;
  }
}

.eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #13c265;
  margin-bottom: 10px;
  display: block;
}

.h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #111109;
  margin-bottom: 14px;
}

.section-head {
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 52px;
}

.section-lead {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding-inline: 28px;
  border-radius: 100px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn i {
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:hover i {
  transform: translateX(3px);
}
.btn--outline {
  background: transparent;
  color: #111109;
  border: 1.5px solid #D2D1C9;
}
.btn--outline:hover {
  border-color: #13c265;
  color: #13c265;
}

.trustbar {
  padding-block: 18px;
  background: #F8F8F6;
}
.trustbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}
.trustbar__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #6B6A63;
  white-space: nowrap;
}
.trustbar__item i {
  color: #13c265;
  font-size: 13px;
}
.trustbar__sep {
  width: 1px;
  height: 16px;
  background: #E6E5DF;
  display: none;
}
@media (min-width: 640px) {
  .trustbar__sep {
    display: block;
  }
}

.services {
  padding-block: 96px;
  background: #F8F8F6;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.services__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.services__bottom p {
  font-size: 14px;
  color: #6B6A63;
}
.services__bottom p a {
  color: #13c265;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 16px 16px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, border-color 0.18s ease;
}
.svc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 194, 101, 0.12);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
  border-color: rgba(19, 194, 101, 0.35);
}
.svc:hover::after {
  opacity: 1;
}
.svc:hover .svc__icon {
  background: #13c265;
}
.svc:hover .svc__icon svg {
  stroke: #fff;
}
.svc:hover .svc__name {
  color: #0fa052;
}
.svc:hover .svc__arrow {
  opacity: 1;
  transform: translateX(0);
}
.svc__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease;
  position: relative;
  z-index: 1;
}
.svc__icon svg {
  width: 22px;
  height: 22px;
  stroke: rgb(14.4507042254, 147.5492957746, 76.8169014085);
  transition: stroke 0.22s ease;
}
.svc__body {
  flex: 1;
  position: relative;
  z-index: 1;
  min-width: 0;
}
.svc__name {
  font-size: 13.5px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 5px;
  transition: color 0.18s ease;
  line-height: 1.3;
}
.svc__count {
  font-size: 11.5px;
  color: #B0AFA7;
  line-height: 1.5;
}
.svc__arrow {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #13c265;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc--hot::before {
  content: "Populær";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #0fa052;
  background: #edf9f3;
  border: 1px solid rgba(19, 194, 101, 0.25);
  border-radius: 100px;
  padding: 2px 8px;
  letter-spacing: 0.04em;
  z-index: 2;
}

.ao-hero {
  position: relative;
  overflow: hidden;
  background: #F8F8F6;
  padding-top: 35px;
}
@media (min-width: 1040px) {
  .ao-hero {
    padding-top: 70px;
  }
}
.ao-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 55% at 85% 5%, rgba(19, 194, 101, 0.07) 0%, transparent 65%), radial-gradient(ellipse 35% 45% at 5% 90%, rgba(19, 194, 101, 0.05) 0%, transparent 60%);
}
.ao-hero__container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 48px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {
  .ao-hero__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1060px) {
  .ao-hero__container {
    grid-template-columns: 1fr 480px;
    align-items: center;
    gap: 64px;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.ao-hero__copy {
  animation: aoFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
  min-width: 0;
}
.ao-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12.5px;
  color: #6B6A63;
  margin-bottom: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.ao-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13c265;
  box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.18);
  flex-shrink: 0;
  animation: aoDotPulse 2.4s ease-in-out infinite;
}
.ao-hero__h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #111109;
  margin-bottom: 18px;
}
.ao-hero__lead {
  font-size: clamp(15px, 1.8vw, 17px);
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 500px;
}
.ao-hero__lead strong {
  color: #111109;
  font-weight: 600;
}
.ao-hero__form-card {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: 22px;
  margin-bottom: 0;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.055);
  width: 100%;
}
.ao-hero__form-eyebrow {
  font-size: 12.5px;
  color: #6B6A63;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ao-hero__form-eyebrow i {
  color: #13c265;
  font-size: 13px;
}
.ao-hero__form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 560px) {
  .ao-hero__form-row {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.ao-hero__input {
  width: 100%;
  min-width: 0;
  height: 52px;
  border: 1.5px solid #E6E5DF;
  border-radius: 100px;
  padding: 0 20px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 15px;
  color: #111109;
  background: #F8F8F6;
  outline: none;
  -moz-appearance: textfield;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.ao-hero__input::-moz-placeholder {
  color: #B0AFA7;
}
.ao-hero__input::placeholder {
  color: #B0AFA7;
}
.ao-hero__input::-webkit-inner-spin-button, .ao-hero__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.ao-hero__input:focus {
  border-color: #13c265;
  box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.1);
}
@media (min-width: 560px) {
  .ao-hero__input {
    flex: 1;
    width: auto;
  }
}
.ao-hero__form-btn {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .ao-hero__form-btn {
    width: auto;
  }
}
.ao-hero__form-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}
.ao-hero__form-trust span {
  font-size: 12px;
  color: #B0AFA7;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ao-hero__form-trust span i {
  color: #13c265;
  font-size: 10px;
}
.ao-hero__visual {
  animation: aoFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
  min-width: 0;
}
@media (max-width: 1059px) {
  .ao-hero__visual {
    order: -1;
  }
}
.ao-hero__img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.ao-hero__img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 500px) {
  .ao-hero__img {
    height: 340px;
  }
}
@media (min-width: 1060px) {
  .ao-hero__img {
    height: 520px;
  }
}
.ao-hero__float {
  position: absolute;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
}
.ao-hero__float--top {
  top: 16px;
  left: 16px;
  padding: 10px 14px;
  animation: aoFloatBob 4s ease-in-out infinite;
}
.ao-hero__float--top .ao-hero__float-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ao-hero__float--top .ao-hero__float-icon i {
  color: #13c265;
  font-size: 14px;
}
.ao-hero__float--top strong {
  display: block;
  font-size: 12.5px;
  color: #111109;
  font-weight: 600;
}
.ao-hero__float--top span {
  display: block;
  font-size: 11px;
  color: #6B6A63;
}
.ao-hero__float--bottom {
  bottom: 16px;
  right: 16px;
  padding: 10px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  animation: aoFloatBob 4s ease-in-out 1.5s infinite;
}
.ao-hero__float--bottom .ao-hero__float-big {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  color: #13c265;
  line-height: 1;
}
.ao-hero__float--bottom span {
  font-size: 11px;
  color: #6B6A63;
}

.ao-trustbar {
  border-top: 1px solid #E6E5DF;
  border-bottom: 1px solid #E6E5DF;
  background: #ffffff;
  padding-block: 18px;
}
.ao-trustbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}
.ao-trustbar__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #6B6A63;
  white-space: nowrap;
}
.ao-trustbar__item i {
  color: #13c265;
  font-size: 13px;
}
.ao-trustbar__sep {
  width: 1px;
  height: 16px;
  background: #E6E5DF;
  display: none;
}
@media (min-width: 640px) {
  .ao-trustbar__sep {
    display: block;
  }
}

.ao-content-section {
  padding-block: 96px;
  border-top: 1px solid #E6E5DF;
}
.ao-content-section__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 960px) {
  .ao-content-section__inner {
    grid-template-columns: 200px 1fr;
    align-items: flex-start;
    gap: 80px;
  }
}
.ao-content-section__nav {
  display: none;
}
@media (min-width: 960px) {
  .ao-content-section__nav {
    display: block;
    position: sticky;
    top: 100px;
  }
}
.ao-content-section__prose {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.ao-content-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
}
.ao-content-nav__item {
  font-size: 13px;
  color: #6B6A63;
  padding: 6px 12px;
  border-left: 2px solid #E6E5DF;
  line-height: 1.4;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.ao-content-nav__item:hover {
  color: #13c265;
  border-color: #13c265;
}
.ao-content-nav__item.active {
  color: #13c265;
  border-color: #13c265;
  font-weight: 500;
}

.ao-prose-block {
  max-width: 680px;
}
.ao-prose-block p {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.75;
  margin-bottom: 16px;
}
.ao-prose-block p:last-child {
  margin-bottom: 0;
}
.ao-prose-block p a {
  color: #13c265;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
.ao-prose-block p a:hover {
  color: #0fa052;
}

.ao-prose-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #E6E5DF;
}
.ao-prose-cta__note {
  font-size: 13px;
  color: #6B6A63;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.ao-prose-cta__note i {
  color: #13c265;
  font-size: 12px;
}

.ao-services {
  padding-block: 96px;
  background: #F8F8F6;
  border-top: 1px solid #E6E5DF;
}
.ao-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .ao-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .ao-services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ao-services__bottom {
  display: flex;
  justify-content: center;
}

.ao-svc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 16px 16px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, border-color 0.18s ease;
}
.ao-svc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 194, 101, 0.12);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.ao-svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
  border-color: rgba(19, 194, 101, 0.35);
}
.ao-svc:hover::after {
  opacity: 1;
}
.ao-svc:hover .ao-svc__icon {
  background: #13c265;
}
.ao-svc:hover .ao-svc__name {
  color: #0fa052;
}
.ao-svc:hover .ao-svc__arrow {
  opacity: 1;
  transform: translateX(0);
}
.ao-svc__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease;
  position: relative;
  z-index: 1;
}
.ao-svc__icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.22s ease;
}
.ao-svc:hover .ao-svc__icon img {
  filter: brightness(0) invert(1);
}
.ao-svc__body {
  flex: 1;
  position: relative;
  z-index: 1;
  min-width: 0;
}
.ao-svc__name {
  font-size: 14px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 5px;
  transition: color 0.18s ease;
  line-height: 1.3;
}
.ao-svc__count {
  font-size: 11.5px;
  color: #B0AFA7;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ao-svc__count .fa-fire {
  color: #e05c1a;
  font-size: 10px;
}
.ao-svc__count .fa-star {
  color: #FFAD0D;
  font-size: 10px;
}
.ao-svc__arrow {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #13c265;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.ao-svc--hot::before {
  content: "Populær";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #0fa052;
  background: #edf9f3;
  border: 1px solid rgba(19, 194, 101, 0.25);
  border-radius: 100px;
  padding: 2px 8px;
  letter-spacing: 0.04em;
  z-index: 2;
}

@keyframes aoFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes aoDotPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.18);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(19, 194, 101, 0.06);
  }
}
@keyframes aoFloatBob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}/*# sourceMappingURL=about.css.map */