#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input[type=submit], .wp-block-button:not(.is-style-text-only):not(.is-style-read-more) .wp-block-button__link, input[type=submit] {
  font-size: var(--font-size-24);
  font-weight: 700;
  color: white;
  line-height: 1.25em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--ui-color-secondary);
  border-radius: 0px;
  padding-block: var(--element-button-padding-block);
  padding-inline: var(--element-button-padding-inline);
  border: 1px solid var(--ui-color-secondary);
  transition: var(--fx-transition-default);
}

#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input[type=submit]:hover, .wp-block-button:not(.is-style-text-only):not(.is-style-read-more) .wp-block-button__link:hover, input[type=submit]:hover {
  background-color: rgba(var(--ui-color-secondary--rgb), 0.75);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.component__pagination {
  display: inline-flex;
  gap: 1rem;
}
.component__pagination .page-numbers {
  font-size: var(--font-size-normal);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
  padding: 0.5em;
  color: inherit;
  min-width: 2.375rem;
  border: 1px solid rgba(var(--ui-color-primary--rgb), 0.25);
}
.component__pagination .page-numbers span {
  transition: none;
}
.component__pagination .page-numbers:not(.dots, .current):hover {
  border-color: var(--ui-color-secondary);
  color: var(--font-color-white);
  background-color: var(--ui-color-secondary);
}
.component__pagination .page-numbers.current {
  background-color: var(--ui-color-secondary);
  color: var(--font-color-white);
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
picture {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a img {
  border: none;
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

:root {
  interpolate-size: allow-keywords;
  --font-family-primary: "Figtree", sans-serif;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: clamp(1.125rem, 1vw + 0.75rem, 1.5rem);
  --font-size-30: clamp(1.25rem, 2vw + 0.85rem, 1.875rem);
  --font-size-69: clamp(3rem, 3vw + 2rem, 4.313rem);
  --font-size-small: 0.875rem;
  --font-size-normal: clamp(1rem, 1vw + 0.3rem, 1.125rem);
  --font-size-regular: clamp(1rem, 1vw + 0.3rem, 1.125rem);
  --font-size-medium: 1.25rem;
  --font-size-medium-large: clamp(1.125rem, 1vw + 0.75rem, 1.5rem);
  --font-size-large: clamp(1.25rem, 2vw + 0.85rem, 1.875rem);
  --font-size-xlarge: 3rem;
  --font-size-xxlarge: clamp(1.5rem, 2vw + 2.2rem, 4.313rem);
  --font-color-primary: #1C1C1C;
  --font-color-primary--rgb: 28, 28, 28;
  --font-color-secondary: #ED174B;
  --font-color-secondary--rgb: 237, 23, 75;
  --font-color-gray: #EBEBEB;
  --font-color-gray--rgb: 235, 235, 235;
  --font-color-white: #ffffff;
  --font-color-white--rgb: 255, 255, 255;
  --font-color-error: #ED174B;
  --font-color-error--rgb: 237, 23, 75;
  --font-color-success: #42984E;
  --font-color-success--rgb: 66, 152, 78;
  --font-color-warning: #EDE018;
  --font-color-warning--rgb: 237, 224, 24;
  --ui-color-primary: #1C1C1C;
  --ui-color-primary--rgb: 28, 28, 28;
  --ui-color-secondary: #ED174B;
  --ui-color-secondary--rgb: 237, 23, 75;
  --ui-color-gray: #EBEBEB;
  --ui-color-gray--rgb: 235, 235, 235;
  --ui-color-white: #ffffff;
  --ui-color-white--rgb: 255, 255, 255;
  --ui-color-bg: #F7F7F7;
  --ui-color-bg--rgb: 247, 247, 247;
  --ui-size-narrow: 56.25rem;
  --ui-size-content: 92.875rem;
  --ui-size-wide: 108rem;
  --ui-padding-inline: 1.875rem;
  --ui-padding-block: min(6.0625rem, 8vw);
  --ui-space-10: 0.625rem;
  --ui-space-20: 1.25rem;
  --ui-space-30: 1.875rem;
  --ui-space-40: 2.5rem;
  --ui-space-60: 3.75rem;
  --ui-space-80: 5rem;
  --element-button-padding-block: 0.5em;
  --element-button-padding-inline: 0.71em;
  --fx-transition-default: all 0.3s ease-in-out;
  --fx-transition-long: all 1.25s ease-in-out;
  interpolate-size: allow-keywords;
}

@media (max-width: 599px) {
  :root {
    --font-size-huge: 2rem;
    --font-size-xxlarge: 2rem;
  }
}
body {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-normal);
  line-height: 100%;
  color: var(--font-color-primary);
  -webkit-font-smoothing: antialiased;
  transition-behavior: allow-discrete;
  background-color: var(--ui-color-bg);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: var(--font-family-primary);
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child {
  margin-block-start: 0;
}

h1, .h1 {
  font-size: var(--font-size-69);
  font-weight: 900;
  line-height: 100%;
  margin-block: 0.68181em;
}

h2, .h2 {
  font-size: var(--font-size-69);
  font-weight: 900;
  line-height: 100%;
  margin-block: 0.68181em;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.16666em;
  margin-block: 0.68181em;
}

h4, .h4 {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.25em;
  margin-block: 0.68181em;
}

h5, .h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.378em;
}

p {
  line-height: 1.5em;
  text-wrap: pretty;
}

ul {
  padding-inline-start: 1.5em;
}
ul li {
  text-wrap: pretty;
}

figure {
  margin: auto;
}

img, svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

a {
  transition: var(--fx-transition-default);
}

button {
  transition: var(--fx-transition-default);
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  outline-color: var(--ui-color-secondary);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-regular);
  line-height: 1.5em;
  padding: 0.5em 1em;
  width: 100%;
  border-radius: 0;
  background-color: white;
  border: 1px solid var(--ui-color-primary);
  transition: var(--fx-transition-default);
}

select,
button {
  font-family: var(--font-family-primary);
}

#page_wrap {
  position: relative;
}

.the-content,
.is-root-container {
  text-wrap: pretty;
}
.the-content *,
.is-root-container * {
  word-break: keep-all;
  overflow-wrap: normal;
}
.the-content h1 br, .the-content h1 strong, .the-content .h1 br, .the-content .h1 strong, .the-content h2 br, .the-content h2 strong, .the-content .h2 br, .the-content .h2 strong, .the-content h3 br, .the-content h3 strong, .the-content .h3 br, .the-content .h3 strong, .the-content h4 br, .the-content h4 strong, .the-content .h4 br, .the-content .h4 strong,
.is-root-container h1 br,
.is-root-container h1 strong,
.is-root-container .h1 br,
.is-root-container .h1 strong,
.is-root-container h2 br,
.is-root-container h2 strong,
.is-root-container .h2 br,
.is-root-container .h2 strong,
.is-root-container h3 br,
.is-root-container h3 strong,
.is-root-container .h3 br,
.is-root-container .h3 strong,
.is-root-container h4 br,
.is-root-container h4 strong,
.is-root-container .h4 br,
.is-root-container .h4 strong {
  font-weight: inherit;
  color: var(--font-color-secondary);
}
.the-content h3:not(:first-child),
.is-root-container h3:not(:first-child) {
  margin-block-start: 1.5em;
}
.the-content > section.wp-block-group:not(.tp-pattern),
.is-root-container > section.wp-block-group:not(.tp-pattern) {
  padding-block: var(--ui-padding-block);
}
.the-content p,
.is-root-container p {
  margin-block: 0;
}
.the-content p:not(:first-child),
.is-root-container p:not(:first-child) {
  margin-block-start: 1.5em;
}
.the-content p:not(:last-child),
.is-root-container p:not(:last-child) {
  margin-block-end: 1.5em;
}
.the-content li,
.is-root-container li {
  line-height: 1.5;
  margin-block-end: var(--li-margin-bottom, 0.5em);
}
.the-content a:not([class]),
.is-root-container a:not([class]) {
  color: var(--font-color-secondary);
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.the-content a:not([class]):hover,
.is-root-container a:not([class]):hover {
  color: var(--font-color-primary);
}

.site-header {
  --header-height: auto;
  position: relative;
  width: 100%;
  z-index: 100;
  padding-block: var(--ui-padding-inline);
  padding-inline: var(--ui-padding-inline);
  isolation: isolate;
  background-color: var(--ui-color-primary);
  height: var(--header-height);
}
@media (min-width: 1000px) {
  .site-header {
    position: absolute;
    top: 0;
    padding-block-end: 0;
    background-color: transparent;
  }
}
.site-header:before {
  width: 100%;
  height: 8.5rem;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(var(--ui-color-primary--rgb), 0.85), rgba(var(--ui-color-primary--rgb), 0));
}
@media (min-width: 1001px) {
  .site-header .desktop-down {
    display: none;
  }
}
@media (max-width: 1000px) {
  .site-header {
    --header-height: calc(4.375rem + var(--ui-padding-inline) * 2);
  }
  .site-header .desktop-up {
    display: none;
  }
}
.site-header .desktop-up .wp-block-site-logo,
.site-header .desktop-up .logo-black {
  width: 100%;
  height: 8.25rem;
  max-width: 11.6875rem;
  min-width: 6.25rem;
}
.site-header .desktop-up .logo-black {
  display: none;
}
.site-header .desktop-up .filler {
  flex-basis: 14.5625rem;
}
@media (max-width: 1280px) {
  .site-header .desktop-up .filler {
    display: none;
  }
}
.site-header .desktop-up .top-bar {
  width: 100%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.site-header .desktop-up .top-bar form[role=search] {
  min-width: 5.625rem;
}
.site-header .desktop-up .top-bar .wp-block-buttons {
  width: 100%;
  justify-content: space-between;
}
.site-header .desktop-up .top-bar a:hover, .site-header .desktop-up .top-bar button:hover {
  color: var(--font-color-secondary);
}
.site-header .desktop-up .wp-block-search__inside-wrapper {
  overflow: visible !important;
}
.site-header .desktop-up .wp-block-search__button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  align-items: center;
}
.site-header .desktop-up .wp-block-search input[type=search] {
  margin-right: 1rem;
}
.site-header .desktop-up .wp-block-navigation {
  width: 100%;
}
.site-header .desktop-up .wp-block-navigation[aria-label=Navigation], .site-header .desktop-up .wp-block-navigation[aria-label="Primary Menu"] {
  background-color: rgba(var(--ui-color-primary--rgb), 0.65);
  gap: 0;
}
@media (min-width: 1000px) {
  .site-header .desktop-up .wp-block-navigation[aria-label=Navigation], .site-header .desktop-up .wp-block-navigation[aria-label="Primary Menu"] {
    min-width: 50.75rem;
  }
}
.site-header .desktop-up .wp-block-navigation-item {
  flex-grow: 1;
  justify-content: center;
}
.site-header .desktop-up .wp-block-navigation-item__content {
  font-size: var(--font-size-20);
  font-weight: 900;
  text-transform: uppercase;
  color: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 5rem;
}
.site-header .desktop-up .wp-block-navigation-item.pressroom-chemistry > a {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  justify-content: flex-start;
}
.site-header .desktop-up .wp-block-navigation-item.pressroom-chemistry > a:before {
  content: "";
  display: block;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  background-image: url("/wp-content/themes/towerproducts/assets/img/pressroom-chemistry-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header .desktop-up .wp-block-navigation-item.contract-blending-services > a {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  justify-content: flex-start;
}
.site-header .desktop-up .wp-block-navigation-item.contract-blending-services > a:before {
  content: "";
  display: block;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  background-image: url("/wp-content/themes/towerproducts/assets/img/contract-blending-services-icon.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header .desktop-up .wp-block-navigation-item.product-cross-reference.button span {
  display: inline-flex;
  background-color: var(--font-color-secondary);
  color: white;
  padding: 1em;
  text-align: center;
}
.site-header .desktop-up .wp-block-navigation-item.hidden {
  display: none;
}
.site-header .desktop-up .wp-block-navigation__submenu-icon {
  display: none;
}
.site-header .desktop-up .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  left: 0;
}
.site-header .desktop-up .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: 100%;
  top: 0;
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-0 {
  color: white;
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-0 > li > a:hover {
  color: var(--font-color-secondary);
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-0 > li:nth-child(2) > ul {
  left: auto;
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-0 > li:last-child > ul {
  left: auto;
  right: 0;
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-0 ul {
  width: 270.6666666667px !important;
  border: none;
  background-color: transparent;
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-1 li {
  transition: var(--fx-transition-default);
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-1 li:not(:hover) {
  opacity: 0.9;
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-1 li a {
  padding: 1em;
  border: 1px solid var(--font-color-primary);
  background-color: white;
}
.site-header .desktop-up .wp-block-navigation ul.nesting-level-1 li a:hover {
  color: var(--font-color-secondary);
}
.site-header[class*=block-editor] {
  background-color: rgba(var(--ui-color-primary--rgb), 0.5);
}
.site-header .desktop-down .wp-block-site-logo {
  width: 100%;
  max-width: 6.25rem;
}
.site-header .desktop-down .wp-block-navigation__responsive-container {
  gap: 1em;
}
.site-header .desktop-down .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-block: 0;
}
.site-header .desktop-down .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.site-header .desktop-down .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item .wp-block-navigation-submenu {
  width: 100%;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.site-header .desktop-down .wp-block-navigation__responsive-container-close {
  top: var(--ui-padding-inline);
  right: var(--ui-padding-inline);
}
.site-header .desktop-down .wp-block-navigation__responsive-container-open {
  color: white;
}
.site-header .desktop-down .wp-block-navigation-item.level-1 > .wp-block-navigation-submenu {
  height: 0;
  overflow: clip;
  visibility: hidden;
  transition: var(--fx-transition-long);
  interpolate-size: allow-keywords;
}
.site-header .desktop-down .wp-block-navigation-item.level-1 .wp-block-navigation-submenu button.wp-block-navigation-submenu__toggle {
  cursor: default;
  color: inherit;
}
.site-header .desktop-down .wp-block-navigation-item.level-1:has(.wp-block-navigation-submenu__toggle[aria-expanded=true]) > .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}
.site-header .desktop-down .wp-block-navigation-item.level-1:has(.wp-block-navigation-submenu__toggle[aria-expanded=true]) > .wp-block-navigation-submenu {
  height: auto;
  visibility: visible;
  padding: 1em !important;
  margin-top: 1em;
}
.site-header .desktop-down .wp-block-navigation-item__content:hover {
  color: var(--font-color-secondary);
}
.site-header .desktop-down .wp-block-navigation__submenu-icon {
  display: block !important;
}
.site-header .desktop-down .wp-block-navigation__responsive-dialog {
  --wp--style--block-gap: 1em;
  padding: var(--ui-padding-inline);
}
.site-header .desktop-down .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
  row-gap: 2em;
}
.site-header .desktop-down .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  font-weight: 700;
  text-transform: uppercase;
}
.site-header .desktop-down .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation > .wp-block-navigation-submenu > .wp-block-navigation-submenu {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.site-header .desktop-down .wp-block-navigation__responsive-dialog .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
  display: none;
}
.site-header .desktop-down .wp-block-navigation__responsive-dialog .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label {
  color: var(--font-color-secondary);
}
.site-header .desktop-down .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  flex-grow: 0;
}
.site-header .desktop-down .wp-block-navigation__submenu-container {
  padding-inline: 1em !important;
  row-gap: 1.5em !important;
  font-weight: 500;
}
.site-header .desktop-down .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  row-gap: 1em !important;
  font-weight: 400;
}
.site-header .desktop-down .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container a:not(:hover) {
  color: rgba(255, 255, 255, 0.7);
}
.site-header .desktop-down .wp-block-search__inside-wrapper {
  justify-content: flex-end;
}
.site-header .desktop-down .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  padding: 1em;
}

body.header-style-dark .site-header:before {
  display: none;
}
body.header-style-dark .site-header .desktop-up .logo-black {
  display: block;
}
body.header-style-dark .site-header .desktop-up .wp-block-site-logo {
  display: none;
}
body.header-style-dark .site-header .desktop-up .wp-block-search__button:not(:hover) {
  color: var(--font-color-primary);
}
body.header-style-dark .site-header .desktop-up .top-bar .wp-block-button__link:not(:hover) {
  color: var(--font-color-primary);
}
body.header-position-static .site-header {
  position: relative;
}

.site-footer {
  padding-block: var(--ui-padding-block);
  padding-inline: var(--ui-padding-inline);
}
.site-footer > .wp-block-group {
  position: relative;
  flex-wrap: wrap;
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  row-gap: 2em;
  container-type: inline-size;
}
.site-footer > .wp-block-group > .wp-block-group {
  row-gap: 1.5rem;
}
@media (min-width: 782px) {
  .site-footer > .wp-block-group {
    --column-width: 21.5625rem;
    --offset-left: calc((100% - (3 * var(--column-width))) / 2);
    --column-gap: calc((100% - (3 * var(--column-width))) / 2);
  }
  .site-footer > .wp-block-group > .wp-block-group {
    width: var(--column-width);
  }
}
@container (min-width: 1100px) {
  .site-footer > .wp-block-group:before {
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: white;
    top: 0;
    left: calc(var(--column-width) + var(--column-gap) / 2);
    content: "";
    opacity: 0.25;
  }
  .site-footer > .wp-block-group:after {
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: white;
    top: 0;
    right: calc(var(--column-width) + var(--column-gap) / 2);
    content: "";
    opacity: 0.25;
  }
}
.site-footer .newsletter-form-wrap {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem;
}
.site-footer .gform_wrapper {
  --gf-form-gap-y: var(--ui-space-30);
  --gf-form-validation-bg-color: rgba(255, 255, 255, 0.85);
  --gf-ctrl-radius: 0;
  --gf-local-radius: 0;
}
.site-footer .gform_wrapper form {
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.site-footer .gform_wrapper .gform-footer {
  margin-top: 0;
}
.site-footer .nav-col .wp-block-buttons {
  row-gap: 1.25rem;
}
.site-footer .nav-col .wp-block-button.is-style-text-only {
  position: relative;
}
.site-footer .nav-col .wp-block-button.is-style-text-only:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid var(--font-color-secondary);
  display: block;
  transform: translateY(-50%);
  transition: var(--fx-transition-default);
  opacity: 0;
}
.site-footer .nav-col .wp-block-button.is-style-text-only:has(.wp-block-button__link:hover):before {
  opacity: 1;
}
.site-footer .nav-col .wp-element-button:hover {
  color: var(--font-color-secondary);
  transform: translateX(10px);
}
.site-footer .wp-block-button.is-style-text-only .wp-block-button__link {
  text-align: left;
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link {
  background-color: white;
  border-radius: 0;
  transition: var(--fx-transition-default);
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link:hover {
  transform: none;
  background-color: var(--font-color-secondary);
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
  fill: var(--font-color-primary);
  color: var(--font-color-primary);
}

.component__pagination {
  margin-block-start: var(--ui-space-60);
  width: 100%;
  justify-content: center;
}
.component__custom-select {
  position: relative;
  display: inline-block;
  width: 18.75rem;
  max-width: 100%;
}
.component__custom-select .select-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.675em 1em;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  background-color: white;
  cursor: pointer;
  font-size: var(--font-size-normal);
  font-weight: 700;
}
.component__custom-select .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: transform ease-in-out 0.3s;
}
.component__custom-select .select-dropdown {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  background-color: white;
  list-style: none;
  padding: 10px;
  margin: 10px 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-height: 12.5rem;
  overflow-y: auto;
}
.component__custom-select .select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.component__custom-select .select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.component__custom-select .select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.component__custom-select .select-dropdown li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.component__custom-select .select-dropdown li.selected {
  background-color: #f2f2f2;
  border-radius: 4px;
  font-weight: bold;
}
.component__custom-select .select-dropdown li:hover, .component__custom-select .select-dropdown li:focus {
  background-color: #f2f2f2;
  border-radius: 4px;
}
.component__custom-select .select-dropdown li.clear-selection {
  color: #ed174b;
  font-weight: bold;
}
.component__custom-select .select-dropdown li[data-value=""] {
  display: none;
}
.component__custom-select .select-dropdown.hidden {
  display: none;
}
.component__custom-select .select-dropdown:not(:has(.selected)) li.clear-selection {
  display: none;
}
.component__custom-select .select-button[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.wp-block-group.is-layout-grid {
  gap: var(--ui-space-30);
}
.wp-block-group.has-global-padding {
  padding-inline: var(--ui-padding-inline);
}
.wp-block-group:is(section):not(.alignfull) {
  padding-inline: var(--ui-padding-inline);
}
.wp-block-group.has-primary-background-color {
  color: var(--font-color-white);
}
.wp-block-group.is-style-narrow-width > :where(:not(.alignleft, .alignright, .alignfull)) {
  max-width: var(--ui-size-narrow);
  margin-inline: auto;
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-desktop-switch-order {
    flex-direction: row-reverse;
  }
}
.wp-block-cover.alignfull {
  padding-inline: var(--ui-padding-inline);
  padding-block: var(--ui-padding-block);
}
.wp-block-button.is-style-text-only .wp-block-button__link {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.wp-block-button.is-style-read-more {
  position: relative;
}
.wp-block-button.is-style-read-more .wp-block-button__link {
  background: transparent;
  padding: 0;
  font-size: var(--font-size-normal);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--font-color-secondary);
  border: none;
}
.wp-block-button.is-style-read-more .wp-block-button__link:hover {
  background: transparent;
  transform: translateX(10px);
}
.wp-block-button.is-style-read-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid var(--font-color-secondary);
  display: block;
  transform: translateY(-50%);
  transition: var(--fx-transition-default);
  opacity: 0;
}
.wp-block-button.is-style-read-more:has(.wp-block-button__link:hover):before {
  opacity: 1;
}
.wp-block-separator {
  width: 100%;
  border: none;
  height: 1px;
  background-color: rgba(var(--ui-color-primary--rgb), 0.25);
}
.wp-block-separator.is-style-red {
  background-color: var(--ui-color-secondary);
}

.tp-pattern.masthead-large {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  width: 100%;
  padding: var(--ui-padding-block) var(--ui-padding-inline);
}
@media (min-width: 600px) {
  .tp-pattern.masthead-large {
    justify-content: flex-end;
  }
}
@media (min-width: 1000px) {
  .tp-pattern.masthead-large {
    height: 80vh;
    min-height: 35rem;
    max-height: 54.6875rem;
  }
}
.tp-pattern.masthead-large header {
  position: relative;
  z-index: 3;
  width: 100%;
}
.tp-pattern.masthead-large .wp-block-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tp-pattern.masthead-large .wp-block-image:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  background-color: rgba(var(--ui-color-primary--rgb), 0.5);
}
.tp-pattern.masthead-large .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tp-pattern.masthead-large h1 {
  transition: top 0.3s ease;
  top: -100px;
  position: static;
}
.tp-pattern.masthead-large h1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1em;
  font-size: var(--font-size-medium-large) !important;
  border-bottom: 4px solid rgba(var(--ui-color-secondary--rgb), 0.8);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}
.tp-pattern.masthead-job {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 18.75rem var(--ui-padding-inline) 0;
}
.tp-pattern.masthead-job header {
  position: relative;
  z-index: 3;
}
.tp-pattern.masthead-job h1 {
  order: 2;
  margin-block-start: 0.35em;
  margin-block-end: 0;
}
.tp-pattern.masthead-job h2 {
  order: 1;
}
.tp-pattern.masthead-simple {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: calc(var(--ui-padding-inline) * 2) 0 var(--ui-padding-inline);
}
.tp-pattern.masthead-simple header {
  position: relative;
  z-index: 3;
}
.tp-pattern.masthead-simple h1 {
  order: 2;
  margin-block-start: 0.35em;
  margin-block-end: 0;
}
.tp-pattern.masthead-simple h2 {
  order: 1;
}
@media (min-width: 1000px) {
  .tp-pattern.masthead-simple {
    padding-top: 18.75rem;
  }
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=url] {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
textarea {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  height: 100px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-block-start: 1rem;
}

form:has(.col, .row) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ui-space-40);
}
form:has(.col, .row) .row {
  grid-column: 1/-1;
}
form:has(.col, .row) .row.submit {
  text-align: center;
  position: relative;
}

.the-content .wpcf7 form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.the-content .wpcf7 form .wpcf7-response-output {
  margin-inline: auto;
  grid-column: 1/-1;
  justify-self: center;
  padding: 2rem;
  margin-block: 2rem;
}

#page_wrap .gform-theme--framework {
  --fied-padding-block: 0.5em;
  --field-padding-inline: 1em;
  --font-family: var(--font-family-primary);
  --gf-ctrl-label-font-size-primary: var(--font-size-regular);
  --gf-ctrl-label-font-size-secondary: var(--font-size-regular);
  --gf-ctrl-choice-check-color: var(--ui-color-secondary);
  --gf-ctrl-border-color-focus: var(--ui-color-secondary);
  --gf-ctrl-btn-bg-color-hover-primary: rgba(var(--ui-color-secondary--rgb), 0.75);
  --gf-ctrl-border-radius: 0;
}
#page_wrap .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), #page_wrap .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), #page_wrap .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding-block: var(--fied-padding-block);
  padding-inline: var(--field-padding-inline);
  font-family: var(--font-family);
  font-size: var(--font-size-regular);
  line-height: 1.5em;
  height: auto;
  outline-offset: 0;
  outline-width: 1px;
}
#page_wrap .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #page_wrap .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within, #page_wrap .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #page_wrap .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within, #page_wrap .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #page_wrap .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within {
  outline-color: var(--ui-color-secondary);
}
#page_wrap .gform-theme--framework .gfield textarea.small {
  block-size: auto;
  min-block-size: 6.25rem;
}
#page_wrap .gform-theme--framework .gfield--type-choice .gchoice {
  display: flex;
  align-items: center;
}
#page_wrap .gform-theme--framework .gfield--type-choice label {
  cursor: pointer;
}
#page_wrap .gform-theme--framework .gfield--type-choice input[type=checkbox] {
  cursor: pointer;
}
#page_wrap .gform-theme--framework .gfield--type-choice input[type=checkbox]:focus-within {
  outline-color: transparent;
}
#page_wrap .gform-theme--framework .gfield--type-choice input[type=checkbox]:checked {
  border-color: var(--ui-color-secondary);
  box-shadow: 0 0 0 1px var(--ui-color-secondary);
}
#page_wrap .gform-theme--framework .gfield--type-choice input[type=checkbox]:checked + label:not(:has(.product-cat-heading)) {
  font-weight: 700;
}
#page_wrap .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding-block: var(--fied-padding-block);
  padding-inline: var(--field-padding-inline);
  font-family: var(--font-family);
  font-size: var(--font-size-regular);
  line-height: 1.5em;
  height: auto;
  outline-offset: 0;
  outline-width: 1px;
}
#page_wrap .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #page_wrap .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within {
  outline-color: var(--ui-color-secondary);
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding-block: var(--fied-padding-block);
  padding-inline: var(--field-padding-inline);
  font-family: var(--font-family);
  font-size: var(--font-size-regular);
  line-height: 1.5em;
  height: auto;
  outline-offset: 0;
  outline-width: 1px;
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #page_wrap .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus-within {
  outline-color: var(--ui-color-secondary);
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gchoice:has(.product-cat-heading) input[type=checkbox] {
  display: none !important;
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gchoice:has(.product-cat-heading) label {
  margin-left: 0;
  cursor: default;
  font-weight: 700;
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .ginput_container.ginput_container_checkbox:has(.category-group) {
  padding-block-start: var(--ui-space-40);
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gfield_checkbox:has(.category-group) {
  row-gap: var(--ui-space-40);
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gfield_checkbox:has(.category-group) .category-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: var(--ui-space-20);
  -moz-column-gap: var(--ui-space-40);
       column-gap: var(--ui-space-40);
  align-self: unset;
}
#page_wrap .gform-theme--framework.gform-theme.gform_wrapper .gfield_checkbox:has(.category-group) .category-group .gchoice:has(.product-cat-heading) {
  grid-column: 1/-1;
}
#page_wrap .gform-theme--framework.request-sds_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  row-gap: var(--ui-space-20);
  -moz-column-gap: var(--ui-space-40);
       column-gap: var(--ui-space-40);
}
#page_wrap .gform-theme--framework.request-sds_wrapper .gfield_checkbox .gform-field-label {
  text-transform: capitalize;
}
#page_wrap .gform-theme--framework.request-sds_wrapper .gfield_checkbox .gform-field-label span {
  text-transform: inherit;
}

@media (max-width: 639px) and (pointer: coarse) and (hover: none) {
  #page_wrap #gform_3 .gfield_checkbox:has(.category-group) {
    row-gap: var(--ui-space-20);
  }
  #page_wrap #gform_3 .gfield_checkbox:has(.category-group) .category-group {
    background: white;
    height: calc(20px + 2rem);
    overflow: clip;
    interpolate-size: allow-keywords;
    padding: 1rem;
  }
  #page_wrap #gform_3 .gfield_checkbox:has(.category-group) .category-group:not(.has-checked) .gchoice:first-child label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  #page_wrap #gform_3 .gfield_checkbox:has(.category-group) .category-group.has-checked {
    height: auto;
    visibility: visible;
  }
}/*# sourceMappingURL=towerproducts.css.map */