@import url("owl/owl.carousel.min.css");
@import url("owl/owl.theme.default.min.css");
@import url("animation/anim-fade.css");

/* Breakpoints */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

/* GLOBAL */

html {
  scroll-behavior: smooth;
}

.acp_container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.acp_footer_social {
  display: none;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}
.w-50 {
  width: 50%;
}

.d_flex {
  display: flex;
}

.btn {
  background-color: #aa2b87;
  padding: 16px 24px;
  color: #ffffff;
  font-weight: bold;
  align-self: flex-start;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.btn:hover {
  background-color: #7d3189;
  color: #ffffff;
}

header.acp_header {
  top: -60px !important;
  transition: top 0.3s ease;
  position: fixed !important;
}

header.acp_header .acp_header_cta {
  display: none;
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_cta {
    display: block;
    position: absolute;
    right: 119px;
    top: 6px;
    padding: 11px 24px;
  }
}

header.acp_header.active {
  top: 0 !important;
}

header.acp_header .logo_wrapper,
header.acp_header .logo_wrapper a {
  left: 0;
}
@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo {
    width: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_logo {
    width: 450px;
  }
}

header.acp_header .acp_header_logo img {
  display: none;
}

@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo img {
    align-self: center;
    display: block;
  }
}

/* HERO BANNER */

.acp_hero_banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container {
    flex-direction: row;
  }
}

.opacity-0 {
  opacity: 0;
}

.acp_hero_banner .acp_container .hero__carousel {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  height: 100vh;
  transition: opacity 0.3s linear;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    top: 15px;
    left: auto;
    right: 75px;
    max-height: 950px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    right: 100px;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
  opacity: 0;
  transition: opacity 0.3s linear;
  object-fit: cover;
  object-position: right;
  height: 50%;
  align-self: flex-end;
  top: auto !important;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
    height: 90%;
    align-self: center;
    right: 0;
    margin: 0 auto;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character img {
  height: 100%;
}

.acp_hero_banner
  .acp_container
  .hero__carousel
  .acp_hero_character.active_acp_slide {
  opacity: 1;
}

.side_arrow_cont {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .side_arrow_cont {
    position: absolute;
    display: flex;
    height: 100%;
    width: 15%;
    left: -20%;
    z-index: 1;
    top: 0;
    transition: left 1s ease;
  }

  .side_arrow_cont.anim-trigger {
    left: -8%;
  }

  .side_arrow_cont.purple_side_arrow {
    left: -20%;
  }

  .side_arrow_cont.purple_side_arrow.show {
    left: -8%;
  }
}

@media only screen and (min-width: 1920px) {
  .side_arrow_cont {
    left: -1%;
  }
  .side_arrow_cont.purple_side_arrow.show {
    left: -1%;
  }
}

.side_arrow_cont img {
  object-fit: contain;
}

.acp_hero_banner .acp_container .cae_cont {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 1;
  width: 62px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 34px;
    left: 31px;
    z-index: 1;
    width: 102px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 50px;
    left: 45px;
    z-index: 1;
    width: 127px;
  }
}

.acp_hero_banner .acp_container .dell_cont {
  position: absolute;
  top: 29px;
  right: 21px;
  z-index: 1;
  width: 152px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 46px;
    right: 31px;
    z-index: 1;
    width: 238px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 1;
    width: 274px;
  }
}

.acp_hero_banner .acp_container .logo_cont {
  position: absolute;
  bottom: 30px;
  right: 21px;
  z-index: 1;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 36px;
    right: 30px;
    z-index: 1;
    width: 176px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 48px;
    right: 40px;
    z-index: 1;
    width: 223px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 78px;
    right: 40px;
    z-index: 1;
    width: 283px;
  }
}

.acp_hero_banner .acp_container .down_arrow_cont {
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 40px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 50px;
    width: 46px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 48px;
    width: 54px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 78px;
  }
}

.acp_hero_banner .acp_container .hero_content {
  position: relative;
  opacity: 0;
  padding-top: 94px;
  min-width: 100% !important;
  z-index: 1;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 215px;
    min-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 0;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta {
  width: 90%;
  align-self: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    width: 464px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    min-width: 634px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta h1 {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  font-size: 32px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 51px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta p {
  color: #ffffff;
  width: 90%;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta p {
    line-height: 1.4;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta a {
  text-transform: uppercase;
}

/* TEXT AND IMAGE WITH CTA */

.text_and_image_with_cta {
  position: relative;
  padding-bottom: 110px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta {
    background-size: 100%;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header,
.acp_benefits .acp_benefits_header,
.why_cae .why_cae_header,
.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 69px;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.why_cae .why_cae_header {
  background: linear-gradient(90deg, #7d3189 23%, transparent 23%);
}

.text_and_image_with_cta .text_and_image_with_cta_header {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header {
    margin-bottom: 70px;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
.acp_benefits .acp_benefits_header .acp_container h2,
.why_cae .why_cae_header .acp_container h2,
.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  color: #ffffff;
  background-color: #7d3189;
  font-size: 22px;
  display: inline-block;
  padding-right: 22px;
  padding-top: 20px;
  padding-bottom: 19px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 32px;
    padding-right: 34px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 48px;
    padding-right: 46px;
    padding-top: 31px;
    padding-bottom: 35px;
  }
}

.text_and_image_with_cta .taiwc_content,
.text_image_fifty_fifty .text_image_fifty_fifty_content {
  background-color: transparent;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content,
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    flex-direction: row;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link,
.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link {
  flex-direction: column;
  font-size: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link {
    width: 75%;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link .copy_link_para p {
  max-width: 542px;
  color: #1d1d1b;
  font-size: 16px;
}

.text_and_image_with_cta .taiwc_content .copy_link a {
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link a {
    margin-top: 31px;
    font-weight: bold;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta {
  flex-direction: column;
  text-align: center;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 54px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 117px;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta img {
  width: 90%;
  max-width: 360px;
}

/* QUOTE SLIDER */

.quote_slider {
  width: 100%;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1366px) {
  .quote_slider {
    flex-direction: row;
  }
}

.quote_slider .slide_container .owl-stage {
  display: flex;
}

.quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 60%,
    rgba(255, 255, 255, 0) 75%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 36%,
      rgba(255, 255, 255, 0) 62%
    );
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 419px;
  overflow: hidden;
  display: flex;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide_image {
    position: absolute;
    top: 0;
    max-height: none;
    height: 100%;
    overflow: hidden;
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: right;
}

@media only screen and (min-width: 1024px) {
  .quote_slider .slide_container .quote_slide_container .slide_image img {
    object-position: center center;
  }
}

.quote_slider .slide_container {
  position: relative;
  top: 0;
}

.quote_slider .slide_container .quote_slide_container {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.quote_slider .slide_container .quote_slide_container .slide {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.quote {
  color: #ffffff;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    max-width: 518px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.author {
  padding-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 518px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.author {
    padding-top: 30px;
    font-size: 20px;
  }
}

.quote_slider .owl-dots {
  position: absolute;
  bottom: 396px;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-dots {
    bottom: 0;
  }
}

.quote_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #7d3189;
  border-radius: 100%;
  margin: 0 5px;
}

.quote_slider .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.quote_slider .owl-nav {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 424px;
  width: 50%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav {
    width: 32%;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav {
    right: 45px;
    top: 50%;
    width: auto;
  }
}

.quote_slider .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav button {
    width: 54px;
    height: 54px;
    position: relative;
  }
}

.quote_slider .owl-nav button span {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav .owl-prev {
    display: none;
  }
}

.quote_slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.quote_slider .slide_container .quote_slide_container .slide .quote_mark {
  width: 55px;
  position: relative;
  bottom: -40px;
}

/* BENEFITS */

.acp_benefits {
  background-color: #450c53;
  padding-bottom: 78px;
  background-size: 111% 25%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .acp_benefits {
    padding-bottom: 150px;
    background-size: cover;
  }
}

.acp_benefits .acp_benefits_header {
  margin-bottom: 0;
}

.acp_benefits .acp_benefits_content {
  padding-top: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content {
    padding-top: 80px;
    flex-direction: column;
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content {
    width: 90%;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    max-width: 439px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    width: 90%;
    max-width: none;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
  flex-direction: column-reverse;
  padding-top: 30px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    flex-direction: row;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    padding-top: 90px;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
  width: 240px;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 45px;
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 194px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit:nth-child(2) {
  border-top: 5px dotted #aa2b87;
  border-bottom: 5px dotted #aa2b87;
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2) {
    border-style: none;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2)
    .benefit_title {
    border-left: 5px dotted #aa2b87;
    border-right: 5px dotted #aa2b87;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 33%;
    flex-direction: column;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .benefit_title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 1366px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit
    .benefit_title {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .icon {
  max-width: 120px;
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.acp_benefits .acp_benefits_outro {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_outro {
    padding-top: 73px;
  }
}

.acp_benefits .acp_benefits_outro p {
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}

/* WHY CAE? */

.why_cae {
  background-position: bottom;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .why_cae {
    background-size: 100%;
  }
}

.why_cae .why_cae_content {
  padding-bottom: 136px;
}

.why_cae .why_cae_content .why_cae_content_reasons {
  flex-direction: column;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason {
  flex-direction: column;
  text-align: center;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
  font-size: 22px;
  color: #450c53;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 28px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content.open {
  max-height: 1150px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .icon {
  width: 110px;
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_description {
  color: #303030;
  font-size: 16px;
  padding-top: 27px;
  text-align: center;
  width: 90%;
  max-width: 519px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont {
  padding-top: 57px;
  text-align: center;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont
  .quote_mark {
  width: 45px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #450c53;
  margin: 0 auto;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 32px;
  padding-top: 30px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote_author {
  font-size: 14px;
  color: #7d3189;
  text-transform: uppercase;
  padding-top: 32px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote_author,
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote {
    width: 460px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 47px;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow img {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 23px;
  left: 0;
  bottom: 23px;
  right: 0;
  margin: 0 auto;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow.open {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow.close {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

@-webkit-keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}
@keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}

/* Text Image 50/50 */

.text_image_fifty_fifty {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty {
    display: block;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 55%,
    rgba(255, 255, 255, 0) 72%
  );
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      180deg,
      rgba(78, 30, 84, 1) 50%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 25%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: absolute;
  top: 0;
  max-width: 750px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  line-height: 1.1;
}

.text_image_fifty_fifty .text_image_fifty_fifty_content {
  position: relative;
  top: 0;
  padding-top: 110px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 130px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 247px;
    padding-bottom: 90px;
  }
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  a {
  text-decoration: underline;
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  p {
  color: #ffffff;
  padding-bottom: 20px;
  max-width: 519px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 604px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 519px;
    font-size: 16px;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link a {
  color: #aa2b87;
  font-weight: bold;
  text-decoration: underline;
}

.text_image_fifty_fifty .image_cta {
  position: relative;
  height: 502px;
}
@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    max-height: none;
    height: 100%;
    width: 100%;
  }
}

.text_image_fifty_fifty .image_cta img {
  object-fit: cover;
  height: 100%;
  object-position: right;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta img {
    object-fit: cover;
    height: auto;
    object-position: center;
    width: 100%;
  }
}

/* FORM */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

.form_acp {
  padding-bottom: 70px;
  position: relative;
}

.form_acp .wpcf7-not-valid-tip {
  position: relative;
  top: 7px;
  font-weight: 600;
  white-space: nowrap;
}

.form_acp form p {
  line-height: 0.4;
}
@media only screen and (min-width: 768px) {
  .form_acp form p {
    line-height: 0;
  }
}

.form_acp form p.privacy {
  font-size: 12px;
  margin-top: 45px;
}

.form_acp form p.privacy a {
  color: #ffffff;
  font-weight: bold;
}

.form_acp .form_acp_header {
  padding-top: 60px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header {
    padding-top: 98px;
  }
}

.form_acp .form_acp_header h2 {
  font-size: 32px;
  color: #ffffff;
  width: 100%;
  line-height: 1;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_header h2 {
    font-size: 50px;
    width: 65%;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header h2 {
    font-size: 48px;
    width: 70%;
  }
}

.form_acp .form_acp_content {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content {
    flex-direction: row;
  }
}

.form_acp .form_acp_content .image_cta {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta {
    width: 45%;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta {
    padding: 45px;
  }
}

.form_acp .form_acp_content .image_cta img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 279px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 373px;
  }
}

.form_acp .form_acp_content .para_form {
  color: #ffffff;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .para_form {
    color: #ffffff;
    width: 55%;
  }
}

.form_acp .form_acp_content .para_form .para {
  margin-bottom: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .para_form .para {
    margin-bottom: 0px;
  }
}

.form_acp .form_acp_content .para_form p {
  color: #ffffff;
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span {
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span.ajax-loader {
  display: none;
}

.form_acp .form_acp_content .para_form .form_container form span:first-child {
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .form_acp
    .form_acp_content
    .para_form
    .form_container
    form
    span:nth-child(-n + 3) {
    width: 49%;
    display: inline-block;
    margin-bottom: 5px;
  }
}

.form_acp .form_acp_content .para_form .form_container form span input {
  background-color: rgba(255, 255, 255, 0.29);
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  span
  input::-webkit-input-placeholder {
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  input[type="submit"] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: #aa2b87;
  height: 50px;
}

.form_acp .form_acp_content .para_form .form_container form .privacy a {
  text-decoration: underline;
}

/*****issues with cookie bar*/

.case_studies-template-default div#cliSettingsPopup, .case_studies-template-default div#cookie-law-info-again, .case_studies-template-default div#cookie-law-info-bar {
    display: none !important;
}

@import url("owl/owl.carousel.min.css");
@import url("owl/owl.theme.default.min.css");
@import url("animation/anim-fade.css");

/* Breakpoints */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

/* GLOBAL */

html {
  scroll-behavior: smooth;
}

.acp_container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.acp_footer_social {
  display: none;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}
.w-50 {
  width: 50%;
}

.d_flex {
  display: flex;
}

.btn {
  background-color: #aa2b87;
  padding: 16px 24px;
  color: #ffffff;
  font-weight: bold;
  align-self: flex-start;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.btn:hover {
  background-color: #7d3189;
  color: #ffffff;
}

header.acp_header {
  top: -60px !important;
  transition: top 0.3s ease;
  position: fixed !important;
}

header.acp_header .acp_header_cta {
  display: none;
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_cta {
    display: block;
    position: absolute;
    right: 119px;
    top: 6px;
    padding: 11px 24px;
  }
}

header.acp_header.active {
  top: 0 !important;
}

header.acp_header .logo_wrapper,
header.acp_header .logo_wrapper a {
  left: 0;
}
@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo {
    width: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_logo {
    width: 450px;
  }
}

header.acp_header .acp_header_logo img {
  display: none;
}

@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo img {
    align-self: center;
    display: block;
  }
}

/* HERO BANNER */

.acp_hero_banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container {
    flex-direction: row;
  }
}

.opacity-0 {
  opacity: 0;
}

.acp_hero_banner .acp_container .hero__carousel {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  height: 100vh;
  transition: opacity 0.3s linear;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    top: 15px;
    left: auto;
    right: 75px;
    max-height: 950px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    right: 100px;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
  opacity: 0;
  transition: opacity 0.3s linear;
  object-fit: cover;
  object-position: right;
  height: 50%;
  align-self: flex-end;
  top: auto !important;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
    height: 90%;
    align-self: center;
    right: 0;
    margin: 0 auto;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character img {
  height: 100%;
}

.acp_hero_banner
  .acp_container
  .hero__carousel
  .acp_hero_character.active_acp_slide {
  opacity: 1;
}

.side_arrow_cont {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .side_arrow_cont {
    position: absolute;
    display: flex;
    height: 100%;
    width: 15%;
    left: -20%;
    z-index: 1;
    top: 0;
    transition: left 1s ease;
  }

  .side_arrow_cont.anim-trigger {
    left: -8%;
  }

  .side_arrow_cont.purple_side_arrow {
    left: -20%;
  }

  .side_arrow_cont.purple_side_arrow.show {
    left: -8%;
  }
}

@media only screen and (min-width: 1920px) {
  .side_arrow_cont {
    left: -1%;
  }
  .side_arrow_cont.purple_side_arrow.show {
    left: -1%;
  }
}

.side_arrow_cont img {
  object-fit: contain;
}

.acp_hero_banner .acp_container .cae_cont {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 1;
  width: 62px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 34px;
    left: 31px;
    z-index: 1;
    width: 102px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 50px;
    left: 45px;
    z-index: 1;
    width: 127px;
  }
}

.acp_hero_banner .acp_container .dell_cont {
  position: absolute;
  top: 29px;
  right: 21px;
  z-index: 1;
  width: 152px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 46px;
    right: 31px;
    z-index: 1;
    width: 238px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 1;
    width: 274px;
  }
}

.acp_hero_banner .acp_container .logo_cont {
  position: absolute;
  bottom: 30px;
  right: 21px;
  z-index: 1;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 36px;
    right: 30px;
    z-index: 1;
    width: 176px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 48px;
    right: 40px;
    z-index: 1;
    width: 223px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 78px;
    right: 40px;
    z-index: 1;
    width: 283px;
  }
}

.acp_hero_banner .acp_container .down_arrow_cont {
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 40px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 50px;
    width: 46px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 48px;
    width: 54px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 78px;
  }
}

.acp_hero_banner .acp_container .hero_content {
  position: relative;
  opacity: 0;
  padding-top: 94px;
  min-width: 100% !important;
  z-index: 1;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 215px;
    min-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 0;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta {
  width: 90%;
  align-self: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    width: 464px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    min-width: 634px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta h1 {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  font-size: 32px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 51px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta p {
  color: #ffffff;
  width: 90%;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta p {
    line-height: 1.4;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta a {
  text-transform: uppercase;
}

/* TEXT AND IMAGE WITH CTA */

.text_and_image_with_cta {
  position: relative;
  padding-bottom: 110px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta {
    background-size: 100%;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header,
.acp_benefits .acp_benefits_header,
.why_cae .why_cae_header,
.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 69px;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.why_cae .why_cae_header {
  background: linear-gradient(90deg, #7d3189 23%, transparent 23%);
}

.text_and_image_with_cta .text_and_image_with_cta_header {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header {
    margin-bottom: 70px;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
.acp_benefits .acp_benefits_header .acp_container h2,
.why_cae .why_cae_header .acp_container h2,
.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  color: #ffffff;
  background-color: #7d3189;
  font-size: 22px;
  display: inline-block;
  padding-right: 22px;
  padding-top: 20px;
  padding-bottom: 19px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 32px;
    padding-right: 34px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 48px;
    padding-right: 46px;
    padding-top: 31px;
    padding-bottom: 35px;
  }
}

.text_and_image_with_cta .taiwc_content,
.text_image_fifty_fifty .text_image_fifty_fifty_content {
  background-color: transparent;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content,
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    flex-direction: row;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link,
.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link {
  flex-direction: column;
  font-size: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link {
    width: 75%;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link .copy_link_para p {
  max-width: 542px;
  color: #1d1d1b;
  font-size: 16px;
}

.text_and_image_with_cta .taiwc_content .copy_link a {
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link a {
    margin-top: 31px;
    font-weight: bold;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta {
  flex-direction: column;
  text-align: center;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 54px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 117px;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta img {
  width: 90%;
  max-width: 360px;
}

/* QUOTE SLIDER */

.quote_slider {
  width: 100%;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1366px) {
  .quote_slider {
    flex-direction: row;
  }
}

.quote_slider .slide_container .owl-stage {
  display: flex;
}

.quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 60%,
    rgba(255, 255, 255, 0) 75%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 36%,
      rgba(255, 255, 255, 0) 62%
    );
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 419px;
  overflow: hidden;
  display: flex;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide_image {
    position: absolute;
    top: 0;
    max-height: none;
    height: 100%;
    overflow: hidden;
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: right;
}

@media only screen and (min-width: 1024px) {
  .quote_slider .slide_container .quote_slide_container .slide_image img {
    object-position: center center;
  }
}

.quote_slider .slide_container {
  position: relative;
  top: 0;
}

.quote_slider .slide_container .quote_slide_container {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.quote_slider .slide_container .quote_slide_container .slide {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.quote {
  color: #ffffff;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    max-width: 518px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.author {
  padding-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 518px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.author {
    padding-top: 30px;
    font-size: 20px;
  }
}

.quote_slider .owl-dots {
  position: absolute;
  bottom: 396px;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-dots {
    bottom: 0;
  }
}

.quote_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #7d3189;
  border-radius: 100%;
  margin: 0 5px;
}

.quote_slider .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.quote_slider .owl-nav {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 424px;
  width: 50%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav {
    width: 32%;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav {
    right: 45px;
    top: 50%;
    width: auto;
  }
}

.quote_slider .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav button {
    width: 54px;
    height: 54px;
    position: relative;
  }
}

.quote_slider .owl-nav button span {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav .owl-prev {
    display: none;
  }
}

.quote_slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.quote_slider .slide_container .quote_slide_container .slide .quote_mark {
  width: 55px;
  position: relative;
  bottom: -40px;
}

/* BENEFITS */

.acp_benefits {
  background-color: #450c53;
  padding-bottom: 78px;
  background-size: 111% 25%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .acp_benefits {
    padding-bottom: 150px;
    background-size: cover;
  }
}

.acp_benefits .acp_benefits_header {
  margin-bottom: 0;
}

.acp_benefits .acp_benefits_content {
  padding-top: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content {
    padding-top: 80px;
    flex-direction: column;
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content {
    width: 90%;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    max-width: 439px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    width: 90%;
    max-width: none;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
  flex-direction: column-reverse;
  padding-top: 30px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    flex-direction: row;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    padding-top: 90px;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
  width: 240px;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 45px;
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 194px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit:nth-child(2) {
  border-top: 5px dotted #aa2b87;
  border-bottom: 5px dotted #aa2b87;
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2) {
    border-style: none;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2)
    .benefit_title {
    border-left: 5px dotted #aa2b87;
    border-right: 5px dotted #aa2b87;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 33%;
    flex-direction: column;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .benefit_title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 1366px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit
    .benefit_title {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .icon {
  max-width: 120px;
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.acp_benefits .acp_benefits_outro {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_outro {
    padding-top: 73px;
  }
}

.acp_benefits .acp_benefits_outro p {
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}

/* WHY CAE? */

.why_cae {
  background-position: bottom;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .why_cae {
    background-size: 100%;
  }
}

.why_cae .why_cae_content {
  padding-bottom: 136px;
}

.why_cae .why_cae_content .why_cae_content_reasons {
  flex-direction: column;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason {
  flex-direction: column;
  text-align: center;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
  font-size: 22px;
  color: #450c53;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 28px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content.open {
  max-height: 1150px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .icon {
  width: 110px;
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_description {
  color: #303030;
  font-size: 16px;
  padding-top: 27px;
  text-align: center;
  width: 90%;
  max-width: 519px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont {
  padding-top: 57px;
  text-align: center;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont
  .quote_mark {
  width: 45px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #450c53;
  margin: 0 auto;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 32px;
  padding-top: 30px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote_author {
  font-size: 14px;
  color: #7d3189;
  text-transform: uppercase;
  padding-top: 32px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote_author,
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote {
    width: 460px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 47px;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow img {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 23px;
  left: 0;
  bottom: 23px;
  right: 0;
  margin: 0 auto;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow.open {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow.close {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

@-webkit-keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}
@keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}

/* Text Image 50/50 */

.text_image_fifty_fifty {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty {
    display: block;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 55%,
    rgba(255, 255, 255, 0) 72%
  );
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      180deg,
      rgba(78, 30, 84, 1) 50%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 25%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: absolute;
  top: 0;
  max-width: 750px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  line-height: 1.1;
}

.text_image_fifty_fifty .text_image_fifty_fifty_content {
  position: relative;
  top: 0;
  padding-top: 110px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 130px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 247px;
    padding-bottom: 90px;
  }
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  a {
  text-decoration: underline;
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  p {
  color: #ffffff;
  padding-bottom: 20px;
  max-width: 519px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 604px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 519px;
    font-size: 16px;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link a {
  color: #aa2b87;
  font-weight: bold;
  text-decoration: underline;
}

.text_image_fifty_fifty .image_cta {
  position: relative;
  height: 502px;
}
@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    max-height: none;
    height: 100%;
    width: 100%;
  }
}

.text_image_fifty_fifty .image_cta img {
  object-fit: cover;
  height: 100%;
  object-position: right;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta img {
    object-fit: cover;
    height: auto;
    object-position: center;
    width: 100%;
  }
}

/* FORM */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

.form_acp {
  padding-bottom: 70px;
  position: relative;
}

.form_acp .wpcf7-not-valid-tip {
  position: relative;
  top: 7px;
  font-weight: 600;
  white-space: nowrap;
}

.form_acp form p {
  line-height: 0.4;
}
@media only screen and (min-width: 768px) {
  .form_acp form p {
    line-height: 0;
  }
}

.form_acp form p.privacy {
  font-size: 12px;
  margin-top: 45px;
}

.form_acp form p.privacy a {
  color: #ffffff;
  font-weight: bold;
}

.form_acp .form_acp_header {
  padding-top: 60px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header {
    padding-top: 98px;
  }
}

.form_acp .form_acp_header h2 {
  font-size: 32px;
  color: #ffffff;
  width: 100%;
  line-height: 1;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_header h2 {
    font-size: 50px;
    width: 65%;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header h2 {
    font-size: 48px;
    width: 70%;
  }
}

.form_acp .form_acp_content {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content {
    flex-direction: row;
  }
}

.form_acp .form_acp_content .image_cta {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta {
    width: 45%;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta {
    padding: 45px;
  }
}

.form_acp .form_acp_content .image_cta img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 279px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 373px;
  }
}

.form_acp .form_acp_content .para_form {
  color: #ffffff;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .para_form {
    color: #ffffff;
    width: 55%;
  }
}

.form_acp .form_acp_content .para_form .para {
  margin-bottom: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .para_form .para {
    margin-bottom: 0px;
  }
}

.form_acp .form_acp_content .para_form p {
  color: #ffffff;
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span {
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span.ajax-loader {
  display: none;
}

.form_acp .form_acp_content .para_form .form_container form span:first-child {
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .form_acp
    .form_acp_content
    .para_form
    .form_container
    form
    span:nth-child(-n + 3) {
    width: 49%;
    display: inline-block;
    margin-bottom: 5px;
  }
}

.form_acp .form_acp_content .para_form .form_container form span input {
  background-color: rgba(255, 255, 255, 0.29);
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  span
  input::-webkit-input-placeholder {
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  input[type="submit"] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: #aa2b87;
  height: 50px;
}

.form_acp .form_acp_content .para_form .form_container form .privacy a {
  text-decoration: underline;
}

/*****issues with cookie bar*/

.case_studies-template-default div#cliSettingsPopup, .case_studies-template-default div#cookie-law-info-again, .case_studies-template-default div#cookie-law-info-bar {
    display: none !important;
}

@import url("owl/owl.carousel.min.css");
@import url("owl/owl.theme.default.min.css");
@import url("animation/anim-fade.css");

/* Breakpoints */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

/* GLOBAL */

html {
  scroll-behavior: smooth;
}

.acp_container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.acp_footer_social {
  display: none;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}
.w-50 {
  width: 50%;
}

.d_flex {
  display: flex;
}

.btn {
  background-color: #aa2b87;
  padding: 16px 24px;
  color: #ffffff;
  font-weight: bold;
  align-self: flex-start;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.btn:hover {
  background-color: #7d3189;
  color: #ffffff;
}

header.acp_header {
  top: -60px !important;
  transition: top 0.3s ease;
  position: fixed !important;
}

header.acp_header .acp_header_cta {
  display: none;
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_cta {
    display: block;
    position: absolute;
    right: 119px;
    top: 6px;
    padding: 11px 24px;
  }
}

header.acp_header.active {
  top: 0 !important;
}

header.acp_header .logo_wrapper,
header.acp_header .logo_wrapper a {
  left: 0;
}
@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo {
    width: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_logo {
    width: 450px;
  }
}

header.acp_header .acp_header_logo img {
  display: none;
}

@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo img {
    align-self: center;
    display: block;
  }
}

/* HERO BANNER */

.acp_hero_banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container {
    flex-direction: row;
  }
}

.opacity-0 {
  opacity: 0;
}

.acp_hero_banner .acp_container .hero__carousel {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  height: 100vh;
  transition: opacity 0.3s linear;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    top: 15px;
    left: auto;
    right: 75px;
    max-height: 950px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    right: 100px;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
  opacity: 0;
  transition: opacity 0.3s linear;
  object-fit: cover;
  object-position: right;
  height: 50%;
  align-self: flex-end;
  top: auto !important;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
    height: 90%;
    align-self: center;
    right: 0;
    margin: 0 auto;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character img {
  height: 100%;
}

.acp_hero_banner
  .acp_container
  .hero__carousel
  .acp_hero_character.active_acp_slide {
  opacity: 1;
}

.side_arrow_cont {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .side_arrow_cont {
    position: absolute;
    display: flex;
    height: 100%;
    width: 15%;
    left: -20%;
    z-index: 1;
    top: 0;
    transition: left 1s ease;
  }

  .side_arrow_cont.anim-trigger {
    left: -8%;
  }

  .side_arrow_cont.purple_side_arrow {
    left: -20%;
  }

  .side_arrow_cont.purple_side_arrow.show {
    left: -8%;
  }
}

@media only screen and (min-width: 1920px) {
  .side_arrow_cont {
    left: -1%;
  }
  .side_arrow_cont.purple_side_arrow.show {
    left: -1%;
  }
}

.side_arrow_cont img {
  object-fit: contain;
}

.acp_hero_banner .acp_container .cae_cont {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 1;
  width: 62px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 34px;
    left: 31px;
    z-index: 1;
    width: 102px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 50px;
    left: 45px;
    z-index: 1;
    width: 127px;
  }
}

.acp_hero_banner .acp_container .dell_cont {
  position: absolute;
  top: 29px;
  right: 21px;
  z-index: 1;
  width: 152px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 46px;
    right: 31px;
    z-index: 1;
    width: 238px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 1;
    width: 274px;
  }
}

.acp_hero_banner .acp_container .logo_cont {
  position: absolute;
  bottom: 30px;
  right: 21px;
  z-index: 1;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 36px;
    right: 30px;
    z-index: 1;
    width: 176px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 48px;
    right: 40px;
    z-index: 1;
    width: 223px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 78px;
    right: 40px;
    z-index: 1;
    width: 283px;
  }
}

.acp_hero_banner .acp_container .down_arrow_cont {
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 40px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 50px;
    width: 46px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 48px;
    width: 54px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 78px;
  }
}

.acp_hero_banner .acp_container .hero_content {
  position: relative;
  opacity: 0;
  padding-top: 94px;
  min-width: 100% !important;
  z-index: 1;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 215px;
    min-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 0;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta {
  width: 90%;
  align-self: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    width: 464px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    min-width: 634px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta h1 {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  font-size: 32px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 51px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta p {
  color: #ffffff;
  width: 90%;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta p {
    line-height: 1.4;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta a {
  text-transform: uppercase;
}

/* TEXT AND IMAGE WITH CTA */

.text_and_image_with_cta {
  position: relative;
  padding-bottom: 110px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta {
    background-size: 100%;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header,
.acp_benefits .acp_benefits_header,
.why_cae .why_cae_header,
.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 69px;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.why_cae .why_cae_header {
  background: linear-gradient(90deg, #7d3189 23%, transparent 23%);
}

.text_and_image_with_cta .text_and_image_with_cta_header {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header {
    margin-bottom: 70px;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
.acp_benefits .acp_benefits_header .acp_container h2,
.why_cae .why_cae_header .acp_container h2,
.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  color: #ffffff;
  background-color: #7d3189;
  font-size: 22px;
  display: inline-block;
  padding-right: 22px;
  padding-top: 20px;
  padding-bottom: 19px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 32px;
    padding-right: 34px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 48px;
    padding-right: 46px;
    padding-top: 31px;
    padding-bottom: 35px;
  }
}

.text_and_image_with_cta .taiwc_content,
.text_image_fifty_fifty .text_image_fifty_fifty_content {
  background-color: transparent;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content,
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    flex-direction: row;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link,
.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link {
  flex-direction: column;
  font-size: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link {
    width: 75%;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link .copy_link_para p {
  max-width: 542px;
  color: #1d1d1b;
  font-size: 16px;
}

.text_and_image_with_cta .taiwc_content .copy_link a {
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link a {
    margin-top: 31px;
    font-weight: bold;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta {
  flex-direction: column;
  text-align: center;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 54px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 117px;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta img {
  width: 90%;
  max-width: 360px;
}

/* QUOTE SLIDER */

.quote_slider {
  width: 100%;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1366px) {
  .quote_slider {
    flex-direction: row;
  }
}

.quote_slider .slide_container .owl-stage {
  display: flex;
}

.quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 60%,
    rgba(255, 255, 255, 0) 75%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 36%,
      rgba(255, 255, 255, 0) 62%
    );
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 419px;
  overflow: hidden;
  display: flex;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide_image {
    position: absolute;
    top: 0;
    max-height: none;
    height: 100%;
    overflow: hidden;
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: right;
}

@media only screen and (min-width: 1024px) {
  .quote_slider .slide_container .quote_slide_container .slide_image img {
    object-position: center center;
  }
}

.quote_slider .slide_container {
  position: relative;
  top: 0;
}

.quote_slider .slide_container .quote_slide_container {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.quote_slider .slide_container .quote_slide_container .slide {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.quote {
  color: #ffffff;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    max-width: 518px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.author {
  padding-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 518px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.author {
    padding-top: 30px;
    font-size: 20px;
  }
}

.quote_slider .owl-dots {
  position: absolute;
  bottom: 396px;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-dots {
    bottom: 0;
  }
}

.quote_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #7d3189;
  border-radius: 100%;
  margin: 0 5px;
}

.quote_slider .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.quote_slider .owl-nav {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 424px;
  width: 50%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav {
    width: 32%;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav {
    right: 45px;
    top: 50%;
    width: auto;
  }
}

.quote_slider .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav button {
    width: 54px;
    height: 54px;
    position: relative;
  }
}

.quote_slider .owl-nav button span {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav .owl-prev {
    display: none;
  }
}

.quote_slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.quote_slider .slide_container .quote_slide_container .slide .quote_mark {
  width: 55px;
  position: relative;
  bottom: -40px;
}

/* BENEFITS */

.acp_benefits {
  background-color: #450c53;
  padding-bottom: 78px;
  background-size: 111% 25%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .acp_benefits {
    padding-bottom: 150px;
    background-size: cover;
  }
}

.acp_benefits .acp_benefits_header {
  margin-bottom: 0;
}

.acp_benefits .acp_benefits_content {
  padding-top: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content {
    padding-top: 80px;
    flex-direction: column;
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content {
    width: 90%;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    max-width: 439px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    width: 90%;
    max-width: none;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
  flex-direction: column-reverse;
  padding-top: 30px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    flex-direction: row;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    padding-top: 90px;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
  width: 240px;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 45px;
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 194px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit:nth-child(2) {
  border-top: 5px dotted #aa2b87;
  border-bottom: 5px dotted #aa2b87;
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2) {
    border-style: none;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2)
    .benefit_title {
    border-left: 5px dotted #aa2b87;
    border-right: 5px dotted #aa2b87;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 33%;
    flex-direction: column;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .benefit_title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 1366px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit
    .benefit_title {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .icon {
  max-width: 120px;
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.acp_benefits .acp_benefits_outro {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_outro {
    padding-top: 73px;
  }
}

.acp_benefits .acp_benefits_outro p {
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}

/* WHY CAE? */

.why_cae {
  background-position: bottom;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .why_cae {
    background-size: 100%;
  }
}

.why_cae .why_cae_content {
  padding-bottom: 136px;
}

.why_cae .why_cae_content .why_cae_content_reasons {
  flex-direction: column;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason {
  flex-direction: column;
  text-align: center;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
  font-size: 22px;
  color: #450c53;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 28px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content.open {
  max-height: 1150px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .icon {
  width: 110px;
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_description {
  color: #303030;
  font-size: 16px;
  padding-top: 27px;
  text-align: center;
  width: 90%;
  max-width: 519px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont {
  padding-top: 57px;
  text-align: center;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont
  .quote_mark {
  width: 45px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #450c53;
  margin: 0 auto;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 32px;
  padding-top: 30px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote_author {
  font-size: 14px;
  color: #7d3189;
  text-transform: uppercase;
  padding-top: 32px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote_author,
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote {
    width: 460px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 47px;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow img {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 23px;
  left: 0;
  bottom: 23px;
  right: 0;
  margin: 0 auto;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow.open {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow.close {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

@-webkit-keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}
@keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}

/* Text Image 50/50 */

.text_image_fifty_fifty {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty {
    display: block;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 55%,
    rgba(255, 255, 255, 0) 72%
  );
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      180deg,
      rgba(78, 30, 84, 1) 50%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 25%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: absolute;
  top: 0;
  max-width: 750px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  line-height: 1.1;
}

.text_image_fifty_fifty .text_image_fifty_fifty_content {
  position: relative;
  top: 0;
  padding-top: 110px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 130px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 247px;
    padding-bottom: 90px;
  }
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  a {
  text-decoration: underline;
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  p {
  color: #ffffff;
  padding-bottom: 20px;
  max-width: 519px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 604px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 519px;
    font-size: 16px;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link a {
  color: #aa2b87;
  font-weight: bold;
  text-decoration: underline;
}

.text_image_fifty_fifty .image_cta {
  position: relative;
  height: 502px;
}
@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    max-height: none;
    height: 100%;
    width: 100%;
  }
}

.text_image_fifty_fifty .image_cta img {
  object-fit: cover;
  height: 100%;
  object-position: right;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta img {
    object-fit: cover;
    height: auto;
    object-position: center;
    width: 100%;
  }
}

/* FORM */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

.form_acp {
  padding-bottom: 70px;
  position: relative;
}

.form_acp .wpcf7-not-valid-tip {
  position: relative;
  top: 7px;
  font-weight: 600;
  white-space: nowrap;
}

.form_acp form p {
  line-height: 0.4;
}
@media only screen and (min-width: 768px) {
  .form_acp form p {
    line-height: 0;
  }
}

.form_acp form p.privacy {
  font-size: 12px;
  margin-top: 45px;
}

.form_acp form p.privacy a {
  color: #ffffff;
  font-weight: bold;
}

.form_acp .form_acp_header {
  padding-top: 60px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header {
    padding-top: 98px;
  }
}

.form_acp .form_acp_header h2 {
  font-size: 32px;
  color: #ffffff;
  width: 100%;
  line-height: 1;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_header h2 {
    font-size: 50px;
    width: 65%;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header h2 {
    font-size: 48px;
    width: 70%;
  }
}

.form_acp .form_acp_content {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content {
    flex-direction: row;
  }
}

.form_acp .form_acp_content .image_cta {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta {
    width: 45%;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta {
    padding: 45px;
  }
}

.form_acp .form_acp_content .image_cta img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 279px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 373px;
  }
}

.form_acp .form_acp_content .para_form {
  color: #ffffff;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .para_form {
    color: #ffffff;
    width: 55%;
  }
}

.form_acp .form_acp_content .para_form .para {
  margin-bottom: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .para_form .para {
    margin-bottom: 0px;
  }
}

.form_acp .form_acp_content .para_form p {
  color: #ffffff;
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span {
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span.ajax-loader {
  display: none;
}

.form_acp .form_acp_content .para_form .form_container form span:first-child {
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .form_acp
    .form_acp_content
    .para_form
    .form_container
    form
    span:nth-child(-n + 3) {
    width: 49%;
    display: inline-block;
    margin-bottom: 5px;
  }
}

.form_acp .form_acp_content .para_form .form_container form span input {
  background-color: rgba(255, 255, 255, 0.29);
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  span
  input::-webkit-input-placeholder {
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  input[type="submit"] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: #aa2b87;
  height: 50px;
}

.form_acp .form_acp_content .para_form .form_container form .privacy a {
  text-decoration: underline;
}

/*****issues with cookie bar*/

.case_studies-template-default div#cliSettingsPopup, .case_studies-template-default div#cookie-law-info-again, .case_studies-template-default div#cookie-law-info-bar {
    display: none !important;
}




/* Internal Sub Nav */

.internal-sub-nav ul { font-size: 0px; max-width: 1260px; margin: auto; list-style: none; }
  .internal-sub-nav ul li { font-size: 18px; float: left; width: 16.66666666666667%; text-align: center; font-weight: 600; }
  .internal-sub-nav ul li a { color: #fff; }
  .internal-sub-nav ul li a:hover { color: #fff; }

/* Dell Micro Page */

.dell-micro-panel .btn.btn-purple { color: #fff; border: 2px rgba(125, 48, 135, 1) solid; border-radius: 50px; padding: 12px 24px; font-weight: 300; background: rgba(125, 48, 135, 1); text-transform: none; margin-top: 40px; }
.dell-micro-panel .btn.btn-purple:hover { background: rgba(125, 48, 135, 1); border-color: rgba(125, 48, 135, 1); }

.dell-micro-panel .btn.btn-white-keyline { color: #fff; border: 2px #fff solid; border-radius: 50px; padding: 12px 24px; font-weight: 300; background: none; text-transform: none; margin-top: 40px; }
.dell-micro-panel .btn.btn-white-keyline:hover { background: rgba(125, 48, 135, 1); border-color: rgba(125, 48, 135, 1); }


#dell-micro-panel-1 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#dell-micro-panel-1 .elementor-container { max-width: 1400px; }
#dell-micro-panel-1 .elementor-image { max-width: 90%; }

#dell-micro-panel-3 .elementor-column:first-child > .elementor-element-populated { padding: 0px; }
#dell-micro-panel-3 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#dell-micro-panel-3 .elementor-container { max-width: 1400px; }
#dell-micro-panel-3 .elementor-image { max-width: 90%; }

#dell-micro-panel-6 .elementor-column:first-child > .elementor-element-populated { padding: 0px; }
#dell-micro-panel-6 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#dell-micro-panel-6 .elementor-container { max-width: 1400px; }
#dell-micro-panel-6 .elementor-image { max-width: 90%; }


.dell-micro-panel strong { font-weight: 600; }
.dell-micro-panel p { margin-bottom: 20px; }

.dell-micro-panel ul.line-list { list-style: none; }
  .dell-micro-panel ul.line-list li { border-bottom: 1px #72307f solid; padding: 10px 0px; }
  .dell-micro-panel ul.line-list li:first-child { padding-top: 0px; }
  .dell-micro-panel ul.line-list.white li { border-bottom: 1px #fff solid; }

@import url("owl/owl.carousel.min.css");
@import url("owl/owl.theme.default.min.css");
@import url("animation/anim-fade.css");

/* Breakpoints */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

/* GLOBAL */

html {
  scroll-behavior: smooth;
}

.acp_container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.acp_footer_social {
  display: none;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}
.w-50 {
  width: 50%;
}

.d_flex {
  display: flex;
}

.btn {
  background-color: #aa2b87;
  padding: 16px 24px;
  color: #ffffff;
  font-weight: bold;
  align-self: flex-start;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.btn:hover {
  background-color: #7d3189;
  color: #ffffff;
}

header.acp_header {
  top: -60px !important;
  transition: top 0.3s ease;
  position: fixed !important;
}

header.acp_header .acp_header_cta {
  display: none;
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_cta {
    display: block;
    position: absolute;
    right: 119px;
    top: 6px;
    padding: 11px 24px;
  }
}

header.acp_header.active {
  top: 0 !important;
}

header.acp_header .logo_wrapper,
header.acp_header .logo_wrapper a {
  left: 0;
}
@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo {
    width: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  header.acp_header .acp_header_logo {
    width: 450px;
  }
}

header.acp_header .acp_header_logo img {
  display: none;
}

@media only screen and (min-width: 768px) {
  header.acp_header .acp_header_logo img {
    align-self: center;
    display: block;
  }
}

/* HERO BANNER */

.acp_hero_banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container {
    flex-direction: row;
  }
}

.opacity-0 {
  opacity: 0;
}

.acp_hero_banner .acp_container .hero__carousel {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  height: 100vh;
  transition: opacity 0.3s linear;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    top: 15px;
    left: auto;
    right: 75px;
    max-height: 950px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .hero__carousel {
    align-items: center;
    right: 100px;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
  opacity: 0;
  transition: opacity 0.3s linear;
  object-fit: cover;
  object-position: right;
  height: 50%;
  align-self: flex-end;
  top: auto !important;
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero__carousel .acp_hero_character {
    height: 90%;
    align-self: center;
    right: 0;
    margin: 0 auto;
  }
}

.acp_hero_banner .acp_container .hero__carousel .acp_hero_character img {
  height: 100%;
}

.acp_hero_banner
  .acp_container
  .hero__carousel
  .acp_hero_character.active_acp_slide {
  opacity: 1;
}

.side_arrow_cont {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .side_arrow_cont {
    position: absolute;
    display: flex;
    height: 100%;
    width: 15%;
    left: -20%;
    z-index: 1;
    top: 0;
    transition: left 1s ease;
  }

  .side_arrow_cont.anim-trigger {
    left: -8%;
  }

  .side_arrow_cont.purple_side_arrow {
    left: -20%;
  }

  .side_arrow_cont.purple_side_arrow.show {
    left: -8%;
  }
}

@media only screen and (min-width: 1920px) {
  .side_arrow_cont {
    left: -1%;
  }
  .side_arrow_cont.purple_side_arrow.show {
    left: -1%;
  }
}

.side_arrow_cont img {
  object-fit: contain;
}

.acp_hero_banner .acp_container .cae_cont {
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 1;
  width: 62px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 34px;
    left: 31px;
    z-index: 1;
    width: 102px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .cae_cont {
    position: absolute;
    top: 50px;
    left: 45px;
    z-index: 1;
    width: 127px;
  }
}

.acp_hero_banner .acp_container .dell_cont {
  position: absolute;
  top: 29px;
  right: 21px;
  z-index: 1;
  width: 152px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 46px;
    right: 31px;
    z-index: 1;
    width: 238px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .dell_cont {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 1;
    width: 274px;
  }
}

.acp_hero_banner .acp_container .logo_cont {
  position: absolute;
  bottom: 30px;
  right: 21px;
  z-index: 1;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 36px;
    right: 30px;
    z-index: 1;
    width: 176px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 48px;
    right: 40px;
    z-index: 1;
    width: 223px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .logo_cont {
    position: absolute;
    bottom: 78px;
    right: 40px;
    z-index: 1;
    width: 283px;
  }
}

.acp_hero_banner .acp_container .down_arrow_cont {
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 40px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 50px;
    width: 46px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 48px;
    width: 54px;
  }
}

@media only screen and (min-width: 1920px) {
  .acp_hero_banner .acp_container .down_arrow_cont {
    bottom: 78px;
  }
}

.acp_hero_banner .acp_container .hero_content {
  position: relative;
  opacity: 0;
  padding-top: 94px;
  min-width: 100% !important;
  z-index: 1;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 215px;
    min-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .acp_hero_banner .acp_container .hero_content {
    padding-top: 0;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta {
  width: 90%;
  align-self: flex-start;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    width: 464px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta {
    min-width: 634px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta h1 {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  font-size: 32px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 51px;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta p {
  color: #ffffff;
  width: 90%;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .acp_hero_banner .acp_container .hero_content .copy_cta p {
    line-height: 1.4;
  }
}

.acp_hero_banner .acp_container .hero_content .copy_cta a {
  text-transform: uppercase;
}

/* TEXT AND IMAGE WITH CTA */

.text_and_image_with_cta {
  position: relative;
  padding-bottom: 110px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta {
    background-size: 100%;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header,
.acp_benefits .acp_benefits_header,
.why_cae .why_cae_header,
.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 69px;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.why_cae .why_cae_header {
  background: linear-gradient(90deg, #7d3189 23%, transparent 23%);
}

.text_and_image_with_cta .text_and_image_with_cta_header {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header {
    margin-bottom: 70px;
  }
}

.text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
.acp_benefits .acp_benefits_header .acp_container h2,
.why_cae .why_cae_header .acp_container h2,
.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  color: #ffffff;
  background-color: #7d3189;
  font-size: 22px;
  display: inline-block;
  padding-right: 22px;
  padding-top: 20px;
  padding-bottom: 19px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 32px;
    padding-right: 34px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .text_and_image_with_cta_header .acp_container h2,
  .acp_benefits .acp_benefits_header .acp_container h2,
  .why_cae .why_cae_header .acp_container h2,
  .text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
    font-size: 48px;
    padding-right: 46px;
    padding-top: 31px;
    padding-bottom: 35px;
  }
}

.text_and_image_with_cta .taiwc_content,
.text_image_fifty_fifty .text_image_fifty_fifty_content {
  background-color: transparent;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content,
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    flex-direction: row;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link,
.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link {
  flex-direction: column;
  font-size: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link {
    width: 75%;
  }
}

.text_and_image_with_cta .taiwc_content .copy_link .copy_link_para p {
  max-width: 542px;
  color: #1d1d1b;
  font-size: 16px;
}

.text_and_image_with_cta .taiwc_content .copy_link a {
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .copy_link a {
    margin-top: 31px;
    font-weight: bold;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta {
  flex-direction: column;
  text-align: center;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 54px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .text_and_image_with_cta .taiwc_content .image_cta {
    padding-left: 117px;
  }
}

.text_and_image_with_cta .taiwc_content .image_cta img {
  width: 90%;
  max-width: 360px;
}

/* QUOTE SLIDER */

.quote_slider {
  width: 100%;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1366px) {
  .quote_slider {
    flex-direction: row;
  }
}

.quote_slider .slide_container .owl-stage {
  display: flex;
}

.quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 60%,
    rgba(255, 255, 255, 0) 75%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .quote_slider_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 36%,
      rgba(255, 255, 255, 0) 62%
    );
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 419px;
  overflow: hidden;
  display: flex;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide_image {
    position: absolute;
    top: 0;
    max-height: none;
    height: 100%;
    overflow: hidden;
  }
}

.quote_slider .slide_container .quote_slide_container .slide_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: right;
}

@media only screen and (min-width: 1024px) {
  .quote_slider .slide_container .quote_slide_container .slide_image img {
    object-position: center center;
  }
}

.quote_slider .slide_container {
  position: relative;
  top: 0;
}

.quote_slider .slide_container .quote_slide_container {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.quote_slider .slide_container .quote_slide_container .slide {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.quote {
  color: #ffffff;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .slide_container .quote_slide_container .slide p.quote {
    max-width: 518px;
  }
}

.quote_slider .slide_container .quote_slide_container .slide p.author {
  padding-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 518px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .quote_slider .slide_container .quote_slide_container .slide p.author {
    padding-top: 30px;
    font-size: 20px;
  }
}

.quote_slider .owl-dots {
  position: absolute;
  bottom: 396px;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-dots {
    bottom: 0;
  }
}

.quote_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #7d3189;
  border-radius: 100%;
  margin: 0 5px;
}

.quote_slider .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.quote_slider .owl-nav {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 424px;
  width: 50%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav {
    width: 32%;
  }
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav {
    right: 45px;
    top: 50%;
    width: auto;
  }
}

.quote_slider .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .quote_slider .owl-nav button {
    width: 54px;
    height: 54px;
    position: relative;
  }
}

.quote_slider .owl-nav button span {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .quote_slider .owl-nav .owl-prev {
    display: none;
  }
}

.quote_slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.quote_slider .slide_container .quote_slide_container .slide .quote_mark {
  width: 55px;
  position: relative;
  bottom: -40px;
}

/* BENEFITS */

.acp_benefits {
  background-color: #450c53;
  padding-bottom: 78px;
  background-size: 111% 25%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .acp_benefits {
    padding-bottom: 150px;
    background-size: cover;
  }
}

.acp_benefits .acp_benefits_header {
  margin-bottom: 0;
}

.acp_benefits .acp_benefits_content {
  padding-top: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content {
    padding-top: 80px;
    flex-direction: column;
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content {
    width: 90%;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    max-width: 439px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_intro p {
    width: 90%;
    max-width: none;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
  flex-direction: column-reverse;
  padding-top: 30px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    flex-direction: row;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1366px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits {
    padding-top: 90px;
  }
}

.acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
  width: 240px;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 45px;
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 194px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit:nth-child(2) {
  border-top: 5px dotted #aa2b87;
  border-bottom: 5px dotted #aa2b87;
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2) {
    border-style: none;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit:nth-child(2)
    .benefit_title {
    border-left: 5px dotted #aa2b87;
    border-right: 5px dotted #aa2b87;
  }
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_content .acp_benefits_content_benefits .benefit {
    width: 33%;
    flex-direction: column;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .benefit_title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 1366px) {
  .acp_benefits
    .acp_benefits_content
    .acp_benefits_content_benefits
    .benefit
    .benefit_title {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.acp_benefits
  .acp_benefits_content
  .acp_benefits_content_benefits
  .benefit
  .icon {
  max-width: 120px;
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.acp_benefits .acp_benefits_outro {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .acp_benefits .acp_benefits_outro {
    padding-top: 73px;
  }
}

.acp_benefits .acp_benefits_outro p {
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}

/* WHY CAE? */

.why_cae {
  background-position: bottom;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .why_cae {
    background-size: 100%;
  }
}

.why_cae .why_cae_content {
  padding-bottom: 136px;
}

.why_cae .why_cae_content .why_cae_content_reasons {
  flex-direction: column;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason {
  flex-direction: column;
  text-align: center;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
  font-size: 22px;
  color: #450c53;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .why_cae .why_cae_content .why_cae_content_reasons .reason .reason_title {
    font-size: 28px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content.open {
  max-height: 1150px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .icon {
  width: 110px;
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_description {
  color: #303030;
  font-size: 16px;
  padding-top: 27px;
  text-align: center;
  width: 90%;
  max-width: 519px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont {
  padding-top: 57px;
  text-align: center;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .quote_mark_cont
  .quote_mark {
  width: 45px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #450c53;
  margin: 0 auto;
  border-bottom: 5px dotted #aa2b87;
  padding-bottom: 32px;
  padding-top: 30px;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_content
  .reason_quote_author {
  font-size: 14px;
  color: #7d3189;
  text-transform: uppercase;
  padding-top: 32px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote_author,
  .why_cae
    .why_cae_content
    .why_cae_content_reasons
    .reason
    .reason_content
    .reason_quote {
    width: 460px;
  }
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 47px;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.why_cae .why_cae_content .why_cae_content_reasons .reason .reason_arrow img {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 23px;
  left: 0;
  bottom: 23px;
  right: 0;
  margin: 0 auto;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .down_arrow.open {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow.close {
  animation: rotateAndFade 1s ease 0s 1 normal forwards;
}

.why_cae
  .why_cae_content
  .why_cae_content_reasons
  .reason
  .reason_arrow
  .up_arrow {
  animation: rotateAndReveal 1s ease 0s 1 normal forwards;
}

@-webkit-keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}
@keyframes rotateAndFade {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 0;
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes rotateAndReveal {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}

/* Text Image 50/50 */

.text_image_fifty_fifty {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty {
    display: block;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_gradient {
  background: rgb(78, 30, 84);
  background: linear-gradient(
    180deg,
    rgba(78, 30, 84, 1) 55%,
    rgba(255, 255, 255, 0) 72%
  );
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      180deg,
      rgba(78, 30, 84, 1) 50%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_gradient {
    background: rgb(78, 30, 84);
    background: linear-gradient(
      90deg,
      rgba(78, 30, 84, 1) 25%,
      rgba(255, 255, 255, 0) 65%
    );
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_header {
  position: absolute;
  top: 0;
  max-width: 750px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #7d3189 50%, transparent 50%);
}

.text_image_fifty_fifty .text_image_fifty_fifty_header .acp_container h2 {
  line-height: 1.1;
}

.text_image_fifty_fifty .text_image_fifty_fifty_content {
  position: relative;
  top: 0;
  padding-top: 110px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 130px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .text_image_fifty_fifty_content {
    position: relative;
    top: 0;
    padding-top: 247px;
    padding-bottom: 90px;
  }
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  a {
  text-decoration: underline;
}

.text_image_fifty_fifty
  .text_image_fifty_fifty_content
  .copy_link
  .copy_link_para
  p {
  color: #ffffff;
  padding-bottom: 20px;
  max-width: 519px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 604px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty
    .text_image_fifty_fifty_content
    .copy_link
    .copy_link_para
    p {
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 519px;
    font-size: 16px;
  }
}

.text_image_fifty_fifty .text_image_fifty_fifty_content .copy_link a {
  color: #aa2b87;
  font-weight: bold;
  text-decoration: underline;
}

.text_image_fifty_fifty .image_cta {
  position: relative;
  height: 502px;
}
@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    max-height: none;
    height: 100%;
    width: 100%;
  }
}

.text_image_fifty_fifty .image_cta img {
  object-fit: cover;
  height: 100%;
  object-position: right;
}

@media only screen and (min-width: 1366px) {
  .text_image_fifty_fifty .image_cta img {
    object-fit: cover;
    height: auto;
    object-position: center;
    width: 100%;
  }
}

/* FORM */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1366px) {
}

@media only screen and (min-width: 1920px) {
}

.form_acp {
  padding-bottom: 70px;
  position: relative;
}

.form_acp .wpcf7-not-valid-tip {
  position: relative;
  top: 7px;
  font-weight: 600;
  white-space: nowrap;
}

.form_acp form p {
  line-height: 0.4;
}
@media only screen and (min-width: 768px) {
  .form_acp form p {
    line-height: 0;
  }
}

.form_acp form p.privacy {
  font-size: 12px;
  margin-top: 45px;
}

.form_acp form p.privacy a {
  color: #ffffff;
  font-weight: bold;
}

.form_acp .form_acp_header {
  padding-top: 60px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header {
    padding-top: 98px;
  }
}

.form_acp .form_acp_header h2 {
  font-size: 32px;
  color: #ffffff;
  width: 100%;
  line-height: 1;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_header h2 {
    font-size: 50px;
    width: 65%;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_header h2 {
    font-size: 48px;
    width: 70%;
  }
}

.form_acp .form_acp_content {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content {
    flex-direction: row;
  }
}

.form_acp .form_acp_content .image_cta {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta {
    width: 45%;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta {
    padding: 45px;
  }
}

.form_acp .form_acp_content .image_cta img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 279px;
  }
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .image_cta img {
    max-width: 373px;
  }
}

.form_acp .form_acp_content .para_form {
  color: #ffffff;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form_acp .form_acp_content .para_form {
    color: #ffffff;
    width: 55%;
  }
}

.form_acp .form_acp_content .para_form .para {
  margin-bottom: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 1366px) {
  .form_acp .form_acp_content .para_form .para {
    margin-bottom: 0px;
  }
}

.form_acp .form_acp_content .para_form p {
  color: #ffffff;
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span {
  margin-bottom: 10px;
}

.form_acp .form_acp_content .para_form .form_container form span.ajax-loader {
  display: none;
}

.form_acp .form_acp_content .para_form .form_container form span:first-child {
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .form_acp
    .form_acp_content
    .para_form
    .form_container
    form
    span:nth-child(-n + 3) {
    width: 49%;
    display: inline-block;
    margin-bottom: 5px;
  }
}

.form_acp .form_acp_content .para_form .form_container form span input {
  background-color: rgba(255, 255, 255, 0.29);
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  span
  input::-webkit-input-placeholder {
  color: #ffffff;
}

.form_acp
  .form_acp_content
  .para_form
  .form_container
  form
  input[type="submit"] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: #aa2b87;
  height: 50px;
}

.form_acp .form_acp_content .para_form .form_container form .privacy a {
  text-decoration: underline;
}

/*****issues with cookie bar*/

.case_studies-template-default div#cliSettingsPopup, .case_studies-template-default div#cookie-law-info-again, .case_studies-template-default div#cookie-law-info-bar {
    display: none !important;
}









/* Internal Sub Nav */

.internal-sub-nav { padding: 10px 0px 10px 0px; }
  .internal-sub-nav ul { font-size: 0px; max-width: 1260px; margin: auto; list-style: none; }
    .internal-sub-nav ul li { font-size: 18px; float: left; width: 16.66666666666667%; text-align: center; font-weight: 600; }
    .internal-sub-nav ul li a { color: #fff; }
    .internal-sub-nav ul li a:hover { color: #fff; }
    .internal-sub-nav ul.five li { width: 20%; }
	.internal-sub-nav ul.six li { width: 16.66666666666667%; } 

  .internal-sub-nav .dropdown { display: none!important; width: 160px; margin: auto; position: relative; }
    .internal-sub-nav .dropbtn { background-color: #7D3087; color: white; padding: 16px 20px; font-size: 16px; width: 160px; border: none; cursor: pointer; border-radius: 50px; }
    .internal-sub-nav .dropbtn:hover, .dropbtn:focus { background-color: #7D3087; }

    .internal-sub-nav .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; text-align: center; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
      .internal-sub-nav .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }
      .internal-sub-nav .dropdown-content a:hover {background-color: #ddd; }
    .internal-sub-nav .show { display:block; } 

.internal-sub-nav.scrolled { position: fixed; top: 60px; max-width: 100%; box-shadow: rgba(0,0,0,.117647) 0 1px 3px; margin-top: 0px; left: 0px; right: 0px; z-index: 21; }

.internal-sub-nav.scrolled + section { margin-top: 60px; }

.internal-sub-nav.fixed { position: fixed; top: 60px; width: 100%; z-index: 10; }








/* Solution Micro Pages */
.dark-column-feature { display: block; }
  .dark-column-feature .elementor-column-wrap { background: #303133; padding: 36px 36px 36px 36px!important; }
    .dark-column-feature .elementor-column-wrap p { color: #fff; }
    .dark-column-feature .elementor-column-wrap .btn { margin-top: 0px; }

  .dark-column-feature .swiper-slide-contents { max-width: 100%!important; }
  .dark-column-feature .elementor-slides .swiper-slide-inner { padding: 0px; }
  .dark-column-feature .elementor-slides .swiper-slide-inner .elementor-slide-heading { font-size: 25px; line-height: 1.1em; font-weight: 300; margin-bottom: 20px!important; font-family: "Uni Sans Regular", Sans-serif; }
  .dark-column-feature .elementor-slides .swiper-slide-inner .elementor-slide-description { font-size: 18px; line-height: 1.5em; font-weight: 200; font-family: "Uni Sans Regular", Sans-serif; }
  .dark-column-feature .elementor--v-position-middle .swiper-slide-inner { -webkit-box-align: start!important; -ms-flex-align: start!important; align-items: start!important; }

.micropage-form-panel label { color: #fff; font-weight: 600; font-family: "Uni Sans Regular", Sans-serif; }
  .micropage-form-panel label .description { display: block; margin-top: -15px; margin-bottom: 20px; font-weight: 400; }
  .micropage-form-panel input.wpcf7-form-control { background: none; border-bottom: 1px rgba(255, 255, 255, 0.25) solid; color: #fff; padding: 10px 0px; margin-top: 0px; }
  .micropage-form-panel input.wpcf7-form-control:focus { border-color: rgba(125, 48, 135, 1); }
  .micropage-form-panel select.wpcf7-form-control { background: none; border-bottom: 1px rgba(255, 255, 255, 0.25) solid; color: #fff; padding: 10px 0px; margin-top: 0px; }
  .micropage-form-panel select.wpcf7-form-control:focus { border-color: rgba(125, 48, 135, 1); }
  .micropage-form-panel select.wpcf7-form-control option { color: #333; }
  .micropage-form-panel input.wpcf7-submit { color: #fff!important; border: 2px rgba(125, 48, 135, 1) solid!important; border-radius: 50px!important; padding: 6px 24px; font-size: 16px; font-weight: 300; background: rgba(125, 48, 135, 1); text-transform: none; margin-top: 20px; font-family: "Uni Sans Regular", Sans-serif; }
  .micropage-form-panel input.wpcf7-submit:hover { border-color: #3f1844!important; }












/* Dell Micro Page */

.btn.btn-purple { color: #fff; border: 2px rgba(125, 48, 135, 1) solid; border-radius: 50px; padding: 12px 24px; font-weight: 300; background: rgba(125, 48, 135, 1); text-transform: none; margin-top: 40px; }
.btn.btn-purple:hover { background: rgba(125, 48, 135, 1); border-color: rgba(125, 48, 135, 1); }

.btn.btn-white-keyline { color: #fff; border: 2px #fff solid; border-radius: 50px; padding: 12px 24px; font-weight: 300; background: none; text-transform: none; margin-top: 40px; }
.btn.btn-white-keyline:hover { background: #fff; color: rgba(125, 48, 135, 1); border-color: #fff; }

#dell-micro-panel-1 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#dell-micro-panel-1 .elementor-container { max-width: 1400px; }
#dell-micro-panel-1 .elementor-image { max-width: 90%; }

#dell-micro-panel-2 .elementor-text-editor p { color: #fff; }

#dell-micro-panel-3 .elementor-column:first-child > .elementor-element-populated { padding: 0px; }
#dell-micro-panel-3 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#dell-micro-panel-3 .elementor-container { max-width: 1400px; }
#dell-micro-panel-3 .elementor-image { max-width: 90%; }

#dell-micro-panel-6 .elementor-column:first-child > .elementor-element-populated { padding: 0px; }
#dell-micro-panel-6 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#dell-micro-panel-6 .elementor-container { max-width: 1400px; }
#dell-micro-panel-6 .elementor-image { max-width: 90%; }

#dell-micro-panel-7 a:hover { font-weight: 600; }

.video-side-cta { background: #000; opacity: 0.8; width: 100%; max-width: 370px; float: right; padding: 20px; }
  .video-side-cta h5 { color: #fff; text-transform: none; font-weight: 600; margin-top: 10px; }
  .video-side-cta img { height: 42px; float: right; }


.dell-micro-panel .btn.btn-purple:hover { color: #fff; }
.dell-micro-panel .btn.btn-white-keyline:hover { color: #fff; }

.dell-micro-panel strong { font-weight: 600; }
.dell-micro-panel p { margin-bottom: 20px; }

.dell-micro-panel ul.line-list { list-style: none; }
  .dell-micro-panel ul.line-list li { border-bottom: 1px #72307f solid; padding: 10px 0px; }
  .dell-micro-panel ul.line-list li:first-child { padding-top: 0px; }
  .dell-micro-panel ul.line-list.white li { border-bottom: 1px #fff solid; }


@media screen and (max-width: 1020px) {

  #dell-micro-header { padding: 190px 15px 130px 15px!important; }

  .dell-micro-panel { padding: 64px 15px 64px 15px!important; }
    .dell-micro-panel .elementor-heading-title { font-size: 42px!important; line-height: 50px!important; }

  .internal-sub-nav.dell { display: none; }

  .internal-sub-nav ul { display: none; }
  .internal-sub-nav .dropdown { display: block!important; }

  #dell-micro-panel-1 .elementor-image { display: none; }
  #dell-micro-panel-1 .elementor-column:last-child .elementor-text-editor { max-width: 100%; }

  #dell-micro-panel-3 .elementor-image { display: none; }
  #dell-micro-panel-3 .elementor-column:last-child .elementor-text-editor { max-width: 100%; }
  
  #dell-micro-panel-6 .elementor-image { display: none; }
  #dell-micro-panel-6 .elementor-column:last-child .elementor-text-editor { max-width: 100%; }
  
  #dell-micro-panel-7 .elementor-text-editor { max-width: 70%; }

}

@media screen and (max-width: 900px) {

  #dell-micro-panel-7 .elementor-text-editor { max-width: 80%; }

}

@media screen and (max-width: 767px) {

  .internal-sub-nav.scrolled { top: 0px; }
  .internal-sub-nav.fixed.scrolled { top: 0px; }

  #solutions-video { min-height: 600px; }

  #dell-micro-panel-7 .elementor-text-editor { max-width: 90%; }

  .dell-micro-panel .elementor-heading-title { font-size: 38px !important; line-height: 44px !important; }

  .video-side-cta { display: none; }

}

@media screen and (max-width: 660px) {

  #dell-micro-panel-7 { background: #6E227D; }
    #dell-micro-panel-7 .elementor-text-editor { max-width: 100%; }

}




/* Meraki Micro Page */

#meraki-micro-header .btn { margin-top: 40px; }

#meraki-micro-panel-1 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#meraki-micro-panel-1 .elementor-container { max-width: 1400px; }
#meraki-micro-panel-1 .elementor-image { max-width: 90%; }

#meraki-micro-panel-2 .elementor-widget-heading { margin-bottom: 10px; }
#meraki-micro-panel-2 .elementor-widget-heading:first-child { margin-bottom: 20px; }
#meraki-micro-panel-2 .elementor-text-editor p { color: #fff; }

#meraki-micro-panel-3 .elementor-column:first-child > .elementor-element-populated { padding: 0px; }
#meraki-micro-panel-3 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#meraki-micro-panel-3 .elementor-container { max-width: 1400px; }
#meraki-micro-panel-3 .elementor-image { max-width: 90%; }
#meraki-micro-panel-3 ul { list-style-position: outside; list-style: none; padding-left: 15px; }
#meraki-micro-panel-3 ul li { margin-bottom: 15px; }
#meraki-micro-panel-3 ul li::before { color: rgba(125,48,135,1) !important;  content: "\2022";  display: inline-block;  width: 1em; margin-left: -1em; }

#meraki-micro-panel-5 .elementor-text-editor p { color: #fff; }
#meraki-micro-panel-5 .elementor-widget-heading.margin-top { margin-top: 472px; }

.meraki-micro-panel ul { list-style-position: outside; }
.meraki-micro-panel strong { font-weight: 600; }
.meraki-micro-panel p { margin-bottom: 20px; }
.meraki-micro-panel p:last-child { margin-bottom: 0px; }
.meraki-micro-panel .btn { margin-top: 10px; }

.meraki-micro-panel ul.line-list { list-style: none; }
  .meraki-micro-panel ul.line-list li { border-bottom: 1px #72307f solid; padding: 10px 0px; }
  .meraki-micro-panel ul.line-list li:first-child { padding-top: 0px; }
  .meraki-micro-panel ul.line-list.white li { border-bottom: 1px #fff solid; }



  


/* Meraki Micro Page */

#meraki-micro-header .btn { margin-top: 40px; }

#meraki-micro-panel-1 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#meraki-micro-panel-1 .elementor-container { max-width: 1400px; }
#meraki-micro-panel-1 .elementor-image { max-width: 90%; }

#meraki-micro-panel-2 .elementor-widget-heading { margin-bottom: 10px; }
#meraki-micro-panel-2 .elementor-widget-heading:first-child { margin-bottom: 20px; }
#meraki-micro-panel-2 .elementor-text-editor p { color: #fff; }

#meraki-micro-panel-3 .elementor-column:first-child > .elementor-element-populated { padding: 0px; }
#meraki-micro-panel-3 .elementor-column:last-child .elementor-text-editor { max-width: 570px; }
#meraki-micro-panel-3 .elementor-container { max-width: 1400px; }
#meraki-micro-panel-3 .elementor-image { max-width: 90%; }
#meraki-micro-panel-3 ul { list-style-position: outside; list-style: none; padding-left: 15px; }
#meraki-micro-panel-3 ul li { margin-bottom: 15px; }
#meraki-micro-panel-3 ul li::before { color: rgba(125,48,135,1) !important;  content: "\2022";  display: inline-block;  width: 1em; margin-left: -1em; }

#meraki-micro-panel-5 .elementor-text-editor p { color: #fff; }
#meraki-micro-panel-5 .elementor-widget-heading.margin-top { margin-top: 472px; }

.meraki-micro-panel ul { list-style-position: outside; }
.meraki-micro-panel strong { font-weight: 600; }
.meraki-micro-panel p { margin-bottom: 20px; }
.meraki-micro-panel p:last-child { margin-bottom: 0px; }
.meraki-micro-panel .btn { margin-top: 10px; }

.meraki-micro-panel ul.line-list { list-style: none; }
  .meraki-micro-panel ul.line-list li { border-bottom: 1px #72307f solid; padding: 10px 0px; }
  .meraki-micro-panel ul.line-list li:first-child { padding-top: 0px; }
  .meraki-micro-panel ul.line-list.white li { border-bottom: 1px #fff solid; }

  



@media screen and (max-width: 1020px) {

  #meraki-micro-header { padding: 190px 15px 130px 15px!important; }

  .meraki-micro-panel { padding: 64px 15px 64px 15px!important; }

  #meraki-micro-panel-1 { padding-top: 0px!important; }

  .internal-sub-nav.dell { display: none; }

  .internal-sub-nav ul { display: none; }
  .internal-sub-nav .dropdown { display: block!important; }

  #meraki-micro-panel-1 .elementor-image { display: none; }
  #meraki-micro-panel-1 .elementor-column:last-child .elementor-text-editor { max-width: 100%; }

  #meraki-micro-panel-2 .elementor-column { max-width: 60%; }

  #meraki-micro-panel-3 .elementor-image { display: none; }
  #meraki-micro-panel-3 .elementor-column:last-child .elementor-text-editor { max-width: 100%; }

  #meraki-micro-panel-5 { background: #642E86; }
    #meraki-micro-panel-5 .elementor-widget-heading.margin-top { margin-top: 42px; }
  
  #meraki-micro-panel-7 .elementor-text-editor { max-width: 70%; }

}


@media screen and (max-width: 900px) {

  #meraki-micro-panel-7 .elementor-text-editor { max-width: 80%; }

}


@media screen and (max-width: 767px) {

  #meraki-micro-panel-2 { background: #7C308A; }
    #meraki-micro-panel-2 .elementor-column { max-width: 100%; }

  #meraki-micro-panel-7 .elementor-text-editor { max-width: 90%; }

}


@media screen and (max-width: 660px) {

  #meraki-micro-panel-7 { background: #ffffff; }
    #meraki-micro-panel-7 .elementor-text-editor { max-width: 100%; }

}







#landing-micro-panel-header {  }

#landing-micro-form-panel .elementor-text-editor p { color: #fff; }

#landing-micro-form-panel #form-panel { margin-top: -348px; display: block; }
#landing-micro-form-panel #form-panel input.wpcf7-form-control { border: 1px #ccc solid; border-radius: 5px; }
#landing-micro-form-panel #form-panel input.wpcf7-submit { color: #fff !important; border: 2px rgba(125, 48, 135, 1) solid !important; border-radius: 50px !important; padding: 6px 24px; font-size: 16px; font-weight: 300; background: rgba(125, 48, 135, 1); background-color: rgb(125, 48, 135); text-transform: none; margin-top: 20px; font-family: "Uni Sans Regular", Sans-serif; }

.landing-micro-panel ul { list-style-position: outside; }
.landing-micro-panel strong { font-weight: 600; }
.landing-micro-panel p { margin-bottom: 20px; }
.landing-micro-panel p:last-child { margin-bottom: 0px; }
.landing-micro-panel .btn { margin-top: 10px; }

.landing-micro-panel ul.line-list { list-style: none; }
  .landing-micro-panel ul.line-list li { border-bottom: 1px #913b8e solid; padding: 10px 0px; }
  .landing-micro-panel ul.line-list li:first-child { padding-top: 0px; }
  .landing-micro-panel ul.line-list.white li { border-bottom: 1px #fff solid; }



@media screen and (max-width: 1020px) {

  #landing-micro-panel-header { padding: 220px 30px 150px 30px; }

  #landing-micro-form-panel #form-panel { margin-top: 40px; display: block; } 

}

