.inner-wrap .mbt {
  max-width: 1200px;
  margin: 40px auto 0 auto;
}
.inner-wrap .container:has(.how-it-works) {
  width: 100% !important;
  padding: 0;
}
.inner-wrap .sectionBlock {
  border: none;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.inner-wrap .sectionContent {
  padding: 0;
}
.inner-wrap .clear {
  display: none;
}

.heading-centered {
  max-width: 1280px;
  margin: auto;
  margin-top: 80px;
}
.heading-centered h1 {
  text-align: center;
  max-width: 100%;
}
.heading-centered hr {
  border: 3px solid #1254FF;
  width: 80px;
  margin-left: 45%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.inline-photo {
  border: 1em solid #fff;
  border-bottom: 4em solid #fff;
  border-radius: 0.25em;
  box-shadow: 1em 1em 2em 0.25em rgba(0, 0, 0, 0.2);
  margin: 2em auto;
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-2deg);
}

.heading-scroll {
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

.heading-scroll.is-visible {
  opacity: 1;
  transform: rotateZ(0deg);
}

.how-it-works {
  overflow: hidden;
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}
.how-it-works h1, .how-it-works h2, .how-it-works h3, .how-it-works h4 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-align: left;
  max-width: 800px;
}
.how-it-works h1 {
  color: #000;
  font-size: 32px;
}
.how-it-works h2 {
  color: #000;
  font-size: 18px;
}
.how-it-works h3 {
  font-size: 16px;
  color: #1254FF;
}
.how-it-works h4 {
  font-size: 16px;
  color: #000;
}
.how-it-works p, .how-it-works ul, .how-it-works li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  max-width: 800px;
  color: #000;
}
.how-it-works ul, .how-it-works li {
  list-style: none;
}
.how-it-works a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-align: left;
  max-width: 800px;
  color: #1254FF;
  font-size: 16px;
  text-decoration: none;
}
.how-it-works a img {
  vertical-align: middle;
}
.how-it-works a.button {
  color: white;
  background-color: #1254FF;
  border-radius: 40px;
  padding: 16px 32px;
  margin: 24px 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  text-decoration: none;
  /* text-wrap: nowrap; */
  display: inline-block;
  text-align: center;
}
.how-it-works a.button:hover {
  background-color: #366EFF;
}
.how-it-works .heading {
  max-width: 1280px;
  margin: auto;
  margin-top: 80px;
}
.how-it-works .heading hr {
  border: 3px solid #FFB838;
  width: 80px;
  margin-left: 0;
}
.how-it-works .intro-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1280px;
  margin: 80px auto 120px;
}
.how-it-works .intro-section .content-intro {
  flex: 1;
  max-width: 600px;
}
.how-it-works .intro-section .content-intro h1 {
  font-size: 48px;
  color: #1254FF;
  margin-top: 48px;
  margin-bottom: 40px;
}
.how-it-works .intro-section .image-collage {
  flex: 1;
  max-width: 700px;
}
.how-it-works .intro-section .image-collage img {
  width: 85%;
  max-width: 700px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.how-it-works .heading-mobile-center {
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 0;
}
.how-it-works .heading-mobile-center hr {
  border: 3px solid #FFB838;
  width: 80px;
  margin-left: 0;
  margin-bottom: 24px;
}
.how-it-works .icon-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1280px;
  margin: 40px auto 120px;
}
.how-it-works .icon-section .heading {
  margin: 120px auto 40px;
}
.how-it-works .icon-section .step {
  width: 250px;
}
.how-it-works .icon-section .step .icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.how-it-works .icon-section .step img {
  vertical-align: middle;
}
.how-it-works .why-copart {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 120px;
}
.how-it-works .why-copart .video-section {
  flex: 1;
  max-width: 50%;
}
.how-it-works .why-copart .video-section .helpLink {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  user-select: none;
  cursor: pointer;
}
.how-it-works .why-copart .video-section .helpLink:before, .how-it-works .why-copart .video-section .helpLink:after {
  pointer-events: none;
  opacity: 0;
}
.how-it-works .why-copart .video-section .helpLink:hover:after, .how-it-works .why-copart .video-section .helpLink:focus:after {
  transition: opacity 0.2s ease-in-out;
}
.how-it-works .why-copart .video-section .helpModal,
.how-it-works .why-copart .video-section .helpOverlay, .how-it-works .why-copart .video-section * {
  box-sizing: border-box;
}
.how-it-works .why-copart .video-section .helpModal,
.how-it-works .why-copart .video-section .helpOverlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5000;
  cursor: pointer;
}
.how-it-works .why-copart .video-section .helpModal:checked + .helpModal, .how-it-works .why-copart .video-section .helpModal:checked + .helpModal .helpOverlay,
.how-it-works .why-copart .video-section .helpOverlay:checked + .helpModal,
.how-it-works .why-copart .video-section .helpOverlay:checked + .helpModal .helpOverlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.how-it-works .why-copart .video-section .helpModal .aside,
.how-it-works .why-copart .video-section .helpOverlay .aside {
  display: block;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  z-index: 6000;
  transition: padding 0.2s ease-in-out;
}
@media (min-width: 900px) {
  .how-it-works .why-copart .video-section .helpModal .aside,
.how-it-works .why-copart .video-section .helpOverlay .aside {
    margin: 90px auto 30px auto;
  }
}
.how-it-works .why-copart .video-section .helpModal .helpExit,
.how-it-works .why-copart .video-section .helpOverlay .helpExit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #c00;
  z-index: 6000;
  cursor: pointer;
}
.how-it-works .why-copart .video-section .helpModal .helpExit:before, .how-it-works .why-copart .video-section .helpModal .helpExit:after,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:before,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:after {
  content: "";
  display: block;
  background: red;
  height: 25px;
  width: 4px;
  position: absolute;
  top: 12.5px;
  left: calc(50% - 2px);
  transform-origin: center;
  transition: all 0.1s ease-in-out;
}
.how-it-works .why-copart .video-section .helpModal .helpExit:before,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:before {
  transform: rotate(45deg);
}
.how-it-works .why-copart .video-section .helpModal .helpExit:after,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:after {
  transform: rotate(-45deg);
}
.how-it-works .why-copart .video-section .helpModal .helpExit:hover:before, .how-it-works .why-copart .video-section .helpModal .helpExit:focus:before, .how-it-works .why-copart .video-section .helpModal .helpExit:hover:after, .how-it-works .why-copart .video-section .helpModal .helpExit:focus:after,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:hover:before,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:focus:before,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:hover:after,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:focus:after {
  background: white;
}
.how-it-works .why-copart .video-section .helpModal .helpExit:hover:before, .how-it-works .why-copart .video-section .helpModal .helpExit:focus:before,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:hover:before,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:focus:before {
  transform: rotate(135deg);
}
.how-it-works .why-copart .video-section .helpModal .helpExit:hover:after, .how-it-works .why-copart .video-section .helpModal .helpExit:focus:after,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:hover:after,
.how-it-works .why-copart .video-section .helpOverlay .helpExit:focus:after {
  transform: rotate(-135deg);
}
.how-it-works .why-copart .video-section .toggleBox,
.how-it-works .why-copart .video-section .toggleBox * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.how-it-works .why-copart .video-section .toggleBox {
  background: #fafafa;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.how-it-works .why-copart .video-section .toggleBox:after {
  content: "";
  display: block;
  clear: both;
}
.how-it-works .why-copart .video-section .toggleBox input {
  display: none;
  transition: all 0.1s ease-in-out;
}
.how-it-works .why-copart .video-section .toggleBox label {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 15px 0;
  text-align: center;
  font-size: 10pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  background: white;
  border-top: 1px solid #eaeaea;
}
.how-it-works .why-copart .video-section .toggleBox label:hover, .how-it-works .why-copart .video-section .toggleBox label:focus {
  text-decoration: underline;
}
.how-it-works .why-copart .video-section .toggleBox input:checked + label {
  font-weight: bold;
  background: #eaeaea;
}
.how-it-works .why-copart .video-section .toggleBox small {
  display: block;
  padding: 0;
  margin: 7px;
  font-size: 18pt;
  color: #333;
}
.how-it-works .why-copart .video-section .toggleBox .slider {
  position: relative;
  float: left;
  width: 200%;
}
.how-it-works .why-copart .video-section .toggleBox .slider div[class^=tab-] {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  transition: left 0.2s ease-in-out;
}
.how-it-works .why-copart .video-section .toggleBox .slider #tab1 ~ .slider .tab-1 {
  left: -50%;
}
.how-it-works .why-copart .video-section .toggleBox .slider #tab1:checked ~ .slider .tab-1 {
  left: 0;
}
.how-it-works .why-copart .video-section .toggleBox .slider #tab2 ~ .slider .tab-2 {
  left: 50%;
}
.how-it-works .why-copart .video-section .toggleBox .slider #tab2:checked ~ .slider .tab-2 {
  left: -50%;
}
.how-it-works .why-copart .video-section .help-embed-container {
  position: relative;
  padding-bottom: 62.5%;
  height: 0;
  margin: 0;
  overflow: hidden;
  max-width: 100%;
}
.how-it-works .why-copart .video-section .help-embed-container iframe,
.how-it-works .why-copart .video-section .help-embed-container object,
.how-it-works .why-copart .video-section .help-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .how-it-works .why-copart .video-section .toggleBox label {
    font-size: 12pt;
  }
  .how-it-works .why-copart .video-section .toggleBox small {
    display: none;
  }
}
.how-it-works .why-copart .photo-section {
  flex: 1;
  height: 600px;
  width: auto;
}
.how-it-works .why-copart .photo-section img {
  height: 600px;
}
.how-it-works .why-copart .content-section {
  flex: 1;
  width: 50%;
  padding: 0 0 0 40px;
}
.how-it-works .why-copart .content-section .heading {
  margin-top: 0;
}
.how-it-works .why-copart .content-section .benefits-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.how-it-works .why-copart .content-section .benefits-cards .card {
  display: flex;
  align-items: center;
  width: 100%;
  height: 96px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 16px;
  margin-bottom: 16px;
}
.how-it-works .why-copart .content-section .benefits-cards .card img {
  padding-right: 16px;
  height: 40px;
}
.how-it-works .why-copart .content-section .benefits-cards .card h3 {
  margin-bottom: 0;
  color: black;
}
.how-it-works .why-copart .content-section-two {
  flex: 1;
  max-width: 600px;
  margin: auto;
  line-height: 2em;
  padding: 0 24px 0 0;
}
.how-it-works .why-copart .content-section-two p {
  max-width: 500px;
}
.how-it-works .why-copart .content-section-two .heading {
  margin-top: 0;
}
.how-it-works .four-block-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 120px auto;
}
.how-it-works .four-block-section .content-section {
  width: 50%;
  box-sizing: border-box;
  background-color: #F7FAFC;
  padding: 40px;
}
.how-it-works .four-block-section .content-section .heading {
  margin-top: 0;
}
.how-it-works .four-block-section .content-section .heading hr {
  border-color: #1254FF;
}
.how-it-works .four-block-section .photo-delivery {
  background-image: url("/content/delivery-transportation.jpg?q=1231");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  min-height: 400px;
}
.how-it-works .four-block-section .photo-licensing {
  background-image: url("/content/licensing-information.jpg?q=1231");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 50%;
  min-height: 400px;
}
.how-it-works .payment-methods {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  margin: 120px auto;
}
.how-it-works .payment-methods p {
  max-width: 500px;
}
.how-it-works .app-download {
  min-height: 250px;
  max-width: 1000px;
  margin: 120px auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
}
.how-it-works .app-download h1 {
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 24px;
}
.how-it-works .app-download p {
  text-align: center;
  max-width: 500px;
  margin: auto;
  line-height: 2em;
}
.how-it-works .app-download img {
  height: 48px;
  width: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 1440px) {
  .how-it-works .icon-section {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 1100px) {
  .how-it-works .icon-section {
    flex-direction: column;
    align-items: center;
  }
  .how-it-works .icon-section .step {
    margin-bottom: 40px;
    width: 350px;
  }
  .how-it-works .why-copart .photo-section {
    max-width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .how-it-works .heading-mobile-center {
    padding: 0 24px;
  }
  .how-it-works .heading-mobile-center h1 {
    text-align: center;
  }
  .how-it-works .heading-mobile-center p {
    text-align: center;
  }
  .how-it-works .heading-mobile-center hr {
    margin-left: 45%;
  }
  .how-it-works .intro-section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    max-width: 95%;
  }
  .how-it-works .intro-section .image-collage img {
    position: relative;
    max-width: 800px;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    top: 0;
    right: 0;
  }
  .how-it-works .why-copart {
    flex-direction: column;
  }
  .how-it-works .why-copart .content-section {
    width: 100%;
    padding: 0;
  }
  .how-it-works .why-copart .content-section .benefits-cards {
    align-items: center;
  }
  .how-it-works .why-copart .content-section .benefits-cards .card {
    width: 98%;
    height: auto;
  }
  .how-it-works .why-copart .content-section-two {
    max-width: 95%;
    margin-bottom: 40px;
  }
  .how-it-works .why-copart .video-section {
    max-width: 100%;
  }
  .how-it-works .four-block-section {
    flex-direction: column;
  }
  .how-it-works .four-block-section .content-section {
    width: 100%;
  }
  .how-it-works .four-block-section .photo-delivery {
    width: 100%;
    height: auto;
  }
  .how-it-works .four-block-section .photo-licensing {
    width: 100%;
    height: auto;
    order: 4;
  }
  .how-it-works .payment-methods {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .how-it-works .heading-mobile-center hr,
.how-it-works .heading-centered hr {
    margin-left: 40%;
  }
  .how-it-works .intro-section .content-intro {
    padding: 0 8px;
  }
}

/*# sourceMappingURL=how-it-works.css.map */
