/* line 1, app/assets/stylesheets/homepage.scss */
body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

/* line 8, app/assets/stylesheets/homepage.scss */
.hero-section {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  background-color: #8129EC;
  background-image: url(/assets/mob03-f8e62789023366228353fb3ad970caeee4a3bd0f7990199ad26ba5d67a64a131.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

/* line 30, app/assets/stylesheets/homepage.scss */
.hero-section.llc {
  background-color: #e6e7e9;
  background-image: url(/assets/hero-llc-bee53afc48b8deca6268a81d0df8eb9147da4ebf553df7104e8c7006c79e4adc.jpg);
  background-size: auto 100%;
  color: #2a4365;
}

/* line 37, app/assets/stylesheets/homepage.scss */
.hero-section.property {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url();
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/todd-kent-178j8tJrNlc-unsplash-2bff30278d2a3a2c7b954e099e1a3997e1669d0eed93f9e8380d6f8b55f7dc92.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

/* line 46, app/assets/stylesheets/homepage.scss */
.hero-section.corp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/assets/hero-corp-3ac4585af248f3e1459f71eb525b44a8b391274dada0aab3571e253c7fa17eea.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/hero-corp-3ac4585af248f3e1459f71eb525b44a8b391274dada0aab3571e253c7fa17eea.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

/* line 54, app/assets/stylesheets/homepage.scss */
.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 71, app/assets/stylesheets/homepage.scss */
.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 84, app/assets/stylesheets/homepage.scss */
.hero-content {
  width: 50%;
  padding: 30px;
}

/* line 89, app/assets/stylesheets/homepage.scss */
.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 94, app/assets/stylesheets/homepage.scss */
.hero-h1.llc {
  font-size: 3.2em;
  line-height: 130%;
}

/* line 99, app/assets/stylesheets/homepage.scss */
.hero-p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.4em;
  line-height: 150%;
}

/* line 106, app/assets/stylesheets/homepage.scss */
.btn {
  padding: 18px 36px;
  border-radius: 15px;
  background-color: #00b421;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 117, app/assets/stylesheets/homepage.scss */
.btn:hover {
  background-color: #2a4365;
}

/* line 121, app/assets/stylesheets/homepage.scss */
.btn.phone {
  padding: 7px 21px;
  background-color: #2a4365;
  font-size: 14px;
}

/* line 127, app/assets/stylesheets/homepage.scss */
.btn.purple {
  background-color: #805ad5;
}

/* line 131, app/assets/stylesheets/homepage.scss */
.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 15px 10px;
  background-color: #fff;
}

/* line 141, app/assets/stylesheets/homepage.scss */
.nav.transparent {
  background-color: transparent;
}

/* line 145, app/assets/stylesheets/homepage.scss */
.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 166, app/assets/stylesheets/homepage.scss */
.img-logo {
  width: 180px;
}

/* line 170, app/assets/stylesheets/homepage.scss */
.img-logo.marginbot {
  margin-bottom: 20px;
}

/* line 174, app/assets/stylesheets/homepage.scss */
.section {
  padding: 80px 10px;
}

/* line 178, app/assets/stylesheets/homepage.scss */
.section.ws {
  background-color: #fafafa;
}

/* line 182, app/assets/stylesheets/homepage.scss */
.section.cta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4365;
  color: #fff;
}

/* line 189, app/assets/stylesheets/homepage.scss */
.section.cta.bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 67, 101, 0.82)), to(rgba(42, 67, 101, 0.82))), url(/assets/04-3809a2d1cc253fc675cb0bfbc08111d74045012bf09ebcdc99175e59e28c130e.jpg);
  background-image: linear-gradient(180deg, rgba(42, 67, 101, 0.82), rgba(42, 67, 101, 0.82)), url(/assets/04-3809a2d1cc253fc675cb0bfbc08111d74045012bf09ebcdc99175e59e28c130e.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

/* line 198, app/assets/stylesheets/homepage.scss */
.section.footer {
  background-color: #805ad5;
  color: #fafafa;
}

/* line 203, app/assets/stylesheets/homepage.scss */
.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

/* line 210, app/assets/stylesheets/homepage.scss */
.title-wrapper {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

/* line 220, app/assets/stylesheets/homepage.scss */
.title-wrapper.nomargin {
  margin-bottom: 0px;
}

/* line 224, app/assets/stylesheets/homepage.scss */
.heading-section {
  margin-top: 0px;
  color: #2a4365;
}

/* line 229, app/assets/stylesheets/homepage.scss */
.heading-section.marginbot {
  margin-bottom: 30px;
}

/* line 233, app/assets/stylesheets/homepage.scss */
.heading-section.w {
  color: #fff;
}

/* line 237, app/assets/stylesheets/homepage.scss */
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 248, app/assets/stylesheets/homepage.scss */
.wrapper.c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 255, app/assets/stylesheets/homepage.scss */
.wrapper.cc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 262, app/assets/stylesheets/homepage.scss */
.content {
  padding: 30px;
}

/* line 266, app/assets/stylesheets/homepage.scss */
.content._33 {
  width: 33%;
}

/* line 270, app/assets/stylesheets/homepage.scss */
.content._50 {
  width: 50%;
}

/* line 274, app/assets/stylesheets/homepage.scss */
.content._50.rel {
  position: relative;
}

/* line 278, app/assets/stylesheets/homepage.scss */
.content._100 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 284, app/assets/stylesheets/homepage.scss */
.content._40 {
  width: 40%;
}

/* line 288, app/assets/stylesheets/homepage.scss */
.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  text-align: center;
}

/* line 308, app/assets/stylesheets/homepage.scss */
.feature-wrapper.faq {
  display: block;
  text-align: left;
}

/* line 313, app/assets/stylesheets/homepage.scss */
.feature-wrapper.botstroke {
  border-bottom: 5px solid #805ad5;
}

/* line 317, app/assets/stylesheets/homepage.scss */
.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-bottom: 20px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: #805ad5;
}

/* line 340, app/assets/stylesheets/homepage.scss */
.icon-wrapper.nomargin {
  width: 75px;
  height: 75px;
  min-height: 75px;
  min-width: 75px;
  margin-bottom: 0px;
  padding: 15px;
}

/* line 349, app/assets/stylesheets/homepage.scss */
.icon-wrapper.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-bottom: 0px;
  padding: 15px;
}

/* line 358, app/assets/stylesheets/homepage.scss */
.icon-wrapper.corp {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-bottom: 0px;
  padding: 15px;
}

/* line 367, app/assets/stylesheets/homepage.scss */
.feature-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #2a4365;
}

/* line 373, app/assets/stylesheets/homepage.scss */
.feature-title.nm {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

/* line 379, app/assets/stylesheets/homepage.scss */
.feature-title.nm.crp {
  margin-bottom: 0px;
  line-height: 25px;
  font-weight: 500;
}

/* line 385, app/assets/stylesheets/homepage.scss */
.benefit-p {
  opacity: 0.8;
  line-height: 150%;
}

/* line 390, app/assets/stylesheets/homepage.scss */
.p16 {
  opacity: 0.8;
  font-size: 16px;
  line-height: 26px;
}

/* line 396, app/assets/stylesheets/homepage.scss */
.feature-wrapper-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 408, app/assets/stylesheets/homepage.scss */
.benefit-p-v {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 416, app/assets/stylesheets/homepage.scss */
.p20 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

/* line 423, app/assets/stylesheets/homepage.scss */
.faq-wrapper {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 430, app/assets/stylesheets/homepage.scss */
.faq-wrapper.split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 438, app/assets/stylesheets/homepage.scss */
.p-footer {
  opacity: 0.7;
}

/* line 442, app/assets/stylesheets/homepage.scss */
.step-number {
  color: #fff;
  font-size: 1.9em;
  line-height: 100%;
  font-weight: 900;
}

/* line 449, app/assets/stylesheets/homepage.scss */
.step-number.small {
  font-size: 1.2em;
}

/* line 453, app/assets/stylesheets/homepage.scss */
.img-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 465, app/assets/stylesheets/homepage.scss */
.faq-50 {
  width: 50%;
}

/* line 469, app/assets/stylesheets/homepage.scss */
.img-wrapper-mob {
  display: block;
  /* Ensures the wrapper is always a block-level element */
}

/* Ensure the image within .img-wrapper-mob is responsive */
/* line 474, app/assets/stylesheets/homepage.scss */
.img-wrapper-mob img {
  max-width: 100%;
  height: auto;
  display: block;
  /* Remove if the image is inline by default */
}

/* line 480, app/assets/stylesheets/homepage.scss */
.corp-wrapper {
  height: 100%;
  padding: 40px;
  border-top: 5px solid #805ad5;
  background-color: #fff;
}

/* line 487, app/assets/stylesheets/homepage.scss */
.corp-wrapper.ccorp {
  border-top-color: #2a4365;
}

/* line 491, app/assets/stylesheets/homepage.scss */
.corp-feature {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 496, app/assets/stylesheets/homepage.scss */
.heading-corp-feature {
  margin-top: 0px;
}

/* line 500, app/assets/stylesheets/homepage.scss */
.corp-title-main {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #805ad5;
}

/* line 506, app/assets/stylesheets/homepage.scss */
.corp-title-main.blue {
  color: #2a4365;
}

@media screen and (max-width: 991px) {
  /* line 511, app/assets/stylesheets/homepage.scss */
  .hero-section {
    padding-right: 50px;
    padding-left: 50px;
    background-image: none;
  }
  /* line 516, app/assets/stylesheets/homepage.scss */
  .hero-section.llc {
    background-image: none;
  }
  /* line 519, app/assets/stylesheets/homepage.scss */
  .hero-wrapper {
    padding-top: 110px;
    padding-bottom: 0px;
  }
  /* line 523, app/assets/stylesheets/homepage.scss */
  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 530, app/assets/stylesheets/homepage.scss */
  .hero-content {
    width: 100%;
  }
  /* line 533, app/assets/stylesheets/homepage.scss */
  .nav {
    padding-right: 50px;
    padding-left: 50px;
  }
  /* line 537, app/assets/stylesheets/homepage.scss */
  .section {
    padding-right: 50px;
    padding-left: 50px;
  }
  /* line 541, app/assets/stylesheets/homepage.scss */
  .title-wrapper {
    max-width: 100%;
  }
  /* line 544, app/assets/stylesheets/homepage.scss */
  .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 549, app/assets/stylesheets/homepage.scss */
  .content._33 {
    width: 100%;
  }
  /* line 552, app/assets/stylesheets/homepage.scss */
  .content._50 {
    width: 100%;
  }
  /* line 555, app/assets/stylesheets/homepage.scss */
  .content._40 {
    width: 100%;
  }
  /* line 558, app/assets/stylesheets/homepage.scss */
  .faq-wrapper.split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 565, app/assets/stylesheets/homepage.scss */
  .img-full {
    position: static;
    min-height: 300px;
  }
  /* line 569, app/assets/stylesheets/homepage.scss */
  .faq-50 {
    width: 100%;
  }
  /* line 572, app/assets/stylesheets/homepage.scss */
  .img-wrapper-mob {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  /* line 578, app/assets/stylesheets/homepage.scss */
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 582, app/assets/stylesheets/homepage.scss */
  .hero-content {
    padding: 10px;
  }
  /* line 585, app/assets/stylesheets/homepage.scss */
  .hero-h1 {
    font-size: 2em;
    line-height: 120%;
  }
  /* line 589, app/assets/stylesheets/homepage.scss */
  .hero-h1.llc {
    font-size: 2.4em;
  }
  /* line 592, app/assets/stylesheets/homepage.scss */
  .hero-p {
    font-size: 1.1em;
  }
  /* line 595, app/assets/stylesheets/homepage.scss */
  .btn.phone {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
  /* line 600, app/assets/stylesheets/homepage.scss */
  .nav {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 604, app/assets/stylesheets/homepage.scss */
  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 608, app/assets/stylesheets/homepage.scss */
  .img-logo {
    width: 100px;
  }
  /* line 611, app/assets/stylesheets/homepage.scss */
  .section {
    padding: 30px 10px;
  }
  /* line 614, app/assets/stylesheets/homepage.scss */
  .title-wrapper {
    margin-bottom: 25px;
    padding: 10px;
  }
  /* line 618, app/assets/stylesheets/homepage.scss */
  .heading-section {
    font-size: 1.6em;
    line-height: 120%;
  }
  /* line 622, app/assets/stylesheets/homepage.scss */
  .heading-section.marginbot {
    font-size: 1.6em;
    line-height: 120%;
  }
  /* line 626, app/assets/stylesheets/homepage.scss */
  .content {
    padding: 10px;
  }
  /* line 629, app/assets/stylesheets/homepage.scss */
  .feature-wrapper {
    padding: 25px;
  }
  /* line 632, app/assets/stylesheets/homepage.scss */
  .feature-title.nm {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 636, app/assets/stylesheets/homepage.scss */
  .feature-wrapper-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 643, app/assets/stylesheets/homepage.scss */
  .benefit-p-v {
    padding-top: 20px;
    padding-left: 0px;
  }
}
