:root {
  --primary: #424ca0 !important;
  --red: #424ca0 !important;
}

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 980px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {
  .tw-container {
    max-width: 1400px;
  }
}

.btn {
  background-color: #424ca0 !important;
  border-color: #424ca0 !important;
}

.btn:hover,
button:hover {
  background-color: var(--primary) !important;
}

.btn:hover:after,
button:hover:after {
  background: linear-gradient(to right, rgba(9, 168, 217, 0.65) 0, rgba(234, 0, 41, 0) 30%) !important;
}

.btn--reset,
.site-search .search-toggle,
.button--reset,
.btn--reset:hover,
.site-search .search-toggle:hover,
.button--reset:hover {
  background: 0 0 !important;
}

img.table-tick {
  filter: invert(57%) sepia(54%) saturate(2076%) hue-rotate(154deg) brightness(89%) contrast(93%);
}

.hover\:\[\&\>div\>div\>span\]\:tw-text-helix-red>div>div>span:hover,
.tw-group:hover .group-hover\:tw-text-helix-red {
  color: var(--primary) !important;
}

.tw-text-helix-red,
.pb-landing-3-steps__title,
.pb-video-section__watch-link:hover {
  color: var(--primary) !important;
}

.pb-video-section__watch-link {
  border-color: var(--primary) !important;
}

.tw-pointer-events-none {
  pointer-events: none;
}

.\!tw-pointer-events-auto {
  pointer-events: auto !important;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-0 {
  inset: 0px;
}

.-tw-bottom-16 {
  bottom: -4rem;
}

.-tw-top-16 {
  top: -4rem;
}

.-tw-top-\[70px\] {
  top: -70px;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-bottom-\[12rem\] {
  bottom: 12rem;
}

.tw-left-0 {
  left: 0px;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-10 {
  right: 2.5rem;
}

.tw-right-2 {
  right: 0.5rem;
}

.tw-top-0 {
  top: 0px;
}

.tw-top-1 {
  top: 0.25rem;
}

.tw-top-5 {
  top: 1.25rem;
}

.tw-z-10 {
  z-index: 10;
}

.tw-z-50 {
  z-index: 50;
}

.tw-z-\[999999\] {
  z-index: 999999;
}

.tw-m-0 {
  margin: 0px;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-tw-mt-\[40rem\] {
  margin-top: -40rem;
}

.tw--mt-28 {
  margin-top: -7rem;
}

.tw-mb-0 {
  margin-bottom: 0px;
}

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-mb-24 {
  margin-bottom: 6rem;
}

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-ml-14 {
  margin-left: 3.5rem;
}

.tw-ml-5 {
  margin-left: 1.25rem;
}

.tw-mr-2 {
  margin-right: 0.5rem;
}

.tw-mr-4 {
  margin-right: 1rem;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-12 {
  margin-top: 3rem;
}

.tw-mt-20 {
  margin-top: 5rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mt-40 {
  margin-top: 10rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-mt-\[11rem\] {
  margin-top: 11rem;
}

.tw-mt-\[37px\] {
  margin-top: 37px;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.\!tw-flex {
  display: flex !important;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.tw-size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.tw-size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.tw-size-8 {
  width: 2rem;
  height: 2rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-2 {
  height: 0.5rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-\[70px\] {
  height: 70px;
}

.tw-h-\[80px\] {
  height: 80px;
}

.tw-h-full {
  height: 100%;
}

.\!tw-min-h-\[300px\] {
  min-height: 300px !important;
}

.\!tw-min-h-\[369px\] {
  min-height: 369px !important;
}

.tw-min-h-\[500px\] {
  min-height: 500px;
}

.tw-min-h-\[600px\] {
  min-height: 600px;
}

.\!tw-w-\[350px\] {
  width: 350px !important;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-20 {
  width: 5rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-\[140px\] {
  width: 140px;
}

.tw-w-full {
  width: 100%;
}

.tw-min-w-full {
  min-width: 100%;
}

.\!tw-max-w-full {
  max-width: 100% !important;
}

.tw-max-w-\[1000px\] {
  max-width: 1000px;
}

.tw-max-w-\[150px\] {
  max-width: 150px;
}

.tw-max-w-\[200px\] {
  max-width: 200px;
}

.tw-max-w-\[90rem\] {
  max-width: 90rem;
}

.tw-max-w-lg {
  max-width: 32rem;
}

.tw-shrink-0 {
  flex-shrink: 0;
}

.tw-flex-grow {
  flex-grow: 1;
}

.-tw-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-list-none {
  list-style-type: none;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-items-start {
  align-items: flex-start;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.\!tw-justify-between {
  justify-content: space-between !important;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-gap-10 {
  gap: 2.5rem;
}

.tw-gap-16 {
  gap: 4rem;
}

.tw-gap-20 {
  gap: 5rem;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-6 {
  gap: 1.5rem;
}

.tw-gap-y-20 {
  row-gap: 5rem;
}

.tw-gap-y-5 {
  row-gap: 1.25rem;
}

.tw-space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-6> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-10> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.tw-space-y-20> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.\!tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.\!tw-overflow-visible {
  overflow: visible !important;
}

.tw-overflow-visible {
  overflow: visible;
}

.\!tw-text-balance {
  text-wrap: balance !important;
}

.tw-rounded-2xl {
  border-radius: 1rem;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-border {
  border-width: 1px;
}

.\!tw-border-helix-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 0 41 / var(--tw-border-opacity, 1)) !important;
}

.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.tw-border-helix-red {
  --tw-border-opacity: 1;
  border-color: rgb(234 0 41 / var(--tw-border-opacity, 1));
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.tw-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.tw-bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tw-bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.tw-bg-helix-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.tw-bg-helix-red {
  --tw-bg-opacity: 1;
  background-color: rgb(234 0 41 / var(--tw-bg-opacity, 1));
}

.tw-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.tw-bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.tw-bg-\[url\(\'\/wp-content\/uploads\/2025\/02\/hex-helix-bg-graphic\.svg\'\)\] {
  background-image: url('/wp-content/uploads/2025/02/hex-helix-bg-graphic.svg');
}

.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.tw-from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-from-white\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-from-25\% {
  --tw-gradient-from-position: 25%;
}

.tw-from-35\% {
  --tw-gradient-from-position: 35%;
}

.tw-to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.tw-to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.tw-to-25\% {
  --tw-gradient-to-position: 25%;
}

.tw-to-35\% {
  --tw-gradient-to-position: 35%;
}

.tw-bg-\[length\:600px_600px\] {
  background-size: 600px 600px;
}

.tw-bg-cover {
  background-size: cover;
}

.tw-bg-\[bottom_left_-10rem\] {
  background-position: bottom left -10rem;
}

.tw-bg-center {
  background-position: center;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.tw-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.\!tw-p-14 {
  padding: 3.5rem !important;
}

.tw-p-0 {
  padding: 0px;
}

.tw-p-10 {
  padding: 2.5rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-20 {
  padding: 5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-8 {
  padding: 2rem;
}

.\!tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.\!tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tw-py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tw-py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.tw-pb-12 {
  padding-bottom: 3rem;
}

.tw-pb-14 {
  padding-bottom: 3.5rem;
}

.tw-pb-48 {
  padding-bottom: 12rem;
}

.tw-pb-5 {
  padding-bottom: 1.25rem;
}

.tw-pb-\[50rem\] {
  padding-bottom: 50rem;
}

.tw-pr-12 {
  padding-right: 3rem;
}

.tw-pr-20 {
  padding-right: 5rem;
}

.tw-pt-32 {
  padding-top: 8rem;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.\!tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.\!tw-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.tw-text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.tw-text-\[12px\] {
  font-size: 12px;
}

.tw-text-\[54px\] {
  font-size: 54px;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-\[500\] {
  font-weight: 500;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-normal {
  font-weight: 400;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-uppercase {
  text-transform: uppercase;
}

.\!tw-leading-\[4\.5rem\] {
  line-height: 4.5rem !important;
}

.\!tw-leading-\[4rem\] {
  line-height: 4rem !important;
}

.tw-leading-\[3\.5rem\] {
  line-height: 3.5rem;
}

.tw-leading-\[3rem\] {
  line-height: 3rem;
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tw-text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.tw-text-helix-red {
  --tw-text-opacity: 1;
  color: rgb(234 0 41 / var(--tw-text-opacity, 1));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-no-underline {
  text-decoration-line: none;
}

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-100 {
  opacity: 1;
}

.tw-mix-blend-saturation {
  mix-blend-mode: saturation;
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-300 {
  transition-duration: 300ms;
}

.tw-duration-500 {
  transition-duration: 500ms;
}

.pop-container {
  max-width: 1060px;
}

.no-bootstrap {
  all: unset;
}

.\*\:tw-p-4>* {
  padding: 1rem;
}

.\*\:tw-px-6>* {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\*\:tw-leading-\[3rem\]>* {
  line-height: 3rem;
}

.hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:tw-bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:tw-bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:tw-bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:tw-bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:tw-bg-helix-light-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.hover\:tw-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:tw-no-underline:hover {
  text-decoration-line: none;
}

.tw-group:hover .group-hover\:tw-bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.tw-group:hover .group-hover\:tw-bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.tw-group:hover .group-hover\:tw-bg-helix-red {
  --tw-bg-opacity: 1;
  background-color: rgb(234 0 41 / var(--tw-bg-opacity, 1));
}

.tw-group:hover .group-hover\:tw-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.tw-group:hover .group-hover\:tw-text-helix-red {
  --tw-text-opacity: 1;
  color: rgb(234 0 41 / var(--tw-text-opacity, 1));
}

.tw-group:hover .group-hover\:tw-no-underline {
  text-decoration-line: none;
}

.tw-group:hover .group-hover\:tw-mix-blend-multiply {
  mix-blend-mode: multiply;
}

@media (min-width: 640px) {
  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:tw-right-32 {
    right: 8rem;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-gap-20 {
    gap: 5rem;
  }

  .md\:tw-gap-32 {
    gap: 8rem;
  }

  .md\:tw-gap-60 {
    gap: 15rem;
  }

  .md\:tw-gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:tw-gap-y-0 {
    row-gap: 0px;
  }

  .md\:tw-space-x-16> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-x-20> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-x-60> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:tw-pb-\[36rem\] {
    padding-bottom: 36rem;
  }

  .md\:tw-text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-max-w-\[200px\] {
    max-width: 200px;
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:tw-p-14 {
    padding: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-mt-0 {
    margin-top: 0px;
  }

  .xl\:tw-bg-\[bottom_left_-4rem\] {
    background-position: bottom left -4rem;
  }
}

.hover\:\[\&\>div\>div\>span\]\:tw-text-helix-red>div>div>span:hover {
  --tw-text-opacity: 1;
  color: rgb(234 0 41 / var(--tw-text-opacity, 1));
}

.dropdown-menu li.menu-item.new-label>a {
  border: 1px solid #EA0129;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: normal;
  width: calc(100% + 24px);
  padding: 8px;
  margin: 8px;
}

.dropdown-menu li.menu-item.new-label>a:before {
  content: 'New';
  background-color: #ea0129;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
}

.pb-form p.body {
  color: #99A1AF;
  width: 700px;
  max-width: 100%;
  margin-bottom: 40px;
}

.pb-form.bg-black label {
  color: #fff;
  text-transform: none;
}

.pb-form .frm_submit {
  text-align: left !important;
}

.pb-form .frm_submit button {
  background-color: #424CA0;
}

.pb-form .frm_half {
  max-width: 100%;
}

.pb-form h2 + .pb-hero__helix + .frm_forms {
  margin-top: 2rem;
}

.pb-form .frm_submit button {
  background-color: #424CA0 !important;
  padding: 16px 24px !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}

.pb-form--text.pop-styled .form-container {
  border-radius: 20px;
  width: 500px;
  max-width: 100%;
  margin: auto;
}

.pb-form--text.pop-styled .frm_forms .form-field>h4 {
  position: absolute;
  right: -35px;
  top: -50px;
  left: -35px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 50px;
  background-image: url(https://www.redhelix.com/wp-content/themes/red-helix/assets/images/form-top.png);
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: 900;
  margin: auto;
}

.pb-form--text.pop-styled .frm_forms .form-field {
  position: relative;
  margin-bottom: 24px;
}

.pb-form--text.pop-styled .frm_forms .form-field:first-of-type {
  margin-bottom: 50px;
}

/* .pb-form--text.pop-styled .frm_forms .form-field label {
  position: absolute;
  top: 15px;
  left: 30px;
} */

.pb-form--text.pop-styled .frm_forms .form-field .frm_radio label {
  position: relative;
}

.pb-form--text.pop-styled .frm_forms .form-field .frm_opt_container {
  margin-top: -15px;
  margin-bottom: 15px;
}

.pb-form--text.pop-styled .frm_forms .form-field .frm_button_submit {
  width: 100%;
  background-color: unset;
  margin-bottom: -25px;
}

/* hide the label when focused or once the field has a value */
.pb-form--text.pop-styled .frm_forms .form-field.is-focus>label,
.pb-form--text.pop-styled .frm_forms .form-field.has-value>label {
  opacity: 0;
  pointer-events: none;
}

/* keep radios/checkboxes alone */
.pb-form--text.pop-styled .frm_forms .form-field .frm_radio label,
.pb-form--text.pop-styled .frm_forms .form-field .frm_checkbox label {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.pb-form--text.pop-styled .frm_forms .frm_error_style {
  display: none;
}

@media (max-width: 767px) {
  .pb-form--text.pop-styled .frm_forms .form-field>h4 {
    top: -30px;
  }
}