@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");

.landingPage .bannerArea {
  background-size: cover;
  width: 100%;
  height: 403px;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 35px;
}

.landingPage .bannerArea h1 {
  color: #fff;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 74%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.landingPage .bannerArea h1 > span {
  color: #57c1e8;
  font-size: 45px;
  line-height: 85%;
}

.landingPage .bannerArea h1 > span:nth-last-child(1) {
  color: #76bc21;
}

.landingPageBodyWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landingPageBody {
  max-width: 1312px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landingPageBody .contentArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1063px;
}

.landingPageBody .contentArea p {
  color: #000;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
}

.landingPageBody .contentArea p > a {
  color: #036eb5;
  font-weight: 700;
  text-decoration: underline;
}

.landingPageBody .section1 .contentArea p:nth-last-child(1) {
  max-width: 900px;
}

.landingPageBody .contentArea b {
  font-weight: 900;
}

/* REO Remote Bid */
.reo-remote-bid {
  overflow-x: hidden;
}

.reo-remote-bid .bannerArea h1 > span {
  font-size: 44px;
  line-height: 58%;
}

.reo-remote-bid .bannerArea h1 {
  line-height: 70%;
}

.reo-remote-bid .contentArea h4 {
  color: #000102;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans";
  font-size: 25px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.reo-remote-bid .landingPageGraySection {
  padding: 25px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
}

/* How it works */

.reo-remote-bid .how-it-works {
  padding: 54px 0 57px 0;
}

.reo-remote-bid .how-it-works .boxes-wrapper {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 28px;
  margin-bottom: 57px;
}

.reo-remote-bid .how-it-works .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15.8px;
  border: 2px solid #585858;
  background-color: #fff;
  width: 100%;
  max-width: 254px;
  min-height: 214px;
  padding: 20px;
  gap: 10px;
}

.reo-remote-bid .how-it-works .box::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='19' viewBox='0 0 45 19' fill='none'%3E%3Cpath d='M43.7064 10.2981C44.1667 9.83778 44.1667 9.09142 43.7064 8.63108L36.2048 1.12944C35.7444 0.6691 34.9981 0.6691 34.5377 1.12944C34.0774 1.58978 34.0774 2.33613 34.5377 2.79647L41.2059 9.4646L34.5377 16.1327C34.0774 16.5931 34.0774 17.3394 34.5377 17.7998C34.9981 18.2601 35.7444 18.2601 36.2048 17.7998L43.7064 10.2981ZM0.43718 10.6434H42.8729V8.28583H0.43718V10.6434Z' fill='%23585858'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 42px;
  height: 20px;
  left: 100%;
  top: 45%;
  display: block;
}

.reo-remote-bid .how-it-works .box:nth-last-child(1):after {
  display: none;
}

.reo-remote-bid .how-it-works .box .icon {
  width: 100%;
  height: 100px;
  display: flex;
}

.reo-remote-bid .how-it-works .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reo-remote-bid .how-it-works .box:nth-child(2) .icon img {
  height: 135%;
  margin-top: -10px;
}

.reo-remote-bid .how-it-works .box:nth-child(3) .icon {
  align-items: end;
}

.reo-remote-bid .how-it-works .box:nth-child(3) .icon img {
  height: 80%;
}

.reo-remote-bid .how-it-works .box:nth-child(1) .icon img,
.reo-remote-bid .how-it-works .box:nth-last-child(1) .icon img {
  height: 90%;
}

.reo-remote-bid .how-it-works .box p {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans";
  font-size: 16.941px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.reo-remote-bid .how-it-works .box span {
  color: #4e9d2d;
}

.reo-remote-bid .how-it-works p {
  margin-bottom: 0 !important;
}

.reo-remote-bid .how-it-works p > b {
  font-weight: 700;
}

.reo-remote-bid .green-boxes .title {
  margin-bottom: 30px;
}

.reo-remote-bid .green-boxes .description > b,
.reo-remote-bid .green-boxes .subtext,
.reo-remote-bid .green-boxes .description {
  color: #000102;
  font-family: "Nunito Sans";
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.reo-remote-bid .green-boxes .description > b {
  font-weight: 700;
}

.reo-remote-bid .green-boxes .boxes-row {
  margin: 30px 0 35px 0;
  display: flex;
  gap: 60px;
  row-gap: 30px;
  max-width: 1260px;
  justify-content: center;
}

.reo-remote-bid .green-boxes .green-box {
  border-radius: 15.717px;
  background: #76bc21;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 202px;
  padding: 20px 40px;
  flex: 1;
}

.reo-remote-bid .green-box .box-title {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 25px;
  font-weight: 700;
  line-height: 148%;
  text-transform: uppercase;
  margin-bottom: 2.5px;
}

.reo-remote-bid .green-box p > b,
.reo-remote-bid .green-box p {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 148%;
  text-align: center;
}

.reo-remote-bid .green-box p > b {
  font-weight: 700;
}

/* Your Wallet */
.reo-remote-bid .your-wallet {
  padding: 37px 0 55px 0;
}

/* FAQ Section */
.reo-remote-bid .faq-section {
  padding: 25px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
}

.reo-remote-bid .faq-section .faq-wrap {
  width: 100%;
}

.reo-remote-bid .faq-section .title {
  text-align: left;
}

.reo-remote-bid .faq-section .landingPageBody {
  align-items: start;
}

.reo-remote-bid .your-wallet .title,
.reo-remote-bid .how-it-works .title,
.reo-remote-bid .faq-section .title {
  font-size: 42px;
  color: #54c0e8;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.reo-remote-bid .your-wallet .title span,
.reo-remote-bid .how-it-works .title span,
.reo-remote-bid .faq-section .title span {
  color: #76bc21;
}

.reo-remote-bid .faq-section #accordion_pro_5816 {
  border-top: 1px solid #f4f4f4 !important;
}

.reo-remote-bid .faq-section #accordion_pro_5816 .wpsm_panel {
  border-bottom: 1px solid #9a9a9a !important;
}

.reo-remote-bid .faq-section #accordion_pro_5816 .wpsm_panel:nth-last-child(1) {
  border-bottom: none !important;
}

.reo-remote-bid .faq-section #wps_accordion_pro_5816 {
  margin-bottom: 0 !important;
}

.reo-remote-bid .faq-section #accordion_pro_5816 .wpsm_panel-body p > a {
  text-decoration: underline;
  font-weight: 700;
}

/* Green Section */
.landingPageGreenSection {
  padding: 61px 0;
  background-color: #76bc21;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landingPageGreenSection .title {
  color: #fff;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.reo-remote-bid .landingPageGreenSection .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 36px;
  row-gap: 15px;
  margin-top: 25px;
}

.landingPageGreenSection .buttonsWrapper .contactBtn {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  background-color: #036eb5;
  border-radius: 7px;
  width: 462px;
  padding: 18.5px 39px;
  text-decoration: none;
}

.reo-remote-bid .landingPageGreenSection .title {
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.reo-remote-bid .landingPageGreenSection .subtitle {
  color: #000;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 8px;
}

main.reo-remote-bid #accordion_pro_5730 {
  border-top: none !important;
}

main.reo-remote-bid #accordion_pro_5730 > *:last-child {
  border-bottom: none !important;
}

@media (max-width: 768px) {
  main.reo-remote-bid #accordion_pro_5730 .wpsm_panel-title > a {
    font-size: 20px !important;
  }

  main.reo-remote-bid #accordion_pro_5730 .wpsm_panel-body,
  main.reo-remote-bid #accordion_pro_5730 .wpsm_panel-body p {
    font-size: 18px !important;
  }
}

@media (max-width: 1299px) {
  .reo-remote-bid .green-boxes .boxes-row {
    flex-direction: column;
    align-items: center;
  }

  .reo-remote-bid .green-boxes .green-box {
    width: 100%;
    max-width: 598px;
  }
}

@media (max-width: 1199px) {
  .reo-remote-bid .green-box .box-title,
  .reo-remote-bid .green-box p > b,
  .reo-remote-bid .green-box p,
  .reo-remote-bid .green-boxes .description > b,
  .reo-remote-bid .green-boxes .subtext,
  .reo-remote-bid .green-boxes .description,
  .landingPageBody .contentArea p {
    font-size: 20px;
  }

  .landingPageGreenSection .buttonsWrapper .contactBtn {
    font-size: 20px;
  }

  .reo-remote-bid .landingPageBody {
    max-width: 100%;
    padding: 0 15px;
  }

  .reo-remote-bid .how-it-works .boxes-wrapper {
    flex-wrap: wrap;
    gap: 55px;
    row-gap: 45px;
    justify-content: center;
  }

  .reo-remote-bid .how-it-works .boxes-wrapper .box:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .landingPage .bannerArea {
    height: 280px;
  }

  .landingPageBody .contentArea {
    max-width: 800px;
  }

  .landingPage .bannerArea h1 {
    font-size: 50px;
  }

  .landingPage .bannerArea h1 > span {
    font-size: 36px;
  }

  .landingPageBody .contentArea p {
    font-size: 18px;
  }

  .reo-remote-bid .contentArea h4 {
    font-size: 22px;
  }

  .landingPageGreenSection {
    padding: 64px 0px 32px 0px;
  }

  .landingPageGreenSection .title {
    font-size: 32px;
  }

  .reo-remote-bid .contentArea p {
    margin-bottom: 25px;
  }

  .landingPageGreenSection .buttonsWrapper .contactBtn {
    padding: 14.5px 34.5px;
    font-size: 16px;
    width: 100%;
    max-width: 350px;
  }

  .reo-remote-bid .btn-primary {
    font-size: 16px;
    height: 55px;
    width: 320px;
  }

  .reo-remote-bid .landingPageGreenSection .subtitle {
    font-size: 20px;
  }

  .reo-remote-bid .how-it-works .boxes-wrapper {
    gap: 45px;
  }

  .reo-remote-bid .how-it-works .box {
    max-width: 216px;
  }
}

@media (max-width: 820px) {
  .reo-remote-bid .your-wallet .title,
  .reo-remote-bid .how-it-works .title,
  .reo-remote-bid .faq-section .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .reo-remote-bid .how-it-works .boxes-wrapper {
    row-gap: 25px;
    margin-top: 10px;
    margin-bottom: 45px;
  }

  .reo-remote-bid .how-it-works .boxes-wrapper .box:nth-child(3)::after {
    display: block;
  }

  .reo-remote-bid .how-it-works .boxes-wrapper .box:nth-child(2)::after,
  .reo-remote-bid .how-it-works .boxes-wrapper .box:nth-child(4)::after {
    display: none;
  }

  main.reo-remote-bid #accordion_pro_5816 .wpsm_panel-title > a {
    font-size: 20px !important;
  }

  main.reo-remote-bid #accordion_pro_5816 .wpsm_panel-body p {
    font-size: 18px !important;
    line-height: 100% !important;
  }
}

@media (max-width: 576px) {
  .landingPage .bannerArea h1 {
    font-size: 38px;
  }

  .landingPage .bannerArea h1 > span {
    font-size: 28px;
  }

  .landingPage .bannerArea {
    height: 300px;
    padding: 0 1rem;
    background-position: center;
  }

  .reo-remote-bid .green-box .box-title,
  .reo-remote-bid .green-box p > b,
  .reo-remote-bid .green-box p,
  .reo-remote-bid .green-boxes .description > b,
  .reo-remote-bid .green-boxes .subtext,
  .reo-remote-bid .green-boxes .description,
  .landingPageBody .contentArea p {
    font-size: 16px;
  }

  .reo-remote-bid .green-boxes .green-box{
    min-height: auto;
  }

  .landingPageGreenSection .title {
    font-size: 28px;
    line-height: 32px;
  }

  .reo-remote-bid .landingPageGreenSection .buttonsWrapper {
    flex-direction: column;
  }

  .reo-remote-bid .bannerArea .titleArea {
    padding: 0 15px;
  }

  .reo-remote-bid .bannerArea h1 > span {
    font-size: 24px;
    line-height: 95%;
  }

  .reo-remote-bid .bannerArea h1 > span br {
    display: block;
  }

  .reo-remote-bid .bannerArea h1 {
    margin-bottom: 17px;
  }

  .reo-remote-bid .btn-primary {
    max-width: 300px;
    padding: 10px;
  }

  .reo-remote-bid .landingPageGreenSection .subtitle {
    font-size: 16px;
  }

  .reo-remote-bid .your-wallet .title,
  .reo-remote-bid .how-it-works .title,
  .reo-remote-bid .faq-section .title {
    font-size: 32px;
  }

  .reo-remote-bid .contentArea h4 {
    font-size: 18px;
  }

  .reo-remote-bid .how-it-works {
    padding: 30px 0 35px 0;
  }
}

@media (max-width: 510px) {
  .reo-remote-bid .how-it-works .boxes-wrapper {
    flex-direction: column;
    row-gap: 45px;
  }

  .reo-remote-bid .how-it-works .box::after {
    left: 40%;
    top: 105%;
    rotate: 90deg;
  }

  .reo-remote-bid .how-it-works .box p {
    font-size: 16px;
  }

  .reo-remote-bid .how-it-works .boxes-wrapper .box:nth-child(2)::after,
  .reo-remote-bid .how-it-works .boxes-wrapper .box:nth-child(4)::after {
    display: block;
  }
}
