.elementor-97724 .elementor-element.elementor-element-8daf5c4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
    vertical-align: middle !important;
}

#wpforms-submit-64681 {
    width: 100%;
    padding: 15px !important;
    font-weight: bold;
}

.choices__inner,
input {
    border-radius: 5px !important;
    height: 44px !important;
    border: thin solid #dbdbdb !important;
}

div.wpforms-container .wpforms-form .choices__list--single .choices__item {
    color: #000 !important;
}

div.wpforms-container-full {
    margin: 0 !important;
}

#wpforms-submit-64681 {
    background: #81bd41;
    border-radius: 5px;
    border: none;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 0 !important;
}

#policy a {
    color: #81bd41;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    margin: 0 auto !important;
    padding-top: 10px;
}

.h1-callout {
    color: #81bd41;
}

.uc_review {
    align-items: baseline !important;
}

.uc_content {
    text-align: left;
    min-height: 110px;
}

.uecl-item-row .uecl-pkg {
    justify-content: left !important;
}

.uecl-item-row .uecl-pkg svg {
    width: 100px !important;
    height: 100px !important;
}


@media (max-width: 768px) {
  /*div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row,*/
  /*div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-row {*/
  /*  flex-direction: row !important;*/
  /*}*/
  .owl-nav {
      display: none !important;
  }
    .swipe-hint {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    animation: floatSwipe 2s infinite;
    color: #444;
    opacity: 0.8;
  }
  .arrow-icon {
      font-size: 30px !important;
      vertical-align: middle;
  }

  @keyframes floatSwipe {
    0% { transform: translateX(0); opacity: 0.5; }
    50% { transform: translateX(10px); opacity: 1; }
    100% { transform: translateX(0); opacity: 0.5; }
  }

  .arrow-icon {
    margin-left: 5px;
  }
}/* End custom CSS */