@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Lato";
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header img {
  width: 147px;
  height: 51px;
  max-width: 100%;
}
.header .partner_oultined_btn {
  width: 206px;
  height: 51px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  font-weight: 400;
  color: #fff;
  border-radius: 40px;
  text-transform: capitalize;
}
.header .partner_oultined_btn:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #24a396;
}
@media only screen and (max-width: 1024px) {
  .header .partner_oultined_btn {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    justify-content: center;
  }
}

.banner {
  background: #24a396;
  padding: 40px 50px;
}
.banner .banner_content {
  display: flex;
  max-width: 1440px;
  margin: 90px auto 0 auto;
}
.banner .banner_content img {
  width: 900px;
  max-width: 100%;
}
.banner .banner_content img.mobile_banner_img {
  display: none;
}
.banner .banner_content .banner_title_desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -20%;
  gap: 24px;
  padding-top: 7%;
}
.banner .banner_content h1 {
  font-size: 54px;
  font-weight: 400;
  color: #fff;
  max-width: 690px;
}
@media only screen and (max-width: 1230px) {
  .banner .banner_content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1120px) {
  .banner .banner_content h1 {
    font-size: 45px;
  }
}
.banner .banner_content br {
  display: none;
}
.banner .banner_content .page_desc {
  max-width: 511px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
.banner .banner_content .partner_btn {
  background: linear-gradient(275deg, #20639b 8.31%, rgba(32, 99, 155, 0) 45.65%), #173f5f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 206px;
  height: 51px;
  border-radius: 40px;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.banner .banner_content .partner_btn:hover {
  opacity: 0.85;
  transition: all 0.2;
}
@media only screen and (max-width: 1024px) {
  .banner .banner_content {
    flex-direction: column-reverse;
    margin-top: 70px;
  }
  .banner .banner_content img {
    padding-left: 20%;
    margin-top: 20px;
  }
  .banner .banner_content .banner_title_desc {
    margin-left: 0;
    align-items: center;
    text-align: center;
    padding-top: 0;
  }
  .banner .banner_content .banner_title_desc h1 {
    line-height: 59px;
  }
  .banner .banner_content .banner_title_desc .page_desc {
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner_content .banner_title_desc h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .banner .banner_content img {
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 500px) {
  .banner {
    padding: 40px 0px;
  }
  .banner .banner_content .banner_image {
    position: relative;
    height: 290px;
  }
  .banner .banner_content img {
    position: absolute;
    padding-left: 0;
  }
  .banner .banner_content img.mobile_banner_img {
    display: block;
  }
  .banner .banner_content img.web_banner_img {
    display: none;
  }
  .banner .banner_content .banner_title_desc br {
    display: block;
  }
}
@media only screen and (max-width: 370px) {
  .banner {
    padding: 40px 10px;
  }
  .banner .banner_title_desc br {
    display: none !important;
  }
}

#aging_in_place {
  padding: 137px 0 0 155px;
}
#aging_in_place > div {
  background-image: url(../assets/images/aging_in_place.png);
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: 800px;
  width: 100%;
  background-position-x: 110%;
  background-position-y: top;
}
#aging_in_place > div .mobile_age_image {
  display: none;
}
#aging_in_place > div h2 {
  font-size: 42px;
  font-weight: 500;
  color: #24a396;
  max-width: 750px;
  margin-bottom: 24px;
}
#aging_in_place > div > div {
  padding: 10px;
}
#aging_in_place > div > div .content:first-child,
#aging_in_place > div > div ul {
  max-width: 575px;
}
#aging_in_place > div > div .content:last-child {
  max-width: 650px;
}
#aging_in_place > div > div .content:last-child a {
  color: #24a396;
  text-decoration: none;
}
#aging_in_place > div > div .content:last-child a:hover {
  color: #4f4f4f;
}
#aging_in_place > div > div .content,
#aging_in_place > div > div ul li {
  font-size: 20px;
  color: #4f4f4f;
  font-weight: 400;
  line-height: 30px;
}
#aging_in_place > div > div ul {
  padding-left: 20px;
  margin: 24px 0 36px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#aging_in_place > div > div ul li::marker {
  font-size: 25px;
}
@media only screen and (max-width: 1290px) {
  #aging_in_place > div {
    background-size: 700px;
    background-position-y: 50px;
    background-position-x: 120%;
  }
}
@media only screen and (max-width: 1190px) {
  #aging_in_place > div {
    background-size: 650px;
    background-position-y: 80px;
    background-position-x: 125%;
  }
}
@media only screen and (max-width: 1140px) {
  #aging_in_place > div {
    background-size: 600px;
    background-position-y: 100px;
  }
}
@media only screen and (max-width: 1086px) {
  #aging_in_place {
    padding-left: 0;
    padding-bottom: 60px;
  }
  #aging_in_place > div {
    background-image: none;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #aging_in_place > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #aging_in_place > div h2 {
    max-width: 600px;
  }
  #aging_in_place > div h2,
  #aging_in_place > div .content {
    text-align: center;
  }
  #aging_in_place > div .mobile_age_image {
    display: block;
    margin-top: 48px;
    min-height: 400px;
    background-image: url(../assets/images/aging_in_place.png);
    width: 100%;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 630px) {
  #aging_in_place {
    padding: 40px 0 40px 0;
  }
  #aging_in_place > div ul {
    max-width: 400px;
  }
  #aging_in_place > div .mobile_age_image {
    margin-top: 0;
    background-size: 600px;
  }
  #aging_in_place > div h2 {
    max-width: 320px;
  }
  #aging_in_place > div > div .content:first-child {
    max-width: 350px;
  }
  #aging_in_place > div > div .content:last-child {
    max-width: 330px;
  }
  #aging_in_place > div > div ul {
    max-width: 400px;
    text-align: center;
    list-style-type: none;
  }
  #aging_in_place > div > div ul li {
    position: relative;
    padding-left: 16px;
  }
  #aging_in_place > div > div ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #4f4f4f;
    border-radius: 50%;
    top: 5px;
    position: absolute;
    left: 0;
    top: 10px;
  }
}

#meet_team {
  padding: 120px 24px;
  background-color: #eafaf9;
}
#meet_team .mobile_maia_img {
  display: none;
}
#meet_team .title {
  font-size: 42px;
  font-weight: 500;
  font-family: "Lato";
  color: #24a396;
  line-height: 50px;
  text-align: center;
  margin-bottom: 32px;
}
#meet_team .team_content p {
  font-size: 20px;
  font-weight: 400;
  color: #4f4f4f;
  line-height: 30px;
  text-align: center;
}
#meet_team .team_content p:first-child {
  max-width: 911px;
  margin: 0 auto 24px auto;
}
#meet_team .team_content p:last-child {
  max-width: 973px;
  margin: 0 auto;
}
#meet_team .team_members {
  display: flex;
  justify-content: center;
  gap: 140px;
  margin-top: 45px;
}
#meet_team .team_members .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 180px;
}
#meet_team .team_members .member > img {
  width: 142px;
  height: 142px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
#meet_team .team_members .member .name {
  font-size: 20px;
  font-weight: 600;
  color: #24a396;
  margin-top: 16px;
  margin-bottom: 8px;
}
#meet_team .team_members .member .role {
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  margin-bottom: 8px;
}
#meet_team .team_members .member .role a {
  color: #4f4f4f;
  width: unset;
  height: unset;
  display: unset;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
#meet_team .team_members .member .role a:hover {
  color: #24a396;
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
}
#meet_team .team_members .member .technlogy_links {
  display: flex;
  gap: 10px;
}
#meet_team .team_members .member a {
  width: 36px;
  height: 36px;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#meet_team .team_members .member a:hover {
  background: #24a396;
  transition: all 0.3s;
}
#meet_team .team_members .innovation {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  #meet_team .team_members {
    gap: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #meet_team {
    background-image: none;
    padding: 40px 24px 40px 24px;
  }
  #meet_team .team_members {
    flex-direction: column;
    gap: 70px;
  }
  #meet_team .team_members .innovation {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #meet_team {
    padding: 40px 0 40px 0;
  }
  #meet_team .team_content p:first-child {
    max-width: 313px !important;
  }
  #meet_team .team_content p:last-child {
    max-width: 331px !important;
  }
  #meet_team .title {
    max-width: 250px;
    margin: 0px auto 30px auto;
    font-size: 36px;
    line-height: 43px;
  }
}

#footer {
  padding: 48px 0 43px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  background-color: #eafaf9;
}
#footer img {
  width: 146px;
  height: 51px;
  max-width: 100%;
}
#footer ul {
  display: flex;
  gap: 54px;
  padding: 0;
  list-style-type: none;
}
#footer ul li a,
#footer ul li .contact_us {
  color: #24a396;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
#footer ul li a:hover,
#footer ul li .contact_us:hover {
  color: #4f4f4f;
}
#footer ul li .contact_us {
  border: none;
  background: rgba(0, 0, 0, 0);
  outline: none;
}

#partner {
  padding: 180px 0;
  background-color: #24a396;
  background-image: url(../assets/images/maia_love_image.png);
  background-position: bottom right;
  background-size: 440px;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
}
#partner > div {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  margin: 0 auto;
}
#partner > div h4 {
  color: #fff;
  max-width: 670px;
  line-height: 64px;
  font-size: 54px;
  text-align: center;
}
#partner > div .partner_btn {
  background: linear-gradient(275deg, #20639b 8.31%, rgba(32, 99, 155, 0) 45.65%), #173f5f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 206px;
  height: 51px;
  border-radius: 40px;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
}
#partner > div .partner_btn:hover {
  opacity: 0.85;
  transition: all 0.2;
}
#partner > div .maia_image {
  display: none;
}
@media only screen and (max-width: 1320px) {
  #partner {
    background-size: 400px;
    background-position-y: 160px;
  }
}
@media only screen and (max-width: 1220px) {
  #partner {
    background-size: 350px;
    background-position-y: 180px;
  }
}
@media only screen and (max-width: 1160px) {
  #partner {
    background-size: 300px;
    background-position-y: 170px;
  }
}
@media only screen and (max-width: 1086px) {
  #partner {
    background-image: none;
  }
  #partner > div {
    gap: 24px;
  }
  #partner > div .maia_image {
    display: block;
    margin-top: 12px;
  }
  #partner > div .maia_image img {
    width: 450px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #partner {
    padding: 40px 0;
  }
  #partner > div h4 {
    font-size: 32px;
    line-height: 40px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  #partner > div h4 {
    max-width: 350px;
    padding: 0 10px;
  }
  #partner > div .maia_image {
    padding-left: 30px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.44);
}
.modal .modal-dialog {
  width: 100%;
  max-width: 1340px;
  padding: 0 50px;
}
.modal .modal-dialog .modal-content {
  background-color: #eeeeec;
  padding-top: 150px;
  padding-bottom: 125px;
  border-radius: 40px;
}
.modal .modal-dialog .modal-content .button_Close {
  border: 1px solid #24a396;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #24a396;
  position: absolute;
  right: 28px;
  top: 25px;
}
.modal .modal-dialog .modal-content .button_Close:hover {
  background: #fff;
  transition: all 0.3s;
}
.modal .modal-dialog .modal-content .form {
  max-width: 650px;
  margin-left: auto;
}
.modal .modal-dialog .modal-content .form .message_label {
  color: #9d9d9d;
  font-size: 20px;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .form h5 {
  font-size: 42px;
  font-weight: 500;
  color: #24a396;
  margin-bottom: 24px;
}
.modal .modal-dialog .modal-content .form > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal .modal-dialog .modal-content .form > div .email_phone {
  display: flex;
  gap: 10px;
}
.modal .modal-dialog .modal-content .form > div .email_phone > div {
  display: flex;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .form > div input {
  width: 100%;
  max-width: 550px;
  background-color: #fff;
  height: 51px;
  border: 1px solid #a9a9a9;
  padding: 0 24px;
  border-radius: 20px;
}
.modal .modal-dialog .modal-content .form > div input:focus-visible {
  outline: none !important;
  border-color: #24a396 !important;
}
.modal .modal-dialog .modal-content .form > div textarea {
  width: 100%;
  max-width: 550px;
  background-color: #fff;
  min-height: 150px;
  border: 1px solid #a9a9a9;
  padding: 20px 10px 0 24px;
  border-radius: 20px;
}
.modal .modal-dialog .modal-content .form > div textarea:focus-visible {
  outline: none !important;
  border-color: #24a396 !important;
}
.modal .modal-dialog .modal-content .form .submit {
  background: linear-gradient(275deg, #20639b 8.31%, rgba(32, 99, 155, 0) 45.65%), #173f5f;
  width: 164px;
  height: 51px;
  padding: 0;
  border: none;
  font-weight: 400;
  border-radius: 40px;
  margin-top: 36px;
  color: #fff;
}
.modal .modal-dialog .support_community {
  background-image: url(../assets/images/form_love_img.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: 700px;
}
@media only screen and (max-width: 1200px) {
  .modal .support_community {
    background-size: 550px !important;
  }
}
@media only screen and (max-width: 1086px) {
  .modal .support_community {
    background-size: 500px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .support_community {
    padding: 100px 0 100px 0 !important;
    background-image: none !important;
  }
  .modal .support_community .form {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 790px) {
  .modal .modal-dialog {
    padding: 0 10px;
    margin: 30px 0;
  }
  .modal .modal-dialog .modal-content {
    padding: 60px 0 !important;
  }
  .modal .modal-dialog .modal-content .form {
    padding: 0 24px;
  }
  .modal .modal-dialog .modal-content .form h5 {
    font-size: 36px;
    line-height: 43px;
  }
  .modal .modal-dialog .modal-content .form > div input {
    max-width: 450px;
    width: 100% !important;
  }
  .modal .modal-dialog .modal-content .form > div .email_phone {
    flex-direction: column !important;
  }
}

.error-message {
  color: red;
  padding-left: 10px;
}

.loader,
.loader-contact {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #24a396; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin-top: 36px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contactModal_form {
  min-width: 600px;
}
#contactModal_form .contact_modal_form input {
  width: 100% !important;
  max-width: 550px;
}
@media only screen and (max-width: 700px) {
  #contactModal_form {
    min-width: unset;
    margin: unset;
  }
}

.terms_wrap .terms {
  background-color: #24a396;
}
.terms_wrap .terms .termsbanner {
  padding: 37px 30px 45px 30px;
  max-width: 1340px;
  margin: 0 auto;
}
.terms_wrap .terms .termsbanner > div img {
  width: 150px;
  height: 50px;
  max-width: 100%;
}
.terms_wrap .terms .termsbanner h1 {
  max-width: 1075px;
  margin: 0 auto;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  line-height: 47px;
  margin-top: 90px;
}
.terms_wrap .terms_content {
  max-width: 1115px;
  padding: 50px 30px;
  background-color: #fff;
  margin: 0 auto;
}
.terms_wrap .terms_content .date {
  font-size: 16px;
  font-weight: 700;
  color: #4f4f4f;
}
.terms_wrap .terms_content .border_bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.terms_wrap .terms_content ol {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.terms_wrap .terms_content ol strong {
  font-weight: 700;
}
.terms_wrap .font_16_400 {
  font-size: 16px;
  font-weight: 400;
  color: #4f4f4f;
  line-height: 28px;
}
.terms_wrap .font_14_400 {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  line-height: 25px;
}
.terms_wrap .font_24_green_600 {
  font-size: 24px;
  font-weight: 600;
  color: #24a396;
  margin-bottom: 14px;
}
.terms_wrap .font_13_700 {
  font-size: 13px;
  font-weight: 700;
  color: #4f4f4f;
  line-height: 28px;
}
@media only screen and (max-width: 700px) {
  .terms_wrap .terms .termsbanner {
    padding: 35px 20px 24px 20px;
  }
  .terms_wrap .font_16_400 {
    font-size: 14px;
  }
  .terms_wrap .terms_content {
    padding: 40px 20px;
  }
}

.thankyou_para {
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  text-align: center;
  margin-top: 20px;
}

.thankyou {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 650px;
}

@media only screen and (max-width: 700px) {
  .thankyou {
    min-width: unset;
    min-height: 300px;
  }
  .thankyou .thankyou_para {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */