/* :root {
    --font-myriad: "myriad-pro", sans-serif;
    --text-body: #485560;
    --primary-blue: #243746;
    --beige: #DECAA4;
    --beige-light: #F7F3EB;
    --green: #D3E6CB;
    --green-light: #F0F5EF;
    --blue: #CADBEB;
    --blue-light: rgba(202, 219, 235, 0.35);
    --border-color: rgba(222, 202, 164, 0.75);
    --border-radius: 12px;
    --grey: #DDE2E2;
    --grey-rgb: 221, 226, 226;
    --bg-page: #F7F8F8;
    --white: #fff;
    --error-text: #fb0000;
    --black: #000;
    --transition: all 400ms ease-in-out;
    --green-gradient: linear-gradient(180deg, #DDE8D9 0%, #FDFDFD 100%);
} */
/* Full-Width Text and CTA */
.full_width_text_and_cta{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.full_width_text_and_cta + section{
    position: relative;
    z-index: 2;
}
.full_width_text_and_cta .logo-right-img{
    z-index: 1;
    position: absolute;
    bottom: -23px;
    right: -50px;
    width: 398.783px;
    height: 439.319px;
}

.full_width_text_content{
    padding: 70px 0 130px;
    max-width: 902px;
    position: relative;
    z-index: 3;
}
.full_width_text_content h4 {
    display: inline-flex;
    flex-wrap: wrap;

    word-wrap: break-word;
}
.full_width_text_content .color-change-text {
  display: block;
  max-width: 100%;
  white-space: normal; /* crucial to allow wrapping */
  overflow-wrap: break-word;
  word-break: break-word;

  white-space: pre-wrap;
  margin-bottom: 0;
}
.full_width_text_content .btn-wrap{
    padding: 35px 0 0;
}
.full_width_text_content .animate-content{
    max-width: 100%;
}
.full_width_text_content .animate-content ul li,
.full_width_text_content .animate-content ol li {
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
}

.logo-right-img[data-aos=fade-up] {
    transform: translate3d(0, 30px, 0);
}

/* Full-Width Text and CTA */