@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Variable.ttf);
}
@font-face {
  font-family: "Hurme";
  src: url(../fonts/HurmeGeometricSans1.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Hurme";
  src: url(../fonts/HurmeGeometricSans1-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Hurme";
  src: url(../fonts/HurmeGeometricSans1-SemiBold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Hurme";
  src: url(../fonts/HurmeGeometricSans1-Bold.otf);
  font-weight: 700;
}

.content a {
  color: #1b1d53;
  text-decoration-line: underline;
}
.content menu,
.content ol,
.content ul {
  list-style: disc !important;
  padding-left: 16px;
}
.content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1b1d53;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1b1d53;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #1b1d53;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 6px;
}
.content h4 {
  font-size: 21px;
  font-weight: 700;
  color: #1b1d53;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 6px;
}

img {
  user-select: none;
  pointer-events: none;
}

button {
  cursor: pointer;
}

body {
  font-family: "Satoshi", sans-serif;
}

.font-display {
  font-family: "Hurme", sans-serif;
}

.menu-overlay {
  backdrop-filter: blur(8px);
}

.menu-slide-in {
  transform: translateX(0);
}

.menu-slide-out {
  transform: translateX(100%);
}

.servicesSwiper .swiper-slide-active {
  transform: translateY(-28px);
}

.servicesSwiper .swiper-slide-active .service-card-description {
  height: 2lh;
  opacity: 1;
}

.servicesSwiper .swiper-slide-active .service-card-blend {
  opacity: 0;
}

.servicesSwiper .swiper-slide-active .service-card-gradient {
  opacity: 0.5;
}

.masonry {
  columns: 1;
  column-gap: 20px;
}

@media (min-width: 768px) {
  .masonry {
    columns: 2;
  }
}

@media (min-width: 1024px) {
  .masonry {
    columns: 3;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
}

.link-underline {
  background: no-repeat 0 80%;
  background-image: linear-gradient(#1b1d53, #1b1d53);
  background-size: 0 2px;
  transition: all 0.7s ease;
  margin: 0;
  background-position: 0% 100%;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%237C8494' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 0.7rem;
  background-position: right 0.7rem center;
}
