@media only screen and (min-width: 0rem) {
  #hero-1621 {
    padding: clamp(12.5rem, 25.95vw, 18.75em) 1rem clamp(3.75rem, 7.82vw, 6.25rem);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-1621 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(3.75rem, 13vw, 11.25rem);
  }
  #hero-1621 .cs-content {
    --cornerwidth: 5.75rem;
    --cornerheight: 5.75rem;
    width: 100%;
    max-width: 53.125rem;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #hero-1621 .cs-content:before {
    content: url("../svgs/hero-hexagons-mobile.svg");
    width: 25vw;
    max-width: var(--cornerWidth);
    height: 25vw;
    max-height: var(--cornerHeight);
    border-right: none;
    border-bottom: none;
    opacity: 1;
    position: absolute;
    display: none;
    top: 0px;
    left: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-content:after {
    content: url("../svgs/hero-hexagons-mobile.svg");
    transform: scaleX(-1);
    width: 25vw;
    max-width: var(--cornerWidth);
    height: 25vw;
    max-height: var(--cornerHeight);
    border-left: none;
    border-bottom: none;
    opacity: 1;
    position: absolute;
    display: none;
    top: 0px;
    right: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-corners:before {
    content: url("../svgs/hero-hexagons-mobile.svg");
    width: 25vw;
    transform: scaleY(-1);
    max-width: var(--cornerWidth);
    height: 25vw;
    max-height: var(--cornerHeight);
    border-right: none;
    border-top: none;
    opacity: 1;
    position: absolute;
    display: none;
    bottom: 0px;
    left: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-corners:after {
    content: url("../svgs/hero-hexagons-mobile.svg");
    width: 25vw;
    transform: scaleY(-1) scaleX(-1);
    max-width: var(--cornerWidth);
    height: 25vw;
    max-height: var(--cornerHeight);
    border-left: none;
    border-top: none;
    opacity: 1;
    position: absolute;
    display: none;
    bottom: 0px;
    right: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    max-width: 51.8125rem;
    margin: 0 0 1rem 0;
    color: #fff;
    position: relative;
  }
  #hero-1621 .cs-text {
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    max-width: clamp(18.75rem, 50vw, 26.625rem);
    margin: 0 auto 0;
    margin-bottom: 2.5rem;
    color: #fff;
  }
  #hero-1621 .cs-button-12 {
    font-size: 1rem;
    line-height: clamp(2.875rem, 8vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    margin: auto;
    color: #fff;
    background-color: var(--primary);
    padding: 0 0 0 1.5rem;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
  }
  #hero-1621 .cs-button-12:hover {
    background-color: #1a1a1a;
  }
  #hero-1621 .cs-button-12:hover .cs-button-wrapper:before {
    height: 100%;
  }
  #hero-1621 .cs-button-12:hover .cs-button-icon {
    filter: grayscale(1) brightness(1000%);
  }
  #hero-1621 .cs-button-12 .cs-button-wrapper {
    width: 3.5rem;
    background-color: #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s, background-color 0.3s;
  }
  #hero-1621 .cs-button-12 .cs-button-wrapper:before {
    content: "";
    width: 100%;
    height: 0%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: height 0.3s;
  }
  #hero-1621 .cs-button-12 .cs-button-icon {
    width: 1.75rem;
    height: auto;
    display: block;
  }
  #hero-1621 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #hero-1621 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: #fff;
    box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
  }
  #hero-1621 .cs-item:hover {
    transform: translateY(-10px);
  }
  #hero-1621 .cs-link {
    text-decoration: none;
  }
  #hero-1621 .cs-icon {
    width: 3rem;
    height: auto;
    margin: 0 0 1.5rem 0;
  }
  #hero-1621 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-family: "Anton SC";
    line-height: 1.2em;
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #hero-1621 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    max-width: 28.125rem;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #hero-1621 .cs-background {
    width: 100%;
    height: 55%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1621 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #111926;
    opacity: 0.8;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  #hero-1621 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-1621 .cs-item {
    grid-column: span 6;
  }
  #hero-1621 .cs-content {
    --cornerwidth: 8.75rem;
    --cornerheight: 8.75rem;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);
    width: 100%;
    max-width: 53.125rem;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #hero-1621 .cs-content:before {
    content: url("../svgs/hero-hexagons.svg");
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    border-right: none;
    border-bottom: none;
    opacity: 1;
    position: absolute;
    display: block;
    top: -50px;
    left: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-content:after {
    content: url("../svgs/hero-hexagons.svg");
    transform: scaleX(-1);
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    border-left: none;
    border-bottom: none;
    opacity: 1;
    position: absolute;
    display: block;
    top: -50px;
    right: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-corners {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1621 .cs-corners:before {
    content: url("../svgs/hero-hexagons.svg");
    width: 35vw;
    transform: scaleY(-1);
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    border-right: none;
    border-top: none;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: -50px;
    left: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-corners:after {
    content: url("../svgs/hero-hexagons.svg");
    width: 35vw;
    transform: scaleY(-1) scaleX(-1);
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    border-left: none;
    border-top: none;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: -50px;
    right: -50px;
    z-index: -1;
  }
  #hero-1621 .cs-background {
    height: 70%;
  }
}
@media only screen and (min-width: 64rem) {
  #hero-1621 .cs-item {
    grid-column: span 3;
  }
  #hero-1621 .cs-background {
    height: 80%;
  }
}
@media only screen and (min-width: 81.25rem) {
  #hero-1621 .cs-background {
    height: 80%;
  }
}

/*# sourceMappingURL=critical.css.map */
