:root {
  --color-primary: #00ADB5;
  --color-primary-light: #99dbde;
  --color-secondary: #333333;
  --color-bg-card: #ffffff;
  --color-bg-modal: #fefefe;
  --color-text-main: #333333;
  --color-btn-bg: #ffffff;
  --color-btn-text: #00ADB5;
  --color-icon-hover: #ffffff;
}

[data-theme=dark] {
  --color-secondary: #f0f0f0;
  --color-bg-card: #0a121a;
  --color-bg-modal: #040a0f;
  --color-text-main: #f0f0f0;
  --color-btn-bg: #0a121a;
  --color-btn-text: #00ADB5;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

body {
  min-height: 100dvh;
  margin: 0;
  padding: 0;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@-webkit-keyframes scroll-bg {
  0% {
    background-position: 0px 0px;
  }
  10% {
    background-position: -81.92px -122.88px;
  }
  20% {
    background-position: -184.32px -51.2px;
  }
  30% {
    background-position: -286.72px -256px;
  }
  40% {
    background-position: -409.6px -204.8px;
  }
  50% {
    background-position: -532.48px -460.8px;
  }
  60% {
    background-position: -665.6px -409.6px;
  }
  70% {
    background-position: -798.72px -665.6px;
  }
  80% {
    background-position: -921.6px -614.4px;
  }
  90% {
    background-position: -972.8px -870.4px;
  }
  100% {
    background-position: -1024px -1024px;
  }
}

@keyframes scroll-bg {
  0% {
    background-position: 0px 0px;
  }
  10% {
    background-position: -81.92px -122.88px;
  }
  20% {
    background-position: -184.32px -51.2px;
  }
  30% {
    background-position: -286.72px -256px;
  }
  40% {
    background-position: -409.6px -204.8px;
  }
  50% {
    background-position: -532.48px -460.8px;
  }
  60% {
    background-position: -665.6px -409.6px;
  }
  70% {
    background-position: -798.72px -665.6px;
  }
  80% {
    background-position: -921.6px -614.4px;
  }
  90% {
    background-position: -972.8px -870.4px;
  }
  100% {
    background-position: -1024px -1024px;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svg-aquore-logo-animated {
  max-width: 280px;
  height: auto;
}
.svg-aquore-logo-animated .svg-slide-01 {
  position: absolute;
  max-width: 15%;
  bottom: 32px;
  left: 32px;
}
.svg-aquore-logo-animated .str0 {
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.svg-aquore-logo-animated .fil1 {
  fill: none;
  fill-rule: nonzero;
}
.svg-aquore-logo-animated .fil0 {
  fill: #ffffff;
  fill-rule: nonzero;
}
.svg-aquore-logo-animated .fil2 {
  fill: #99DBDE;
  fill-rule: nonzero;
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 357.2861328125px;
    stroke-dasharray: 357.2861328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 357.2861328125px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 357.2861328125px;
    stroke-dasharray: 357.2861328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 357.2861328125px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
.svg-aquore-logo-animated .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 788.9417114258px;
    stroke-dasharray: 788.9417114258px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 788.9417114258px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 788.9417114258px;
    stroke-dasharray: 788.9417114258px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 788.9417114258px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-aquore-logo-animated .svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 103.2180023193px;
    stroke-dasharray: 103.2180023193px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 103.2180023193px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 103.2180023193px;
    stroke-dasharray: 103.2180023193px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 103.2180023193px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(153, 219, 222);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(153, 219, 222);
  }
}
.svg-aquore-logo-animated .svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 394.7998352051px;
    stroke-dasharray: 394.7998352051px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 394.7998352051px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 394.7998352051px;
    stroke-dasharray: 394.7998352051px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 394.7998352051px;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-aquore-logo-animated .svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 486.8008117676px;
    stroke-dasharray: 486.8008117676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 486.8008117676px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 486.8008117676px;
    stroke-dasharray: 486.8008117676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 486.8008117676px;
  }
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-aquore-logo-animated .svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 442.1100769043px;
    stroke-dasharray: 442.1100769043px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 442.1100769043px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 442.1100769043px;
    stroke-dasharray: 442.1100769043px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 442.1100769043px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-aquore-logo-animated .svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 412.8741455078px;
    stroke-dasharray: 412.8741455078px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 412.8741455078px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 412.8741455078px;
    stroke-dasharray: 412.8741455078px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 412.8741455078px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-aquore-logo-animated .svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 2893.8151855469px;
    stroke-dasharray: 2893.8151855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2893.8151855469px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 2893.8151855469px;
    stroke-dasharray: 2893.8151855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2893.8151855469px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-aquore-logo-animated .svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 1238.1247558594px;
    stroke-dasharray: 1238.1247558594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1238.1247558594px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 1238.1247558594px;
    stroke-dasharray: 1238.1247558594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1238.1247558594px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(153, 219, 222);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(153, 219, 222);
  }
}
.svg-aquore-logo-animated .svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.25s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.25s both;
}

.vcard-cnt {
  width: 100%;
  min-height: 100dvh;
  font-family: "Montserrat", sans-serif;
}
.vcard-cnt *::-moz-selection {
  color: white;
  background-color: var(--color-primary);
}
.vcard-cnt *::selection {
  color: white;
  background-color: var(--color-primary);
}
.vcard-cnt .vcard-cnt-inner {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../img/aquore-bgTiled.webp");
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: scroll-bg 160s linear infinite;
          animation: scroll-bg 160s linear infinite;
}
.vcard-cnt .vcard-cnt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}
.vcard-cnt .vcard-cnt-content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vcard-cnt .vcard-cnt-header, .vcard-cnt .vcard-body, .vcard-cnt .vcard-footer {
  padding: 0 24px;
}
.vcard-cnt .vcard-cnt-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 160px;
  text-align: center;
}
.vcard-cnt .vcard-cnt-body .vcard-cnt-body-inner {
  width: 100%;
  max-width: 475px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 24px;
}
.vcard-cnt .vcard-cnt-footer {
  -webkit-animation: fade-in 0.15s ease-in-out 0.15s both;
          animation: fade-in 0.15s ease-in-out 0.15s both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.vcard-cnt .vcard-cnt-footer .vcard-footer-inner {
  padding: 24px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 200%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vcard-cnt .vcard-cnt-footer .vcard-footer-inner .vcard-footer-heart {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 0 4px;
}
.vcard-cnt .vcard-cnt-footer .vcard-footer-inner .vcard-footer-brand-name {
  color: var(--color-primary-light);
}

.vcard {
  max-width: 475px;
  min-width: 300px;
  width: 100%;
  -webkit-animation: fade-in 0.15s ease-in-out 0.15s both;
          animation: fade-in 0.15s ease-in-out 0.15s both;
}
.vcard .vcard-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 112px;
}
.vcard .vcard-inner .vcard-header, .vcard .vcard-inner .vcard-body, .vcard .vcard-inner .vcard-footer {
  -webkit-animation: fade-in 0.15s ease-in-out 0.15s both;
          animation: fade-in 0.15s ease-in-out 0.15s both;
}
.vcard .vcard-inner .vcard-body {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 16px;
}
.vcard .vcard-inner .vcard-body .vcard-phones, .vcard .vcard-inner .vcard-body .vcard-emails, .vcard .vcard-inner .vcard-body .vcard-address, .vcard .vcard-inner .vcard-body .vcard-website {
  margin-bottom: 16px;
}
.vcard .vcard-inner .vcard-body .vcard-phones *, .vcard .vcard-inner .vcard-body .vcard-emails *, .vcard .vcard-inner .vcard-body .vcard-address *, .vcard .vcard-inner .vcard-body .vcard-website * {
  margin-bottom: 4px;
}
.home-page .vcard .vcard-inner .vcard-body .vcard-phones .vcard-field-data, .home-page .vcard .vcard-inner .vcard-body .vcard-emails .vcard-field-data, .home-page .vcard .vcard-inner .vcard-body .vcard-address .vcard-field-data, .home-page .vcard .vcard-inner .vcard-body .vcard-website .vcard-field-data {
  margin-bottom: 16px;
}
.vcard .vcard-inner .vcard-body .vcard-phones:last-child, .vcard .vcard-inner .vcard-body .vcard-emails:last-child, .vcard .vcard-inner .vcard-body .vcard-address:last-child, .vcard .vcard-inner .vcard-body .vcard-website:last-child {
  margin-bottom: 0;
}
.vcard .vcard-inner .vcard-body .vcard-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  text-decoration: none;
  color: var(--color-text-main);
}
.vcard .vcard-inner .vcard-body .vcard-field .vcard-field-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  color: var(--color-primary);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation: fade-in 0.1s ease-in-out 0.15s both;
          animation: fade-in 0.1s ease-in-out 0.15s both;
}
.vcard .vcard-inner .vcard-body .vcard-field .vcard-field-data {
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.vcard .vcard-inner .vcard-body .vcard-field .vcard-field-data .vcard-field-data-small {
  font-size: 14px;
  font-weight: 450;
}
.vcard .vcard-inner .vcard-body .vcard-field .vcard-field-data .vcard-list-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.vcard .vcard-inner .vcard-body .vcard-field .vcard-field-data .vcard-list-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.vcard .vcard-inner .vcard-body .vcard-field:hover .vcard-field-icon {
  color: var(--color-text-main);
}
.vcard .vcard-inner .vcard-body .vcard-field:hover .vcard-field-data {
  color: var(--color-primary);
}
.vcard .vcard-inner .vcard-body .vcard-field:hover .vcard-field-data .vcard-list-name {
  color: var(--color-primary);
}
.vcard .vcard-inner .vcard-body .vcard-field:hover .vcard-field-data .vcard-list-title {
  color: var(--color-text-main);
}
.vcard .vcard-inner .vcard-body .vcard-aenor-cnt {
  display: none;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.vcard .vcard-inner .vcard-body .vcard-aenor-cnt .vcard-aenor-certificate-link {
  display: block;
  padding: 2px 2px 1px;
  text-decoration: none;
  color: var(--color-text-main);
}
.vcard .vcard-content {
  background-color: var(--color-bg-card);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
.vcard .vcard-content .vcard-header {
  padding: 96px 24px 32px;
  text-align: center;
}
.vcard .vcard-content .vcard-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-text-main);
}
.vcard .vcard-content .vcard-title {
  max-width: 280px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vcard .vcard-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  background-color: var(--color-primary);
  border-radius: 0 0 8px 8px;
}
.vcard .vcard-footer .vcard-footer-btn {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.15s ease-in-out;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.vcard .vcard-footer .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 50%;
  height: 100%;
}
.vcard .vcard-footer .left-side .vcard-footer-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 6px;
}
.vcard .vcard-footer .left-side .vcard-footer-btn:hover {
  color: var(--color-primary);
  background-color: var(--color-btn-bg);
}
.vcard .vcard-footer .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  width: 50%;
  height: 100%;
}
.vcard .vcard-footer .right-side .vcard-footer-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-color: var(--color-btn-bg);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.vcard .vcard-footer .right-side .vcard-footer-btn:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.vcard-avatar-cnt {
  width: 100%;
  -webkit-animation: fade-in 0.25s ease-in-out 0.25s both;
          animation: fade-in 0.25s ease-in-out 0.25s both;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.vcard-avatar-cnt .vcard-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: 180px;
  overflow: hidden;
  background-color: var(--color-primary);
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out, -webkit-transform 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
.vcard-avatar-cnt .vcard-avatar:hover {
  -webkit-transform: scale(110%) translateX(-46%);
          transform: scale(110%) translateX(-46%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.vcard-avatar-cnt .vcard-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vcard-qr-modal-btn {
  position: absolute;
  top: 116px;
  right: 4px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-btn-text);
  background-color: var(--color-btn-bg);
  border-radius: 6px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.15s ease-in-out;
}
.vcard-qr-modal-btn:hover {
  color: var(--color-icon-hover);
  background-color: var(--color-primary);
}

.vcard-theme-btn {
  position: absolute;
  top: 116px;
  left: 4px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-btn-text);
  background-color: var(--color-btn-bg);
  border-radius: 6px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.15s ease-in-out;
}
.vcard-theme-btn:hover {
  color: var(--color-icon-hover);
  background-color: var(--color-primary);
}

.vcard-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fade-in 0.3s ease-in-out;
          animation: fade-in 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vcard-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vcard-modal.hiding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fade-out 0.3s ease-in-out forwards;
          animation: fade-out 0.3s ease-in-out forwards;
}
.vcard-modal.hiding .vcard-modal-content {
  -webkit-animation: fade-out 0.3s ease-in-out forwards;
          animation: fade-out 0.3s ease-in-out forwards;
}
.vcard-modal .vcard-modal-content {
  background-color: var(--color-bg-modal);
  padding: 24px;
  width: 100%;
  max-width: 379px;
  min-width: 180px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-animation: fade-in 0.3s ease-in-out;
          animation: fade-in 0.3s ease-in-out;
}
.vcard-modal .vcard-modal-close {
  color: var(--color-text-main);
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.vcard-modal .vcard-modal-close:hover, .vcard-modal .vcard-modal-close:focus {
  color: var(--color-primary);
  text-decoration: none;
  cursor: pointer;
}
.vcard-modal .vcard-modal-body h3 {
  margin-bottom: 24px;
  color: var(--color-text-main);
  font-size: 18px;
  font-weight: 700;
}
.vcard-modal .vcard-qr-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.vcard-modal .QRcode {
  width: 200px;
  height: 200px;
  margin: 40px auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 32px;
  background-color: white;
}

.vcard-list-name {
  display: block;
  font-weight: 700;
  color: var(--color-text-main);
  font-size: 16px;
  margin-bottom: 4px;
}

.vcard-list-title {
  display: block;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}/*# sourceMappingURL=styles.css.map */