<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eap-homepage-21 {
  box-sizing: border-box !important; }
  .eap-homepage-21 .valuation-section .fa {
    aspect-ratio: 1 / 1; }
  @media screen and (max-width: 700px) {
    .eap-homepage-21 .button-colored, .eap-homepage-21 .button-outlined, .eap-homepage-21 .button-colored-on-white {
      padding: 15px; }
    .eap-homepage-21 .seller-sold-section {
      width: 100%;
      padding-left: 2%;
      padding-right: 2%; } }
  .eap-homepage-21 .eap-optin-container {
    color: #ccc; }
  .eap-homepage-21 .eap-sac-form-label {
    color: #ccc; }
  .eap-homepage-21 .eap-sac-form-submit {
    background-color: var(--eap-primary-color); }

.fancy-text {
  font-family: var(--eap-cursive-font) !important;
  font-size: 2.4rem !important; }

iframe {
  border: none; }

.button-colored {
  margin-top: 40px;
  padding: 20px;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  color: #fff;
  transition: all .2s ease-in-out; }

.button-colored:hover {
  cursor: pointer;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  transition: all .2s ease-in-out; }

.button-outlined {
  background: none;
  margin-top: 40px;
  border: 2px solid #fff;
  padding: 20px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 6px; }

.button-outlined:hover {
  cursor: pointer;
  background: #fff; }

.button-colored-on-white {
  margin-top: 40px;
  padding: 20px;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  color: #fff;
  transition: all .2s ease-in-out; }

.button-colored-on-white a {
  color: #fff;
  text-decoration: none; }

.button-colored-on-white:hover {
  cursor: pointer;
  background: #fff; }

.hero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 82vh;
  color: #fff !important; }

.hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 68%;
  max-width: 1000px; }

.hero-left {
  text-align: center; }

.hero-left h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0; }

.hero-left h2 {
  color: #fff;
  margin-bottom: 0; }

.seller-image {
  max-width: 300px;
  border-radius: 50%; }

.seller-video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  color: #fff; }

.seller-video-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48%; }

.seller-video-section h2,
.valuation-section h2,
.sac-container h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  text-align: center; }

.seller-video-section p,
.valuation-section p,
.sac-container p {
  font-size: 1.6rem;
  margin: 0 0 10px;
  text-align: center; }

.seller-video {
  width: 100%;
  height: 59.25vh;
  margin-bottom: 28px; }

.seller-video-section-container .button-outlined {
  width: 100%; }

.seller-sold-section {
  width: 60%;
  margin: 0 auto;
  padding: 60px 0 0 0; }
  .seller-sold-section .seller-sold-section-header {
    margin-bottom: 20px; }
    .seller-sold-section .seller-sold-section-header h2 {
      font-weight: 700; }
    .seller-sold-section .seller-sold-section-header p {
      margin-bottom: 20px; }

.valuation-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  color: #fff;
  text-align: center; }

.valuation-section .button-row {
  display: flex;
  justify-content: space-around;
  width: 40%; }

.fa-home {
  padding: 10px 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 20px; }

.ls-testimonial-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  padding: 60px 0; }

.ls-testimonial-container {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  overflow-y: scroll; }

.fa-quote-left {
  color: var(--lightest-grey); }

.sac-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; }

.sac-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  color: #fff; }

.spacer {
  height: 80px !important; }

@media screen and (min-width: 1440px) {
  .seller-image {
    max-width: 500px; } }

@media screen and (max-width: 1023px) {
  .hero {
    min-height: 100vh; }
  .hero-inner {
    flex-direction: column-reverse; }
  .hero-inner img {
    max-width: 80%; }
  .hero-right {
    text-align: center; }
  .hero-left h1 {
    font-size: 2rem; }
  .ls-testimonial-container {
    width: 100%;
    padding: 0 30px;
    margin: 40px 0; }
  .seller-video-section-container {
    width: 96%; }
  .seller-video {
    height: 40vh; }
  .valuation-section .button-row {
    width: 100%; }
  .sac-container {
    width: 98%;
    padding: 100px 0; } }
</pre></body></html>