@charset "UTF-8";
@import url("https://use.typekit.net/yzs4odi.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --black: #000000;
  --white: #FFFFFF;
  --gray: #B2B2B2;
  --light-gray: #E6ECF4;
  --dark-gray: #495057;
  --dark-pink: #D41773;
  --pink: #E57BA0;
  --light-pink: #FEF0F0;
  --brown: #91633F;
  --dark-brown: #432412;
  --button-hover: #B5246B;
  --beige: #EBE3D7;
  --content-width: 80%;
  --content-padding: 40px 32px;
}
@media only screen and (max-width: 600px) {
  :root {
    --content-width: 93%;
    --content-padding: 30px 16px;
  }
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-size: 100%;
  list-style-type: none;
}

body {
  font-family: proxima-nova, sans-serif;
}

h1 {
  font-family: mencken-std, sans-serif;
}

.desktop-menu {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
}

.mobile-menu {
  padding: 20px;
  display: none;
}

.logo {
  width: 120px;
}

.menu {
  display: flex;
  gap: 1.5rem;
  list-style-type: none;
  margin-bottom: 0;
}

.dropdown {
  display: none;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  background: var(--white);
  height: fit-content;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.show-dropdown {
  opacity: 1;
}

.menu-link {
  color: var(--gray);
  font-size: 16px;
}
.menu-link :hover {
  color: var(--brown);
}

.dropdown-menu-link {
  display: block;
  width: 100%;
  color: var(--gray);
  font-size: 16px;
}

.dropdown-menu-item.cta {
  margin-top: 1rem;
}

.active-menu-item {
  color: #384E46;
}

.dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media only screen and (max-width: 967px) {
  .desktop-menu {
    display: none;
  }
  .dropdown {
    display: block;
  }
  .mobile-menu {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
  }
  .menu-link {
    margin-right: 0;
  }
}
.footer {
  background-color: #7F9C90;
  padding: 24px 0;
}

.footer-container {
  width: 80%;
  margin: auto;
}
.footer-container p {
  font-size: 16px;
  color: var(--white);
}

.hero {
  display: flex;
}

.hero-content {
  width: 50%;
  background-color: #F2F4F0;
  padding: 84px 84px 172px 240px;
  z-index: -1;
}
.hero-content h1 {
  color: #7F9C90;
  font-size: 54px;
  font-style: italic;
  font-weight: 800;
  line-height: 70px;
}
.hero-content h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
}
.hero-content ul {
  list-style: none;
}
.hero-content ul li::before {
  content: "✔";
  color: #384E46;
  margin-right: 12px;
}

.hero-consultant {
  width: 50%;
  background-color: #7F9C90;
  position: relative;
  z-index: 0;
}
.hero-consultant .card {
  background-color: var(--white);
  padding: 16px;
  border-radius: 8px;
  width: 245px;
  box-shadow: -7px 0px 0px 0px #384E46;
  margin-top: 124px;
  margin-left: 60px;
}
.hero-consultant .card .brief {
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-family: mencken-std, sans-serif;
}
.hero-consultant .card .consultant {
  color: #384E46;
  font-size: 14px;
  margin-top: 5px;
}
.hero-consultant .consultant-image {
  position: absolute;
  top: 25px;
  left: 195px;
  z-index: -1;
}
.hero-consultant .suitcase-image {
  position: absolute;
  z-index: 1;
  left: -155px;
  top: 200px;
}

@media only screen and (max-width: 1439px) {
  .hero-content {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1264px) {
  .hero-content {
    padding-bottom: 140px;
  }
  .hero-consultant .consultant-image {
    width: 380px;
    height: 560px;
    top: 33px;
  }
  .hero-consultant .suitcase-image {
    width: 400px;
    height: 400px;
    top: 215px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero {
    display: block;
  }
  .hero-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .hero-consultant {
    display: none;
  }
}
@media only screen and (max-width: 967px) {
  .hero-content {
    padding: 60px 60px 80px 60px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-content {
    padding: 20px 20px 40px 20px;
  }
}
.cadastro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cadastro form {
  margin-top: -40px;
  z-index: 50;
  width: var(--content-width);
  border-radius: 8px;
  box-shadow: 0px 14px 39px -16px rgba(127, 156, 144, 0.3);
  padding: var(--content-padding);
  background-color: var(--white);
}
.cadastro form .title {
  font-size: 24px;
  margin-bottom: 32px;
}
.cadastro form .fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cadastro form .form-button {
  margin-top: 32px;
  text-align: center;
  font-weight: bold;
}
.cadastro form .form-button button {
  font-size: 18px;
  background-color: #000000;
  color: #FFFFFF;
}

.form-item {
  width: 49%;
  margin-bottom: 15px;
}
.form-item .form-input {
  width: 100%;
}
.form-item .form-label {
  display: block;
}
.form-item .button {
  width: 100%;
}

.radio-label {
  font-size: 16px;
  font-weight: 600;
}

.radio-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.radio-item {
  padding: 4px 12px;
  border: 1px solid #E6ECF4;
  border-radius: 8px;
  width: 48%;
}
.radio-item label {
  font-weight: 400;
  margin-left: 5px;
}

.personal-form-item {
  width: 32%;
}

.address-form,
.personal-info-form,
.resale-form,
.income-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.privacy-policy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.privacy-policy-form-item {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1264px) {
  .cadastro {
    top: 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .cadastro {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 845px) {
  .form-item {
    width: 100%;
  }
  .form-item .button {
    width: 100%;
  }
  .privacy-policy-form-item {
    width: 100%;
  }
  .privacy-policy {
    justify-content: start;
  }
  .radio-item {
    width: 100%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

button {
  appearance: auto;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  margin: 0em;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

#newsletter .modal-dialog {
  transform: translate(0, 25%);
}
#newsletter .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 15px 15px 0px 0px #ffef2a;
}
#newsletter .modal-body {
  padding: 0 15px;
  background-image: url(../../../landing/assets/img/pop-up.jpg) no-repeat left center;
}
#newsletter .modal-body .image {
  background: url(../../../landing/assets/img/pop-up.jpg) no-repeat left center;
  background-size: cover;
}
#newsletter .modal-body .text {
  padding: 5em 2em 1.5em;
}
#newsletter .modal-body .text h2 {
  color: #e62968;
  margin-bottom: 1.5em;
}
#newsletter .modal-body .btn-link {
  line-height: 10px;
  color: #555555;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.institutional-video {
  width: var(--content-width);
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.institutional-video .video {
  border-radius: 8px;
  height: 480px;
  width: 70%;
  margin-right: 50px;
}
.institutional-video .info {
  width: 40%;
}
.institutional-video .text {
  color: #7F9C90;
  font-weight: 600;
  font-size: 20px;
}
.institutional-video .title {
  color: #384E46;
  font-size: 36px;
}
.institutional-video .subtext {
  margin-top: 1rem;
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .institutional-video {
    margin: 50px auto;
    display: block;
  }
  .institutional-video .video {
    width: 100%;
  }
  .institutional-video .info {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .institutional-video .video {
    height: 300px;
    margin-right: 0;
  }
}
.benefits {
  width: var(--content-width);
  margin: 4rem auto 0 auto;
}
.benefits .text {
  color: #7F9C90;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
.benefits .title {
  color: #384E46;
  font-size: 36px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .benefits .call-to-action-container {
    margin-top: 1rem;
  }
}

.cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card {
  background-color: #F2F4F0;
  padding: 16px 24px 40px 24px;
  width: 31%;
  margin-bottom: 32px;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .card {
    margin-bottom: 1rem;
  }
}

.card-title {
  color: #384E46;
  font-size: 16px;
  margin: 8px 0;
  font-weight: bold;
}

.card-text {
  color: #384E46;
  font-size: 16px;
}

@media only screen and (max-width: 765px) {
  .card {
    width: 48%;
  }
}
@media only screen and (max-width: 519px) {
  .card {
    width: 100%;
  }
}
.plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  padding: 2rem 0;
  width: 100%;
  background: #F2F4F0;
}
.plans .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--content-width);
}
.plans .content .title {
  color: #384E46;
  text-align: center;
}
.plans .content .text {
  font-weight: 600;
  color: #7F9C90;
  text-align: center;
}
.plans .content .cards {
  gap: 3rem;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  width: 100%;
  max-width: calc(400px * 3 + 3rem * (3 - 1));
}
@media only screen and (max-width: 1000px) {
  .plans .content .cards {
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: calc(250px * 3 + 2rem * (3 - 1));
  }
}
@media only screen and (max-width: 600px) {
  .plans .content .cards {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: calc(250px * 2 + 1rem * (2 - 1));
  }
}
.plans .content .cards .card {
  display: flex;
  flex-direction: column;
  height: fit-content;
  gap: 1rem;
  width: 100%;
  border: 3px solid #7F9C90;
}
.plans .content .cards .card .card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.plans .content .cards .card .card-header .card-icon {
  width: 80px;
}
@media only screen and (max-width: 1000px) {
  .plans .content .cards .card .card-header .card-icon {
    width: 60px;
  }
}
.plans .content .cards .card .card-header .card-title {
  display: flex;
  flex-direction: column;
  line-height: 1.125;
  font-size: 2rem;
  color: #7F9C90;
}
@media only screen and (max-width: 1000px) {
  .plans .content .cards .card .card-header .card-title {
    font-size: 1.5rem;
  }
}
.plans .content .cards .card .card-header .card-title .card-title-consultora {
  font-weight: 400;
}
.plans .content .cards .card .card-header .card-title .card-title-plan {
  font-size: 1.5em;
}
.plans .content .cards .card .card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}
.plans .content .cards .card.silver {
  border: 3px solid #909090;
}
.plans .content .cards .card.silver .card-header .card-title {
  color: #909090;
}
.plans .content .cards .card.gold {
  border: 3px solid #d7a25e;
}
.plans .content .cards .card.gold .card-header .card-title {
  color: #d7a25e;
}

.testimonials {
  background-color: #384E46;
}

.testimonials-content {
  width: var(--content-width);
  margin: auto;
  padding: 56px 0 32px 0;
}

.testimonials-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}

.testimonials-title {
  font-size: 36px;
  color: var(--white);
}

.testimonials-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 65px 45px 35px 45px;
  position: relative;
  margin-top: 68px;
  min-height: 480px;
}

.testimonials-card-avatar {
  position: absolute;
  top: -39px;
  width: 78px !important;
  height: 78px;
  border-radius: 50%;
}

.testimonials-card-title {
  font-size: 22px;
  margin-bottom: 16px;
}

.testimonials-card-content {
  font-size: 16px;
  color: var(--dark-gray);
  margin-bottom: 16px;
}

.testimonials-card-name {
  font-size: 16px;
  font-weight: 600;
  color: #7F9C90;
  margin-bottom: 8px;
}

.testimonials-card-profession {
  font-size: 12px;
  color: var(--dark-gray);
}

.hide-see-more-button {
  display: none;
}

.see-more-button {
  background-color: unset;
  border: 2px solid #384E46;
  color: #384E46;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.footer-position {
  position: absolute;
  bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  .testimonials-card {
    min-height: 490px;
  }
}
@media only screen and (max-width: 1200px) {
  .testimonials-card {
    min-height: 570px;
  }
}
@media only screen and (max-width: 1000px) {
  .testimonials-card {
    min-height: 680px;
  }
}
@media only screen and (max-width: 854px) {
  .testimonials-card {
    min-height: 450px;
  }
}
.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  padding-bottom: 4rem;
  width: 100%;
  background: #F2F4F0;
}
.news .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: var(--content-width);
}
@media only screen and (max-width: 1000px) {
  .news .content {
    gap: 2rem;
  }
}
.news .content .title {
  color: #384E46;
  text-align: center;
}
.news .content .text {
  font-weight: 600;
  color: #7F9C90;
  text-align: center;
}
.news .content .cards {
  gap: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  width: 100%;
  max-width: calc(300px * 2 + 3rem * (2 - 1));
}
@media only screen and (max-width: 1000px) {
  .news .content .cards {
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: calc(250px * 2 + 3rem * (2 - 1));
  }
}
.news .content .cards .card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 0;
}
.news .content .cards .card a {
  text-align: center;
  background: #7F9C90;
}
@media only screen and (max-width: 1000px) {
  .news .content .cards .card {
    gap: 0.75rem;
  }
}

.faq {
  width: var(--content-width);
  margin: 60px auto;
  text-align: center;
}
.faq .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  align-items: center;
  border-bottom: 1px solid var(--gray);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none; /* Safari, Chrome */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer, Edge */
}
.faq .accordion-question {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-gray);
  text-align: left;
}
.faq .accordion-icon {
  font-size: 22px;
  color: #862041;
  font-weight: 600;
}
.faq .accordion-content {
  padding: 24px 0;
  display: none;
}
.faq .accordion-content p {
  text-align: left;
}
.faq .accordion-open .accordion-content {
  display: block;
}
.faq .accordion-open .accordion-question {
  color: #862041;
}
.faq .faq-text {
  font-size: 20px;
  color: #7F9C90;
  font-weight: 600;
}
.faq .faq-title {
  font-size: 36px;
  color: #384E46;
}

.app {
  width: var(--content-width);
  margin: 90px auto 50px auto;
  background-color: #F2F4F0;
  border-radius: 8px;
  padding: var(--content-padding);
  position: relative;
}
.app .app-content {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  .app .app-content {
    width: 100%;
  }
  .app .app-content .app-buttons-image {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .app .app-content .app-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .app .app-content .app-button {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.app .app-content .app-title {
  font-size: 28px;
  color: #384E46;
  margin-bottom: 8px;
}
.app .app-content .app-text {
  font-size: 16px;
  margin-bottom: 24px;
}
.app .app-content .app-buttons {
  display: flex;
  gap: 16px;
}
.app .app-content .app-buttons .app-button {
  display: flex;
  align-items: center;
  background: #862041;
}
.app .app-content .app-buttons .app-button .app-button-icon {
  font-size: 24px;
  margin-right: 5px;
}
.app .app-content .app-buttons .app-button .app-button-text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.app .app-content .app-buttons .app-button .app-button-store {
  font-size: 16px;
  font-weight: 500;
}

.app-buttons-image {
  position: absolute;
  top: -33px;
  right: 0;
}

.location {
  background-color: #F2F4F0;
}

.location-container {
  width: var(--content-width);
  margin: auto;
  padding: 50px 0;
}

.location-text {
  font-size: 20px;
  font-weight: 600;
  color: #7F9C90;
}

.location-title {
  font-size: 36px;
  margin-bottom: 32px;
  color: #384E46;
}

.location-city {
  margin-bottom: 16px;
  color: #7F9C90;
  font-weight: bold;
}

.location-card-info {
  border-radius: 8px;
  border: 1px solid #384E46;
  color: #384E46;
  padding: 16px;
  margin-bottom: 24px;
}

.location-card-name {
  font-size: 16px;
  color: #384E46;
  margin-bottom: 8px;
}

.location-card-address {
  font-size: 16px;
  margin-bottom: 16px;
}

.location-card-phone {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}

.location-card-phone-line {
  display: flex;
}

.location-card-phone-line img {
  border-radius: 4px;
  margin-right: 5px;
}

.locations {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.location-item {
  width: 32%;
}

@media only screen and (max-width: 875px) {
  .location-item {
    width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}

.mt-2 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 32px;
}

.ml-28 {
  margin-left: 28px;
}

.hide {
  display: none;
}

.divider {
  border: 1px solid #DEE2E6;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button {
  background-color: #384E46;
  border: none;
  color: var(--white);
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}
.button :hover {
  background-color: var(--button-hover);
}
.button > a {
  color: var(--white);
}

.menu-icon {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #7F9C90;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

input[type=text],
input[type=date],
input[type=email],
select {
  height: 56px;
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--light-gray);
  font-size: 16px;
  padding: 16px;
}

input[type=text]:focus,
input[type=date]:focus,
select:focus-visible {
  outline: none;
  border-color: var(--dark-pink);
}

input[type=radio] {
  accent-color: var(--dark-pink);
}

label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.alert {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
}

.warning {
  color: #664D03;
  background-color: #FFF3CD;
}

.call-to-action-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.call-to-action-container .call-to-action {
  text-align: center;
  width: 49%;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 18px;
  border: none;
  padding: 16px 24px;
  font-weight: 600;
  border-radius: 8px;
}
.call-to-action-container .call-to-action :hover {
  background-color: var(--button-hover);
}
@media only screen and (max-width: 845px) {
  .call-to-action-container .call-to-action {
    width: 100%;
  }
}

h1, h2, h3, h4 {
  line-height: 1.1;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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