#pageheader {
  position: relative;
  z-index: 1000;
}

html, body {
    max-width: 100%;
}

:root {
    scroll-behavior: unset !important;
}

.hs-form ul {
  list-style: none;
    padding: 0;
}

.grid {
  --dd-columns: 2;
  --dd-rows: 2;
  --dd-gap: 0;
}

.grid > div:not(.wide) {
  aspect-ratio: 1 / 1;
}
.grid:hover .circle {
  transform: translateX(-100%) rotate(-90deg);
}

.circle {
  transition: transform ease-in-out 700ms;
}

.bg-lines-1 {
  background-position: 56% 86%;
  background-size: 220%;
}

.navigation .logo img {
  max-width:146px:
}

.bg-linear-gradient {
  color: #ffffff;
  background: rgb(26,19,49);
  background: linear-gradient(-45deg, rgba(26,19,49,1) 0%, rgba(0,0,0,1) 50%, rgba(5,20,59,1) 100%);
}
.text-curl:after {
  background-image: url(//5441543.fs1.hubspotusercontent-na1.net/hubfs/5441543/raw_assets/public/Dandomain/images/icons/curl.svg) !important;
}