:root {
  --black: #000000;
  --white: #ffffff;
  --purple: #6231F7;
  --light-pink: #FFE9F0;
  --dark-pink: #ff3673;
  --blue: #09005E;
  --green: #15FFB1;
  --dark-blue: #5c6b96;
  overflow-x: hidden;
}

button, input, select, textarea {
  outline: none;
}

.button {
  width: 0;
  display: inline !important;
  transition: all .6s ease-in-out;
  border: 1.5px solid;
}

.button:hover {
  background-color: var(--green);
  transition: all .4s ease-in-out;
  color: var(--blue);
}

.button:hover span, .button:hover u {
  text-decoration: none !important;
  display: block;
}

.button:hover:after {
  transition: padding-left 1s ease-in-out;
}

html:has(.mega-menu-main-menu-mobile-open) {
  overflow: hidden;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  overflow-x: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 25px;
  }
}

p {
  margin-bottom: 0.5rem;
}

a {
  cursor: pointer;
}

article {
  margin-top: 50px;
}

article a {
  padding-bottom: 50px;
}

.error404 .not-found {
  min-height: 80vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  place-content: center;
  padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
  .error404 .not-found .entry-title {
    font-size: 200px;
  }
}

.error404 .not-found .home-btn {
  color: var(--black);
  background: var(--white);
  padding: 15px;
}

.error404 .not-found .entry-content p {
  padding-bottom: 25px;
}

.home-btn,
.button-div .button {
  padding: 15px 20px;
  margin-top: 50px;
  border-radius: 30px;
}

.privacy-policy .container {
  padding-bottom: 100px;
}

.privacy-policy h1 {
  padding: 50px 0;
}

.privacy-policy h2 {
  font-size: 35px;
  padding: 20px 0;
}

.privacy-policy .wp-block-table {
  padding-bottom: 50px;
}

.privacy-policy .button {
  border-radius: 30px;
  border-color: var(--white);
  color: var(--white);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
  display: inline-block;
  max-width: 180px;
}

.contact-info {
  display: none;
}

.mega-menu-main-menu-mobile-open .contact-info {
  display: block;
}

u {
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
}

.cta-div .cta u {
  text-underline-offset: 11px;
}

@media screen and (min-width: 980px) {
  .cta-div .cta u {
    text-underline-offset: 12px;
  }
}

.slick-list {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.slick-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  border: none;
  background: none;
}

.slick-next {
  position: absolute;
  right: -100px;
  top: 50%;
  border: none;
  background: none;
}

.slick-active button {
  border: 2px solid;
  border-radius: 20px;
  position: relative;
  bottom: 2px;
}

.arrow-left {
  background: unset;
  border: 2px solid var(--purple);
  border-radius: 80%;
  position: absolute;
  left: -75px;
  top: 25%;
  padding: 25px 30px;
  transition: .6s;
  display: none !important;
}

.arrow-left:after {
  content: '\f340' !important;
  font-size: 22px;
  right: 40px;
  top: 10px;
  font-family: dashicons;
  color: var(--purple);
}

.arrow-left:hover {
  transition: .6s;
  transform: scale(1.2);
  background-color: var(--purple) !important;
}

.arrow-left:hover:after {
  color: var(--white);
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .arrow-left {
    display: block !important;
  }
}

.arrow-right {
  background: unset;
  border: 2px solid var(--purple);
  border-radius: 80%;
  position: absolute;
  right: -75px;
  top: 25%;
  padding: 25px 30px;
  z-index: 0;
  transition: 1s;
  display: none !important;
}

.arrow-right:after {
  content: '\f344' !important;
  font-size: 22px;
  right: 40px;
  top: 10px;
  font-family: dashicons;
  color: var(--purple);
}

.arrow-right:hover {
  transition: .6s;
  transform: scale(1.2);
  background-color: var(--purple) !important;
}

.arrow-right:hover:after {
  color: var(--white);
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .arrow-right {
    display: block !important;
  }
}

.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
}

.slick-dots button {
  background: transparent;
  border: 1.5px solid var(--purple);
  border-radius: 50%;
  margin: 0 2px;
  padding-top: 12px;
}

.client-slider .slick-dots button {
  font-size: 0px;
}

.slick-dots .slick-active button {
  background: var(--purple);
  position: relative;
  top: 0;
}

#six-steps-section-1 {
  padding-top: 50px;
  background: var(--white);
}

#six-steps-section-1 .six-steps-section {
  width: 100%;
}

#six-steps-section-1 .header {
  font-size: 38px;
  margin-bottom: 50px;
  font-family: "DMSans-Medium", cursive;
  line-height: 1;
  color: var(--blue);
}

#six-steps-section-1 .step-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #six-steps-section-1 .step-div {
    flex-wrap: unset;
    justify-content: left;
  }
}

#six-steps-section-1 .step {
  border-top: 2.5px solid var(--purple);
  width: 45%;
  margin-right: 2%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #six-steps-section-1 .step {
    border-top: 1.5px solid var(--purple);
    width: 100%;
  }
}

#six-steps-section-1 .step:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2.5px solid var(--purple);
  border-radius: 0;
  position: absolute;
  top: -5px;
  border-radius: 50%;
  background: white;
}

@media screen and (min-width: 768px) {
  #six-steps-section-1 .step:after {
    border: 1.5px solid var(--purple);
  }
}

#six-steps-section-1 .number {
  font-size: 50px;
  margin-bottom: 0;
  color: var(--purple);
}

#six-steps-section-1 .text {
  width: 85%;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #six-steps-section-1 .text {
    font-size: 16px;
    width: 100%;
  }
}

#six-steps-section {
  padding-top: 50px;
  background: var(--white);
}

#six-steps-section .six-steps-section {
  width: 100%;
}

#six-steps-section .header p {
  font-size: 38px;
  margin-bottom: 50px;
  font-family: "DMSans-Medium", cursive;
  line-height: 1;
  color: var(--blue);
}

#six-steps-section .step-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #six-steps-section .step-div {
    flex-wrap: unset;
    justify-content: left;
  }
}

#six-steps-section .step {
  border-top: 2.5px solid var(--purple);
  width: 45%;
  margin-right: 2%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #six-steps-section .step {
    border-top: 1.5px solid var(--purple);
    width: 100%;
  }
}

#six-steps-section .step:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2.5px solid var(--purple);
  border-radius: 0;
  position: absolute;
  top: -5px;
  border-radius: 50%;
  background: white;
}

@media screen and (min-width: 768px) {
  #six-steps-section .step:after {
    border: 1.5px solid var(--purple);
  }
}

#six-steps-section .number {
  font-size: 50px;
  margin-bottom: 0;
  color: var(--purple);
}

#six-steps-section .text {
  width: 85%;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #six-steps-section .text {
    font-size: 16px;
    width: 100%;
  }
}

#three-usp-section {
  background: var(--white);
}

#three-usp-section .container {
  flex-direction: column;
}

#three-usp-section .header-div p {
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "DMSans-Medium", cursive;
  line-height: 1;
  color: var(--blue);
  max-width: 530px;
}

@media screen and (min-width: 768px) {
  #three-usp-section .header-div p {
    font-size: 34px;
  }
}

#three-usp-section .usp {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #three-usp-section .usp {
    flex-direction: row;
  }
}

#three-usp-section .text {
  display: none;
}

@media screen and (min-width: 768px) {
  #three-usp-section .text {
    width: 26%;
    display: block;
  }
}

#three-usp-section .active .text {
  display: block;
}

#banner-slider {
  background: var(--white);
}

#banner-slider .header {
  line-height: 0.9;
  font-size: 36px;
  text-align: center;
  width: 100%;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #banner-slider .header {
    line-height: unset;
    font-size: 40px;
  }
}

#banner-slider ul button {
  text-indent: -9999px;
}

#banner-slider .banner-slider {
  width: 100%;
}

#banner-slider .banner-slider img {
  width: 100%;
  border-radius: 15px;
}

#banner-slider .banner-slider .arrow-left, #banner-slider .banner-slider .arrow-right {
  top: 35% !important;
}

#banner-slider .slick-slide {
  padding-bottom: 50px;
}

#banner-slider .slick-dots {
  margin: 0;
  position: relative;
  bottom: 40px;
  z-index: 1;
  padding: 0;
}

#banner-slider .slick-dots button {
  padding: 6px;
  margin: 4px;
  height: 15px;
  width: 15px;
}

#banner-slider .client-name {
  position: relative;
  top: 60px;
  text-align: center;
  color: var(--purple);
}

#text-section {
  text-align: center;
  font-size: 18px;
  padding: 50px 0 50px 0;
  color: var(--blue);
}

@media screen and (min-width: 768px) {
  #text-section {
    padding: 150px 0 50px 0;
  }
}

#text-section h2 {
  font-size: 25px !important;
  margin: 0 auto;
  font-family: "DMSans-Regular", cursive !important;
  padding-top: 40px !important;
  letter-spacing: -1px !important;
  color: var(--purple);
}

@media screen and (min-width: 768px) {
  #text-section h2 {
    font-size: 45px !important;
  }
}

#text-section u {
  text-decoration-thickness: 2px;
  text-underline-offset: 20px;
}

#three-section-box {
  color: var(--white);
}

#three-section-box .container {
  justify-content: center;
}

#three-section-box .box {
  background: var(--purple);
  width: 100%;
  border-radius: 15px;
  padding: 70px 30px 40px;
}

@media screen and (min-width: 768px) {
  #three-section-box .box {
    padding: 70px 0 100px 0;
  }
}

#three-section-box .header {
  width: 100%;
  font-family: "DMSans-Bold", cursive !important;
  font-size: 70px;
  letter-spacing: -3px;
  padding-bottom: 10px;
  line-height: 0.85;
}

@media screen and (min-width: 768px) {
  #three-section-box .header {
    padding-bottom: 50px;
    letter-spacing: -7px;
    font-size: 110px;
    text-align: center;
  }
}

#three-section-box .subheader {
  font-family: "DMSans-Bold", cursive !important;
  font-size: 35px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #three-section-box span {
    display: flex;
  }
}

#three-section-box .text-div {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #three-section-box .text-div {
    width: 33.3%;
  }
}

#three-section-box .text {
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  #three-section-box .text {
    max-width: 220px;
  }
}

#three-section-box .three-section-div {
  padding: 0 80px;
}

#usp-box-div-section {
  width: 100%;
}

#usp-box-div-section .usp-box-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  #usp-box-div-section .usp-box-div {
    flex-wrap: nowrap;
  }
}

#usp-box-div-section .usp-box {
  background: white;
  padding: 15px;
  border-radius: 15px;
  width: 47%;
  height: 185px;
  margin-right: 1.5%;
}

@media screen and (min-width: 980px) {
  #usp-box-div-section .usp-box {
    width: 100%;
  }
}

#usp-box-div-section .usp-box img {
  max-width: 40px;
  max-height: 30px;
  margin-bottom: 20px;
}

#usp-box-div-section .usp-box .subheader {
  line-height: 1;
  color: var(--purple);
  margin-bottom: 15px;
}

#usp-box-div-section .usp-box .subheader p {
  font-size: 13px;
}

#usp-box-div-section .usp-box .text {
  line-height: 1;
  font-size: 20px;
}

.blue-div {
  background: var(--white);
  background-image: url(images/divider-large-blue-r.svg);
  background-position: top 0px left -100px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .blue-div {
    padding: 50px 0 50px;
    background-position: bottom 80px left -10px;
  }
}

@media screen and (min-width: 1400px) {
  .blue-div {
    background-image: url(images/div-large-blue.svg);
    background-position: bottom 0px left 0px;
  }
}

@media screen and (min-width: 2000px) {
  .blue-div {
    padding: 50px 0 300px;
  }
}

.page-template-data-visualisation .blue-div {
  background-image: url(images/div-large-pink.svg);
}

.powerpoint-slider, .homepage-slider {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.powerpoint-slider.slick-initialized, .homepage-slider.slick-initialized {
  opacity: 1;
}

video {
  border-radius: 20px;
  height: 100%;
}

.card {
  border: none;
}

.cta-div {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  padding-bottom: 6px;
  cursor: pointer;
}

.cta-div::after {
  position: absolute;
  bottom: -14.5px;
  left: 0;
  content: "";
  width: 105%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .6s ease-in-out;
  background-color: var(--purple);
}

@media screen and (min-width: 980px) {
  .cta-div::after {
    bottom: 8px;
  }
}

.cta-div:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.arrow::after {
  content: '\f344' !important;
  font-size: 16px;
  top: 35px;
  font-family: dashicons;
  color: var(--purple);
  right: -10px;
  position: relative;
  transition: all .6s ease-in-out;
  transition-delay: .2s;
}

@media screen and (min-width: 768px) {
  .arrow::after {
    font-size: 20px;
    top: 40px;
  }
}

.cta-div:hover .arrow::after {
  transition: all .6s ease-in-out;
  right: -20px;
}

.video-div video {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

#three-usp-section .usp {
  display: flex;
  border-bottom: 1.5px solid var(--purple);
  margin-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

#three-usp-section .usp:after {
  content: '\f132';
  font-size: 20px;
  right: 0px;
  bottom: 15px;
  font-family: dashicons;
  color: var(--purple);
  position: absolute;
}

@media screen and (min-width: 768px) {
  #three-usp-section .usp:after {
    top: 4px;
  }
}

@media screen and (min-width: 768px) {
  #three-usp-section .usp:after {
    display: none;
  }
  #three-usp-section .usp:nth-child(3) {
    border-bottom: unset;
  }
}

#three-usp-section .text p {
  font-size: 16px;
}

#three-usp-section .usp.active:after {
  content: '\f158' !important;
}

@media screen and (min-width: 768px) {
  #three-usp-section .header-div {
    max-height: 140px;
  }
}

#three-usp-section .icon {
  display: none;
}

@media screen and (min-width: 768px) {
  #three-usp-section .icon {
    width: 10%;
    display: flex;
    align-items: center;
  }
  #three-usp-section .icon img {
    max-width: 35px;
    max-height: 35px;
  }
}

#three-usp-section .usp-div .header {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  #three-usp-section .usp-div .header {
    margin-bottom: 20px;
    width: 60%;
  }
}

#three-usp-section .usp-div .header p {
  font-size: 60px;
  line-height: 1;
  font-family: "DMSans-Medium", cursive;
  color: var(--purple);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #three-usp-section .usp-div .header p {
    margin-bottom: 20px;
    font-size: 100px;
  }
}

.page-template-default #content {
  padding-top: 50px 0 100px;
}

@media screen and (min-width: 768px) {
  .page-template-default #content {
    padding: 100px 0 200px;
  }
}

.required input:after {
  content: "*";
}

.mega-sub-menu {
  position: relative;
  z-index: 100;
}

main {
  position: relative;
  z-index: 1;
}

.error404 {
  background-color: var(--blue);
}

.error404 .error {
  padding-top: 50px;
  height: 100vh;
}

.error404 .error h1 {
  color: var(--white);
  font-size: 55px;
  line-height: 0.85;
}

@media screen and (min-width: 768px) {
  .error404 .error h1 {
    font-size: 85px;
  }
}

.error404 .error h1 span {
  color: var(--green);
}

.error404 .error .error-message {
  margin-top: 50px;
  color: var(--white);
  max-width: 350px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .error404 .error .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }
  .error404 .error .image, .error404 .error .content {
    width: 50%;
  }
}

@media screen and (min-width: 980px) {
  .error404 .error {
    padding-top: 100px;
  }
}

.error404 .cta-div {
  flex-direction: row-reverse;
  color: var(--green);
  margin-top: 20px;
}

.error404 .cta-div:after {
  transform-origin: right top;
  bottom: 10.5px;
  left: -13px;
  background-color: var(--green);
}

.error404 .cta {
  font-size: 40px;
}

.error404 .arrow {
  transform: rotate(180deg);
  position: relative;
  top: 30px;
  color: var(--green);
}

.error404 .arrow:after {
  color: var(--green);
}

.error404 img {
  width: 350px;
}

@media screen and (min-width: 980px) {
  .error404 img {
    padding-top: 100px;
    width: 500px;
    transform: scale(1.3);
    position: relative;
    bottom: 70px;
    right: 60px;
  }
}

.page-template-form .wpcf7-submit {
  display: none !important;
}

img.lazy {
  min-height: unset;
}

#header {
  display: flex;
  background: var(--white);
  font-size: 14px;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-size: 100% 200%;
  /*trasition effect for background*/
  transition: all .05s;
}

#header :has(.mega-toggle-on) {
  background: var(--blue) !important;
}

#header :has(.mega-toggle-on) .mega-menu-link {
  color: var(--white) !important;
}

@media screen and (min-width: 980px) {
  #header :has(.mega-toggle-on) .mega-toggle-on .mega-indicator:after {
    color: var(--green) !important;
  }
}

#header :has(.mega-toggle-on) .header-logo {
  background-image: url(images/logo-green.svg) !important;
}

#header :has(.mega-toggle-on) .number, #header :has(.mega-toggle-on) .call, #header :has(.mega-toggle-on) a, #header :has(.mega-toggle-on) p {
  color: var(--green) !important;
}

#header :has(.mega-toggle-on) .button {
  border-color: var(--green) !important;
  color: var(--green) !important;
}

#header :has(.mega-toggle-on) .button:hover {
  background-color: var(--green) !important;
  color: var(--blue) !important;
}

@media screen and (min-width: 980px) {
  #header :has(.mega-toggle-on) .mega-sub-menu {
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
  }
  #header :has(.mega-toggle-on) .mega-sub-menu a {
    font-size: 22px !important;
  }
  #header :has(.mega-toggle-on) .mega-sub-menu a:hover {
    transition: .6s !important;
    color: var(--green) !important;
  }
  #header :has(.mega-toggle-on) .mega-sub-menu a:hover::after {
    transform: unset;
    bottom: -5px;
  }
}

.page-template-front-page #header {
  background: white;
}

#header .talk-cta {
  display: none;
}

@media screen and (min-width: 980px) {
  #header .talk-cta {
    display: block;
  }
}

#header.scroll {
  transition: 1s;
  position: fixed !important;
  left: 0;
  width: 100%;
  z-index: 10;
}

#header .mega-toggle-animated-inner {
  background: var(--white) !important;
}

#header .mega-toggle-animated-inner:after, #header .mega-toggle-animated-inner:before {
  background: var(--white) !important;
}

.page-template-adding-impacts #header, .page-template-training #header {
  background: var(--dark-pink);
}

.page-template-contact #header, .page-template-content-and-storytelling #header {
  background: var(--light-pink);
}

.page-template-powerpoint-templates #header, .page-template-fully-outsourced-presentations #header {
  background: var(--green);
}

.page-template-pitch-decks #header {
  background: var(--white);
}

.page-template-live-presentations #header, .page-template-data-visualisation #header {
  background: var(--blue);
}

.page-template-presentation-design #header, .page-template-video-and-animation #header, .page-template-team #header {
  background: var(--purple);
}

.page-template-submitted-page #header, .page-template-form #header, .error404 #header {
  background-color: transparent;
}

#header .container {
  display: flex;
  justify-content: space-between;
  max-width: unset !important;
  align-items: center;
  padding: 0 10px 5px !important;
}

@media screen and (min-width: 980px) {
  #header .container {
    padding: 10px 20px !important;
  }
}

#header .container .menu {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  font-weight: 600;
}

#header .container .menu a {
  padding-right: 30px;
}

#header .container nav {
  flex-direction: column;
  display: flex;
  align-self: center;
}

.mega-menu-main-menu-mobile-open #header .container nav {
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  #header .container nav {
    overflow: initial;
  }
}

@media screen and (max-width: 1200px) {
  .mega-menu-main-menu-mobile-open #header .container nav {
    display: flex;
    align-self: center;
    width: 100vw;
    left: 0;
    position: fixed;
    top: 0px;
    height: 100vh;
    background: var(--blue);
  }
  .mega-menu-main-menu-mobile-open #header .container nav .mega-toggle-on .mega-indicator:after {
    transform: rotate(45deg) !important;
  }
}

#header .container nav a {
  color: var(--black);
}

#header .info-div {
  display: flex;
  align-items: center;
}

.page-template-submitted-page #header .info-div, .page-template-form #header .info-div {
  display: none;
}

#header .header-logo, #header .page-template-pitch-decks {
  object-fit: cover;
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 2;
  background-image: url(images/logo-blue.svg);
  min-width: 140px;
  background-repeat: no-repeat;
  top: 3px;
}

.mega-menu-main-menu-mobile-open #header .header-logo, .mega-menu-main-menu-mobile-open #header .page-template-pitch-decks {
  background-image: url(images/logo-green.svg) !important;
  top: 20px;
  left: 20px;
}

@media screen and (min-width: 768px) {
  #header .header-logo, #header .page-template-pitch-decks {
    min-width: 200px;
  }
}

@media screen and (min-width: 1200px) {
  #header .header-logo, #header .page-template-pitch-decks {
    height: 37px;
  }
}

#header .main-menu ul li:hover > ul {
  opacity: 1 !important;
  display: block;
  transition: 3s !important;
}

#header .main-menu li a {
  padding: 20px 30px 10px 0;
}

#header .menu {
  display: flex;
}

#header .menu li {
  list-style: none;
  display: flex;
  align-self: center;
}

#header .menu .menu-item .sub-menu {
  opacity: 0;
  display: block;
  padding-left: 0;
  background: var(--purple);
  transition: 3s !important;
  position: fixed;
  width: 100vw;
  top: -60px;
}

#header .menu .menu-item:hover > .sub-menu {
  opacity: 0;
  top: 95px;
  transition: 4s;
  width: 100vw;
  display: block;
  left: 0;
}

#header .menu .menu-item:hover > .sub-menu a {
  color: var(--black);
}

#header .cta-btn {
  display: none;
  padding-bottom: 7px;
  margin-top: 10px;
}

@media screen and (min-width: 980px) {
  #header .cta-btn {
    display: flex;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #header .cta-btn {
    padding-left: 50px;
    padding-right: 10px;
  }
}

#header .cta-btn span:after {
  content: '\f344' !important;
  font-size: 14px;
  left: 10px;
  top: 0px;
  font-family: dashicons;
  position: relative;
}

#header .header-cta {
  display: flex;
  padding-top: 8px;
}

@media screen and (min-width: 980px) {
  #header .header-cta {
    padding-top: 13px;
  }
}

#header .header-cta a, #header .header-cta p {
  color: var(--purple);
  font-weight: 600;
  padding-right: 10px;
}

.page-template-live-presentations #header .header-cta a, .page-template-process #header .header-cta a, .page-template-live-presentations #header .header-cta p, .page-template-process #header .header-cta p {
  color: var(--dark-pink);
}

@media screen and (min-width: 768px) {
  #header .header-cta a, #header .header-cta p {
    padding-right: 20px;
  }
}

.page-template-live-presentations #header .header-cta a, .page-template-live-presentations #header .header-cta p {
  color: var(--white);
}

.slide #header .header-cta a, .slide #header .header-cta p {
  color: var(--white) !important;
}

.page-template-video-and-animation #header .header-cta a, .page-template-video-and-animation #header .header-cta p, .page-template-presentation-design #header .header-cta a, .page-template-presentation-design #header .header-cta p, .page-template-team #header .header-cta a, .page-template-team #header .header-cta p {
  color: var(--light-pink);
}

.page-template-pitch-decks #header .header-cta a, .page-template-pitch-decks #header .header-cta p, .page-template-powerpoint-templates #header .header-cta a, .page-template-powerpoint-templates #header .header-cta p, .page-template-content-and-storytelling #header .header-cta a, .page-template-content-and-storytelling #header .header-cta p, .page-template-fully-outsourced-presentations #header .header-cta a, .page-template-fully-outsourced-presentations #header .header-cta p {
  color: var(--purple);
}

.page-template-training #header .header-cta a, .page-template-training #header .header-cta p, .page-template-adding-impacts #header .header-cta a, .page-template-adding-impacts #header .header-cta p {
  color: var(--blue);
}

.page-template-data-visualisation #header .header-cta a, .page-template-data-visualisation #header .header-cta p, .error404 #header .header-cta a, .error404 #header .header-cta p {
  color: var(--green);
}

#header .header-cta .call {
  display: none;
}

@media screen and (min-width: 1024px) {
  #header .header-cta .call {
    display: block;
  }
}

#header #mega-menu-main-menu {
  padding-top: 5px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 980px) {
  #header #mega-menu-main-menu .mega-menu-link {
    margin-left: 20px !important;
  }
  #header #mega-menu-main-menu .mega-menu-item-has-children .mega-menu-link {
    margin-left: 0 !important;
  }
}

#header #mega-menu-main-menu .mega-sub-menu {
  position: relative;
  z-index: 1;
  padding-top: 35px !important;
  border-radius: 0 0 0px 20px !important;
}

@media screen and (min-width: 768px) {
  #header #mega-menu-main-menu .mega-sub-menu {
    padding-top: 0px !important;
  }
  #header #mega-menu-main-menu .mega-sub-menu .mega-menu-item {
    padding: 3px 15px 0px 0 !important;
  }
}

@media screen and (min-width: 980px) {
  #header #mega-menu-main-menu .mega-sub-menu {
    padding-left: 2.5vw !important;
  }
}

@media screen and (min-width: 1500px) {
  #header #mega-menu-main-menu .mega-sub-menu {
    padding-left: 2vw !important;
  }
}

#header #mega-menu-main-menu .mega-sub-menu li {
  width: 300px !important;
  color: var(--white) !important;
}

@media screen and (min-width: 980px) {
  #header #mega-menu-main-menu .mega-sub-menu li {
    width: 300px !important;
  }
}

@media screen and (min-width: 1300px) {
  #header #mega-menu-main-menu .mega-sub-menu li {
    width: 360px !important;
  }
}

#header #mega-menu-main-menu .mega-sub-menu li a {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #header #mega-menu-main-menu .mega-sub-menu li a {
    padding-left: 24px !important;
  }
}

#header #mega-menu-main-menu .mega-toggle-on .mega-sub-menu {
  top: 50px !important;
  padding-top: 40px !important;
}

#header #mega-menu-main-menu .mega-toggle-on .mega-sub-menu .mega-menu-link {
  -webkit-font-smoothing: antialiased;
  position: relative;
}

@media screen and (min-width: 768px) {
  #header #mega-menu-main-menu .mega-toggle-on .mega-sub-menu .mega-menu-link {
    font-weight: 300 !important;
  }
}

#header #mega-menu-main-menu .mega-menu-link {
  font-weight: 500 !important;
  padding: 0 40px !important;
  justify-content: flex-end;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px !important;
  color: var(--white);
}

@media screen and (min-width: 980px) {
  #header #mega-menu-main-menu .mega-menu-link {
    font-weight: 600 !important;
    display: flex !important;
    flex-direction: row-reverse;
    padding: 0px 10px !important;
  }
  .page-template-data-visualisation #header #mega-menu-main-menu .mega-menu-link, .page-fully-outsourced-presentation #header #mega-menu-main-menu .mega-menu-link, .page-template-video-and-animation #header #mega-menu-main-menu .mega-menu-link, .error404 #header #mega-menu-main-menu .mega-menu-link {
    color: var(--white) !important;
  }
}

#header .mega-menu-wrap {
  width: 100%;
}

#header .mega-indicator {
  display: inline-block;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  transition: .4s;
}

#header .mega-indicator:after {
  content: '\f344' !important;
  font-size: 40px;
  right: 40px;
  top: 10px;
  font-family: dashicons;
}

@media screen and (min-width: 980px) {
  #header .mega-indicator {
    top: 3px;
    right: 2px;
    transform: rotate(90deg);
  }
  #header .mega-indicator:after {
    content: '\f343' !important;
    font-size: 40px;
    left: -3px !important;
    top: 0px;
    font-size: 14px;
    color: var(--green);
  }
}

@media screen and (max-width: 768px) {
  #header .mega-toggle-on a {
    background: var(--blue) !important;
  }
}

#header .mega-toggle-on .mega-menu-link .mega-indicator {
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 980px) {
  #header .mega-toggle-on .mega-menu-link .mega-indicator {
    transform: rotate(180deg) !important;
    transition: all .4s ease-in-out;
    position: relative;
    right: 5px;
    top: 1px;
  }
}

#header .mega-menu-toggle {
  background: rgba(255, 0, 0, 0);
}

#header .mega-toggle-animated-inner {
  background: var(--purple) !important;
  transform: scale(0.8);
}

#header .mega-toggle-animated-inner:before, #header .mega-toggle-animated-inner:after {
  background: var(--purple) !important;
}

.page-template-presentation-design #header .mega-toggle-animated-inner, .page-template-adding-impacts #header .mega-toggle-animated-inner, .page-template-training #header .mega-toggle-animated-inner, .page-template-team #header .mega-toggle-animated-inner {
  background: var(--white) !important;
}

.page-template-presentation-design #header .mega-toggle-animated-inner:before, .page-template-presentation-design #header .mega-toggle-animated-inner:after, .page-template-adding-impacts #header .mega-toggle-animated-inner:before, .page-template-adding-impacts #header .mega-toggle-animated-inner:after, .page-template-training #header .mega-toggle-animated-inner:before, .page-template-training #header .mega-toggle-animated-inner:after, .page-template-team #header .mega-toggle-animated-inner:before, .page-template-team #header .mega-toggle-animated-inner:after {
  background: var(--white) !important;
}

.page-template-powerpoint-templates #header .mega-toggle-animated-inner, .page-template-content-and-storytelling #header .mega-toggle-animated-inner {
  background: var(--blue) !important;
}

.page-template-powerpoint-templates #header .mega-toggle-animated-inner:before, .page-template-powerpoint-templates #header .mega-toggle-animated-inner:after, .page-template-content-and-storytelling #header .mega-toggle-animated-inner:before, .page-template-content-and-storytelling #header .mega-toggle-animated-inner:after {
  background: var(--blue) !important;
}

.page-template-data-visualisation #header .mega-toggle-animated-inner {
  background: var(--green) !important;
}

.page-template-data-visualisation #header .mega-toggle-animated-inner:before, .page-template-data-visualisation #header .mega-toggle-animated-inner:after {
  background: var(--green) !important;
}

#header .mega-menu-open .mega-toggle-animated-inner {
  background: var(--white) !important;
}

#header .mega-menu-open .mega-toggle-animated-inner:before, #header .mega-menu-open .mega-toggle-animated-inner:after {
  background: var(--white) !important;
}

#header .mega-menu-open {
  height: 80px;
}

#header .mega-menu-open .mega-toggle-block {
  margin-right: 15px !important;
}

#header .mega-toggle-animated-inner:before {
  width: 60% !important;
}

#header #mega-menu-wrap-main-menu:has(.mega-toggle-on) {
  background: var(--blue) !important;
}

@media screen and (min-width: 768px) {
  #header #mega-menu-wrap-main-menu:has(.mega-toggle-on) {
    background: unset;
  }
}

#header #mega-menu-wrap-main-menu:has(.mega-toggle-on) a.mega-menu-link {
  position: relative;
}

@media screen and (max-width: 980px) {
  #header #mega-menu-wrap-main-menu:has(.mega-toggle-on) a.mega-menu-link::before {
    content: "";
    position: absolute !important;
    width: 80% !important;
    bottom: 0;
    border-bottom: 3px solid var(--white) !important;
  }
}

#header #mega-menu-wrap-main-menu:has(.mega-toggle-on) .mega-menu-link {
  background: var(--blue) !important;
}

@media screen and (min-width: 768px) {
  #header #mega-menu-wrap-main-menu:has(.mega-toggle-on) .mega-menu-link {
    background: transparent !important;
  }
}

#header #mega-menu-wrap-main-menu:has(.mega-toggle-on) .contact-info a {
  color: var(--green) !important;
}

#header .mega-menu .mega-menu-item:after {
  content: '';
  width: 80px;
  height: 2px;
  position: relative;
}

#header a.mega-menu-link {
  position: relative;
}

@media screen and (max-width: 480px) {
  #header a.mega-menu-link {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 980px) {
  #header a.mega-menu-link::before {
    content: "";
    position: absolute !important;
    width: 20% !important;
    bottom: 0;
    border-bottom: 3px solid var(--white) !important;
  }
}

.page-template-training #header a.mega-menu-link, .page-template-live-presentations #header a.mega-menu-link, .page-template-presentation-design #header a.mega-menu-link, .page-template-adding-impacts #header a.mega-menu-link, .page-template-team #header a.mega-menu-link {
  color: var(--white) !important;
}

@media screen and (max-width: 768px) {
  #header .mega-sub-menu a.mega-menu-link {
    font-size: 20px !important;
    font-family: "DMSans-Regular", cursive !important;
    line-height: 0.8 !important;
  }
}

#header .mega-sub-menu a.mega-menu-link::before {
  display: none !important;
}

#header .contact-info.active {
  background: var(--blue);
}

.mega-menu-main-menu-mobile-open #header .contact-info {
  position: relative;
  z-index: 2;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
}

.mega-menu-main-menu-mobile-open #header .contact-info a {
  color: var(--green);
  padding-bottom: 10px;
  font-size: 20px;
  font-family: "DMSans-Regular", cursive !important;
}

@media screen and (min-width: 980px) {
  #header .button {
    border: 1.5px solid;
    border-radius: 30px;
    border-color: var(--green);
    position: relative;
    font-size: 14px;
    font-family: "DMSans-Medium", cursive;
    cursor: pointer;
    display: inline !important;
    max-width: 180px;
    width: 100%;
    top: 3px !important;
    margin-left: 4vw;
    margin-right: 5px;
    transition: .3s all ease-in-out;
    z-index: 7;
  }
  #header .button:hover {
    transition: all .6s ease-out;
    padding-left: 10px !important;
  }
  #header .button:hover:after {
    padding-left: 0 !important;
  }
  .page-template-live-presentations #header .button {
    border-color: var(--dark-pink);
    color: var(--dark-pink);
  }
  .page-template-process #header .button {
    border-color: var(--dark-pink);
    color: var(--dark-pink);
  }
  .page-template-process #header .button:hover {
    background-color: var(--dark-pink);
    color: var(--white);
  }
  .page-template-presentation-design #header .button {
    border-color: var(--white);
    color: var(--white);
  }
  .page-template-presentation-design #header .button:hover {
    background-color: var(--purple);
    color: var(--white);
  }
  .page-template-training #header .button, .page-template-adding-impacts #header .button, .page-fully-outsourced-presentation #header .button {
    border-color: var(--blue);
    color: var(--blue);
  }
  .page-template-training #header .button:hover, .page-template-adding-impacts #header .button:hover, .page-fully-outsourced-presentation #header .button:hover {
    background-color: var(--blue);
    color: var(--dark-pink);
  }
  .page-template-live-presentations #header .button:hover {
    background-color: var(--dark-pink);
    color: var(--blue);
  }
  .page-template-content-and-storytelling #header .button {
    border-color: var(--blue);
    color: var(--blue);
  }
  .page-template-content-and-storytelling #header .button:hover {
    background-color: var(--blue);
    color: var(--light-pink);
  }
  .page-template-powerpoint-templates #header .button, .page-template-front-page #header .button, .page-template-pitch-decks #header .button, .page-template-faq #header .button, .page-template-default #header .button {
    border-color: var(--purple);
    color: var(--purple);
  }
  .page-template-powerpoint-templates #header .button:hover, .page-template-front-page #header .button:hover, .page-template-pitch-decks #header .button:hover, .page-template-faq #header .button:hover, .page-template-default #header .button:hover {
    background-color: var(--purple);
    color: var(--white);
  }
  .page-template-contact #header .button {
    border-color: var(--purple);
    color: var(--purple);
  }
  .page-template-contact #header .button:hover {
    background-color: var(--purple);
    color: var(--light-pink);
  }
  .page-template-fully-outsourced-presentations #header .button {
    border-color: var(--purple);
    color: var(--purple);
  }
  .page-template-fully-outsourced-presentations #header .button:hover {
    background-color: var(--purple);
    color: var(--green);
  }
  .page-template-data-visualisation #header .button, .error404 #header .button {
    border-color: var(--green);
    color: var(--green);
  }
  .page-template-data-visualisation #header .button:hover, .error404 #header .button:hover {
    background-color: var(--green);
    color: var(--blue);
  }
  .page-template-video-and-animation #header .button, .page-template-team #header .button {
    border-color: var(--light-pink);
    color: var(--light-pink);
  }
  .page-template-video-and-animation #header .button:hover, .page-template-team #header .button:hover {
    background-color: var(--light-pink);
    color: var(--purple);
  }
}

.header-logo .page-template-service-templates, .header-logo .page-template-training, .page-template-team .header-logo, .page-fully-outsourced-presentation .header-logo, .page-template-presentation-design .header-logo, .page-template-adding-impacts .header-logo, .page-template-video-and-animation .header-logo, .page-template-training .header-logo, .page-template-submitted-page .header-logo {
  background-image: url(images/logo-white.svg) !important;
}

.page-template-fully-outsourced-presentations .header-logo, .page-template-powerpoint-templates .header-logo, .page-template-front-page .header-logo, .page-template-pitch-decks .header-logo, .page-template-content-and-storytelling .header-logo {
  background-image: url(images/logo-blue.svg) !important;
}

.page-template-data-visualisation .header-logo, .mega-menu-open .header-logo, .error404 .header-logo {
  background-image: url(images/logo-green.svg) !important;
}

.page-template-live-presentations .header-logo {
  background-image: url(images/logo-dark-pink.svg) !important;
}

.mega-sub-menu {
  top: -400px !important;
  position: absolute;
}

.mega-toggle-on .mega-sub-menu {
  top: 50px !important;
}

.slide {
  transition: background .02s ease-in;
  background-position: -100% -100% !important;
  background-color: var(--blue) !important;
}

.slide .mega-menu-link {
  color: var(--white) !important;
}

.slide .number a {
  color: var(--green) !important;
}

.slide .call a {
  color: var(--green) !important;
}

.slide .button {
  border-color: var(--green) !important;
  color: var(--green) !important;
}

#footer {
  position: relative;
  padding-bottom: 350px;
  z-index: 2;
}

.page-template-faq #footer, .page-template-submitted-page #footer, .page-template-form #footer {
  padding-bottom: 0;
}

.page-template-submitted-page #footer, .page-template-form #footer, .error404 #footer {
  display: none;
}

@media screen and (min-width: 980px) {
  #footer {
    padding-bottom: 150px;
  }
}

.page-template-contact #footer {
  padding-bottom: 70px;
}

.page-template-service-templates #footer {
  background: var(--light-pink);
}

@media screen and (min-width: 980px) {
  .page-template-service-templates #footer {
    padding-top: 200px;
  }
}

.page-template-team #footer {
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .page-template-team #footer {
    padding-bottom: 100px;
  }
}

#footer .footer-divider {
  background-image: url(images/divider-pink.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  background-position: top 0px right 0;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.page-template-contact #footer .footer-divider {
  height: 100%;
  z-index: 0;
}

.page-template-faq #footer .footer-divider, .page-template-submitted-page #footer .footer-divider {
  display: none;
}

.page-template-process #footer .footer-divider {
  background-image: url(images/div-2.svg);
  background-color: var(--light-pink);
  height: 100%;
  background-position: top 0px right -600px;
}

@media screen and (min-width: 980px) {
  .page-template-process #footer .footer-divider {
    background-position: top -50px right 0;
  }
}

@media screen and (min-width: 768px) {
  #footer .footer-divider {
    height: 900px;
  }
}

@media screen and (min-width: 980px) {
  #footer .footer-divider {
    height: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  #footer .footer-divider {
    background-image: url(images/divider-large-pink-l.svg);
  }
}

@media screen and (min-width: 1600px) {
  #footer .footer-divider {
    height: 1100px;
  }
}

.page-template-contact #footer .footer-divider {
  background: var(--blue);
  background-repeat: no-repeat;
  background-position: top 0px right 0;
}

@media screen and (min-width: 1200px) {
  .page-template-contact #footer .footer-divider {
    background-image: url(images/slide_ring.svg);
    height: 450px;
    background-position: top 100px right -20%;
    z-index: 0;
  }
}

.page-template-service-templates #footer .footer-divider, .page-template-default #footer .footer-divider {
  height: 650px;
  background-image: url(images/divider-large-blue-l.svg);
  background-position: top 10px right 0;
  background-position: unset;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #footer .footer-divider, .page-template-default #footer .footer-divider {
    height: 900px;
    background-position: top 0px right 0;
  }
}

@media screen and (min-width: 1600px) {
  .page-template-service-templates #footer .footer-divider, .page-template-default #footer .footer-divider {
    height: 1150px;
  }
}

.page-template-team #footer .footer-divider {
  background-image: unset;
  background-color: var(--purple);
  height: 100%;
}

#footer .container {
  justify-content: center;
  position: relative;
  top: 280px;
  display: block;
  z-index: 1;
}

.page-template-contact #footer .container {
  padding-top: 0;
  top: 0px;
}

.page-template-team #footer .container {
  top: 0;
}

.page-template-faq #footer .container, .page-template-submitted-page #footer .container {
  top: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-faq #footer .container, .page-template-submitted-page #footer .container {
    top: 70px;
    top: 20px;
  }
}

@media screen and (min-width: 980px) {
  #footer .container {
    padding-top: 250px;
    top: 0;
  }
  .page-template-team #footer .container {
    padding-top: 0;
  }
  .page-template-faq #footer .container {
    padding-top: 100px;
  }
}

#footer .container p {
  color: var(--purple);
}

.page-template-team #footer .container p, .page-template-process #footer .container p {
  color: var(--white);
}

#footer .social_icon {
  display: flex;
  padding: 0 0 50px 0;
}

#footer .social_icon img {
  margin-right: 15px;
}

#footer .social_icon li {
  list-style: none;
}

#footer .social_icon .button {
  display: flex;
  color: var(--purple);
  border-color: var(--purple);
  transition: all 1s ease-in-out;
  position: relative;
  top: 14px;
}

.page-template-team #footer .social_icon .button {
  color: var(--green);
  border-color: var(--green);
}

.page-template-team #footer .social_icon .button:hover {
  transition: all 1s ease-in-out;
  background-color: var(--green);
  color: var(--purple);
}

.page-template-process #footer .social_icon .button {
  color: var(--dark-pink);
  border-color: var(--dark-pink);
}

.page-template-process #footer .social_icon .button:hover {
  transition: all 1s ease-in-out;
  background-color: var(--dark-pink);
  color: var(--blue);
}

#footer .social_icon .button:hover {
  background-color: var(--purple);
  color: var(--light-pink);
}

.page-template-contact #footer .social_icon .button, .page-template-service-templates #footer .social_icon .button, .page-template-default #footer .social_icon .button {
  color: var(--green);
  border-color: var(--green);
}

.page-template-contact #footer .social_icon .button:hover, .page-template-service-templates #footer .social_icon .button:hover, .page-template-default #footer .social_icon .button:hover {
  background-color: var(--green);
  color: var(--blue);
}

#footer .social_icon .button span {
  display: flex;
  border: 2px solid;
  border-radius: 30px;
  align-items: center;
  align-self: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  padding: 1px 140px 1px 15px;
}

@media screen and (min-width: 768px) {
  #footer .social_icon .button span {
    padding: 3px 20px 3px 15px;
  }
}

#footer .social_icon .button span:after {
  content: '\f344' !important;
  font-size: 12px;
  right: -10px;
  top: 0px;
  font-family: dashicons;
  color: var(--purple);
  position: relative;
}

@media screen and (min-width: 768px) {
  #footer .social_icon .button span:after {
    top: 1px;
  }
}

.page-template-contact #footer .social_icon .button span, .page-template-service-templates #footer .social_icon .button span, .page-template-default #footer .social_icon .button span {
  border-color: var(--green);
  color: var(--green);
}

.page-template-contact #footer .social_icon .button span:after, .page-template-service-templates #footer .social_icon .button span:after, .page-template-default #footer .social_icon .button span:after {
  color: var(--green);
}

#footer .footer-div {
  display: flex;
  width: 70%;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #footer .footer-div {
    flex-direction: row;
    width: 80%;
  }
}

#footer .footer-div p {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  #footer .footer-div .terms {
    padding-left: 6%;
  }
}

#footer .footer-div .terms a, #footer .footer-div .terms p {
  color: var(--purple);
}

.page-template-team #footer .footer-div .terms a, .page-template-team #footer .footer-div .terms p {
  color: var(--green);
}

.page-template-process #footer .footer-div .terms a, .page-template-process #footer .footer-div .terms p {
  color: var(--dark-pink);
}

.page-template-contact #footer .footer-div p, .page-template-service-templates #footer .footer-div p, .page-template-default #footer .footer-div p {
  color: var(--white);
}

.page-template-contact #footer .footer-div .terms a, .page-template-contact #footer .footer-div .terms p, .page-template-service-templates #footer .footer-div .terms a, .page-template-service-templates #footer .footer-div .terms p, .page-template-default #footer .footer-div .terms a, .page-template-default #footer .footer-div .terms p {
  color: var(--green);
}

#footer .copyright {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #footer .copyright {
    padding-bottom: unset;
  }
}

#footer .copyright a {
  text-decoration: underline;
}

#footer .footer-menu-div {
  margin-bottom: 20px;
  display: none;
}

@media screen and (min-width: 768px) {
  #footer .footer-menu-div {
    display: flex;
  }
}

#footer .footer-cta {
  display: flex;
}

#footer .footer-cta a, #footer .footer-cta p {
  color: var(--purple);
}

.page-template-contact #footer .footer-cta a, .page-template-service-templates #footer .footer-cta a, .page-template-team #footer .footer-cta a, .page-template-default #footer .footer-cta a, .page-template-contact #footer .footer-cta p, .page-template-service-templates #footer .footer-cta p, .page-template-team #footer .footer-cta p, .page-template-default #footer .footer-cta p {
  color: var(--green);
}

.page-template-process #footer .footer-cta a, .page-template-process #footer .footer-cta p {
  color: var(--dark-pink);
}

#footer .menu {
  display: flex;
  padding-left: 0;
}

#footer .menu li {
  padding-right: 35px;
  list-style: none;
}

#footer .menu a {
  color: var(--blue);
  font-weight: 600;
}

.page-template-contact #footer .menu a, .page-template-service-templates #footer .menu a, .page-template-team #footer .menu a, .page-template-process #footer .menu a, .page-template-default #footer .menu a {
  color: var(--white);
}

#footer .footer-logo {
  position: relative;
  right: 10px;
  max-width: 270px;
}

@media screen and (min-width: 768px) {
  #footer .footer-logo {
    max-width: 550px;
    right: 30px;
  }
}

#footer .plane {
  position: absolute;
  z-index: 2;
  top: 70px;
  width: 100%;
  left: 0;
  max-width: 270px;
}

@media screen and (min-width: 768px) {
  #footer .plane {
    top: -200px;
    width: 550px;
    left: -110px;
    max-width: unset;
  }
}

.page-template-contact #footer .plane, .page-template-team #footer .plane, .page-template-faq #footer .plane, .page-template-submitted-page #footer .plane, .page-template-process #footer .plane, .error404 #footer .plane {
  display: none;
}

#footer .green {
  top: 80px !important;
  width: 450px;
  left: unset;
  right: -60px;
}

@media screen and (min-width: 768px) {
  #footer .green {
    top: 150px !important;
  }
}

@media screen and (min-width: 1600px) {
  .page-template-process #footer .logo-div, .page-template-service-templates #footer .logo-div, .page-template-default #footer .logo-div {
    padding-top: 200px;
  }
}

@font-face {
  font-family: DMSans-Regular;
  src: url("fonts/DMSans-Regular.ttf");
  font-weight: 100;
}

@font-face {
  font-family: DMSans-Medium;
  src: url("fonts/DMSans-Medium.ttf");
}

@font-face {
  font-family: DMSans-Bold;
  src: url("fonts/DMSans-Bold.ttf");
}

a {
  text-decoration: none;
}

p, div {
  font-family: "DMSans-Regular", cursive;
}

main p, main div {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  main p, main div {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DMSans-Regular", cursive;
}

h1 {
  font-family: "DMSans-Bold", cursive;
  font-size: 50px;
  line-height: 0.7;
  letter-spacing: -4px;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 35px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 70px;
  }
}

strong {
  font-family: "DMSans-Medium", cursive;
}

@media screen and (min-width: 768px) {
  strong {
    font-family: "DMSans-Bold", cursive;
  }
}

#footer {
  font-size: 12px;
}

#footer .footer-menu-div p {
  font-size: 16px;
  font-weight: 600;
  padding-right: 30px;
}

#footer .footer-menu a {
  font-size: 16px;
  position: relative;
}

#footer .footer-menu a:hover {
  transition: .6s;
  color: var(--purple);
}

.page-template-front-page strong {
  padding-top: 100px;
}

.page-template-front-page .paragraph {
  padding-bottom: 20px;
}

.page-template-front-page .slide-div {
  position: relative;
  height: 100%;
  min-height: 300px;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.page-template-front-page .slide-div video {
  position: absolute;
}

.page-template-front-page .slide-div .container {
  margin-top: 0;
}

.page-template-front-page .slide-div span {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.page-template-front-page .slide-div img {
  width: 100%;
}

.page-template-front-page .video img {
  width: 100%;
}

.page-template-front-page .presentation-design-right video {
  transform: scale(1.9);
  bottom: 40px;
}

@media screen and (min-width: 980px) {
  .page-template-front-page .presentation-design-right video {
    transform: scale(1.7);
    position: absolute;
    bottom: 110px;
    left: 30px;
  }
}

.page-template-front-page .build-section-right .button:hover, .page-template-front-page .training-div .button:hover, .page-template-front-page .outsourced-presentation .button:hover {
  background-color: var(--purple) !important;
  color: var(--white) !important;
}

.page-template-front-page .slide-3-left .button:hover {
  background-color: var(--green) !important;
  color: var(--purple);
}

.page-template-front-page .three-section-div .button:hover, .page-template-front-page .half-block-left .button:hover {
  color: var(--purple) !important;
}

.page-template-front-page .getting-started .button:hover, .page-template-front-page .future-live .button:hover {
  background-color: var(--purple) !important;
  color: var(--green) !important;
}

.page-template-front-page .button {
  top: 10px;
}

.page-template-front-page .presentation-design-left {
  position: relative;
  z-index: 2;
}

.page-template-front-page .presentation-design-left .sub-header {
  max-width: 230px;
}

.page-template-front-page .three-section-div .col-md-3 {
  position: relative;
  z-index: 3;
}

.page-template-front-page .button {
  white-space: nowrap;
}

.page-template-front-page .three-section-div .container {
  position: relative;
  z-index: 3;
}

.page-template-front-page .three-section-div .sub-header p {
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
}

@media screen and (min-width: 980px) {
  .page-template-front-page .three-section-div .paragraph-div {
    display: flex;
  }
}

.blog .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .blog .container {
    flex-direction: row;
  }
}

.blog img {
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.blog .post {
  width: 33%;
}

.blog .card {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  background: #ece9e6;
  background: linear-gradient(to right, #ffffff, #ece9e6);
}

.blog .card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.blog .card__header img {
  height: 220px;
  object-fit: cover;
}

.blog .tag {
  align-self: flex-start;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  font-size: 0.75rem;
}

.blog .tag + .tag {
  margin-left: 0.5em;
}

.blog .tag-blue {
  background: #56ccf2;
  background: linear-gradient(to bottom, #2f80ed, #56ccf2);
  color: #fafafa;
}

.blog .tag-brown {
  background: #d1913c;
  background: linear-gradient(to bottom, #ffd194, #d1913c);
  color: #fafafa;
}

.blog .tag-red {
  background: #cb2d3e;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.blog .card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.blog .card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.blog .user {
  display: flex;
  gap: 0.5rem;
}

.blog .user__image {
  border-radius: 50%;
}

.blog .user__info > small {
  color: #666;
}

.blog .card-text {
  min-height: 150px;
  padding: 20px;
  background: var(--black);
  color: var(--white);
}

.single-post .single-img {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.single-post .single-img img {
  width: 60%;
  max-height: 400px;
  border-radius: 30px;
  object-fit: cover;
}

.scale-up-center {
  animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: heartbeat 3s ease-in-out 3s infinite both;
}

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.wobble-left {
  animation: wobble-ver-left 4s ease-in-out 2s infinite both;
}

@keyframes wobble-ver-left {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    transform: translateY(15px) rotate(6deg);
  }
  45% {
    transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}

@keyframes cursor {
  0%, 100% {
    border-color: #ffffff;
  }
}

@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 21.5ch;
  }
}

.slide-in-right {
  animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.shake {
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@keyframes shake-lr {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: rotate(8deg);
  }
  20%, 40%, 60% {
    transform: rotate(-10deg);
  }
  30%, 50%, 70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  90% {
    transform: rotate(8deg);
  }
}

.wobble {
  animation: wobble-hor-bottom 3s infinite both;
}

@keyframes wobble-hor-bottom {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.slide-up {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#slider {
  cursor: pointer;
}

#slider .homepage-slider {
  cursor: pointer;
  padding-bottom: 30px;
  position: relative;
  bottom: 12px;
}

#slider .homepage-slider img {
  width: 100%;
  padding: 0 10px;
}

#slider .homepage-slider .slick-track .slick-slide:nth-child(odd) {
  padding-top: 25px !important;
}

#three-section {
  background: var(--purple);
}

#three-section .container {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  #three-section .container {
    flex-direction: row;
    padding-bottom: 150px;
  }
}

#three-section p {
  color: var(--white);
}

#three-section .header {
  padding-bottom: 15px;
  color: var(--green);
  text-transform: uppercase;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  font-size: 20px;
}

#three-section .sub-header {
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  max-width: 300px;
}

#three-section .paragraph {
  color: var(--white);
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  #three-section .paragraph {
    max-width: 350px;
  }
  #three-section .paragraph:first-child {
    margin-right: 40px;
    width: 60%;
  }
  #three-section .paragraph:nth-child(2) {
    width: 40%;
  }
}

#three-section .button {
  max-width: 240px;
  border-radius: 30px;
  padding: 2px 25px 2px 10px;
  border-color: var(--green);
  color: var(--green);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

#three-section .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

#three-section .col-md-4, #three-section .col-md-3 {
  display: flex;
  align-items: unset;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #three-section .col-md-4, #three-section .col-md-3 {
    align-self: self-end;
  }
}

#three-section .plant {
  display: none;
}

@media screen and (min-width: 768px) {
  #three-section .plant {
    display: block;
    max-width: 300px;
    position: relative;
    top: 30px;
  }
}

@media screen and (min-width: 768px) {
  #three-section .header-div {
    padding-left: 80px;
  }
}

#three-section .cta-div {
  position: relative;
  top: 20px;
}

@media screen and (min-width: 768px) {
  #three-section .cta-div {
    left: 30px;
  }
}

#half-block-section {
  background: var(--purple);
}

#half-block-section .container {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  #half-block-section .container {
    flex-direction: row;
    position: relative;
    bottom: 35px;
  }
}

#half-block-section .half-block {
  position: relative;
  padding-bottom: 50px;
  background-image: url(images/divider-v3-green.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top 100px right 0;
  height: 100%;
  background-size: cover;
}

@media screen and (min-width: 1400px) {
  #half-block-section .half-block {
    background-position: top 130px right 0;
    background-image: url(images/divider-large-green-r.svg);
  }
}

@media screen and (min-width: 1800px) {
  #half-block-section .half-block {
    background-position: top 20px right 0;
  }
}

#half-block-section .half-block-left {
  position: relative;
  z-index: 4;
  display: none;
}

@media screen and (min-width: 768px) {
  #half-block-section .half-block-left {
    display: block;
    margin-top: 25px;
  }
}

#half-block-section .half-block-left .header {
  color: var(--green);
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DMSans-Bold", cursive;
  padding-bottom: 15px;
}

#half-block-section .half-block-left .sub-header p {
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
}

#half-block-section .half-block-left .paragraph {
  max-width: 350px;
  color: var(--white);
  line-height: 1.3;
}

#half-block-section .half-block-left .button {
  border-radius: 30px;
  padding: 2px 25px 2px 10px;
  border-color: var(--green);
  color: var(--green);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  margin-top: 25px;
  cursor: pointer;
  display: inline-block;
}

#half-block-section .half-block-left .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

#half-block-section .half-block-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  #half-block-section .half-block-right {
    margin-top: 0px;
  }
}

#half-block-section .half-block-right .header {
  font-family: "DMSans-Bold", cursive;
  line-height: 0.8;
  color: var(--blue);
  max-width: 400px;
  margin-left: auto;
}

#half-block-section .half-block-right img {
  width: 90%;
  display: flex;
  margin-left: auto;
  position: relative;
  bottom: 26px;
  left: 40px;
}

#half-block-section .half-block-right .quote {
  max-width: 400px;
  margin-left: auto;
  font-size: 80px;
  height: 50px;
  position: relative;
  bottom: 20px;
  right: 10px;
  color: var(--dark-pink);
  font-weight: 700;
}

#half-block-section .half-block-right video {
  transform: scale(1.7);
  position: relative;
}

@media screen and (min-width: 980px) {
  #half-block-section .half-block-right video {
    left: 100px;
  }
}

#half-block-section .getting-started {
  margin-top: 90px;
  position: relative;
}

#half-block-section .getting-started img {
  width: 100%;
  max-width: 95px;
  display: flex;
  position: absolute;
  top: 440px;
  transform: scale(1.3) rotate(15deg);
  left: 25%;
  z-index: 2;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  #half-block-section .getting-started img {
    top: 0;
    left: 0;
    position: relative;
    max-width: 175px;
    transform: rotate(0deg);
    margin-top: 0px;
  }
}

#half-block-section .getting-started .header {
  color: var(--purple);
  font-weight: 500;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  font-size: 30px;
}

#half-block-section .getting-started .button {
  border-radius: 30px;
  padding: 2px 20px 2px 10px;
  border-color: var(--purple);
  color: var(--purple);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
  display: inline-block;
}

#half-block-section .getting-started .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

#half-block-section .getting-started .text-div {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #half-block-section .getting-started .text-div {
    flex-direction: row;
  }
  #half-block-section .getting-started .text-div .paragraph-left {
    width: 250px;
  }
  #half-block-section .getting-started .text-div .paragraph-right {
    padding-left: 60px;
    width: 250px;
  }
  #half-block-section .getting-started .text-div .paragraph-right p {
    width: 300px;
  }
}

#half-block-section .getting-started .subheader {
  font-size: 30px;
  line-height: 1.1;
  color: var(--blue);
  margin-top: 50px;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  #half-block-section .getting-started .subheader {
    font-size: 50px;
    visibility: visible;
  }
}

@media screen and (min-width: 1600px) {
  #half-block-section .header-div {
    margin-top: 180px;
  }
}

#getting-started-section {
  background: var(--green);
  position: relative;
}

#getting-started-section .container {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  #getting-started-section .container {
    flex-direction: column;
    position: relative;
    bottom: 35px;
  }
}

#getting-started-section .getting-started {
  position: relative;
}

#getting-started-section .getting-started .container {
  flex-direction: column;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #getting-started-section .getting-started .container {
    flex-direction: row;
    padding-bottom: 0;
  }
}

#getting-started-section .getting-started .getting-started-left {
  position: relative;
}

#getting-started-section .getting-started .getting-started-left .header {
  font-family: "DMSans-Bold", cursive;
  line-height: 0.8;
  color: var(--blue);
  max-width: 450px;
  margin-left: auto;
}

#getting-started-section .getting-started .getting-started-left img {
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
}

@media screen and (min-width: 768px) {
  #getting-started-section .getting-started .getting-started-left img {
    max-width: 175px;
    top: 0;
    left: 60px;
  }
}

#getting-started-section .getting-started .getting-started-left .paragraph {
  width: 175px;
  position: absolute;
  bottom: 30px;
  left: 25%;
  z-index: 1;
  color: white;
  font-weight: 100;
  line-height: 1.3;
  font-size: 12px;
  opacity: 0.9;
}

#getting-started-section .getting-started .getting-started-left .text-div {
  display: none;
}

@media screen and (min-width: 768px) {
  #getting-started-section .getting-started .getting-started-left .text-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    font-size: clamp(2rem, 2.8vw, 5rem);
    font-weight: bold;
    width: 360px;
    position: absolute;
    z-index: 2;
    bottom: 150px;
    right: 50px;
    color: var(--white);
    transform: rotate(-1deg);
    border-bottom: 15px solid var(--green);
    text-align: center;
  }
}

#getting-started-section .getting-started .getting-started-left .typewriter {
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid var(--white);
  animation: cursor 1s step-start infinite, text 2s steps(18) alternate infinite;
  font-size: 90px;
}

#getting-started-section .getting-started .header {
  color: var(--purple);
  font-weight: 500;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  font-size: 40px;
}

#getting-started-section .getting-started .paragraph {
  color: var(--blue);
  line-height: 1.3;
  width: 250px;
}

#getting-started-section .getting-started .button {
  max-width: 250px;
  border-radius: 30px;
  padding: 2px 0px 2px 10px;
  border-color: var(--purple);
  color: var(--purple);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
}

#getting-started-section .getting-started .text-div {
  display: flex;
}

#getting-started-section .getting-started .text-div .paragraph-left {
  width: 250px;
}

#getting-started-section .getting-started .text-div .paragraph-right {
  width: 250px;
  padding-left: 60px;
}

#getting-started-section .getting-started .subheader {
  font-size: 50px;
  line-height: 1.1;
  color: var(--blue);
  margin-top: 50px;
}

#training-section {
  position: relative;
  background: var(--green);
}

#training-section p {
  color: var(--blue);
}

#training-section .training-div {
  padding-top: 20px;
  background-image: url(images/divider-white-l.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top -200px right 0;
  height: 100%;
  background-size: cover;
}

@media screen and (min-width: 1400px) {
  #training-section .training-div {
    background-position: top -260px right 0;
  }
}

@media screen and (min-width: 1600px) {
  #training-section .training-div {
    background-position: top -330px right 0;
  }
}

#training-section .training-div .container {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  #training-section .training-div .container {
    min-height: 900px;
    flex-direction: column;
    background-position: top -200px right 0;
  }
}

@media screen and (min-width: 1600px) {
  #training-section .training-div .container {
    min-height: 1000px;
  }
}

#training-section .training-div video {
  transform: scale(1.9);
}

@media screen and (min-width: 980px) {
  #training-section .training-div video {
    right: 200px;
    top: 30px;
  }
}

#training-section .header {
  color: var(--purple);
  text-transform: uppercase;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 230px;
}

@media screen and (min-width: 768px) {
  #training-section .header {
    margin-top: 140px;
  }
}

#training-section .button {
  border-radius: 30px;
  padding: 2px 25px 2px 10px;
  border-color: var(--purple);
  color: var(--purple);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
}

#training-section .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

#training-section .sub-header p {
  max-width: 270px;
  font-size: 17px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #training-section .sub-header p {
    max-width: 500px;
    font-size: 30px;
    line-height: 1.2;
  }
}

#training-section .paragraph p {
  line-height: 1.1;
  margin-top: 30px;
  font-family: "DMSans-Regular", cursive;
  font-size: 35px;
  max-width: 330px;
}

@media screen and (min-width: 768px) {
  #training-section .paragraph p {
    max-width: 500px;
    font-size: 50px;
  }
}

#training-section .slide-div {
  position: relative;
  height: unset;
  bottom: 40px;
}

#training-section .slide-div .slide {
  max-width: 100%;
  position: relative;
  top: 20px;
  transform: rotate(2deg);
  box-shadow: 0px 0px 59px -19px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  #training-section .slide-div .slide {
    max-width: 600px;
    bottom: 15px;
    box-shadow: unset;
  }
}

#training-section .slide-div .remote {
  position: absolute;
  max-width: 60px;
  right: 0px;
  bottom: -60px;
}

@media screen and (min-width: 768px) {
  #training-section .slide-div .remote {
    max-width: 120px;
    left: 470px;
    bottom: -60px;
  }
}

#training-section .future-live-header p {
  font-size: 60px;
  font-family: "DMSans-Bold", cursive;
  color: var(--blue);
  line-height: 0.8;
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  #training-section .future-live-header p {
    font-size: 90px;
    width: 50%;
    margin-left: 30%;
    margin-top: unset;
    padding-left: 60px;
  }
}

@media screen and (min-width: 768px) {
  #training-section .future-live-header {
    position: relative;
  }
}

@media screen and (min-width: 980px) {
  .page-template-training .cta-div:after {
    top: 60.5px !important;
  }
}

#outsourced-presentation .outsourced-presentation {
  position: relative;
  top: 20px;
}

#outsourced-presentation .outsourced-presentation .text-div {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #outsourced-presentation .outsourced-presentation .text-div {
    flex-direction: row;
  }
  #outsourced-presentation .outsourced-presentation .text-div span {
    padding-left: 40px;
  }
}

#outsourced-presentation .outsourced-presentation .text-div .paragraph-left {
  max-width: 260px;
}

#outsourced-presentation .outsourced-presentation .text-div .paragraph-right {
  max-width: 300px;
}

#outsourced-presentation .outsourced-presentation .sub-header p {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 20px;
}

#outsourced-presentation .outsourced-presentation .header {
  color: var(--purple);
  text-transform: uppercase;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  #outsourced-presentation .outsourced-presentation .header {
    margin-top: 100px;
  }
}

#outsourced-presentation .outsourced-presentation .button {
  border-radius: 30px;
  padding: 2px 25px 2px 10px;
  border-color: var(--purple);
  color: var(--purple);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
}

#outsourced-presentation .outsourced-presentation .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

#outsourced-presentation .col-md-8 {
  margin-left: auto;
  position: relative;
  z-index: 1;
}

#future-live-section {
  background: var(--green);
  display: none;
}

@media screen and (min-width: 768px) {
  #future-live-section {
    display: block;
  }
}

#future-live-section .future-live {
  background: var(--green);
}

#future-live-section .future-live .container {
  position: relative;
  z-index: 2;
}

#future-live-section .future-live .header {
  color: var(--purple);
  font-size: 40px;
  font-family: "DMSans-Medium", cursive;
}

#future-live-section .future-live .text-div {
  display: flex;
  color: var(--blue);
}

#future-live-section .future-live .text-div .paragraph-left {
  width: 350px;
}

#future-live-section .future-live .text-div .paragraph-left p {
  width: 290px;
}

#future-live-section .future-live .text-div .paragraph-right {
  width: 350px;
  padding-left: 60px;
}

#future-live-section .future-live .text-div .paragraph-right p {
  width: 270px;
}

#future-live-section .future-live .button {
  border-radius: 30px;
  padding: 2px 20px 2px 10px;
  border-color: var(--purple);
  color: var(--purple);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 0;
  display: inline-block;
}

#future-live-section .future-live .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

#future-live-section .future-live .col-md-12 {
  margin-top: 30px;
}

#future-live-section .future-live .col-md-12 p {
  font-size: 90px;
  line-height: 0.65;
  font-family: DMSans-Bold;
  width: 50%;
  margin-left: 30%;
  color: var(--blue);
  padding-left: 60px;
}

#future-live-section .future-live .col-md-12 .slide-div .slide {
  max-width: 600px;
  position: relative;
  bottom: 15px;
  transform: rotate(2deg);
}

#future-live-section .future-live .col-md-12 .slide-div .remote {
  position: absolute;
  max-width: 120px;
  left: 470px;
  bottom: -60px;
}

.button {
  border-radius: 30px;
  padding: 2px 20px 2px 10px;
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
}

.button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

#hero-section {
  position: relative;
  background-image: url(images/divider-pink.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top 270px right 0;
  background-size: cover;
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  #hero-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  #hero-section {
    background-position: top 220px right 0;
  }
}

@media screen and (min-width: 1400px) {
  #hero-section {
    background-image: url(images/divider-large-pink-l.svg);
    background-position: top 150px right 0;
  }
}

@media screen and (min-width: 1600px) {
  #hero-section {
    background-image: url(images/divider-large-pink-l.svg);
    background-position: top 70px right 0;
  }
}

#hero-section .container {
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.page-template-front-page #hero-section .container {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .page-template-front-page #hero-section .container {
    flex-direction: row;
    margin-top: 75px;
  }
}

#hero-section .container .hero-title {
  color: var(--white);
  padding-bottom: 50px;
}

#hero-section .container .button-div .button {
  background: var(--white);
  color: var(--black);
}

#hero-section h1 {
  padding-top: 0;
}

#hero-section h1 span {
  color: var(--purple);
}

#hero-section .home-hero-img {
  background-size: contain;
  background-image: url(http://localhost:8888/wp-content/uploads/2022/10/hero.jpg);
  height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  list-style-type: none;
}

#hero-section .slick-dots li {
  margin: 0 0.25rem;
}

#hero-section .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--black);
  opacity: 0.6;
  text-indent: -9999px;
}

#hero-section .slick-dots li.slick-active button {
  background-color: var(--black);
  opacity: 1;
}

#hero-section .hero-text {
  margin-top: 25px;
}

#hero-section .hero-text p {
  max-width: 270px;
  color: var(--blue);
}

@media screen and (min-width: 768px) {
  #hero-section .hero-text {
    margin-top: 105px;
  }
  #hero-section .hero-text p {
    max-width: 410px;
    margin-bottom: 12px;
  }
}

#hero-section .hero-text .button {
  padding: 0;
  border: none;
}

#hero-section .hero-text .cta-div::after {
  bottom: 10.5px;
}

#hero-section .hero-slide {
  display: none;
}

@media screen and (min-width: 768px) {
  #hero-section .hero-slide {
    max-width: 465px;
    padding-top: 30px;
    display: block;
  }
}

#hero-section .cta {
  margin-top: 30px;
  font-size: 35px;
  color: var(--purple);
  font-family: "DMSans-Regular", cursive !important;
}

@media screen and (min-width: 768px) {
  #hero-section .cta {
    font-size: 40px;
    text-decoration: none;
  }
  #hero-section .cta a {
    font-size: 40px;
  }
  #hero-section .cta span {
    text-decoration: underline;
    margin-bottom: 10px;
    text-underline-offset: 12px;
    text-decoration-thickness: 1px;
  }
}

#hero-section .video-div {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

#hero-section .video-div .container {
  margin-top: 0;
}

#hero-section .video-div span {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#hero-section .video-div img {
  width: 100%;
}

#hero-section .video img {
  width: 100%;
}

#hero-section .chat-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  #hero-section .chat-icon {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 90px;
    left: -15px;
    width: 100%;
    max-width: 1500px !important;
    margin: 0 auto;
  }
}

#hero-section .slide-div {
  position: relative;
  height: 100%;
  min-height: 300px;
  padding-top: 0px;
  display: none;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  #hero-section .slide-div {
    display: flex;
    bottom: 140px;
    padding-top: 40px;
    min-height: 400px;
  }
}

#hero-section .slide-div video {
  transform: scale(1.6);
  position: absolute;
  left: 30px;
}

@media screen and (min-width: 980px) {
  #hero-section .slide-div video {
    transform: scale(1.8);
    left: 70px;
  }
}

#hero-section .slide-div .container {
  margin-top: 0;
}

#hero-section .slide-div span {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#hero-section .slide-div img {
  width: 100%;
}

#hero-section .video img {
  width: 100%;
}

#presentation-design {
  position: relative;
  background: var(--light-pink);
}

@media screen and (min-width: 768px) {
  #presentation-design {
    background: var(--light-pink);
    padding-top: 160px;
  }
}

#presentation-design #slider {
  background: var(--purple);
  position: relative;
  top: 5px;
}

.presentation-design-text video {
  transform: scale(1.9);
  -webkit-transform: scale(1.9);
  position: relative;
  top: 20px;
}

.page-template-presentation-design .presentation-design-text video {
  top: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-presentation-design .presentation-design-text video {
    top: 20px;
  }
}

.presentation-design-div {
  padding-top: 0px;
  background-image: url(images/divider-v3-white.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top;
  background-size: cover;
  background-position: top -210px left -5px;
}

@media screen and (min-width: 980px) {
  .presentation-design-div {
    padding-top: 60px;
    background-position: unset;
  }
}

@media screen and (min-width: 1400px) {
  .presentation-design-div {
    background-image: url(images/divider-large-white-r.svg);
    background-position: top 140px right 0;
  }
}

.presentation-design-div .container {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .presentation-design-div .container {
    flex-direction: row;
    position: relative;
    bottom: 35px;
  }
}

@media screen and (min-width: 980px) {
  .presentation-design-div .presentation-design-left {
    padding-top: 90px;
  }
}

.presentation-design-div .presentation-design-left .header {
  color: var(--dark-pink);
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DMSans-Bold", cursive;
  padding-bottom: 15px;
}

.presentation-design-div .presentation-design-left .sub-header p {
  font-size: 36px;
  line-height: 1;
  color: var(--blue);
  padding-bottom: 15px;
  font-family: "DMSans-Medium", cursive;
}

@media screen and (min-width: 768px) {
  .presentation-design-div .presentation-design-left .sub-header p p {
    max-width: 225px;
  }
}

.presentation-design-div .presentation-design-left .paragraph {
  max-width: 310px;
  color: var(--blue);
  line-height: 1.3;
}

.presentation-design-div .presentation-design-left .button {
  max-width: 200px;
  border-radius: 30px;
  padding: 2px 20px 2px 10px;
  border-color: var(--dark-pink);
  color: var(--dark-pink);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  margin-top: 25px;
  cursor: pointer;
}

.presentation-design-div .presentation-design-left .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

.presentation-design-div .presentation-design-left .button:hover {
  background-color: var(--dark-pink);
  transition: all .4s ease-in-out;
  color: var(--white);
}

.presentation-design-div .presentation-design-right .header {
  font-family: "DMSans-Bold", cursive !important;
  line-height: 0.8;
  color: var(--blue);
  max-width: 500px;
  margin-left: auto;
  font-size: 85px;
  letter-spacing: -4px;
}

@media screen and (max-width: 768px) {
  .presentation-design-div .presentation-design-right .header {
    font-size: 50px;
    margin-top: 50px;
    max-width: 280px;
  }
}

.presentation-design-div .presentation-design-right img {
  width: 90%;
  display: flex;
  margin-left: auto;
  position: relative;
  bottom: 26px;
  left: 20px;
}

.presentation-design-div .presentation-design-right .quote {
  display: none;
}

@media screen and (min-width: 768px) {
  .presentation-design-div .presentation-design-right .quote {
    display: block;
    max-width: 500px;
    margin-left: auto;
    font-size: 130px;
    height: 50px;
    position: relative;
    bottom: 40px;
    right: 10px;
    color: var(--dark-pink);
    font-weight: 700;
    letter-spacing: 3px;
  }
}

#usp-icon-section .text-box p {
  padding-bottom: 10px;
}

.build-section {
  position: relative;
  padding-top: 30px;
}

@media screen and (min-width: 780px) {
  .build-section {
    padding-top: 120px;
  }
}

.build-section:before {
  content: "";
  background-image: url(images/divider-v4.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom -210px right 20px;
}

@media screen and (min-width: 768px) {
  .build-section:before {
    width: 103.3%;
    background-position: unset;
  }
}

.build-section .container {
  flex-direction: column;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .build-section .container {
    flex-direction: row;
    padding-bottom: 0;
  }
}

.build-section .build-section-left {
  position: relative;
}

.build-section .build-section-left .header {
  font-family: "DMSans-Bold", cursive;
  line-height: 0.8;
  color: var(--blue);
  max-width: 400px;
  margin-left: auto;
}

.build-section .build-section-left img {
  width: 90%;
  display: flex;
  position: relative;
  top: 0;
  transform: rotate(177deg);
}

@media screen and (min-width: 768px) {
  .build-section .build-section-left img {
    top: 36px;
  }
}

.build-section .build-section-left .paragraph {
  width: 175px;
  position: absolute;
  bottom: 30px;
  left: 25%;
  z-index: 1;
  color: white;
  font-weight: 100;
  line-height: 1.3;
  font-size: 12px;
  opacity: 0.9;
}

.build-section .build-section-left .text-div {
  display: none;
}

@media screen and (min-width: 768px) {
  .build-section .build-section-left .text-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    font-size: clamp(2rem, 2.8vw, 5rem);
    font-weight: bold;
    width: 360px;
    position: absolute;
    z-index: 2;
    bottom: 150px;
    right: 50px;
    color: var(--white);
    transform: rotate(-1deg);
    border-bottom: 15px solid var(--green);
    text-align: center;
  }
}

.build-section .build-section-left .slide-div video {
  transform: scale(1.8);
}

@media screen and (min-width: 980px) {
  .build-section .build-section-left .slide-div video {
    right: 30px;
  }
}

.build-section .build-section-right {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .build-section .build-section-right {
    margin-top: 25px;
  }
}

.build-section .build-section-right .header {
  color: var(--dark-pink);
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DMSans-Bold", cursive;
  padding-bottom: 15px;
}

@media screen and (min-width: 980px) {
  .build-section .build-section-right .header {
    color: var(--purple);
  }
}

.build-section .build-section-right .sub-header p {
  font-size: 36px;
  line-height: 1;
  max-width: 225px;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  color: var(--white);
}

@media screen and (min-width: 768px) {
  .build-section .build-section-right .sub-header p {
    color: var(--blue);
  }
}

.build-section .build-section-right .paragraph {
  line-height: 1.3;
  padding-bottom: 0;
  color: var(--white);
}

@media screen and (min-width: 768px) {
  .build-section .build-section-right .paragraph {
    color: var(--blue);
  }
}

.build-section .build-section-right .paragraph p {
  width: 350px;
  padding-bottom: 10px;
}

.build-section .build-section-right .button {
  border-radius: 30px;
  padding: 2px 25px 2px 10px;
  border-color: var(--purple);
  color: var(--purple);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  margin-top: 25px;
  cursor: pointer;
  display: inline-block;
}

.build-section .build-section-right .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

.purple-div {
  background-image: url(images/divider-purple.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top;
  background-size: cover;
  position: relative;
  background-position: top 150px left 0px;
}

@media screen and (min-width: 1600px) {
  .purple-div {
    background-image: url(images/divider-large-purple-l.svg);
    background-position: top 150px left 0;
  }
}

.slide-3-div .container {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .slide-3-div .container {
    flex-direction: row;
    position: relative;
    padding-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .slide-3-div .content-image {
    position: relative;
    bottom: 100px;
    left: 100px;
  }
}

.slide-3-div .slider-container {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding-left: 40px;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .slide-3-div .slider-container {
    padding-left: 0;
    margin-top: 0;
  }
}

.slide-3-div .slider-container p {
  font-size: 50px;
  font-family: DMSans-Bold;
  line-height: 0.7;
  color: var(--green);
  letter-spacing: -4px;
}

@media screen and (min-width: 768px) {
  .slide-3-div .slider-container p {
    font-size: 90px;
  }
}

.slide-3-div .slider-container p span {
  color: var(--white);
}

.slide-3-div .slide-3-left {
  margin-top: 350px;
}

@media screen and (min-width: 980px) {
  .slide-3-div .slide-3-left {
    margin-top: 25px;
  }
}

.slide-3-div .slide-3-left .header {
  color: var(--green);
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DMSans-Bold", cursive;
  padding-bottom: 15px;
}

.slide-3-div .slide-3-left .sub-header {
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
}

.slide-3-div .slide-3-left .paragraph {
  max-width: 385px;
  color: var(--white);
  line-height: 1.3;
}

.slide-3-div .slide-3-left .button {
  border-radius: 30px;
  padding: 2px 25px 2px 10px;
  border-color: var(--green);
  color: var(--green);
  position: relative;
  font-size: 14px;
  font-family: "DMSans-Medium", cursive;
  margin-top: 25px;
  cursor: pointer;
  display: inline-block;
}

.slide-3-div .slide-3-left .button:after {
  content: '\f344' !important;
  font-size: 12px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

.slide-3-div .slide-3-right .header {
  line-height: 0.8;
  color: var(--blue);
  max-width: 400px;
  margin-left: auto;
}

.slide-3-div .slide-3-right img {
  width: 100%;
  display: flex;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .slide-3-div .slide-3-right img {
    bottom: 100px;
    left: 100px;
  }
}

.slide-3-div .slide-3-right .quote {
  max-width: 400px;
  margin-left: auto;
  font-size: 80px;
  position: relative;
  height: 50px;
  position: relative;
  bottom: 20px;
  right: 10px;
  color: var(--dark-pink);
  font-weight: 700;
}

.slide-3-div .slide-3-right #computer {
  left: 1300px;
  transition: 1.3s ease-in-out;
}

.slide-3-div .slide-3-right #computer.slide-in-right {
  left: 200px;
  transition: 1.3s ease-in-out;
}

.slide-3-div .slide-3-right #computer.slide-in-right .slide-image {
  position: absolute;
  width: 230px;
  bottom: 220px;
  left: 0;
}

.slide-3-div video {
  transform: scale(1.5);
  position: relative;
  left: -40px;
  bottom: 510px;
}

@media screen and (min-width: 430px) {
  .slide-3-div video {
    transform: scale(1.1);
    bottom: 450px;
  }
}

@media screen and (min-width: 980px) {
  .slide-3-div video {
    transform: scale(1);
    left: 100px;
    bottom: 160px;
  }
}

.slide-3-div .col-md-8 {
  position: absolute;
  left: 35%;
}

.slide-3-div .slide-image {
  display: none;
}

@media screen and (min-width: 980px) {
  .slide-3-div .slide-image {
    position: absolute;
    width: 230px;
    bottom: 180px;
    left: 0;
    display: block;
  }
}

#client-slider .client-slider {
  width: 100%;
}

#client-slider ul button {
  text-indent: -9999px;
}

#client-slider .slider {
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  border-radius: 15px;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  #client-slider .slider {
    padding: 100px 150px;
  }
}

#client-slider .slider .quote {
  margin-bottom: 15px;
  display: none;
}

@media screen and (min-width: 768px) {
  #client-slider .slider .quote {
    display: block;
  }
}

#client-slider .slider .image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #client-slider .slider .image {
    width: 30%;
  }
}

#client-slider .slider .image img {
  height: 120px;
  width: 140px;
  margin-bottom: 25px;
  left: 10px;
  position: relative;
  object-fit: contain;
}

#client-slider .slider .content {
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  #client-slider .slider .content {
    width: 70%;
    padding: 0 0 0 25px;
  }
}

#client-slider .slider .slider-text {
  font-size: 18px;
}

#client-slider .slider .slider-client {
  color: var(--purple);
  margin-bottom: 0;
}

#client-slider .slider .slider-name {
  font-size: 12px;
}

#client-slider .quote {
  font-size: 30px;
}

#client-slider .client-slider-text {
  width: 100%;
  max-width: 620px;
  font-size: 34px;
  line-height: 1;
  padding: 50px 0;
  margin: 0 auto;
  font-family: "DMSans-Medium", cursive;
  color: var(--purple);
}

@media screen and (min-width: 768px) {
  #client-slider .client-slider-text {
    text-align: center;
    font-size: 40px;
  }
}

#contact {
  background: var(--light-pink);
  position: relative;
  padding: 50px 0;
  background-image: url(images/divider-v3-blue.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top 870px right 0;
  height: 100%;
  background-size: cover;
}

@media screen and (min-width: 980px) {
  #contact {
    background-position: top 220px right 0;
  }
}

@media screen and (min-width: 1600px) {
  #contact {
    background-position: top 100px right 0;
  }
}

#contact .container {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

#contact h1 {
  font-size: 50px;
  font-family: "DMSans-Medium", cursive;
  color: var(--blue);
}

#contact .wpcf7-acceptance {
  cursor: pointer;
}

#contact .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: .8em;
  height: .8em;
  border: 0.15em solid var(--purple);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  border-radius: 50%;
}

#contact .wpcf7-acceptance input[type="checkbox"]:checked {
  background: var(--purple);
}

#contact .wpcf7-acceptance input[type="checkbox"]:checked::before {
  content: '\f147' !important;
  font-size: 14px;
  right: -2px;
  top: -6px;
  font-family: dashicons;
  position: absolute;
  color: white;
}

#contact .wpcf7-acceptance .form-control + .form-control {
  margin-top: 1em;
}

#contact .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

#contact .wpcf7-text {
  border: none;
  background: none;
  border-bottom: 2px solid var(--purple);
  width: 100%;
}

#contact .wpcf7-submit {
  background: unset;
  border: unset;
  display: flex;
  border: 2px solid;
  border-radius: 30px;
  padding: 3px 40px 3px 15px;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-color: var(--purple);
  color: var(--purple);
  font-weight: 500;
  position: relative;
  font-size: 14px;
  margin-top: 25px;
  font-family: "DMSans-Medium", cursive;
}

#contact .wpcf7-submit:disabled {
  opacity: 0.4;
}

#contact input {
  cursor: pointer;
}

#contact select {
  border: none;
  background: none;
  width: 87%;
  border-bottom: 2px solid var(--purple);
  font-size: 14px;
  color: var(--purple);
  cursor: pointer;
  padding-bottom: 2px;
  width: 100%;
}

#contact textarea {
  height: 40px;
  border: none;
  border-bottom: 2px solid var(--purple);
  background: none;
  line-height: 1;
  resize: none;
  margin-top: 5px;
  color: var(--purple);
  font-size: 14px;
  width: 100%;
}

#contact ::placeholder {
  color: var(--purple);
  font-size: 14px;
}

#contact .paragraph {
  max-width: 300px;
  line-height: 1.3;
  padding: 20px 0;
  font-size: 16px;
}

#contact .acceptance {
  font-size: 10px;
  max-width: 330px;
}

#contact a {
  color: var(--purple);
  text-decoration: underline;
}

#contact .contact-box {
  margin-top: 75px;
  padding: 80px 30px 50px;
  background: var(--white);
  border-radius: 15px;
  color: var(--blue);
  position: relative;
}

@media screen and (min-width: 768px) {
  #contact .contact-box {
    margin-top: 175px;
    padding: 80px 50px 50px;
  }
}

#contact .contact-box img {
  position: absolute;
  max-width: 140px;
  top: -110px;
  left: 15px;
}

@media screen and (min-width: 768px) {
  #contact .contact-box img {
    max-width: 165px;
    bottom: 360px;
    right: 15px;
    left: unset;
  }
}

#contact .contact-box .paragraph-top {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #contact .contact-box .paragraph-top {
    width: 310px;
  }
}

#contact .contact-box .paragraph-bottom {
  padding-top: 50px;
  padding-bottom: 15px;
}

@media screen and (min-width: 990px) {
  #contact .contact-box .paragraph-bottom {
    width: 280px;
  }
}

#contact .contact-box a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  font-size: 16px;
  font-family: "DMSans-Medium", cursive;
}

@media screen and (min-width: 990px) {
  #contact .contact-box a {
    font-size: 36px;
  }
}

#contact .map-div {
  text-align: center;
  margin-top: 200px;
}

#contact .map-div .header {
  font-size: 36px;
  font-family: "DMSans-Medium", cursive;
  color: var(--white);
}

#contact .map-div .paragraph {
  max-width: 370px;
  line-height: 1.3;
  padding: 20px 0;
  font-size: 16px;
  margin: 0 auto;
  color: white;
}

@media screen and (min-width: 768px) {
  #contact .map-div {
    text-align: center;
  }
  #contact .map-div .header {
    font-size: 45px;
  }
  #contact .map-div .paragraph {
    text-align: center;
  }
}

#contact iframe {
  width: 100%;
  border: 2px solid var(--purple) !important;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  max-height: 300px !important;
}

@media screen and (min-width: 980px) {
  #contact iframe {
    width: 80%;
  }
}

@media screen and (min-width: 980px) {
  #contact iframe {
    width: 100%;
    max-height: 350px !important;
  }
}

#contact .contact-slider {
  margin-top: 80px;
}

#contact .contact-slider .button {
  text-decoration: none;
  border: 1.5px solid var(--green);
  color: var(--green);
  transition: all 1s ease-in-out;
  bottom: 2px;
  position: relative;
}

#contact .contact-slider .button a {
  text-decoration: none;
  color: var(--green);
}

#contact .contact-slider .button:hover {
  transition: all 1s ease-in-out;
  color: var(--blue);
}

#contact .contact-slider .button:hover a {
  color: var(--blue);
}

#contact .contact-slider .button:after {
  transition: all .1s ease-in-out;
}

#contact .contact-slider ul {
  position: absolute;
  top: -60px;
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

#contact .contact-slider ul button {
  background: unset;
  border: none;
  width: 100%;
  height: 100%;
}

#contact .contact-slider ul li {
  min-width: 7%;
}

#contact .contact-slider ul button {
  color: var(--green);
  padding: 0 10px;
}

#contact .contact-slider .slick-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  border: none;
  background: none;
}

#contact .contact-slider .slick-next {
  position: absolute;
  right: -100px;
  top: 50%;
  border: none;
  background: none;
}

#contact .contact-slider .slick-active button {
  border: 2px solid;
  border-radius: 20px;
  position: relative;
  bottom: 2px;
}

#contact .contact-slider .arrow-left {
  background: unset;
  border: 2px solid var(--purple);
  border-radius: 80%;
  position: absolute;
  left: 30px !important;
  top: 30%;
  padding: 25px 30px;
  transition: 1s;
  display: none;
}

#contact .contact-slider .arrow-left:after {
  content: '\f340' !important;
  font-size: 22px;
  right: 40px;
  top: 10px;
  font-family: dashicons;
  color: var(--purple);
}

#contact .contact-slider .arrow-left:hover {
  transition: 1s;
  transform: scale(1.1);
}

#contact .contact-slider .arrow-left:hover:after {
  color: var(--white);
}

@media screen and (min-width: 980px) {
  #contact .contact-slider .arrow-left {
    left: -75px !important;
    display: block;
  }
}

#contact .contact-slider .arrow-right {
  background: unset;
  border: 2px solid var(--purple);
  border-radius: 80%;
  position: absolute;
  right: 30px !important;
  top: 30%;
  padding: 25px 30px;
  z-index: -1;
  transition: 1s;
  display: none !important;
}

#contact .contact-slider .arrow-right:after {
  content: '\f344' !important;
  font-size: 22px;
  right: 40px;
  top: 10px;
  font-family: dashicons;
  color: var(--purple);
}

#contact .contact-slider .arrow-right:hover {
  transition: 1s;
  transform: scale(1.1);
}

#contact .contact-slider .arrow-right:hover:after {
  color: var(--white);
}

@media screen and (min-width: 980px) {
  #contact .contact-slider .arrow-right {
    right: -75px !important;
    display: block !important;
  }
}

#contact .slick-slide {
  position: relative;
  cursor: pointer;
}

#contact .slick-slide p {
  padding-top: 30px;
  color: white;
  font-size: 24px;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #contact .slick-slide p {
    font-size: 35px;
  }
}

#contact .place-card {
  display: none !important;
}

#contact .map {
  height: 170px;
  border-radius: 10px;
  border: 2px solid var(--purple);
  width: 100%;
  margin-top: 30px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #contact .map {
    height: 350px;
  }
}

#contact form {
  max-width: 350px;
  margin-bottom: 50px;
}

@media screen and (min-width: 980px) {
  #contact form {
    margin-bottom: 0px;
  }
}

.page-template-team {
  background-color: var(--purple);
}

.page-template-team #team {
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-team #team {
    padding-top: 100px;
  }
}

.page-template-team #team .header {
  color: var(--green);
  font-size: 18px;
  letter-spacing: 0.9px;
  font-family: "DMSans-Medium", cursive;
}

.page-template-team #team .hero-header {
  font-size: 50px;
  color: var(--white);
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-team #team .hero-header {
    font-size: 100px;
  }
}

.page-template-team #team .sector-div {
  display: flex;
  padding-bottom: 40px;
  width: 100%;
  flex-wrap: wrap;
}

.page-template-team #team .sector-div div {
  cursor: pointer;
  margin-right: 10px;
  color: var(--green);
  font-family: "DMSans-Medium", cursive;
  padding: 0px 7px;
  font-size: 14px;
  border: 1.5px solid var(--purple);
}

.page-template-team #team .sector-div div.active {
  border: 1.5px solid var(--green);
  border-radius: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-team #team .sector-div div.active {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-team #team .sector-div .all {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
  }
}

.page-template-team #team .team-members-div {
  padding-bottom: 50px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  min-height: 420px;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .page-template-team #team .team-members-div {
    padding-bottom: 150px;
    justify-content: left;
  }
}

.page-template-team #team .team-members-div .team-member {
  transition: .6s linear;
  position: relative;
  padding: 0 5px;
  width: 48%;
}

.page-template-team #team .team-members-div .team-member .info {
  transition: all .5s ease-out;
  padding: 15px;
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-template-team #team .team-members-div .team-member .info {
    position: relative;
  }
}

.page-template-team #team .team-members-div .team-member .info .name {
  color: var(--white);
  font-family: "DMSans-Medium", cursive;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 16px;
}

.page-template-team #team .team-members-div .team-member .info .job {
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  padding-bottom: 10px;
}

.page-template-team #team .team-members-div .team-member .info .description {
  color: var(--purple);
  font-size: 10px;
  line-height: 1;
  display: none;
}

.page-template-team #team .team-members-div .team-member .info .description p {
  font-size: 12px;
}

.page-template-team #team .team-members-div .team-member:nth-child(2n) .info {
  right: 2% !important;
}

@media screen and (min-width: 768px) {
  .page-template-team #team .team-members-div .team-member:nth-child(2n) .info {
    right: unset !important;
  }
  .page-template-team #team .team-members-div .team-member:nth-child(6n) .info {
    right: 3% !important;
  }
}

.page-template-team #team .team-members-div .team-member.hide {
  display: none;
}

.page-template-team #team .team-members-div .team-member.opacity {
  transition: .6s linear;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .page-template-team #team .team-members-div .team-member {
    width: 16.5%;
  }
}

.page-template-team #team .team-members-div .team-member img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: .3s ease-out;
}

.page-template-team #team .team-members-div .team-member .team-image-div {
  position: relative;
}

.page-template-team #team .team-members-div .team-member .team-image-div .team-image {
  border-radius: 10px;
}

.page-template-team #team .team-members-div .team-member .team-image-div .team-bg {
  transition: all .5s ease-in-out;
  background-color: var(--blue);
  border-radius: 10px;
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.page-template-team #team .team-members-div .team-member:hover img {
  transform: translateY(-10px);
}

.page-template-team #team .team-members-div .team-member:hover .team-bg {
  background-color: var(--green);
}

.page-template-team #team .team-members-div .team-member:hover .info {
  transform: translateY(-50px);
  background-color: var(--white);
  border-radius: 10px;
  transition: all .2s ease-out;
  position: absolute;
  width: 204%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .page-template-team #team .team-members-div .team-member:hover .info {
    width: 194%;
    right: unset;
  }
}

.page-template-team #team .team-members-div .team-member:hover .name, .page-template-team #team .team-members-div .team-member:hover .job, .page-template-team #team .team-members-div .team-member:hover .description {
  color: var(--purple);
}

.page-template-team #team .team-members-div .team-member:hover .description {
  display: block;
  position: relative;
}

.page-template-faq {
  overflow: unset;
  /**
       * Submenu
       -----------------------------*/
}

.page-template-faq #faq {
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-faq #faq {
    padding-top: 100px;
  }
}

.page-template-faq #faq h1 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive;
  letter-spacing: -3px;
  line-height: 0.9;
}

.page-template-faq .accordion {
  margin-top: 20px;
  padding-left: 0;
}

.page-template-faq .accordion li {
  list-style: none;
}

.page-template-faq .accordion {
  width: 100%;
  background: #FFF;
  border-radius: 4px;
}

.page-template-faq .accordion li {
  position: relative;
  border-bottom: 1.5px solid var(--purple);
}

.page-template-faq .accordion .link {
  cursor: pointer;
  display: block;
  padding: 40px 0 10px 0;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-size: 18px;
  z-index: 2;
  color: var(--purple);
  width: 70%;
}

@media screen and (min-width: 768px) {
  .page-template-faq .accordion .link {
    width: 100%;
    font-size: 28px;
  }
}

.page-template-faq .accordion li:last-child .link {
  border-bottom: 0;
}

.page-template-faq .icon {
  color: var(--purple);
  transition: all .6s linear;
  cursor: pointer;
}

.page-template-faq .icon::after {
  content: "+";
  position: absolute;
  top: 40px;
  right: 20px;
  border: 1.5px solid var(--purple);
  padding: 5px 14px;
  border-radius: 60%;
  transition: all .6s linear;
}

@media screen and (min-width: 768px) {
  .page-template-faq .icon::after {
    top: 50px;
  }
}

.page-template-faq .open .icon {
  transition: all .6s linear;
}

.page-template-faq .open .icon::after {
  content: "+";
  background-color: var(--purple);
  color: var(--white);
  bottom: 20px;
  top: unset;
  content: "x" !important;
  padding: 8px 16px;
  font-size: 14px;
  transition: all .6s linear;
}

.page-template-faq .submenu {
  display: none;
  font-size: 16px;
  padding: 0;
  max-width: 700px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-faq .submenu {
    padding-bottom: 20px;
  }
}

.page-template-faq .submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.page-template-faq .submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  transition: all 0.25s ease;
}

.page-template-faq .submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}

.page-template-faq .content {
  margin-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-faq .content {
    width: 400px;
  }
}

.page-template-faq .content p {
  font-size: 16px;
}

.page-template-faq .cta-div {
  margin-top: 20px;
}

.page-template-faq .cta-div .cta {
  color: var(--purple);
}

.page-template-faq .cta-div h2 {
  font-size: 50px;
  font-family: "DMSans-Regular", cursive !important;
}

.page-template-faq .cta-div::after {
  bottom: 14px;
}

@media screen and (min-width: 768px) {
  .page-template-faq .cta-div::after {
    bottom: 13px;
  }
}

.page-template-faq .cta-div .arrow:after {
  top: 25px;
}

.page-template-faq .subheader {
  font-size: 35px;
  position: relative;
  top: 40px;
  text-decoration: underline;
  margin-top: 60px;
}

.page-template-submitted-page {
  background-color: var(--blue);
  background-image: url(images/slide_ring_pink.svg);
  height: 600px;
  background-position: top -250px right -180px;
  background-repeat: no-repeat;
  position: relative;
  overflow-y: hidden;
}

.page-template-submitted-page #submitted-page .container {
  height: 100vh;
  display: flex;
  align-items: center;
}

.page-template-submitted-page #submitted-page .container .content {
  width: 50%;
}

.page-template-submitted-page #submitted-page .container .content h1 {
  font-size: 110px;
  line-height: 0.85;
  float: right;
  padding-right: 50px;
  padding-top: 0;
  color: var(--dark-pink);
}

.page-template-submitted-page #submitted-page .container .content h1 span {
  color: var(--white);
}

.page-template-submitted-page #submitted-page .container .text {
  width: 50%;
  max-width: 290px;
  color: var(--white);
  margin-left: 50px;
}

.page-template-submitted-page #submitted-page .container .text strong {
  margin-top: 10px;
}

.page-template-submitted-page #submitted-page .container .text p {
  padding-bottom: 5px;
}

.page-template-submitted-page .cta-div {
  flex-direction: row-reverse;
  color: var(--dark-pink);
  margin-top: 20px;
}

.page-template-submitted-page .cta-div:after {
  transform-origin: right top;
  bottom: 10.5px;
  left: -13px;
  background-color: var(--dark-pink);
}

.page-template-submitted-page .cta {
  font-size: 40px;
}

.page-template-submitted-page .arrow {
  transform: rotate(180deg);
  position: relative;
  top: 30px;
  color: var(--dark-pink);
}

.page-template-submitted-page .arrow:after {
  color: var(--dark-pink);
}

.page-template-submitted-page .submitted-div {
  margin-top: 70px;
  width: 100%;
  display: flex;
}

.page-template-form #form-page .container {
  height: 100vh;
  display: flex;
  align-items: center;
}

.page-template-form #form-page .container .content {
  padding-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .page-template-form #form-page .container .content {
    width: 50%;
    padding-bottom: unset;
  }
}

.page-template-form #form-page .container .content h1 {
  font-size: 18px;
  line-height: 0.85;
  padding-right: 50px;
  padding-top: 0;
  color: var(--purple);
  font-family: "DMSans-Medium", cursive;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.page-template-form #form-page .container .content h1 span {
  color: var(--white);
}

.page-template-form #form-page .container .content h2 {
  color: var(--blue);
  font-size: 42px;
  line-height: 0.9;
  padding-bottom: 20px;
}

.page-template-form #form-page .container .content p {
  color: var(--blue);
}

.page-template-form #form-page .container .text {
  color: var(--white);
}

@media screen and (min-width: 980px) {
  .page-template-form #form-page .container .text {
    width: 50%;
    max-width: 290px;
    margin-left: 50px;
  }
}

.page-template-form #form-page .container .text strong {
  margin-top: 10px;
}

.page-template-form #form-page .container .text p {
  padding-bottom: 5px;
}

.page-template-form #form-page .cta-div {
  color: var(--purple);
  margin-top: 20px;
  white-space: nowrap;
}

.page-template-form #form-page .cta-div:after {
  transform-origin: left top;
  bottom: 10.5px;
  background-color: var(--purple);
}

.page-template-form #form-page .cta {
  font-family: "DMSans-Regular", cursive !important;
  font-size: 40px;
}

.page-template-form #form-page .arrow {
  position: relative;
  color: var(--purple);
}

.page-template-form #form-page .arrow:after {
  top: 15px !important;
  color: var(--purple);
}

.page-template-form #form-page .form-div {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 980px) {
  .page-template-form #form-page .form-div {
    flex-direction: row;
  }
}

.page-template-form .wpcf7-acceptance {
  cursor: pointer;
}

.page-template-form .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: .8em;
  height: .8em;
  border: 0.15em solid var(--purple);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  border-radius: 50%;
}

.page-template-form .wpcf7-acceptance input[type="checkbox"]:checked {
  background: var(--purple);
}

.page-template-form .wpcf7-acceptance input[type="checkbox"]:checked::before {
  content: '\f147' !important;
  font-size: 14px;
  right: -2px;
  top: -6px;
  font-family: dashicons;
  position: absolute;
  color: white;
}

.page-template-form .wpcf7-acceptance .form-control + .form-control {
  margin-top: 1em;
}

.page-template-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.page-template-form .wpcf7-text {
  border: none;
  background: none;
  border-bottom: 2px solid var(--purple);
  width: 100%;
}

.page-template-form .wpcf7-submit {
  background: unset;
  border: unset;
  display: flex;
  border: 2px solid;
  border-radius: 30px;
  padding: 3px 40px 3px 15px;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-color: var(--purple);
  color: var(--purple);
  font-weight: 500;
  position: relative;
  font-size: 14px;
  margin-top: 25px;
  font-family: "DMSans-Medium", cursive;
}

.page-template-form .wpcf7-submit:disabled {
  opacity: 0.4;
}

.page-template-form .invalid {
  color: #dc3232;
}

.page-template-form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-form input::placeholder {
  color: var(--purple);
}

.page-template-process #process {
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-process #process {
    padding-top: 100px;
  }
}

@media screen and (min-width: 980px) {
  .page-template-process .left {
    width: 60%;
  }
  .page-template-process .right {
    width: 40%;
    display: flex;
  }
  .page-template-process .right img {
    position: relative;
    bottom: 100px;
    left: 70px;
  }
}

.page-template-process .hero-header {
  letter-spacing: -4px;
}

@media screen and (min-width: 980px) {
  .page-template-process .process-div {
    display: flex;
    align-items: center;
  }
}

.page-template-process h1 {
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 20px;
  color: var(--dark-pink);
}

.page-template-process h2 {
  font-size: 64px;
  font-family: "DMSans-Bold", cursive !important;
  line-height: 0.9;
  color: var(--blue);
}

.page-template-process .subheader {
  font-size: 26px !important;
  max-width: 500px !important;
  padding: 10px 0;
  color: var(--blue);
}

.page-template-process p {
  max-width: 400px;
  color: var(--blue);
}

.page-template-process .cta-div {
  color: var(--dark-pink);
  margin-top: 30px;
}

.page-template-process .cta-div .cta {
  letter-spacing: 0;
}

.page-template-process .cta-div:after {
  background-color: var(--dark-pink);
  bottom: 5px;
}

.page-template-process .cta-div .arrow::after {
  top: 15px;
  color: var(--dark-pink);
}

.page-template-process .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Regular", cursive !important;
  color: var(--dark-pink);
  letter-spacing: -4px;
}

@media screen and (min-width: 980px) {
  .page-template-process .cta-div h2 {
    font-size: 45px;
  }
}

.page-template-process .cards .content {
  width: 100%;
  display: flex;
}

.page-template-process .cards h2 {
  font-family: "DMSans-Medium", cursive !important;
  max-width: 400px;
  font-size: 38px;
  padding-bottom: 20px;
  padding-top: 100px;
}

@media screen and (min-width: 980px) {
  .page-template-process .cards .card-div {
    display: flex;
    justify-content: space-between;
  }
}

.page-template-process .cards .card-div .card {
  border-radius: 10px;
  background: var(--dark-pink);
  color: var(--white);
  margin: 10px 0 5px 0;
  padding: 40px;
  min-height: 140px;
  font-size: 21px;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .page-template-process .cards .card-div .card {
    width: 32.5%;
  }
}

.page-template-process .cards .left, .page-template-process .cards .right {
  width: 50%;
}

.page-template-process #six-steps-section {
  background: transparent;
  padding: 50px 0;
}

@media screen and (min-width: 980px) {
  .page-template-process #six-steps-section {
    padding: 170px 0 50px;
  }
}

.page-template-process #six-steps-section .step:after {
  background: var(--light-pink);
}

.page-template-process #value h2 {
  font-size: 26px;
  margin-bottom: 50px;
  font-family: "DMSans-Medium", cursive !important;
  line-height: 1;
  color: var(--blue);
}

@media screen and (min-width: 980px) {
  .page-template-process #value h2 {
    font-size: 36px;
  }
}

.page-template-process #value strong {
  color: var(--blue);
}

@media screen and (min-width: 980px) {
  .page-template-process #value .content {
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .page-template-process #value .left {
    width: 50%;
  }
}

.page-template-process #value .right {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.page-template-process #value .right p {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1.2;
}

.page-template-process #value .cta-div h2 {
  font-family: "DMSans-Regular", cursive !important;
  color: var(--purple);
}

.page-template-process #value .cta-div:after {
  bottom: 48px;
  background-color: var(--purple);
}

.page-template-process #value .arrow:after {
  top: 10px;
  right: -10px;
  color: var(--purple);
}

.page-template-process .left p {
  max-width: 360px;
}

.page-template-process .process-div .left p {
  max-width: 430px;
  font-size: 16px;
}

.page-template-process .pink-div {
  background-image: url(images/div-3.svg);
  background-position: top 50px right 0px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.page-template-process .options-div {
  margin: 20px 0;
  display: flex;
  justify-content: left;
  color: var(--purple);
}

.page-template-process .options-div .options {
  border: 1.5px solid;
  padding: 15px 10px 5px;
  font-size: 26px;
  border-radius: 10px;
  width: 110px;
  margin-right: 8px;
  font-family: "DMSans-Bold", cursive !important;
}

.page-template-process .options-div .options:nth-child(3) {
  background-color: var(--purple);
  color: var(--light-pink);
}

.page-template-process .outline {
  width: 100%;
  height: 500px;
  position: absolute;
}

.page-template-process .outline:after {
  content: '';
  position: absolute;
  background-image: url(images/slide-outline.svg);
  width: 100%;
  height: 100%;
  right: -60px;
  background-repeat: no-repeat;
  bottom: 350px;
  display: flex;
  background-position-x: right;
  z-index: -1;
}

#presentation-design-section {
  background: var(--purple);
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  #presentation-design-section {
    padding-top: 100px;
  }
}

#presentation-design-section .border-box-text .cta:after {
  display: none !important;
}

#presentation-design-section .border-box-text .cta-div::after {
  bottom: -5.5px;
}

#presentation-design-section .border-box-text .arrow:after {
  top: 10px;
}

#presentation-design-section .cta-text {
  text-align: center;
}

#presentation-design-section .cta-text .cta:after {
  display: none !important;
}

#presentation-design-section .cta-text .cta-div::after {
  bottom: 4.5px;
}

#presentation-design-section .cta-text .arrow:after {
  top: 30px;
}

#presentation-design-section .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

#presentation-design-section .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

#presentation-design-section .presentation-design-section {
  background-image: url(images/divider-pink-r.svg);
  background-position: top 470px left 0px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #presentation-design-section .presentation-design-section {
    background-position: top 100px left 0px;
  }
}

@media screen and (min-width: 1600px) {
  #presentation-design-section .presentation-design-section {
    background-position: top 35% left 0;
    background-image: url(images/divider-large-pink-r.svg);
  }
}

#presentation-design-section .presentation-design-slide {
  position: relative;
  top: 100px;
}

@media screen and (min-width: 768px) {
  #presentation-design-section .presentation-design-slide {
    padding-left: 50px;
    position: unset;
  }
}

#presentation-design-section h1 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0;
}

#presentation-design-section .left {
  font-size: 18px;
}

#presentation-design-section .sub-hero {
  color: var(--blue);
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  #presentation-design-section .sub-hero {
    padding: 130px 0 50px 0;
    margin: 0 auto;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  #presentation-design-section .sub-hero .right {
    position: relative;
    left: 35px;
  }
}

#presentation-design-section .hero-header {
  font-family: "DMSans-Bold", cursive !important;
}

#presentation-design-section .sub-header p {
  font-family: "DMSans-Medium", cursive;
  font-size: 40px;
  font-family: "DMSans-Medium", cursive;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #presentation-design-section .sub-header p {
    max-width: 300px;
  }
}

#presentation-design-section .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
}

#presentation-design-section .md-w-50 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #presentation-design-section .md-w-50 {
    width: 50%;
  }
}

#presentation-design-section .md-w-50 p {
  color: var(--white);
}

#presentation-design-section .presentation-design-text h2 {
  padding-top: 35px;
  color: var(--purple);
  cursor: pointer;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  #presentation-design-section .presentation-design-text h2 {
    font-size: 36px;
  }
}

#presentation-design-section .presentation-design-text .text {
  margin-top: 200px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  #presentation-design-section .presentation-design-text .text {
    margin-top: 200px;
  }
}

#presentation-design-section .presentation-design-text .subheader {
  color: var(--purple);
  font-size: 36px;
  letter-spacing: -1px;
  margin-top: 20px;
  line-height: 1;
}

#presentation-design-section .presentation-design-text .subheader:after {
  content: '\f344' !important;
  font-size: 15px;
  left: 15px;
  top: 3px;
  font-family: dashicons;
  position: relative;
  color: var(--purple);
}

#presentation-design-section .presentation-design-text .cta-div:after {
  bottom: 2.5px;
}

#presentation-design-section .card-div a {
  font-size: 16px;
}

#presentation-design-section #three-usp-section .usp {
  display: flex;
  border-bottom: 1.5px solid var(--purple);
  margin-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

#presentation-design-section #three-usp-section .usp:after {
  content: '\f132';
  font-size: 20px;
  right: 0px;
  bottom: 5px;
  font-family: dashicons;
  color: var(--purple);
  position: absolute;
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section .usp:after {
    top: 4px;
  }
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section .usp:after {
    display: none;
  }
  #presentation-design-section #three-usp-section .usp:nth-child(3) {
    border-bottom: unset;
  }
}

#presentation-design-section #three-usp-section .text p {
  font-size: 16px;
}

#presentation-design-section #three-usp-section .usp.active:after {
  content: '\f158' !important;
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section .header-div {
    max-height: 140px;
  }
}

#presentation-design-section #three-usp-section .icon {
  width: 10%;
}

#presentation-design-section #three-usp-section .icon img {
  margin-top: 50px;
  max-width: 35px;
  max-height: 35px;
}

#presentation-design-section #three-usp-section .usp-div .header {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section .usp-div .header {
    margin-bottom: 20px;
    width: 60%;
  }
}

#presentation-design-section #three-usp-section .usp-div .header p {
  font-size: 70px;
  line-height: 1;
  font-family: "DMSans-Medium", cursive;
  color: var(--purple);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section .usp-div .header p {
    margin-bottom: 20px;
    font-size: 100px;
  }
}

#presentation-design-section #three-usp-section .text {
  width: 80%;
  display: none;
  color: var(--blue);
  align-self: center;
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section .text {
    display: block;
    width: 26%;
  }
}

#presentation-design-section #three-usp-section .text:nth-child(3) {
  align-self: baseline;
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section .text:nth-child(3) {
    margin-top: 20px;
  }
}

#presentation-design-section #three-usp-section .active .text {
  display: block;
}

#presentation-design-section #three-usp-section img {
  display: none;
}

@media screen and (min-width: 768px) {
  #presentation-design-section #three-usp-section img {
    display: flex;
  }
}

.page-template-powerpoint-templates #powerpoint-hero-section {
  background-color: var(--green);
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-powerpoint-templates #powerpoint-hero-section {
    padding-top: 100px;
  }
}

.page-template-powerpoint-templates #powerpoint-hero-section .container {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #powerpoint-hero-section .container {
    flex-direction: row;
  }
}

.page-template-powerpoint-templates #powerpoint-hero-section .container .header {
  font-weight: 500;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0;
  color: var(--purple);
  width: 100%;
}

.page-template-powerpoint-templates #powerpoint-hero-section .container .hero-header {
  font-size: 45px;
  font-family: "DMSans-Bold", cursive !important;
  line-height: 0.9;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #powerpoint-hero-section .container .hero-header {
    font-size: 60px;
  }
}

.page-template-powerpoint-templates #powerpoint-hero-section .container h2, .page-template-powerpoint-templates #powerpoint-hero-section .container p {
  color: var(--blue);
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #powerpoint-hero-section .container .left, .page-template-powerpoint-templates #powerpoint-hero-section .container .right {
    width: 50%;
  }
}

.page-template-powerpoint-templates #powerpoint-hero-section .container .right {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.page-template-powerpoint-templates #powerpoint-hero-section .powerpoint-slider {
  padding: 50px 0;
  transition: 1s;
}

.page-template-powerpoint-templates #powerpoint-hero-section .powerpoint-slider .slick-slide {
  padding: 10px;
}

.page-template-powerpoint-templates #powerpoint-hero-section .powerpoint-slider img {
  width: 100% !important;
}

.page-template-powerpoint-templates #powerpoint-hero-section .active .slick-track .slick-slide:nth-child(odd) {
  transition: .5s;
  padding-top: 25px !important;
}

.page-template-powerpoint-templates #checkbox-section {
  background: var(--blue);
}

.page-template-powerpoint-templates #checkbox-section .sub-header p {
  font-size: 28px;
  line-height: 1;
  color: var(--white);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #checkbox-section .sub-header p {
    font-size: 40px;
  }
}

.page-template-powerpoint-templates .checkbox-div {
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  background: var(--purple);
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates .checkbox-div {
    padding: 60px;
  }
}

.page-template-powerpoint-templates .checkbox-div .more-btn {
  display: inline;
  border: 2px solid var(--green);
  padding: 5px 50px 5px 17px;
  border-radius: 30px;
  color: var(--green);
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates .checkbox-div .more-btn {
    display: none;
  }
}

.page-template-powerpoint-templates .checkbox-div .more-btn:after {
  content: '\f543' !important;
  font-size: 18px;
  left: 50px;
  top: 4px;
  font-family: dashicons;
  position: relative;
  padding-right: 10px;
  color: var(--green);
}

.page-template-powerpoint-templates .checkbox-div .more-btn.less:after {
  content: '\f460' !important;
}

.page-template-powerpoint-templates .checkbox-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  display: none;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates .checkbox-items {
    display: flex !important;
  }
}

.page-template-powerpoint-templates .checkbox-items p {
  font-size: 14px;
  color: var(--white);
  width: 100%;
  margin: 0 0 7px;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates .checkbox-items p {
    width: 33.3%;
  }
}

.page-template-powerpoint-templates .checkbox-items p .checkbox {
  width: 15px;
  height: auto;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}

.page-template-powerpoint-templates #half-section .container {
  justify-content: center;
}

.page-template-powerpoint-templates #half-section .half-section {
  width: 70%;
  padding: 100px 0 50px;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #half-section .half-section {
    flex-direction: row;
    width: 70%;
  }
}

.page-template-powerpoint-templates #half-section .half-section div {
  text-align: center;
}

.page-template-powerpoint-templates #half-section .half-section div h2 {
  font-size: 28px;
  line-height: 1;
  color: var(--green);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #half-section .half-section div h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #half-section .half-section div {
    width: 50%;
  }
}

.page-template-powerpoint-templates #half-section .half-section div p {
  color: var(--white);
  max-width: 290px;
  line-height: 1.3;
  margin: 0 auto;
}

.page-template-powerpoint-templates #half-section .half-section div img {
  max-width: 260px;
}

.page-template-powerpoint-templates #half-section .half-section .text {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.page-template-powerpoint-templates .usp-icon-section {
  width: 100%;
}

.page-template-powerpoint-templates .usp-icon-section .text {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}

.page-template-powerpoint-templates .usp-icon-section .subheader {
  line-height: 1;
  font-size: 12px;
}

.page-template-powerpoint-templates #text-image-section {
  padding-top: 50px;
}

.page-template-powerpoint-templates #text-image-section .container {
  padding: 0px;
}

.page-template-powerpoint-templates #text-image-section .cta-div:after {
  background: var(--purple);
  top: 45.5px;
}

.page-template-powerpoint-templates #text-image-section .cta-div h2 {
  padding-bottom: 8px;
  color: var(--purple);
}

.page-template-powerpoint-templates #text-image-section .arrow::after {
  color: var(--purple);
  top: 13px;
}

.page-template-powerpoint-templates #text-image-section .text-image-div {
  padding: 60px 40px;
  border-radius: 10px;
  width: 100%;
  background: var(--white);
  display: flex;
}

@media screen and (min-width: 980px) {
  .page-template-powerpoint-templates #text-image-section .text-image-div {
    padding: 60px 100px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #text-image-section .text-image-div div {
    width: 50%;
  }
}

.page-template-powerpoint-templates #text-image-section .text-image-div p {
  color: var(--blue);
}

.page-template-powerpoint-templates #text-image-section .text-image-div .image {
  transform: scale(1.3);
}

.page-template-powerpoint-templates #text-image-section h2, .page-template-powerpoint-templates #text-image-section p {
  color: var(--blue);
}

.page-template-powerpoint-templates #text-image-section h2 {
  padding-bottom: 30px;
}

.page-template-powerpoint-templates #text-image-section .text-image-div p {
  max-width: 350px;
  font-size: 18px;
}

.page-template-powerpoint-templates #text-image-section .text-image-text {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

.page-template-powerpoint-templates #text-image-section .text-image-text p {
  padding-bottom: 20px;
}

.page-template-powerpoint-templates #text-image-section .text-image-text h2 {
  font-family: "DMSans-Regular", cursive;
  color: var(--purple);
}

.page-template-powerpoint-templates #text-image-section .image video {
  transform: scale(2);
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates #usp-icon-section {
    background-image: url(images/div-small.svg);
    background-position: top 0px left 0px !important;
    background-size: cover;
  }
}

@media screen and (min-width: 1600px) {
  .page-template-powerpoint-templates #usp-icon-section {
    background-image: url(images/divider-large-blue-l.svg);
  }
}

.page-template-powerpoint-templates #text-section a {
  display: block;
}

.page-template-powerpoint-templates .border-box-text .cta:after {
  display: none !important;
}

.page-template-powerpoint-templates .border-box-text .cta-div::after {
  bottom: -5.5px;
}

.page-template-powerpoint-templates .border-box-text .arrow:after {
  top: 10px;
}

.page-template-powerpoint-templates .cta-text {
  text-align: center;
}

.page-template-powerpoint-templates .cta-text .cta:after {
  display: none !important;
}

.page-template-powerpoint-templates .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-powerpoint-templates .cta-text .arrow:after {
  top: 30px;
}

.page-template-powerpoint-templates .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-powerpoint-templates .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-powerpoint-templates .presentation-design-section {
  background-image: url(images/divider-pink-r.svg);
  background-position: top 470px left 0px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates .presentation-design-section {
    background-position: top 100px left 0px;
  }
}

@media screen and (min-width: 1600px) {
  .page-template-powerpoint-templates .presentation-design-section {
    background-position: top 35% left 0;
    background-image: url(images/divider-large-pink-r.svg);
  }
}

.page-template-powerpoint-templates .presentation-design-slide {
  position: relative;
  top: 100px;
}

@media screen and (min-width: 768px) {
  .page-template-powerpoint-templates .presentation-design-slide {
    padding-left: 50px;
    position: unset;
  }
}

.page-template-powerpoint-templates .blue-top-div {
  background-color: var(--green);
}

.page-template-powerpoint-templates #three-icon-section {
  background-color: var(--blue);
}

.page-template-service-templates h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0;
}

.page-template-service-templates h2 {
  line-height: 0.8;
}

.page-template-service-templates .hero-header {
  color: var(--white);
  font-family: "DMSans-Bold", cursive;
  font-size: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates .hero-header {
    font-size: 60px;
  }
}

.page-template-service-templates .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
}

.page-template-service-templates .cta-text {
  background: var(--light-pink) !important;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.page-template-service-templates .cta-text h2 {
  color: var(--white);
  font-family: "DMSans-Bold", cursive !important;
  font-size: 30px;
  line-height: 0.9;
  letter-spacing: -2px;
  padding-top: 20px;
  text-align: center;
  max-width: unset;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates .cta-text h2 {
    font-size: 60px;
  }
}

.page-template-service-templates .cta-text p {
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-service-templates .cta-text p {
    font-size: 36px;
  }
}

.page-template-service-templates .cta-text p:after {
  content: '\f344' !important;
  font-size: 20px;
  right: -10px;
  top: 0px;
  font-family: dashicons;
  color: var(--purple);
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates .cta-text p:after {
    top: 4px;
  }
}

.page-template-service-templates .cta-text .container {
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #three-column-section .three-column-section {
    display: flex;
  }
}

.page-template-service-templates #three-column-section .three-column-section .card {
  background-color: var(--dark-pink);
  border-radius: 10px;
  margin: 10px 0;
  padding: 30px;
  color: var(--white);
  width: 100%;
  justify-content: space-between;
  max-height: 300px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #three-column-section .three-column-section .card {
    margin: 10px;
  }
  .page-template-service-templates #three-column-section .three-column-section .card:nth-child(1) {
    margin-top: 25px;
  }
  .page-template-service-templates #three-column-section .three-column-section .card:nth-child(2) {
    margin-top: 45px;
  }
}

.page-template-service-templates #three-column-section .three-column-section .header p {
  font-size: 28px;
  line-height: 1;
  font-family: "DMSans-Medium", cursive;
  margin-bottom: 20px;
}

.page-template-service-templates #three-column-section .three-column-section .text {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-template-service-templates #three-column-section .three-column-section .button {
  transition: 1s all;
  color: var(--white);
  border-color: var(--white);
}

.page-template-service-templates #three-column-section .three-column-section .button:hover {
  background-color: var(--white);
  color: var(--dark-pink);
  transition: 1s;
}

.page-template-service-templates #border-box-text {
  background-color: var(--blue);
}

.page-template-service-templates #border-box-text .border-box-text {
  border-radius: 10px;
  border: 1.5px solid var(--purple);
  width: 100%;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text .border-box-text {
    padding: 70px;
  }
}

.page-template-service-templates #border-box-text h2 {
  max-width: unset;
  font-family: "DMSans-Regular", cursive;
  letter-spacing: 0px;
  font-size: 16px;
  cursor: pointer;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text h2 {
    font-size: 40px;
  }
}

.page-template-service-templates #border-box-text p {
  max-width: 400px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text p {
    font-size: 18px;
  }
}

.page-template-service-templates #border-box-text u {
  text-underline-offset: 10px;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text u {
    text-underline-offset: 20px;
  }
}

.page-template-service-templates #border-box-text .cta-div {
  display: inline-flex;
}

.page-template-service-templates #border-box-text .cta-div:after {
  background: var(--green);
  top: 31.5px;
}

@media screen and (min-width: 980px) {
  .page-template-service-templates #border-box-text .cta-div:after {
    top: 59.5px;
  }
}

.page-template-service-templates #border-box-text .cta-div h2 {
  padding-bottom: 8px;
  color: var(--green);
  white-space: nowrap;
}

.page-template-service-templates #border-box-text .arrow::after {
  color: var(--green);
  font-size: 16px;
  top: 6px;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text .arrow::after {
    top: 18px;
    font-size: 20px;
  }
}

.page-template-data-visualisation .page-template-service-templates #border-box-text .arrow::after {
  color: var(--purple);
}

.page-template-service-templates #border-box-text-1 .border-box-text {
  border-radius: 10px;
  border: 2px solid var(--purple);
  width: 100%;
  padding: 30px;
  font-size: 1px !important;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text-1 .border-box-text {
    font-size: 18px !important;
    text-align: center;
    padding: 70px;
    border: 1.5px solid var(--purple);
  }
}

.page-template-service-templates #border-box-text-1 h2 {
  max-width: unset;
  font-family: "DMSans-Regular", cursive;
  letter-spacing: 0px;
  font-size: 22px;
  cursor: pointer;
  color: var(--purple);
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text-1 h2 {
    text-align: center;
    font-size: 40px;
  }
}

.page-template-service-templates #border-box-text-1 h2:after {
  content: '\f344' !important;
  font-size: 18px;
  left: 10px;
  top: 2px;
  font-family: dashicons;
  position: relative;
}

.page-template-service-templates #border-box-text-1 p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue);
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #border-box-text-1 p {
    padding-bottom: 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    font-size: 18px;
  }
}

.page-template-service-templates #border-box-text-1 u {
  text-underline-offset: 20px;
}

.page-template-service-templates #six-usp-section {
  padding-bottom: 0px;
  background: var(--white);
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #six-usp-section {
    padding-bottom: 95px;
  }
}

.page-template-service-templates #six-usp-section .header {
  margin: 0 auto;
  text-align: center;
  font-size: 19px !important;
  max-width: 500px;
  margin: 0 auto;
}

.page-template-service-templates #six-usp-section h2 {
  margin: 0 auto;
  font-family: "DMSans-Medium", cursive !important;
  padding-bottom: 20px;
  font-size: 36px !important;
  line-height: 0.9;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #six-usp-section h2 {
    font-size: 50px !important;
  }
}

.page-template-service-templates #six-usp-section p {
  font-size: 18px !important;
}

.page-template-service-templates #six-usp-section .six-usp-section {
  width: 100%;
}

.page-template-service-templates #six-usp-section .header {
  font-size: 38px;
  margin-bottom: 50px;
  font-family: "DMSans-Medium", cursive;
  line-height: 1;
  color: var(--blue);
  line-height: 1.3;
  margin-bottom: 90px;
}

.page-template-service-templates #six-usp-section .usp-div {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #six-usp-section .usp-div {
    flex-wrap: unset;
    justify-content: left;
  }
}

.page-template-service-templates #six-usp-section .usp {
  width: 47%;
  margin-right: 1.5%;
  position: relative;
  border-radius: 8px;
  padding: 15px;
  max-height: 170px;
  margin-bottom: 20px;
  transition: 1s;
  box-shadow: 1px 1px 62px 0px rgba(9, 0, 94, 0.08);
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #six-usp-section .usp {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #six-usp-section .usp {
    width: 100%;
    top: 70px;
  }
}

.page-template-service-templates #six-usp-section .usp:nth-child(6) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .page-template-service-templates #six-usp-section .usp.active:nth-child(1) {
    top: 0px;
  }
  .page-template-service-templates #six-usp-section .usp.active:nth-child(2) {
    top: 0px;
    transition-delay: .2s;
  }
  .page-template-service-templates #six-usp-section .usp.active:nth-child(3) {
    top: 0px;
    transition-delay: .35s;
  }
  .page-template-service-templates #six-usp-section .usp.active:nth-child(4) {
    top: 0px;
    transition-delay: .45s;
  }
  .page-template-service-templates #six-usp-section .usp.active:nth-child(5) {
    top: 0px;
    transition-delay: .55s;
  }
  .page-template-service-templates #six-usp-section .usp.active:nth-child(6) {
    top: 0px;
    transition-delay: .65s;
  }
}

.page-template-service-templates #six-usp-section .usp img {
  width: 50px;
  height: 50px;
  padding: 10px;
}

.page-template-service-templates #six-usp-section .number {
  font-size: 50px;
  margin-bottom: 0;
  color: var(--purple);
}

.page-template-service-templates #six-usp-section .text {
  font-size: 19px;
  line-height: 1.3;
  padding: 10px 0 20px 0;
  line-height: 1.1;
}

.page-template-service-templates .pink-divider {
  padding-top: 20px;
  background-color: white;
  background-image: url(images/divider-large-pink-r.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top 150px right 0px;
  height: 100%;
  background-size: cover;
}

@media screen and (min-width: 1400px) {
  .page-template-service-templates .pink-divider {
    background-position: top 0px right 0px;
  }
}

.page-template-service-templates .usp-div .subheader p {
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .page-template-service-templates .cta-text .cta {
    font-size: 34px !important;
  }
}

#usp-box-div-section .usp-box {
  position: relative;
  transition: 1s;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #usp-box-div-section .usp-box {
    top: 70px;
  }
}

@media screen and (min-width: 768px) {
  #usp-box-div-section .usp-box.active:nth-child(1) {
    top: 0px;
  }
  #usp-box-div-section .usp-box.active:nth-child(2) {
    top: 0px;
    transition-delay: .2s;
  }
  #usp-box-div-section .usp-box.active:nth-child(3) {
    top: 0px;
    transition-delay: .35s;
  }
  #usp-box-div-section .usp-box.active:nth-child(4) {
    top: 0px;
    transition-delay: .45s;
  }
  #usp-box-div-section .usp-box.active:nth-child(5) {
    top: 0px;
    transition-delay: .55s;
  }
  #usp-box-div-section .usp-box.active:nth-child(6) {
    top: 0px;
    transition-delay: .65s;
  }
}

#usp-icon-section h2 {
  font-size: 30px;
  font-family: "DMSans-Medium", cursive;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 980px) {
  #usp-icon-section h2 {
    font-size: 40px;
  }
}

#usp-icon-section .header {
  padding-bottom: 80px;
}

#usp-icon-section .subheader {
  font-size: 14px;
  min-height: 10px;
}

#usp-icon-section .subheader p {
  color: var(--green);
}

#usp-icon-section .text {
  font-size: 20px;
}

#usp-icon-section .text p {
  color: var(--white);
  line-height: 1.1;
}

#usp-icon-section .usp-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  #usp-icon-section .usp-div {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

#usp-icon-section .usp-div .usp {
  width: 47%;
  padding-bottom: 30px;
}

@media screen and (min-width: 980px) {
  #usp-icon-section .usp-div .usp {
    width: 100%;
    margin-right: 2.5%;
    padding-bottom: 0px;
  }
}

#usp-icon-section .usp-div .usp img {
  max-width: 40px;
  max-height: 60px;
  padding-bottom: 20px;
}

#usp-icon-section .usp-div .usp .text {
  max-width: 220px;
}

@media screen and (min-width: 980px) {
  #usp-icon-section .usp-div .usp .text {
    max-width: unset;
  }
}

#usp-icon-section .usp-div .icon {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#usp-icon-section .text-box {
  color: var(--blue);
  padding-bottom: 300px;
}

@media screen and (min-width: 768px) {
  #usp-icon-section .text-box {
    padding-bottom: 150px;
    width: 50%;
    margin-left: auto;
  }
}

#usp-icon-section .text-box h2 {
  font-size: 50px;
  font-family: "DMSans-Bold", cursive !important;
  letter-spacing: -3px;
  line-height: 0.9;
}

@media screen and (min-widtH: 768px) {
  #usp-icon-section .text-box h2 {
    font-size: 60px;
  }
}

#usp-icon-section .text-box p {
  max-width: 434px;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  #text-image-section {
    padding: 50px;
  }
}

#text-image-section .text-image-div {
  padding: 60px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#text-image-section .text-image-div img {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  #text-image-section .text-image-div {
    flex-direction: row;
  }
  #text-image-section .text-image-div img {
    margin-top: 0px;
  }
}

.page-template-adding-impacts #text-image-section .text-image-div,
.page-template-live-presentations #text-image-section .text-image-div,
.page-template-fully-outsourced-presentations #text-image-section .text-image-div {
  background: var(--purple);
}

.page-template-training #text-image-section .text-image-div {
  background: var(--green);
}

#text-image-section .text-image-div h2 {
  font-family: "DMSans-Medium", cursive;
  line-height: 1;
}

.page-template-adding-impacts #text-image-section .text-image-div h2,
.page-template-live-presentations #text-image-section .text-image-div h2, .page-template-adding-impacts #text-image-section .text-image-div p,
.page-template-live-presentations #text-image-section .text-image-div p {
  color: var(--white);
}

.page-template-live-presentations #text-image-section .text-image-div .text {
  display: flex;
  flex-direction: column;
  align-self: center;
}

#text-image-section h2, #text-image-section p {
  color: var(--blue);
}

#text-image-section h2 {
  padding-bottom: 30px;
}

#text-image-section .text-image-div p {
  max-width: 350px;
  font-size: 18px;
}

.page-template-live-presentations #text-image-section .text-image-div p {
  max-width: unset;
}

#text-image-section .text-image-text {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

#text-image-section .text-image-text p {
  padding-bottom: 20px;
}

.page-template-adding-impacts #text-image-section .text-image-text p {
  color: var(--blue);
}

#text-image-section .text-image-text h2 {
  font-family: "DMSans-Regular", cursive;
  color: var(--purple);
  font-size: 30px;
}

@media screen and (min-width: 980px) {
  #text-image-section .text-image-text h2 {
    font-size: 40px;
  }
}

#text-image-section .image img {
  position: relative;
  left: 0px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #text-image-section .image img {
    max-width: 500px;
  }
}

.page-template-live-presentations #text-image-section .image img {
  max-width: 450px;
}

#service-cards {
  background: var(--blue);
  padding: 50px 0;
}

#service-cards h2 {
  font-family: "DMSans-Medium", cursive !important;
  font-size: 40px !important;
  color: var(--light-pink);
  line-height: 1;
  padding-bottom: 20px;
}

#service-cards .text {
  color: var(--white);
  padding-bottom: 40px;
}

#service-cards .text p {
  margin-top: 20px;
  font-size: 18px;
  color: var(--light-pink);
}

#service-cards .sub-header p {
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
}

#service-cards .card-div {
  flex-direction: row;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #service-cards .card-div {
    justify-content: flex-start;
  }
}

#service-cards .card-div h3 {
  font-size: 18px !important;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #service-cards .card-div h3 {
    font-size: 22px !important;
  }
}

#service-cards a {
  display: none;
}

@media screen and (min-width: 768px) {
  #service-cards a {
    display: block;
    color: var(--dark-pink);
  }
}

#service-cards .container {
  flex-direction: column;
}

#service-cards .card {
  width: 47%;
  border-radius: 10px;
  background: var(--light-pink);
  margin: 10px 0 5px 0;
  padding: 25px 20px;
  min-height: 140px;
}

@media screen and (min-width: 768px) {
  #service-cards .card {
    width: 23.8%;
    padding: 25px;
    margin: 0.6%;
  }
}

.page-template-presentation-design #service-cards .card,
.page-template-fully-outsourced-presentations #service-cards .card,
.page-template-training #service-cards .card {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .page-template-presentation-design #service-cards .card,
  .page-template-fully-outsourced-presentations #service-cards .card,
  .page-template-training #service-cards .card {
    width: 32%;
  }
}

.page-template-data-visualisation #service-cards .card {
  background-color: var(--white);
}

.page-template-data-visualisation #three-icon-section {
  background-color: var(--light-pink);
}

#three-icon-section h2 {
  width: 100%;
  line-height: 0.9 !important;
  position: relative;
  top: 5px;
  left: 4px;
  font-size: 70px;
  font-family: "DMSans-Bold", cursive !important;
  position: relative;
  top: 2px;
  left: -15px;
  letter-spacing: -4px;
}

@media screen and (min-width: 768px) {
  #three-icon-section h2 {
    font-size: 100px !important;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #three-icon-section .card-div {
    display: flex;
  }
}

#three-icon-section .card-div h3 {
  font-size: 50px;
  line-height: 0.9;
  margin-top: 20px;
}

#three-icon-section .card-div h3 strong {
  letter-spacing: -3px;
}

.page-template-data-visualisation #three-icon-section .card-div h3 {
  color: var(--light-pink);
}

#three-icon-section .card-div p {
  color: var(--blue);
  line-height: 1.4;
  font-size: 16px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #three-icon-section .card-div p {
    font-size: 17px;
  }
}

#three-icon-section .card-div .card {
  background-color: var(--green);
  border-radius: 10px;
  margin: 10px 0;
  padding: 20px;
  color: var(--purple);
  width: 100%;
  justify-content: space-between;
  height: 300px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #three-icon-section .card-div .card {
    margin: 10px 5px;
    padding: 30px;
    height: 320px;
  }
  #three-icon-section .card-div .card:nth-child(1) {
    margin-top: 30px;
  }
  #three-icon-section .card-div .card:nth-child(2) {
    margin-top: 60px;
  }
}

#three-icon-section .card-div span {
  background: white;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  box-shadow: 1px 1px 62px 0px rgba(0, 0, 0, 0.25);
  right: 25px;
  transition: .7s;
}

@media screen and (min-width: 768px) {
  #three-icon-section .card-div span {
    right: unset;
  }
}

#three-icon-section .card-div span.active {
  opacity: 1 !important;
}

#three-icon-section .card-div img {
  width: 30px;
}

#text-section .text {
  padding: 60px;
  border-radius: 10px;
  width: 100%;
  background: var(--white);
  display: flex;
}

#text-section .cta-div::after {
  bottom: -14.5px;
}

@media screen and (min-width: 768px) {
  #text-section .cta-div::after {
    bottom: -13px;
  }
}

#text-section .arrow::after {
  top: 50px;
}

#four-usp-section {
  background-image: url(images/div-small-pink.svg);
  background-color: var(--dark-pink);
  background-position: top 0px right 0px;
  background-size: cover;
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  #four-usp-section {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1400px) {
  #four-usp-section {
    background-image: url(images/divider-large-pink-l.svg);
  }
}

#four-usp-section .four-usp-section {
  width: 100%;
}

#four-usp-section .subheader {
  color: var(--purple);
}

#four-usp-section .text p {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 10px;
}

#four-usp-section .usp-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  #four-usp-section .usp-div {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

#four-usp-section .usp-div .usp {
  width: 47%;
  padding-bottom: 50px;
}

@media screen and (min-width: 980px) {
  #four-usp-section .usp-div .usp {
    width: 100%;
    margin-right: 2.5%;
    padding-bottom: 0;
  }
}

#four-usp-section .usp-div .usp img {
  max-width: 70px;
  max-height: 70px;
  padding-bottom: 20px;
  width: 100%;
}

#four-usp-section .usp-div .usp .text {
  max-width: 220px;
}

@media screen and (min-width: 980px) {
  #four-usp-section .usp-div .usp .text {
    max-width: unset;
  }
}

#four-usp-section .usp-div .icon {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#four-usp-section .text-image-div {
  background-color: white !important;
}

#four-usp-section .text-image-div h2, #four-usp-section .text-image-div p {
  color: var(--blue) !important;
}

#four-usp-section .text-image-div h2 {
  font-size: 40px;
}

#four-usp-section .text-image-div p {
  max-width: 350px;
  font-size: 18px;
}

#four-usp-section .text-image-div img {
  left: 50px;
  max-width: 500px;
}

#adding-impact-hero {
  background-color: var(--dark-pink);
}

@media screen and (min-width: 768px) {
  #adding-impact-hero .left, #adding-impact-hero .right {
    width: 50%;
  }
}

#adding-impact-hero .hero-image {
  width: 100%;
}

.text-image-text {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

.page-template-live-presentations .text-image-text {
  background-color: var(--light-pink);
}

.text-image-text p {
  padding-bottom: 20px;
}

.page-template-adding-impacts .text-image-text p {
  color: var(--blue);
}

.text-image-text h2 {
  font-family: "DMSans-Regular", cursive;
  color: var(--purple);
  font-size: 30px !important;
}

@media screen and (min-width: 980px) {
  .text-image-text h2 {
    font-size: 40px !important;
  }
}

.dark-pink-div .blue-div {
  background-color: var(--light-pink);
  background-image: url(images/div-small.svg);
  background-repeat: no-repeat;
  background-position: top -70px right 0px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .dark-pink-div .blue-div {
    padding-top: 70px;
    padding-top: 0px;
    background-position: top 10px right 0px;
  }
}

.page-template-live-presentations .dark-pink-div .blue-div {
  background-color: transparent;
}

.dark-pink-div .blue-div .usp-icon-section {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .dark-pink-div .blue-div .usp-icon-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 980px) {
  .dark-pink-div .blue-div {
    background-image: url(images/div-small.svg);
    background-position: top 20px left 0px;
    background-size: cover;
  }
}

@media screen and (min-width: 1600px) {
  .dark-pink-div .blue-div {
    padding-top: 50px;
    background-image: url(images/divider-large-blue-l.svg);
  }
}

.blue-top-div {
  background-color: var(--light-pink);
  background-image: url(images/div-small.svg);
  background-repeat: no-repeat;
  background-position: top -70px right 0px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .blue-top-div {
    padding-top: 70px;
    padding-top: 0px;
    background-position: top 10px right 0px;
  }
}

.page-template-live-presentations .blue-top-div {
  background-color: transparent;
}

.blue-top-div .usp-icon-section {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .blue-top-div .usp-icon-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 980px) {
  .blue-top-div {
    background-image: url(images/div-small.svg);
    background-position: top 20px left 0px;
    background-size: cover;
  }
}

@media screen and (min-width: 1600px) {
  .blue-top-div {
    padding-top: 50px;
    background-image: url(images/divider-large-blue-l.svg);
  }
}

.page-template-adding-impacts .border-box-text .cta:after {
  display: none !important;
}

.page-template-adding-impacts .border-box-text .cta-div::after {
  bottom: -5.5px;
}

.page-template-adding-impacts .border-box-text .arrow:after {
  top: 10px;
}

.page-template-adding-impacts .cta-text {
  text-align: center;
}

.page-template-adding-impacts .cta-text .cta:after {
  display: none !important;
}

.page-template-adding-impacts .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-adding-impacts .cta-text .arrow:after {
  top: 30px;
}

.page-template-adding-impacts .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-adding-impacts .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-adding-impacts #text-section a {
  display: block;
}

.page-template-adding-impacts #adding-impact-hero {
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-adding-impacts #adding-impact-hero {
    padding-top: 100px;
  }
}

.page-template-adding-impacts #adding-impact-hero .cta-div:after {
  bottom: 3px;
  background: var(--blue);
}

.page-template-adding-impacts #adding-impact-hero .arrow:after {
  top: 55px;
  color: var(--blue);
}

.page-template-adding-impacts #adding-impact-hero .cta {
  color: var(--blue);
  line-height: 1.2;
  margin-top: 30px;
  width: 100%;
  font-size: 26px;
}

@media screen and (min-width: 980px) {
  .page-template-adding-impacts #adding-impact-hero .cta {
    font-size: 45px;
  }
}

.page-template-adding-impacts #adding-impact-hero .cta u {
  text-decoration-thickness: 2px;
  text-underline-offset: 21px;
}

.page-template-adding-impacts #adding-impact-hero .hero-header {
  line-height: 0.9;
}

.page-template-adding-impacts #adding-impact-hero .header {
  color: var(--blue);
}

.page-template-adding-impacts #adding-impact-hero .subheader p {
  font-size: 30px;
  line-height: 1.1;
  color: var(--white);
}

@media screen and (min-width: 768px) {
  .page-template-adding-impacts #adding-impact-hero .subheader p {
    font-size: 34px;
  }
}

.page-template-adding-impacts #adding-impact-hero .hero-text p {
  padding: 20px 0;
  color: var(--white);
  font-size: 18px;
}

.page-template-adding-impacts #adding-impact-hero .right {
  transform: scale(2);
  padding-left: 40px;
}

.page-template-adding-impacts .usp-icon-section .subheader {
  color: var(--green);
}

.page-template-adding-impacts .usp-icon-section .text {
  color: var(--white);
  line-height: 1.1;
}

.page-template-adding-impacts #four-usp-section {
  background-position: top 0px right 0px;
}

.page-template-adding-impacts #four-usp-section .text-image-div {
  margin-bottom: 50px;
}

.page-template-adding-impacts #four-usp-section .container:nth-child(2) {
  background-color: var(--light-pink);
}

@media screen and (min-width: 768px) {
  .page-template-adding-impacts #four-usp-section .container:nth-child(2) {
    background-color: unset;
  }
}

.page-template-adding-impacts #text-image-section {
  padding: 0;
}

.page-template-adding-impacts #text-image-section .container {
  padding-top: 20px;
}

.page-template-adding-impacts #usp-icon-section {
  background-position: top 0px right 0px;
  padding-bottom: 90px;
}

.page-template-adding-impacts #usp-icon-section .text-image-div {
  margin-top: 50px;
}

.page-template-adding-impacts .slide-animation {
  width: 50%;
}

.page-template-adding-impacts .slide-animation video {
  border-radius: 20px;
  height: 100%;
  transform: scale(2);
  left: 100px;
  position: relative;
}

.page-template-training .cta-div::after {
  bottom: 4.5px !important;
  top: unset !important;
}

@media screen and (min-width: 768px) {
  .page-template-training .left {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .page-template-training .right {
    width: 40%;
  }
}

.page-template-training .right video {
  transform: scale(2);
  position: relative;
  bottom: -50px;
}

@media screen and (min-width: 768px) {
  .page-template-training .right video {
    bottom: 50px;
    left: 50px;
  }
}

.page-template-training .border-box-text .cta:after {
  display: none !important;
}

.page-template-training .border-box-text .cta-div::after {
  bottom: 10.5px !important;
  top: unset !important;
}

.page-template-training .border-box-text .arrow:after {
  top: 20px !important;
}

.page-template-training #border-box-text-1 .border-box-text .cta {
  margin-top: 0;
}

.page-template-training #border-box-text-1 .border-box-text .cta:after {
  display: none !important;
}

.page-template-training #border-box-text-1 .border-box-text .cta-div::after {
  bottom: -5.5px !important;
  top: unset !important;
  background-color: var(--purple);
}

.page-template-training #border-box-text-1 .border-box-text .arrow:after {
  top: 10px !important;
  color: var(--purple);
}

.page-template-training .cta-text {
  text-align: center;
}

.page-template-training .cta-text .cta:after {
  display: none !important;
}

.page-template-training .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-training .cta-text .arrow:after {
  top: 30px;
}

.page-template-training .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-training .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-training #training-hero .header {
  color: var(--blue);
}

.page-template-training .hero-header h2 {
  font-family: "DMSans-Bold", cursive !important;
}

.page-template-training .hero-image {
  max-width: 400px;
  width: 100%;
}

.page-template-training #usp-icon-section .text-div {
  padding: 60px;
  border-radius: 10px;
  width: 100%;
  background: var(--green);
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page-template-training #usp-icon-section .text-div {
    flex-direction: row;
    justify-content: space-between;
  }
}

.page-template-training #usp-icon-section .text-div h2 {
  font-family: "DMSans-Bold", cursive !important;
  line-height: 0.9 !important;
  margin-top: 0px;
}

.page-template-training #usp-icon-section .text-div .text p {
  max-width: 400px;
  line-height: 1;
  color: var(--purple);
}

.page-template-training .text-image-text {
  padding-bottom: 0 !important;
}

.page-template-training .text-image-div .image img {
  left: 0 !important;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-training .text-image-div .image img {
    left: 120px !important;
    margin-top: 0;
  }
}

.page-template-training .card {
  justify-content: flex-start !important;
}

.page-template-training .card h3 {
  padding-top: 10px;
}

.page-template-training #usp-icon-section .usp-div .subheader {
  color: var(--green);
}

.page-template-training #usp-icon-section .usp-div .text p {
  color: var(--white);
  line-height: 1.2;
}

.page-template-training #three-icon-section {
  padding-top: 30px;
}

.page-template-training #four-usp-section {
  background-image: unset;
  background-color: unset;
  padding-top: 100px;
}

@media screen and (min-width: 980px) {
  .page-template-training #four-usp-section {
    padding-top: 150px;
  }
}

.page-template-training #four-usp-section .cta-div::after {
  background: var(--purple);
}

.page-template-training #four-usp-section u {
  text-underline-offset: 20px;
}

.page-template-training #four-usp-section .text {
  margin-top: 40px;
}

.page-template-training .dark-pink-div {
  background-image: url(images/div-small-pink-r.svg);
  background-position: top 550px right 0px;
  background-size: cover;
  background-color: var(--dark-pink);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-training .dark-pink-div {
    background-position: top 250px right 0px;
  }
}

@media screen and (min-width: 1600px) {
  .page-template-training .dark-pink-div {
    background-position: top 100px right 0px;
  }
}

.page-template-training #training-hero {
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-training #training-hero {
    padding-top: 100px;
  }
}

.page-template-training #training-hero .hero-header h2 {
  font-family: "DMSans-Bold", cursive;
  line-height: 0.9;
  font-size: 35px;
}

@media screen and (min-width: 768px) {
  .page-template-training #training-hero .hero-header h2 {
    font-size: 60px;
  }
}

.page-template-training #training-hero .hero-text {
  color: var(--white);
  margin-top: 40px;
}

.page-template-training #training-hero .hero-text p {
  font-size: 16px;
  line-height: 1.2;
}

.page-template-training #training-hero .subheader p {
  margin-top: 20px;
  color: var(--white);
  font-size: 28px;
  line-height: 1.1;
}

.page-template-training .border-box-text .cta-div::after {
  content: "" !important;
  background: var(--green);
  top: 59.5px !important;
}

.page-template-training .border-box-text .cta {
  color: var(--green);
}

.page-template-training .border-box-text .cta:after {
  display: none;
}

.page-template-training .border-box-text .arrow::after {
  color: var(--green);
}

.page-template-training #text-section .cta-div {
  display: flex;
}

.page-template-training #text-section .cta-div:after {
  background: var(--purple);
  bottom: -5px !important;
}

.page-template-training #text-section .cta-div h2 {
  padding-bottom: 8px;
}

.page-template-training #text-section .arrow::after {
  top: 58px;
}

.page-template-training .text-image-text .cta-div:after {
  top: 49.5px !important;
}

.page-template-training .text-image-text .arrow::after {
  top: 10px;
}

.page-template-training #text-image-section {
  padding: 0;
}

.page-template-training #text-image-section .text-div {
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .page-template-training #text-image-section {
    padding: 50px;
  }
}

.page-template-training #text-image-section .content p {
  color: var(--blue) !important;
  font-size: 16px;
  max-width: 220px !important;
  line-height: 1.4 !important;
}

@media screen and (min-width: 768px) {
  .page-template-training #text-image-section .content p {
    margin-left: 60px;
  }
}

.page-template-content-and-storytelling .border-box-text .cta:after {
  display: none !important;
}

.page-template-content-and-storytelling .border-box-text .cta-div::after {
  bottom: -5.5px;
}

.page-template-content-and-storytelling .border-box-text .arrow:after {
  top: 10px;
}

.page-template-content-and-storytelling .cta-text {
  text-align: center;
}

.page-template-content-and-storytelling .cta-text .cta:after {
  display: none !important;
}

.page-template-content-and-storytelling .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-content-and-storytelling .cta-text .arrow:after {
  top: 30px;
}

.page-template-content-and-storytelling .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-content-and-storytelling .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-content-and-storytelling #text-section a {
  display: block;
}

.page-template-content-and-storytelling #hero {
  background-color: var(--light-pink);
  display: flex;
  padding-top: 20px;
  background-image: url(images/divider-white-l.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top -500px right 0px;
  height: 100%;
  background-size: cover;
}

@media screen and (min-width: 1600px) {
  .page-template-content-and-storytelling #hero {
    background-position: top -700px right 0px;
  }
}

@media screen and (min-width: 980px) {
  .page-template-content-and-storytelling #hero {
    padding-top: 100px;
  }
}

.page-template-content-and-storytelling #hero h1 {
  color: var(--purple);
}

.page-template-content-and-storytelling #hero h2, .page-template-content-and-storytelling #hero p {
  color: var(--blue);
}

.page-template-content-and-storytelling #hero .hero-header {
  max-width: 550px;
  font-family: "DMSans-Bold", cursive !important;
  padding-bottom: 30px;
}

.page-template-content-and-storytelling #hero img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling #hero .left {
    width: 60%;
  }
  .page-template-content-and-storytelling #hero .right {
    width: 40%;
  }
  .page-template-content-and-storytelling #hero .right video {
    transform: scale(1.5);
    position: relative;
    left: 100px;
    bottom: 50px;
  }
}

.page-template-content-and-storytelling #hero .cta-div:after {
  bottom: 1px;
  background: var(--purple);
}

.page-template-content-and-storytelling #hero .cta-div h2 {
  font-size: 26px;
  color: var(--purple);
  line-height: 1.2;
  margin-top: 30px;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .page-template-content-and-storytelling #hero .cta-div h2 {
    font-size: 38px;
  }
}

.page-template-content-and-storytelling #hero .cta-div h2 u {
  text-decoration-thickness: 2px;
  text-underline-offset: 21px;
}

.page-template-content-and-storytelling #hero .arrow:after {
  top: 45px;
  color: var(--purple);
}

.page-template-content-and-storytelling #text-image-section .text-image-div {
  background-color: var(--purple);
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling #text-image-section .text-image-div {
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}

.page-template-content-and-storytelling #text-image-section .text-image-div h2, .page-template-content-and-storytelling #text-image-section .text-image-div p {
  color: var(--white);
}

.page-template-content-and-storytelling #text-image-section .text-image-div img {
  left: 0px;
  max-width: 350px;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling #text-image-section .text-image-div img {
    bottom: 75px;
  }
}

.page-template-content-and-storytelling #text-image-section .text-image-div .text {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.page-template-content-and-storytelling #text-image-section .text-image-div .text h2 {
  padding-bottom: 20px;
}

.page-template-content-and-storytelling #text-image-section .text-image-div .text p {
  padding-bottom: 20px;
  line-height: 1.3;
}

.page-template-content-and-storytelling .usp .text {
  margin-top: 20px;
}

.page-template-content-and-storytelling #service-cards-2 {
  background-color: var(--blue);
  padding: 50px 0;
}

.page-template-content-and-storytelling #service-cards-2 .header {
  width: 100%;
  padding-bottom: 60px;
}

.page-template-content-and-storytelling #service-cards-2 .header p {
  font-size: 40px;
  font-family: "DMSans-Bold", cursive;
  line-height: 0.9;
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling #service-cards-2 .header p {
    letter-spacing: -5px;
    font-size: 110px;
  }
}

.page-template-content-and-storytelling #service-cards-2 .card-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card {
  width: 48%;
  padding: 25px;
  margin-right: 1%;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  padding-top: 50px;
  border: 2px solid;
  border-color: var(--green);
  background-color: transparent;
  transition: all .3s ease-in;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling #service-cards-2 .card-div .card {
    width: 32.3%;
    justify-content: center;
  }
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card h3 {
  color: var(--green);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card p {
  color: var(--blue);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card:nth-child(odd) {
  border-color: var(--white);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card:first-child {
  background-color: var(--white);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card:first-child h3 {
  color: var(--purple);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card:first-child p {
  color: var(--blue);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card:last-child {
  background-color: var(--green);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card:last-child h3 {
  color: var(--purple);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card:last-child p {
  color: var(--blue);
}

.page-template-content-and-storytelling #service-cards-2 .card-div .card p {
  color: var(--white);
}

.page-template-content-and-storytelling #service-cards-2 .card-div h3 {
  font-size: 14px;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 0;
  color: var(--green);
}

.page-template-content-and-storytelling #service-cards-2 .card-div p {
  color: var(--white);
  margin-top: 10px;
}

.page-template-content-and-storytelling .text-box {
  background-color: var(--blue);
}

.page-template-content-and-storytelling .text-box h2 {
  font-size: 28px;
  line-height: 1;
  color: var(--purple);
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling .text-box h2 {
    font-size: 40px;
  }
}

.page-template-content-and-storytelling .text-box .text-box-div {
  color: var(--blue);
  background-color: var(--light-pink);
  width: 100%;
  padding: 60px;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling .text-box .text-box-div {
    padding: 60px 90px;
  }
}

.page-template-content-and-storytelling .text-box .text-box-div p {
  max-width: 330px;
  font-size: 18px;
}

.page-template-content-and-storytelling #usp-icon-section .subheader p {
  color: var(--green);
}

.page-template-content-and-storytelling #usp-icon-section .text p {
  color: var(--white);
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling .presentation-design-text .text {
    display: flex;
  }
}

.page-template-content-and-storytelling .presentation-design-text .text-right {
  padding-left: 40px;
}

.page-template-content-and-storytelling #text-image-section {
  padding: 100px 0 50px 0;
}

.page-template-content-and-storytelling #hero-slide {
  width: 100%;
  position: relative;
  bottom: 50px;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-content-and-storytelling #hero-slide {
    transform: scale(1.1);
    width: 50%;
  }
}

.page-template-content-and-storytelling #text-image-section .text-image-div {
  padding: 30px;
}

.page-template-content-and-storytelling .blue-top-div {
  background-color: var(--white);
}

.page-template-pitch-decks .border-box-text .cta:after {
  display: none !important;
}

.page-template-pitch-decks .border-box-text .cta-div::after {
  bottom: 10.5px !important;
  top: unset !important;
}

.page-template-pitch-decks .border-box-text .arrow:after {
  top: 50px !important;
}

.page-template-pitch-decks #border-box-text-1 .border-box-text .cta {
  margin-top: 0;
}

.page-template-pitch-decks #border-box-text-1 .border-box-text .cta:after {
  display: none !important;
}

.page-template-pitch-decks #border-box-text-1 .border-box-text .cta-div::after {
  bottom: 2.5px !important;
  top: unset !important;
}

.page-template-pitch-decks #border-box-text-1 .border-box-text .arrow:after {
  top: 20px !important;
}

.page-template-pitch-decks .cta-text {
  text-align: center;
}

.page-template-pitch-decks .cta-text .cta {
  padding-top: 0;
}

.page-template-pitch-decks .cta-text .cta:after {
  display: none !important;
}

.page-template-pitch-decks .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-pitch-decks .cta-text .arrow:after {
  top: 40px;
}

.page-template-pitch-decks .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-pitch-decks .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-pitch-decks #text-section a {
  display: block;
}

.page-template-pitch-decks #pitch-decks-hero {
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #pitch-decks-hero {
    padding-top: 100px;
  }
}

.page-template-pitch-decks #pitch-decks-hero .hero-header {
  color: var(--blue);
  padding-bottom: 30px;
}

.page-template-pitch-decks #pitch-decks-hero .hero-header p {
  font-family: "DMSans-Bold", cursive;
  font-size: 45px;
}

.page-template-pitch-decks #pitch-decks-hero .right video {
  transform: scale(1.8);
  top: 40px;
  left: 40px;
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #pitch-decks-hero .left, .page-template-pitch-decks #pitch-decks-hero .right {
    width: 50%;
  }
}

.page-template-pitch-decks #pitch-decks-hero .hero-image {
  max-width: 500px;
  width: 100%;
}

.page-template-pitch-decks #pitch-decks-hero .cta {
  padding-top: 0px;
  font-size: 26px;
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #pitch-decks-hero .cta {
    font-size: 40px;
  }
}

.page-template-pitch-decks #pitch-decks-hero .header {
  color: var(--purple);
}

.page-template-pitch-decks .usp-icon-section {
  padding-top: 50px;
}

.page-template-pitch-decks .usp-icon-section .header {
  margin-top: 100px;
}

.page-template-pitch-decks .usp-icon-section .subheader {
  color: var(--green);
}

.page-template-pitch-decks .usp-icon-section .text p {
  color: var(--white);
  line-height: 1.1;
}

.page-template-pitch-decks #text-image-div .usp-icon-section {
  width: 100%;
}

.page-template-pitch-decks #text-image-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive;
  letter-spacing: 0;
  line-height: 1;
}

.page-template-pitch-decks #text-image-div .header {
  padding-bottom: 80px;
}

.page-template-pitch-decks #text-image-div .subheader {
  font-size: 14px;
}

.page-template-pitch-decks #text-image-div .text {
  font-size: 20px;
}

.page-template-pitch-decks #text-image-div .usp-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #text-image-div .usp-div {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.page-template-pitch-decks #text-image-div .usp-div .usp {
  width: 47%;
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #text-image-div .usp-div .usp {
    width: 100%;
    margin-right: 2.5%;
  }
}

.page-template-pitch-decks #text-image-div .usp-div .usp img {
  max-width: 40px;
  max-height: 60px;
  padding-bottom: 20px;
}

.page-template-pitch-decks #text-image-div .usp-div .usp .text {
  max-width: 220px;
  padding-top: 10px;
}

.page-template-pitch-decks #text-image-div .usp-div .usp .text p {
  color: var(--blue);
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #text-image-div .usp-div .usp .text {
    max-width: unset;
  }
}

.page-template-pitch-decks #text-image-div .usp-div .icon {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-template-pitch-decks #text-image-div .cta-div {
  display: inline-flex;
}

.page-template-pitch-decks #text-image-div .cta-div:after {
  background: var(--purple);
  top: 53.5px;
}

.page-template-pitch-decks #text-image-div .cta-div h2 {
  padding-bottom: 1px;
}

.page-template-pitch-decks #text-image-div .arrow::after {
  top: 15px;
  color: var(--purple);
}

.page-template-pitch-decks #text-image-div u {
  text-underline-offset: 20px;
}

.page-template-pitch-decks .reverse {
  width: 100%;
  margin: 40px 0 100px 0;
  padding: 60px;
  border-radius: 10px;
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--white);
}

@media screen and (min-width: 768px) {
  .page-template-pitch-decks .reverse .image {
    width: 55%;
  }
  .page-template-pitch-decks .reverse .text {
    width: 50%;
  }
}

.page-template-pitch-decks .reverse img {
  position: relative !important;
  max-width: 500px !important;
  left: -100px;
}

.page-template-pitch-decks .reverse h2 {
  margin-bottom: 20px;
}

.page-template-pitch-decks .reverse p {
  font-size: 18px !important;
  line-height: 1.1;
  max-width: 450px !important;
  margin-bottom: 20px;
}

.page-template-pitch-decks .reverse h2, .page-template-pitch-decks .reverse p {
  color: var(--blue) !important;
}

.page-template-pitch-decks .usp-1 .subheader {
  color: var(--purple);
}

.page-template-pitch-decks .usp-1 .icon img {
  height: 60px !important;
}

.page-template-pitch-decks .text-image-text {
  margin-left: auto;
  text-align: left !important;
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks .text-image-text {
    width: 50% !important;
  }
}

.page-template-pitch-decks .text-image-text h2 {
  margin-bottom: 20px;
}

.page-template-pitch-decks .text-image-text p {
  font-size: 30px;
  line-height: 1.1;
  max-width: 400px;
}

.page-template-pitch-decks #text-image-section .text-image-div {
  background-color: var(--purple);
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #text-image-section .text-image-div .image {
    width: 50%;
  }
}

.page-template-pitch-decks #text-image-section .text-image-div .image img {
  left: 0;
}

.page-template-pitch-decks #text-image-section .text h2, .page-template-pitch-decks #text-image-section .text p {
  color: var(--white);
}

.page-template-pitch-decks #text-image-section .text h2 {
  font-size: 40px;
}

@media screen and (min-width: 980px) {
  .page-template-pitch-decks #text-image-section .text {
    width: 50%;
  }
}

.page-template-pitch-decks .pink-div {
  background-image: url(images/divider-pink-r.svg);
  background-repeat: no-repeat;
  background-position: top 470px right 0;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-pitch-decks .pink-div {
    background-position: top 370px right 0;
  }
}

@media screen and (min-width: 1400px) {
  .page-template-pitch-decks .pink-div {
    background-position: top 140px right 0;
  }
}

.page-template-pitch-decks .cta-div:after {
  bottom: 1.5px;
  background: var(--purple);
}

.page-template-pitch-decks .arrow:after {
  top: 50px;
  color: var(--purple);
}

.page-template-pitch-decks .cta {
  font-size: 45px;
  color: var(--purple);
  line-height: 1.2;
  margin-top: 30px;
  width: 100%;
}

.page-template-pitch-decks .cta u {
  text-decoration-thickness: 2px;
  text-underline-offset: 21px;
}

.page-template-pitch-decks .blue-div .cta-div::after {
  bottom: -4px !important;
}

.page-template-pitch-decks .blue-div .arrow::after {
  top: 65px !important;
}

.page-template-video-and-animation #border-box-text-1 .border-box-text .cta {
  margin-top: 0;
}

.page-template-video-and-animation #border-box-text-1 .border-box-text .cta:after {
  display: none !important;
}

.page-template-video-and-animation #border-box-text-1 .border-box-text .cta-div::after {
  bottom: -2.5px !important;
  top: unset !important;
}

@media screen and (min-width: 768px) {
  .page-template-video-and-animation #border-box-text-1 .border-box-text .cta-div::after {
    bottom: -5.5px !important;
  }
}

.page-template-video-and-animation #border-box-text-1 .border-box-text .arrow:after {
  top: 10px !important;
}

.page-template-video-and-animation .text-image-text {
  color: var(--blue);
}

.page-template-video-and-animation .text-image-text .cta-div:after {
  bottom: 2.5px;
}

.page-template-video-and-animation .text-image-text .arrow:after {
  top: 10px;
}

.page-template-video-and-animation .cta-text {
  text-align: center;
}

.page-template-video-and-animation .cta-text .cta:after {
  display: none !important;
}

.page-template-video-and-animation .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-video-and-animation .cta-text .arrow:after {
  top: 30px;
}

.page-template-video-and-animation .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-video-and-animation .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-video-and-animation #text-section a {
  display: block;
}

.page-template-video-and-animation h1 {
  color: var(--white);
}

.page-template-video-and-animation .pink-top-div {
  background-color: var(--purple);
  background-image: url(images/divider-large-pink-r.svg);
  background-position: top -100px left 0px;
  padding-top: 50px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation .pink-top-div {
    background-position: top -500px left 0px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation .pink-top-div {
    background-size: cover;
  }
}

@media screen and (min-width: 1400px) {
  .page-template-video-and-animation .pink-top-div {
    background-position: top -400px left 0px;
  }
}

.page-template-video-and-animation .pink-top-div video {
  margin-bottom: 50px;
}

.page-template-video-and-animation .hero-header {
  line-height: 0.9;
}

.page-template-video-and-animation .hero-header p {
  width: 100%;
  font-size: 45px;
  font-family: "DMSans-Bold", cursive;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation .hero-header {
    padding-right: 10%;
  }
  .page-template-video-and-animation .hero-header p {
    font-size: 60px;
  }
}

.page-template-video-and-animation .video-div {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation .video-div {
    width: 50%;
  }
}

.page-template-video-and-animation video {
  margin-top: 80px;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation video {
    margin-top: 50px;
  }
}

.page-template-video-and-animation #text-image-section {
  padding: 0;
}

.page-template-video-and-animation .slide-animation video {
  margin-top: 50px;
  max-height: 250px;
  position: relative;
  transform: scale(1.4);
  bottom: 30px;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation .slide-animation video {
    max-height: 200px;
    bottom: 80px;
    right: 90px;
    transform: scale(2);
  }
}

.page-template-video-and-animation .hero-text {
  color: var(--white);
  padding-top: 20px;
}

.page-template-video-and-animation .text-image-div {
  background: var(--dark-pink);
  justify-content: space-between;
  position: relative;
}

.page-template-video-and-animation .text-image-div h2, .page-template-video-and-animation .text-image-div p {
  color: var(--white) !important;
}

.page-template-video-and-animation .text-image-div p {
  font-size: 22px !important;
  line-height: 1.1;
  max-width: 450px !important;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation .text-image-div p {
    font-size: 30px !important;
  }
}

.page-template-video-and-animation .text-image-div .video-div video {
  transform: scale(2.5);
  position: relative;
  bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-video-and-animation .text-image-div .video-div video {
    transform: scale(1.6);
    right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-video-and-animation #text-image-section .image img {
    position: absolute !important;
    right: 130px;
    bottom: 90px;
    left: unset !important;
    max-width: 270px !important;
  }
}

.page-template-video-and-animation .usp-icon-section .header {
  margin-top: 100px;
}

.page-template-video-and-animation .usp-icon-section .subheader {
  color: var(--green);
}

.page-template-video-and-animation .usp-icon-section .text p {
  color: var(--white);
  line-height: 1.1;
}

.page-template-video-and-animation #text-image-div {
  background-color: var(--light-pink);
}

.page-template-video-and-animation #text-image-div .usp-icon-section {
  width: 100%;
}

.page-template-video-and-animation #text-image-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive;
  letter-spacing: 0;
  line-height: 1;
}

.page-template-video-and-animation #text-image-div .header {
  padding-bottom: 80px;
}

.page-template-video-and-animation #text-image-div .subheader {
  font-size: 14px;
}

.page-template-video-and-animation #text-image-div .text {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.page-template-video-and-animation #text-image-div .usp-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation #text-image-div .usp-div {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.page-template-video-and-animation #text-image-div .usp-div .usp {
  width: 47%;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation #text-image-div .usp-div .usp {
    width: 100%;
    margin-right: 2.5%;
  }
}

.page-template-video-and-animation #text-image-div .usp-div .usp img {
  max-width: 40px;
  max-height: 60px;
  padding-bottom: 20px;
}

.page-template-video-and-animation #text-image-div .usp-div .usp .text {
  max-width: 220px;
  padding-top: 10px;
}

.page-template-video-and-animation #text-image-div .usp-div .usp .text p {
  color: var(--blue);
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation #text-image-div .usp-div .usp .text {
    max-width: unset;
  }
}

.page-template-video-and-animation #text-image-div .usp-div .icon {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation #text-image-div .usp-div .icon {
    height: 90px;
  }
}

.page-template-video-and-animation #text-image-div .cta-div {
  display: inline-flex;
}

.page-template-video-and-animation #text-image-div .cta-div:after {
  background: var(--purple);
  top: 53.5px;
}

.page-template-video-and-animation #text-image-div .cta-div h2 {
  padding-bottom: 1px;
}

.page-template-video-and-animation #text-image-div .arrow::after {
  top: 15px;
  color: var(--purple);
}

.page-template-video-and-animation #text-image-div u {
  text-underline-offset: 20px;
}

.page-template-video-and-animation .reverse {
  width: 100%;
  margin: 40px 0 100px 0;
  padding: 60px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}

@media screen and (min-width: 768px) {
  .page-template-video-and-animation .reverse {
    flex-direction: row-reverse;
  }
  .page-template-video-and-animation .reverse .image {
    width: 55%;
  }
  .page-template-video-and-animation .reverse .text {
    width: 50%;
  }
}

.page-template-video-and-animation .reverse img {
  position: relative !important;
  max-width: 500px !important;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .page-template-video-and-animation .reverse img {
    left: -100px;
    max-width: 500px !important;
  }
}

.page-template-video-and-animation .reverse h2 {
  margin-bottom: 20px;
}

.page-template-video-and-animation .reverse p {
  font-size: 18px !important;
  line-height: 1.1;
  max-width: 450px !important;
  margin-bottom: 20px;
}

.page-template-video-and-animation .reverse h2, .page-template-video-and-animation .reverse p {
  color: var(--blue) !important;
}

.page-template-video-and-animation .usp-1 .subheader {
  color: var(--purple);
}

.page-template-video-and-animation .usp-1 .icon {
  justify-content: flex-end !important;
}

.page-template-video-and-animation #banner-slider video {
  margin-top: 0;
}

.page-template-live-presentations #border-box-text-1 .border-box-text .cta {
  margin-top: 0;
}

.page-template-live-presentations #border-box-text-1 .border-box-text .cta:after {
  display: none !important;
}

.page-template-live-presentations #border-box-text-1 .border-box-text .cta-div::after {
  bottom: -5.5px !important;
  top: unset !important;
}

.page-template-live-presentations #border-box-text-1 .border-box-text .arrow:after {
  top: 10px !important;
}

.page-template-live-presentations h3 {
  color: var(--purple);
}

.page-template-live-presentations .text-image-text .cta-div.arrow:after {
  top: 20px !important;
}

.page-template-live-presentations .text-image-text .cta-div:after {
  bottom: 2.5px;
}

.page-template-live-presentations #text-section .cta-div .arrow:after {
  top: 60px !important;
}

.page-template-live-presentations .border-box-text .arrow:after {
  top: 20px !important;
}

.page-template-live-presentations .cta-text {
  text-align: center;
}

.page-template-live-presentations .cta-text .cta:after {
  display: none !important;
}

.page-template-live-presentations .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-live-presentations .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-live-presentations .cta-text .arrow:after {
  top: 30px !important;
}

.page-template-live-presentations .cta-div::after {
  bottom: 4.5px;
}

.page-template-live-presentations .cta:after {
  display: none !important;
}

.page-template-live-presentations .arrow:after {
  top: 10px !important;
}

.page-template-live-presentations #text-section a {
  display: block;
}

.page-template-live-presentations .white-divider .usp-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .page-template-live-presentations .white-divider .usp-div {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.page-template-live-presentations .white-divider .usp-div .usp {
  width: 47%;
}

@media screen and (min-width: 980px) {
  .page-template-live-presentations .white-divider .usp-div .usp {
    margin-right: 2.5%;
    width: 100%;
  }
}

.page-template-live-presentations .white-divider .usp-div .usp img {
  max-width: 40px;
  max-height: 60px;
}

.page-template-live-presentations .white-divider .usp-div .usp .text {
  max-width: 220px;
}

@media screen and (min-width: 980px) {
  .page-template-live-presentations .white-divider .usp-div .usp .text {
    max-width: unset;
  }
}

.page-template-live-presentations .white-divider .usp-div .icon {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-template-live-presentations .white-divider {
  background-image: url(images/divider-white-l.svg);
  background-color: var(--light-pink);
  background-position: top -150px left 0;
  background-size: cover;
}

@media screen and (min-width: 1600px) {
  .page-template-live-presentations .white-divider {
    background-position: top -330px left 0;
  }
}

.page-template-live-presentations .three-checkbox {
  background-color: var(--green);
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 60px;
}

@media screen and (min-width: 980px) {
  .page-template-live-presentations .three-checkbox {
    padding: 80px;
  }
}

.page-template-live-presentations .three-checkbox .header {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  font-family: "DMSans-Medium", cursive;
  color: var(--blue);
  padding-bottom: 50px;
}

.page-template-live-presentations .three-checkbox .checkbox-div {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.page-template-live-presentations .three-checkbox .checkbox-div div {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .page-template-live-presentations .three-checkbox .checkbox-div div {
    width: 33.3%;
  }
}

.page-template-live-presentations .three-checkbox .checkbox-div .text {
  text-align: center;
  font-family: "DMSans-Medium", cursive;
}

.page-template-live-presentations .text-image-text h2:after {
  content: '\f344' !important;
  font-size: 18px;
  left: 10px;
  top: 0px;
  font-family: dashicons;
  position: relative;
}

.page-template-live-presentations .pink-div {
  background-color: var(--blue);
  background-image: url(images/divider-pink-r.svg);
  background-repeat: no-repeat;
  background-position: top 650px right 0;
  padding-top: 50px;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-live-presentations .pink-div {
    background-position: top 300px right 0;
    padding-top: 100px;
  }
}

.page-template-live-presentations .pink-div video {
  margin: 100px 0;
}

.page-template-live-presentations .video-div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-live-presentations .image-div, .page-template-live-presentations .text-div {
    width: 50%;
  }
}

.page-template-live-presentations .hero {
  display: flex;
  width: 100%;
}

.page-template-live-presentations .hero .header {
  color: var(--dark-pink);
}

.page-template-live-presentations .hero .hero-header p {
  font-size: 45px;
  font-family: "DMSans-Bold", cursive;
  line-height: 0.9;
  letter-spacing: -2.1px;
}

@media screen and (min-width: 980px) {
  .page-template-live-presentations .hero .hero-header p {
    font-size: 60px;
  }
}

.page-template-live-presentations .hero .hero-text p {
  font-size: 16px;
  margin-top: 30px;
  color: white;
  max-width: 360px;
}

.page-template-live-presentations .hero .hero-slide {
  max-width: 400px;
  display: flex;
  float: right;
}

.page-template-live-presentations .hero .image-div {
  transform: scale(1.7);
  position: relative;
  left: 120px;
  bottom: 200px;
}

.page-template-live-presentations .subheader {
  font-size: 14px;
  color: var(--purple);
  line-height: 1.1;
}

.page-template-live-presentations .text {
  margin-top: 20px;
  font-size: 20px;
  color: var(--blue);
  line-height: 1.1;
}

.page-template-live-presentations .three-section-div .text, .page-template-live-presentations .three-section-div .subheader {
  color: var(--white);
}

.page-template-live-presentations #three-usp-section .usp-div {
  display: block;
}

.page-template-live-presentations #three-usp-section .icon {
  align-items: unset;
  align-self: flex-end;
}

.page-template-live-presentations #usp-icon-section .subheader {
  color: var(--green);
}

.page-template-live-presentations #usp-icon-section .text {
  color: var(--white);
}

.page-template-live-presentations .three-column-section .text p {
  color: var(--white);
}

.page-template-live-presentations .text-image-text {
  background-color: transparent;
}

.page-template-data-visualisation .border-box-text .cta:after {
  display: none !important;
}

.page-template-data-visualisation .border-box-text .cta-div::after {
  bottom: -5.5px;
}

.page-template-data-visualisation .border-box-text .arrow:after {
  top: 10px;
}

.page-template-data-visualisation .cta-text {
  text-align: center;
}

.page-template-data-visualisation .cta-text .cta:after {
  display: none !important;
}

.page-template-data-visualisation .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-data-visualisation .cta-text .arrow:after {
  top: 30px;
}

.page-template-data-visualisation .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-data-visualisation .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-data-visualisation #text-section a {
  display: block;
}

.page-template-data-visualisation #hero-section {
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation #hero-section {
    padding-top: 100px;
  }
}

.page-template-data-visualisation #hero-section .container {
  flex-direction: row;
}

.page-template-data-visualisation #hero-section .cta, .page-template-data-visualisation #hero-section .arrow::after {
  color: var(--green) !important;
}

.page-template-data-visualisation #hero-section .cta-div:after {
  bottom: 2.5px;
  background: var(--green) !important;
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation .left {
    width: 60%;
  }
  .page-template-data-visualisation .right {
    width: 40%;
  }
  .page-template-data-visualisation .right video {
    bottom: 50px;
    position: relative;
    transform: scale(1.5);
  }
}

.page-template-data-visualisation .hero-image {
  max-width: 500px;
  width: 100%;
}

.page-template-data-visualisation #usp-icon-section {
  background-color: var(--light-pink) !important;
  background-image: none;
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation #usp-icon-section {
    background-color: transparent !important;
  }
}

.page-template-data-visualisation .subheader {
  color: var(--purple);
}

.page-template-data-visualisation .text {
  color: var(--blue);
}

.page-template-data-visualisation #border-box-text {
  background-color: var(--light-pink);
}

.page-template-data-visualisation #service-cards {
  background-color: var(--light-pink);
}

.page-template-data-visualisation #service-cards .subheader {
  font-size: 40px;
}

.page-template-data-visualisation .text-image-div {
  background-color: var(--blue);
}

.page-template-data-visualisation .text-image-div p {
  color: var(--white) !important;
  font-size: 33px !important;
  line-height: 1.1 !important;
  max-width: unset !important;
}

.page-template-data-visualisation .text-image-div h3 {
  color: var(--dark-pink);
  font-size: 20px;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 5px;
}

.page-template-data-visualisation .text-image-div .image img {
  max-width: 350px !important;
  left: 120px !important;
}

.page-template-data-visualisation .text-image-div video {
  max-height: 150px;
  position: relative;
  transform: scale(1.7);
  top: 10px;
  margin-top: 30px;
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation .text-image-div video {
    left: 120px;
    margin-top: 0px;
  }
}

.page-template-data-visualisation #hero-section {
  background: var(--blue);
}

@media screen and (max-width: 980px) {
  .page-template-data-visualisation #hero-section .cta {
    font-size: 26px;
  }
}

.page-template-data-visualisation .pink-divider {
  background-image: url(images/divider-pink.svg);
  background-position: top 0px right 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-color: var(--dark-pink);
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation .pink-divider {
    background-image: url(images/divider-large-pink-l.svg);
    background-position: top 0px right 0;
    background-color: var(--dark-pink);
  }
}

@media screen and (min-width: 1600px) {
  .page-template-data-visualisation .pink-divider {
    background-image: url(images/divider-large-pink-l.svg);
    background-position: top 10px right 0;
  }
}

.page-template-data-visualisation .pink-divider .usp-div .subheader p {
  color: var(--purple) !important;
}

.page-template-data-visualisation .pink-divider .usp-div .text p {
  color: var(--blue) !important;
}

.page-template-data-visualisation .hero-usp {
  background-color: transparent;
  padding-top: 150px !important;
}

.page-template-data-visualisation #three-slide-text .container {
  width: 100%;
}

.page-template-data-visualisation #three-slide-text .container h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive;
  padding-bottom: 20px;
}

.page-template-data-visualisation #three-slide-text .container .three-slide-text {
  width: 100%;
  padding: 60px;
  background-color: var(--light-pink);
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  position: relative;
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation #three-slide-text .container .three-slide-text {
    padding: 60px 100px;
  }
}

.page-template-data-visualisation #three-slide-text .container .three-slide-text .text {
  font-size: 18px;
}

.page-template-data-visualisation #three-slide-text .container .text img, .page-template-data-visualisation #three-slide-text .container .image img {
  max-width: 100%;
  border-radius: 10px;
  margin: 5px;
  box-shadow: -1px -1px 111px -23px rgba(0, 0, 0, 0.81);
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation #three-slide-text .container .text img, .page-template-data-visualisation #three-slide-text .container .image img {
    max-width: 320px;
    position: relative;
    right: 50px;
  }
}

.page-template-data-visualisation #three-slide-text .container .image {
  right: 0;
  top: 50px;
  transition: all 1s ease-out;
  position: relative;
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation #three-slide-text .container .image {
    position: absolute;
    top: -50px;
  }
}

.page-template-data-visualisation #three-slide-text .container .image div {
  justify-content: center;
  display: flex;
}

.page-template-data-visualisation #three-slide-text .container .image .active {
  transition: all 1s ease-in-out;
  transform: translate(-50px);
  position: relative;
}

.page-template-data-visualisation .hero-text {
  margin-top: 25px !important;
}

.page-template-data-visualisation .hero-text h2, .page-template-data-visualisation .hero-text p {
  color: var(--white) !important;
}

.page-template-data-visualisation .header {
  color: var(--green);
}

.page-template-data-visualisation .hero-header p {
  font-family: "DMSans-Bold", cursive;
  line-height: 1;
  font-size: 45px;
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation .hero-header p {
    font-size: 70px;
  }
}

.page-template-data-visualisation .cta, .page-template-data-visualisation .arrow::after {
  color: var(--purple) !important;
}

.page-template-data-visualisation .cta-div:after {
  bottom: 2.5px;
  background: var(--purple) !important;
}

.page-template-data-visualisation .dark-pink-divider {
  background-image: url(images/divider-dark-pink.svg);
  background-position: top 0px right 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 100px;
  background-color: var(--blue);
}

.page-template-data-visualisation .dark-pink-divider .usp-div .subheader p {
  color: var(--white) !important;
}

.page-template-data-visualisation .dark-pink-divider .usp-div .text {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .page-template-data-visualisation .dark-pink-divider #usp-icon-section {
    background-color: var(--dark-pink) !important;
  }
}

.page-template-data-visualisation #three-icon-section .card {
  background-color: var(--purple);
}

.page-template-data-visualisation #three-icon-section .card p {
  color: var(--light-pink);
}

.page-template-data-visualisation #three-section-box .header, .page-template-data-visualisation #three-section-box p {
  color: var(--light-pink);
}

.page-template-data-visualisation #three-section-box .blue-div {
  padding: 0 0 50px;
}

.page-template-data-visualisation #banner-slider .header {
  color: var(--black);
}

.page-template-data-visualisation .right-div {
  background-image: url(images/divider-pink-r.svg) !important;
  background-position: top 0px right 0;
  background-color: var(--light-pink);
}

@media screen and (min-width: 980px) {
  .page-template-data-visualisation .right-div {
    background-color: var(--white);
  }
}

.page-template-data-visualisation #three-column-section .card .header, .page-template-data-visualisation #three-column-section .card p {
  color: var(--white);
}

.page-template-data-visualisation .slide {
  transition: 1.4s !important;
}

.page-template-data-visualisation .usp-1, .page-template-data-visualisation .usp-icon-section {
  padding-top: 0 !important;
}

.page-template-data-visualisation .usp-1 {
  width: 100%;
}

.page-template-fully-outsourced-presentations .border-box-text .cta:after {
  display: none !important;
}

.page-template-fully-outsourced-presentations .border-box-text .cta-div::after {
  bottom: -5.5px;
}

.page-template-fully-outsourced-presentations .border-box-text .arrow:after {
  top: 10px;
}

.page-template-fully-outsourced-presentations .cta-text {
  text-align: center;
}

.page-template-fully-outsourced-presentations .cta-text .cta:after {
  display: none !important;
}

.page-template-fully-outsourced-presentations .cta-text .cta-div::after {
  bottom: 4.5px;
}

.page-template-fully-outsourced-presentations .cta-text .arrow:after {
  top: 30px;
}

.page-template-fully-outsourced-presentations .cta-text .cta-div {
  margin-top: 50px;
  text-align: center;
}

.page-template-fully-outsourced-presentations .cta-text .cta-div h2 {
  font-size: 40px;
  font-family: "DMSans-Medium", cursive !important;
  color: var(--purple);
}

.page-template-fully-outsourced-presentations #text-section a {
  display: block;
}

.page-template-fully-outsourced-presentations #fully-outsourced-presentations-hero {
  background-color: var(--green);
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-template-fully-outsourced-presentations #fully-outsourced-presentations-hero {
    padding-top: 100px;
  }
}

.page-template-fully-outsourced-presentations #fully-outsourced-presentations-hero .header {
  color: var(--purple);
}

.page-template-fully-outsourced-presentations #fully-outsourced-presentations-hero .hero-image {
  width: 100%;
}

.page-template-fully-outsourced-presentations .hero-header h2 {
  font-family: "DMSans-Bold", cursive;
  line-height: 0.9;
  font-size: 35px;
  color: var(--blue);
}

@media screen and (min-width: 768px) {
  .page-template-fully-outsourced-presentations .hero-header h2 {
    font-size: 60px;
  }
}

.page-template-fully-outsourced-presentations .image-div {
  max-height: 300px;
}

.page-template-fully-outsourced-presentations .image-div video {
  transform: scale(1.3);
}

@media screen and (min-width: 768px) {
  .page-template-fully-outsourced-presentations .image-div video {
    position: unset;
    transform: scale(1.8);
  }
}

.page-template-fully-outsourced-presentations h1 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-fully-outsourced-presentations .right {
    margin-left: auto;
  }
}

.page-template-fully-outsourced-presentations .hero-text p {
  margin-bottom: 20px;
  color: var(--blue);
}

.page-template-fully-outsourced-presentations #usp-icon-section {
  background-position: top 290px left 0px;
}

@media screen and (min-width: 980px) {
  .page-template-fully-outsourced-presentations #usp-icon-section {
    background-position: top 90px left 0px;
  }
}

.page-template-fully-outsourced-presentations #text-section {
  padding: 20px 0 70px 0;
}

.page-template-fully-outsourced-presentations #text-section h3 {
  font-size: 40px;
  line-height: 1.1;
  padding-bottom: 30px;
  font-family: "DMSans-Medium", cursive;
}

.page-template-fully-outsourced-presentations #text-section .text {
  display: flex;
  flex-direction: column;
}

.page-template-fully-outsourced-presentations #text-section .text p {
  font-size: 28px;
  line-height: 1.1;
}

.page-template-fully-outsourced-presentations #text-image-section {
  padding: 0;
}

.page-template-fully-outsourced-presentations .text-image-div h2, .page-template-fully-outsourced-presentations .text-image-div p {
  color: var(--white) !important;
}

.page-template-fully-outsourced-presentations #border-box-text .cta {
  color: var(--green);
}

.page-template-fully-outsourced-presentations #border-box-text .cta-div {
  display: inline-flex;
}

.page-template-fully-outsourced-presentations #border-box-text .cta-div:after {
  background: var(--green);
}

.page-template-fully-outsourced-presentations #border-box-text .cta-div h2 {
  padding-bottom: 1px;
}

.page-template-fully-outsourced-presentations #border-box-text .arrow::after {
  top: 20px;
  color: var(--green);
}

.page-template-fully-outsourced-presentations .text-image-text {
  padding-bottom: 80px !important;
}

.page-template-fully-outsourced-presentations .text-image-text .cta-div {
  display: inline-flex;
}

.page-template-fully-outsourced-presentations .text-image-text .cta-div:after {
  background: var(--purple);
  bottom: 36.5px;
}

.page-template-fully-outsourced-presentations .text-image-text .cta-div h2 {
  padding-bottom: 8px;
}

.page-template-fully-outsourced-presentations .text-image-text .arrow::after {
  top: 15px;
}

.page-template-fully-outsourced-presentations .usp-icon-section .text p {
  color: var(--white);
  line-height: 1.1;
}

.page-template-fully-outsourced-presentations .usp-icon-section .subheader {
  color: var(--green);
}

.page-template-fully-outsourced-presentations #three-section-box #text-section {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-fully-outsourced-presentations #three-section-box #text-section {
    margin-top: 150px;
  }
}

.page-template-fully-outsourced-presentations .blue-top-div {
  background-color: var(--green);
}

#half-block .container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  #half-block .container {
    flex-direction: row;
  }
}

#half-block .container .wpcf7-text {
  height: 50px;
  margin: 10px 0;
  padding: 0 20px;
  border-radius: 30px;
  width: 100%;
}

#half-block .container .wpcf7-submit {
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 40px;
  padding: 13px 50px;
}

#half-block .container .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -38px;
  font-size: 14px;
}

#half-block .container form {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

#half-block .container .lottie {
  animation-name: floating;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

#half-block .container .lottie img {
  position: absolute;
  bottom: 50px;
}

@media screen and (min-width: 768px) {
  #half-block .container .lottie img {
    position: unset;
    min-width: 600px;
    object-fit: cover;
    height: 100%;
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(-20px, 80px);
  }
  to {
    transform: translate(0, 0px);
  }
}
/*# sourceMappingURL=style.css.map */