/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.rev-row {
  flex-direction: row-reverse;
}

@media (min-width: 1400px) {
  .home .hero-home .btn-container {
    margin-right: -11px;
  }
}
@media (min-width: 1400px) {
  .home .hero-home .btn-std--phone-btn {
    min-width: 299.5px;
    margin-right: 32.5px;
  }
}
@media (min-width: 1400px) {
  .home .hero-home .btn-std:last-of-type {
    min-width: 319.5px;
  }
}
.home .main-content {
  padding-top: 50px;
  background-image: url("../images/corner-stripes-mobile.jpg");
  background-repeat: no-repeat;
  background-size: unset;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .home .main-content {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content {
    background-image: url("../images/corner-stripes-desktop.jpg");
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding-top: 89px;
    padding-bottom: 70px;
  }
}
.home .main-content-container {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .home .main-content .page-title.title__border--alt:after {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .span-1 {
    max-width: 690px;
  }
}
@media (max-width: 575px) {
  .home .main-content .span-1 {
    max-width: 328px;
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .home .main-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F3F3F3;
    width: 100%;
    height: 50.7%;
    pointer-events: none;
    clip-path: polygon(40% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 64%);
  }
}
@media screen and (min-width: 768px) {
  .home .main-content:before {
    height: 42.2%;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content:before {
    content: none;
  }
}
@media (min-width: 576px) {
  .home .main-content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ECECEC;
    width: 100%;
    height: 44.5%;
    pointer-events: none;
    clip-path: polygon(60% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 93%);
  }
}
@media screen and (min-width: 768px) {
  .home .main-content:after {
    height: 36.6%;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content:after {
    left: unset;
    width: 50%;
    height: 77.7%;
    clip-path: unset;
    background-image: url("../images/form-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content:after {
    height: 71%;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .form-wrap {
    margin-top: 14px;
  }
}
@media (min-width: 1400px) {
  .home .main-content .form-wrap {
    margin-right: 0;
  }
}
.home .main-content .form-wrap .gform_footer.before {
  max-width: 175px;
}

@media screen and (min-width: 992px) {
  .home .main-content .form-wrap .gform_footer.before {
    max-width: 171px;
  }
}
html:lang(es-ES) .home .main-content .form-wrap .gform_footer.before {
  max-width: 217px;
}

@media screen and (min-width: 992px) {
  .home .main-content .form-wrap .gform_footer.before:before {
    width: calc(100% - 19px);
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .form-wrap .gform_footer.before:is(:hover, :focus):before {
    width: 100%;
  }
}
.home .content-section {
  padding: 39.06px 0 31px;
}

.home .content-section-title {
  margin-bottom: 17px;
}

@media screen and (min-width: 992px) {
  .home .content-section {
    padding: 109px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .content-section {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .content-section-img-container {
    width: 100%;
    max-width: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .home .content-section-img-container {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 1400px) {
  .home .content-section-img-container {
    width: 100%;
    max-width: 690px;
  }
}
@media screen and (min-width: 992px) {
  .home .content-section-title, .home .content-section-container {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .home .content-section-title {
    margin-top: 50px;
  }
}
.home .bottom-content-section {
  position: relative;
  padding: 48px 0 47px;
}

@media screen and (min-width: 768px) {
  .home .bottom-content-section {
    padding: 64px 0;
  }
}
@media screen and (min-width: 992px) {
  .home .bottom-content-section {
    background-color: #F3F3F3;
    margin-top: 101px;
    padding: 0;
  }
  .home .bottom-content-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 237px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    pointer-events: none;
  }
  .home .bottom-content-section:after {
    content: "";
    position: absolute;
    top: 237px;
    right: 0;
    background-color: #fff;
    width: 5%;
    height: 65%;
    pointer-events: none;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 95%);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .home .bottom-content-section:after {
    width: 8%;
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .home .bottom-content-section:after {
    width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .bottom-content-section {
    margin-top: 21px;
  }
}
@media (min-width: 1400px) {
  .home .bottom-content-section {
    padding-bottom: 84px;
  }
}
@media (min-width: 1400px) {
  .home .bottom-content-section-custom-container {
    position: relative;
    z-index: 2;
  }
  .home .bottom-content-section-custom-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -175px;
    width: 131px;
    height: 1045px;
    background-image: url("../images/bottom-content-section-logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .home .bottom-content-section-custom-container ul.col-md-6 {
    margin: 20px 0 30px !important;
  }
}
.home .bottom-content-section-img-container {
  margin-bottom: 19px;
}

@media screen and (min-width: 768px) {
  .home .bottom-content-section-img-container {
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
}
.home .bottom-content-section-title {
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .bottom-content-section-title {
    max-width: 100%;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 992px) {
  .home .bottom-content-section-title {
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 992px) {
  .home .bottom-content-section-title.title__border:after {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home .bottom-content-section-container {
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .schedule-consultation-container {
  border: 1px solid var(--accent-color);
  padding: 15px;
  margin-top: 40px;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .home .schedule-consultation-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 21px;
    width: 100%;
    max-width: 779px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .schedule-txt-container {
  background-color: #F3F3F3;
  padding: 24px 13px;
}

@media screen and (min-width: 992px) {
  .home .schedule-txt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .home .schedule-txt-container {
    flex-direction: row;
    padding-right: 8px;
  }
}
.home .schedule-txt-container * {
  font-weight: 800;
  line-height: 31px;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .home .schedule-txt-container p {
    padding-left: 30px;
  }
}
.home .schedule-txt-container p:only-child {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .home .schedule-txt-container p:only-child {
    padding-right: 22px;
  }
}
@media screen and (min-width: 992px) {
  .home .schedule-consultation-img {
    margin-bottom: 1rem;
  }
}
.home .footer-top, .home .footer-contact, .home .footer-bottom {
  background-color: var(--color-neutral);
}

@media (min-width: 1200px) {
  .home .video-section-video-container {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .home .video-section h2 {
    margin-bottom: 20px;
  }
}
.home .video-section h2::after {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .home .bottom-cta-section {
    text-align: center;
  }
  .home .bottom-cta-section .btn-std span {
    font-weight: 500;
  }
}
@media (max-width: 574px) {
  .home .bottom-cta-section .btn {
    max-width: 275px;
  }
}

/*# sourceMappingURL=home.css.map*/