/* theme — compiled from assets/scss/theme.scss */

@charset "UTF-8";
/**
 * BigRedSky V2 — theme.scss
 * Global WordPress overrides layered on top of webflow.scss.
 *
 * Block-specific styles live in assets/css/blocks/<block>.css
 * and are compiled from blocks/<block>/style.scss via: npm run build
 *
 * SCSS variables and utilities
 */
.wp-block-group,
.wp-block-group__inner-container {
  padding: 0;
  margin: 0;
}

.padding-global .padding-global {
  padding-left: 0;
  padding-right: 0;
}

.alignfull {
  margin-left: calc(-1 * var(--spacing--gutter, 1.5rem));
  margin-right: calc(-1 * var(--spacing--gutter, 1.5rem));
  width: calc(100% + 2 * var(--spacing--gutter, 1.5rem));
}

.gravity-theme .gform_fields {
  --gf-form-gap-y: 24px !important;
}
.gravity-theme .gfield_label {
  font-weight: 300;
}
.gravity-theme .gform_heading {
  margin-bottom: 20px !important;
}
.gravity-theme .gform_heading .gform_title {
  letter-spacing: -0.125rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
.gravity-theme .gform_heading .gform_description {
  color: var(--_primitives---colors--neutral-dark);
}

.gform_wrapper.gravity-theme.gform-theme--no-framework {
  font-family: inherit;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=text],
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=email],
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=tel],
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=number],
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body select,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: transparent;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s;
  height: auto;
  min-height: 2.75rem;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=text]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=tel]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body input[type=number]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body select:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body textarea:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  outline: 2px solid var(--_primitives---colors--neutral-lighter);
  outline-offset: 2px;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body select {
  appearance: none;
  background-image: none;
  cursor: pointer;
  color: var(--_primitives---opacity--neutral-darkest-60);
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body select:required:valid {
  color: var(--_primitives---colors--neutral-darkest);
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body select option {
  color: var(--_primitives---colors--neutral-darkest);
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body textarea {
  min-height: 9rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  resize: vertical;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_body .iti input[type=tel] {
  padding-left: 52px !important;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60) !important;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_label {
  margin-bottom: 0.25rem;
  display: block;
  color: var(--_primitives---colors--neutral-darkest);
  font-weight: 300;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_required {
  color: var(--test-red);
  margin-left: 0.125rem;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield:last-child {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input[type=submit],
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input[type=submit] {
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  border: 1px solid var(--test-red) !important;
  background-color: var(--test-red) !important;
  color: #fff !important;
  border-radius: 20rem !important;
  padding: 0.75rem 2rem !important;
  cursor: pointer !important;
  transition: border-color 0.25s, background-color 0.25s;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_page_footer input[type=submit]:hover,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer input[type=submit]:hover {
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}

.gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
.gform-theme.gform-theme--framework .gform_page_footer input[type=submit] {
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  border: 1px solid var(--test-red) !important;
  background-color: var(--test-red) !important;
  color: #fff !important;
  border-radius: 20rem !important;
  padding: 0.75rem 2rem !important;
  cursor: pointer !important;
  transition: border-color 0.25s, background-color 0.25s;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:hover,
.gform-theme.gform-theme--framework .gform_page_footer input[type=submit]:hover {
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}

.section_product_header .gform_wrapper .gfield--type-email.gfield--type-email {
  max-width: 30rem !important;
  width: 100% !important;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem !important;
}
.section_product_header .gform_wrapper .gfield--type-email.gfield--type-email .brs-hero-submit.brs-hero-submit {
  font-size: 1rem !important;
  padding: 0.75rem 2rem !important;
  line-height: 1.5 !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.section_layout253 .icon-embed-medium svg,
.section_layout253 .icon-1x1-medium svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

a.label-pill {
  color: inherit;
  text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes brs-page-hero-fade-up {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .section-offset-header .label-pill,
  .section-offset-header .body-holder {
    animation: brs-page-hero-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .section-offset-header .body-holder {
    animation-delay: 0.12s;
  }
  .brs-will-animate {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }
  .brs-will-animate.brs-in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section_product_layout .product_layout_list .brs-will-animate:nth-child(1) {
    transition-delay: 0s;
  }
  .section_product_layout .product_layout_list .brs-will-animate:nth-child(2) {
    transition-delay: 0.1s;
  }
  .section_product_layout .product_layout_list .brs-will-animate:nth-child(3) {
    transition-delay: 0.2s;
  }
  .section_product_layout .product_layout_list .brs-will-animate:nth-child(4) {
    transition-delay: 0.3s;
  }
  .section_layout253 .layout253_list .brs-will-animate:nth-child(1) {
    transition-delay: 0s;
  }
  .section_layout253 .layout253_list .brs-will-animate:nth-child(2) {
    transition-delay: 0.08s;
  }
  .section_layout253 .layout253_list .brs-will-animate:nth-child(3) {
    transition-delay: 0.16s;
  }
  .section_layout253 .layout253_list .brs-will-animate:nth-child(4) {
    transition-delay: 0.24s;
  }
  .section_layout253 .layout253_list .brs-will-animate:nth-child(5) {
    transition-delay: 0.32s;
  }
  .section_layout253 .layout253_list .brs-will-animate:nth-child(6) {
    transition-delay: 0.4s;
  }
  .brs-animate-items [data-brs-animate-item]:nth-child(1) {
    transition-delay: 0s;
  }
  .brs-animate-items [data-brs-animate-item]:nth-child(2) {
    transition-delay: 0.08s;
  }
  .brs-animate-items [data-brs-animate-item]:nth-child(3) {
    transition-delay: 0.16s;
  }
  .brs-animate-items [data-brs-animate-item]:nth-child(4) {
    transition-delay: 0.24s;
  }
  .brs-animate-items [data-brs-animate-item]:nth-child(5) {
    transition-delay: 0.32s;
  }
  .brs-animate-items [data-brs-animate-item]:nth-child(6) {
    transition-delay: 0.4s;
  }
}
.section_product_header .gform_wrapper .gfield--type-email {
  max-width: 30rem !important;
  width: 100% !important;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem !important;
}

@media screen and (max-width: 560px) {
  .section_product_header .gform_wrapper .gfield--type-email {
    flex-direction: column !important;
    gap: 0.75rem !important;
    padding: 0.625rem !important;
    border-radius: 0.375rem !important;
    max-width: 100% !important;
    align-items: stretch !important;
  }
  .section_product_header .gform_wrapper .gfield--type-email .brs-hero-submit {
    border-radius: 0.375rem !important;
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    justify-content: center !important;
  }
  .section_product_header .gform_wrapper .gfield--type-email input[type=email] {
    padding: 0.5rem 0.625rem !important;
    font-size: 1rem !important;
  }
}
.section_product_header .gform_wrapper .gfield--type-email .brs-hero-submit {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  padding: 0.75rem 2rem !important;
}

.section_layout253 .icon-embed-medium svg,
.section_layout253 .icon-1x1-medium svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.section_product_header .brs-will-animate,
.section_product_header .product_header_content {
  opacity: 1 !important;
  transform: none !important;
}

.section_product_layout .product-link-block {
  text-decoration: none !important;
}

.section_logo4-2 .logo4_list {
  grid-template-columns: repeat(2, 1fr) !important;
}

.section_logo4-2 .logo4_list .w-button {
  grid-column: 1/-1 !important;
}

@keyframes brs-marquee-scroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes brs-testimonial-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-testimonial .fs-marquee_list.brs-marquee-animate {
  animation-name: brs-testimonial-scroll !important;
}

.brs-ticker-has-border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.brs-ticker-has-border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

.brs-ticker-no-border {
  border: none !important;
}

.navbar_menu-dropdown.w--open .navbar_dropdown-list,
.navbar_dropdown-list.w--open {
  display: block !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100% !important;
  background-color: #fff !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  overflow: visible !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.navbar-icon {
  background-image: url("../images/red.jpeg") !important;
}

.navbar-icon.is-pink {
  background-image: url("../images/pink.jpeg") !important;
}

.navbar-icon.is-blue {
  background-image: url("../images/blue.jpeg") !important;
}

.navbar-icon.is-purple {
  background-image: url("../images/purple.jpeg") !important;
}

.navbar-icon .icon-embed-small {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.navbar-icon .icon-embed-small svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.navbar_dropdown-link-list.is-vert .navbar_dropdown-link .text-size-regular {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.nav-dropdown-divider {
  height: 1px;
  background: var(--_primitives---opacity--neutral-darkest-15, #e8e8e8);
  margin: 0.4rem 0;
}

.brs-nav-cta .text-size-regular {
  color: var(--_primitives---colors--neutral-darker, #555) !important;
  font-weight: 500 !important;
}