@media (max-width: 980px) {
  body:not(.et-fb) #main-header {
    padding-top: 8px !important;
  }

  .et_mobile_menu {
    padding: 24px 36px 28px !important;
    border-top: 4px solid #c1db40 !important;
    background: #000 !important;
  }

  .et_mobile_menu li {
    position: relative;
    border: 0 !important;
  }

  .et_mobile_menu > li {
    margin: 0 0 8px !important;
  }

  .et_mobile_menu li a {
    border: 0 !important;
    color: #8ead2d !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding: 12px 0 !important;
    opacity: 1 !important;
  }

  body #page-container .et_mobile_menu li.menu-item-has-children:not(.ohvo-submenu-open) > .sub-menu {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  body #page-container .et_mobile_menu .sub-menu {
    display: none !important;
    margin: 0 0 4px !important;
    padding: 0 0 0 14px !important;
  }

  body #page-container .et_mobile_menu .ohvo-submenu-open > .sub-menu {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .et_mobile_menu .sub-menu li {
    margin: 0 !important;
  }

  .et_mobile_menu .sub-menu li a {
    color: #d6eaa0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 8px 0 !important;
  }

  .et_mobile_menu .ohvo-mobile-submenu-toggle {
    position: absolute;
    top: 8px;
    right: 0;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(142, 173, 45, .28);
    border-radius: 999px;
    background: transparent;
    color: #c1db40;
    cursor: pointer;
  }

  .et_mobile_menu .ohvo-mobile-submenu-toggle::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 13px;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .18s ease, top .18s ease;
  }

  .et_mobile_menu .ohvo-submenu-open > .ohvo-mobile-submenu-toggle::before {
    top: 15px;
    transform: rotate(225deg);
  }

  .et_mobile_menu li.menu-item-has-children > a {
    padding-right: 54px !important;
  }

  body #page-container .et_mobile_menu #menu-item-133542,
  body #page-container .et_mobile_menu .get-quote {
    margin-top: 16px !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
  }

  body #page-container .et_mobile_menu #menu-item-133542 > a,
  body #page-container .et_mobile_menu .get-quote > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    min-width: 204px !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    border-radius: 999px !important;
    background: #c1db40 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body #page-container .et_mobile_menu #menu-item-133542 > a::after,
  body #page-container .et_mobile_menu .get-quote > a::after {
    content: ">";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
  }

  body.page-id-219 #zsiq_float,
  body.page-id-219 #zsiq_chat_wrap,
  body.page-id-219 #zs-fl-tip,
  body.page-id-133009 #zsiq_float,
  body.page-id-133009 #zsiq_chat_wrap,
  body.page-id-133009 #zs-fl-tip {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (min-width: 561px) and (max-width: 980px) {
  body.home #main-content .ohvo-proof-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px 0 18px !important;
  }

  body.home #main-content .ohvo-proof-strip > span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 78px !important;
    padding: 14px 16px !important;
    border: 1px solid #e6ead7 !important;
    border-radius: 18px !important;
    background: #f7f9ef !important;
    box-sizing: border-box !important;
    line-height: 1.25 !important;
  }

  body.home #main-content .ohvo-proof-strip > span strong {
    display: block !important;
    margin: 0 0 3px !important;
    color: #7fa127 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    white-space: normal !important;
  }

  body.home #main-content .ohvo-proof-strip > span span {
    display: block !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  body #zsiq_float,
  body #zsiq_floatmain,
  body .zsiq_floatmain,
  body #zsiq_chat_wrap,
  body #zs-fl-tip {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body .slide-in-position-container,
  body .es-layout-sidebar-container,
  body .es-badge-container,
  body [class*="eapps-google-reviews"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body #main-content .slick-arrow {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body #main-content .slick-slider,
  body #main-content .slick-list {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body:not(.home) #main-content > .et_pb_section:first-child > .et_pb_row:first-child {
    padding-top: 0 !important;
  }

  body.page-id-213 #main-content > .et_pb_section:first-child {
    padding-top: 58px !important;
  }

  body.home #hear-demos {
    scroll-margin-top: 28px;
  }

  body.home #main-content .ohvo-home-demo-section .et_pb_row {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home #main-content .ohvo-home-demo-section .voicemail-list {
    width: 100% !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-list,
  body.home #main-content .ohvo-home-demo-section .slick-track {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home #main-content .ohvo-home-demo-section .voicemail-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home #main-content .ohvo-home-demo-section .et_pb_audio_cover_art {
    height: 132px !important;
    min-height: 132px !important;
    margin-bottom: 22px !important;
    background-position: center center !important;
    background-size: contain !important;
  }

  body.page-id-39423 #page-container,
  body.page-id-39423 #main-content,
  body.page-id-39051 #page-container,
  body.page-id-39051 #main-content {
    overflow-x: hidden !important;
  }

  body.page-id-39423 #main-content .et_pb_section,
  body.page-id-39423 #main-content .et_pb_row,
  body.page-id-39423 #main-content .et_pb_column,
  body.page-id-39423 #main-content .et_pb_module {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-id-39423 #main-content .et_pb_row {
    display: block !important;
    width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-39423 #main-content .et_pb_column {
    float: none !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 0 0 100% !important;
    transform: none !important;
  }

  body.page-id-39423 .et_pb_fullwidth_header {
    height: 430px !important;
    min-height: 520px !important;
    background-position: center center !important;
  }

  body.page-id-39423 .et_pb_fullwidth_header_0.et_pb_fullscreen,
  body.page-id-39423 .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
    height: 430px !important;
    min-height: 430px !important;
  }

  body.page-id-39423 .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
    align-items: center !important;
  }

  body.page-id-39423 .et_pb_fullwidth_header .header-content {
    width: 88% !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.page-id-39423 .et_pb_fullwidth_header h1,
  body.page-id-39423 .et_pb_fullwidth_header .et_pb_module_header {
    color: #c1db40 !important;
    font-size: 42px !important;
    line-height: 1.04 !important;
    text-shadow: none !important;
  }

  body.page-id-39423 #main-content .et_pb_section_1 {
    padding: 40px 0 42px !important;
    background: #fbfcf7 !important;
  }

  body.page-id-39423 #main-content .et_pb_section_1 .et_pb_column {
    margin-bottom: 20px !important;
  }

  body.page-id-39423 #main-content .et_pb_section_1 .et_pb_text {
    border: 1px solid #e3e9d2 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(17, 17, 17, .06) !important;
  }

  body.page-id-39423 #main-content .et_pb_section_1 h1 {
    color: #111 !important;
    font-size: 28px !important;
    line-height: 1.06 !important;
  }

  body.page-id-39423 #main-content .et_pb_section_1 p,
  body.page-id-39423 #main-content .et_pb_section_1 li {
    color: #4f4f4f !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body.page-id-39423 #main-content .free-business {
    padding: 48px 0 !important;
  }

  body.page-id-39423 #main-content .et_pb_section_2 h2,
  body.page-id-39423 #main-content .et_pb_section_2 .et_pb_text_inner {
    text-align: center !important;
  }

  body.page-id-39423 #main-content .free-business .et_pb_column {
    max-width: 318px !important;
  }

  body.page-id-39423 #main-content .free-business .et_pb_image,
  body.page-id-39423 #main-content .free-business .et_pb_text,
  body.page-id-39423 #main-content .free-business .et_pb_blurb {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.page-id-39423 #main-content .et_pb_section_4 {
    background: #111 !important;
  }

  body.page-id-39423 #main-content .et_pb_section_4 h2,
  body.page-id-39423 #main-content .et_pb_section_4 h3,
  body.page-id-39423 #main-content .et_pb_section_4 p {
    color: #fff !important;
    text-align: center !important;
  }

  body.page-id-39423 #main-content .et_pb_section_4 strong,
  body.page-id-39423 #main-content .et_pb_section_4 b {
    color: #c1db40 !important;
  }

  body.page-id-39423 #main-content .et_pb_button,
  body.page-id-138759 #main-content .et_pb_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 318px) !important;
    min-height: 52px !important;
    padding: 0 24px !important;
    border: 1px solid rgba(142, 173, 45, .52) !important;
    border-radius: 999px !important;
    background: #c1db40 !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .12) !important;
  }

  body.page-id-39423 #page-container #main-content a.et_pb_button.et_pb_button,
  body.page-id-138759 #page-container #main-content a.et_pb_button.et_pb_button {
    color: #111 !important;
  }

  body.page-id-138759 #main-header {
    display: block !important;
    padding-top: 8px !important;
  }

  body.page-id-138759 #page-container {
    padding-top: 126px !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 {
    padding: 34px 0 42px !important;
    background: linear-gradient(180deg, #fff 0%, #fbfcf7 100%) !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_row {
    width: 88% !important;
    max-width: 342px !important;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_image {
    margin-bottom: 24px !important;
    text-align: center !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_image img {
    width: min(100%, 268px) !important;
    max-width: 268px !important;
    height: auto !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_text {
    width: 100% !important;
    max-width: 342px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_text p {
    color: #111 !important;
    font-family: SFProDisplay-Heavy, Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_text strong {
    font-weight: 900 !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_button_module_wrapper {
    margin: 10px auto !important;
    text-align: center !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_button + .et_pb_button,
  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_button_module_wrapper + .et_pb_button_module_wrapper .et_pb_button {
    background: #fff !important;
    color: #111 !important;
    border-color: #dce5bf !important;
    box-shadow: none !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 .et_pb_image:last-child img {
    max-width: 160px !important;
  }

  body.page-id-138759 #main-content .et_pb_section_0 p:not(:first-child) {
    color: #5f5f5f !important;
    font-family: inherit !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
  }

  body.page-id-139232 #main-content .et_builder_inner_content > .et_pb_section:first-child,
  body.page-id-213 #main-content .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 58px !important;
  }

  body.page-id-39051 form[name="unsubForm"] {
    display: block !important;
    width: calc(100vw - 48px) !important;
    max-width: 342px !important;
    margin: 28px auto 54px !important;
  }

  body.page-id-39051 form[name="unsubForm"] table,
  body.page-id-39051 form[name="unsubForm"] tbody,
  body.page-id-39051 form[name="unsubForm"] tr,
  body.page-id-39051 form[name="unsubForm"] td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-id-39051 form[name="unsubForm"] table {
    border-width: 8px !important;
  }

  body.page-id-39051 form[name="unsubForm"] td {
    padding: 8px 12px !important;
    text-align: left !important;
  }

  body.page-id-39051 form[name="unsubForm"] input[type="text"],
  body.page-id-39051 form[name="unsubForm"] input[type="submit"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
  }

  body.page-id-39051 form[name="unsubForm"] input[type="submit"] {
    margin-top: 2px !important;
    border-radius: 999px !important;
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 980px) {
  body #zsiq_float,
  body #zsiq_floatmain,
  body .zsiq_floatmain,
  body #zsiq_chat_wrap,
  body #zs-fl-tip,
  body .slide-in-position-container,
  body .es-layout-sidebar-container,
  body .es-badge-container,
  body [class*="eapps-google-reviews"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-slide {
    float: none !important;
    flex: 0 0 auto !important;
    height: auto !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-slide > div {
    height: auto !important;
  }

  body.home #main-content .ohvo-home-demo-section .et_pb_audio {
    height: auto !important;
    margin-bottom: 0 !important;
  }

  body.home #main-content .ohvo-home-demo-section .et_pb_audio_cover_art,
  body.page-id-190 #welcome-demos .et_pb_audio_cover_art,
  body.page-id-131670 #welcome-demos .et_pb_audio_cover_art,
  body.page-id-139232 #main-content .et_pb_audio_cover_art,
  body.page-id-213 #main-content .et_pb_audio_cover_art {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  body.home #main-content .ohvo-home-demo-section .et_pb_audio_cover_art {
    height: 132px !important;
    max-height: 132px !important;
    min-height: 132px !important;
  }

  body.page-id-190 #welcome-pricing .et_pb_button_module_wrapper,
  body.page-id-194 #onhold-pricing .et_pb_button_module_wrapper {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.page-id-190 #welcome-demos .et_pb_button_module_wrapper,
  body.page-id-131670 #welcome-demos .et_pb_button_module_wrapper {
    margin-top: 28px !important;
  }

  body.page-id-190 #welcome-pricing .et_pb_button,
  body.page-id-194 #onhold-pricing .et_pb_button {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-prev,
  body.home #main-content .ohvo-home-demo-section .slick-next,
  body.home #main-content .ohvo-home-demo-section .slick-arrow,
  body.page-id-190 #welcome-demos .slick-prev,
  body.page-id-190 #welcome-demos .slick-next,
  body.page-id-190 #welcome-demos .slick-arrow,
  body.page-id-131670 #welcome-demos .slick-prev,
  body.page-id-131670 #welcome-demos .slick-next,
  body.page-id-131670 #welcome-demos .slick-arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-prev::before,
  body.home #main-content .ohvo-home-demo-section .slick-next::before,
  body.page-id-190 #welcome-demos .slick-prev::before,
  body.page-id-190 #welcome-demos .slick-next::before,
  body.page-id-131670 #welcome-demos .slick-prev::before,
  body.page-id-131670 #welcome-demos .slick-next::before {
    content: "" !important;
    display: none !important;
  }

  body.home .ohvo-mobile-sticky-cta,
  body.page-id-190 .ohvo-mobile-sticky-cta,
  body.page-id-131670 .ohvo-mobile-sticky-cta,
  body.page-id-194 .ohvo-mobile-sticky-cta {
    display: none !important;
  }

  body.home.ohvo-has-mobile-sticky-cta,
  body.page-id-190.ohvo-has-mobile-sticky-cta,
  body.page-id-131670.ohvo-has-mobile-sticky-cta,
  body.page-id-194.ohvo-has-mobile-sticky-cta {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 560px) {
  body.home #main-content .ohvo-proof-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home #main-content .ohvo-proof-strip > span {
    display: flex !important;
    align-items: baseline !important;
    width: 100% !important;
    padding: 10px 13px !important;
    border: 1px solid #e6ead7 !important;
    border-radius: 14px !important;
    background: #f7f9ef !important;
    box-sizing: border-box !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-dots,
  body.page-id-190 #welcome-demos .slick-dots,
  body.page-id-131670 #welcome-demos .slick-dots {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 320px !important;
    min-height: 24px !important;
    overflow: visible !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-dots li,
  body.page-id-190 #welcome-demos .slick-dots li,
  body.page-id-131670 #welcome-demos .slick-dots li {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-dots li button,
  body.page-id-190 #welcome-demos .slick-dots li button,
  body.page-id-131670 #welcome-demos .slick-dots li button {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #c2c6bc !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body.home #main-content .ohvo-home-demo-section .slick-dots li.slick-active button,
  body.page-id-190 #welcome-demos .slick-dots li.slick-active button,
  body.page-id-131670 #welcome-demos .slick-dots li.slick-active button {
    background: #8ead2d !important;
    box-shadow: 0 0 0 4px #f4f7ea !important;
  }
}

body.page-id-133009 .et_pb_section_0,
body.page-id-133009 .ohvo-thankyou-section {
  min-height: 540px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #fbfcf7 100%) !important;
}

body.page-id-133009 .et_pb_section_0 .et_pb_row,
body.page-id-133009 .ohvo-thankyou-section .et_pb_row {
  width: 88%;
  max-width: 1120px;
}

body.page-id-133009 .ohvo-thankyou-panel {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  width: 100%;
}

body.page-id-133009 .ohvo-thankyou-visual {
  position: relative;
  min-height: 330px;
  border: 1px solid #e6ead7;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(17, 17, 17, .06);
  overflow: hidden;
}

body.page-id-133009 .ohvo-thankyou-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 58px;
  width: 112px;
  height: 112px;
  margin-left: -56px;
  border-radius: 999px;
  background: #8ead2d;
  box-shadow: 0 0 0 22px #f3f8df;
}

body.page-id-133009 .ohvo-thankyou-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 96px;
  width: 48px;
  height: 24px;
  margin-left: -27px;
  border-left: 9px solid #fff;
  border-bottom: 9px solid #fff;
  transform: rotate(-45deg);
}

body.page-id-133009 .ohvo-thankyou-files {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 42px;
  display: grid;
  gap: 12px;
}

body.page-id-133009 .ohvo-thankyou-files span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #e6ead7;
  border-radius: 999px;
  background: #fbfcf7;
  color: #111;
  font-size: 15px;
  font-weight: 800;
}

body.page-id-133009 .ohvo-thankyou-files span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 999px;
  background: #8ead2d;
}

body.page-id-133009 .et_pb_section_0 h2,
body.page-id-133009 .ohvo-thankyou-copy h1 {
  margin: 0 0 10px;
  color: #111 !important;
  font-family: SFProDisplay-Heavy, Helvetica, Arial, sans-serif;
  font-size: 52px !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

body.page-id-133009 .ohvo-thankyou-kicker {
  margin: 0 0 16px;
  color: #8ead2d;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-id-133009 .et_pb_section_0 .et_pb_text_inner p,
body.page-id-133009 .ohvo-thankyou-copy p {
  margin: 20px 0 0;
  max-width: 540px;
  color: #5f5f5f;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}

#top-menu li li#menu-item-245 > a::before {
  background: #b8bec8 !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%203h10l4%204v14H5z'/%3E%3Cpath%20d='M15%203v5h5'/%3E%3Cpath%20d='M8%2012h8'/%3E%3Cpath%20d='M8%2016h8'/%3E%3Cpath%20d='M8%208h3'/%3E%3C/svg%3E") center / 32px 32px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%203h10l4%204v14H5z'/%3E%3Cpath%20d='M15%203v5h5'/%3E%3Cpath%20d='M8%2012h8'/%3E%3Cpath%20d='M8%2016h8'/%3E%3Cpath%20d='M8%208h3'/%3E%3C/svg%3E") center / 32px 32px no-repeat;
}

#top-menu li li#menu-item-245 > a:hover::before,
#top-menu li li#menu-item-245 > a:focus::before,
#top-menu li li#menu-item-245.current-menu-item > a::before,
#top-menu li li#menu-item-245.current_page_item > a::before,
.et-fixed-header #top-menu li li#menu-item-245.current-menu-item > a::before,
.et-fixed-header #top-menu li li#menu-item-245.current_page_item > a::before {
  background: #8ead2d !important;
}

#top-menu li li#menu-item-241 > a::before,
#top-menu li li#menu-item-242 > a::before,
#top-menu li li#menu-item-243 > a::before,
#top-menu li li#menu-item-131680 > a::before {
  opacity: .72;
  filter: grayscale(1) saturate(0);
}

#top-menu li li#menu-item-241 > a:hover::before,
#top-menu li li#menu-item-242 > a:hover::before,
#top-menu li li#menu-item-243 > a:hover::before,
#top-menu li li#menu-item-131680 > a:hover::before,
.et-fixed-header #top-menu li li#menu-item-241 > a::before,
.et-fixed-header #top-menu li li#menu-item-242 > a::before,
.et-fixed-header #top-menu li li#menu-item-243 > a::before,
.et-fixed-header #top-menu li li#menu-item-131680 > a::before {
  opacity: .9;
  filter: grayscale(1) saturate(0);
}

@media (max-width: 980px) {
  body.page-id-133009 .et_pb_section_0,
  body.page-id-133009 .ohvo-thankyou-section {
    min-height: 0;
    padding: 46px 0 54px !important;
  }

  body.page-id-133009 .et_pb_section_0 .et_pb_row,
  body.page-id-133009 .ohvo-thankyou-section .et_pb_row {
    width: 90%;
  }

  body.page-id-133009 .ohvo-thankyou-panel {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.page-id-133009 .ohvo-thankyou-visual {
    min-height: 270px;
    order: 2;
  }

  body.page-id-133009 .ohvo-thankyou-copy {
    order: 1;
    text-align: center;
  }

  body.page-id-133009 .et_pb_section_0 h2,
  body.page-id-133009 .ohvo-thankyou-copy h1 {
    font-size: 34px !important;
    line-height: 1.12;
  }

body.page-id-133009 .et_pb_section_0 .et_pb_text_inner p,
body.page-id-133009 .ohvo-thankyou-copy p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
    font-size: 18px;
    line-height: 1.3;
  }

  body.page-id-133009 .ohvo-thankyou-files {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }
}

.ohvo-mobile-sticky-cta {
  display: none;
}

@media (max-width: 767px) {
  body:not(.et-fb) .ohvo-mobile-sticky-cta {
    position: fixed;
    right: 16px;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    left: 16px;
    z-index: 99998;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  body.ohvo-mobile-sticky-cta-visible:not(.ohvo-mobile-sticky-cta-muted) .ohvo-mobile-sticky-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.ohvo-has-mobile-sticky-cta {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  .ohvo-mobile-sticky-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 318px);
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid rgba(142, 173, 45, .52);
    border-radius: 999px;
    background: #c1db40;
    color: #111 !important;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .18);
    text-decoration: none !important;
  }

  .ohvo-mobile-sticky-cta__label {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
  }

  body.page-id-217 .ohvo-mobile-sticky-cta,
  body.page-id-133009 .ohvo-mobile-sticky-cta,
  body.page-id-190 .ohvo-mobile-sticky-cta,
  body.page-id-131670 .ohvo-mobile-sticky-cta,
  body.page-id-194 .ohvo-mobile-sticky-cta {
    display: none !important;
  }

  body.page-id-190.ohvo-has-mobile-sticky-cta,
  body.page-id-131670.ohvo-has-mobile-sticky-cta,
  body.page-id-194.ohvo-has-mobile-sticky-cta {
    padding-bottom: 0 !important;
  }
}
