/* line 2, app/assets/stylesheets/neat/_box_sizing.scss */
html {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/neat/_box_sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* AutoScore Colors */
/* SPRITES                                                                        */
/* 1. Enable sprite (use it to set parameters so icon_sprites.png can be used)    */
/* 2. Include the "sprite" mixin, with the following parameters:                  */
/*      $rect           : being the clipping rectangle for the sprite             */
/*      $rect2          : optional rectangle for the "hover" state                */
/*      $offX, $offY    : the positional offset of the sprite in the element      */
/*    Example usage:                                                              */
/*    @include sprite()                                                              */
/* 3. Adjust the clipping of a sprite if needed in another context                */
/* line 116, app/assets/stylesheets/_element_mixins.sass */
.icon_inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 114, app/assets/stylesheets/_element_mixins.sass */
.icon_inline + span {
  margin-left: 5px;
}

/* line 232, app/assets/stylesheets/_element_mixins.sass */
a.link_with_icon {
  text-decoration: none;
}

/* line 234, app/assets/stylesheets/_element_mixins.sass */
a.link_with_icon span {
  text-decoration: underline;
}

/* line 274, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta {
  border: 1px solid #edeae6;
  padding: 18px;
  display: block;
  text-decoration: none;
  background-color: #FFF;
  overflow: hidden;
}

/* line 258, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta a {
  display: block;
}

/* line 260, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta:hover {
  background-color: #f6f3ef;
}

/* line 262, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta .icon {
  float: left;
  margin-right: 20px;
}

/* line 265, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta .text {
  overflow: hidden;
  display: block;
}

/* line 268, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta .heading {
  font-size: 18px;
  font-weight: bold;
}

/* line 271, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta + .test_autouncle_cta {
  margin-top: 18px;
}

/* line 276, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 279, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta .buying_icon {
  display: inline-block;
  background: url(//assets.autouncle.com/assets/front_page/category_icons-bb893ed532fee7e9ffcbbcd64682d0d93e1d8cc220ffa3f18e804769ad1722ca.png) no-repeat 0 0;
  width: 144px;
  height: 96px;
  margin-right: 20px;
  vertical-align: middle;
}

/* line 286, app/assets/stylesheets/_element_mixins.sass */
.test_autouncle_cta h3 {
  margin: 0 !important;
}

/* line 15, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports {
  background: #292e2f;
  padding-top: 0;
  margin: 0;
}

/* line 20, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 26, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #top-wrapper {
  height: auto;
}

/* line 29, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #content-wrapper {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #footer-wrapper {
  background: none;
  border: 0 none;
  color: #f6f3ef;
  padding: 20px 0;
}

/* line 38, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #footer-wrapper a {
  color: #f6f3ef;
}

/* line 41, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #footer {
  width: auto;
  padding: 0;
}

/* line 45, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #top-inner {
  background: #f6f3ef url(//assets.autouncle.com/assets/bg_white_to_alternate_soft-0218e3d819603748c3b56c1b15fae60b181431dd94ce659d85c9ae09f7891de6.png) repeat-x top;
  border-bottom: 1px solid #edeae6;
  padding: 15px 20px;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #top-inner #logo {
  float: left;
}

/* line 54, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #top-inner > .right {
  float: right;
}

/* line 57, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #content-inner {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0;
}

/* line 62, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports #flash_messages {
  margin: 0 20px;
}

/* line 65, app/assets/stylesheets/selling_reports_responsive.sass */
body.selling_reports .popup_text {
  max-width: 100%;
}

/* line 4, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

/* line 18, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content {
  background-color: white;
  padding: 20px 0 0 0;
  border-radius: 16px;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

/* line 28, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .close-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

/* line 46, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .close-popup:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 49, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .popup-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 14px;
  text-align: center;
}

/* line 56, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .car-value-graph {
  background-color: #f0f2f5;
  padding: 20px;
  border-radius: 12px;
  margin: 0 20px;
  position: relative;
}

/* line 64, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .price-range-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

/* line 72, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .month-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

/* line 80, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .chart-svg {
  width: 100%;
  height: 32px;
}

@media (min-width: 640px) {
  /* line 80, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .chart-svg {
    height: 40px;
  }
}

/* line 87, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .value-increase-label {
  fill: #01acdb;
  font-weight: 700;
  font-size: 12px;
}

/* line 92, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* line 98, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-info .app-icon {
  width: 45px;
  height: 45px;
  background-color: #01acdb;
  background: linear-gradient(135deg, deepskyblue, #0099cc);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

/* line 108, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-info .app-icon img {
  width: 28px;
  height: 28px;
}

/* line 113, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-info .app-details {
  text-align: center;
}

/* line 116, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-info .app-details .app-name {
  justify-self: start;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

/* line 122, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-info .app-details .app-ratings {
  display: flex;
  gap: 14px;
  justify-content: center;
}

/* line 127, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-info .app-details .app-ratings .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #666;
}

/* line 134, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features {
  padding: 20px;
  background-color: rgba(94, 186, 94, 0.05);
}

/* line 138, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .features-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 14px;
  text-align: center;
}

/* line 145, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card {
  background-color: white;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(94, 186, 94, 0.2);
}

/* line 152, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card:not(:last-child) {
  margin-bottom: 12px;
}

/* line 155, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-icon {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

/* line 162, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-icon img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(80%) contrast(119%);
}

/* line 168, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-content {
  flex: 1;
}

/* line 171, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-content .feature-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

/* line 177, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-content .feature-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

/* line 182, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-badge {
  background-color: #4caf50;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 191, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .cta-button {
  padding: 20px;
}

/* line 194, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .cta-button .get-app-button {
  width: 100%;
  background: linear-gradient(135deg, deepskyblue, #0099cc);
  color: white;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(33, 150, 243, 0.3);
}

/* line 211, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .cta-button .get-app-button:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
}

/* line 217, app/assets/stylesheets/mobile_app_popup.sass */
body.selling_reports #mobile-popup .popup-content .cta-button .get-app-button img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%);
}

@media (max-width: 480px) {
  /* line 4, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup {
    padding: 10px;
  }
  /* line 227, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
  }
  /* line 232, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .car-value-graph {
    margin: 0 10px;
    padding: 14px 10px;
  }
  /* line 236, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-placeholder {
    height: 100px;
  }
  /* line 239, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .app-info {
    padding: 24px 10px;
    justify-content: center;
  }
  /* line 243, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .app-info .app-icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
  /* line 248, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .app-info .app-name {
    font-size: 20px;
  }
  /* line 251, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .app-features {
    padding: 14px 10px;
  }
  /* line 254, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .app-features .feature-card {
    padding: 12px;
  }
  /* line 257, app/assets/stylesheets/mobile_app_popup.sass */
  body.selling_reports #mobile-popup .popup-content .cta-button {
    padding: 14px 10px;
  }
}

/* line 73, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page > section {
  clear: both;
}

/* line 76, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.video {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page .video-player {
  position: relative;
  z-index: 2;
}

/* line 84, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary {
  margin-top: 20px;
  position: relative;
  padding: 20px;
  background: url(//assets.autouncle.com/assets/dark_leather_tall-ff04998f68ca3da1a0f90ddb03f8b0b851fbc7253c749594417b20ce6a720b64.jpg) repeat-x 0 0;
  background-color: #202e31;
  color: #cecdcb;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
section#sales_page section.primary::after {
  clear: both;
  content: "";
  display: block;
}

/* line 95, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.start h2 {
  border-bottom: none;
  color: #f6f3ef;
  font-size: 20px;
  margin: 0 0 15px 0;
}

/* line 101, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.start .cannot_find_car {
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 4px;
  color: white;
}

/* line 111, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.start .cannot_find_car.it_text {
  top: 30px;
}

/* line 114, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.start .cannot_find_car a {
  color: #1BADD5;
}

/* line 117, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.start .cannot_find_car .details {
  display: none;
}

/* line 120, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.start > p, section#sales_page section.primary article.start > h2 {
  margin: 0 0 .5em 0;
}

/* line 123, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.video {
  position: relative;
  margin-top: 20px;
}

/* line 127, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.video a.report_example {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

/* line 134, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.video a.report_example > img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

/* line 141, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.video a.report_example .link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

/* line 151, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.video a.report_example .link i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 156, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.video a.report_example .link > span {
  text-decoration: underline;
}

/* line 160, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.primary article.video a.report_example:hover .link {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 163, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form {
  background: url(//assets.autouncle.com/assets/dark_leather_tall-ff04998f68ca3da1a0f90ddb03f8b0b851fbc7253c749594417b20ce6a720b64.jpg) repeat-x 0 0;
  background-color: #202e31;
  color: #cecdcb;
}

/* line 169, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form {
  overflow: hidden;
}

/* line 173, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article .row {
  margin-bottom: 15px;
  position: relative;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
section#sales_page section.cta_form form > article .row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 178, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article .row > label {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  color: #f6f3ef;
  display: block;
}

/* line 186, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article .row.equipment_variant {
  display: none;
}

/* line 189, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article .row .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 200, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article .row .spinner .spin {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #1BADD5;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 208, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.rest, section#sales_page section.cta_form form > article.equipment, section#sales_page section.cta_form form > article.km {
  display: none;
}

/* line 213, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.first .row > label, section#sales_page section.cta_form form > article.rest .row > label, section#sales_page section.cta_form form > article.km .row > label {
  display: block;
  margin-bottom: 5px;
}

/* line 217, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.first .row .error, section#sales_page section.cta_form form > article.first .row div.invalid, section#sales_page section.cta_form form > article.rest .row .error, section#sales_page section.cta_form form > article.rest .row div.invalid, section#sales_page section.cta_form form > article.km .row .error, section#sales_page section.cta_form form > article.km .row div.invalid {
  position: static;
  display: block;
  margin: 5px 0;
  text-align: left;
  background: #f8d7da;
  color: #721c24;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
}

/* line 228, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.first .row input[type=text], section#sales_page section.cta_form form > article.first .row select, section#sales_page section.cta_form form > article.first .row input[type=number], section#sales_page section.cta_form form > article.rest .row input[type=text], section#sales_page section.cta_form form > article.rest .row select, section#sales_page section.cta_form form > article.rest .row input[type=number], section#sales_page section.cta_form form > article.km .row input[type=text], section#sales_page section.cta_form form > article.km .row select, section#sales_page section.cta_form form > article.km .row input[type=number] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  height: 44px;
}

/* line 237, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.first .row input.invalid[type=text], section#sales_page section.cta_form form > article.first .row select.invalid, section#sales_page section.cta_form form > article.first .row input.invalid[type=number], section#sales_page section.cta_form form > article.rest .row input.invalid[type=text], section#sales_page section.cta_form form > article.rest .row select.invalid, section#sales_page section.cta_form form > article.rest .row input.invalid[type=number], section#sales_page section.cta_form form > article.km .row input.invalid[type=text], section#sales_page section.cta_form form > article.km .row select.invalid, section#sales_page section.cta_form form > article.km .row input.invalid[type=number] {
  border: 1px solid #dc3545;
}

/* line 240, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.first .row input[type=text][disabled], section#sales_page section.cta_form form > article.first .row select[disabled], section#sales_page section.cta_form form > article.first .row input[type=number][disabled], section#sales_page section.cta_form form > article.rest .row input[type=text][disabled], section#sales_page section.cta_form form > article.rest .row select[disabled], section#sales_page section.cta_form form > article.rest .row input[type=number][disabled], section#sales_page section.cta_form form > article.km .row input[type=text][disabled], section#sales_page section.cta_form form > article.km .row select[disabled], section#sales_page section.cta_form form > article.km .row input[type=number][disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

/* line 244, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.equipment {
  clear: both;
  margin-bottom: 20px;
}

/* line 248, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.equipment .row {
  margin-top: 20px;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
section#sales_page section.cta_form form > article.equipment .row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 252, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.equipment .row > label {
  text-align: left;
  margin-bottom: 10px;
  display: block;
}

/* line 257, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.equipment .row .multi_checkbox_input {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

/* line 262, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.equipment .row .multi_checkbox_input label {
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* line 269, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form > article.equipment .row .multi_checkbox_input label input[type=checkbox] {
  margin-right: 8px;
}

/* line 272, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form input {
  display: inline-block;
  vertical-align: middle;
}

/* line 276, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form input[type=text], section#sales_page section.cta_form form select, section#sales_page section.cta_form form input[type=number] {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
  height: 44px;
  padding: 10px;
  box-sizing: border-box;
}

/* line 284, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form input[type=submit] {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background: #1BADD5;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* line 295, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form input[type=submit][disabled] {
  background: #ccc;
  cursor: not-allowed;
}

/* line 299, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form form .row.fuel {
  display: none;
}

/* line 303, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.fields_on > article {
  width: 100%;
}

/* line 306, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.fields_on article.video {
  display: none;
}

/* line 312, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.fields_on article.start form > article.first, section#sales_page section.cta_form.fields_on article.start form > article.rest {
  width: 100%;
  margin-bottom: 20px;
}

/* line 316, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.fields_on article.start form > article.rest {
  margin-right: 0;
}

/* line 319, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.fields_on article.start form > article.km {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 324, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.secondary_cta {
  text-align: center;
  background: #1BADD5;
  color: white;
  padding: 30px 20px;
}

/* line 330, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.secondary_cta h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
  border: none;
}

/* line 335, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.secondary_cta .button {
  display: inline-block;
  background: white;
  color: #1BADD5;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* line 346, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cta_form.secondary_cta .button:hover {
  background: #f0f0f0;
  text-decoration: none;
}

/* line 350, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.obs {
  clear: none;
  color: #b9b7b5;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff3cd;
  color: #856404;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

/* line 361, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.obs > dfn {
  font-style: normal;
  font-size: 24px;
  margin-right: 15px;
  color: #f0ad4e;
}

/* line 367, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.obs p {
  font-size: 16px;
  margin: 0;
  flex: 1;
}

/* line 372, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.partners {
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  background-color: #f6f3ef;
}

/* line 378, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cars_estimated_small {
  padding: 20px;
  text-align: center;
  background-color: #f6f3ef;
}

/* line 383, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cars_estimated_small h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  border: none;
}

/* line 388, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cars_estimated_small h2 .big_number {
  font-size: 32px;
  color: #1BADD5;
  margin: 0 5px;
}

/* line 393, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.cars_estimated_small p.more {
  font-size: 12px;
  margin: 10px 0 0 0;
}

/* line 397, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section#benefits {
  background: white;
  padding: 20px;
}

/* line 401, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section#benefits h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  border: none;
}

/* line 407, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section#benefits article {
  margin-bottom: 20px;
  text-align: center;
}

/* line 411, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section#benefits article:last-child {
  margin-bottom: 0;
}

/* line 414, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section#benefits article h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  border: none;
}

/* line 419, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section#benefits article img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

/* line 424, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section#benefits article p {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
}

/* line 429, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.testimonials {
  padding: 20px;
  background: #f8f9fa;
}

/* line 433, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.testimonials article {
  text-align: center;
}

/* line 436, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.testimonials article p {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 10px 0;
}

/* line 441, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.testimonials article p em {
  font-style: italic;
}

/* line 444, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.testimonials article p .name {
  display: block;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
}

/* line 450, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.press {
  padding: 20px;
  background: white;
}

/* line 454, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.objections {
  padding: 20px;
  background: white;
}

/* line 458, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.objections h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 15px 0;
  border: none;
}

/* line 464, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.objections h3 {
  text-align: center;
  margin: 0 0 15px 0;
  border: none;
}

/* line 469, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.objections h3 .big_number {
  font-size: 28px;
  color: #1BADD5;
  margin: 0 5px;
}

/* line 474, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.objections article {
  margin-bottom: 15px;
}

/* line 477, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.objections article:last-child {
  margin-bottom: 0;
}

/* line 480, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.objections article p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

/* line 485, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.more_text {
  padding: 20px;
  background: white;
}

/* line 489, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.more_text h2 {
  margin-top: 0;
  font-size: 22px;
  text-align: center;
  border: none;
}

/* line 495, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.more_text article.column {
  margin-bottom: 20px;
}

/* line 498, app/assets/stylesheets/selling_reports_responsive.sass */
section#sales_page section.more_text article.column.last {
  margin-bottom: 0;
}

/* line 502, app/assets/stylesheets/selling_reports_responsive.sass */
h1 {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
}

/* line 509, app/assets/stylesheets/selling_reports_responsive.sass */
h1 + h2 {
  text-align: center;
  margin: 0 0 15px 0;
  border-bottom: none;
  font-size: 16px;
}

/* line 515, app/assets/stylesheets/selling_reports_responsive.sass */
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0 10px 0;
  border-bottom: 1px solid #edeae6;
}

/* line 521, app/assets/stylesheets/selling_reports_responsive.sass */
p {
  margin: .5em 0 .8em 0;
}

/* line 524, app/assets/stylesheets/selling_reports_responsive.sass */
.attention_box {
  border-radius: 10px;
  padding: 18px 18px 18px 62px;
  background: #fbf5c7;
  position: relative;
  font-size: 12px;
  margin-bottom: 18px;
}

/* line 50, app/assets/stylesheets/_element_mixins.sass */
.attention_box > .icon, .attention_box > i {
  position: absolute;
  top: 18px;
  left: 18px;
  background: url(//assets.autouncle.com/assets/apps/in_app_sprite-853846cc2cde41812b12dd00086320053281056e130fec46636a36a7ac65df06.png) no-repeat 0 -26px;
  width: 26px;
  height: 26px;
}

/* line 527, app/assets/stylesheets/selling_reports_responsive.sass */
.nr_plate {
  background: url(//assets.autouncle.com/images/selling_reports/nr_plate_small.png) no-repeat 0 0;
  width: 150px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 36px;
  text-indent: 26px;
  text-align: left;
}

/* line 530, app/assets/stylesheets/selling_reports_responsive.sass */
.big_number {
  font-size: 32px;
  vertical-align: middle;
  margin: 0 5px;
}

/* line 536, app/assets/stylesheets/selling_reports_responsive.sass */
ul.with_green_ticks li {
  list-style-type: none;
  padding-left: 30px;
  background: url(//assets.autouncle.com/assets/tick_green-ceb94f89d5b2131ffe01c3956993e9b6d25d727347faa423a904f6e2fda95b71.png) no-repeat 0 2px;
  margin-bottom: 1em;
}

/* line 542, app/assets/stylesheets/selling_reports_responsive.sass */
ul.car_info_list {
  text-align: left;
}

/* line 545, app/assets/stylesheets/selling_reports_responsive.sass */
ul.car_info_list > li {
  overflow: hidden;
  padding: 5px;
}

/* line 549, app/assets/stylesheets/selling_reports_responsive.sass */
ul.car_info_list > li.car_headline {
  font-weight: normal;
}

/* line 552, app/assets/stylesheets/selling_reports_responsive.sass */
ul.car_info_list > li.odd {
  background-color: #f6f3ef;
}

/* line 555, app/assets/stylesheets/selling_reports_responsive.sass */
ul.car_info_list > li > dfn {
  float: left;
  width: 45%;
}

/* line 559, app/assets/stylesheets/selling_reports_responsive.sass */
ul.car_info_list > li > span {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 564, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports {
    padding-top: 20px;
  }
  /* line 567, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
    padding: 0 40px;
  }
  /* line 570, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #top-inner {
    padding: 20px 40px;
  }
  /* line 575, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #flash_messages {
    margin: 0 40px;
  }
  /* line 579, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary {
    padding: 40px;
  }
  /* line 583, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary article.start h2 {
    font-size: 24px;
  }
  /* line 586, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary article.video {
    margin-top: 0;
  }
  /* line 590, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary article.video a.report_example > img {
    max-width: 400px;
  }
  /* line 593, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form {
    padding: 40px;
  }
  /* line 596, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form.secondary_cta {
    padding: 40px;
  }
  /* line 599, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.obs {
    padding: 20px 40px;
  }
  /* line 602, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.partners,
section#sales_page section.cars_estimated_small,
section#sales_page section#benefits,
section#sales_page section.testimonials,
section#sales_page section.press,
section#sales_page section.objections,
section#sales_page section.more_text {
    padding: 40px;
  }
  /* line 611, app/assets/stylesheets/selling_reports_responsive.sass */
  h1 {
    font-size: 32px;
    padding: 40px 0 0 0;
  }
  /* line 615, app/assets/stylesheets/selling_reports_responsive.sass */
  h1 + h2 {
    font-size: 18px;
  }
  /* line 618, app/assets/stylesheets/selling_reports_responsive.sass */
  h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 623, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports {
    padding-top: 20px;
  }
  /* line 626, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  /* line 631, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #content-wrapper {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  /* line 634, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #top-inner {
    padding: 20px 40px;
  }
  /* line 639, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #flash_messages {
    margin: 0 40px;
  }
  /* line 643, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary {
    padding: 40px;
    margin-top: 40px;
  }
  /* line 648, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary article.start h2 {
    font-size: 24px;
  }
  /* line 651, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary article.video {
    margin-top: 0;
  }
  /* line 655, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.primary article.video a.report_example > img {
    max-width: 500px;
  }
  /* line 658, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form {
    padding: 40px;
  }
  /* line 662, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form > article {
    float: left;
    margin-right: 3.28774%;
    width: 48.35613%;
  }
  /* line 667, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form > article.video {
    margin-right: 0;
  }
  /* line 671, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form.fields_on > article {
    width: 100%;
  }
  /* line 674, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form.fields_on article.video {
    display: none;
  }
  /* line 680, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form.fields_on article.start form > article.first, section#sales_page section.cta_form.fields_on article.start form > article.rest {
    float: left;
    margin-right: 3.28774%;
    width: 48.35613%;
  }
  /* line 685, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form.fields_on article.start form > article.rest {
    margin-right: 0;
  }
  /* line 688, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form.fields_on article.start form > article.km {
    float: left;
    margin-left: 51.64387%;
    margin-right: 0;
    width: 48.35613%;
  }
  /* line 694, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.cta_form.secondary_cta {
    padding: 40px;
  }
  /* line 697, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.obs {
    padding: 20px 40px;
  }
  /* line 700, app/assets/stylesheets/selling_reports_responsive.sass */
  section#sales_page section.partners,
section#sales_page section.cars_estimated_small,
section#sales_page section#benefits,
section#sales_page section.testimonials,
section#sales_page section.press,
section#sales_page section.objections,
section#sales_page section.more_text {
    padding: 40px;
  }
  /* line 709, app/assets/stylesheets/selling_reports_responsive.sass */
  h1 {
    font-size: 42px;
    padding: 1em 0 0 0;
  }
  /* line 713, app/assets/stylesheets/selling_reports_responsive.sass */
  h1 + h2 {
    font-size: 20px;
  }
  /* line 716, app/assets/stylesheets/selling_reports_responsive.sass */
  h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 722, app/assets/stylesheets/selling_reports_responsive.sass */
  body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
    max-width: 1200px;
  }
}

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