@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --byb-transparent: transparent;
  --byb-black: #000000;
  --byb-white: #FFFFFF;
  --byb-color-00558C: #00558C;
  --byb-color-0072CE: #0072CE;
  --byb-color-007BCB: #007BCB;
  --byb-color-555555: #555555;
  --byb-color-B1B1B1: #B1B1B1;
  --byb-color-D5D5D5: #D5D5D5;
  --byb-color-d1edf5: #D1EDF5;
  --byb-color-a6dbed: #A6DBED;
  --byb-color-b8e3f2: #B8E3F2;
  --byb-color-c4e8f5: #C4E8F5;
  --byb-color-9edee8: #9EDEE8;
  --byb-color-85d4e3: #85D4E3;
  --byb-color-82c8dc: #82C8DC;
  --byb-color-66c9de: #66C9DE;
  --byb-color-40bad4: #40BAD4;
  --byb-color-00A0BE: #00A0BE;
  --byb-color-000066: #000066;
  --byb-color-ffe09e: #FFE09E;
  --byb-color-ffd985: #FFD985;
  --byb-color-ffd196: #FFD196;
  --byb-color-ffd166: #FFD166;
  --byb-color-ffc47d: #FFC47D;
  --byb-color-ffd440: #FFD440;
  --byb-color-ffb55c: #FFB55C;
  --byb-color-ffb400: #FFB400;
  --byb-color-ffa333: #FFA333;
  --byb-color-eb8200: #EB8200;
  --byb-color-dee096: #DEE096;
  --byb-color-bfc999: #BFC999;
  --byb-color-ccd15c: #CCD15C;
  --byb-color-9fae66: #9FAE66;
  --byb-color-d6d97d: #D6D97D;
  --byb-color-bfc733: #BFC733;
  --byb-color-aab400: #AAB400;
  --byb-color-7f9333: #7F9333;
  --byb-color-dfe4cc: #DFE4CC;
  --byb-color-f5f5f5: #F5F5F5;
  --byb-color-e6e6e6: #E6E6E6;
  --byb-color-c3c3c3: #c3c3c3;
  --byb-color-707070: #707070;
  --byb-color-55565a: #55565A;
  --byb-color-848080: #848080;
  --byb-color-E3E3E3: #E3E3E3;
  --byb-color-EDF0E2: #EDF0E2;
  --byb-color-186475: #186475;
  --byb-color-808080: #808080;
  --byb-color-A2CECF: #A2CECF;
  --byb-color-C75F32: #C75F32;
  --byb-color-f4d87a: #f4d87a;
  --byb-color-F0F0F0: #F0F0F0;
  --byb-color-bebebe: #bebebe;
  --byb-color-333333: #333333;
  --byb-color-f7f7f7: #f7f7f7;
  --byb-color-AAB300: #AAB300;
  --byb-color-666769: #666769;
  --byb-color-003D64: #003D64;
  --byb-color-EA8324: #EA8324;
  --byb-color-00000029: #00000029;
  --byb-color-66666680: #66666680;
  --byb-color-00000080: #00000080;
  /* Font size in px */
  --byb-fs-04: 04px;
  --byb-fs-05: 05px;
  --byb-fs-06: 06px;
  --byb-fs-07: 07px;
  --byb-fs-08: 08px;
  --byb-fs-09: 09px;
  --byb-fs-10: 10px;
  --byb-fs-11: 11px;
  --byb-fs-12: 12px;
  --byb-fs-14: 14px;
  --byb-fs-16: 16px;
  --byb-fs-18: 18px;
  --byb-fs-20: 20px;
  --byb-fs-21: 21px;
  --byb-fs-22: 22px;
  --byb-fs-24: 24px;
  --byb-fs-26: 26px;
  --byb-fs-28: 28px;
  --byb-fs-30: 30px;
  --byb-fs-31: 31px;
  --byb-fs-32: 32px;
  --byb-fs-34: 34px;
  --byb-fs-36: 36px;
  --byb-fs-38: 38px;
  --byb-fs-40: 40px;
  --byb-fs-51: 51px;
  --byb-fs-52: 52px;
  --byb-fs-54: 54px;
  --byb-fs-56: 56px;
  --byb-fs-58: 58px;
  --byb-fs-60: 60px;
  /* Font Weight */
  --byb-fw-3: 300;
  --byb-fw-4: 400;
  --byb-fw-5: 500;
  --byb-fw-6: 600;
  --byb-fw-7: 700;
  --byb-fw-8: 800;
  --byb-fw-9: 900; }

* {
  font-family: 'Inter', sans-serif !important;
  font-family: 'Noto Sans Display', sans-serif !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px; }

@media only screen and (min-width: 960px) {
  html {
    scroll-padding-top: 170px; } }

.font-awesome {
  font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free" !important; }

.break-word {
  word-break: break-word; }

body .p-static {
  position: static; }

.byb-text {
  font-size: 16px;
  line-height: 24px; }

.scroll-width-thin {
  scrollbar-width: thin; }

button.active-crop, button.active-yield {
  background: var(--byb-color-00558C);
  color: var(--byb-white); }
  button.active-crop:hover, button.active-yield:hover {
    border-color: var(--byb-color-00558C);
    background: var(--byb-color-00558C);
    color: var(--byb-white); }

.button-default, .vc_btn3-container.byb-button > a.vc_general, .vc_btn3-container.byb-button > button.vc_general {
  padding: 12px 32px;
  background: var(--byb-color-00558C);
  border: 1px solid var(--byb-color-00558C);
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--byb-white);
  line-height: 20px;
  width: auto; }
  .button-default:hover, .vc_btn3-container.byb-button > a.vc_general:hover, .vc_btn3-container.byb-button > button.vc_general:hover {
    background: var(--byb-white);
    color: var(--byb-color-00558C);
    border-color: var(--byb-white); }

.vc_btn3-container.byb-button.w-full > a.vc_general, .vc_btn3-container.byb-button.w-full > button.vc_general {
  width: 100%; }

.vc_btn3-container.byb-button.hover-btn-dark > a.vc_general:hover, .vc_btn3-container.byb-button.hover-btn-dark > button.vc_general:hover {
  background: var(--byb-color-00558C);
  color: var(--byb-white); }

.vc_btn3-container.byb-button.hover-btn-transparent > a.vc_general:hover, .vc_btn3-container.byb-button.hover-btn-transparent > button.vc_general:hover {
  background: var(--byb-transparent);
  color: var(--byb-white);
  border-color: var(--byb-white); }

.hover-link {
  text-decoration: none;
  color: inherit; }
  .hover-link:hover, .hover-link:focus {
    text-decoration: underline; }
    .hover-link:hover.privacy, .hover-link:focus.privacy {
      color: white; }

.footnotes-small {
  font-size: 12px !important;
  line-height: 17px !important; }
  .footnotes-small p, .footnotes-small a {
    font-size: 12px !important;
    line-height: 17px !important; }

.wire-background-image {
  background-color: var(--byb-color-003D64);
  background-image: url("/wp-content/themes/genesis-sample-develop/assets/svg-assets/mobile_background-body-wires_v2.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%; }

.caption-add-overlay::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0) 40%); }

.hide-on-mobile {
  display: none; }

/* Slick slider */
.slick-dotted.slick-slider {
  margin-bottom: 42px !important; }

button.slick-arrow {
  font-size: 25px;
  color: var(--byb-black) !important;
  height: auto;
  width: auto; }
  button.slick-arrow::before {
    display: none; }

.slick-dots {
  bottom: -34px !important; }
  .slick-dots li button:before {
    content: '' !important;
    opacity: 1 !important;
    font-size: 0px !important;
    color: var(--byb-transparent) !important;
    border: 1px solid var(--byb-color-00558C) !important;
    border-radius: 20px;
    height: 12px !important;
    width: 12px !important; }
  .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background: var(--byb-color-00558C) !important; }

/* Header Styles */
.site-header {
  border-top: 5px solid var(--byb-color-00A0BE);
  box-shadow: 0px 3px 6px var(--byb-color-00000029);
  background-color: var(--byb-white); }
  .site-header > .wrap {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%; }
  .site-header .menu-toggle {
    padding: 2px 14px;
    color: var(--byb-color-666769);
    margin-top: 15px;
    margin-bottom: 15px; }
    .site-header .menu-toggle.dashicons-before:before {
      font-size: 36px;
      height: 36px;
      width: 36px;
      margin: 0px; }

.wp-custom-logo .site-header .title-area {
  max-width: max-content; }
  .wp-custom-logo .site-header .title-area .byb-logo {
    padding-right: 30px;
    border-right: 2px solid var(--byb-color-00A0BE); }

.nav-primary .primary-menu-list a:focus {
  outline: none; }

.nav-primary .primary-menu-list.menu-item-search, .nav-primary .primary-menu-list > a {
  padding: 20px 25px;
  border: 0px;
  color: var(--byb-white);
  border-bottom: 1px solid var(--byb-color-00A0BE);
  background: var(--byb-color-00558C);
  transition: all 0.3s; }

.nav-primary .primary-menu-list .sub-menu {
  width: auto;
  background: var(--byb-white); }

.nav-primary .primary-parent > a {
  font-weight: 600;
  font-size: 20px; }

.nav-primary .primary-parent > .sub-menu-toggle {
  color: var(--byb-white);
  width: 100%;
  text-align: right;
  padding: 20px 25px; }

.nav-primary .primary-child > a {
  background: var(--byb-color-00558C);
  padding-left: 35px; }

.mobile-sticky {
  position: sticky;
  z-index: 9999; }

/* Search form */
.search-form .custom-search-button {
  pointer-events: none; }
  .search-form .custom-search-button[disabled="disabled"], .search-form .custom-search-button:hover[disabled="disabled"], .search-form .custom-search-button:focus[disabled="disabled"], .search-form .custom-search-button:focus, .search-form .custom-search-button:hover {
    color: var(--byb-white) !important;
    background: var(--byb-transparent) !important; }
  .search-form .custom-search-button[disabled="disabled"] {
    opacity: 0.5; }

.search-suggestions::-webkit-scrollbar {
  width: 3px; }

.search-suggestions::-webkit-scrollbar-track {
  background: var(--byb-color-e6e6e6); }

.search-suggestions::-webkit-scrollbar-thumb {
  background: var(--byb-color-00558C); }

/* Body Styles */
/* Single Articles and Video */
.post-wp-content h1, .post-wp-content h2 {
  color: var(--byb-color-00558C);
  font-size: 18px;
  line-height: 26px;
  margin: 26px 0 18px 0;
  font-weight: 600; }

.post-wp-content h3 {
  color: var(--byb-color-00558C);
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0 16px 0;
  font-weight: 600; }

.post-wp-content h4, .post-wp-content h5 {
  color: var(--byb-color-333333);
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0 16px 0;
  font-weight: 600; }

.post-wp-content p {
  color: var(--byb-color-333333);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px; }

.post-wp-content blockquote p, .post-wp-content .block-quote p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--byb-white); }

.post-wp-content a {
  color: var(--byb-color-00558C);
  text-decoration: underline; }

.post-wp-content ul, .post-wp-content ol {
  padding-left: 20px; }
  .post-wp-content ul li, .post-wp-content ol li {
    color: var(--byb-color-333333);
    font-size: 16px;
    line-height: 24px; }
    .post-wp-content ul li::marker, .post-wp-content ol li::marker {
      color: var(--byb-color-00558C); }

.post-wp-content ul li {
  list-style-type: disc; }

.post-wp-content ol li {
  list-style-type: decimal; }

.post-wp-content figure.alignnone {
  width: 100% !important; }

.post-wp-content figure img {
  width: 100%;
  border-radius: 5px;
  border: 0px;
  padding: 0px; }
  .post-wp-content figure img:hover {
    border: 0px; }
  .post-wp-content figure img:focus {
    border: 0px; }

.post-wp-content figure figcaption {
  color: var(--byb-color-333333);
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-left: 0px; }

.post-wp-content img {
  border-radius: 5px; }
  .post-wp-content img.alignnone {
    width: 100%; }

.post-wp-content .image-slider .slick-arrow .slick-prev {
  left: 0; }

.post-wp-content .image-slider .slick-arrow .slick-next {
  right: 0; }

.post-wp-content .image-slider .slider-image-caption {
  color: var(--byb-color-333333);
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-left: 0px; }

.post-wp-content .image-slider .slick-dots {
  padding: 0px !important;
  right: 0;
  left: 0; }
  .post-wp-content .image-slider .slick-dots li button {
    background: #d0d0d0;
    border-radius: 50px;
    height: 14px;
    width: 14px; }
    .post-wp-content .image-slider .slick-dots li button::before {
      display: none; }
  .post-wp-content .image-slider .slick-dots li.slick-active button {
    background: var(--byb-color-808080); }

/* Form Common */
form label {
  font-size: 16px;
  line-height: 20px; }

form input.wpcf7-text, form input.wpcf7-email, form input.wpcf7-number, form input.wpcf7-textarea, form input.wpcf7-select, form select.wpcf7-text, form select.wpcf7-email, form select.wpcf7-number, form select.wpcf7-textarea, form select.wpcf7-select, form textarea.wpcf7-text, form textarea.wpcf7-email, form textarea.wpcf7-number, form textarea.wpcf7-textarea, form textarea.wpcf7-select {
  color: var(--byb-color-808080);
  margin-top: 1px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 18px; }

form input.wpcf7-submit, form select.wpcf7-submit, form textarea.wpcf7-submit {
  border: 1px solid var(--byb-white);
  border-radius: 0px;
  background: var(--byb-white);
  position: relative;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: var(--byb-color-003D64) !important; }
  form input.wpcf7-submit:focus, form input.wpcf7-submit:hover, form select.wpcf7-submit:focus, form select.wpcf7-submit:hover, form textarea.wpcf7-submit:focus, form textarea.wpcf7-submit:hover {
    border: 1px solid var(--byb-white);
    color: var(--byb-white) !important;
    background: var(--byb-color-003D64) !important; }
  form input.wpcf7-submit:disabled:hover, form input.wpcf7-submit:disabled:focus, form select.wpcf7-submit:disabled:hover, form select.wpcf7-submit:disabled:focus, form textarea.wpcf7-submit:disabled:hover, form textarea.wpcf7-submit:disabled:focus {
    border: 1px solid var(--byb-white);
    color: var(--byb-color-003D64) !important;
    background: var(--byb-white) !important; }
  form input.wpcf7-submit:disabled, form select.wpcf7-submit:disabled, form textarea.wpcf7-submit:disabled {
    opacity: 0.5; }

form .wpcf7-not-valid-tip {
  color: var(--byb-color-f4d87a);
  font-size: 14px; }

.wpcf7-response-output {
  color: var(--byb-white);
  text-align: center;
  border: 0px !important; }

.cf-form-body label {
  width: 100%; }

.cf-checkbox-accept-field label {
  display: flex;
  justify-content: center;
  align-items: center; }
  .cf-checkbox-accept-field label .wpcf7-list-item-label {
    margin-left: 12px; }

.cf-checkbox-accept-field [data-name="agree-checkbox"] {
  width: 100%; }

/* Home page */
.home-pagee-hero-section {
  background: linear-gradient(180deg, var(--byb-color-007BCB) 0%, var(--byb-color-00558C) 100%);
  position: relative; }
  .home-pagee-hero-section h2 {
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
    color: var(--byb-white);
    margin-bottom: 16px; }
  .home-pagee-hero-section p {
    color: var(--byb-white); }
  .home-pagee-hero-section .home-pagee-hero-section-1 {
    padding: 32px !important; }
  .home-pagee-hero-section .home-header-image * {
    width: 100%; }
  .home-pagee-hero-section .home-header-image img {
    height: 100%;
    width: 100%; }

.g-cards-column-section {
  background-color: var(--byb-color-003D64);
  background-image: url("/wp-content/themes/genesis-sample-develop/assets/svg-assets/mobile_background-body-wires_v2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  color: var(--byb-white); }
  .g-cards-column-section > .vc_column_container {
    margin: 8px 20px; }
  .g-cards-column-section h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 16px; }
  .g-cards-column-section div > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    align-content: center; }
    .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%; }
      .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column .g-cards-column-s-1 > .vc_column-inner {
        max-width: 250px; }
      .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column .g-cards-column-s-1 .wpb_wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between; }
      .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column .wpb_single_image, .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column .wpb_single_image figure, .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column .wpb_single_image div, .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column .wpb_single_image img {
        height: 100%;
        width: 100%; }
      .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column .wpb_single_image img {
        aspect-ratio: 8/2; }
    .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column-1 {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2024/06/Mask-Group-51@2x.png"), var(--byb-color-003D64); }
    .g-cards-column-section div > .vc_column-inner > .wpb_wrapper .g-cards-column-2 {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2024/06/Gettyimages-597258132@2x.png"), var(--byb-color-003D64); }

.cleaner-greenern-section {
  background: url("/wp-content/uploads/background_why-it-works-bottom-box.png"), var(--byb-black);
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 30px;
  gap: 30px;
  border-radius: 20px; }
  .cleaner-greenern-section h2 {
    font-size: 34px;
    line-height: 41px;
    font-weight: bold;
    color: var(--byb-white);
    margin-bottom: 16px; }
  .cleaner-greenern-section p {
    color: var(--byb-white); }
  .cleaner-greenern-section .cleaner-greenern-section-1 {
    order: 1; }
  .cleaner-greenern-section .cleaner-greenern-section-2 {
    order: 0; }
  .cleaner-greenern-section .cleaner-greenern-section-img {
    max-width: 240px;
    max-height: 82px;
    margin: auto; }

/* Why it works page*/
.why-it-works-header {
  background-image: url("/wp-content/uploads/background_why-it-works-bottom-box.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .why-it-works-header h2 {
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
    margin-bottom: 24px;
    color: var(--byb-white); }
  .why-it-works-header p {
    color: var(--byb-white); }
  .why-it-works-header .why-it-works-header-s-1 {
    order: 1;
    padding-top: 26px; }
  .why-it-works-header .why-it-works-header-s-2 {
    order: 0; }
    .why-it-works-header .why-it-works-header-s-2 figure {
      max-width: 380px;
      max-height: 130px;
      width: 100%;
      height: 100%;
      margin: auto; }

.why-it-works-brands-desktop {
  display: none; }

.why-it-works-cleaner-greener-section {
  margin: 10px 16px 0;
  text-align: center; }
  .why-it-works-cleaner-greener-section h2, .why-it-works-cleaner-greener-section h3 {
    margin: 0px;
    font-weight: bold !important;
    text-transform: uppercase;
    color: var(--byb-color-7f9333); }
  .why-it-works-cleaner-greener-section h2 {
    font-size: 42px;
    line-height: 42px; }
    .why-it-works-cleaner-greener-section h2 span {
      color: var(--byb-color-AAB300); }
  .why-it-works-cleaner-greener-section h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px; }
  .why-it-works-cleaner-greener-section h4 {
    margin: 0px;
    font-weight: bold !important;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 16px; }
  .why-it-works-cleaner-greener-section p {
    font-size: 16px;
    line-height: 24px; }
  .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-1, .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-2 {
    padding: 16px; }
    .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-1 .wpb_wrapper, .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-2 .wpb_wrapper {
      max-width: 465px;
      margin: auto; }
    .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-1 .cleaner-img-section, .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-2 .cleaner-img-section {
      margin-bottom: 42px; }
      .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-1 .cleaner-img-section img, .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-2 .cleaner-img-section img {
        margin: auto; }
  .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-1 {
    border-bottom: 1px solid var(--byb-color-c3c3c3); }

.wiw-title-with-lines {
  font-weight: bold;
  margin-bottom: 14px;
  position: relative;
  text-align: center;
  font-size: 32px;
  line-height: 43px; }
  .wiw-title-with-lines h2 {
    padding: 4px 18px;
    position: relative;
    background: var(--byb-white);
    max-width: fit-content;
    margin: auto; }
  .wiw-title-with-lines::before {
    content: '';
    background: var(--byb-color-7f9333);
    position: absolute;
    left: 0px;
    padding: 2px;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%); }

.wiw-flip-section-main .wiw-flip-section-title {
  text-transform: uppercase;
  color: var(--byb-color-7f9333); }

.wiw-flip-section-main .wiw-flip-section-c {
  color: var(--byb-white);
  text-align: center;
  transition: all 0.3s; }
  .wiw-flip-section-main .wiw-flip-section-c > .vc_column-inner {
    background: var(--byb-black);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 42px 18px 80px 18px;
    position: relative; }
    .wiw-flip-section-main .wiw-flip-section-c > .vc_column-inner::after {
      content: '';
      height: 50px;
      width: 50px;
      position: absolute;
      bottom: 0;
      right: 0; }
  .wiw-flip-section-main .wiw-flip-section-c .wiw-flip-section-c-html-main .wpb_wrapper {
    padding: 28px 0px 8px 0px; }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c1 > .vc_column-inner {
    background-image: url("/wp-content/uploads/2024/06/background_why-it-works-flipcard-1-front.jpg"); }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c1 > .vc_column-inner::after {
      background: linear-gradient(135deg, var(--byb-color-7f9333) 50%, var(--byb-white) 50%); }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c1 .wiw-flip-section-c1-html .wiw-flip-c1-html-s {
    display: flex;
    width: 100%;
    text-align: left;
    gap: 28px;
    align-items: center;
    padding: 12px; }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c1 .wiw-flip-section-c1-html .wiw-flip-c1-html-s:not(:last-child) {
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #fff; }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c1 .wiw-flip-section-c1-html .wiw-flip-c1-html-s img {
      width: 96px;
      height: 96px;
      border-radius: 100px; }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c1 .wiw-flip-section-c1-html .wiw-flip-c1-html-s p {
      font-weight: bold;
      font-size: 17px;
      line-height: 23px; }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 > .vc_column-inner {
    background-image: url("/wp-content/uploads/2024/06/background_why-it-works-flipcard-2-front.jpg"); }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 > .vc_column-inner::after {
      background: linear-gradient(135deg, var(--byb-color-00A0BE) 50%, var(--byb-white) 50%); }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 .more-water-section {
    padding: 0px 18px; }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 .more-water-section .first {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--byb-white); }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 .more-water-section .second {
      font-size: 32px;
      line-height: 36px;
      font-weight: 600; }
      .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 .more-water-section .second span {
        font-weight: 300; }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 .more-water-section .third {
      font-size: 23px;
      line-height: 23px;
      font-weight: 600; }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 > .vc_column-inner {
    background-image: url("/wp-content/uploads/2024/06/background_why-it-works-flipcard-3-front.jpg"); }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 > .vc_column-inner::after {
      background: linear-gradient(135deg, var(--byb-color-EA8324) 50%, var(--byb-white) 50%); }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 .quality-crops-section-main .quality-crops-cg p {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 18px; }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 .quality-crops-section-main .quality-crops-cg p span {
      font-size: 21px;
      line-height: 21px;
      font-weight: 300; }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 .quality-crops-section-main .split-section {
    display: grid;
    grid-template-columns: auto auto; }
    .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 .quality-crops-section-main .split-section > div {
      padding: 8px 12px;
      font-weight: 500; }
      .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 .quality-crops-section-main .split-section > div.split-1 {
        border-right: 1px solid var(--byb-white); }
      .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c3 .quality-crops-section-main .split-section > div .fbw-l {
        font-size: 22px;
        margin: 8px 0px;
        font-weight: bold; }
  .wiw-flip-section-main .wiw-flip-section-c .flip-hide-hover img {
    width: 200px;
    height: 200px;
    margin-bottom: 30px; }
  .wiw-flip-section-main .wiw-flip-section-c .flip-hide-hover .wpb_wrapper {
    font-size: 16px;
    line-height: 22px; }
  .wiw-flip-section-main .wiw-flip-section-c h2.flip-hide-hover {
    font-size: 28px;
    line-height: 38px; }
  .wiw-flip-section-main .wiw-flip-section-c .flip-show-hover {
    display: none; }
    .wiw-flip-section-main .wiw-flip-section-c .flip-show-hover p {
      font-size: 16px;
      line-height: 22px; }
  .wiw-flip-section-main .wiw-flip-section-c:hover .flip-show-hover {
    display: initial; }
  .wiw-flip-section-main .wiw-flip-section-c:hover .flip-hide-hover {
    display: none; }
  .wiw-flip-section-main .wiw-flip-section-c:hover > .vc_column-inner {
    padding: 28px 18px 28px 18px; }
    .wiw-flip-section-main .wiw-flip-section-c:hover > .vc_column-inner::after {
      display: none; }
  .wiw-flip-section-main .wiw-flip-section-c:hover.wiw-flip-section-c1 .vc_column-inner {
    background: var(--byb-color-7f9333); }
  .wiw-flip-section-main .wiw-flip-section-c:hover.wiw-flip-section-c2 .vc_column-inner {
    background: var(--byb-color-00A0BE); }
  .wiw-flip-section-main .wiw-flip-section-c:hover.wiw-flip-section-c3 .vc_column-inner {
    background: var(--byb-color-EA8324); }

.wiw-flip-section-main .wiw-flip-section-main-s-text {
  font-size: 12px;
  line-height: 17px; }

.wiw-design-section-main {
  color: var(--byb-white);
  background-color: var(--byb-black);
  background-image: url("/wp-content/uploads/2024/06/background_why-it-works-bottom-box.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .wiw-design-section-main .wiw-design-header {
    text-transform: capitalize; }
    .wiw-design-section-main .wiw-design-header h2 {
      background: var(--byb-black); }
  .wiw-design-section-main .wiw-design-text {
    text-align: center;
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    line-height: 24px; }
    .wiw-design-section-main .wiw-design-text.wiw-design-text-2 {
      max-width: 820px; }
  .wiw-design-section-main .wiw-design-section .design-1 {
    margin: auto;
    max-width: 600px; }
  .wiw-design-section-main .wiw-design-section .design-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 100%;
    padding: 0px 0px; }
    .wiw-design-section-main .wiw-design-section .design-2 .design-2-col {
      align-content: center;
      width: 100%;
      padding: 30px 20px 30px 20px;
      margin: auto; }
      .wiw-design-section-main .wiw-design-section .design-2 .design-2-col img {
        margin: auto; }
      .wiw-design-section-main .wiw-design-section .design-2 .design-2-col.design-2-col-3 {
        padding-bottom: 0px; }
    .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-1 img {
      max-width: 260px;
      width: 100%; }
    .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-2 {
      border-top: 4px solid var(--byb-color-7f9333);
      border-bottom: 4px solid var(--byb-color-7f9333); }
      .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-2 img {
        max-width: 285px;
        width: 100%; }
    .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-3 img {
      max-width: 260px;
      width: 100%; }

/* Disease post type css */
.post-content {
  background-size: cover !important; }

/* Disease single page */
.post-type-archive-yields .site-inner,
.post-type-archive-diseases .site-inner,
.single-diseases .site-inner {
  max-width: 100%; }

.post-disease-heading {
  display: none; }

@media only screen and (max-width: 769px) {
  .post-disease-heading {
    display: flex;
    justify-content: center;
    align-items: center; }
    .post-disease-heading p {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      color: #55565A; }
      .post-disease-heading p::after {
        content: '';
        border-bottom: 2px solid #D5D5D5;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 125px; }
    .post-disease-heading a {
      font-style: italic;
      margin-left: auto; }
  .post-disease-heading--singular p::after {
    transform: translateX(-50%);
    left: 50%;
    width: 150%; } }

@media only screen and (max-width: 400px) {
  .post-disease-heading:not(.post-disease-heading--singular) p::after {
    width: 110%; } }

/* Yield page */
.product-related-background {
  background: url("/wp-content/uploads/2024/06/background_related-products.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

#slider-images .yields-single-item .slick-list {
  height: 100%; }
  #slider-images .yields-single-item .slick-list .slick-track {
    height: 100%; }

#trial_additional_legal:not(:empty) {
  padding-top: 2rem; }

#slider-images:not(:empty) {
  padding-bottom: 20px; }

.post-type-archive-yields #slider-images .yields-single-item.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: none; }

@media only screen and (max-width: 960px) {
  .post-type-archive-yields #slider-images {
    max-height: none; }
    .post-type-archive-yields #slider-images .slick-slide img {
      max-height: 400px;
      width: auto; } }

/* Footer Styles */
.site-footer {
  border: 0px;
  background: linear-gradient(0deg, var(--byb-color-00558C), var(--byb-color-0072CE)); }
  .site-footer > .wrap {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%; }

/* Footer subscription form */
.footer-subscription-section .subscription-container {
  box-shadow: 0px -3px 6px var(--byb-color-00000029); }
  .footer-subscription-section .subscription-container .subscription-form form p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 18px; }
    .footer-subscription-section .subscription-container .subscription-form form p .wpcf7-not-valid-tip {
      position: absolute;
      font-size: 14px;
      color: var(--byb-color-ffb400); }
  .footer-subscription-section .subscription-container .subscription-form form input.email {
    max-width: 270px;
    padding: 7px 8px;
    border-radius: 5px;
    border: 1px solid var(--byb-color-bebebe);
    font-size: 16px; }
  .footer-subscription-section .subscription-container .subscription-form form input.wpcf7-submit {
    text-wrap: nowrap; }
  .footer-subscription-section .subscription-container .subscription-form form .wpcf7-response-output {
    margin: 0px;
    padding-top: 20px;
    font-size: 14px; }
  .footer-subscription-section .subscription-container .subscription-form form .acceptance-check-box {
    margin-top: 22px;
    margin-bottom: 22px; }
    .footer-subscription-section .subscription-container .subscription-form form .acceptance-check-box p {
      justify-content: start; }
    .footer-subscription-section .subscription-container .subscription-form form .acceptance-check-box .wpcf7-list-item {
      margin: 0px; }
      .footer-subscription-section .subscription-container .subscription-form form .acceptance-check-box .wpcf7-list-item input {
        width: 25px;
        height: 25px; }
  .footer-subscription-section .subscription-container .subscription-form .wpcf7-spinner {
    display: none; }

.footer-subscription-section.sticky-inactive {
  box-shadow: 0px -3px 6px var(--byb-color-00000029);
  background: var(--byb-color-003D64); }
  .footer-subscription-section.sticky-inactive .subscription-container {
    box-shadow: none; }

@keyframes rotateanim {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.byb__header-yield {
  height: 375px;
  background: linear-gradient(180deg, var(--byb-color-007BCB) 0%, var(--byb-color-00558C) 100%);
  position: relative;
  overflow: hidden; }
  .byb__header-yield .outer-wrapper,
  .byb__header-yield .inner-wrapper {
    height: 100%; }
  .byb__header-yield .header__copy,
  .byb__header-yield .header__imagery {
    height: 100%;
    width: 100%; }
  .byb__header-yield .header__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3; }
    .byb__header-yield .header__copy * {
      color: #FFF; }
    .byb__header-yield .header__copy p {
      margin: 15px 0 0 0; }
  .byb__header-yield .header__logo-dk {
    align-self: flex-start;
    justify-self: flex-end; }
  .byb__header-yield .header__imagery {
    mask-position: unset;
    mask-size: cover;
    mask-repeat: no-repeat;
    position: relative; }
    .byb__header-yield .header__imagery img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .byb__header-yield .header__imagery::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -400px;
      background-image: url("https://boostyourbushels.com/wp-content/uploads/byb-mesh.svg");
      background-size: contain;
      background-repeat: no-repeat;
      height: 600px;
      width: 600px;
      animation: rotateanim 300s linear infinite; }
    .byb__header-yield .header__imagery.reverse {
      mask-image: url("https://boostyourbushels.com/wp-content/uploads/byb-mask-arch-yield.png");
      position: absolute;
      right: 0;
      width: 50%; }
      .byb__header-yield .header__imagery.reverse::after {
        left: -450px;
        top: -195px; }

@media only screen and (max-width: 960px) {
  .mobile-wire-bg-png {
    background-image: none; }
  .byb__header-yield {
    height: auto;
    display: block;
    overflow: unset;
    background: linear-gradient(180deg, var(--byb-color-007BCB) 0%, var(--byb-color-00558C) 100%); }
    .byb__header-yield .header__copy {
      background: transparent; }
    .byb__header-yield .header__logo-dk {
      display: none; }
    .byb__header-yield .header__imagery {
      min-height: 200px;
      mask-image: none;
      display: flex;
      align-items: flex-end;
      padding: 50px 0 0 0;
      overflow: hidden; }
      .byb__header-yield .header__imagery img {
        position: relative;
        z-index: 2; }
      .byb__header-yield .header__imagery.reverse {
        position: relative;
        right: 0;
        width: 100%;
        mask-image: none; }
        .byb__header-yield .header__imagery.reverse::after {
          left: -15px;
          top: 20px;
          height: 450px;
          width: 450px; } }

/* Default genesis tablet and mobile screen break point */
@media only screen and (min-width: 960px) {
  .vc-custom-container {
    max-width: 1204px !important;
    margin: 0 auto !important;
    padding: 0px 22px !important; }
  .content {
    width: 100%; }
  .entry {
    margin-bottom: 0px; }
  .hide-on-desktop {
    display: none; }
  .hide-on-mobile {
    display: initial; }
  .slick-dots li button:before {
    height: 18px !important;
    width: 18px !important; }
  .site-header, .filter-based-location {
    position: sticky;
    z-index: 9999; }
  .site-header {
    padding: 0px 1rem; }
  .nav-primary {
    width: calc(100% - 320px);
    max-width: 815px; }
    .nav-primary .menu-primary {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .nav-primary .primary-menu-list.menu-item-search, .nav-primary .primary-menu-list > a {
      color: var(--byb-color-555555);
      background: var(--byb-transparent);
      border: 0px;
      border-bottom: 4px solid transparent;
      padding: 35.5px 0px; }
    .nav-primary .primary-menu-list.menu-item-search {
      padding: 0px; }
    .nav-primary .primary-parent.current-menu-ancestor.current-menu-parent > a,
    .nav-primary .primary-parent.current-menu-ancestor > a, .nav-primary .primary-parent.current-menu-item.current-menu-parent > a,
    .nav-primary .primary-parent.current-menu-item > a, .nav-primary .primary-parent.sfHover.current-menu-parent > a,
    .nav-primary .primary-parent.sfHover > a {
      border-color: var(--byb-color-00A0BE); }
    .nav-primary .primary-parent > a:hover {
      border-color: var(--byb-color-00A0BE); }
    .nav-primary .primary-child > a {
      padding: 13px 10px; }
    .nav-primary .primary-child .current-menu-item > a, .nav-primary .primary-child > a:hover {
      background: var(--byb-color-f7f7f7); }
    .nav-primary .sub-menu {
      box-shadow: 0 0 20px rgba(3, 2, 2, 0.05);
      padding: 6px; }
  .search-form .custom-search-button[disabled="disabled"], .search-form .custom-search-button:hover[disabled="disabled"], .search-form .custom-search-button:focus[disabled="disabled"], .search-form .custom-search-button:focus, .search-form .custom-search-button:hover {
    color: var(--byb-color-555555) !important; }
  /* Subscription form */
  .subscription-form form input.email {
    margin-right: 16px; }
  /* Home page */
  .home-pagee-hero-section {
    min-height: 300px; }
    .home-pagee-hero-section h2 {
      font-size: 38px;
      line-height: 52px; }
    .home-pagee-hero-section .home-pagee-hero-section-1 {
      padding: 32px 42px 32px 0px !important; }
    .home-pagee-hero-section .home-header-image img {
      width: 50% !important;
      position: absolute;
      aspect-ratio: 5/3;
      min-height: 300px;
      top: 0;
      right: 0; }
  .g-cards-column-section {
    background-color: var(--byb-color-003D64);
    background-image: url("/wp-content/themes/genesis-sample-develop/assets/svg-assets/desktop_background-body-wires_v2.svg");
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat; }
    .g-cards-column-section > .vc_column_container {
      margin: 20px 0px; }
  .g-cards-column-section .g-cards-column-1 {
    margin-right: 16px; }
  .g-cards-column-section .g-cards-column-2 {
    margin-left: 16px; }
  .cleaner-greenern-section {
    background: url("/wp-content/uploads/desktop_background-cleaner-greener-horizontal-promo.png"), var(--byb-black);
    gap: 0px;
    margin: 0px;
    min-height: 375px; }
    .cleaner-greenern-section .cleaner-greenern-section-1 {
      order: 0;
      padding-right: 42px; }
      .cleaner-greenern-section .cleaner-greenern-section-1 .byb-button {
        width: initial; }
    .cleaner-greenern-section .cleaner-greenern-section-2 {
      order: 1; }
    .cleaner-greenern-section .cleaner-greenern-section-img {
      max-width: 355px;
      max-height: 120px; }
  .wire-background-image {
    background-color: var(--byb-color-003D64);
    background-image: url("/wp-content/themes/genesis-sample-develop/assets/svg-assets/desktop_background-body-wires_v2.svg");
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat; }
  /* Why it works */
  .why-it-works-header {
    background: url("/wp-content/uploads/desktop_background-cleaner-greener-horizontal-promo.png"), var(--byb-black);
    min-height: 375px;
    background-size: cover;
    background-position: center center; }
    .why-it-works-header h2 {
      font-size: 38px;
      line-height: 52px; }
    .why-it-works-header .why-it-works-header-s-1 {
      order: 0;
      padding-right: 28px;
      padding-top: 0px; }
    .why-it-works-header .why-it-works-header-s-2 {
      order: 1; }
  .why-it-works-brands-desktop {
    display: block; }
  .why-it-works-brands-mobile {
    display: none; }
  .why-it-works-cleaner-greener-section {
    margin: 30px 0px 15px; }
    .why-it-works-cleaner-greener-section h2 {
      font-size: 72px;
      line-height: 72px; }
    .why-it-works-cleaner-greener-section h3 {
      font-size: 46px;
      line-height: 46px;
      margin-bottom: 14px; }
    .why-it-works-cleaner-greener-section h4 {
      line-height: 38px;
      font-size: 28px; }
    .why-it-works-cleaner-greener-section .why-it-works-cleaner-greener-section-1 {
      border-bottom: 0px;
      border-right: 1px solid var(--byb-color-c3c3c3); }
  .wiw-title-with-lines {
    font-size: 38px;
    line-height: 52px; }
  .wiw-flip-section-main .wiw-flip-section-c {
    min-height: 635px; }
    .wiw-flip-section-main .wiw-flip-section-c .flip-hide-hover img {
      width: 277px;
      height: 277px; }
  .wiw-design-section-main .wiw-design-section .design-2 {
    padding: 50px 14px 0px 14px;
    flex-direction: row; }
    .wiw-design-section-main .wiw-design-section .design-2 .design-2-col {
      padding: 0;
      margin: initial;
      max-width: max-content; }
    .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-2 {
      border: 0px;
      padding: 0px 30px 0px 30px;
      margin: 0px 32px 0px 32px;
      border-right: 4px solid var(--byb-color-7f9333);
      border-left: 4px solid var(--byb-color-7f9333); } }

@media only screen and (max-width: 1280px) and (min-width: 960px) {
  .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-1 img, .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-2 img, .wiw-design-section-main .wiw-design-section .design-2 .design-2-col-3 img {
    max-width: 230px; } }

@media (max-width: 959px) {
  /* Header Menu */
  .nav-primary .primary-parent > a {
    border-left: 4px solid transparent; }
  .nav-primary .primary-parent.current-menu-ancestor.current-menu-parent > a,
  .nav-primary .primary-parent.current-menu-item > a,
  .nav-primary .primary-parent > a:hover {
    border-left-color: var(--byb-color-00A0BE); }
  .nav-primary .primary-menu-list.menu-item-search {
    padding: 8px 15px; }
  .wp-custom-logo .site-container .title-area {
    padding-top: 18px;
    padding-right: 15px; }
    .wp-custom-logo .site-container .title-area .byb-logo {
      padding-right: 15px; }
  /* Subscription form */
  .subscription-form form p {
    flex-direction: column;
    gap: 1rem; } }

@media (max-width: 576px) {
  /* Post wp content */
  .post-wp-content figure.alignright, .post-wp-content figure.alignleft, .post-wp-content figure.aligncenter, .post-wp-content figure.alignnone, .post-wp-content img.alignright, .post-wp-content img.alignleft, .post-wp-content img.aligncenter, .post-wp-content img.alignnone {
    width: 100% !important; }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 .more-water-section .second {
    font-size: 24px; }
  .wiw-flip-section-main .wiw-flip-section-c.wiw-flip-section-c2 .more-water-section .third {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600; } }

/* BYB SCAVENGER HUNT */
.visible-dk {
  display: block !important; }

.visible-mb {
  display: none !important; }

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

.byb-scavenger-hunt-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.byb-scavenger-hunt-modal:not(.hidden) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.btn-byb-scavenger-hunt-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  color: #FFF;
  font-size: 30px;
  line-height: .5;
  cursor: pointer;
  transition: all .25s; }

.btn-byb-scavenger-hunt-modal:hover,
.btn-byb-scavenger-hunt-modal:focus-visible {
  opacity: .75; }

.byb-scavenger-hunt-modal__imgs {
  position: relative; }

.byb-scavenger-hunt-modal img {
  display: block;
  width: auto;
  max-width: 100%; }

.byb-scavenger-hunt-close {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  align-self: flex-end;
  background-color: transparent !important;
  border: none;
  color: #000;
  font-size: 40px;
  line-height: .5;
  opacity: .5;
  cursor: pointer;
  transition: all .25s; }

.byb-scavenger-hunt-close:hover,
.byb-scavenger-hunt-close:focus-visible {
  background-color: transparent;
  color: #000;
  opacity: 1; }

#byb-scavenger-hunt_start img {
  cursor: pointer; }

@keyframes scavengerHuntWiggle {
  0% {
    transform: rotate(10deg); }
  20% {
    transform: rotate(-10deg); }
  40% {
    transform: rotate(15deg); }
  60% {
    transform: rotate(-5deg); }
  70% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(10deg); }
  90% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(10deg); } }

.byb-scavenger-hunt-spy {
  width: 45px;
  cursor: pointer; }

.byb-scavenger-hunt-spy:hover,
.byb-scavenger-hunt-spy:focus {
  background-color: transparent; }

.byb-scavenger-hunt-spy:hover img,
.byb-scavenger-hunt-spy:focus img {
  width: 115%;
  max-width: none; }

.byb-scavenger-hunt-spy img {
  width: 100%;
  animation-name: scavengerHuntWiggle;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition: all .25s; }

.byb-scavenger-hunt-spy[disabled] {
  background-color: transparent !important;
  cursor: not-allowed;
  opacity: .5; }

.byb-scavenger-hunt-spy[data-clue="wiw"] {
  position: absolute;
  top: -15px;
  right: -15px; }

#breakeven__pill-bua {
  position: relative; }

.byb-scavenger-hunt-spy[data-clue="smart_invest"] {
  position: absolute;
  top: -10px;
  right: -10px; }

.post-disease-slider > div {
  position: relative; }

.byb-scavenger-hunt-spy[data-clue="fusarium"] {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 2; }

#byb-scavenger-hunt_known .byb-scavenger-hunt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

#byb-scavenger-hunt_known .byb-scavenger-hunt-wrap > div {
  padding: 0 0 20px 0; }

#byb-scavenger-hunt_registration:not(.hidden) {
  display: block; }

#byb-scavenger-hunt_registration {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  overflow-y: scroll; }

#byb-scavenger-hunt-intro h3 {
  font-weight: 600;
  font-size: 20px; }

.byb-scavenger-hunt-wrap {
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

#byb-scavenger-hunt-form #basic-form {
  margin: 20px 0; }

#byb-scavenger-hunt-form .form__row {
  display: grid;
  gap: 20px;
  margin: 0 0 10px; }

#byb-scavenger-hunt-form .form__row--2 {
  grid-template-columns: repeat(2, 1fr); }

#byb-scavenger-hunt-form .form__row--3 {
  grid-template-columns: repeat(3, 1fr); }

#byb-scavenger-hunt-form .form__row--4 {
  grid-template-columns: repeat(4, 1fr); }

#byb-scavenger-hunt-form input,
#byb-scavenger-hunt-form select {
  border: 1px solid #B1B1B1;
  background-color: #FFF;
  width: 100%;
  height: 32px;
  padding: 5px; }

#byb-scavenger-hunt-form .form__group.error input,
#byb-scavenger-hunt-form .form__group.error select {
  background-color: #f7ff96;
  border-color: red; }

.sh-error-message {
  font-size: 12px;
  margin: 2px 0; }

.form__group--checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer; }

.form__group--checkbox label:not(:last-of-type) {
  margin: 0 10px 0 0; }

.byb-scavenger-hunt-heading {
  display: block;
  margin: 0 0 1dvh 0; }

#byb-scavenger-hunt-form input[type="checkbox"] {
  width: 32px; }

#byb-scavenger-hunt-form [name="scavenger-crop"],
#byb-scavenger-hunt-form [name="scavenger-product"] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer; }

#btn-scavenger-hunt-submit {
  display: table;
  margin: 0 auto 10px;
  background-color: #00558C;
  border: 2px solid #00558C;
  border-radius: 0;
  color: #FFF;
  font-weight: 600;
  padding: 10px 0px;
  min-width: 242px;
  cursor: pointer;
  transition: all .25s; }

#btn-scavenger-hunt-submit:hover,
#btn-scavenger-hunt-submit:focus-visible {
  background-color: #FFF;
  color: #00558C; }

#btn-scavenger-hunt-submit[disabled],
#btn-scavenger-hunt-submit[disabled]:hover,
#btn-scavenger-hunt-submit[disabled]:focus-visible {
  background-color: #00558C;
  color: #FFF;
  opacity: .5;
  cursor: not-allowed; }

#byb-scavenger-hunt-form .legal {
  font-size: 12px; }
  #byb-scavenger-hunt-form .legal a {
    text-decoration: underline; }
  #byb-scavenger-hunt-form .legal p:not(:last-of-type) {
    margin: 0 0 10px 0; }

#byb-scavenger-hunt-thanks:not(.hidden) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

#byb-scavenger-hunt-thanks .container {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 80%; }

#byb-scavenger-hunt-thanks img {
  width: 100%; }

#byb-scavenger-hunt-thanks h3 {
  font-weight: 600; }

@media only screen and (max-width: 991px) {
  .visible-dk {
    display: none !important; }
  .visible-mb {
    display: block !important; }
  .btn-byb-scavenger-hunt-modal {
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 30px;
    width: 30px; }
  .byb-scavenger-hunt-wrap {
    padding: 10px; }
  #byb-scavenger-hunt-form .form__row {
    display: block; }
  #byb-scavenger-hunt-form .form__group {
    margin: 0 0 10px 0; }
  #byb-scavenger-hunt-form .container {
    height: 100vh;
    overflow-y: scroll;
    padding: 20px 10px; }
  #byb-scavenger-hunt-form .form__group--checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  #byb-scavenger-hunt-form .form__group--checkbox [for="scavenger-none"] {
    grid-column: 1 / -1; }
  #btn-scavenger-hunt-submit {
    min-width: auto;
    width: 100%;
    margin: 10px 0 0; }
  #byb-scavenger-hunt-thanks:not(.hidden) {
    display: block; }
  #byb-scavenger-hunt-thanks .container {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center; } }
