@charset "UTF-8";
html {
  font-size: 100% !important; }

body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Open Sans";
  margin: 0;
  padding: 0;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700; }

.inter {
  font-family: 'Inter', sans-serif; }

.mont {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.content-c, .nav-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.btn-warning {
  font-size: 1.1rem !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-weight: 700 !important;
  border-radius: 500px !important;
  background-color: orange !important; }

header {
  margin: 0;
  text-align: center;
  color: white; }

.animate-nav {
  transition: 0.2s;
  -webkit-transition: 0.2s; }

nav .logo svg {
  vertical-align: middle;
  width: 93px;
  height: auto; }

.navbar-collapse.in, .collapsing {
  background-color: #111;
  border-top: 0px solid #111 !important; }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 9999;
  padding-top: 10px; }

#nav-c.affix {
  background-color: #111;
  z-index: 99999; }

#nav-c.affix .nav-inner {
  padding-top: 5px; }

#promoBar {
  width: 100%;
  background-color: #fed136;
  padding: 8px;
  min-height: 30px;
  font-size: 18px; }
  #promoBar a {
    color: #111; }
  #promoBar a:hover {
    text-decoration: none; }
  @media (max-width: 1050px) {
    #promoBar {
      font-size: 16px; } }
  @media (max-width: 850px) {
    #promoBar {
      padding: 6px; } }
  @media (max-width: 340px) {
    #promoBar {
      font-size: 14px; } }
.sidenav {
  display: none;
  height: 100%;
  width: 240px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -240px;
  background-color: #000;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000; }
  .sidenav ul {
    text-align: right;
    list-style: none;
    margin: 90px 10px 0 0; }
    .sidenav ul li {
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 10px; }
      .sidenav ul li a {
        color: #fff;
        text-transform: uppercase; }
      .sidenav ul li a.active {
        color: #fed136; }

a.tryBtn {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
  background: rgba(51, 122, 183, 0.85);
  color: #fff !important; }

@media (max-width: 880px) {
  a.tryBtn {
    margin-left: 0;
    padding: 4px 15px;
    border-radius: 20px; } }

#sidenav-toggler {
  display: none; }

@media (max-width: 767px) {
  .sidenav {
    display: inherit; }
    .sidenav ul li {
      margin-bottom: 15px; }
  #sidenav-toggler {
    display: block; }
  .nav-inner {
    align-items: flex-start; }
    .nav-inner .hamburger {
      margin-top: 7px;
      padding: 0;
      z-index: 9999; }
    .nav-inner .hamburger-box {
      width: 30px; }
    .nav-inner .hamburger-inner, .nav-inner .hamburger-inner:before, .nav-inner .hamburger-inner:after {
      width: 30px;
      height: 3px;
      margin: 0;
      padding: 0;
      background-color: #fff; }
  .navbar-collapse {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 20px;
    -webkit-box-shadow: none; } }

.nav-inner .logo {
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 10px;
  text-transform: uppercase; }

.nav-inner .logo a {
  color: #fed136; }

.nav-inner ul {
  flex-grow: 1;
  flex-shrink: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.9rem; }
  @media (max-width: 1100px) {
    .nav-inner ul {
      font-size: 0.8rem; } }
  @media (max-width: 900px) {
    .nav-inner ul {
      font-size: 0.7rem; } }
.nav-inner li {
  display: inline; }

.nav-inner ul li a, .nav-inner ul li span.separator {
  margin-left: 1.5rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  outline: none; }
  @media (max-width: 1000px) {
    .nav-inner ul li a, .nav-inner ul li span.separator {
      margin-left: 0.8rem; } }
  @media (max-width: 880px) {
    .nav-inner ul li a, .nav-inner ul li span.separator {
      margin-left: 0.5rem; } }
.nav-inner ul li span.separator {
  color: #888; }

.nav-inner ul li a.social-facebook img {
  margin-top: -2px;
  width: 18px;
  height: 18px; }

@media (max-width: 850px) {
  .nav-inner ul li a.social-facebook {
    display: none; } }

.nav-inner ul li a.social-twitter {
  margin-left: 10px; }
  .nav-inner ul li a.social-twitter img {
    margin-top: -2px;
    width: 19px;
    height: 18px; }
  @media (max-width: 850px) {
    .nav-inner ul li a.social-twitter {
      display: none; } }
.nav-inner ul li a:hover, nav ul li a.active {
  color: #fed136; }

.nav-inner ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #fff; }

@media (max-width: 767px) {
  .nav-inner li {
    display: block;
    margin-bottom: 10px; } }

.split-content-c {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 1000px) {
    .split-content-c {
      display: block; } }
  .split-content-c .split-content-body {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 50px; }
    @media (max-width: 1000px) {
      .split-content-c .split-content-body {
        margin-right: 0; } }
    .split-content-c .split-content-body p, .split-content-c .split-content-body ul {
      margin-bottom: 2rem; }
  .split-content-c .split-content-sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    width: 320px; }
    @media (max-width: 1000px) {
      .split-content-c .split-content-sidebar {
        width: 92%;
        margin: 30px auto 0 auto; } }
    .split-content-c .split-content-sidebar section {
      margin-bottom: 1rem;
      font-size: 0.9rem; }
    .split-content-c .split-content-sidebar h3 {
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: bold;
      margin-top: 0; }
    .split-content-c .split-content-sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .split-content-c .split-content-sidebar ul li {
        font-size: 0.9rem;
        margin-bottom: 10px; }

footer {
  background-color: #fed136;
  padding: 5rem; }
  footer .app-store-badges .app-store {
    margin-right: 0;
    margin-bottom: 10px;
    display: block; }
    footer .app-store-badges .app-store img {
      width: 180px !important;
      height: auto !important; }
  footer .app-store-badges .play-store {
    margin-left: 0;
    display: block; }
    footer .app-store-badges .play-store img {
      width: 180px !important;
      height: auto !important; }

.footer-c {
  display: flex;
  align-items: flex-start; }

.footer-content {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 2rem; }

.footer-content a img {
  width: 130px;
  height: 42px; }

.footer-content ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left;
  font-size: 0.9rem; }
  .footer-content ul li {
    display: inline;
    padding: 0; }
    .footer-content ul li a {
      color: #000;
      display: inline;
      padding-right: 20px;
      font-weight: bold;
      white-space: nowrap; }

.footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 300px;
  margin-left: 4rem;
  margin-top: 30px;
  text-align: center; }

.footer-contact div {
  margin-bottom: 2rem; }

.copyright {
  margin-top: 2rem;
  text-align: center; }

@media (max-width: 768px) {
  footer {
    background-color: #fed136;
    padding: 1rem; }
  .footer-c {
    display: block;
    text-align: center; }
  .footer-logo {
    margin-right: 0; }
  .footer-content {
    display: block;
    width: 100%; }
    .footer-content ul {
      text-align: center; }
      .footer-content ul li {
        line-height: 1.7rem;
        display: block; }
        .footer-content ul li a {
          font-size: 1.0rem;
          padding-right: 0; }
  .footer-contact {
    margin-left: 0;
    margin-top: 30px; }
  footer .hint {
    text-align: center; } }

.video-bg {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  padding: 0;
  height: 100%; }
  .video-bg div.feature-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0; }
    @media (max-width: 600px) {
      .video-bg div.feature-content {
        padding-top: 10px;
        padding-bottom: 20px; } }
  .video-bg div.content-c {
    position: relative;
    z-index: 1000; }
  .video-bg div.underlay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 900; }
    .video-bg div.underlay-video div.gradient-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 200;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.87+0,0.45+29,0.2+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), color-stop(29%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.2)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.2) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de000000', endColorstr='#33000000',GradientType=0 );
      /* IE6-9 */ }
    .video-bg div.underlay-video video {
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      z-index: 100;
      min-width: 100%;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }

.feature {
  text-align: right;
  padding: 3rem 0;
  padding-top: 100px;
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -o-background-size: cover;
  z-index: 0;
  position: relative; }

.feature-content {
  text-align: right; }

.feature-content p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-left: 35%; }
  @media (max-width: 1280px) {
    .feature-content p {
      padding-left: 25%; } }
  @media (max-width: 880px) {
    .feature-content p {
      font-size: 1rem;
      line-height: 1.6rem;
      padding-left: 10%; } }
  @media (max-width: 500px) {
    .feature-content p {
      padding-left: 0; } }
.feature-content h1 {
  width: 100%;
  text-align: right;
  font-weight: 400;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.03em;
  margin: 1rem 0 .5rem 0; }
  @media (max-width: 1368px) {
    .feature-content h1 {
      font-size: 2.5rem;
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .feature-content h1 {
      font-size: 2.1rem; } }
  @media (max-width: 500px) {
    .feature-content h1 {
      font-size: 1.85rem; } }
.feature-content h2 {
  margin: 8px 0;
  padding: 0; }
  @media (max-width: 1368px) {
    .feature-content h2 {
      font-size: 1.6rem; } }
  @media (max-width: 768px) {
    .feature-content h2 {
      font-size: 1.3rem; } }
.feature-content quote {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px; }
  .feature-content quote b {
    color: #fed136;
    font-style: italic; }
  @media (max-width: 1050px) {
    .feature-content quote {
      font-size: 2.4vw; } }
  @media (max-width: 780px) {
    .feature-content quote {
      font-size: 1.9rem; } }
  @media (max-width: 500px) {
    .feature-content quote {
      font-size: 6.5vw; } }
.home-auctions-feature {
  overflow: hidden;
  position: relative;
  padding: 120px 0 5rem 0;
  background-color: #111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .home-auctions-feature h1#hero-title {
    margin: .9rem 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fed136;
    opacity: 0.8; }
  .home-auctions-feature span#hero-heading {
    display: block;
    font-weight: 700;
    font-size: 2.9rem;
    line-height: 2.7rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .home-auctions-feature span#hero-heading b {
      color: #fed136; }
  @media (max-width: 1050px) {
    .home-auctions-feature .feature-content p.home-auctions-desc {
      font-size: 1rem;
      line-height: 1.4em; }
    .home-auctions-feature h1#hero-title {
      margin: .5rem 0 .5rem 0;
      letter-spacing: 0;
      font-size: 2.6vw; }
    .home-auctions-feature span#hero-heading {
      font-size: 4.0vw; } }
  @media (max-width: 500px) {
    .home-auctions-feature .feature-content p.home-auctions-desc {
      font-size: .85rem;
      line-height: 1.3rem; }
    .home-auctions-feature .get-started {
      margin-top: 1.4rem !important;
      margin-bottom: 4rem !important; }
    .home-auctions-feature .platform-icons {
      display: none !important; }
    .home-auctions-feature .home-auctions-desc {
      font-size: 1rem;
      line-height: 1.15em; }
    .home-auctions-feature h1#hero-title {
      font-size: 4.1vw;
      padding-left: 30%;
      margin: 10px 0; }
    .home-auctions-feature span#hero-heading {
      font-size: 6vw;
      line-height: 1.9rem; }
      .home-auctions-feature span#hero-heading b {
        display: block;
        font-size: 7.8vw; } }
.home-feature {
  overflow: hidden;
  position: relative;
  padding: 180px 0 6rem 0;
  background-color: #111; }
  .home-feature video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden; }
  .home-feature .contact-c {
    z-index: 10; }
  @media (max-width: 768px) {
    .home-feature {
      background-image: url("/images/home-feature-bg.jpg");
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/images/header-bg3.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/header-bg3.jpg"); }
      .home-feature video {
        display: none; } }
.home-feature-top-shadow {
  pointer-events: none;
  height: 140px;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }

.home-feature-bottom-shadow {
  pointer-events: none;
  height: 140px;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50; }

.pricing-feature {
  padding: 2rem 0 10px 0;
  padding-top: 80px;
  background-image: url("/images/pricing-header.jpg"); }
  @media (max-width: 768px) {
    .pricing-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("/images/pricing-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/pricing-header.jpg");
      padding-top: 20px !important;
      padding-bottom: 0 !important;
      margin-bottom: 10px !important; } }
  .pricing-feature .feature-content h1 {
    text-align: left !important; }
  .pricing-feature .feature-content {
    text-align: left; }
  .pricing-feature .feature-content p {
    padding-left: 0; }
    @media (max-width: 768px) {
      .pricing-feature .feature-content p {
        margin-bottom: 0 !important; } }
.contact-feature {
  background-image: url("/images/contact-header.jpg"); }
  @media (max-width: 768px) {
    .contact-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("/images/contact-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/contact-header.jpg"); } }
.works-feature {
  background-image: url("/images/works-header.jpg"); }
  @media (max-width: 768px) {
    .works-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("/images/works-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/images/works-header.jpg"); } }
.appraisals-feature {
  background-image: url("/images/appraisals-header.jpg"); }
  @media (max-width: 768px) {
    .appraisals-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/images/appraisals-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/appraisals-header.jpg"); } }
.appraisals-brief-feature {
  background-image: url("/images/appraisals-header.jpg"); }
  @media (max-width: 768px) {
    .appraisals-brief-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/images/appraisals-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/appraisals-header.jpg"); } }
.vin-scanner-feature {
  background-image: url("/images/vin-scanner-header.jpg"); }
  @media (max-width: 768px) {
    .vin-scanner-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("/images/vin-scanner-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/images/vin-scanner-header.jpg"); } }
.lenders-feature {
  background-image: url("/images/lenders-header.jpg"); }
  @media (max-width: 768px) {
    .lenders-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("/images/lenders-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/lenders-header.jpg"); } }
.privacy-feature {
  background-image: url("/images/privacy-header.jpg"); }
  @media (max-width: 768px) {
    .privacy-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("/images/privacy-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/privacy-header.jpg"); } }
.mistakes-feature {
  background-image: url("/images/5-mistakes-header.jpg"); }
  @media (max-width: 768px) {
    .mistakes-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("/images/5-mistakes-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/images/5-mistakes-header.jpg"); } }
.auctions-plus-feature {
  background-image: url("/images/auctions-plus-header.jpg"); }
  @media (max-width: 768px) {
    .auctions-plus-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("/images/5-mistakes-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/images/5-mistakes-header.jpg"); } }
#hero-title {
  -webkit-animation-duration: 0.5s; }
  @media (max-width: 768px) {
    #hero-title {
      height: auto; } }
.feature-content .get-started {
  margin-top: 2rem;
  margin-bottom: 2rem;
  z-index: 999999; }

.feature-content .get-started a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #fed136;
  border-radius: 500px;
  padding: 9px 20px;
  outline: none; }

.feature-content .platform-icons {
  opacity: 0.6;
  font-size: 1.4rem;
  padding-left: 1rem; }
  .feature-content .platform-icons img {
    margin-top: -5px; }
    @media (max-width: 768px) {
      .feature-content .platform-icons img {
        margin-top: 0; } }
.feature-content .platform-icons img {
  width: 107px;
  height: 29px; }

.features-action {
  text-align: center;
  margin-bottom: 3rem; }

@media (max-width: 1000px) {
  .feature .content-c {
    padding: 0; }
  .feature-content {
    margin-left: 0;
    padding: 30px 20px 20px 20px; }
    .feature-content .get-started .platform-icons {
      display: block;
      margin-top: 15px; } }

@media (max-width: 768px) {
  .feature {
    display: block;
    padding: 1rem 0 1rem 0;
    padding-top: 60px;
    text-align: center;
    background-color: orange !important; }
  .home-feature {
    padding-bottom: 80px; }
    .home-feature .feature-content {
      text-align: center; } }

@media (max-width: 500px) {
  .feature {
    padding: 1rem 0 1rem 0;
    padding-top: 60px; } }

.benefits {
  display: flex;
  margin-top: 1.7rem;
  margin-bottom: .7rem; }
  @media (max-width: 500px) {
    .benefits {
      margin-top: 1.3rem; } }
.benefits-image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 480px;
  margin-top: -140px;
  z-index: 1000; }
  .benefits-image p {
    font-size: 0.9rem; }
  @media (max-width: 1000px) {
    .benefits-image {
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .benefits-image p {
        font-size: 0.8rem; } }
.benefits-image img {
  width: 480px;
  height: auto;
  margin-bottom: 20px; }

.benefits-content {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
  margin-bottom: 1rem; }

.benefits-listing {
  margin-left: 4rem; }
  @media (max-width: 1050px) {
    .benefits-listing {
      margin-left: 1.5rem; } }
  .benefits-listing h2 {
    margin-top: 0; }

.benefits .benefit {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  align-items: flex-start; }

.benefit-icon {
  flex-grow: 0;
  flex-shrink: 0;
  width: 46px;
  margin-right: 10px; }

.benefit-icon img {
  width: 46px;
  height: 46px; }

.benefit-content {
  flex-grow: 1;
  flex-shrink: 1; }

.benefit h2 {
  font-size: 1.55rem;
  font-weight: 700;
  margin-top: 0;
  padding-top: 6px;
  margin-bottom: 6px;
  letter-spacing: -0.5px; }
  @media (max-width: 1050px) {
    .benefit h2 {
      padding-top: 0px;
      font-size: 1.4rem; } }
  @media (max-width: 500px) {
    .benefit h2 {
      padding-top: 0px;
      font-size: 1.3rem; } }
@media (max-width: 1000px) {
  .benefits {
    flex-wrap: wrap; }
  .benefits-image {
    display: block;
    text-align: center;
    width: 100%;
    margin: -100px auto 20px auto;
    border-bottom: 1px solid #ccc; }
  .benefits-content {
    display: block; }
  .benefits-listing {
    margin-left: 0; }
  .benefits-listing h3 {
    margin-top: 1rem; } }

@media (max-width: 768px) {
  .benefits-image {
    margin: -80px auto 0 auto; }
  .benefits-image img {
    width: 100%;
    max-width: 480px; }
  .benefits-listing h3 {
    text-align: center;
    font-size: 36px;
    margin-top: 1rem;
    margin-left: 0; }
  .benefit-icon {
    width: 36px; }
  .benefit-icon img {
    width: 36px;
    height: 36px; } }

.promo-video-c {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .promo-video-c {
      display: none; } }
.promo-video-button-c {
  position: absolute;
  width: 100%;
  top: 80px;
  text-align: center; }

@media (max-width: 768px) {
  .promo-video-c {
    height: 200px; }
  .promo-video-button-c {
    top: 14px; } }

.testimonials {
  margin-top: 0;
  margin-bottom: 4rem;
  background-position: 50% 50%;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
  background-color: #e1e1e5;
  /* new revision, 3/2021 */
  /* original jb */ }
  .testimonials div.content-c {
    width: 1350px;
    max-width: 90%;
    padding: 40px 0; }
  .testimonials div.testimonial-quad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch; }
    .testimonials div.testimonial-quad div.testimonial-panel {
      display: flex;
      flex: 1 1 50%;
      padding: 1% 1%;
      align-content: stretch;
      font-size: 16px; }
      @media (max-width: 770px) {
        .testimonials div.testimonial-quad div.testimonial-panel {
          flex: 1 1 100%;
          margin: 10px 0;
          font-size: 14px; } }
      .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container {
        padding: 20px;
        -ms-grid-row-align: stretch;
            align-self: stretch; }
        .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container span {
          font-size: 14px;
          font-weight: 700;
          display: block;
          margin: 0 0 2px 0;
          text-transform: uppercase; }
        .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container div.stars {
          padding: 0 0 10px 0;
          margin-top: 20px; }
        .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container blockquote {
          border: none;
          padding: 0;
          margin-bottom: 10px;
          font-weight: 700;
          line-height: 1.1em;
          font-size: 22px; }
          @media (max-width: 1500px) {
            .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container blockquote {
              font-size: 20px; } }
          @media (max-width: 1200px) {
            .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container blockquote {
              font-size: 18px; } }
          @media (max-width: 600px) {
            .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container blockquote {
              font-size: 4.9vw; } }
          .testimonials div.testimonial-quad div.testimonial-panel div.testimonial-container blockquote i {
            font-style: normal; }
  .testimonials h2 {
    margin-top: 0;
    margin-bottom: 1rem; }
    @media (max-width: 500px) {
      .testimonials h2 {
        font-size: 6.5vw; } }
  .testimonials .testimonial {
    display: flex;
    margin-bottom: 2rem; }
    .testimonials .testimonial .photo {
      width: 150px;
      height: 150px;
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 1rem; }
      @media (max-width: 768px) {
        .testimonials .testimonial .photo {
          width: 56px;
          height: 56px; } }
    .testimonials .testimonial .testimonial-body {
      flex-grow: 1;
      flex-shrink: 1;
      font-size: 1.2rem; }
      @media (max-width: 1050px) {
        .testimonials .testimonial .testimonial-body {
          font-size: 1rem; } }
      @media (max-width: 500px) {
        .testimonials .testimonial .testimonial-body {
          font-size: .9rem; } }
      .testimonials .testimonial .testimonial-body .testimonial-name {
        margin-top: 1rem;
        font-weight: bold; }
  .testimonials .testimonials-get-started {
    text-align: right; }
    @media (max-width: 768px) {
      .testimonials .testimonials-get-started {
        text-align: center;
        width: 100%; }
        .testimonials .testimonials-get-started a {
          display: block; } }
.desktop-overview-c {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 120px 0; }
  @media (max-width: 768px) {
    .desktop-overview-c {
      padding: 60px 0; } }
  .desktop-overview-c .desktop-overview {
    width: 55%;
    background-color: rgba(33, 37, 48, 0.9);
    -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 28px rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 10px;
    padding: 30px; }
    @media (max-width: 768px) {
      .desktop-overview-c .desktop-overview {
        width: 100%;
        padding: 20px; } }
    .desktop-overview-c .desktop-overview a {
      color: #fff !important; }

.promo-video-button-c a {
  color: #fff;
  font-weight: bold; }

.promo-video-button-c a:focus {
  outline: 0; }

.use-cases-c {
  background-color: #f4f4f4;
  padding-top: 3rem;
  border-top: 4px solid #ddd; }
  .use-cases-c h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 3rem; }

.use-cases-split-bg {
  background-color: #fff;
  background-image: url("../images/use-cases-bg.png");
  background-repeat: repeat-y;
  background-position: center center; }

.use-cases {
  display: flex; }

.use-case {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 3rem 0;
  width: 40%; }

.use-case-right {
  text-align: right; }

.use-case-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 40px;
  width: 300px; }

.use-case-separator img {
  width: 300px;
  height: auto; }

.use-case-separator img#anim-sep {
  width: 200px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
          transition-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32); }

.scale-sep {
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }

.use-case ul {
  list-style: none;
  padding: 0;
  /*color: rgba(255, 255, 255, 0.75);*/ }

.use-case ul li {
  margin-bottom: 2rem; }

.use-case ul strong {
  color: #000; }

@media (max-width: 1000px) {
  .use-cases-split-bg {
    background: none; }
  .use-cases {
    display: block; }
  .use-case {
    padding: 0;
    border-bottom: 4px solid #ddd;
    width: auto; }
  .use-case-separator {
    display: none; }
  .use-case-right {
    text-align: left;
    border-bottom: none;
    padding-top: 2rem; } }

@media (max-width: 768px) {
  .use-case h2 {
    text-align: center;
    font-size: 28px; } }

.home-local-c {
  padding: 40px 0;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: hidden; }
  .home-local-c .home-local {
    display: flex; }
    @media (max-width: 768px) {
      .home-local-c .home-local {
        display: block; } }
    .home-local-c .home-local .home-local-icon {
      width: 110px;
      flex-grow: 0;
      flex-shrink: 0; }
      @media (max-width: 768px) {
        .home-local-c .home-local .home-local-icon {
          width: 100%;
          text-align: center; } }
      .home-local-c .home-local .home-local-icon img {
        width: 68px;
        height: 114px; }
        @media (max-width: 768px) {
          .home-local-c .home-local .home-local-icon img {
            width: 50px;
            height: auto;
            margin-bottom: 20px; } }
    .home-local-c .home-local .home-local-body {
      flex-grow: 1;
      flex-shrink: 1; }
    .home-local-c .home-local .home-local-screen {
      flex-grow: 0;
      flex-shrink: 0;
      width: 330px;
      margin-left: 20px; }
      @media (max-width: 768px) {
        .home-local-c .home-local .home-local-screen {
          width: 100%;
          margin-left: 0;
          margin-top: 20px;
          text-align: center; } }
      .home-local-c .home-local .home-local-screen img {
        width: 329px;
        height: auto; }
  .home-local-c h2 {
    margin: 0 0 .7rem 0; }
    @media (max-width: 500px) {
      .home-local-c h2 {
        font-size: 7vw; } }
  @media (max-width: 500px) {
    .home-local-c h3 {
      font-size: 5.2vw; } }
#home-providers {
  padding-bottom: 1rem;
  background-color: #f4f4f4; }

#home-providers img, #home-providers svg {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0; }

.home-providers-anim {
  opacity: 1.0 !important; }

.providers-c {
  background-color: #f4f4f4;
  padding: 20px;
  text-align: center; }
  @media (max-width: 520px) {
    .providers-c {
      padding: 20px 2%; } }
.providers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; }
  .providers img {
    margin: 12px 6px; }
  .providers img.black-book {
    width: 87px;
    height: auto; }
  .providers img.manheim {
    width: 162px;
    height: auto; }
  .providers img.real-retail {
    width: 124px;
    height: auto; }
  .providers img.carfax {
    width: 174px;
    height: auto; }
    @media (max-width: 500px) {
      .providers img.carfax {
        width: 45%; } }
  .providers img.nada {
    width: 72px;
    height: auto; }
  .providers img.kbb {
    width: 120px;
    height: auto; }
    @media (max-width: 500px) {
      .providers img.kbb {
        width: 45%; } }
  .providers img.local {
    width: 154px;
    height: auto; }

ul.index-ul {
  list-style-type: none;
  font-size: 1.1em;
  line-height: 1.2rem;
  padding: 0;
  margin: 1.2rem 0 1.2rem 1.5rem; }
  ul.index-ul li {
    padding: .4rem 0; }

#home-offerings {
  background-color: #cb5900; }
  #home-offerings .content-c {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 500px) {
      #home-offerings .content-c {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px; } }
    #home-offerings .content-c div {
      color: #fff; }
      #home-offerings .content-c div p {
        font-size: 1.1rem; }
      #home-offerings .content-c div a {
        display: block;
        color: #fff;
        font-weight: 700;
        text-align: right;
        margin-top: 20px;
        font-size: 1.1rem; }
    #home-offerings .content-c .extension-icon svg {
      width: 360px;
      height: 58px; }

.home-auctions-c {
  background-image: url("/images/auction-locations-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  padding: 40px 0; }

.home-auctions {
  display: flex;
  flex-direction: row; }
  @media (max-width: 768px) {
    .home-auctions {
      display: block; } }
  .home-auctions .home-auctions-thumbnail {
    width: 297px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 40px; }
    @media (max-width: 768px) {
      .home-auctions .home-auctions-thumbnail {
        width: 240px;
        margin: 0 auto; } }
    @media (max-width: 500px) {
      .home-auctions .home-auctions-thumbnail {
        width: 90%; } }
    .home-auctions .home-auctions-thumbnail img {
      width: 100%;
      height: auto; }
  .home-auctions .content {
    flex-grow: 1;
    flex-shrink: 1; }
    @media (max-width: 1050px) {
      .home-auctions .content h2 {
        font-size: 2.65vw; } }
    @media (max-width: 850px) {
      .home-auctions .content h2 {
        font-size: 3.4vw; } }
    @media (max-width: 500px) {
      .home-auctions .content h2 {
        font-size: 6.1vw; } }
    .home-auctions .content h3 {
      margin: 0.4rem 0 1rem 0;
      font-weight: 400; }
      @media (max-width: 1050px) {
        .home-auctions .content h3 {
          font-size: 2.1vw; } }
      @media (max-width: 850px) {
        .home-auctions .content h3 {
          font-size: 3vw; } }
      @media (max-width: 500px) {
        .home-auctions .content h3 {
          font-size: 5.2vw; } }
    .home-auctions .content p {
      margin: 0 0 1.2rem 0; }

img.crisp {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -o-crisp-edges; }

span.fade {
  -webkit-animation: fade 1s;
  animation: fade 1s;
  opacity: 1; }

/* -fail- */
@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 1000px) {
  .expand-network {
    padding: 2rem 3rem;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.6) inset;
            box-shadow: 0 0 100px rgba(0, 0, 0, 0.6) inset; }
  .expand-network-title {
    margin-bottom: 2rem; }
  .expand-network-title img {
    width: 50px;
    height: auto; } }

.app-store-badges {
  text-align: center;
  padding-top: 2rem; }
  .app-store-badges .app-store {
    margin-right: 5px; }
  .app-store-badges .play-store {
    margin-left: 5px; }

@media (max-width: 768px) {
  .app-store {
    text-align: center;
    display: block;
    margin: 0 !important;
    margin-bottom: 10px !important; }
  .play-store {
    text-align: center;
    display: block;
    margin: 0 !important; } }

.screenshots {
  display: flex;
  justify-content: space-between;
  padding-top: 80px; }

.screenshots div {
  max-width: 282px; }

.screenshots img {
  width: 100%;
  height: auto; }

.features-list-content {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 100px; }
  @media (max-width: 1250px) {
    .features-list-content {
      margin-left: 30px; } }
  @media (max-width: 768px) {
    .features-list-content {
      margin-left: 0;
      margin-top: 20px; } }
  .features-list-content .features-list-row {
    display: flex; }
    .features-list-content .features-list-row .features-list-icon {
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 20px;
      width: 46px; }
      .features-list-content .features-list-row .features-list-icon img {
        width: 46px;
        height: 46px; }
    .features-list-content .features-list-row .features-list-desc {
      flex-grow: 1;
      flex-shrink: 1; }
      .features-list-content .features-list-row .features-list-desc h3 {
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 0;
        letter-spacing: -1px; }
        @media (max-width: 500px) {
          .features-list-content .features-list-row .features-list-desc h3 {
            font-size: 1.3rem; } }
      .features-list-content .features-list-row .features-list-desc p {
        margin-bottom: 2rem; }
        .features-list-content .features-list-row .features-list-desc p a {
          color: #fff;
          text-decoration: underline; }

.home-blog-posts {
  margin-bottom: 4rem; }
  .home-blog-posts .home-blog-post {
    margin-bottom: 2rem; }

.contact-c {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem; }
  @media (max-width: 768px) {
    .contact-c {
      display: block; } }
  .contact-c .contact-item {
    background-color: #f3f3f3;
    border-radius: 8px;
    display: flex; }
    @media (max-width: 768px) {
      .contact-c .contact-item {
        margin-bottom: 10px; } }
  .contact-c .contact-col {
    width: 50%;
    height: 220px; }
    @media (max-width: 768px) {
      .contact-c .contact-col {
        width: 100%;
        height: auto; } }
  .contact-c .contact-col-1 {
    margin-right: 10px; }
    @media (max-width: 768px) {
      .contact-c .contact-col-1 {
        margin-right: 0; } }
  .contact-c .contact-col-2 {
    margin-left: 10px; }
    @media (max-width: 768px) {
      .contact-c .contact-col-2 {
        margin-left: 0; } }
  .contact-c .contact-rows {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .contact-c .contact-row {
    width: 100%;
    height: 48%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 768px) {
      .contact-c .contact-row {
        height: auto; } }
  .contact-c .contact-row-1 {
    margin-bottom: 10px; }
  .contact-c .contact-row-2 {
    margin-top: 10px; }
  .contact-c img {
    margin: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    width: 65px;
    height: 65px; }
  .contact-c .contact-info {
    flex-grow: 1;
    flex-shrink: 1; }
    @media (max-width: 768px) {
      .contact-c .contact-info {
        padding-bottom: 10px; } }
    .contact-c .contact-info div.contact-type {
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: bold; }
    .contact-c .contact-info div.contact-phone, .contact-c .contact-info div.contact-email {
      font-size: 2rem;
      font-weight: bold;
      margin-top: 22px;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .contact-c .contact-info div.contact-phone, .contact-c .contact-info div.contact-email {
          font-size: 1.4rem; } }
.app-store-c {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem; }
  @media (max-width: 500px) {
    .app-store-c {
      display: block;
      width: 100%; } }
  .app-store-c a.app-store-link {
    width: 50%;
    background-color: #f3f3f3;
    border-radius: 8px;
    margin: 0 5px;
    padding: 10px;
    text-align: center;
    font-size: 1.3rem; }
    @media (max-width: 500px) {
      .app-store-c a.app-store-link {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
    .app-store-c a.app-store-link img {
      margin-bottom: 20px; }
  .app-store-c a.app-store-link:hover {
    text-decoration: none;
    background-color: #eee; }

.landing-feature-1 {
  background-color: #ffc900;
  padding: 10rem 0; }
  @media (max-width: 600px) {
    .landing-feature-1 {
      padding: 4rem 0; } }
  .landing-feature-1 .content-c {
    display: flex;
    align-items: center; }
    @media (max-width: 600px) {
      .landing-feature-1 .content-c {
        display: block; } }
  .landing-feature-1 .hero {
    width: 450px;
    margin-right: 40px;
    flex-grow: 0;
    flex-shrink: 0; }
    @media (max-width: 1000px) {
      .landing-feature-1 .hero {
        margin-left: 50px;
        width: 278px; } }
    @media (max-width: 600px) {
      .landing-feature-1 .hero {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        padding-top: 40px; } }
    .landing-feature-1 .hero img {
      width: 805px;
      height: auto;
      margin-left: -225px; }
      @media (max-width: 1000px) {
        .landing-feature-1 .hero img {
          width: 700px; } }
      @media (max-width: 600px) {
        .landing-feature-1 .hero img {
          width: 100%;
          margin: 0 auto; } }
  .landing-feature-1 .overview {
    text-align: left;
    color: #000;
    font-size: 1.3rem;
    margin-top: -60px; }
    @media (max-width: 1000px) {
      .landing-feature-1 .overview {
        margin-right: 40px; } }
    @media (max-width: 600px) {
      .landing-feature-1 .overview {
        margin: 0 20px; } }
    .landing-feature-1 .overview h1 {
      font-size: 3rem;
      font-weight: bold;
      letter-spacing: -2px;
      margin-bottom: 2rem; }
      @media (max-width: 1000px) {
        .landing-feature-1 .overview h1 {
          font-size: 2rem;
          letter-spacing: -1.2px; } }
      @media (max-width: 600px) {
        .landing-feature-1 .overview h1 {
          font-size: 1.6rem;
          text-align: center; } }
.landing-2-intro {
  padding-top: 90px;
  background-color: #f8fafb; }

.appraisals-desc {
  text-align: center;
  padding: 3rem 2rem; }
  .appraisals-desc h2 {
    margin-top: 0; }
  @media (max-width: 1050px) {
    .appraisals-desc {
      text-align: left;
      padding: 1.5rem 2rem; } }
  @media (max-width: 500px) {
    .appraisals-desc {
      padding: 1.5rem; } }
.appraisals-features-c, .lot-sense-features-c {
  background-color: #55a751;
  padding: 4rem 0;
  background-image: radial-gradient(circle at top left, #f3be20, #cb5900);
  position: relative;
  font-size: 1.1rem; }
  @media (max-width: 768px) {
    .appraisals-features-c, .lot-sense-features-c {
      padding: 2rem 0; } }
.lot-sense-features-c {
  background-image: none;
  background-color: #ddd; }

.appraisals-features-c-root {
  background-color: #55a751;
  background-image: radial-gradient(circle at top right, #f3be20, #cb5900); }

.appraisals-features, .appraisals-features-home, .lot-sense-features {
  color: #fff;
  display: flex; }
  @media (max-width: 768px) {
    .appraisals-features, .appraisals-features-home, .lot-sense-features {
      display: block; } }
  .appraisals-features a, .appraisals-features-home a, .lot-sense-features a {
    color: #fff; }
  .appraisals-features h2, .appraisals-features-home h2, .lot-sense-features h2 {
    margin-left: 66px;
    margin-bottom: 2rem;
    margin-top: 0;
    color: #fff; }
    @media (max-width: 768px) {
      .appraisals-features h2, .appraisals-features-home h2, .lot-sense-features h2 {
        text-align: center;
        font-size: 6vw;
        margin-left: 0; } }
  .appraisals-features .appraisals-features-screen, .appraisals-features-home .appraisals-features-screen, .lot-sense-features .appraisals-features-screen {
    flex-grow: 0;
    flex-shrink: 0;
    width: 400px;
    height: 754px;
    background-size: 400px 754px;
    position: relative; }
    @media (max-width: 768px) {
      .appraisals-features .appraisals-features-screen, .appraisals-features-home .appraisals-features-screen, .lot-sense-features .appraisals-features-screen {
        width: 300px;
        height: 565px;
        background-size: 300px 565px;
        margin: 0 auto; } }
    .appraisals-features .appraisals-features-screen video, .appraisals-features-home .appraisals-features-screen video, .lot-sense-features .appraisals-features-screen video {
      width: 307px;
      height: auto;
      position: absolute;
      left: 47px;
      top: 105px; }
      @media (max-width: 768px) {
        .appraisals-features .appraisals-features-screen video, .appraisals-features-home .appraisals-features-screen video, .lot-sense-features .appraisals-features-screen video {
          width: 230px;
          left: 36px;
          top: 79px; } }
.lot-sense-features {
  color: #000; }
  .lot-sense-features .features-list-icon {
    -webkit-filter: invert(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1');
    opacity: 0.25; }
  .lot-sense-features .features-list-content, .lot-sense-features .features-list-desc {
    color: #000; }
    .lot-sense-features .features-list-content h3, .lot-sense-features .features-list-desc h3 {
      color: #000 !important; }

.appraisals-features-home {
  flex-direction: row-reverse;
  align-items: center; }
  .appraisals-features-home .features-list-content {
    margin-right: 100px;
    margin-left: 0; }
    @media (max-width: 1250px) {
      .appraisals-features-home .features-list-content {
        margin: 0 4%; } }
  .appraisals-features-home .learn-more {
    margin-left: 66px; }
    @media (max-width: 768px) {
      .appraisals-features-home .learn-more {
        text-align: center;
        margin-left: 0; } }
.appraisals-features-home-diamond {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f4f4f4; }
  @media (max-width: 768px) {
    .appraisals-features-home-diamond {
      margin-left: -6px;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #f4f4f4; } }
.appraisals-simple-detailed-c {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 3rem; }
  .appraisals-simple-detailed-c .appraisals-simple-detailed {
    display: flex; }
    @media (max-width: 768px) {
      .appraisals-simple-detailed-c .appraisals-simple-detailed {
        display: block; } }
    .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-detailed-image {
      flex-grow: 0;
      flex-shrink: 0; }
      .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-detailed-image img {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
      @media (max-width: 768px) {
        .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-detailed-image {
          text-align: center;
          margin-bottom: 30px; } }
    .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-image {
      margin-right: 40px; }
      @media (max-width: 768px) {
        .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-image {
          margin-right: 0; } }
      .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-image img {
        width: 360px;
        height: 249px; }
        @media (max-width: 400px) {
          .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-image img {
            width: 80%;
            height: auto; } }
    .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-detailed-image {
      margin-left: 40px; }
      @media (max-width: 768px) {
        .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-detailed-image {
          margin-left: 0; } }
      .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-detailed-image img {
        width: 360px;
        height: 282px; }
        @media (max-width: 400px) {
          .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-detailed-image img {
            width: 80%;
            height: auto; } }
    .appraisals-simple-detailed-c .appraisals-simple-detailed .appraisals-simple-desc {
      flex-grow: 1;
      flex-shrink: 1; }

.appraisals-details {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd; }
  .appraisals-details .content-c {
    display: flex; }
    .appraisals-details .content-c .appraisals-simple-desc {
      flex-grow: 1;
      flex-shrink: 1; }

.appraisals-cost-effective {
  background-image: url("/images/appraisals-cost-effective-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 5rem 0;
  color: #fff; }
  .appraisals-cost-effective h3 {
    margin-top: 0; }
  .appraisals-cost-effective p {
    color: #ccc; }
    .appraisals-cost-effective p strong {
      color: #fff; }

.appraisals-embedded-form-c {
  background-color: #f8fafb;
  margin: 0;
  padding: 2rem 0; }

.appraisals-c {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 3rem;
  position: relative; }
  @media (max-width: 500px) {
    .appraisals-c {
      display: block; } }
  .appraisals-c .mobile-thumb {
    display: none; }
    @media (max-width: 500px) {
      .appraisals-c .mobile-thumb {
        display: inherit;
        text-align: center;
        max-height: 200px;
        overflow: hidden;
        margin-bottom: 5px; } }
    .appraisals-c .mobile-thumb img {
      width: 200px;
      height: auto; }
  .appraisals-c .mobile-thumb-link {
    display: none; }
    @media (max-width: 500px) {
      .appraisals-c .mobile-thumb-link {
        display: inherit;
        text-align: center;
        margin-bottom: 2rem; } }
  .appraisals-c .tall-screen {
    width: 400px;
    flex-grow: 0;
    flex-shrink: 0; }
    @media (max-width: 500px) {
      .appraisals-c .tall-screen {
        display: none; } }
    .appraisals-c .tall-screen img {
      width: 380px;
      height: auto; }
  .appraisals-c .tall-annotations {
    flex-grow: 1;
    flex-shrink: 1; }
    .appraisals-c .tall-annotations h2.sample-title {
      margin-top: 0;
      font-size: 1.5rem; }
      @media (max-width: 500px) {
        .appraisals-c .tall-annotations h2.sample-title {
          display: none; } }
    .appraisals-c .tall-annotations .annotation {
      position: absolute;
      border-left: 6px solid #aaa;
      padding-left: 10px; }
      @media (max-width: 500px) {
        .appraisals-c .tall-annotations .annotation {
          position: inherit;
          margin-bottom: 3rem;
          border-left: none;
          padding-left: 0; } }
      .appraisals-c .tall-annotations .annotation h3 {
        font-size: 1.5rem;
        letter-spacing: -0.5px;
        margin: 0 0 5px 0; }
        @media (max-width: 768px) {
          .appraisals-c .tall-annotations .annotation h3 {
            font-size: 1.2rem; } }
      .appraisals-c .tall-annotations .annotation img {
        display: none; }
        @media (max-width: 500px) {
          .appraisals-c .tall-annotations .annotation img {
            display: inherit;
            width: 100%;
            height: auto; } }
      .appraisals-c .tall-annotations .annotation a.action-button-blue {
        margin-bottom: 20px; }
        @media (max-width: 500px) {
          .appraisals-c .tall-annotations .annotation a.action-button-blue {
            display: block;
            width: 100%; } }
.source-triangulation-feature {
  background-image: url("/images/appraisal-guide-info-bg.jpg");
  background-size: cover;
  height: 300px;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .source-triangulation-feature {
      height: auto;
      margin-bottom: 2rem; } }
  .source-triangulation-feature .source-triangulation-feature-content {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .source-triangulation-feature .source-triangulation-feature-content {
        display: inherit;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .source-triangulation-feature .source-triangulation-feature-content .source-triangulation-feature-desc {
      margin-right: 40px; }
      @media (max-width: 768px) {
        .source-triangulation-feature .source-triangulation-feature-content .source-triangulation-feature-desc {
          margin-right: 0;
          margin-bottom: 20px; } }
.appraisal-guide-leads-c {
  position: relative; }

.appraisal-guide-section {
  display: flex; }
  @media (max-width: 768px) {
    .appraisal-guide-section {
      display: inherit; } }
  .appraisal-guide-section .appraisal-guide-section-content {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 100px; }
    @media (max-width: 768px) {
      .appraisal-guide-section .appraisal-guide-section-content {
        margin-right: 0; } }
  .appraisal-guide-section .averages-sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    width: 429px;
    padding-top: 100px; }
    @media (max-width: 768px) {
      .appraisal-guide-section .averages-sidebar {
        width: 100%;
        padding-top: 0;
        margin-top: 20px; } }
    .appraisal-guide-section .averages-sidebar div img {
      width: 100% !important;
      height: auto !important; }
  .appraisal-guide-section .spreads-sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    width: 219px;
    padding-top: 20px; }
    @media (max-width: 768px) {
      .appraisal-guide-section .spreads-sidebar {
        width: 100%;
        padding-top: 0;
        margin-top: 20px;
        text-align: center; } }
.regional-prices-c {
  background-image: url("/images/appraisal-guide-regions-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2rem; }
  .regional-prices-c .regional-prices {
    background-color: #fff;
    margin: 1rem;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
            box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
    display: flex; }
    @media (max-width: 768px) {
      .regional-prices-c .regional-prices {
        display: inherit;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin: 0 2rem;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.75); } }
    .regional-prices-c .regional-prices .regional-prices-desc {
      flex-grow: 1;
      flex-shrink: 1;
      width: 60%; }
      @media (max-width: 768px) {
        .regional-prices-c .regional-prices .regional-prices-desc {
          width: 100%; } }
      .regional-prices-c .regional-prices .regional-prices-desc h2 {
        margin-top: 0;
        font-size: 1.5rem; }
    .regional-prices-c .regional-prices .regional-prices-sideimage {
      flex-grow: 1;
      flex-shrink: 1;
      width: 40%;
      background-image: url("/images/appraisal-guide-regions-inset.jpg");
      background-size: cover; }
      @media (max-width: 768px) {
        .regional-prices-c .regional-prices .regional-prices-sideimage {
          display: none; } }
.auctions-plus-lander-feature {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px; }
  .auctions-plus-lander-feature .screenshot {
    width: 40%;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative; }
    .auctions-plus-lander-feature .screenshot img {
      position: absolute;
      top: 100px;
      left: 0; }
  .auctions-plus-lander-feature .content {
    width: 60%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 30px;
    padding-right: 20px;
    font-size: 1rem; }
    .auctions-plus-lander-feature .content h3 {
      margin-bottom: 0; }

.auctions-plus-search-parameters {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  font-size: 1rem; }
  .auctions-plus-search-parameters .parameters-c {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; }
    .auctions-plus-search-parameters .parameters-c div {
      background-color: #555;
      border-radius: 10px;
      padding: 4px 12px;
      font-size: 1.2rem;
      color: #fff; }

.auctions-plus-auction-logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  padding: 20px 10px; }
  .auctions-plus-auction-logos img, .auctions-plus-auction-logos svg {
    margin-left: 5px;
    margin-right: 5px; }

.auctions-plus-focus {
  display: flex;
  flex-direction: row; }
  @media (max-width: 1000px) {
    .auctions-plus-focus {
      display: block;
      text-align: center; } }
  .auctions-plus-focus video {
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.4);
    width: 500px;
    height: 330px; }
    @media (max-width: 1000px) {
      .auctions-plus-focus video {
        margin-bottom: 20px; } }
    @media (max-width: 540px) {
      .auctions-plus-focus video {
        width: 90%;
        height: auto; } }
  .auctions-plus-focus .content {
    padding-left: 40px;
    font-size: 1rem;
    text-align: left; }
    .auctions-plus-focus .content h2 {
      margin-top: 0; }
    .auctions-plus-focus .content p {
      color: #bbb;
      font-size: 1.1rem; }
    .auctions-plus-focus .content a {
      font-size: 1.3rem;
      color: #fff;
      font-weight: bold;
      margin-top: 20px;
      text-decoration: underline; }

.auctions-plus-profit {
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 1000px) {
    .auctions-plus-profit {
      display: block;
      text-align: center; } }
  .auctions-plus-profit img {
    width: 320px;
    height: auto;
    margin-left: 40px; }
  .auctions-plus-profit .content {
    padding-left: 20px;
    font-size: 1rem;
    text-align: left; }
    .auctions-plus-profit .content h2 {
      margin-top: 0; }
    .auctions-plus-profit .content p {
      color: #111;
      font-size: 1.1rem; }
    .auctions-plus-profit .content a {
      font-size: 1.3rem;
      color: #fff;
      font-weight: bold;
      margin-top: 20px;
      text-decoration: underline; }

.auctions-plus-examples h3 {
  text-align: center; }

ul.auctions-plus-features {
  margin-left: 0; }
  ul.auctions-plus-features li {
    margin-left: 0;
    margin-bottom: 5px !important;
    padding-bottom: 0;
    font-size: 14px; }
    ul.auctions-plus-features li .glyphicon {
      margin-right: 10px; }

.extension-split {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }
  .extension-split img.extension-screenshot {
    margin-left: 40px;
    width: 540px;
    height: 560px; }

.browser-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px; }
  .browser-icons > div img {
    width: 40px;
    height: 40px;
    margin-left: 20px; }

.extension-instruction {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px; }
  .extension-instruction h3 {
    margin: 0 0 5px 0; }
  .extension-instruction .number {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: orange;
    line-height: 40px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    flex-grow: 0;
    flex-shrink: 0; }
  .extension-instruction .number-instructions {
    margin-left: 20px; }
  .extension-instruction img.extension-tab-screenshot {
    width: 50px;
    margin-left: 20px;
    height: auto;
    float: right; }

.teams-home-c {
  background-color: #111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  color: #fff; }
  .teams-home-c #team-examples {
    padding: 0px; }
    .teams-home-c #team-examples div.team-example {
      width: 95%;
      max-width: 1350px;
      margin: 0 auto; }
    .teams-home-c #team-examples div.team-detail {
      flex: 1 1 100%;
      padding: 0 2% 0 2%; }
      @media (max-width: 1250px) {
        .teams-home-c #team-examples div.team-detail {
          padding: 0; } }
      .teams-home-c #team-examples div.team-detail div.flyin-bubbles {
        justify-content: center; }
        @media (max-width: 1000px) {
          .teams-home-c #team-examples div.team-detail div.flyin-bubbles {
            width: 100%;
            flex-wrap: wrap;
            justify-content: space-around; } }
        .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
          margin: 1%;
          width: 17% !important; }
          @media (max-width: 1250px) {
            .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
              width: 17% !important;
              min-height: 155px; } }
          @media (max-width: 1000px) {
            .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
              width: 28% !important; } }
          @media (max-width: 600px) {
            .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
              width: 42% !important;
              margin: 5px 1%; } }
          .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-svg {
            padding-top: 78px; }
            .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-svg p {
              padding-top: 0; }
            .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-svg svg {
              top: 34px; }
          .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-title {
            display: none; }
          .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container p {
            color: #000;
            font-size: 14px;
            line-height: 1rem !important; }
            @media (max-width: 600px) {
              .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container p {
                font-size: 12px; } }
          .teams-home-c #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-img {
            width: 70px !important;
            height: 70px !important; }
  .teams-home-c .teams-logo {
    max-width: 590px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px; }
  .teams-home-c .teams-home-features {
    margin: 20px 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 440px) {
      .teams-home-c .teams-home-features {
        display: block; } }
    .teams-home-c .teams-home-features ul {
      width: 40%; }
      @media (max-width: 768px) {
        .teams-home-c .teams-home-features ul {
          width: 92%; } }
  .teams-home-c .learn-more {
    text-align: center;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 1.2rem; }

.case-study-section {
  display: flex;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #eee; }
  @media (max-width: 768px) {
    .case-study-section {
      display: inherit; } }
  .case-study-section .case-study-desc {
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 80px; }
    @media (max-width: 768px) {
      .case-study-section .case-study-desc {
        margin-left: 0; } }
  .case-study-section .case-study-screen {
    flex-grow: 0;
    flex-shrink: 0;
    width: 430px; }
    @media (max-width: 768px) {
      .case-study-section .case-study-screen {
        width: 100%;
        margin-bottom: 20px; } }
    .case-study-section .case-study-screen img {
      width: 100%;
      height: auto; }

.vin-scanner-c .vin-scanner-intro {
  display: flex; }
  @media (max-width: 768px) {
    .vin-scanner-c .vin-scanner-intro {
      display: block; } }
  .vin-scanner-c .vin-scanner-intro .vin-scanner-video {
    flex-grow: 0;
    flex-shrink: 0;
    width: 400px;
    height: 754px;
    position: relative; }
    @media (max-width: 768px) {
      .vin-scanner-c .vin-scanner-intro .vin-scanner-video {
        width: 300px;
        height: 565px;
        background-size: 300px 565px;
        margin: 0 auto; } }
    .vin-scanner-c .vin-scanner-intro .vin-scanner-video video {
      width: 307px;
      height: auto;
      position: absolute;
      left: 52px;
      top: 41px;
      z-index: 111; }
      @media (max-width: 768px) {
        .vin-scanner-c .vin-scanner-intro .vin-scanner-video video {
          width: 230px;
          left: 38px;
          top: 30px; } }
    .vin-scanner-c .vin-scanner-intro .vin-scanner-video .overlay {
      width: 411px;
      height: auto;
      z-index: 999;
      position: absolute; }
      @media (max-width: 768px) {
        .vin-scanner-c .vin-scanner-intro .vin-scanner-video .overlay {
          width: 306px; } }
  .vin-scanner-c .vin-scanner-intro .vin-scanner-overview {
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 60px; }
    @media (max-width: 1000px) {
      .vin-scanner-c .vin-scanner-intro .vin-scanner-overview {
        margin-left: 30px; } }
    @media (max-width: 768px) {
      .vin-scanner-c .vin-scanner-intro .vin-scanner-overview {
        margin-left: 0;
        margin-top: 20px; } }
    .vin-scanner-c .vin-scanner-intro .vin-scanner-overview .features-list-content {
      margin-left: 0;
      margin-top: 4rem; }
      .vin-scanner-c .vin-scanner-intro .vin-scanner-overview .features-list-content a {
        color: #000; }
      .vin-scanner-c .vin-scanner-intro .vin-scanner-overview .features-list-content h3 {
        color: #000; }

.vin-scanner-c .vin-scanner-footer {
  display: flex;
  align-items: center; }
  @media (max-width: 1000px) {
    .vin-scanner-c .vin-scanner-footer {
      display: block; } }
  .vin-scanner-c .vin-scanner-footer .vin-scanner-footer-photo {
    flex-grow: 0;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .vin-scanner-c .vin-scanner-footer .vin-scanner-footer-photo {
        display: none; } }
  .vin-scanner-c .vin-scanner-footer .vin-scanner-footer-desc {
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 480px; }
    @media (max-width: 1000px) {
      .vin-scanner-c .vin-scanner-footer .vin-scanner-footer-desc {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 2rem 0;
        padding: 0 20px; } }
    @media (max-width: 768px) {
      .vin-scanner-c .vin-scanner-footer .vin-scanner-footer-desc {
        margin-top: 0 !important; } }
.vin-illustration {
  text-align: center;
  margin: 20px 0; }
  @media (max-width: 1000px) {
    .vin-illustration img {
      max-width: 96%;
      height: auto; } }
.vin-table {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0; }
  .vin-table div {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 10px; }

.blog-posts-c h2 {
  margin-top: 0 !important;
  margin-bottom: 2rem !important; }

.blog-posts-c .post {
  margin-bottom: 3rem; }
  .blog-posts-c .post h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.6rem; }
  .blog-posts-c .post p {
    margin: 0 !important;
    margin-bottom: 1rem;
    font-size: 0.95rem; }
  .blog-posts-c .post .read-more {
    margin-top: 5px;
    font-size: 0.95rem; }

.blog-post {
  margin-top: 2rem;
  margin-bottom: 5rem; }
  .blog-post h2 {
    text-transform: none;
    margin-top: 2rem; }
  .blog-post p {
    margin-bottom: 1rem; }
  .blog-post ul li {
    margin-bottom: 2rem; }
  @media (max-width: 1000px) {
    .blog-post .full-image {
      width: 100% !important;
      height: auto !important; } }
  .blog-post .blog-split-content-c {
    display: flex;
    margin-top: 2rem; }
    @media (max-width: 768px) {
      .blog-post .blog-split-content-c {
        display: block; } }
  .blog-post .blog-split-content-c div:nth-child(1) {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .blog-post .blog-split-content-c div:nth-child(1) {
        margin-right: 0;
        text-align: center; } }
  .blog-post .blog-split-content-c div:nth-child(1) {
    flex-grow: 1;
    flex-shrink: 1; }

.provider-logos-svg {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .provider-logos-svg div {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 30%;
    margin: .4rem 3%; }

.provider-logos-3-rows {
  width: 95%;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    .provider-logos-3-rows {
      width: 500px; } }
  @media (max-width: 520px) {
    .provider-logos-3-rows {
      width: 90%; } }
  @media (max-width: 420px) {
    .provider-logos-3-rows {
      width: 100%; } }
  .provider-logos-3-rows .provider-logos-svg {
    flex-wrap: wrap; }

.provider-logos-4-rows {
  width: 100%;
  margin: 0 auto; }
  .provider-logos-4-rows .provider-logos-svg {
    flex-wrap: wrap; }
    @media (max-width: 1000px) {
      .provider-logos-4-rows .provider-logos-svg div {
        flex-basis: 14% !important; } }
    @media (max-width: 790px) {
      .provider-logos-4-rows .provider-logos-svg div {
        flex-basis: 19% !important; } }
    @media (max-width: 500px) {
      .provider-logos-4-rows .provider-logos-svg div {
        flex-basis: 28% !important; } }
    @media (max-width: 1000px) {
      .provider-logos-4-rows .provider-logos-svg div.square-logo {
        flex-basis: 10% !important; } }
    @media (max-width: 790px) {
      .provider-logos-4-rows .provider-logos-svg div.square-logo {
        flex-basis: 15% !important; } }
    @media (max-width: 500px) {
      .provider-logos-4-rows .provider-logos-svg div.square-logo {
        flex-basis: 24% !important; } }
.provider-logos-1-row {
  width: 1400px;
  flex-wrap: nowrap;
  margin: 0 auto; }
  @media (max-width: 1450px) {
    .provider-logos-1-row {
      width: 100%; } }
  .provider-logos-1-row div.provider-logos-svg {
    width: 98%; }
    @media (max-width: 990px) {
      .provider-logos-1-row div.provider-logos-svg {
        flex-wrap: wrap;
        width: 95%; } }
    .provider-logos-1-row div.provider-logos-svg div {
      margin: .3rem 1.2%; }
      @media (max-width: 1050px) {
        .provider-logos-1-row div.provider-logos-svg div {
          margin: .2rem 1%; } }
      @media (max-width: 790px) {
        .provider-logos-1-row div.provider-logos-svg div {
          margin: .7rem 3% !important;
          flex-basis: 19% !important; } }
      @media (max-width: 500px) {
        .provider-logos-1-row div.provider-logos-svg div {
          margin: .7rem 3% !important;
          flex-basis: 24% !important; } }
    @media (max-width: 1050px) {
      .provider-logos-1-row div.provider-logos-svg div.square-logo {
        margin: .2rem 1%; } }
    @media (max-width: 790px) {
      .provider-logos-1-row div.provider-logos-svg div.square-logo {
        margin: .7rem 3% !important;
        flex-basis: 15% !important; } }
    @media (max-width: 500px) {
      .provider-logos-1-row div.provider-logos-svg div.square-logo {
        margin: .7rem 3% !important;
        flex-basis: 22% !important; } }
.provider-logos-1-row-large {
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .provider-logos-1-row-large div.provider-logos-svg {
    width: 98%;
    flex-wrap: wrap;
    width: 95%; }
    .provider-logos-1-row-large div.provider-logos-svg div {
      margin: .2rem 1.2%;
      flex-basis: 11% !important; }
      @media (max-width: 1000px) {
        .provider-logos-1-row-large div.provider-logos-svg div {
          flex-basis: 16% !important; } }
      @media (max-width: 700px) {
        .provider-logos-1-row-large div.provider-logos-svg div {
          flex-basis: 24% !important; } }
    .provider-logos-1-row-large div.provider-logos-svg div.square-logo {
      margin: .7rem 3% !important;
      flex-basis: 9% !important; }
      @media (max-width: 700px) {
        .provider-logos-1-row-large div.provider-logos-svg div.square-logo {
          flex-basis: 12% !important; } }
.blog-sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 80px; }
  @media (max-height: 1020px) {
    .blog-sidebar {
      position: inherit; } }
  @media (max-width: 1000px) {
    .blog-sidebar {
      position: inherit;
      border-top: 2px solid #ddd;
      padding-top: 20px; } }
  .blog-sidebar section {
    margin-bottom: 2rem !important; }

div#competitors ul.index-ul {
  margin: 0 1rem 1rem 1rem !important; }
  div#competitors ul.index-ul li {
    margin-bottom: .1rem; }

div#competitors p {
  margin: 1rem 0; }

div#competitors h2 {
  margin-top: 0rem;
  margin-bottom: 0.4rem; }
  @media (max-width: 500px) {
    div#competitors h2 {
      font-size: 7vw; } }
div#competitors h3 {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase; }

div#competitors .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 4rem;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.4); }
  div#competitors .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

div#competitors div.competitor-feature {
  margin: 1.2rem 0;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 1050px) {
    div#competitors div.competitor-feature {
      width: 95%;
      margin: 0 auto; } }
div#competitors blockquote {
  font-size: 20px;
  line-height: 1.2em; }
  @media (max-width: 500px) {
    div#competitors blockquote {
      font-size: 5.5vw;
      line-height: 1.2em; } }
div#competitors blockquote p {
  margin: 0.5rem 0;
  padding: 0; }

div#competitors blockquote span {
  font-size: 16px;
  line-height: 1em !important; }

div#competitors blockquote span b {
  display: block; }

div#competitors div.stars {
  padding: 0;
  margin: 12px 0 2px 0; }

div.stars svg {
  width: 25px;
  height: 23px; }

table.comparison-table {
  width: 100%; }
  table.comparison-table tr:nth-child(1) {
    background-color: #fff !important; }
  table.comparison-table tr {
    border-bottom: 1px solid #ddd; }
    table.comparison-table tr td {
      padding: 10px; }
      @media (max-width: 768px) {
        table.comparison-table tr td {
          padding: 6px; } }
  table.comparison-table tr:nth-child(even) {
    background-color: #eee; }
  table.comparison-table th {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center; }
  table.comparison-table td.feature-name {
    padding-right: 30px; }
    @media (max-width: 768px) {
      table.comparison-table td.feature-name {
        padding-right: 10px; } }
  table.comparison-table td.niq {
    color: #555 !important;
    font-weight: normal !important; }
  table.comparison-table span.cell-subtitle {
    display: block;
    font-weight: 400;
    padding: 5px 0 0 0;
    font-size: 12px; }
  table.comparison-table td.comparison {
    width: 180px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: green; }
    @media (max-width: 768px) {
      table.comparison-table td.comparison {
        width: 110px; } }
.vin-viper-alternative-intro {
  display: flex; }

.vin-viper-alternative-intro-desc {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 4rem; }
  .vin-viper-alternative-intro-desc ul {
    margin-top: 2rem;
    padding-left: 20px; }
  .vin-viper-alternative-intro-desc ul li {
    margin-bottom: 1rem; }

.vin-viper-alternative-intro-screen {
  width: 340px;
  flex-grow: 0;
  flex-shrink: 0; }
  .vin-viper-alternative-intro-screen img {
    width: 100%; }

.register-c {
  background-color: #f8fafb;
  padding-bottom: 8rem;
  padding-top: 1rem; }
  .register-c .register-split-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1060px) {
      .register-c .register-split-header {
        display: block; } }
    .register-c .register-split-header .desc {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 2px; }
      @media (max-width: 1060px) {
        .register-c .register-split-header .desc {
          padding-right: 0; } }
  .register-c h2 {
    letter-spacing: -1px;
    margin: 0;
    font-size: 1.8rem; }
  .register-c #a-la-carte {
    margin-bottom: 2rem;
    margin-top: 20px; }
    .register-c #a-la-carte .bundle-c {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px;
      margin-bottom: 20px;
      display: flex;
      flex-direction: row; }
      .register-c #a-la-carte .bundle-c .bundle-logo {
        margin-right: 20px; }
      .register-c #a-la-carte .bundle-c .bundle-offerings {
        display: flex;
        flex-direction: row;
        justify-content: space-around; }
    .register-c #a-la-carte .a-la-carte-choices-body h3 {
      font-size: 1rem;
      color: #333;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 0; }
    .register-c #a-la-carte .billing-interval {
      margin-bottom: 15px; }
      .register-c #a-la-carte .billing-interval a {
        display: inline-block;
        padding: 4px 8px !important;
        background-color: #fff !important;
        font-size: 1.1rem;
        font-weight: bold;
        border: 1px solid #ddd;
        border-radius: 6px; }
    .register-c #a-la-carte .a-la-carte-cart {
      width: 100%; }
      .register-c #a-la-carte .a-la-carte-cart .cart-details {
        display: flex;
        flex-direction: row;
        align-items: flex-start; }
        @media (max-width: 650px) {
          .register-c #a-la-carte .a-la-carte-cart .cart-details {
            display: block; } }
      .register-c #a-la-carte .a-la-carte-cart .costs-c {
        width: 420px;
        flex-grow: 0;
        flex-shrink: 0; }
        @media (max-width: 650px) {
          .register-c #a-la-carte .a-la-carte-cart .costs-c {
            width: 100%; } }
        .register-c #a-la-carte .a-la-carte-cart .costs-c .subtotal .subtotal-cost {
          margin-top: 0;
          padding: 0;
          font-size: 2rem;
          line-height: 2rem;
          letter-spacing: -1px;
          font-weight: 700;
          color: #000; }
        .register-c #a-la-carte .a-la-carte-cart .costs-c .subtotal .subtotal-desc {
          display: block;
          padding: 6px 10px 0 0;
          font-size: 1.4rem;
          line-height: 1.25em;
          font-weight: 700;
          color: #111; }
        .register-c #a-la-carte .a-la-carte-cart .costs-c .yearly-billing-desc {
          margin-top: 6px;
          font-size: 0.9rem;
          color: #888; }
      .register-c #a-la-carte .a-la-carte-cart .discount-messages {
        padding: 16px 16px;
        flex-grow: 1;
        flex-shrink: 1;
        font-weight: normal;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 100%; }
        @media (max-width: 1060px) {
          .register-c #a-la-carte .a-la-carte-cart .discount-messages {
            margin-top: 10px;
            display: block; } }
        .register-c #a-la-carte .a-la-carte-cart .discount-messages .messages {
          flex-grow: 1;
          flex-shrink: 1; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .messages h3 {
            font-size: 1rem;
            margin: 0;
            margin-bottom: 5px;
            margin-right: 10px; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .messages .discount-message {
            font-size: 0.95rem; }
            @media (max-width: 380px) {
              .register-c #a-la-carte .a-la-carte-cart .discount-messages .messages .discount-message {
                margin: 2px 0;
                font-size: 0.85rem; } }
            .register-c #a-la-carte .a-la-carte-cart .discount-messages .messages .discount-message img {
              width: 12px;
              height: 12px;
              margin-right: 5px; }
        .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo {
          flex-grow: 0;
          flex-shrink: 0;
          width: 240px;
          justify-content: flex-start;
          text-align: left;
          display: flex;
          flex-direction: column;
          align-items: flex-end; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo div {
            width: 100%; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo form {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-grow: 1;
            flex-shrink: 1; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo a.promo-submit {
            padding: 2px 10px;
            font-size: 1.1rem; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo #promo-success {
            color: green;
            width: 100%;
            margin-top: 5px; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo #promo-error {
            color: red;
            width: 100%;
            margin-top: 5px; }
          @media (max-width: 1060px) {
            .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo {
              text-align: right;
              width: 100%;
              margin-top: 10px; } }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo div {
            font-size: 0.8rem;
            margin-bottom: 2px; }
          .register-c #a-la-carte .a-la-carte-cart .discount-messages .promo input {
            width: 100%;
            background: #fff;
            font-weight: 400;
            font-size: 0.9rem;
            color: #31325f;
            outline: none;
            cursor: text;
            border-style: none;
            border: 1px solid #888;
            border-radius: 6px;
            padding: 4px 6px; }
      .register-c #a-la-carte .a-la-carte-cart .discount-message-fulfilled {
        color: green;
        font-weight: bold; }
    .register-c #a-la-carte .a-la-carte-choices {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px; }
      @media (max-width: 650px) {
        .register-c #a-la-carte .a-la-carte-choices {
          width: 100%;
          display: block; } }
      .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice {
        margin-right: 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 32.12%;
        flex-basis: 32.12%;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
        margin: 0 !important;
        -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
                box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
        background-color: #fff; }
        @media (max-width: 1060px) {
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice {
            width: 48%;
            flex-basis: 48%;
            margin-bottom: 10px !important; } }
        @media (max-width: 650px) {
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice {
            width: 100%; } }
        @media (max-width: 650px) {
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice {
            min-height: inherit; } }
        .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-checkbox {
          width: 40px;
          flex-grow: 0;
          flex-shrink: 0;
          text-align: left; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-checkbox img {
            width: 24px;
            height: 24px; }
        .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body {
          flex-grow: 1;
          flex-shrink: 1;
          text-align: left; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header .provider-logo {
              flex-grow: 0;
              flex-shrink: 0; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header .a-la-carte-title {
              font-size: 0.95rem; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header .plan-picker {
              flex-grow: 1;
              flex-shrink: 1;
              text-align: right; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header .provider-variant {
              flex-grow: 0;
              flex-shrink: 0;
              text-align: right;
              border: none;
              font-weight: normal;
              padding-right: 26px;
              -webkit-box-shadow: none;
                      box-shadow: none; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header .choice-price {
              width: 60px;
              flex-grow: 0;
              flex-shrink: 0;
              text-align: right;
              font-weight: 700;
              font-size: 1.4rem;
              color: #000; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header .choice-price-free {
              font-size: 1rem;
              font-weight: normal; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body .choice-header .choice-price-selected {
              color: #299c05; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_bb {
            width: 76px;
            height: auto; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_mmr {
            width: 136px;
            height: auto; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_mmr svg g.text-fill path {
              fill: #000 !important; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_pin {
            width: 110px;
            margin-top: 3px;
            height: auto; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_pin svg g path:last-child {
              fill: #000 !important; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.carfax {
            width: 126px;
            height: auto; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_nada {
            width: 130px;
            height: auto; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_kbb {
            width: 100px;
            height: auto; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_kbb path {
              fill: #1b4382 !important; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_universe {
            width: 144px;
            height: auto; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_pmr {
            width: 154px;
            height: auto; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.book_galves {
            width: 150px;
            height: auto; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-body a.provider-toggle div.feature_market_tracker {
            width: 154px;
            height: auto; }
        .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-description {
          font-size: 0.92rem;
          color: #888;
          margin-bottom: 0; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-description b {
            display: block;
            padding: 2px 0 2px 0;
            color: #333; }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-description a:focus {
            outline: none;
            text-decoration: none; }
        .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-bundle-includes {
          padding: 10px 16px;
          margin-top: 10px;
          margin-bottom: 10px;
          margin-right: 10px;
          margin-left: 10px;
          padding-left: 20px;
          border-left: 2px solid #ddd; }
          @media (max-width: 900px) {
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-bundle-includes {
              width: 100%;
              -webkit-box-shadow: none;
                      box-shadow: none;
              border: none;
              border-left: none;
              padding: 0;
              margin-top: 10px;
              text-align: center;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center; } }
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-bundle-includes .choice-icons {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            -webkit-column-gap: 10px;
               -moz-column-gap: 10px;
                    column-gap: 10px;
            margin-bottom: 10px; }
            .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-bundle-includes .choice-icons img, .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-bundle-includes .choice-icons svg {
              margin-bottom: 0 !important; }
            @media (max-width: 900px) {
              .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice .choice-bundle-includes .choice-icons {
                flex-wrap: wrap;
                -webkit-column-gap: 20px !important;
                   -moz-column-gap: 20px !important;
                        column-gap: 20px !important;
                row-gap: 5px !important; } }
      .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice.bundle_carbly_plus {
        width: 100% !important;
        flex-basis: 100%; }
        @media screen and (max-width: 900px) {
          .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice.bundle_carbly_plus {
            display: block; } }
        .register-c #a-la-carte .a-la-carte-choices .a-la-carte-choice.bundle_carbly_plus .choice-bundle-col-1 {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
  .register-c #a-la-carte.a-la-carte-minimal .a-la-carte-choice {
    min-height: 90px; }
  .register-c #a-la-carte.a-la-carte-minimal .choice-description a {
    font-size: 0.88rem;
    color: #888;
    text-decoration: underline; }
  .register-c #a-la-carte.a-la-carte-minimal .choice-description span {
    display: none; }
  .register-c #a-la-carte.a-la-carte-vertical {
    flex-direction: row; }
    @media (max-width: 650px) {
      .register-c #a-la-carte.a-la-carte-vertical {
        display: block; } }
    .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart {
      position: sticky;
      position: -webkit-sticky;
      top: 70px;
      width: 360px;
      margin-left: 40px; }
      @media (max-width: 1060px) {
        .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart {
          width: 280px;
          margin-left: 30px; } }
      @media (max-width: 650px) {
        .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart {
          width: 100%;
          margin-left: 0; } }
      .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart .costs-c {
        width: 360px; }
        @media (max-width: 1060px) {
          .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart .costs-c {
            width: 280px; } }
        @media (max-width: 650px) {
          .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart .costs-c {
            width: 100%; } }
      .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart .cart-details {
        display: flex;
        flex-direction: column; }
      .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart .discount-messages {
        margin-top: 20px;
        flex-direction: column; }
        .register-c #a-la-carte.a-la-carte-vertical .a-la-carte-cart .discount-messages .promo {
          margin-top: 20px;
          width: 100%; }
  .register-c #a-la-carte.a-la-carte-vertical-minimal .a-la-carte-choice {
    border-bottom: 1px solid #eee;
    min-height: 76px !important; }
  .register-c a.select-plan {
    display: block;
    padding: 8px;
    margin-top: 20px;
    background-color: #666ee8;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px; }
  .register-c a.select-plan:hover {
    text-decoration: none;
    background-color: #666ee8; }
  .register-c a.select-plan-disabled {
    background-color: #a4a7d7;
    cursor: default; }
  .register-c a.select-plan-disabled:hover {
    background-color: #a4a7d7;
    cursor: default; }
  .register-c .register-form {
    padding-right: 20px;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1; }
    @media (max-width: 1000px) {
      .register-c .register-form {
        width: 70%; } }
    @media (max-width: 768px) {
      .register-c .register-form {
        width: 100%;
        padding-right: 0;
        margin-left: 0; } }
    .register-c .register-form .payment-choices {
      padding-left: 2rem; }
      @media (max-width: 768px) {
        .register-c .register-form .payment-choices {
          padding-left: 20px; } }
      .register-c .register-form .payment-choices div {
        display: flex; }
        .register-c .register-form .payment-choices div input {
          flex-grow: 0;
          flex-shrink: 0; }
        .register-c .register-form .payment-choices div label {
          flex-grow: 1;
          flex-shrink: 1;
          margin-left: 10px;
          font-weight: normal;
          font-size: 1.0rem; }
  .register-c .register-add-user {
    padding-bottom: 10px; }
    @media (max-width: 500px) {
      .register-c .register-add-user {
        padding: 10px 0 5px 0;
        margin: 3px 0 8px 0;
        border-bottom: 1px solid #ccc; } }
    .register-c .register-add-user sup a:hover {
      cursor: pointer; }
    .register-c .register-add-user .add-user-entry {
      width: 100%;
      display: block; }
      .register-c .register-add-user .add-user-entry .card-container {
        padding: 0 0 10px 0; }
      .register-c .register-add-user .add-user-entry .form-c {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        align-items: center;
        margin: 0;
        position: relative; }
        @media (max-width: 500px) {
          .register-c .register-add-user .add-user-entry .form-c {
            flex-direction: column; } }
        .register-c .register-add-user .add-user-entry .form-c .field-label, .register-c .register-add-user .add-user-entry .form-c div, .register-c .register-add-user .add-user-entry .form-c svg {
          display: inline-block;
          border-bottom: none; }
        .register-c .register-add-user .add-user-entry .form-c .glyphicon {
          font-size: 18px; }
        .register-c .register-add-user .add-user-entry .form-c .field-label {
          padding: 2%; }
          @media (max-width: 500px) {
            .register-c .register-add-user .add-user-entry .form-c .field-label {
              width: 100%; } }
        @media (max-width: 500px) {
          .register-c .register-add-user .add-user-entry .form-c .field-c {
            width: 100%; } }
        .register-c .register-add-user .add-user-entry .form-c label, .register-c .register-add-user .add-user-entry .form-c div, .register-c .register-add-user .add-user-entry .form-c select {
          flex-grow: 1;
          flex-shrink: 1; }
        .register-c .register-add-user .add-user-entry .form-c p.field-description {
          padding: 0 0 7px 3px;
          font-weight: 700;
          margin: 0; }
          .register-c .register-add-user .add-user-entry .form-c p.field-description a {
            color: #8898aa;
            border-bottom: 1px solid #ccc; }
          .register-c .register-add-user .add-user-entry .form-c p.field-description a:hover {
            cursor: pointer; }
        .register-c .register-add-user .add-user-entry .form-c div.delete-user {
          flex: 0 1 50px;
          align-self: flex-end;
          padding-bottom: 2.5%; }
          .register-c .register-add-user .add-user-entry .form-c div.delete-user a:hover {
            cursor: pointer; }
          @media (max-width: 500px) {
            .register-c .register-add-user .add-user-entry .form-c div.delete-user {
              display: block;
              width: 40px;
              height: 40px;
              position: absolute;
              top: 10px;
              right: 0px; } }
        .register-c .register-add-user .add-user-entry .form-c .additional-user-email {
          flex-grow: 1;
          flex-shrink: 1; }
          .register-c .register-add-user .add-user-entry .form-c .additional-user-email .field-c {
            width: 100%; }
        .register-c .register-add-user .add-user-entry .form-c .additional-user-price {
          width: 100px;
          flex-grow: 0;
          flex-shrink: 0; }
        .register-c .register-add-user .add-user-entry .form-c .additional-user-type {
          flex-grow: 0;
          flex-shrink: 0; }
        .register-c .register-add-user .add-user-entry .form-c a {
          flex-grow: 0;
          flex-shrink: 0;
          width: 30px;
          color: red; }
    .register-c .register-add-user .add-user-link {
      display: block;
      width: 200px;
      font-size: 16px;
      margin-top: 10px; }
  .register-c .card-form .form-c {
    padding-top: 1px;
    padding-bottom: 30px; }
  .register-c .register-form:not(.card-form):not(.register-add-user) > .form-c {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 16px;
    padding: 15px; }
  @media (max-width: 768px) {
    .register-c .register-form:not(.card-form):not(.register-add-user) > .form-c {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding: 15px 12px;
      row-gap: 4px; } }
  .register-c .register-form:not(.card-form):not(.register-add-user) label.field-label {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    border: none;
    gap: 0;
    position: static;
    position: relative; }
  .register-c .register-form:not(.card-form):not(.register-add-user) label.field-label span {
    width: auto;
    height: auto;
    padding: 0 4px;
    margin: 17px auto -19px 9px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 0;
    position: static;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    text-align: left;
    background: transparent;
    display: inline-block;
    line-height: 1.1;
    position: relative;
    z-index: 1; }
  .register-c .register-form:not(.card-form):not(.register-add-user) label.field-label .field-c {
    padding-right: 0;
    width: 100%; }
  .register-c .register-form:not(.card-form):not(.register-add-user) label.field-label .field {
    margin: 0;
    padding: 18px 12px 10px 12px;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 0; }
  .register-c .register-form:not(.card-form):not(.register-add-user) label.field-label .field-c .inline-check {
    margin: 8px 0 0 0; }
  .register-c .register-form:not(.card-form):not(.register-add-user) label.field-label .field-c #license_not_handy_message {
    margin: 8px 0 0 0; }
  .register-c .register-section-label {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1f2937;
    margin: 10px 0 12px 0;
    padding: 0 15px; }
    @media (max-width: 500px) {
      .register-c .register-section-label {
        padding-bottom: 0; } }
  .register-c .register-form:not(.card-form):not(.register-add-user) .register-section-label {
    grid-column: 1 / -1;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0; }
    @media (max-width: 500px) {
      .register-c .register-form:not(.card-form):not(.register-add-user) .register-section-label {
        margin-bottom: 0; } }
  .register-c .register-form--details label.field-label span {
    text-align: left !important; }
  .register-c .card-form .card-form-overview {
    font-size: 1rem;
    flex-direction: row;
    margin: 0 20px 10px 20px;
    padding: 3px 0;
    display: none; }
    @media (max-width: 500px) {
      .register-c .card-form .card-form-overview {
        font-size: .92rem;
        display: flex;
        padding: 0 0 0 0;
        margin-left: 15px;
        font-size: 0.9rem; } }
    @media (max-width: 330px) {
      .register-c .card-form .card-form-overview {
        flex-direction: column; } }
    .register-c .card-form .card-form-overview .overview-label {
      width: 110px;
      flex-grow: 0;
      flex-shrink: 0;
      font-weight: bold; }
      @media (max-width: 500px) {
        .register-c .card-form .card-form-overview .overview-label {
          display: none; } }
      @media (max-width: 340px) {
        .register-c .card-form .card-form-overview .overview-label {
          width: 100%;
          font-size: 1rem;
          padding: 0 0 0 0; } }
  .register-c .form-c {
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
            box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
    border-radius: 4px;
    border: none;
    position: relative; }
    @media (max-width: 500px) {
      .register-c .form-c {
        padding: 6px 0; } }
    .register-c .form-c label.field-label {
      position: relative;
      display: flex;
      flex-direction: row;
      padding: 8px 10px 8px 0;
      align-items: center;
      justify-content: center;
      color: #8898aa;
      font-weight: 400;
      border-bottom: 1px solid #eee;
      margin: 0;
      /* target Internet Explorer 9 to undo the custom arrow */ }
      @media (max-width: 768px) {
        .register-c .form-c label.field-label {
          padding: 5px 0; } }
      .register-c .form-c label.field-label span {
        padding: 0 15px;
        text-align: right;
        width: 180px;
        font-size: 0.9rem;
        font-weight: bold;
        flex-grow: 0;
        flex-shrink: 0; }
        @media (max-width: 768px) {
          .register-c .form-c label.field-label span {
            width: 120px;
            font-size: 0.9rem;
            padding-left: 5px; } }
      .register-c .form-c label.field-label .field-c {
        flex-grow: 1;
        flex-shrink: 1;
        padding-right: 15px; }
        @media (max-width: 768px) {
          .register-c .form-c label.field-label .field-c {
            padding-right: 5px; } }
      .register-c .form-c label.field-label .field {
        width: 100%;
        margin: 0 15px;
        background: transparent;
        font-weight: 400;
        color: #31325f;
        outline: none;
        cursor: text;
        border-style: none;
        border: 1px solid #d0d6d9;
        border-radius: 3px;
        padding: 4px 6px; }
        @media (max-width: 768px) {
          .register-c .form-c label.field-label .field {
            margin-left: 0; } }
      .register-c .form-c label.field-label .field:disabled {
        background-color: #eee;
        color: #888; }
      @media screen and (min-width: 0\0) {
        .register-c .form-c label.field-label select.field {
          background: none\9;
          padding: 5px\9; } }
      .register-c .form-c label.field-label .next {
        margin: 0 15px;
        margin-top: 1rem; }
      .register-c .form-c label.field-label .inline-check {
        margin: 4px 15px 0 15px; }
        .register-c .form-c label.field-label .inline-check label {
          font-weight: 400 !important;
          color: #337ab7; }
      .register-c .form-c label.field-label #license_not_handy_message {
        margin: 0 15px;
        color: #333;
        display: none; }
    .register-c .form-c input.has-error, .register-c .form-c select.has-error {
      border: 1px solid red !important; }
    .register-c .form-c select.field {
      width: 100%;
      padding: 5px 35px 5px 10px;
      font-size: 1.2rem;
      font-weight: bold;
      border: 1px solid #ccc;
      height: 40px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: #eee;
      background-image: url("/images/select-control-arrow.png");
      background-repeat: no-repeat;
      background-position: 96% center;
      background-size: 21px 12px; }
    .register-c .form-c select.field::-ms-expand {
      display: none;
      /* remove default arrow in IE 10 and 11 */ }
  .register-c .submit {
    background: linear-gradient(135deg, #635bff, #7a53ff);
    color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(99, 91, 255, 0.35);
            box-shadow: 0 4px 10px rgba(99, 91, 255, 0.35);
    border-radius: 4px;
    border: 0;
    font-weight: 700;
    width: 100%;
    height: 40px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .register-c .submit:hover {
    background: linear-gradient(135deg, #7a53ff, #5b8fff);
    -webkit-box-shadow: 0 6px 14px rgba(99, 91, 255, 0.4);
            box-shadow: 0 6px 14px rgba(99, 91, 255, 0.4); }
  .register-c .submit:active {
    background: linear-gradient(135deg, #635bff, #7a53ff);
    -webkit-box-shadow: 0 4px 10px rgba(99, 91, 255, 0.35);
            box-shadow: 0 4px 10px rgba(99, 91, 255, 0.35); }
  .register-c .submit:disabled {
    background: #a5adff;
    cursor: default;
    -webkit-box-shadow: none;
            box-shadow: none; }

.form-c-no-box {
  background-color: transparent !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .form-c-no-box label.field-label {
    padding: 0 !important;
    border-bottom: 0px !important; }
    .form-c-no-box label.field-label span {
      padding: 0 15px;
      width: auto !important;
      font-size: 1rem !important; }

select.plan-picker-select, .false-plan-picker {
  background-color: #fff;
  font-size: 14px;
  border-radius: 16px;
  border: 1px solid #337ab7;
  color: #337ab7;
  padding: 2px 20px 2px 10px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23337ab7%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 8px top 50%, 0 0;
  background-size: .65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none; }

.false-plan-picker {
  background-image: none;
  background-color: transparent;
  color: #ccc;
  border: 1px solid #ccc;
  width: 80px;
  margin-left: auto; }

select.plan-picker-select:focus {
  outline: none; }

.popover, .popover-content {
  min-width: 300px; }

.appraisals-brief-c {
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .appraisals-brief-c {
      display: block; } }
#user-help-modal div.user-help-body {
  padding: 20px; }

#user-help-modal div.user-help-header {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  #user-help-modal div.user-help-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding-top: 0;
    color: #000; }

#user-help-modal ul.index-ul {
  margin: 20px 0 20px 3%;
  padding: 0; }
  #user-help-modal ul.index-ul li {
    margin: 7px 0;
    padding: 0; }

#user-help-modal h5 {
  margin: 5px 0 6px 0;
  padding: 0; }

@media (max-width: 767px) {
  #user-help-modal .row div.col-xs-12:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc; } }

.registration-help-modal {
  padding: 20px; }
  .registration-help-modal h3 {
    font-weight: bold;
    margin-bottom: 0; }
  .registration-help-modal .help-choice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    @media (max-width: 600px) {
      .registration-help-modal .help-choice {
        display: block;
        width: 100%; }
        .registration-help-modal .help-choice a {
          margin: 30px 0 0 0 !important;
          display: block;
          width: 100%; } }
    .registration-help-modal .help-choice p {
      font-size: 0.9rem;
      margin: 5px 0; }
    .registration-help-modal .help-choice a {
      background-color: #337ab7;
      color: #fff;
      padding: 8px;
      font-weight: 600;
      font-size: 1.2rem;
      text-align: center;
      border-radius: 5px;
      margin-left: 20px; }
    .registration-help-modal .help-choice a:hover {
      text-decoration: none; }
    .registration-help-modal .help-choice div.logos {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 60%;
      margin-top: 10px; }
      @media (max-width: 450px) {
        .registration-help-modal .help-choice div.logos {
          width: 90% !important; } }
      .registration-help-modal .help-choice div.logos div {
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 15px; }
        @media (max-width: 450px) {
          .registration-help-modal .help-choice div.logos div {
            flex-shrink: 1;
            flex-grow: 1;
            width: auto;
            max-width: 30% !important; } }
      .registration-help-modal .help-choice div.logos img.black-book {
        width: 60px; }
      .registration-help-modal .help-choice div.logos img.manheim {
        width: 114px; }
      .registration-help-modal .help-choice div.logos img.real-retail {
        width: 80px; }
      .registration-help-modal .help-choice div.logos img.nada {
        width: 42px; }
      .registration-help-modal .help-choice div.logos img.kbb {
        width: 90px; }
      .registration-help-modal .help-choice div.logos img.live-local-market {
        width: 130px; }
  .registration-help-modal .cancel {
    margin-top: 20px;
    text-align: right; }
    .registration-help-modal .cancel a {
      cursor: pointer; }

.modal-xl {
  z-index: 1050000 !important;
  width: 1200px !important; }
  @media (max-width: 1260px) {
    .modal-xl {
      width: 90% !important; } }
  @media (max-width: 500px) {
    .modal-xl {
      width: 100% !important; } }
.provider-choice-modal-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  width: 100%; }
  .provider-choice-modal-content .provider-choice-modal-screenshot {
    flex-grow: 0;
    flex-shrink: 0;
    width: 310px;
    background: #eee;
    text-align: center;
    margin-right: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 17px 25px -5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 17px 25px -5px rgba(0, 0, 0, 0.24); }
    @media (max-width: 500px) {
      .provider-choice-modal-content .provider-choice-modal-screenshot {
        display: flex;
        flex-direction: column;
        padding-top: 15px; } }
    .provider-choice-modal-content .provider-choice-modal-screenshot img {
      width: 300px;
      height: auto;
      border-radius: 15px;
      overflow: hidden; }
    @media (max-width: 500px) {
      .provider-choice-modal-content .provider-choice-modal-screenshot a {
        order: 2; } }
    .provider-choice-modal-content .provider-choice-modal-screenshot h3 {
      font-size: 14px;
      font-weight: 700;
      padding: 4px 12% 15px 12%;
      margin: 0;
      text-align: center; }
      @media (max-width: 500px) {
        .provider-choice-modal-content .provider-choice-modal-screenshot h3 {
          order: 1; } }
  .provider-choice-modal-content .provider-choice-modal-body {
    flex-grow: 1;
    flex-shrink: 1; }
    .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-body-header h2 {
      margin: 0;
      padding-top: 10px;
      font-size: 2rem; }
      @media (max-width: 500px) {
        .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-body-header h2 {
          font-size: 1.6rem;
          margin-bottom: 4px; } }
    .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-body-header h4 {
      font-size: 16px;
      font-weight: 700;
      padding: 7px 0 12px 0;
      margin: 0;
      border-bottom: 1px solid #ccc; }
    .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-body-header p {
      margin-bottom: 20px;
      font-size: 0.95rem; }
      @media (max-width: 500px) {
        .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-body-header p {
          font-size: 0.85rem; } }
    .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split {
      flex-grow: 1;
      flex-shrink: 1;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      width: 100%; }
      .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split ul {
        flex-grow: 1;
        flex-shrink: 1;
        margin-left: 20px;
        padding: 0; }
        @media (max-width: 1050px) {
          .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split ul {
            margin-left: 10px; } }
        .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split ul li {
          font-size: 0.95rem;
          margin-left: 18px;
          padding: 0; }
      .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split a {
        width: 300px;
        margin-left: 20px;
        flex-grow: 0;
        flex-shrink: 0; }
        @media (max-width: 1050px) {
          .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split a {
            width: 200px; } }
        .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split a img {
          width: 100%;
          height: auto; }
        .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split a div {
          font-size: 0.9rem;
          text-align: center; }
    .provider-choice-modal-content .provider-choice-modal-body .options {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 40px; }
      .provider-choice-modal-content .provider-choice-modal-body .options a {
        padding: 10px;
        border: 2px solid #eee;
        border-radius: 8px;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 5px;
        width: 49%;
        text-decoration: none; }
        .provider-choice-modal-content .provider-choice-modal-body .options a h3 {
          margin: 0;
          font-size: 1rem;
          font-weight: bold; }
        .provider-choice-modal-content .provider-choice-modal-body .options a p {
          margin: 0;
          font-size: 0.95rem;
          color: #888; }
      .provider-choice-modal-content .provider-choice-modal-body .options a:hover, .provider-choice-modal-content .provider-choice-modal-body .options a:active {
        text-decoration: none; }
      .provider-choice-modal-content .provider-choice-modal-body .options a:last-child {
        margin-left: 5px;
        margin-right: 0; }
  @media (max-width: 990px) {
    .provider-choice-modal-content {
      display: block; }
      .provider-choice-modal-content .provider-choice-modal-screenshot {
        margin: 0 0 15px 0;
        width: 100%;
        height: auto; }
        .provider-choice-modal-content .provider-choice-modal-screenshot img {
          width: 300px;
          height: auto; } }
  @media (max-width: 500px) {
    .provider-choice-modal-content {
      display: block;
      width: 100%;
      margin: 0 auto; }
      .provider-choice-modal-content .provider-choice-modal-screenshot {
        width: 100%; }
        .provider-choice-modal-content .provider-choice-modal-screenshot img {
          width: 100%; }
      .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split {
        flex-direction: column;
        width: 100%; }
        .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split ul {
          margin-left: 0;
          width: 100%; }
        .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split a {
          width: 100%;
          margin-left: 0;
          flex-grow: 1;
          flex-shrink: 1; }
          .provider-choice-modal-content .provider-choice-modal-body .provider-choice-modal-split a img {
            width: 100%; }
      .provider-choice-modal-content .provider-choice-modal-body .options {
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch; }
        .provider-choice-modal-content .provider-choice-modal-body .options a {
          padding: 10px;
          text-align: center;
          border: 2px solid #eee;
          border-radius: 8px;
          flex-grow: 1;
          flex-shrink: 1;
          margin: 0 0 10px 0 !important;
          width: 100%; } }
.provider-choice-modal-close {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: right; }
  .provider-choice-modal-close a {
    cursor: pointer; }
  @media (max-width: 500px) {
    .provider-choice-modal-close {
      text-align: center; }
      .provider-choice-modal-close a {
        width: 70%;
        display: block; } }
.dcs .choice-price, .dcs .plan-picker, .dcs .choice-description, .dcs .cart-details {
  display: none !important; }

.dcs .a-la-carte-choice {
  min-height: auto !important; }

.dcs .register-split-header {
  display: none !important; }

.dcs .register-footer {
  display: none !important; }

.appraisals-providers-brief .providers-c {
  background-color: #fff; }

.appraisals-providers-brief .providers-desc {
  display: none; }

.appraisals-features-brief-c {
  margin-top: 10px;
  padding: 40px 0;
  background-color: #fff;
  background-image: inherit;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px; }
  .appraisals-features-brief-c .features-list-content {
    margin-left: 0;
    color: #333; }
  .appraisals-features-brief-c a {
    color: #337ab7 !important; }

.register-embedded-brief {
  margin-top: 0;
  border-radius: 12px !important;
  background-color: #fff;
  overflow: hidden; }
  .register-embedded-brief .appraisals-embedded-form-c {
    background-color: #fff; }
  .register-embedded-brief .register-c {
    padding-top: 0 !important;
    background-color: #fff;
    padding-bottom: 2rem; }
  .register-embedded-brief .register-form {
    margin-left: 0 !important;
    display: block !important;
    width: 100% !important; }

.appraisals-brief-screen {
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
  margin-top: 20px;
  margin-right: 50px;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .appraisals-brief-screen {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  .appraisals-brief-screen img {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 12px; }

.faq-section h4 {
  margin: 0;
  padding: 18px 12px; }

.faq-section div.question-bucket {
  margin: 20px 0; }

.faq-section div.questionContainer {
  margin: 8px 0;
  border: 1px solid #ccc;
  background: #f3f3f3; }

.faq-section span.faqIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  padding: 0;
  margin: 0; }

.faq-section div.answer p {
  margin: 0;
  padding: 0px 20px 10px 20px; }

.field-guide {
  margin-bottom: 10rem; }
  .field-guide .field-guide-thumbs {
    width: 1004px;
    height: auto;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      .field-guide .field-guide-thumbs {
        display: none; } }
  .field-guide p {
    margin-bottom: 2rem; }
  .field-guide form {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem; }
    @media (max-width: 768px) {
      .field-guide form {
        display: block; } }
    .field-guide form #field-guide-email {
      margin: 0;
      margin-right: 1rem;
      width: 340px;
      flex-grow: 0;
      flex-shrink: 0; }
      @media (max-width: 768px) {
        .field-guide form #field-guide-email {
          margin-right: 0;
          width: 100%; } }
    @media (max-width: 768px) {
      .field-guide form .field-guide-submit {
        margin-top: 1rem;
        width: 100%; } }
  .field-guide #field-guide-thanks {
    display: none;
    height: 60px; }

#field-guide-lead-modal .modal-content {
  width: 80%; }
  @media (max-width: 1000px) {
    #field-guide-lead-modal .modal-content {
      width: 90%; } }
  @media (max-width: 768px) {
    #field-guide-lead-modal .modal-content {
      width: 95%; } }
#field-guide-lead-modal .modal-body {
  display: flex;
  padding: 4rem; }
  @media (max-width: 1280px) {
    #field-guide-lead-modal .modal-body {
      padding: 2rem; } }
  @media (max-width: 768px) {
    #field-guide-lead-modal .modal-body {
      padding: 1rem; } }
  #field-guide-lead-modal .modal-body .field-guide-lead-thumbs {
    width: 335px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 4rem; }
    @media (max-width: 1280px) {
      #field-guide-lead-modal .modal-body .field-guide-lead-thumbs {
        width: 240px;
        margin-right: 2rem; } }
    @media (max-width: 768px) {
      #field-guide-lead-modal .modal-body .field-guide-lead-thumbs {
        display: none; } }
    #field-guide-lead-modal .modal-body .field-guide-lead-thumbs img {
      width: 100%;
      height: auto; }
  #field-guide-lead-modal .modal-body #field-guide-lead-message-area {
    margin-top: 2rem; }
  #field-guide-lead-modal .modal-body .field-guide-lead-content {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: normal; }
    #field-guide-lead-modal .modal-body .field-guide-lead-content h2 {
      margin-top: 0; }
    @media (max-width: 768px) {
      #field-guide-lead-modal .modal-body .field-guide-lead-content ul {
        display: none; } }
    #field-guide-lead-modal .modal-body .field-guide-lead-content .field-guide-lead-mobile-thumbs {
      width: 100%;
      height: auto;
      display: none; }
      @media (max-width: 768px) {
        #field-guide-lead-modal .modal-body .field-guide-lead-content .field-guide-lead-mobile-thumbs {
          display: block; } }
    #field-guide-lead-modal .modal-body .field-guide-lead-content #field-guide-lead-form {
      display: flex; }
      @media (max-width: 1280px) {
        #field-guide-lead-modal .modal-body .field-guide-lead-content #field-guide-lead-form {
          display: block; } }
      #field-guide-lead-modal .modal-body .field-guide-lead-content #field-guide-lead-form #field-guide-lead-email {
        margin-top: 0;
        margin-right: 1rem; }
        @media (max-width: 1280px) {
          #field-guide-lead-modal .modal-body .field-guide-lead-content #field-guide-lead-form #field-guide-lead-email {
            margin-bottom: 0; } }
      @media (max-width: 1280px) {
        #field-guide-lead-modal .modal-body .field-guide-lead-content #field-guide-lead-form .field-guide-lead-submit {
          margin-top: 1rem;
          margin-bottom: 1rem;
          width: 100%; } }
.action-prompt {
  display: none;
  position: fixed;
  width: 400px;
  background-color: #fff;
  bottom: -20px;
  right: 40px;
  padding: 20px 20px 30px 20px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35); }
  .action-prompt .action-promp-header {
    color: #5ec5e4;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .action-prompt h3 {
    flex-grow: 1;
    flex-shrink: 1;
    margin-top: 0;
    font-weight: bold; }
  .action-prompt p {
    font-weight: normal;
    font-size: 0.95rem;
    margin-top: 10px;
    margin-bottom: 20px; }
  .action-prompt img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  .action-prompt label {
    margin-bottom: 0; }
  .action-prompt input {
    margin-bottom: 10px; }
  .action-prompt .action-prompt-form {
    margin-bottom: 20px; }
  .action-prompt .action-button-blue {
    background-color: #5ec5e4;
    border-radius: 4px; }

#newsletter-prompt {
  z-index: 888888; }
  @media (max-width: 1000px) {
    #newsletter-prompt {
      right: 60px;
      left: 60px;
      width: 90% !important;
      margin: 0 auto; } }
  @media (max-width: 600px) {
    #newsletter-prompt {
      right: 10px;
      left: 10px; } }
.field-guide-prompt {
  z-index: 999999;
  right: 500px;
  left: 40px;
  width: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #111;
  color: #fff;
  padding: 3rem; }
  .field-guide-prompt h3 {
    font-size: 2rem; }
  .field-guide-prompt p {
    font-size: 1.1rem; }
  @media (max-width: 1050px) {
    .field-guide-prompt {
      right: 100px;
      left: 60px;
      padding: 2rem; } }
  @media (max-width: 600px) {
    .field-guide-prompt {
      right: 10px;
      left: 10px;
      padding-bottom: 130px; } }
  @media (max-width: 600px) {
    .field-guide-prompt .action-promp-header h3 {
      font-size: 1.2rem; } }
  .field-guide-prompt .field-guide-prompt-body {
    display: flex; }
    .field-guide-prompt .field-guide-prompt-body img {
      width: 134px;
      height: 105px;
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 2rem; }
      @media (max-width: 600px) {
        .field-guide-prompt .field-guide-prompt-body img {
          display: none; } }
    .field-guide-prompt .field-guide-prompt-body .field-guide-prompt-body-desc {
      flex-grow: 1;
      flex-shrink: 1; }
      .field-guide-prompt .field-guide-prompt-body .field-guide-prompt-body-desc form {
        display: flex;
        margin-bottom: 2rem;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1rem; }
        @media (max-width: 1000px) {
          .field-guide-prompt .field-guide-prompt-body .field-guide-prompt-body-desc form {
            display: block;
            margin-bottom: 1rem; } }
        .field-guide-prompt .field-guide-prompt-body .field-guide-prompt-body-desc form #field-guide-prompt-email {
          margin: 0;
          margin-right: 1rem;
          max-width: 340px;
          flex-grow: 1;
          flex-shrink: 1; }
          @media (max-width: 1000px) {
            .field-guide-prompt .field-guide-prompt-body .field-guide-prompt-body-desc form #field-guide-prompt-email {
              margin-right: 0;
              width: 100%;
              max-width: inherit; } }
        @media (max-width: 1000px) {
          .field-guide-prompt .field-guide-prompt-body .field-guide-prompt-body-desc form .field-guide-prompt-submit {
            margin-top: 1rem;
            width: 100%; } }
.modal-backdrop {
  opacity: 0.8 !important; }

.modal-content {
  overflow: hidden;
  padding-bottom: 16px;
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }

#video-modal .modal-content {
  padding-bottom: 0; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */ }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.early-access-modal-header {
  height: 200px;
  background-image: url("../images/early-access-modal-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.early-access-modal .modal-body {
  display: flex; }

.early-access-modal .modal-body h2 {
  margin-top: 10px; }

.early-access-modal-desc {
  padding-left: 20px;
  margin-right: 20px;
  width: 50%; }

.early-access-modal-form {
  padding-right: 20px;
  margin-left: 20px;
  width: 50%; }
  .early-access-modal-form .cancel {
    font-weight: normal;
    margin-left: 1rem;
    cursor: pointer; }

.early-access-modal-form input.early-access-firstname, .early-access-modal-form input.early-access-lastname, .early-access-modal-form input.early-access-dealership {
  margin-bottom: 10px; }

.early-access-email {
  margin-top: 15px;
  margin-bottom: 40px; }

.early-access-form-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px; }

@media (max-width: 768px) {
  .early-access-modal-header {
    height: 40px;
    background: none; }
  .early-access-modal .modal-body h2 {
    margin-top: -10px; }
  .early-access-modal .modal-body {
    display: block; }
  .early-access-modal-desc {
    width: 100%;
    padding-left: 0;
    margin-right: 0; }
  .early-access-modal-form {
    width: 100%;
    margin-left: 0;
    padding-right: 0; }
  .early-access-email {
    margin-top: 10px;
    margin-bottom: 10px; } }

a.action-button, input.action-button {
  border-radius: 500px;
  background-color: #fed136;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  margin: 0 auto;
  border: none; }

a
.action-button:hover {
  text-decoration: none;
  color: #fff; }

a.action-button:focus {
  outline: none;
  text-decoration: none;
  color: #fff; }

a.action-button-blue, input.action-button-blue {
  background-color: #337ab7; }

a.action-button-orange {
  background-color: orange; }

a.action-button-blue:hover, input.action-button-blue {
  text-decoration: none;
  background-color: #28669c;
  color: #fff; }

a.action-button-blue-disabled, a.action-button-blue-disabled:hover {
  background-color: #6d99bf;
  cursor: default; }

a.action-button-white {
  background-color: #fff;
  color: #337ab7; }

a.action-button-white:hover {
  text-decoration: none; }

a.action-button-white:focus {
  color: #337ab7; }

.hint {
  font-size: 0.9rem; }

.deemph {
  color: rgba(255, 255, 255, 0.8); }

h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1.5px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 34px;
      letter-spacing: -0.6px; } }
.minimal-select {
  display: inline-block;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 5px 35px 5px 10px;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 8px !important;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23aaaaaa%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

.minimal-select::-ms-expand {
  display: none; }

.minimal-select:hover {
  border-color: #888; }

.minimal-select:focus {
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  color: #222;
  outline: none !important;
  outline-width: 0; }

.minimal-select option {
  font-weight: normal; }

body.iosBugFixCaret.modal-open {
  position: fixed;
  width: 100%; }

@-webkit-keyframes active {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(8.5);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes active {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0; }
  100% {
    opacity: 0; } }

.partners-intro {
  display: flex;
  flex-direction: reverse; }
  @media (max-width: 767px) {
    .partners-intro {
      display: block; } }
  .partners-intro .partners-overview {
    flex-grow: 1;
    flex-shrink: 1; }
  .partners-intro .partners-logo {
    flex-grow: 0;
    flex-shrink: 0;
    width: 242px;
    height: 75px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .partners-intro .partners-logo {
        display: block;
        margin: 20px auto 0 auto;
        width: 168px;
        height: 52px; } }
#auction-guts nav {
  background: none;
  margin: 0; }

#auction-guts ol.breadcrumb {
  background: none;
  padding: .5rem 0 0 0;
  margin: 0; }

#auction-guts span.glyphicon {
  display: inline-block;
  margin-right: .4rem; }

#auction-guts h2 a {
  color: #111; }

#auction-guts h3 {
  font-size: 1.2rem; }

#auction-guts div.auction-details {
  padding: .6rem 1rem;
  margin: 1rem 0;
  border-left: 3px solid #ccc; }

#auction-guts p {
  padding: 0 0 0.8rem 0;
  margin: 0; }

#auction-footer {
  border-top: 3px solid #ccc;
  margin: 2rem auto;
  padding: 2rem 0; }
  #auction-footer div.row {
    padding: 1rem 0; }
  #auction-footer h2, #auction-footer h3 {
    margin: 0 0 0.6rem 0;
    padding: 0; }
  #auction-footer ul.index-ul {
    margin: .6rem 0 .6rem 0.1rem; }
  #auction-footer div.auction-summary {
    padding: 5% 0 1.5rem 2%; }
  @media (max-width: 500px) {
    #auction-footer {
      border-top: 1px solid #ccc;
      margin: 1.5rem auto;
      padding: 1.5rem 0 0 0; }
      #auction-footer div.auction-summary {
        padding: 1.4rem 0 0 0; } }
#auction-sidebar h4 {
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin: 0.4rem 0;
  font-size: 16px;
  font-weight: 700; }

#auction-sidebar p {
  font-size: .9rem;
  margin: 1.2rem 0rem; }

#auction-sidebar .action-button {
  font-size: 1.2rem;
  width: 100%;
  display: block;
  text-align: center; }

.auctions-split {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .auctions-split {
      display: block; } }
  .auctions-split .overview {
    flex-grow: 1;
    flex-shrink: 1; }
    .auctions-split .overview ul li {
      margin-bottom: 10px; }
  .auctions-split .screenshot {
    flex-grow: 0;
    flex-shrink: 0;
    width: 380px;
    margin-left: 60px; }
    @media (max-width: 767px) {
      .auctions-split .screenshot {
        margin-left: 0;
        width: 100%;
        text-align: center; } }
    .auctions-split .screenshot img {
      width: 380px;
      height: 760px; }
      @media (max-width: 767px) {
        .auctions-split .screenshot img {
          display: block;
          width: 200px;
          height: auto;
          margin: 0 auto; } }
.auctions-split-reverse {
  flex-direction: row-reverse; }
  .auctions-split-reverse .screenshot {
    margin-left: 0;
    margin-right: 60px; }

.auctions-desktop-screenshot {
  text-align: center; }
  @media (max-width: 767px) {
    .auctions-desktop-screenshot {
      display: none; } }
  .auctions-desktop-screenshot img {
    margin: 60px auto 100px auto;
    width: 600px;
    height: 325px; }

.auction-state-locations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .auction-state-locations h3 {
    width: 30%;
    font-size: 1.1rem;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .auction-state-locations h3 {
        width: 45%; } }
.auction-locations-back {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .auction-locations-back svg {
    margin-right: 5px; }

.auction-location-map {
  width: 100%;
  height: 300px;
  border: 0;
  margin-top: 40px; }

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

div.common-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto; }
  div.common-container p {
    font-size: 18px; }
    @media (max-width: 1050px) {
      div.common-container p {
        font-size: 16px; } }
div.team-header {
  padding: 0 0 30px 0;
  flex: 1 1 100%; }
  div.team-header h2 {
    font-size: 40px;
    padding: 0 0 5px 0;
    margin: 0; }
    @media (max-width: 1250px) {
      div.team-header h2 {
        font-size: 36px; } }
    @media (max-width: 1050px) {
      div.team-header h2 {
        font-size: 32px; } }
    @media (max-width: 500px) {
      div.team-header h2 {
        font-size: 8vw; } }
  div.team-header p {
    font-size: 20px;
    margin: 0;
    padding: 0; }
    @media (max-width: 1050px) {
      div.team-header p {
        font-size: 18px; } }
    @media (max-width: 500px) {
      div.team-header p {
        font-size: 16px; } }
#teams_diagram {
  width: 1500px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  font-family: 'Inter', sans-serif;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch; }
  @media (max-width: 1600px) {
    #teams_diagram {
      width: 90%;
      max-width: 90%; } }
  @media (max-width: 1450px) {
    #teams_diagram {
      width: 95%;
      max-width: 95%; } }
  @media (max-width: 1290px) {
    #teams_diagram {
      width: 98%;
      max-width: 98%; } }
  @media (max-width: 1050px) {
    #teams_diagram {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 680px) {
    #teams_diagram {
      position: relative;
      overflow: hidden; } }
  #teams_diagram div.teams_pathing {
    position: absolute;
    z-index: 300; }
    #teams_diagram div.teams_pathing div.svgPath {
      position: relative;
      width: 100%;
      height: 100%; }
      #teams_diagram div.teams_pathing div.svgPath g {
        opacity: 0.7;
        fill: #000;
        fill-rule: evenodd; }
        #teams_diagram div.teams_pathing div.svgPath g path {
          stroke-dasharray: 5; }
        #teams_diagram div.teams_pathing div.svgPath g mask path {
          stroke-dasharray: 2850;
          stroke-dashoffset: 2850;
          opacity: 0.5; }
  #teams_diagram #rightPathing {
    top: 120px;
    right: 90px;
    width: 35%;
    height: 340px; }
    @media (max-width: 1450px) {
      #teams_diagram #rightPathing {
        top: 120px;
        right: 90px;
        width: 35%;
        height: 320px; } }
    @media (max-width: 1380px) {
      #teams_diagram #rightPathing {
        top: 100px;
        height: 300px; } }
    @media (max-width: 1290px) {
      #teams_diagram #rightPathing {
        top: 90px;
        height: 310px; } }
    @media (max-width: 1050px) {
      #teams_diagram #rightPathing {
        top: 80px;
        right: 60px;
        height: 270px;
        display: block; } }
    @media (max-width: 950px) {
      #teams_diagram #rightPathing {
        height: 0;
        width: 0;
        overflow: hidden; } }
    #teams_diagram #rightPathing div.svgPath g mask path {
      -webkit-animation: svg_line_dash 15s 1s linear forwards;
              animation: svg_line_dash 15s 1s linear forwards;
      -webkit-animation-delay: 7.5s;
              animation-delay: 7.5s; }
  #teams_diagram #leftPathing {
    top: 140px;
    left: 90px;
    width: 35%;
    height: 400px; }
    @media (max-width: 1450px) {
      #teams_diagram #leftPathing {
        left: 90px;
        width: 35%;
        height: 380px; } }
    @media (max-width: 1380px) {
      #teams_diagram #leftPathing {
        top: 120px;
        height: 360px; } }
    @media (max-width: 1290px) {
      #teams_diagram #leftPathing {
        top: 110px;
        height: 350px; } }
    @media (max-width: 1050px) {
      #teams_diagram #leftPathing {
        top: 110px;
        left: 60px;
        height: 290px; } }
    @media (max-width: 950px) {
      #teams_diagram #leftPathing {
        top: 90px;
        left: 10%;
        width: 60%;
        height: 320px; } }
    @media (max-width: 680px) {
      #teams_diagram #leftPathing {
        right: 0%;
        width: 80%; } }
    @media (max-width: 370px) {
      #teams_diagram #leftPathing {
        height: 300px; } }
    #teams_diagram #leftPathing div.svgPath g mask path {
      -webkit-animation: svg_line_dash 14s 1s linear forwards;
              animation: svg_line_dash 14s 1s linear forwards;
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
  #teams_diagram div.people-containers {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: visible;
    z-index: 1000;
    margin-top: 30px; }
    @media (max-width: 1450px) {
      #teams_diagram div.people-containers {
        height: 480px; } }
    @media (max-width: 1380px) {
      #teams_diagram div.people-containers {
        height: 460px;
        margin-top: 0px; } }
    @media (max-width: 1290px) {
      #teams_diagram div.people-containers {
        height: 450px; } }
    @media (max-width: 1050px) {
      #teams_diagram div.people-containers {
        height: 420px; } }
    @media (max-width: 950px) {
      #teams_diagram div.people-containers {
        height: 400px; } }
    @media (max-width: 370px) {
      #teams_diagram div.people-containers {
        height: 340px; } }
  #teams_diagram div#leftTeams {
    flex: 1 1 auto;
    position: relative;
    z-index: 1000; }
    @media (max-width: 950px) {
      #teams_diagram div#leftTeams {
        flex: 1 1 auto; } }
    @media (max-width: 680px) {
      #teams_diagram div#leftTeams {
        flex: 1 0 85%; } }
    @media (max-width: 370px) {
      #teams_diagram div#leftTeams {
        flex: 1 0 90%; } }
    @media (max-width: 1380px) {
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(2) {
        left: 18% !important; } }
    @media (max-width: 680px) {
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(1) {
        right: 9% !important; }
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(2) {
        top: 0% !important;
        left: 18% !important; }
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(3) {
        top: 50% !important;
        left: 5% !important; }
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(4) {
        right: 18% !important; } }
    @media (max-width: 500px) {
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(1) {
        right: 5% !important; }
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(2) {
        top: 0% !important;
        left: 8% !important; }
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(3) {
        top: 50% !important;
        left: 0% !important; }
      #teams_diagram div#leftTeams div#leftContainer div.bubble-container:nth-of-type(4) {
        right: 7% !important; } }
  #teams_diagram div#rightTeams {
    flex: 1 1 auto;
    position: relative;
    z-index: 1000;
    display: block; }
    @media (max-width: 951px) {
      #teams_diagram div#rightTeams {
        display: block; } }
    @media (max-width: 950px) {
      #teams_diagram div#rightTeams {
        height: 0;
        width: 0;
        overflow: hidden;
        flex: 0 0 0; } }
  #teams_diagram div#middleTeams {
    flex: 0 0 26%;
    padding: 0 2%;
    position: relative;
    z-index: 1000; }
    @media (max-width: 1450px) {
      #teams_diagram div#middleTeams {
        flex: 0 0 26%; } }
    @media (max-width: 1050px) {
      #teams_diagram div#middleTeams {
        flex: 0 0 29%; } }
    @media (max-width: 950px) {
      #teams_diagram div#middleTeams {
        flex: 0 0 38%; } }
    @media (max-width: 950px) {
      #teams_diagram div#middleTeams {
        flex: 0 0 38%; } }
    @media (max-width: 680px) {
      #teams_diagram div#middleTeams {
        display: absolute;
        flex: 0 0 300px;
        top: 0px;
        right: 8%; }
        #teams_diagram div#middleTeams img {
          width: 100%;
          height: auto; } }
    @media (max-width: 370px) {
      #teams_diagram div#middleTeams {
        display: absolute;
        flex: 0 0 65%;
        top: 0px;
        right: 5%; } }
div.bubble-container {
  position: absolute;
  width: 175px;
  overflow: visible;
  min-height: 90px;
  z-index: 1000;
  font-family: 'Inter', sans-serif;
  color: #333; }
  @media (max-width: 1290px) {
    div.bubble-container {
      width: 150px;
      min-height: 90px; } }
  @media (max-width: 1050px) {
    div.bubble-container {
      width: 130px;
      min-height: auto; } }
  @media (max-width: 950px) {
    div.bubble-container {
      width: 165px; } }
  @media (max-width: 500px) {
    div.bubble-container {
      width: 150px; } }
  @media (max-width: 370px) {
    div.bubble-container {
      width: 120px; } }
  div.bubble-container div.bubble-title {
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 60px;
    width: 100px; }
    div.bubble-container div.bubble-title text {
      fill: #000;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 22px; }
      @media (max-width: 1050px) {
        div.bubble-container div.bubble-title text {
          font-size: 18px; } }
  div.bubble-container div.bubble-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    z-index: 900; }
    @media (max-width: 1290px) {
      div.bubble-container div.bubble-img {
        width: 45px;
        height: 45px; } }
    @media (max-width: 1050px) {
      div.bubble-container div.bubble-img {
        width: 35px;
        height: 35px; } }
    @media (max-width: 950px) {
      div.bubble-container div.bubble-img {
        width: 40px;
        height: 40px; } }
    @media (max-width: 500px) {
      div.bubble-container div.bubble-img {
        width: 40px;
        height: 40px; } }
    @media (max-width: 370px) {
      div.bubble-container div.bubble-img {
        width: 35px;
        height: 35px; } }
    div.bubble-container div.bubble-img img {
      display: block;
      background: #fff;
      padding: 3px;
      border: 2px solid #999;
      border-radius: 50%; }
      @media (max-width: 1050px) {
        div.bubble-container div.bubble-img img {
          padding: 2px;
          border: 1px solid #999; } }
  div.bubble-container div.bubble-svg {
    position: relative;
    padding: 21% 0 0 0;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    /* fixes shadows, but double bounce on iOS */ }
    div.bubble-container div.bubble-svg p {
      position: relative;
      width: 90%;
      margin: 0 auto;
      padding-top: 13%;
      z-index: 1000;
      font-weight: 700; }
      @media (max-width: 1380px) {
        div.bubble-container div.bubble-svg p {
          padding-top: 21px; } }
      @media (max-width: 1050px) {
        div.bubble-container div.bubble-svg p {
          padding-top: 19px; } }
    div.bubble-container div.bubble-svg svg {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 30px;
      left: 0;
      right: 0;
      filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.2));
      -webkit-filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.2)); }
      @media (max-width: 1050px) {
        div.bubble-container div.bubble-svg svg {
          top: 25px; } }
      @media (max-width: 780px) {
        div.bubble-container div.bubble-svg svg {
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
          -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1)); } }
  div.bubble-container div.bubble-subtext {
    position: relative;
    z-index: 50;
    opacity: 0;
    width: 90%;
    margin: 25px auto 0 auto;
    padding: 8px 6px;
    text-align: left;
    background: #ffeeb3;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-animation-name: subFold;
            animation-name: subFold;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
    div.bubble-container div.bubble-subtext img {
      flex: 0 0 20px;
      margin: 0 5px 0 0; }
      @media (max-width: 1290px) {
        div.bubble-container div.bubble-subtext img {
          width: 18px;
          height: 18px; } }
      @media (max-width: 1050px) {
        div.bubble-container div.bubble-subtext img {
          display: none; } }
      @media (max-width: 950px) {
        div.bubble-container div.bubble-subtext img {
          display: inline; } }
      @media (max-width: 370px) {
        div.bubble-container div.bubble-subtext img {
          display: none; } }
    div.bubble-container div.bubble-subtext p {
      flex: 1 1 auto;
      padding: 0;
      margin: 0;
      line-height: 13px;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #000; }
      @media (max-width: 1290px) {
        div.bubble-container div.bubble-subtext p {
          line-height: 10px;
          font-size: 8px; } }
      @media (max-width: 1050px) {
        div.bubble-container div.bubble-subtext p {
          text-align: center; } }
      @media (max-width: 950px) {
        div.bubble-container div.bubble-subtext p {
          line-height: 12px;
          font-size: 9px;
          text-align: left; } }
      @media (max-width: 500px) {
        div.bubble-container div.bubble-subtext p {
          line-height: 10px;
          font-size: 8px;
          text-align: left; } }
      @media (max-width: 370px) {
        div.bubble-container div.bubble-subtext p {
          line-height: 10px;
          font-size: 8px;
          text-align: center; } }
  div.bubble-container div.team-bubble {
    position: relative;
    opacity: 0;
    z-index: 1000;
    width: 170px;
    font-size: 14px;
    line-height: 1rem;
    margin-top: 40px;
    display: block;
    font-family: 'Inter', sans-serif;
    -webkit-animation-name: bounce_in, bounce_continous;
            animation-name: bounce_in, bounce_continous;
    -webkit-animation-duration: 1s, 15s;
            animation-duration: 1s, 15s;
    -webkit-animation-delay: 0s, 2s;
            animation-delay: 0s, 2s;
    -webkit-animation-iteration-count: 1, 5;
            animation-iteration-count: 1, 5;
    -webkit-animation-fill-mode: forwards, forwards;
            animation-fill-mode: forwards, forwards;
    -webkit-transform-style: preserve-3d;
    /* fixes shadows, but double bounce on iOS */
    -webkit-backface-visibility: visible;
    /* fixes shadows, but double bounce on iOS */
    backface-visibility: visible;
    /* double bounce on iOS */
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transform: scale(0.2) translateY(0);
            transform: scale(0.2) translateY(0);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    top: 0px; }
    @media (max-width: 1290px) {
      div.bubble-container div.team-bubble {
        width: 140px;
        font-size: 12px; } }
    @media (max-width: 1050px) {
      div.bubble-container div.team-bubble {
        width: 105px;
        font-size: 11px;
        line-height: 12px; } }
    @media (max-width: 950px) {
      div.bubble-container div.team-bubble {
        width: 140px;
        font-size: 12px;
        line-height: 14px; } }
    @media (max-width: 780px) {
      div.bubble-container div.team-bubble {
        -webkit-transform-style: flat;
        /* fixes double animation */ } }
    @media (max-width: 500px) {
      div.bubble-container div.team-bubble {
        width: 130px;
        font-size: 11px;
        line-height: 13px; } }
    @media (max-width: 370px) {
      div.bubble-container div.team-bubble {
        width: 105px;
        font-size: 10px;
        line-height: 12px; } }
div#user-types {
  flex: 1 1 65%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px; }
  @media (max-width: 500px) {
    div#user-types {
      margin-top: 0;
      flex-direction: column; } }
  div#user-types div {
    flex: 1 1 50%; }
    @media (max-width: 500px) {
      div#user-types div {
        flex: 1 1 100%;
        margin-top: 10px; } }
    div#user-types div h3 {
      color: #111 !important;
      text-transform: none !important;
      letter-spacing: -0.1rem;
      font-size: 1.5rem !important;
      font-weight: 700 !important;
      margin: 8px 0 8px 0 !important; }
    div#user-types div p {
      padding: 0 5% 0 0; }
      @media (max-width: 1050px) {
        div#user-types div p {
          top: 25px; } }
  div#user-types div:first-child {
    padding-right: 10px; }
  div#user-types div:last-child {
    padding-left: 10px; }

#cloud-sync div#sync-container {
  padding: 75px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;
  border-bottom: 1px solid #eee; }
  @media (max-width: 950px) {
    #cloud-sync div#sync-container {
      padding: 50px 0;
      text-align: center;
      flex-wrap: wrap;
      flex-direction: column; } }
  @media (max-width: 950px) {
    #cloud-sync div#sync-container div.team-header {
      flex: 1 1 100%; } }
  #cloud-sync div#sync-container div.cloud-items {
    flex: 1 1 65%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 950px) {
      #cloud-sync div#sync-container div.cloud-items {
        flex: 1 1 100%;
        order: 2; } }
    #cloud-sync div#sync-container div.cloud-items svg {
      width: 75px; }
  #cloud-sync div#sync-container div.cloud-icon {
    flex: 1 1 35%; }
    @media (max-width: 950px) {
      #cloud-sync div#sync-container div.cloud-icon {
        flex: 1 1 100%;
        width: 50%;
        margin: 0 auto 30px auto;
        order: 1; } }
    @media (max-width: 600px) {
      #cloud-sync div#sync-container div.cloud-icon {
        width: 90%; } }
  #cloud-sync div#sync-container div.cloud-item {
    flex: 1 1 50%;
    padding-right: 8%; }
    @media (max-width: 500px) {
      #cloud-sync div#sync-container div.cloud-item {
        flex: 1 1 100%;
        margin-top: 15px;
        padding-right: 0%; } }
    @media (max-width: 500px) {
      #cloud-sync div#sync-container div.cloud-item h3 {
        font-size: 6.5vw; } }
#team-examples {
  padding: 80px 0 20px 0; }
  #team-examples div.team-example {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 70px; }
    @media (max-width: 500px) {
      #team-examples div.team-example {
        flex-direction: column;
        flex-wrap: wrap;
        margin: 20px auto;
        padding: 0 2%; } }
  #team-examples div.team-photo {
    flex: 0 0 330px;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
    @media (max-width: 1050px) {
      #team-examples div.team-photo {
        flex: 0 0 250px; } }
    @media (max-width: 780px) {
      #team-examples div.team-photo {
        flex: 0 0 200px; } }
    @media (max-width: 650px) {
      #team-examples div.team-photo {
        flex: 0 0 100px; } }
    @media (max-width: 500px) {
      #team-examples div.team-photo {
        flex: 1 1 100%; } }
    #team-examples div.team-photo div {
      -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 100%;
      height: 100%; }
      @media (max-width: 500px) {
        #team-examples div.team-photo div {
          height: 250px; } }
  #team-examples div.team-detail {
    flex: 1 1 auto;
    padding: 30px 5%; }
    @media (max-width: 500px) {
      #team-examples div.team-detail {
        padding: 15px 2%;
        flex: 1 1 100%; } }
    @media (max-width: 1050px) {
      #team-examples div.team-detail h2 {
        font-size: 3vw; } }
    @media (max-width: 500px) {
      #team-examples div.team-detail h2 {
        font-size: 6.5vw; } }
    #team-examples div.team-detail div.flyin-bubbles {
      padding: 12px 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      @media (max-width: 1250px) {
        #team-examples div.team-detail div.flyin-bubbles {
          flex-wrap: wrap; } }
      #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
        position: relative !important;
        width: 185px !important;
        min-height: 120px;
        margin-right: 10px; }
        @media (max-width: 1250px) {
          #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
            flex-wrap: wrap;
            width: 31% !important;
            margin-right: 2%; } }
        @media (max-width: 1050px) {
          #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
            min-height: 115px; } }
        @media (max-width: 780px) {
          #team-examples div.team-detail div.flyin-bubbles div.bubble-container {
            width: 47% !important; } }
        #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-subtext {
          top: 52px !important; }
          @media (max-width: 1050px) {
            #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-subtext {
              top: 55px !important; } }
          #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-subtext p {
            font-size: 10px;
            line-height: 13px; }
        #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.bubble-img {
          width: 60px !important;
          height: 60px !important; }
        #team-examples div.team-detail div.flyin-bubbles div.bubble-container div.team-bubble {
          margin-top: 0;
          width: 100% !important; }

#team-panels {
  background: #FED137;
  color: #000;
  padding-top: 20px; }
  #team-panels div.team-panel {
    padding: 30px 0;
    margin: 0 auto;
    font-size: 18px; }
    @media (max-width: 1050px) {
      #team-panels div.team-panel {
        font-size: 16px; } }
    #team-panels div.team-panel div.feature-set {
      padding: 40px 0 60px 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      @media (max-width: 500px) {
        #team-panels div.team-panel div.feature-set {
          flex-direction: column;
          flex-wrap: wrap;
          padding: 30px 0;
          margin: 0 auto; } }
      #team-panels div.team-panel div.feature-set div.content {
        flex: 1 1 auto;
        padding: 0 5%; }
        @media (max-width: 1050px) {
          #team-panels div.team-panel div.feature-set div.content {
            flex: 1 1 70%;
            padding: 0 5%; } }
        @media (max-width: 780px) {
          #team-panels div.team-panel div.feature-set div.content {
            flex: 1 1 60%; } }
        @media (max-width: 500px) {
          #team-panels div.team-panel div.feature-set div.content {
            flex: 1 1 100%;
            order: 2; } }
        #team-panels div.team-panel div.feature-set div.content h2 {
          font-size: 36px;
          margin: 5px 0 8px 0;
          padding: 0; }
          @media (max-width: 1050px) {
            #team-panels div.team-panel div.feature-set div.content h2 {
              font-size: 3.2vw; } }
          @media (max-width: 780px) {
            #team-panels div.team-panel div.feature-set div.content h2 {
              font-size: 4.4vw; } }
          @media (max-width: 500px) {
            #team-panels div.team-panel div.feature-set div.content h2 {
              font-size: 8vw;
              padding-right: 10%; } }
        #team-panels div.team-panel div.feature-set div.content h3 {
          font-size: 18px;
          color: #189ac5;
          text-transform: uppercase;
          margin: 0 0 18px 0;
          padding: 0; }
          @media (max-width: 1050px) {
            #team-panels div.team-panel div.feature-set div.content h3 {
              font-size: 2vw; } }
          @media (max-width: 780px) {
            #team-panels div.team-panel div.feature-set div.content h3 {
              font-size: 2.4vw; } }
          @media (max-width: 500px) {
            #team-panels div.team-panel div.feature-set div.content h3 {
              font-size: 4.2vw; } }
        @media (max-width: 780px) {
          #team-panels div.team-panel div.feature-set div.content ul.index-ul {
            margin-left: 0px; } }
        #team-panels div.team-panel div.feature-set div.content ul.index-ul li {
          font-size: 18px; }
          @media (max-width: 780px) {
            #team-panels div.team-panel div.feature-set div.content ul.index-ul li {
              font-size: 16px; } }
          #team-panels div.team-panel div.feature-set div.content ul.index-ul li span {
            color: #056793; }
        #team-panels div.team-panel div.feature-set div.content div.flyin-bubbles {
          position: relative;
          display: flex;
          flex-direction: row;
          flext-wrap: nowrap;
          justify-content: flex-start; }
          @media (max-width: 1000px) {
            #team-panels div.team-panel div.feature-set div.content div.flyin-bubbles {
              width: 100%;
              flex-wrap: wrap;
              justify-content: space-around; } }
          #team-panels div.team-panel div.feature-set div.content div.flyin-bubbles div.bubble-container {
            position: relative !important;
            margin-right: 20px; }
            @media (max-width: 1000px) {
              #team-panels div.team-panel div.feature-set div.content div.flyin-bubbles div.bubble-container {
                width: 100px; } }
      #team-panels div.team-panel div.feature-set div.phone {
        flex: 1 0 330px;
        align-self: flex-start;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: visible;
        backface-visibility: visible; }
        @media (max-width: 1050px) {
          #team-panels div.team-panel div.feature-set div.phone {
            flex: 1 1 30%; } }
        @media (max-width: 780px) {
          #team-panels div.team-panel div.feature-set div.phone {
            flex: 1 1 40%; } }
        @media (max-width: 500px) {
          #team-panels div.team-panel div.feature-set div.phone {
            flex: 1 1 100%;
            order: 1;
            width: 70%;
            margin: 0 0 40px 5%; } }
        #team-panels div.team-panel div.feature-set div.phone img {
          align-self: flex-start;
          -webkit-filter: drop-shadow(0px 40px 25px #a0750d);
          filter: drop-shadow(0px 40px 25px #a0750d); }

#book-landers {
  color: #000;
  padding-top: 0;
  margin-top: 0; }
  #book-landers .testimonials {
    margin-bottom: 0 !important; }
  #book-landers div.header-panel {
    padding: 30px 0;
    margin: 0 auto;
    font-size: 18px; }
    @media (max-width: 1050px) {
      #book-landers div.header-panel {
        font-size: 16px; } }
    @media (max-width: 500px) {
      #book-landers div.header-panel {
        padding: 0 0 15px 0; } }
    #book-landers div.header-panel div.feature-set {
      padding: 20px 0 60px 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      @media (max-width: 500px) {
        #book-landers div.header-panel div.feature-set {
          flex-direction: column;
          flex-wrap: wrap;
          padding: 30px 0;
          margin: 0 auto; } }
      #book-landers div.header-panel div.feature-set div.content {
        flex: 1 1 auto;
        padding: 0 5%; }
        @media (max-width: 1050px) {
          #book-landers div.header-panel div.feature-set div.content {
            flex: 1 1 70%;
            padding: 0 5%; } }
        @media (max-width: 780px) {
          #book-landers div.header-panel div.feature-set div.content {
            flex: 1 1 60%; } }
        @media (max-width: 500px) {
          #book-landers div.header-panel div.feature-set div.content {
            flex: 1 1 100%;
            order: 2; } }
        #book-landers div.header-panel div.feature-set div.content h2 {
          font-size: 36px;
          margin: 5px 0 12px 0;
          padding: 0; }
          @media (max-width: 1050px) {
            #book-landers div.header-panel div.feature-set div.content h2 {
              font-size: 3.2vw; } }
          @media (max-width: 780px) {
            #book-landers div.header-panel div.feature-set div.content h2 {
              font-size: 4.4vw; } }
          @media (max-width: 500px) {
            #book-landers div.header-panel div.feature-set div.content h2 {
              font-size: 7vw; } }
        #book-landers div.header-panel div.feature-set div.content h3 {
          font-size: 18px;
          color: #189ac5;
          text-transform: uppercase;
          margin: 0 0 18px 0;
          padding: 0; }
          @media (max-width: 1050px) {
            #book-landers div.header-panel div.feature-set div.content h3 {
              font-size: 2vw; } }
          @media (max-width: 780px) {
            #book-landers div.header-panel div.feature-set div.content h3 {
              font-size: 2.4vw; } }
          @media (max-width: 500px) {
            #book-landers div.header-panel div.feature-set div.content h3 {
              font-size: 4.2vw; } }
        @media (max-width: 1370px) {
          #book-landers div.header-panel div.feature-set div.content p {
            font-size: 16px; } }
        #book-landers div.header-panel div.feature-set div.content .btn-lg {
          display: block;
          width: 300px;
          margin: 15px 0 0 0; }
          @media (max-width: 500px) {
            #book-landers div.header-panel div.feature-set div.content .btn-lg {
              width: 100%; } }
        @media (max-width: 780px) {
          #book-landers div.header-panel div.feature-set div.content ul.index-ul {
            margin-left: 0px; } }
        #book-landers div.header-panel div.feature-set div.content ul.index-ul li {
          font-size: 18px; }
          @media (max-width: 780px) {
            #book-landers div.header-panel div.feature-set div.content ul.index-ul li {
              font-size: 16px; } }
          #book-landers div.header-panel div.feature-set div.content ul.index-ul li span {
            color: #056793; }
      #book-landers div.header-panel div.feature-set div.phone {
        flex: 1 0 370px;
        align-self: flex-start;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: visible;
        backface-visibility: visible; }
        @media (max-width: 1050px) {
          #book-landers div.header-panel div.feature-set div.phone {
            flex: 1 1 30%; } }
        @media (max-width: 780px) {
          #book-landers div.header-panel div.feature-set div.phone {
            flex: 1 1 40%; } }
        @media (max-width: 500px) {
          #book-landers div.header-panel div.feature-set div.phone {
            flex: 1 1 100%;
            order: 1;
            width: 60%;
            margin: 0 auto 40px auto; } }
        #book-landers div.header-panel div.feature-set div.phone img {
          align-self: flex-start;
          -webkit-filter: drop-shadow(0px 40px 25px #aaa);
          filter: drop-shadow(0px 40px 25px #aaa); }

section#combine-tool {
  max-width: 1300px;
  padding: 60px 0 80px 0; }
  @media (max-width: 500px) {
    section#combine-tool {
      padding: 40px 0 40px 0; } }
  section#combine-tool div#combine-data {
    position: relative;
    z-index: 500;
    display: flex;
    width: 90%;
    max-width: 1000px;
    height: 500px;
    margin: 20px auto;
    align-items: center;
    align-content: center; }
    @media (max-width: 1030px) {
      section#combine-tool div#combine-data {
        width: 85%;
        height: 400px; } }
    @media (max-width: 770px) {
      section#combine-tool div#combine-data {
        width: 85%;
        height: 340px; } }
    @media (max-width: 500px) {
      section#combine-tool div#combine-data {
        width: 95%;
        margin: 20px auto 0px auto;
        height: 250px; } }
    section#combine-tool div#combine-data div#combine-logos {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 400; }
      section#combine-tool div#combine-data div#combine-logos div {
        position: absolute;
        width: 200px;
        padding: 10px;
        background: #fff; }
        @media (max-width: 500px) {
          section#combine-tool div#combine-data div#combine-logos div {
            padding: 3px; } }
      @media (max-width: 500px) {
        section#combine-tool div#combine-data div#combine-logos .combine-manheim {
          top: 44% !important; } }
    section#combine-tool div#combine-data div#combine-carbly {
      width: 30%;
      max-width: 400px;
      position: relative;
      z-index: 500;
      margin: 0 auto;
      padding: 5%;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 50%; }
      @media (max-width: 500px) {
        section#combine-tool div#combine-data div#combine-carbly {
          width: 30%;
          padding: 30px 10px; } }
    section#combine-tool div#combine-data div#combine-lines {
      position: absolute;
      z-index: 300;
      width: 100%;
      height: 100%; }
      section#combine-tool div#combine-data div#combine-lines div.combine-line {
        position: absolute;
        width: 40%; }
        section#combine-tool div#combine-data div#combine-lines div.combine-line svg {
          position: absolute;
          stroke-width: 1;
          z-index: 300;
          stroke: #c8c8c8; }
          @media (max-width: 500px) {
            section#combine-tool div#combine-data div#combine-lines div.combine-line svg {
              height: 150px;
              stroke-width: 1; } }
      section#combine-tool div#combine-data div#combine-lines .lt, section#combine-tool div#combine-data div#combine-lines .lc, section#combine-tool div#combine-data div#combine-lines .lb {
        left: 10%; }
      section#combine-tool div#combine-data div#combine-lines .lc1, section#combine-tool div#combine-data div#combine-lines .lc2 {
        left: 10%; }
      section#combine-tool div#combine-data div#combine-lines .lb, section#combine-tool div#combine-data div#combine-lines .rb {
        bottom: 0; }
      section#combine-tool div#combine-data div#combine-lines .lt, section#combine-tool div#combine-data div#combine-lines .rt {
        top: 5%; }
      section#combine-tool div#combine-data div#combine-lines .mt, section#combine-tool div#combine-data div#combine-lines .mb {
        left: 50%;
        height: 100%; }
        @media (max-width: 500px) {
          section#combine-tool div#combine-data div#combine-lines .mt svg, section#combine-tool div#combine-data div#combine-lines .mb svg {
            height: 100% !important;
            stroke-width: 3 !important; } }
      section#combine-tool div#combine-data div#combine-lines .lc, section#combine-tool div#combine-data div#combine-lines .rc {
        top: 50%;
        height: 20px; }
      section#combine-tool div#combine-data div#combine-lines .lt, section#combine-tool div#combine-data div#combine-lines .lb, section#combine-tool div#combine-data div#combine-lines .rt, section#combine-tool div#combine-data div#combine-lines .rb {
        height: 230px; }
        @media (max-width: 500px) {
          section#combine-tool div#combine-data div#combine-lines .lt, section#combine-tool div#combine-data div#combine-lines .lb, section#combine-tool div#combine-data div#combine-lines .rt, section#combine-tool div#combine-data div#combine-lines .rb {
            height: 150px; } }
      section#combine-tool div#combine-data div#combine-lines .rt, section#combine-tool div#combine-data div#combine-lines .rc, section#combine-tool div#combine-data div#combine-lines .rb {
        right: 10%; }
      section#combine-tool div#combine-data div#combine-lines .lc svg, section#combine-tool div#combine-data div#combine-lines .rc svg {
        stroke-width: 2 !important; }

div.underlay-video-inline {
  position: absolute;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 900; }

div.underlay-video-inline video {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 100;
  min-width: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

div.gradient-cover-inline {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200; }

div.dual-video-panel {
  position: relative;
  width: 100%;
  padding: 50px 0 75px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  div.dual-video-panel div.video-panel {
    position: relative;
    z-index: 1200; }
    div.dual-video-panel div.video-panel h2 {
      padding: 0 0 10px 0;
      margin: 0; }

div.content-panel {
  flex: 0 0 1330px;
  position: relative;
  z-index: 1000;
  text-align: center;
  color: #fff;
  font-size: 18px; }
  @media (max-width: 1360px) {
    div.content-panel {
      flex: 0 1 85%; } }
  @media (max-width: 770px) {
    div.content-panel {
      flex: 0 1 90%; } }
  div.content-panel * {
    display: block;
    margin-bottom: 8px; }
  div.content-panel p {
    font-size: 18px; }
  div.content-panel img {
    margin: 20px auto 10px auto; }
  div.content-panel div.content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media (max-width: 770px) {
      div.content-panel div.content-row {
        flex-wrap: wrap; } }
    div.content-panel div.content-row p {
      font-size: 14px; }
  div.content-panel div.cpanel {
    flex: 1 1 23%;
    margin: 20px 2%; }
    @media (max-width: 770px) {
      div.content-panel div.cpanel {
        flex: 1 1 40%; } }
    div.content-panel div.cpanel div {
      height: 100%;
      border-radius: 25px;
      padding: 5%;
      color: #fff;
      /*box-shadow: 0 10px 20px rgba(0,0,0,0.2);*/
      background-color: rgba(48, 68, 82, 0.8); }
      div.content-panel div.cpanel div b {
        font-size: 18px; }

div.book-panel {
  text-align: center;
  background: #F2B80B;
  padding: 50px 0 100px 0;
  position: relative; }
  @media (max-width: 500px) {
    div.book-panel {
      padding: 30px 0 60px 0; } }
  div.book-panel div.book-heading {
    width: 1300px;
    margin: 0 auto; }
    @media (max-width: 1360px) {
      div.book-panel div.book-heading {
        width: 90%; } }
    div.book-panel div.book-heading h3 {
      margin: 0 0 1rem 0; }
    div.book-panel div.book-heading p {
      width: 80%;
      font-size: 20px;
      margin: 0 auto; }
      @media (max-width: 1360px) {
        div.book-panel div.book-heading p {
          font-size: 16px; } }
      @media (max-width: 1050px) {
        div.book-panel div.book-heading p {
          width: 95%; } }
  div.book-panel div.book-heroes {
    display: flex;
    margin: 30px auto 0 auto;
    width: 1300px;
    flex: 0 1 1300px;
    align-items: center;
    justify-content: space-around; }
    @media (max-width: 1360px) {
      div.book-panel div.book-heroes {
        width: 95%;
        flex: 1 1 95%; } }
    @media (max-width: 500px) {
      div.book-panel div.book-heroes {
        flex-wrap: wrap;
        flex-direction: column; } }
    div.book-panel div.book-heroes img {
      flex: 0 1 30%;
      width: 30%; }
      @media (max-width: 900px) {
        div.book-panel div.book-heroes img {
          border-radius: 15px !important; } }
      @media (max-width: 500px) {
        div.book-panel div.book-heroes img {
          margin: 15px 0;
          flex: 0 1 80%;
          width: 80%; } }
  div.book-panel div.book-img {
    position: relative;
    width: 1600px;
    margin: 25px auto 0 auto; }
    @media (max-width: 1650px) {
      div.book-panel div.book-img {
        width: 100%; } }
  div.book-panel div.hero-img {
    position: relative;
    z-index: 300;
    width: 28%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
    @media (max-width: 1650px) {
      div.book-panel div.hero-img {
        width: 32%; } }
    @media (max-width: 1050px) {
      div.book-panel div.hero-img {
        width: 34%; } }
    @media (max-width: 770px) {
      div.book-panel div.hero-img {
        width: 40%; } }
    @media (max-width: 500px) {
      div.book-panel div.hero-img {
        width: 61%; } }
    @media (max-width: 900px) {
      div.book-panel div.hero-img img {
        border-radius: 15px !important; } }
  div.book-panel div.text-bubbles {
    position: absolute;
    width: 36%;
    top: 0;
    height: 100%;
    z-index: 400;
    font-weight: 500; }
    @media (max-width: 1650px) {
      div.book-panel div.text-bubbles {
        width: 34%;
        font-size: 14px; } }
    @media (max-width: 1360px) {
      div.book-panel div.text-bubbles {
        font-size: 12px; } }
    @media (max-width: 1050px) {
      div.book-panel div.text-bubbles {
        width: 33%;
        font-size: 11px; } }
    @media (max-width: 770px) {
      div.book-panel div.text-bubbles {
        width: 30%; } }
    @media (max-width: 500px) {
      div.book-panel div.text-bubbles {
        font-size: 8px;
        width: 27%; } }
    div.book-panel div.text-bubbles div.lander-bubble {
      position: absolute; }
      div.book-panel div.text-bubbles div.lander-bubble svg {
        position: absolute;
        z-index: 300;
        stroke: black;
        stroke-width: 3; }
        @media (max-width: 500px) {
          div.book-panel div.text-bubbles div.lander-bubble svg {
            stroke-width: 1; } }
      div.book-panel div.text-bubbles div.lander-bubble div {
        position: relative;
        z-index: 400;
        background: #fff;
        padding: 10px; }
        @media (max-width: 500px) {
          div.book-panel div.text-bubbles div.lander-bubble div {
            padding: 5px 2px;
            border-radius: 5px  !important; } }
  div.book-panel div.left-bubbles {
    left: 0%;
    height: 100%; }
    @media (max-width: 500px) {
      div.book-panel div.left-bubbles {
        height: 98%; } }
    div.book-panel div.left-bubbles div.lander-bubble {
      right: 0; }
      @media (max-width: 500px) {
        div.book-panel div.left-bubbles div.lander-bubble {
          right: auto; } }
      div.book-panel div.left-bubbles div.lander-bubble svg {
        right: 0;
        top: 45%; }
      div.book-panel div.left-bubbles div.lander-bubble div {
        margin: 0 auto 0 0; }
  div.book-panel div.right-bubbles {
    right: 0%;
    height: 100%; }
    @media (max-width: 500px) {
      div.book-panel div.right-bubbles {
        height: 98%; } }
    div.book-panel div.right-bubbles div.lander-bubble {
      left: 0; }
      @media (max-width: 500px) {
        div.book-panel div.right-bubbles div.lander-bubble {
          right: 0;
          left: auto; } }
      div.book-panel div.right-bubbles div.lander-bubble svg {
        left: 0;
        top: 45%; }
      div.book-panel div.right-bubbles div.lander-bubble div {
        margin: 0 0 0 auto; }
  div.book-panel div.bubble-small {
    width: 40%;
    min-width: 200px; }
    @media (max-width: 770px) {
      div.book-panel div.bubble-small {
        width: 80%;
        min-width: auto; } }
    div.book-panel div.bubble-small div {
      width: 70%; }
      @media (max-width: 770px) {
        div.book-panel div.bubble-small div {
          width: 85%; } }
  div.book-panel div.bubble-medium {
    width: 60%; }
    @media (max-width: 770px) {
      div.book-panel div.bubble-medium {
        width: 80%; } }
    div.book-panel div.bubble-medium div {
      width: 70%; }
      @media (max-width: 770px) {
        div.book-panel div.bubble-medium div {
          width: 85%; } }
  div.book-panel div.bubble-large {
    width: 80%; }
    div.book-panel div.bubble-large div {
      width: 85%; }

.regional-report-c {
  font-size: 1.1rem; }
  .regional-report-c .regional-report-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .regional-report-c .regional-report-header img {
      width: 70px;
      height: 70px;
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 10px; }
    .regional-report-c .regional-report-header h1 {
      margin: 0;
      margin-bottom: 5px;
      font-size: 2rem; }
    .regional-report-c .regional-report-header h2 {
      margin: 0;
      letter-spacing: -1px;
      color: #aaa; }
  .regional-report-c section {
    margin-bottom: 60px; }
    .regional-report-c section h3 {
      font-size: 1.5rem;
      letter-spacing: -0.5px;
      margin-bottom: 5px; }
    .regional-report-c section .subtitle {
      margin-bottom: 10px;
      color: #888; }
    .regional-report-c section table {
      width: 100%;
      margin-bottom: 40px; }
      .regional-report-c section table td {
        padding: 4px 0; }
  .regional-report-c .headlines {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px; }
    .regional-report-c .headlines .headline {
      background-color: #EDEDED;
      border-radius: 10px;
      padding: 10px;
      width: 50%; }

.bundle-register-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .bundle-register-c .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 20px auto;
    padding-bottom: 10px;
    flex-wrap: wrap;
    text-align: center;
    width: 100%; }
    @media (max-width: 768px) {
      .bundle-register-c .steps {
        display: none; } }
  .bundle-register-c .step {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px; }
    .bundle-register-c .step .step-number {
      font-size: 1.5rem;
      font-weight: bold;
      color: #fff;
      background-color: #ddd;
      padding: 10px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .bundle-register-c .step .step-content {
      font-size: 1.1rem;
      color: #333; }
    @media (max-width: 768px) {
      .bundle-register-c .step .step-number {
        font-size: 1.2rem; }
      .bundle-register-c .step .step-content {
        font-size: 1rem; } }
  .bundle-register-c .step.active .step-content {
    color: #337ab7 !important; }
  .bundle-register-c .step.active .step-number {
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #337ab7; }
  .bundle-register-c .step-line {
    border-bottom: 1px solid #ddd;
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 0; }
    @media (max-width: 740px) {
      .bundle-register-c .step-line {
        display: none; } }
  .bundle-register-c .provider-logos-1-row {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap; }
  .bundle-register-c .testimonials {
    background-color: transparent;
    border-bottom: none; }
    .bundle-register-c .testimonials .content-c {
      max-width: 100%; }
      .bundle-register-c .testimonials .content-c div a {
        display: none !important; }
  .bundle-register-c blockquote {
    color: #3b82f6; }

.bundle-customize-c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 120px; }
  .bundle-customize-c .bundle-addons-c {
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 32px;
    flex: 1 1 auto;
    min-width: 0; }
    .bundle-customize-c .bundle-addons-c .provider {
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 10px;
      margin-bottom: 10px; }
      .bundle-customize-c .bundle-addons-c .provider .provider-logo-c {
        width: 150px;
        height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_bb {
          width: 76px;
          height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_mmr {
          width: 126px;
          height: auto; }
          .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_mmr svg g.text-fill path {
            fill: #000 !important; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_pin {
          width: 110px;
          margin-top: 3px;
          height: auto; }
          .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_pin svg g path:last-child {
            fill: #000 !important; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.carfax {
          width: 126px;
          height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_nada {
          width: 110px;
          height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_kbb {
          width: 100px;
          height: auto; }
          .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_kbb path {
            fill: #1b4382 !important; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_universe {
          width: 134px;
          height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_pmr {
          width: 124px;
          height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.book_galves {
          width: 130px;
          height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.feature_auctions_plus {
          width: 140px;
          height: auto; }
          .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.feature_auctions_plus img {
            width: 140px !important;
            height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.feature_lot_sense {
          width: 140px;
          height: auto; }
          .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.feature_lot_sense img {
            width: 140px !important;
            height: auto; }
        .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.feature_market_tracker {
          width: 160px !important;
          height: auto; }
          .bundle-customize-c .bundle-addons-c .provider .provider-logo-c div.feature_market_tracker img {
            width: 160px !important;
            height: auto; }
      .bundle-customize-c .bundle-addons-c .provider .choice-description {
        flex-grow: 1;
        flex-shrink: 1;
        text-align: left; }
      .bundle-customize-c .bundle-addons-c .provider .provider-features {
        margin: 15px 0 10px 0; }
      .bundle-customize-c .bundle-addons-c .provider .features-list {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 8px 20px;
        list-style: none;
        padding: 0;
        margin: 0; }
      .bundle-customize-c .bundle-addons-c .provider .features-list li {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        line-height: 0.9rem;
        color: #666; }
      .bundle-customize-c .bundle-addons-c .provider .features-list li:before {
        content: "•";
        font-weight: bold;
        position: absolute;
        left: 0; }
      @media (max-width: 768px) {
        .bundle-customize-c .bundle-addons-c .provider .features-list {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          gap: 6px 0; }
        .bundle-customize-c .bundle-addons-c .provider .features-list li {
          font-size: 13px; } }
    .bundle-customize-c .bundle-addons-c .provider-cart-controls {
      width: 100% !important;
      flex-grow: 0;
      flex-shrink: 0;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 20px !important; }
  .bundle-customize-c .bundle-cart-c {
    width: 360px;
    flex: 0 0 360px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 0; }
    .bundle-customize-c .bundle-cart-c .bundle-cart-item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr auto auto;
      grid-template-columns: 1fr auto auto;
      align-items: center;
      -webkit-column-gap: 12px;
         -moz-column-gap: 12px;
              column-gap: 12px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 8px;
      margin-bottom: 8px; }
      .bundle-customize-c .bundle-cart-c .bundle-cart-item .cart-item-name {
        font-size: 0.95rem;
        font-weight: 600;
        color: #1f2937;
        margin: 0;
        word-break: break-word; }
      .bundle-customize-c .bundle-cart-c .bundle-cart-item .cart-item-price {
        font-size: 0.95rem;
        font-weight: 400;
        color: #666;
        text-align: right;
        white-space: nowrap; }
      .bundle-customize-c .bundle-cart-c .bundle-cart-item .cart-item-remove {
        color: #888;
        font-size: 0.9rem;
        text-decoration: none;
        text-align: right; }
      .bundle-customize-c .bundle-cart-c .bundle-cart-item .cart-item-remove:hover {
        color: #f00; }
    .bundle-customize-c .bundle-cart-c .bundle-cart-item:last-child {
      border-bottom: none;
      margin-bottom: 0; }

@media (max-width: 992px) {
  .bundle-customize-c {
    flex-direction: column;
    gap: 24px; }
  .bundle-customize-c .bundle-addons-c {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px; }
  .bundle-customize-c .bundle-cart-c {
    width: 100%; } }

/* teams within app, cleanups */
#app-onboarding #teams-app-content li {
  margin: 5px 0;
  color: #000; }

#app-onboarding #teams-app-content #team-panels div.team-panel div.content a.btn {
  display: none !important; }

#app-onboarding #teams_diagram div.teams_pathing div.svgPath g path {
  stroke: white !important; }

#app-onboarding div.bubble-container div.bubble-title text {
  fill: #aaa; }

#app-onboarding #teams-app-content div#team-examples {
  color: #ccc; }

#app-onboarding #teams-app-content div#team-examples h2 {
  color: #fff; }

.fade_in_on_scroll {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  opacity: 0; }

.fade_scroll {
  -webkit-backface-visibility: hidden;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-name: fade_scroll;
          animation-name: fade_scroll;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes fade_scroll {
  0% {
    -webkit-transform: scale(0) translateY(-40px);
            transform: scale(0) translateY(-40px);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.03) translateY(10px);
            transform: scale(1.03) translateY(10px);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); } }

@keyframes fade_scroll {
  0% {
    -webkit-transform: scale(0) translateY(-40px);
            transform: scale(0) translateY(-40px);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.03) translateY(10px);
            transform: scale(1.03) translateY(10px);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); } }

@-webkit-keyframes subFold {
  0% {
    -webkit-transform: scale(0) translateY(-30px);
            transform: scale(0) translateY(-30px);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.1) translateY(0);
            transform: scale(1.1) translateY(0);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; } }

@keyframes subFold {
  0% {
    -webkit-transform: scale(0) translateY(-30px);
            transform: scale(0) translateY(-30px);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.1) translateY(0);
            transform: scale(1.1) translateY(0);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; } }

@-webkit-keyframes bounce_in {
  0% {
    -webkit-transform: scale(0.2) translateY(0);
            transform: scale(0.2) translateY(0);
    opacity: 0; }
  10% {
    -webkit-transform: scale(1.1) translateY(0);
            transform: scale(1.1) translateY(0);
    opacity: 1; }
  30% {
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; } }

@keyframes bounce_in {
  0% {
    -webkit-transform: scale(0.2) translateY(0);
            transform: scale(0.2) translateY(0);
    opacity: 0; }
  10% {
    -webkit-transform: scale(1.1) translateY(0);
            transform: scale(1.1) translateY(0);
    opacity: 1; }
  30% {
    -webkit-transform: scale(1) translateY(-10px);
            transform: scale(1) translateY(-10px);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; } }

@-webkit-keyframes bounce_continous {
  0% {
    top: 0px; }
  2% {
    top: 0px; }
  70% {
    top: 0px; }
  95% {
    top: 0px; }
  97% {
    top: -15px; }
  99% {
    top: 2px; }
  100% {
    top: 0px; } }

@keyframes bounce_continous {
  0% {
    top: 0px; }
  2% {
    top: 0px; }
  70% {
    top: 0px; }
  95% {
    top: 0px; }
  97% {
    top: -15px; }
  99% {
    top: 2px; }
  100% {
    top: 0px; } }

@-webkit-keyframes svg_line_dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes svg_line_dash {
  to {
    stroke-dashoffset: 0; } }

.bg-poster {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-pos-fixed {
  background-attachment: fixed; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-pos-tr {
  background-position: top right; }

.bg-pos-tl {
  background-position: top left; }

.bg-pos-mc {
  background-position: center; }

.bg-pos-tc {
  background-position: top center; }

.bg-pos-br {
  background-position: bottom right; }

.bg-pos-bl {
  background-position: bottom left; }

.bg-pos-bc {
  background-position: bottom center; }

.bg-size-auto {
  background-size: auto; }

.bg-size-100 {
  background-size: 100%; }

.bg-size-120 {
  background-size: 120%; }

.bg-size-150 {
  background-size: 150%; }

.bg-size-175 {
  background-size: 175%; }

.bg-size-200 {
  background-size: 200%; }

.bg-faded {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-faded-9 {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-faded-8 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-faded-7 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-faded-6 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-faded-5 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-faded-4 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-faded-3 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-faded-2 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-faded-1 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-fff-faded-9 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-fff-faded-8 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-fff-faded-7 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-fff-faded-6 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-fff-faded-5 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-fff-faded-4 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-fff-faded-3 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-fff-faded-2 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-fff-faded-1 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-fff-faded-05 {
  background-color: rgba(255, 255, 255, 0.05); }

.shadow-medium {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75); }

.shadow-medium2 {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75); }

.shadow-medium-0 {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75); }

.shadow-light {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }

.shadow-light2 {
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2); }

.shadow-light3 {
  -webkit-box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.3); }

.shadow-light4 {
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.2); }

.shadow-light-0 {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }

.shadow-img {
  -webkit-filter: drop-shadow(3px 5px 1px #888);
  filter: drop-shadow(3px 5px 1px #888); }

.shadow-img2 {
  -webkit-filter: drop-shadow(0px 8px 4px #888);
  filter: drop-shadow(0px 8px 4px #888); }

.shadow-img3 {
  -webkit-filter: drop-shadow(0px 15px 20px #888);
  filter: drop-shadow(0px 15px 20px #888); }

.shadow-img-light {
  -webkit-filter: drop-shadow(0px 20px 30px #999);
  filter: drop-shadow(0px 20px 30px #999); }

.grad-yellow-circle {
  background-image: radial-gradient(circle at top left, #f3be20, #cb5900); }

.fc-000 {
  color: #000; }

.fff {
  color: #fff; }

.eee {
  color: #eee; }

.ccc {
  color: #ccc; }

.ddd {
  color: #ddd; }

.bbb {
  color: #bbb; }

.aaa {
  color: #aaa; }

.orange {
  color: #d9b01f; }

.orange-dark {
  color: #a38109; }

.yellow {
  color: #fc0; }

.red {
  color: #a00000; }

.red-light {
  color: #cc0000; }

.green {
  color: #009900; }

.teal {
  color: #189ac5; }

.mx-auto {
  margin: 0 auto; }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-400 {
  font-weight: 400; }

.fw-700 {
  font-weight: 700; }

.text-uppercase {
  text-transform: uppercase; }

.animate-all {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.rounded-0 {
  border-radius: 0  !important; }

.rounded-5 {
  border-radius: 5px  !important; }

.rounded-10 {
  border-radius: 10px !important; }

.rounded-15 {
  border-radius: 15px !important; }

.rounded-25 {
  border-radius: 25px !important; }

.over-hidden {
  overflow: hidden; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-24 {
  font-size: 24px; }

.fs-30 {
  font-size: 30px; }

.fs-36 {
  font-size: 36px; }

.fs-40 {
  font-size: 40px; }

.fs-46 {
  font-size: 46px; }

.lh-1 {
  line-height: 1em; }

.lh-11 {
  line-height: 1.1em; }

.lh-12 {
  line-height: 1.2em; }

.lh-13 {
  line-height: 1.3em; }

.h-100p {
  height: 100%; }

.w-10p {
  width: 10%; }

.w-20p {
  width: 20%; }

.w-25p {
  width: 25%; }

.w-30p {
  width: 30%; }

.w-40p {
  width: 40%; }

.w-50p {
  width: 50%; }

.w-60p {
  width: 60%; }

.w-70p {
  width: 70%; }

.w-75p {
  width: 75%; }

.w-80p {
  width: 80%; }

.w-85p {
  width: 85%; }

.w-90p {
  width: 90%; }

.w-95p {
  width: 95%; }

.w-100p {
  width: 100%; }

.w-100px {
  width: 100px; }

.w-125px {
  width: 125px; }

.w-150px {
  width: 150px; }

.w-175px {
  width: 175px; }

.w-200px {
  width: 200px; }

.w-250px {
  width: 250px; }

.w-300px {
  width: 300px; }

.w-400px {
  width: 400px; }

.w-500px {
  width: 500px; }

.w-600px {
  width: 600px; }

.w-700px {
  width: 700px; }

.w-800px {
  width: 800px; }

.w-900px {
  width: 900px; }

.w-1000px {
  width: 1000px; }

.z-25 {
  z-index: 25; }

.z-50 {
  z-index: 50; }

.z-100 {
  z-index: 100; }

.z-200 {
  z-index: 200; }

.z-300 {
  z-index: 300; }

.z-400 {
  z-index: 400; }

.z-500 {
  z-index: 500; }

.z-600 {
  z-index: 600; }

.z-700 {
  z-index: 700; }

.z-800 {
  z-index: 800; }

.z-900 {
  z-index: 900; }

.z-1000 {
  z-index: 1000; }

.z-1100 {
  z-index: 1100; }

.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }

.pos-fixed {
  position: fixed; }

.pos-static {
  position: static; }

@media (max-width: 1050px) {
  .hidden-md {
    display: none; }
  .w-md-100px {
    width: 100px; }
  .w-md-10p {
    width: 10%; }
  .w-md-20p {
    width: 20%; }
  .w-md-25p {
    width: 25%; }
  .w-md-30p {
    width: 30%; }
  .w-md-40p {
    width: 40%; }
  .w-md-50p {
    width: 50%; }
  .w-md-60p {
    width: 60%; }
  .w-md-70p {
    width: 70%; }
  .w-md-75p {
    width: 75%; }
  .w-md-80p {
    width: 80%; }
  .w-md-90p {
    width: 90%; }
  .w-md-95p {
    width: 95%; }
  .w-md-100p {
    width: 100%; }
  .fs-md-12 {
    font-size: 12px; }
  .fs-md-14 {
    font-size: 14px; }
  .fs-md-16 {
    font-size: 16px; }
  .fs-md-20 {
    font-size: 20px; }
  .fs-md-24 {
    font-size: 24px; }
  .fs-md-36 {
    font-size: 36px; }
  .fs-md-30 {
    font-size: 30px; }
  .fs-md-40 {
    font-size: 40px; }
  .fs-md-46 {
    font-size: 46px; } }

@media (max-width: 768px) {
  .hidden-sm {
    display: none; }
  .w-sm-10p {
    width: 10%; }
  .w-sm-20p {
    width: 20%; }
  .w-sm-25p {
    width: 25%; }
  .w-sm-30p {
    width: 30%; }
  .w-sm-40p {
    width: 40%; }
  .w-sm-50p {
    width: 50%; }
  .w-sm-60p {
    width: 60%; }
  .w-sm-70p {
    width: 70%; }
  .w-sm-75p {
    width: 75%; }
  .w-sm-80p {
    width: 80%; }
  .w-sm-90p {
    width: 90%; }
  .w-sm-95p {
    width: 95%; }
  .w-sm-100p {
    width: 100%; }
  .fs-sm-12 {
    font-size: 12px; }
  .fs-sm-14 {
    font-size: 14px; }
  .fs-sm-16 {
    font-size: 16px; }
  .fs-sm-20 {
    font-size: 20px; }
  .fs-sm-24 {
    font-size: 24px; }
  .fs-sm-30 {
    font-size: 30px; }
  .fs-sm-36 {
    font-size: 36px; }
  .fs-sm-40 {
    font-size: 40px; }
  .fs-sm-46 {
    font-size: 46px; } }

@media (max-width: 500px) {
  .hidden-xs {
    display: none; }
  .w-xs-175px {
    width: 175px; }
  .w-xs-200px {
    width: 200px; }
  .w-xs-250px {
    width: 250px; }
  .w-xs-300px {
    width: 300px; }
  .w-xs-10p {
    width: 10%; }
  .w-xs-20p {
    width: 20%; }
  .w-xs-25p {
    width: 25%; }
  .w-xs-30p {
    width: 30%; }
  .w-xs-40p {
    width: 40%; }
  .w-xs-50p {
    width: 50%; }
  .w-xs-60p {
    width: 60%; }
  .w-xs-70p {
    width: 70%; }
  .w-xs-75p {
    width: 75%; }
  .w-xs-80p {
    width: 80%; }
  .w-xs-90p {
    width: 90%; }
  .w-xs-95p {
    width: 95%; }
  .w-xs-100p {
    width: 100%; }
  .fs-xs-12 {
    font-size: 12px; }
  .fs-xs-14 {
    font-size: 14px; }
  .fs-xs-16 {
    font-size: 16px; }
  .fs-xs-18 {
    font-size: 18px; }
  .fs-xs-20 {
    font-size: 20px; }
  .fs-xs-24 {
    font-size: 24px; }
  .fs-xs-26 {
    font-size: 26px; }
  .fs-xs-30 {
    font-size: 30px; }
  .fs-xs-36 {
    font-size: 36px; }
  .fs-xs-10vw {
    font-size: 10vw; }
  .fs-xs-9vw {
    font-size: 9vw; }
  .fs-xs-8vw {
    font-size: 8vw; }
  .fs-xs-7vw {
    font-size: 7vw; }
  .fs-xs-6vw {
    font-size: 6vw; }
  .fs-xs-5vw {
    font-size: 5vw; } }

@media (max-width: 340px) {
  .w-xxs-175px {
    width: 175px; }
  .w-xxs-200px {
    width: 200px; }
  .w-xxs-250px {
    width: 250px; }
  .w-xxs-300px {
    width: 300px; }
  .fs-xxs-20 {
    font-size: 20px; }
  .fs-xxs-24 {
    font-size: 24px; }
  .fs-xxs-26 {
    font-size: 26px; }
  .fs-xxs-30 {
    font-size: 30px; }
  .fs-xxs-36 {
    font-size: 36px; } }

.pricing-toggle {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.toggle-option {
  background: transparent;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-width: 80px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  .toggle-option:hover {
    color: #333;
    background-color: rgba(255, 255, 255, 0.5); }
  .toggle-option.active {
    background-color: #fff;
    color: #111;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700; }

.yearly-label {
  display: block; }

.savings-badge {
  background-color: #ddd;
  color: #888;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  display: block;
  line-height: 1; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3);
            box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3); }
  50% {
    -webkit-box-shadow: 0 1px 6px rgba(255, 107, 107, 0.5);
            box-shadow: 0 1px 6px rgba(255, 107, 107, 0.5); }
  100% {
    -webkit-box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3);
            box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3);
            box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3); }
  50% {
    -webkit-box-shadow: 0 1px 6px rgba(255, 107, 107, 0.5);
            box-shadow: 0 1px 6px rgba(255, 107, 107, 0.5); }
  100% {
    -webkit-box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3);
            box-shadow: 0 1px 4px rgba(255, 107, 107, 0.3); } }

@media (max-width: 768px) {
  .pricing-toggle-container {
    flex-direction: column;
    gap: 10px; }
  .toggle-option {
    padding: 10px 20px;
    font-size: 0.9rem;
    min-width: 70px; }
  .savings-badge {
    font-size: 0.65rem;
    padding: 2px 6px; } }

.pricing-plans-container {
  margin: 20px 0 40px 0;
  padding: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pricing-plans-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }

.pricing-plans-grid.without-appraisal-plan {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.pricing-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  z-index: 1; }
  .pricing-card:hover {
    border-color: #3b82f6;
    -webkit-box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    z-index: 5; }
  .pricing-card:focus-within {
    z-index: 5; }
  .pricing-card.featured::before {
    content: "Most Popular";
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f59e0b;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap; }
  .pricing-card.best-value {
    border-color: #3b82f6;
    -webkit-box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1); }
    .pricing-card.best-value::before {
      content: "Most Popular";
      position: absolute;
      top: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #f59e0b;
      color: white;
      padding: 6px 16px;
      border-radius: 20px;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      white-space: nowrap; }

@media (max-width: 1350px) {
  .pricing-plans-container {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding: 12px 15px 18px;
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px); }
  .pricing-plans-container::-webkit-scrollbar {
    height: 6px; }
  .pricing-plans-container::-webkit-scrollbar-thumb {
    background: rgba(99, 91, 255, 0.35);
    border-radius: 999px; }
  .pricing-plans-grid,
  .pricing-plans-grid.without-appraisal-plan {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: none;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 320px);
    gap: 16px;
    align-items: stretch; }
  .pricing-plans-grid .pricing-card {
    width: 100%;
    max-width: 320px;
    height: 100%; } }

.plan-compelling {
  font-size: 0.88rem;
  color: #6b7280;
  text-align: left;
  margin-bottom: 20px;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2; }

.plan-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  text-align: left;
  margin-bottom: 20px; }

.plan-price {
  height: 54px;
  text-align: left;
  margin-bottom: 28px; }
  .plan-price .plan-savings {
    font-size: 0.85rem;
    color: #16a34a;
    font-weight: 600;
    margin-top: 6px; }
  .plan-price .price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    line-height: 1; }
  .plan-price .price-period {
    font-size: 1rem;
    color: #6b7280;
    margin-left: 4px; }

.select-plan-btn {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 28px;
  text-align: center;
  display: block;
  width: 100%; }
  .select-plan-btn:hover {
    background: #2563eb;
    color: white;
    text-decoration: none;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .select-plan-btn:active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.select-plan-btn--outline {
  background: #fff;
  color: #2563eb;
  border: 2px solid #2563eb; }
  .select-plan-btn--outline:hover {
    background: #2563eb;
    color: #fff; }
  .select-plan-btn--outline:active {
    background: #1d4ed8;
    border-color: #1d4ed8; }

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1; }
  .plan-features li {
    padding: 8px 0;
    color: #374151;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb; }
    .plan-features li:last-child {
      border-bottom: none; }

.feature-text {
  flex: 1;
  text-align: left; }

.feature-text.includes-title {
  padding-left: 0; }

.feature-info {
  cursor: pointer;
  font-size: 14px;
  margin-left: 8px;
  position: relative;
  display: inline-block;
  color: #6b7280;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .feature-info:hover {
    color: #3b82f6; }
  .feature-info:hover::after, .feature-info:focus::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: var(--tooltip-bottom, 100%);
    top: var(--tooltip-top, auto);
    left: var(--tooltip-left, 50%);
    right: var(--tooltip-right, auto);
    -webkit-transform: var(--tooltip-transform, translateX(-50%));
            transform: var(--tooltip-transform, translateX(-50%));
    background: #333;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 999999;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    width: var(--tooltip-width, 300px);
    max-width: calc(100vw - 40px);
    white-space: normal;
    text-align: left;
    line-height: 1.4;
    margin-bottom: var(--tooltip-margin-bottom, 8px);
    margin-top: var(--tooltip-margin-top, 0);
    word-wrap: break-word; }
  .feature-info:hover::before, .feature-info:focus::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: var(--tooltip-pointer-left, 50%);
    -webkit-transform: var(--tooltip-pointer-transform, translateX(-50%));
            transform: var(--tooltip-pointer-transform, translateX(-50%));
    border: 6px solid transparent;
    border-top-color: #333;
    z-index: 999999;
    margin-bottom: 2px; }

@media (max-width: 768px) {
  .pricing-plans-grid,
  .pricing-plans-grid.without-appraisal-plan {
    gap: 12px; }
  .pricing-plans-grid .pricing-card {
    flex: 0 0 240px;
    max-width: 80vw; }
  .pricing-card {
    padding: 18px; }
    .pricing-card.featured {
      -webkit-transform: none;
              transform: none; }
  .plan-price .price-amount {
    font-size: 2rem; } }

@media (max-width: 480px) {
  .pricing-plans-container {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 10px 16px; }
  .pricing-card {
    padding: 16px; }
  .plan-name {
    font-size: 1.25rem; }
  .plan-price .price-amount {
    font-size: 1.75rem; } }

.customize-section {
  margin: 60px 0;
  padding: 0 20px;
  text-align: center; }

.customize-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px; }

.customize-description {
  font-size: 1.1rem;
  color: #6b7280;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6; }

.provider-logos {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center; }

.provider-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .provider-logo:hover {
    border-color: #3b82f6;
    -webkit-box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  .provider-logo img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .provider-logo:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1; }

@media (max-width: 768px) {
  .customize-section {
    margin: 40px 0;
    padding: 0 10px; }
  .customize-title {
    font-size: 1.5rem; }
  .customize-description {
    font-size: 1rem;
    margin-bottom: 30px; }
  .provider-logos {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 20px; }
  .provider-logo {
    padding: 15px; }
    .provider-logo img {
      max-height: 50px; } }

@media (max-width: 480px) {
  .provider-logos {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; }
  .provider-logo {
    padding: 12px; }
    .provider-logo img {
      max-height: 40px; } }

.all-plans-include-container {
  margin: 40px 0;
  padding: 0 15px;
  max-width: 100%; }

.all-plans-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px; }

.all-plans-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%; }

.all-plans-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
          box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  text-align: left;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  flex: 0 1 320px;
  max-width: 320px; }
  .all-plans-item:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12); }

.all-plans-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px; }

.all-plans-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(79, 70, 229, 0.12));
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center; }
  .all-plans-icon svg {
    width: 22px;
    height: 22px; }

.item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827; }

.item-description {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.4; }

@media (max-width: 768px) {
  .all-plans-grid {
    justify-content: center;
    gap: 20px; }
  .all-plans-item {
    padding: 18px;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%; } }

.faq-container {
  margin: 60px 0;
  padding: 0 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.faq-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 40px; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .faq-item:hover {
    border-color: #3b82f6; }

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #f9fafb;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .faq-question:hover {
    background: #f3f4f6; }
  .faq-question span:first-child {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    flex: 1;
    margin-right: 16px; }

.faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #6b7280;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  min-width: 24px;
  text-align: center; }

.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .faq-answer p {
    margin: 0;
    padding: 20px 0;
    color: #374151;
    line-height: 1.6; }

.faq-item.active .faq-question {
  background: #3b82f6;
  color: white; }
  .faq-item.active .faq-question span:first-child {
    color: white; }

.faq-item.active .faq-toggle {
  color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 24px; }

@media (max-width: 768px) {
  .faq-container {
    padding: 0 10px;
    margin: 40px 0; }
  .faq-title {
    font-size: 1.5rem;
    margin-bottom: 30px; }
  .faq-question {
    padding: 16px 20px; }
    .faq-question span:first-child {
      font-size: 1rem; }
  .faq-answer {
    padding: 0 20px; }
    .faq-answer p {
      padding: 16px 0; } }
